<div id="game-wrapper"></div>
<!--
<<run setupLevel(5)>>
-->
<<run setupLevel($case_no)>>
<div id="clue-grid"></div>
<!-- Wrong Guess -->
<div id="wrong-popup" class="game-popup">
<div class="popup-box wrong">
<div class="popup-icon">❌</div>
<h2>Wrong Guess</h2>
<p id="correct-answer-text"></p>
<button class="popup-btn red" onclick="window.continueAfterWrong()">
Continue
</button>
</div>
</div>
<!-- Game Over -->
<div id="gameover-popup" class="game-popup">
<div class="popup-box gameover">
<div class="popup-icon">💀</div>
<h2>Game Over</h2>
<p>
You have lost all your lives.<br>
Better luck next investigation.
</p>
<button class="popup-btn red"
onclick="window.location.reload()">
Retry Investigation
</button>
</div>
</div>
<!-- Winner -->
<div id="winner-popup" class="game-popup">
<div class="popup-box winner">
<div class="popup-icon">🏆</div>
<h2>Case Solved</h2>
<p>
Excellent work, Detective.<br>
The mystery has been solved.
</p>
<button class="popup-btn green"
onclick="advanceAndContinue()">
Continue Story
</button>
</div>
</div>
<script>
renderGrid();
// UIBar.show();
</script>
<<set $total_case = 23>>
<<set $case_no = 1>>
<<set $quest_no = 0>>
<<set $flow_index = 0>>
<<set $completedQuests = [] >>
<<set $completedCases = [] >>
<<set $loc = "">>
<<set $sceneType = ''>>
<<set $sceneCode = ''>>
<<set $sceneDialogue = ''>>
<<set $sceneVideo = ''>>
<<set $charObj = {}>>
<<set $sceneObj = {}>>
<<set $unlockFlow = [
"Sky_1",
"levelGrid_1",
"Sky_2",
"Sky_3",
"Sky_4",
"Sky_5",
"Scarlet_1",
"levelGrid_2",
"Scarlet_2",
"Scarlet_3",
"Scarlet_4",
"Scarlet_5",
"River_1",
"levelGrid_3",
"River_2",
"River_3",
"River_4",
"River_5",
"Codi_1",
"levelGrid_4",
"Codi_2",
"Codi_3",
"Codi_4",
"Codi_5",
]>>
<<include "CharacterInit" >>
<<include "LevelInit">>
<<include "SexSceneInit">>
Character Init:
<<set $mc = {
name : "Max",
rel : "Tenant",
call : "Max",
lastname : "Carter",
age : 27,
up : "Neighbor-Brother",
dad : "Neighbor-Son",
image : "avatar/human.png",
shortcode : "mc",
type : "twisted",
pstar : " ",
link : "",
"stats":
{
"Manipulation": 0, "Trust" : 0, "Seduction" : 0,
"Observe": 0, "Believe": 0, "Inspire" : 0,
"Curiosity": 0, "Investigation": 0, "Revelation": 0,
"Resistance": 0, "Negotiation": 0, "Command": 0,
"Listen": 0, "Analyze": 0, "Deduce": 0,
},
}>>
<<set $characters = {
/* Old Character */
carl: {
name : "Carl",
age : 27,
profession : "bartender",
rel : "Neutral",
unlock_after_scene : null,
event_image : "",
type : "Informative",
image : "avatar/robby.png",
type : "Trustworthy",
pstar :"Robby Carter",
title : ["Carl_1",],
episode_active : true,
active_scene : 0,
passage : [],
desc : [],
event_status : [0],
},
whitney: {
name : "Whitney",
age : 24,
profession : "waiter",
rel : "Neutral",
unlock_after_scene : null,
event_image : "char/whitney/1.jpg",
type : "Informative",
image : "avatar/whitney.png",
pstar :"Whitney Wright",
social :"https://social.com/whitneywrightxxx",
title : ["Whitney_1", "Whitney_2", "Whitney_3", "Whitney_4", "Whitney_5", "Whitney_6"],
episode_active : true,
active_scene : 0,
passage : ["sed_scene","bj_scene","cg_scene","mis_scene","cun_scene","dg_scene"],
desc : ["You look irresistible tonight","Let's see how long you can resist","Lose yourself in me","Look at me when I fuck","Let me steal your heart tonight", "You'll have to earn your reward."],
event_status : [0,0,0,0,0,0],
},
reena: {
name : "Reena",
age : 32,
profession : "student",
rel : "Neutral",
unlock_after_scene : null,
event_image : "char/reena/1.jpg",
type : "Trustworthy",
image : "avatar/reena.png",
pstar :"Reena Sky",
social :"https://social.com/reenaskyfree/media",
title : ["Reena_1", "Reena_2", "Reena_3", "Reena_4", "Reena_5", "Reena_6"],
episode_active : true,
active_scene : 0,
passage : ["sed_scene","bj_scene","cg_scene","dg_scene","rcg_scene",],
desc : ["You look irresistible tonight","Let's see how long you can resist","Lose yourself in me","You'll have to earn your reward.","I'm all yours tonight"],
event_status : [0,0,0,0,0],
},
amber: {
name : "Amber",
age : 39,
profession : "student",
rel : "Neutral",
unlock_after_scene : null,
event_image : "char/amber/1.jpg",
type : "Controlling",
image : "avatar/amber.png",
pstar :"Amber Alena",
social :"https://social.com/amberalenaxxx",
title : ["Amber_1", "Amber_2", "Amber_3", "Amber_4"],
episode_active : true,
active_scene : 0,
passage : ["sed_scene","bj_scene","mis_scene","cg_scene","dg_scene","rcg_scene"],
desc : ["You look irresistible tonight","Let's see how long you can resist","Look at me when I fuck.","Lose yourself in me","You'll have to earn your reward.","I'm all yours tonight"],
event_status : [0,0,0,0,0,0],
},
richard: {
name : "Richard",
age : 23,
profession : "bartender",
rel : "Neutral",
unlock_after_scene : null,
event_image : "",
type : "Informative",
image : "avatar/richard.png",
pstar :"Richard Mann",
title : ["Richard_1", "Richard_2"],
episode_active : true,
active_scene : 0,
passage : [],
desc : [],
event_status : [0],
},
ashley: {
name : "Ashley",
age : 24,
profession : "student",
rel : "Neutral",
unlock_after_scene : null,
event_image : "char/ashley/6.jpg",
type : "Mysterious",
image : "avatar/ashley.png",
pstar :"Ashley Adams",
social :"https://social.com/xoxoashleyadams",
title : ["Ashley_1", "Ashley_2", "Ashley_3", "Ashley_4"],
episode_active : true,
active_scene : 0,
passage : ["sed_scene","cun_scene","cg_scene","mis_scene","rcg_scene","bj_scene","as_scene","dg_scene"],
desc : ["You look irresistible tonight","Let me steal your heart tonight","Don't stop","Fuck, you're hot","That was worth the wait","Let's see how long you can resist","Right here, in my ass","Cumshot"],
event_status : [0,0,0,0,0,0,0,],
},
/*******************************************************************************
New Character
*******************************************************************************/
sky: {
name : "Sky",
age : 20,
profession : "student",
rel : "Neutral",
unlock_after_scene : "Sky_5",
event_image : "char/sky/2/22.png",
type : "Trustworthy",
image : "avatar/sky.png",
pstar :"Sky Wonderland",
social :"https://onlyfans.com/skibbsky",
title : ["Sky_1","Sky_2", "Sky_3", "Sky_4","Sky_5"],
episode_active : false,
active_scene : 0,
passage : ["sed_scene","cun_scene","bj_scene","dg_scene","as_scene","rim_scene",
"mis_scene","st_scene","cg_scene","rcg_scene","sf_scene"],
desc : ["You look irresistible tonight","Let me steal your heart tonight","Don't stop","Fuck, you're hot",
"...fucking incredible!!","Go on and lick me clean","It is easier when you spread your legs",
"Oh god… yes… just like that…","Oh fuck, that's nice","A little faster",
"A sexbomb like you needs to be filled"],
event_status : [0,0,0,0,0,0,0,0,],
},
scarlet: {
name : "Scarlet",
age : 20,
profession : "student",
rel : "Neutral",
unlock_after_scene : "Scarlet_5",
event_image : "char/scarlet/2/5.png",
type : "Mysterious",
image : "avatar/scarlet.png",
pstar : "Scarlet Skies",
social : "https://onlyfans.com/Scarlet_skies",
title : ["Scarlet_1","Scarlet_2", "Scarlet_3", "Scarlet_4","Scarlet_5"],
episode_active : false,
active_scene : 0,
passage : ["bj_scene","rcg_scene","mis_scene","dg_scene","sf_scene",],
desc : ["Now lean back and enjoy","Fuck, you're hot","Don't stop","That was lovely babe","Let's see how long you can resist",],
event_status : [0,0,0,0,0,0,0,0,],
},
river: {
name : "Mrs. River",
age : 38,
profession : "student",
rel : "Neutral",
unlock_after_scene : "River_5",
event_image : "char/river/2/15.png",
type : "Controlling",
image : "avatar/river.png",
pstar : "River Lynn",
social : "https://onlyfans.com/riverlynnxxx",
title : ["River_1","River_2", "River_3", "River_4","River_5"],
episode_active : false,
active_scene : 11,
passage : ["sed_scene","cun_scene","cg_scene","mis_scene","rim_scene",
"rcg_scene","bj_scene","fm_scene","dg_scene","sf_scene"],
desc : ["You look irresistible tonight","Please, don't stop","This feels good","Take me inside you",
"You tasted soooo good!","Hold on to me and take me inside you",
"Let's see how long you can resist","Fuck me hard","You're so hard and hot",
"Ah… yes… right there—don’t stop"],
event_status : [0,0,0,0,0,0,0,0,],
},
codi: {
name : "Mrs. Codi",
age : 38,
profession : "Business Women",
rel : "Neutral",
unlock_after_scene : "Codi_5",
event_image : "char/codi/2/12.png",
type : "Informative",
image : "avatar/codi.png",
pstar : "Codi Vore",
social : "https://onlyfans.com/codivore",
title : ["Codi_1","Codi_2", "Codi_3", "Codi_4","Codi_5"],
episode_active : false,
active_scene : 20,
passage : ["sed_scene","cun_scene","bj_scene","cg_scene","mis_scene","rcg_scene","dg_scene"],
desc : ["You look irresistible tonight","Would my baby like that?","I have so got to suck this thing!","Don't stop","Fuck, you're hot","Well, be my guest sweetie","I'm not stopping this for anything",],
event_status : [0,0,0,0,0,0,0,0,],
},
madison: {
name : "Madison",
age : 22,
profession : "student",
rel : "Neutral",
unlock_after_scene : null,
event_image : "",
type : "Informative",
image : "avatar/madison.png",
pstar : "Madison Summers",
social : "https://onlyfans.com/madithebadix",
title : [],
episode_active : false,
active_scene : 16,
passage : [],
desc : [],
event_status : [],
},
chloe: {
name : "Chloe",
age : 22,
profession : "student",
rel : "Neutral",
unlock_after_scene : null,
event_image : "",
type : "Informative",
image : "avatar/chloe.png",
pstar : "Chloe Temple",
social : "https://onlyfans.com/chloe_temple",
title : [],
episode_active : false,
active_scene : 16,
passage : [],
desc : [],
event_status : [],
},
}>>
<<set $arc = {
"Observe": 30, "Believe": 30, "Inspire" : 30,
"Curiosity": 30, "Investigation": 30, "Revelation": 30,
"Resistance": 30, "Negotiation": 30, "Command": 30,
"Listen": 30, "Analyze": 30, "Deduce": 30,
} >>
<<set $levelGrid_1 = {
A1: {
name: "Madison",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "I dont't do anything!",
gender: "female",
image: "avatar/woman.png",
profession: "Student",
accessories: "Blonde Hair",
},
B1: {
name: "Cherry",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "There is 1 criminal in row A",
gender: "female",
image: "avatar/woman.png",
profession: "Student",
accessories: "Glasses",
},
A2: {
name: "Yan",
trueStatus: "innocent",
active: false,
lock: 0,
clue: " I just currently broke up with a lesbo criminal in the column on my left.",
gender: "male",
image: "avatar/man.png",
profession: "Student",
accessories: "Ear Ring",
},
B2: {
name: "Mrs River",
trueStatus: "innocent",
active: true,
lock: 0,
clue: "I am their class teacher. A2 is my best-student. She was with me, she definitely not a criminal",
gender: "female",
image: "avatar/woman.png",
profession: "Teacher",
accessories: "Golden Hair",
},
A3: {
name: "Julia",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "There is 1 criminal among my neighbors who has tattoo",
gender: "female",
image: "avatar/woman.png",
profession: "Student",
accessories: "Glasses",
},
B3: {
name: "Scarlet",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "Stole Bracelet!",
gender: "female",
image: "avatar/woman.png",
profession: "Student",
accessories: "Tattoo",
},
A4: {
name: "Sky",
trueStatus: "innocent",
active: true,
lock: 0,
clue: "B1 is not a criminal. I know because she was with me all the time.",
gender: "female",
image: "avatar/woman.png",
profession: "Student",
accessories: "Blond Hair",
},
B4: {
name: "Alice",
trueStatus: "innocent",
active: false,
lock: 0,
clue: " Mission accomplished prepare for the next challenge",
gender: "female",
image: "avatar/woman.png",
profession: "Student",
accessories: "Golden Bracelet",
},
}>>
<<set $levelGrid_2 = {
A1: {
name: "Beverly",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "I saw the man with glasses selling the drugs.",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "Glasses",
},
B1: {
name: "Samuel",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "I had to do it otherwise she’d leave me!",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "Glasses",
},
C1: {
name: "Gina",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "I swear to god that I'm not B1’s secret girlfriend.",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
A2: {
name: "Grace",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "Just use our Logic!",
gender: "male",
image: "avatar/man.png",
profession: "Security Gaurd",
accessories: "N/A",
},
B2: {
name: "Hannah",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "Try asking A3 he has security camera in his shop.",
gender: "female",
image: "avatar/woman.png",
profession: "Security Gaurd",
accessories: "Glasses",
},
C2: {
name: "Madison",
trueStatus: "innocent",
active: false,
lock: 0,
clue: " I admit I tried some drugs but i’m not the criminal!",
gender: "female",
image: "avatar/woman.png",
profession: "Student",
accessories: "Glasses",
},
A3: {
name: "John",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "According to the CCTV footage, the drug dealer is either B1 or C1",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
B3: {
name: "Scarlet",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "I was talkig with my friend and security gaurds in column 2 so we can't be guilty!",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "Glasses",
},
C3: {
name: "Police",
trueStatus: "innocent",
active: true,
lock: 0,
clue: " Found this drug's packet near B3 ask her for details",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
}>>
<<set $levelGrid_3 = {
A1: {
name: "Beverly",
trueStatus: "innocent",
active: true,
lock: 0,
clue: " 1 of the bank's officer is a criminal. I don’t know which one.",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
B1: {
name: "Samuel",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "The Bank officer in my bottom(C1) are innocent.",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
C1: {
name: "Samuel",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "The person between me and C3 is not a criminal",
gender: "male",
image: "avatar/man.png",
profession: "Bank Officer",
accessories: "N/A",
},
A2: {
name: "Codi",
trueStatus: "criminal",
active: false,
lock: 0,
clue: " Driving under the influence",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
B2: {
name: "Mac",
trueStatus: "criminal",
active: false,
lock: 0,
clue: " Driving under the influence ",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "Bank Officer",
},
C2: {
name: "Kim",
trueStatus: "innocent",
active: false,
lock: 0,
clue: " Is there something you overlooked",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
A3: {
name: "Carl",
trueStatus: "innocent",
active: false,
lock: 0,
clue: " There is one criminal in column 4",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
B3: {
name: "Ethan",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "B2 is the only criminal in her row",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
C3: {
name: "Ethan",
trueStatus: "innocent",
active: true,
lock: 0,
clue: "The doctor is innocent and would never hurt anyone",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
A4: {
name: "Sophia",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "There are no criminals among my neighbors",
gender: "female",
image: "avatar/woman.png",
profession: "Bank Officer",
accessories: "N/A",
},
B4: {
name: "Alice",
trueStatus: "innocent",
active: false,
lock: 0,
clue: " I swear the person on my top A4, is innocent and needs surgery!",
gender: "female",
image: "avatar/woman.png",
profession: "Doctor",
accessories: "N/A",
},
C4: {
name: "Robert",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "Engaged in identity theft",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
}>>
<<set $levelGrid_4 = {
A1: {
name: "Beverly",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "There are no criminals in B1’s row!",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "Orange Hair",
},
B1: {
name: "Samuel",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "Is there something you overlooked!",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "Glasses",
},
C1: {
name: "Gerald",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "Whenever you're stuck, remember the witnesses are there to help!",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "Glasses",
},
A2: {
name: "Grace",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "Superb, ready to unravel the next step!",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
B2: {
name: "Hannah",
trueStatus: "innocent",
active: true,
lock: 0,
clue: "Both the persons in the top left and bottom left corners are innocent.",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
C2: {
name: "Alice",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "Involved in tax evasion!",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
A3: {
name: "Simon",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "Perpetrated Blackmailing!",
gender: "male",
image: "avatar/man.png",
profession: "Driver",
accessories: "Glasses",
},
B3: {
name: "Ethan",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "There are 2 criminals in the corner!",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
C3: {
name: "Harry",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "C2 is my partner in crime!",
gender: "male",
image: "avatar/man.png",
profession: "Mechanic",
accessories: "N/A",
},
}>><<nobr>>
<div class="start-screen">
<img class="intro-image" @src="setup.ImagePath+'misc/intro-v2.jpg'" alt="Intro Image">
<div class="intro-card fadeUp">
<h2 class="game-title">Sherlock Holes</h2>
<p>This game is intended for <span class="highlight">mature audiences only</span>.</p>
<p>By clicking the button below, you confirm that you are an adult.</p>
<div class="sh-buttons">
<div class="intro-button glow" data-passage="Credit">
▶ Start Investigation
</div>
</div>
<p class="notation-text">Created by <strong>The Twist</strong> | Game version: <em>v0.2 "Episode 2"</em></p>
<p class="notation-text">We hope you enjoy this game! With <span class="heart">♥</span> from The Twist.</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.hide();
<</script>>
<h2>💀 Game Over</h2>
<p>You have lost all your lives.</p>
<button onclick="window.restartGame()">🔁 Restart</button>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/mc/1.jpg' " >
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p >
I sat alone in my office, quietly staring out the window as the city lights flickered against the glass. My thoughts drifted back over everything that had happened during the past few weeks.
</p>
<p >
Cases... Investigation... Seduction... Temptation...
</p>
<p >
It was strange. Sometimes it all felt less like reality and more like a dream I hadn't fully woken up from.
</p>
<p >
Not long ago, I was just another ordinary guy chasing what everyone else called an impossible ambition.
</p>
<p >
Ever since I was a kid, I wanted to become a detective like the legendary Sherlock Holmes—a man who could see the truth where everyone else only saw lies.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Looks like... I'm finally walking the path I've dreamed about for so many years.</p>
</div>
</div>
<p >
Every case I solved sharpened my instincts, strengthened my confidence, and taught me something new about the people around me.
</p>
<p >
With each investigation, I moved one step closer to becoming the detective I had always wanted to be.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/mc/2.jpg' " >
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p >
But somewhere along the way... another journey had quietly begun.
</p>
<p >
One far more complicated than solving mysteries.
</p>
<p >
Every investigation introduced me to people hiding dangerous secrets, unspoken desires, and emotions they desperately tried to bury.
</p>
<p >
The more I became involved in their lives, the more I realized that solving a case wasn't only about collecting evidence.
</p>
<p >
Sometimes it meant earning someone's trust.
</p>
<p >
Sometimes it meant exposing their deepest fears.
</p>
<p >
And sometimes... it meant taking advantage of the weaknesses they never wanted anyone to discover.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Being a detective... is nothing like I imagined.</p>
</div>
</div>
<p >
I leaned back in my chair and let out a slow breath.
</p>
<p >
Somewhere out there, another mystery was already waiting for me.
</p>
<p >
And deep down... I had the feeling that everything I had experienced so far was only the beginning.
</p>
</div>
</div>
<div class="enter-button" data-passage="Office">
<p>Continue</p>
</div>
<<run trackEvent('episode_start', {
game:'Sherlock Holes',
episode:'2',
})>>
<</nobr>>
</div>
<<nobr>>
<div class="character-card">
<div class="character-left">
<img @src="setup.ImagePath + 'avatar/mc.png'" alt="MC" class="mc-image">
</div>
<div class="character-right">
<h2 class="character-name">Detective MC</h2>
<p><strong>Event Completed:</strong> <<print $completedCases.length>></p>
<p><strong>Remaining Event:</strong> <<print $total_case - $completedCases.length>></p>
<p><strong>Characters Unlocked: </strong><<print Object.keys($characters).filter(c => $characters[c].active_scene === 0).length>> / <<print Object.keys($characters).length>></p>
<<if window.getCurrentQuest().startsWith("levelGrid_")>>
<div class="enter-button" data-passage="Investigate">
<p>🔍 Investigation</p>
</div>
<<else>>
<div class="inactive-quest" data-passage="Unlocked Event">
<p>💋 Interact</p>
</div>
<</if>>
</div>
</div>
<div id="requirement-card"></div>
<!-- Character Card placeholder -->
<div id="character-card"></div>
<<run trackEvent('scene_complete', {
game:'Sherlock Holes',
episode:'2',
count: $case_no,
})>>
<script>
$(document).one(":passagedisplay", function () {
if (typeof window.getNextRequirementCard === "function") {
document.getElementById("requirement-card").innerHTML = window.getNextRequirementCard();
}
if (typeof window.loadCharacterCards === "function") {
window.loadCharacterCards();
}
});
</script>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/1.png'">
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
I was organizing the case files on my desk when the office door suddenly burst open.
</p>
<p class="notation_text">
A young girl rushed inside, breathing heavily. Her eyes were red, and tears streamed down her cheeks.
</p>
<p class="notation_text">
I recognized her immediately.
</p>
<p class="notation_text">
sky... one of my youngest sister's closest friends.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>></div>
<p><<print $characters.sky.name>>? What happened?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p><<print $mc.name>>... someone stole my bracelet!</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>></div>
<p>Slow down. Take a deep breath and tell me everything.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/2.png'">
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
<<print $characters.sky.name>> wiped away her tears before taking a shaky breath.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>My dad gave it to me on my last birthday. He bought it while he was on a business trip to France. It's not just expensive... it means everything to me.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>If I lose it... Dad will be heartbroken. He trusted me to take care of it.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>></div>
<p>When did it disappear?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>Today... at college.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>During lunch break, our class gathered in the student lounge for a small birthday celebration.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/3.png'">
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>The bracelet's clasp was irritating my wrist, so I took it off and placed it inside my handbag.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>I left my bag beside the table while helping decorate the room. I was only gone for a few minutes.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>When I came back... the bracelet was gone.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>></div>
<p>Did you notice anyone near your bag?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>There were several classmates nearby, but I wasn't paying attention. I trusted everyone there.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/5.png'">
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
She clenched her fists, trying to hold back another wave of tears.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>I searched every classroom, every hallway... even the lost and found. It's nowhere.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>></div>
<p>Which means the thief had only a very small window to take it.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>Exactly...</p>
</div>
</div>
<p class="notation_text">
She looked at me with hopeful eyes.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>I heard you've already solved several difficult cases.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>Please... help me find it.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/4.png'">
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>></div>
<p>Don't worry, sky.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>></div>
<p>If your bracelet is still somewhere in that college...</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>></div>
<p>I'll find the person who took it.</p>
</div>
</div>
<p class="notation_text">
For the first time since entering my office, <<print $characters.sky.name>> managed a small smile.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>Thank you... This bracelet means the world to me.</p>
</div>
</div>
<p class="notation_text">
A missing bracelet.
</p>
<p class="notation_text">
It sounded like a simple theft.
</p>
<p class="notation_text">
But experience had already taught me one thing...
</p>
<p class="notation_text">
The simplest cases often hide the biggest surprises.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/14.png'">
<div class="scene-caption">
College • Noon
</div>
</div>
<p class="notation_text">
<<print $characters.river.name>>'s office felt much calmer than before. The tension that had filled the room earlier had completely disappeared. I placed the missing bracelet gently on her desk.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I believe this belongs to you.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>(eyes widening) My bracelet... You actually found it!</p>
</div>
</div>
<p class="notation_text">
Without thinking twice, <<print $characters.sky.name>> stepped forward and wrapped her arms around me in a grateful hug.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>Thank you... I really don't know how to repay you.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>You don't have to repay me. I'm just glad the case is solved.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/15.png'">
<div class="scene-caption">
College • Noon
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>No, let me do something. If you ever need information or help inside this college, you can come to me anytime.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>And... I'd like to treat you as a thank-you. I'll send you a message soon. Make sure you come.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>(smiling) I'll be there.</p>
</div>
</div>
<p class="notation_text">
A knock echoed through the office before the door opened.
</p>
<p class="notation_text">
<<print $characters.river.name>> entered again, this time dragging <<print $characters.scarlet.name>> beside her. <<print $characters.scarlet.name>> kept her head lowered while <<print $characters.river.name>> continued scolding her.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.river.name>></div>
<p><<print $characters.scarlet.name>>! Do you realize how serious this is? Stealing another student's belongings is unacceptable!</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p><<print $characters.river.name>>... could you give me a few minutes alone with her?</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/1.png'">
<div class="scene-caption">
College • Noon
</div>
</div>
<p class="notation_text">
She hesitated for a moment before nodding and stepping outside, gently closing the door behind her. I told
<<print $characters.scarlet.name>> to sit she sat opposite of mine.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Alright... tell me honestly. Why did you steal the bracelet?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" alt="$characters.scarlet.name" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.scarlet.name>></div>
<p>(sniffling) I... I didn't want to keep it forever...</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" alt="$characters.scarlet.name" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.scarlet.name>></div>
<p><<print $characters.sky.name>> borrowed my favorite storybook weeks ago. She promised she'd return it... but she never did.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" alt="$characters.scarlet.name" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.scarlet.name>></div>
<p>I got angry... so I took the bracelet to teach her a lesson. Then everyone started searching for it and... I got scared.</p>
</div>
</div>
<p class="notation_text">
Tears rolled down <<print $characters.scarlet.name>>'s cheeks. It wasn't greed. It was childish revenge that had gone far beyond what she expected.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/5.png'">
<div class="scene-caption">
College • Noon
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Listen carefully. What you did was wrong. If something bothers you, you solve it by talking—not by stealing.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I'm giving you one last chance. I'll convince <<print $characters.river.name>> to end this here, but if anything like this happens again, I won't be able to protect you.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" alt="$characters.scarlet.name" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.scarlet.name>></div>
<p>(relieved) Thank you... I promise. It won't happen again.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Go on. I'll explain everything.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/28.png'">
<div class="scene-caption">
College • Noon
</div>
</div>
<p class="notation_text">
<<print $characters.scarlet.name>> bowed gratefully before quietly leaving the office.
</p>
<p class="notation_text">
A few moments later, <<print $characters.river.name>> walked back inside. Her expression was still full of worry.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.river.name>></div>
<p>Well...? What did she say?</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>She's just a child who made a terrible decision out of anger. She understands her mistake now.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I don't think involving the police will help anyone. Let's end this here... quietly.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/1.png'">
<div class="scene-caption">
College • Noon
</div>
</div>
<p class="notation_text">
<<print $characters.river.name>> remained silent for a few seconds before letting out a long sigh.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.river.name>></div>
<p>You're right. The college's reputation matters... but more importantly, she's still young enough to learn from this.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Exactly. Let's treat this as a lesson instead of ruining someone's future.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.river.name>></div>
<p>Thank you... for solving the case and for handling it with kindness.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/17.png'">
<div class="scene-caption">
College • Noon
</div>
</div>
<p class="notation_text">
She saved my phone number into her contacts before giving me one final grateful smile.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.river.name>></div>
<p>If this college ever needs your help again... you'll be the first person I call.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I'll be looking forward to your message... and that treat.</p>
</div>
</div>
<p class="notation_text">
With the bracelet returned, the misunderstanding resolved, and a new ally gained inside the college, the "Missing Bracelet Case" officially came to an end.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/10.png'">
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
I had barely settled into my office when my phone vibrated.
</p>
<p class="notation_text">
The message was from an unknown number.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" alt="$characters.scarlet.name" class="avatar">
<div class="dialogue-box">
<div class="name">Unknown Number</div>
<p>Officer... you know me. Please help me. I didn't know who else to call.</p>
<p>Come to this address as soon as possible.</p>
</div>
</div>
<p class="notation_text">
A location was attached beneath the message.
</p>
<p class="notation_text">
Without wasting another minute, I grabbed my jacket and headed there.
</p>
<p class="notation_text">
The address led me to a neighborhood park.
</p>
<p class="notation_text">
From a distance, I spotted <<print $characters.scarlet.name>> standing beside another girl. A small crowd had gathered around them while two police officers questioned both of them.
</p>
<p class="notation_text">
<<print $characters.scarlet.name>> noticed me immediately.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/2.png'">
<div class="scene-caption">
Park • Morning
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" alt="$characters.scarlet.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>Detective! Over here!</p>
</div>
</div>
<p class="notation_text">
I walked through the crowd toward them.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>scarlet... what happened?</p>
</div>
</div>
<p class="notation_text">
Before she could answer, one of the officers stepped in front of me.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/police.webp'" alt="Officer" class="avatar">
<div class="dialogue-box">
<div class="name">Female Officer</div>
<p>Excuse me. Who are you?</p>
</div>
</div>
<p class="notation_text">
I quietly showed my detective identification.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/police.webp'" alt="Officer" class="avatar">
<div class="dialogue-box">
<div class="name">Female Officer</div>
<p>I see. Detective.</p>
<p>We found illegal drugs hidden inside the bushes just a few meters from these two girls.</p>
<p>We're preparing to arrest them for possession.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/3.png'">
<div class="scene-caption">
Park • Morning
</div>
</div>
<p class="notation_text">
I looked toward <<print $characters.scarlet.name>> and the frightened girl standing beside her.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" alt="$characters.scarlet.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>No! That's not true!</p>
<p>This is my friend <<print $characters.madison.name>>. We were just hanging out in the park.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/police.webp'" alt="Officer" class="avatar">
<div class="dialogue-box">
<div class="name">Female Officer</div>
<p>Witnesses said they were playing some kind of intimate game together before we arrived.</p>
</div>
</div>
<p class="notation_text">
<<print $characters.scarlet.name>> immediately shook her head.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" alt="$characters.scarlet.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>Detective... I know I haven't always made the best decisions.</p>
<p>I know you probably don't trust me after everything that happened before...</p>
<p>But I swear... this time I'm telling the truth.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/madison/2/1.jpg'">
<div class="scene-caption">
Park • Morning
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" alt="Madison" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.madison.name</div>
<p>(nervously) Please... we didn't bring any drugs here.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/police.webp'" alt="Officer" class="avatar">
<div class="dialogue-box">
<div class="name">Female Officer</div>
<p>The evidence was recovered from the bushes beside where they were sitting.</p>
<p>Unless someone else left it there, the situation doesn't look good for them.</p>
</div>
</div>
<p class="notation_text">
I glanced around the park.
</p>
<p class="notation_text">
Two frightened girls...
</p>
<p class="notation_text">
Two officers convinced they had their suspects...
</p>
<p class="notation_text">
And somewhere in this park...
</p>
<p class="notation_text">
...the truth was waiting to be uncovered.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/10.png'">
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
The office had finally grown quiet. I had just finished organizing today's case files when my phone vibrated on the desk.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>Could you meet me tonight? It's important.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Of course. Send me the location.</p>
</div>
</div>
<p class="notation_text">
A few seconds later another message arrived with the address of a quiet café on the other side of the city.
</p>
<p class="notation_text">
After finishing work, I drove straight there. The café was nearly empty. Soft jazz played in the background while only a handful of customers sat scattered around the room.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/2.png'">
<div class="scene-caption">
Cafe • Evening
</div>
</div>
<p class="notation_text">
<<print $characters.river.name>> was already waiting by the window. Unlike the confident teacher I usually met at college, tonight she looked exhausted. A cup of untouched coffee sat in front of her.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>Thank you for coming.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>You sounded worried. What's going on?</p>
</div>
</div>
<p class="notation_text">
She glanced around the café before lowering her voice.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>You already know my husband has been seeing other women.</p>
<p>I ignored it for years because I didn't want another scandal.</p>
<p>But now... this isn't just about our marriage anymore.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Did he threaten you?</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/3.png'">
<div class="scene-caption">
Cafe • Evening
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>No...</p>
<p>I recently discovered he's trying to withdraw money from my personal bank account.</p>
<p>He's working with one of his friends and a young woman.</p>
<p>They've prepared forged documents and fake identity papers to make it look like I approved everything.</p>
</div>
</div>
<p class="notation_text">
I leaned forward, immediately realizing this was far more serious than a family dispute.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Do you know where those documents are?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>No.</p>
<p>That's why I need your help.</p>
<p>If you can prove he forged those papers and recover the originals before they're used, I'll finally have evidence against him.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Do you suspect anyone besides your husband?</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/4.png'">
<div class="scene-caption">
Cafe • Evening
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>Only that he's receiving help from a close friend... and a woman I've never met.</p>
<p>That's all I know.</p>
</div>
</div>
<p class="notation_text">
I quietly memorized every detail she had given me. Somewhere among those people were the forged identity papers. Finding them would expose the entire scheme before any money disappeared.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I'll investigate it.</p>
<p>But until I finish, don't confront your husband or let him know you're suspicious.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>I understand.</p>
<p>Please... you're the only person I can trust with this.</p>
</div>
</div>
<p class="notation_text">
Outside the café, the night felt unusually quiet. Whatever game <<print $characters.river.name>>'s husband was playing, it had already crossed the line from betrayal to fraud.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div><<set $unlockFlow = [
["Carl_1", "Whitney_1"],
"levelGrid_2",
["Amber_1", "Reena_1"],
"levelGrid_3",
"Whitney_2",
"levelGrid_4",
"Reena_2",
"levelGrid_5",
"Whitney_3",
"levelGrid_6",
"Reena_3",
"levelGrid_7",
"Whitney_4",
"levelGrid_8",
"Reena_4",
"levelGrid_9",
"Whitney_5",
"levelGrid_10",
"Richard_1",
"levelGrid_11",
"Reena_5",
"levelGrid_12",
"Whitney_6",
"levelGrid_13",
"Reena_6",
"levelGrid_14",
"Richard_2",
"levelGrid_15",
"Ashley_1",
"levelGrid_16",
"Amber_2",
"levelGrid_17",
"Ashley_2",
"levelGrid_18",
"Amber_3",
"levelGrid_19",
"Ashley_3",
"levelGrid_20",
"Amber_4",
];
>>
<!--
<<script>>
setup.unlockFlow = [
"Intro",
"levelGrid_1",
"levelGrid_1",
["Carl_1", "Whitney_1"],
"levelGrid_2",
["Amber_1", "Reena_1"],
"levelGrid_3",
"Whitney_2"
];
<</script>>
-->
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/3.png'">
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
The investigation files were finally organized. I leaned back in my chair, enjoying the rare silence in my office.
</p>
<p class="notation_text">
<b>Buzz...</b>
</p>
<p class="notation_text">
My phone vibrated across the desk. A new message flashed on the screen.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>Hey detective. 😊 Are you free this evening? Let's celebrate solving the bracelet case. Meet me at the local pub around seven?</p>
</div>
</div>
<p class="notation_text">
A small smile appeared on my face. After everything that had happened, a quiet evening didn't sound like a bad idea.
</p>
<p class="notation_text">
The pub was lively but not overcrowded. Soft music played in the background while groups of friends laughed over drinks.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/6.png'">
<div class="scene-caption">
Pub • Night
</div>
</div>
<p class="notation_text">
<<print $characters.sky.name>> noticed me the moment I walked in and waved enthusiastically.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>You actually came. I was afraid the great detective would be too busy.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I couldn't ignore an invitation from my favorite client.</p>
</div>
</div>
<p class="notation_text">
She laughed before calling the waitress over. A few moments later, two chilled drinks were placed on our table.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>So... how's your family doing? Has your sister Maria come back yet?</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Not yet. My mom took both of my sisters to my aunt's house.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/9.png'">
<div class="scene-caption">
Pub • Night
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>They went to celebrate my cousin Ella's birthday. She's the same age as Maria—nineteen.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>And Mona is twenty-six. She's finishing university this year... and she's probably the most arrogant person in the family.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>(laughing) Every family has someone like that.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Maria's completely different. She's gentle. They'll probably stay there for another few days.</p>
</div>
</div>
<p class="notation_text">
Our conversation drifted from family to college memories, then to random stories that had us laughing louder with every drink.
</p>
<p class="notation_text">
As another song started playing, <<print $characters.sky.name>> suddenly stood up and held out her hand.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>Come on. One dance. Don't tell me detectives can't dance.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I never said I could... but I'll try.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/7.png'">
<div class="scene-caption">
Pub • Night
</div>
</div>
<p class="notation_text">
She pulled me onto the dance floor before I could protest. The music wasn't loud enough to drown out our laughter as we stumbled through a few clumsy steps together.
</p>
<p class="notation_text">
By the time we returned to our table, the evening had quietly slipped into late night.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>You've had enough to drink. I'll drive you home.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I won't argue with that.</p>
</div>
</div>
<p class="notation_text">
The drive home was peaceful. Streetlights passed one after another until <<print $characters.sky.name>> pulled into the driveway.
</p>
<p class="notation_text">
The house was completely quiet. As expected, my family was still away.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Would you like to come in? I can at least make you a cup of coffee before you head back.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>I'd like that.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/21.png'">
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
A few minutes later, we were sitting in the living room with steaming cups of coffee. The alcohol had faded just enough for the conversation to slow into something more personal.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Can I ask you something? What about your boyfriend?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>(smiles faintly) Ex-boyfriend. We broke up last month.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>What about you? Anyone special?</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Not yet. Work keeps me busy enough.</p>
</div>
</div>
<p class="notation_text">
The conversation wandered from relationships to embarrassing childhood memories. More than once, one of us laughed so hard that the other couldn't finish speaking.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/8.png'">
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
Then... the atmosphere shifted.
</p>
<p class="notation_text">
<<print $characters.sky.name>>'s playful smile slowly softened. She took a slow step closer until she was
standing directly in front of me. I realised I was staring openly at her cleavage and that she was
enjoying my brazen looks. She looked at me for a long moment, her eyes lingering a little longer than
before.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>(quietly) You know... I've been thinking about how much you've done for me.</p>
</div>
</div>
<p class="notation_text">
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>You deserve a reward... don't you?</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>
"What type of reward?" I queried.
</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>
"Detective, I liked it when you helped me," she stated. "And you are my savior, Detective, so you
should be telling me what to do. Whatever you want me to do to fulfill your reward."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/20.png'">
<div class="scene-caption">
Home • Night
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>
"In that case, girl" I stated, now irrevocably committed. "Come here in front of my desk."
</p>
</div>
</div>
<p class="notation_text">
Her full red lips smiling as she locked my door behind her, she had then stood in front of my desk
with both her hands behind her now-straight back, one ankle crossed over the other, stood like a naughty
schoolgirl summoned in front of the headmaster. Albeit that this miscreant had full large breasts, which
the pose only served to push upwards and forwards, an effect of which she was no doubt aware.
</p>
<p class="notation_text">
Her perfume powerful as she gracefully moved in front of me, then stood
before me, her ass and feet on my desk. I could see her bra through the filmy blouse she was
wearing, could see the fullness of her lips, could smell her. she was playing this self-allocated role of
gratefully penitent extremely well and I was forcefully aroused by the position of power she had now
apparently willingly granted to me.
</p>
<p class="notation_text">
I was sat in my leather chair, which was pushed back about two feet back from my desk. Part of me wondered
whether it was madness to go forward with this, but I had already concluded that I wanted to find out
properly what this luscious $characters.sky.age year old wanted me to do to her.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/22.png'">
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
I sucked the bottom of her earlobe into my mouth and lightly raked it with my teeth. My stubble lightly
scratched the sensitive skin on her neck. she leaned against me, wanting more.
I kissed her jawline, inching closer to her mouth and she turned to face me, touching her lips to mine.
the kiss deepened instantly. she opened her mouth for my tongue. A hot, heavy ache settled low in her belly
and she pressed her hands against my chest, tracing the lines of my muscles with her fingertips while our
tongues tangled. She felt a flutter at her right hip, felt my hand graze her left thigh.
</p>
<p class="notation_text">
I kissed the side of her neck, my lips sliding from just below her ear to the curve of her shoulder. She
didn't move away. she didn't think she wanted to, but she wondered if she should. my hands slid up her
belly and my fingers traced the underwires of her bra, grazed the undersides of her breasts.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Sky_3_1">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/6.png'">
<div class="scene-caption">
Bar • Night
</div>
</div>
<p class="notation_text">
The afternoon was unusually quiet. I was finishing paperwork when my phone vibrated on the desk.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>Busy tonight? Meet me at the same bar. I want to thank you properly for everything you’ve done.</p>
</div>
</div>
<p class="notation_text">
I smiled and slipped the phone back into my pocket. It seemed our celebration wasn’t finished.
</p>
<p class="notation_text">
The bar was quieter than last time. $characters.sky.name was already there, gently turning her glass between her fingers. When she looked up, her smile was warm… and a little nervous.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>I was hoping you’d come.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>You sounded like you had something on your mind.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/16.png'">
<div class="scene-caption">
Bar • Night
</div>
</div>
<p class="notation_text">
We talked for a while about nothing important. Then her cheerful expression slowly faded.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>Can I tell you something personal?</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Of course.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p><<print $characters.river.name>> tries to smile in front of everyone… but she’s not happy.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>Her husband is constantly chasing other women. He barely looks at her anymore. I feel sorry for her. She deserves better.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/17.png'">
<div class="scene-caption">
Bar • Night
</div>
</div>
<p class="notation_text">
She took another sip, then let out a quiet laugh, trying to lighten the mood.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>And speaking of trouble… <<print $characters.scarlet.name>> wasn’t completely innocent either.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>What do you mean?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>She lent me an adult magazine once. I was going to return it, but my brother found it first and took it. She probably still thinks I kept it on purpose.</p>
</div>
</div>
<p class="notation_text">
We both laughed. The tension eased, but it never fully disappeared.
</p>
<p class="notation_text">
Later, $characters.sky.name drove me home again. The house was empty. I made coffee while she wandered the living room, looking at the family photos.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/coffee.gif'">
<div class="scene-caption">
Home • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>You really have a peaceful home.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>It doesn’t always feel that way. But I like it.</p>
</div>
</div>
<p class="notation_text">
We sat on the sofa. The coffee went cold while the conversation grew quieter, more personal. $characters.sky.name’s eyes kept lingering on mine a little longer than before. The space between us slowly shrank.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>(softly) Every time I’m with you… I feel safe.</p>
</div>
</div>
<p class="notation_text">
She moved closer. Close enough that I could feel the warmth of her leg against mine. Her voice dropped.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>I keep thinking about the last time I was here. About how close we got… and how I didn’t want it to stop.</p>
</div>
</div>
<p class="notation_text">
Her hand rested on my thigh. Not accidental. Deliberate.
</p>
<p class="notation_text">
I turned toward her. For a second neither of us moved. Then she leaned in.
</p>
<p class="notation_text">
The kiss started soft. Testing. Her lips parted under mine almost immediately. I cupped the side of her face, then slid my hand to the back of her neck, pulling her closer. She made a small sound against my mouth and kissed me harder.
</p>
<p class="notation_text">
My other hand settled on her waist, then lower, gripping the curve of her hip. She shifted onto her knees on the sofa, pressing against me, one hand fisting the front of my shirt.
</p>
<p class="notation_text">
The quiet living room filled with the soft sound of kissing and quickening breath. Whatever careful distance we had left finally broke.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Sky_4_1">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/8.png'">
<div class="scene-caption">
Detective Agency • Afternoon
</div>
</div>
<p class="notation_text">
The afternoon dragged on with paperwork and phone calls until my phone buzzed.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>I’m waiting downstairs in your office parking lot. Don’t keep me waiting, detective.</p>
</div>
</div>
<p class="notation_text">
I smiled despite myself. The memory of the last time she was in my house — her legs over my shoulders, the way she came on my tongue, how hard I fucked her over the table — made it impossible to stay focused on work.
</p>
<p class="notation_text">
I grabbed my jacket and headed down.
</p>
<p class="notation_text">
$characters.sky.name was leaning against her car, arms crossed under her breasts. When she saw me she tossed the passenger keys with a playful smirk.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>Tonight we’re trying somewhere different.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>You’re making this a habit.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>Maybe I am. You didn’t seem to mind last time… when you had me bent over your table.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/bar.gif'">
<div class="scene-caption">
Bar • Evening
</div>
</div>
<p class="notation_text">
The new bar was louder, darker, filled with live music and moving lights. We drank, talked, danced. Every time the music slowed she pressed closer, her body reminding me exactly how she felt under my hands.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>I’ve never laughed this much in months… or come that hard in even longer.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Dangerous thing to say in public.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>(leaning in) Then take me somewhere private and I’ll say worse.</p>
</div>
</div>
<p class="notation_text">
We didn’t stay much longer.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/18.png'">
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
Back at my house the silence felt heavier than before. We sat on the sofa. $characters.sky.name’s thigh pressed against mine. The air between us still carried the heat of the last time we were here.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>Can I ask you something honestly?</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Always.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>I like spending time with you. More than I expected. I like how you look at me when you’re inside me. I like how you don’t treat me like I’m fragile.</p>
</div>
</div>
<p class="notation_text">
She turned toward me fully. Her voice dropped.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>I think I want us to be together. For real.</p>
</div>
</div>
<p class="notation_text">
The words hung between us. I could still see the memory of her bent over the table, legs shaking, begging me not to stop. Wanting her was easy. Promising her a future was not.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/9.png'">
<div class="scene-caption">
Home • Night
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>$characters.sky.name… you mean a lot to me. That night — every night with you — I wanted it just as much as you did.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>But right now my career has to come first. I can’t promise someone a serious relationship when I don’t even know where my life is heading.</p>
</div>
</div>
<p class="notation_text">
She lowered her eyes. The disappointment was clear, but she didn’t pull away.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>…I understand.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>That doesn’t mean I want to lose this. If you’re willing… we can keep seeing each other. No expectations. No promises. Just two people who can’t seem to stay away from each other.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/sky/2/19.png'">
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
$characters.sky.name was quiet for a long moment. Then a small, almost reluctant smile curved her lips.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>I wanted more than just sex…</p>
</div>
</div>
<p class="notation_text">
She reached out and rested her hand high on my thigh, fingers brushing close to where I was already starting to harden from the memory of her.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>…but I don’t want to lose the way you fuck me either.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>Alright. No strings. Just this.</p>
</div>
</div>
<p class="notation_text">
She leaned in until her lips were almost touching mine, voice low and rough with want.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>So… are you going to take me to that table again, or should I get on my knees right here?</p>
</div>
</div>
<p class="notation_text">
The choice hung between us, heavy and electric. Whatever careful line we had tried to draw was already gone.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Sky_5_1">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/lauren/2/2.png'">
<div class="scene-caption">
Park • Noon
</div>
</div>
<p class="notation_text">
The police finished questioning everyone while the two suspects were taken away in separate patrol cars. The small crowd slowly dispersed, and the atmosphere in the park finally became calm again.
</p>
<p class="notation_text">
The female officer walked toward me with a relieved smile while another officer finished writing the report.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/police.jpg'" class="avatar">
<div class="dialogue-box">
<div class="name">Police Officer</div>
<p>Hi I am Lauren. Detective, thank you for your help. Without your investigation we would've arrested two innocent girls today.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Everyone makes mistakes. The important thing is that the real criminals were caught.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/police.jpg'" class="avatar">
<div class="dialogue-box">
<div class="name">Police Officer</div>
<p>Still... we'd like to stay in touch. Here's my number. If we ever need assistance, we'll call you.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/lauren/2/1.png'">
<div class="scene-caption">
Park • Noon
</div>
</div>
<p class="notation_text">
We exchanged contact numbers before the officers walked over to <<print $characters.scarlet.name>> and <<print $characters.madison.name>>.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/police.jpg'" class="avatar">
<div class="dialogue-box">
<div class="name">Police Officer</div>
<p><<print $characters.scarlet.name>>... <<print $characters.madison.name>>... we're sorry for suspecting you. Thank you for cooperating with the investigation.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>It's alright, officer. I'm just happy everything is cleared up.</p>
</div>
</div>
<p class="notation_text">
Once the police left, <<print $characters.scarlet.name>> and <<print $characters.madison.name>> walked toward me. <<print $characters.scarlet.name>> looked far more relaxed than before, while <<print $characters.madison.name>> wore a playful grin that made me immediately suspicious.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>Seriously... thank you. If you hadn't come today, I don't know what would've happened.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/madison/2/2.jpg'">
<div class="scene-caption">
Park • Noon
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>Hold on... you've been hiding this handsome detective from me?</p>
</div>
</div>
<p class="notation_text">
Before could answer, <<print $characters.madison.name>> stepped closer with a teasing smile, folding her arms as she looked me up and down.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>I think someone deserves a very special treat after saving us today... don't you agree, buddy?</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>(laughing) I won't refuse good company... but you don't have to thank me. Helping friends is part of my job.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>Then it's settled. I'll arrange a small party soon. Just keep your phone nearby—I’ll message you.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>Perfect. Next time we'll meet under much happier circumstances.</p>
</div>
</div>
<p class="notation_text">
After exchanging a few more laughs, we went our separate ways. As I watched the two girls disappear down the sidewalk, I had a feeling this wouldn't be the last time our paths crossed.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/10.png'">
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
My phone vibrated while I was finishing paperwork at the office.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>Hey detective… remember that party I promised? Tonight. Don’t be late.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I’ll be there.</p>
</div>
</div>
<p class="notation_text">
I wrapped up the last file, stopped at a wine shop for two good bottles, and drove to $characters.scarlet.name’s place. Music was already thumping from inside when I pulled up.
</p>
<p class="notation_text">
I rang the doorbell.
</p>
<p class="notation_text">
The door opened almost immediately.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/4.png'">
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
$characters.scarlet.name stood in the doorway wearing a black Playboy bunny outfit that left almost nothing to the imagination — tight bodice pushing her full breasts up, fishnets hugging her thighs, the whole look designed to be stared at. She smiled the second she saw me.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>You actually came. Good. I was starting to think you’d chicken out.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>After everything we’ve been through? Wouldn’t miss it.</p>
</div>
</div>
<p class="notation_text">
I handed her the wine. She stepped aside and let me in, the curve of her ass in that tiny costume impossible to ignore as she walked ahead of me.
</p>
<p class="notation_text">
The living room had been turned into a private party. Colored lights swept across the walls. Music pulsed low and heavy. Two more women in matching bunny outfits waited near the couch.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/5.png'">
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
$characters.madison.name waved the moment she saw me. Her outfit was white instead of black, the tight bodice making her breasts look even fuller. Beside her stood a blonde I hadn’t met yet, wearing the same revealing style.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>Detective! Finally. Come meet someone.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>This is my girlfriend, <<print $characters.chloe.name>>.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.chloe.name>></div>
<p>Nice to finally meet the man who saved these two. I’ve heard a lot about you… especially how good you are with your hands.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>All good things, I hope.</p>
</div>
</div>
<p class="notation_text">
$characters.chloe.name’s smile was slow and knowing. She already looked at me like she had plans.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/6.png'">
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
We poured drinks. The conversation started light — the case, close calls, how strange it felt to celebrate afterward — but the outfits and the low music kept a different kind of tension simmering under every laugh. Every time one of them leaned forward, the bunny costumes left almost nothing hidden.
</p>
<p class="notation_text">
When the music shifted to something slower and heavier, $characters.madison.name grabbed $characters.chloe.name’s hand and pulled her into the open space in the middle of the room.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>No sitting tonight. Everyone dances.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.chloe.name>></div>
<p>She’s right. You’re both overdressed for watching.</p>
</div>
</div>
<p class="notation_text">
$characters.madison.name and $characters.chloe.name moved together with easy, filthy confidence — hips grinding, hands sliding over each other’s asses and breasts through the thin costumes. $characters.scarlet.name watched them for a moment, then glanced at me with a small, hungry smile.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/7.png'">
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
$characters.madison.name and $characters.chloe.name eventually broke apart and walked toward us, still slightly out of breath, eyes dark with intent.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>You two have been standing there long enough.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.chloe.name>></div>
<p>Come on. We didn’t dress like this just to dance with each other.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>(smiling) Looks like we’re outnumbered, detective… and they’re not taking no for an answer.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Then I guess we shouldn’t keep our hosts waiting.</p>
</div>
</div>
<p class="notation_text">
$characters.scarlet.name took my hand and pulled me into the middle of the room. $characters.madison.name pressed against my back, $characters.chloe.name against my side. The music wrapped around the four of us as the dancing turned slow and dirty.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/25.png'">
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
$characters.scarlet.name’s ass ground against my crotch. $characters.madison.name’s hands slid under my shirt. $characters.chloe.name leaned in close, lips brushing my ear.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.chloe.name>></div>
<p>We’ve been talking about you… about what we want to do to you tonight.</p>
</div>
</div>
<p class="notation_text">
$characters.scarlet.name turned in my arms, grabbed the front of my pants, and squeezed the growing hardness there without shame.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>Already hard… good. Because none of us plan on letting you leave until we’ve all had a turn.</p>
</div>
</div>
<p class="notation_text">
$characters.madison.name’s hand joined $characters.scarlet.name’s, stroking me through the fabric while $characters.chloe.name kissed the side of my neck. The bunny outfits left almost nothing between us. Hands roamed freely — over breasts, between thighs, gripping ass.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Scarlet_3_1">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/10.png'">
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
My phone vibrated while I was finishing paperwork at the office.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>Ready for tonight’s mission?</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Always.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>Then don’t be late.</p>
</div>
</div>
<p class="notation_text">
After wrapping up my work, I headed straight to <<print $characters.scarlet.name>>’s house.
</p>
<p class="notation_text">
The familiar music echoed from inside before I even knocked.
</p>
<p class="notation_text">
<<print $characters.scarlet.name>> opened the door with a bright, knowing smile and pulled me inside.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/13.png'">
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
<<print $characters.madison.name>> and <<print $characters.chloe.name>> were already waiting in the living room, both still in the same revealing outfits from the last party. Another round of laughter and music had clearly begun before I arrived.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>Finally! We thought our detective forgot about us.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>How could I forget the last treat I got from the three of you?</p>
</div>
</div>
<p class="notation_text">
Everyone laughed as I joined them on the sofa. Hands brushed my thighs more than once while drinks were poured.
</p>
<p class="notation_text">
For a while the conversation stayed light — college gossip, funny stories from the previous night, how none of them could walk straight the next morning.
</p>
<p class="notation_text">
Then <<print $characters.chloe.name>>’s expression suddenly became serious.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>Have you heard about Red John?</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/16.png'">
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
The room became noticeably quieter.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.chloe.name>></div>
<p>They say he’s unbelievably talented… a serial killer who treats every murder like a game.</p>
<p>He kidnaps young women, tortures them, and somehow always stays one step ahead of the police.</p>
<p>Sometimes he even leaves clues behind… almost as if he’s challenging investigators to catch him.</p>
<p>Every detective who has gone after him has failed.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.scarlet.name>></div>
<p>That’s why I never like walking home alone after dark anymore.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>People say he’s intelligent enough to predict how the police will think before they even move.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/19.png'">
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.chloe.name>></div>
<p>Some girls even say he’s incredibly handsome…</p>
<p>But I think that’s exactly what makes him more dangerous.</p>
</div>
</div>
<p class="notation_text">
Silence settled over the room.
</p>
<p class="notation_text">
Everyone looked toward me, waiting for my opinion.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>The department is working hard to catch him. But yes — he’s sharp.</p>
<p>Every criminal believes they’re perfect.</p>
<p>Perfection doesn’t exist.</p>
<p>No matter how intelligent Red John is… one day he’ll make a mistake.</p>
<p>And the day he does… that’s the day we catch him.</p>
</div>
</div>
<p class="notation_text">
The three girls exchanged glances before smiling.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.scarlet.name>></div>
<p>That would become the biggest case of your career.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/20.png'">
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>You notice things other people completely miss.</p>
<p>If anyone can corner him… it’s you.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.chloe.name>></div>
<p>Imagine how many lives you’d save.</p>
<p>You’d become every girl’s favorite detective.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Let’s hope that day comes sooner rather than later.</p>
</div>
</div>
<p class="notation_text">
The heavy atmosphere slowly faded.
</p>
<p class="notation_text">
<<print $characters.madison.name>> turned the music up again. <<print $characters.chloe.name>> grabbed another bottle. <<print $characters.scarlet.name>> pulled everyone back toward the open space in the middle of the room.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>Enough serious talk.</p>
<p>Tonight is for celebrating… and for finishing what we started last time.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/26.png'">
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
The music wrapped around us. Hands started roaming immediately — over thighs, under the short hems of their outfits, gripping asses and breasts without hesitation.
</p>
<p class="notation_text">
$characters.scarlet.name pressed her body against my front. $characters.chloe.name molded herself to my back. $characters.chloe.name dropped to her knees in front of me without waiting for permission, looking up with a wicked smile as her fingers worked my belt open.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.chloe.name>></div>
<p>We’ve been talking about what we want to do to you tonight…</p>
<p>And none of us plan on being gentle.</p>
</div>
</div>
<p class="notation_text">
$characters.scarlet.name’s hand slid into my open pants, wrapping around my already hardening cock while $characters.chloe.name leaned in and bit my earlobe.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.scarlet.name>></div>
<p>Last time you made us come until we couldn’t walk straight.</p>
<p>Tonight it’s our turn to return the favor… starting with your mouth between our legs, and ending with you fucking us from behind until we can’t take anymore.</p>
</div>
</div>
<p class="notation_text">
$characters.chloe.name freed my cock completely and gave it a slow, deliberate stroke. $characters.chloe.name and $characters.scarlet.name both watched with hungry eyes as $characters.chloe.name leaned in closer, lips parting.
</p>
<p class="notation_text">
The serious conversation about Red John was already forgotten. The only thing left in the room was music, heat, and three women who clearly had no intention of letting me leave until they were all thoroughly used.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Scarlet_4_1">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/12.png'">
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
Night had already settled over the city by the time I arrived at <<print $characters.scarlet.name>>’s house. Unlike the previous gatherings, the living room was unusually quiet. Only $characters.scarlet.name was waiting for me, sitting on the couch in a short robe that barely covered her thighs, a cup of coffee in her hands.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>(smiling) You’re early this time.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I figured someone had to surprise you for once.</p>
</div>
</div>
<p class="notation_text">
She laughed softly and made room for me beside her. The robe slipped open just enough to show she wasn’t wearing much underneath. We talked for a few minutes until the front door opened again.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.madison.name</div>
<p>Sorry I’m late.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/22.png'">
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
$characters.madison.name dropped onto the sofa across from us. Her cheerful expression faded when she noticed the television news playing in the background.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Any updates about Red John?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.madison.name</div>
<p>Didn’t you read today’s news?</p>
<p>Two more young women disappeared last night.</p>
</div>
</div>
<p class="notation_text">
The room fell silent. Even $characters.scarlet.name lowered her eyes.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I saw the report this morning. The pattern matches his previous kidnappings. He’s getting bolder.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/21.png'">
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.madison.name</div>
<p>I’ve heard something interesting.</p>
<p>There’s a nightclub called <b>Paradise</b>. People say some of the regulars there have connections to Red John’s network.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>It’s just a rumor… but that place has a strange reputation.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Rumors usually start somewhere. Looks like Paradise just moved onto my list.</p>
</div>
</div>
<p class="notation_text">
Before anyone could continue, the front door burst open.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/24.png'">
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.chloe.name</div>
<p>Enough detective talk!</p>
<p>I brought snacks, drinks, and enough music to keep the neighbors awake all night.</p>
</div>
</div>
<p class="notation_text">
Bags hit the table. $characters.chloe.name didn’t wait. She turned the music up loud, dimmed the lights, and immediately climbed onto the couch between me and $characters.scarlet.name, pressing her body against mine.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.madison.name</div>
<p>Red John can wait until tomorrow.</p>
<p>Tonight belongs to us.</p>
</div>
</div>
<p class="notation_text">
$characters.madison.name slid closer on my other side. $characters.scarlet.name’s hand was already on my thigh. $characters.chloe.name leaned in and kissed my neck while her fingers worked open the front of my pants.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/27.png'">
<div class="scene-caption">
<<print $characters.madison.name>>'s Home • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.chloe.name</div>
<p>We’ve been thinking about how we want you tonight…</p>
<p>I want to ride you facing away so you can watch my ass bounce on your cock.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>And after that I want you to fuck me on my side… slow at first, then as hard as you can while I hold my leg up for you.</p>
</div>
</div>
<p class="notation_text">
$characters.madison.name’s hand joined $characters.chloe.name’s, both of them stroking my cock free. $characters.scarlet.name leaned over and licked a slow stripe up the side of my neck.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.madison.name</div>
<p>We’re not stopping until you’ve come in all three of us.</p>
</div>
</div>
</div>
</div>
<div class="enter-button"
data-passage="Scarlet_5_1">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/5.png'">
<div class="scene-caption">
<<print $characters.river.name>>'s Office • Noon
</div>
</div>
<p class="notation_text">
After recovering every forged document and securing enough evidence against Robert, her savings were safe. She let out a long breath before turning toward me with a grateful smile.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>I don't know how to thank you. If you hadn't stepped in... I would've lost everything.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I was only doing my job. I'm just glad we stopped them before it was too late.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>No... this deserves more than a simple thank you. Let me treat you sometime. I'll send you a message when everything settles down.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I'll be looking forward to it.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/12.png'">
<div class="scene-caption">
<<print $characters.river.name>>'s Office • Noon
</div>
</div>
<p class="notation_text">
Before leaving, I asked $characters.river.name to remain in the office while I spoke with the woman who had unknowingly become involved in Robert's scheme.
</p>
<p class="notation_text">
$characters.codi.name stood quietly near the hallway, visibly shaken. The confidence she had earlier was gone. Her eyes were red from crying, and she could barely look at me.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Please believe me... I never knew Robert was preparing fake documents. He only asked me to sign a few papers.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>My husband is a respected businessman. If my name appears in a police case... it'll destroy my facodi.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>From everything I've found, you weren't part of the plan. I'll tell the police exactly that.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/6.png'">
<div class="scene-caption">
<<print $characters.river.name>>'s Office • Noon
</div>
</div>
<p class="notation_text">
Tears gathered in her eyes as she thanked me repeatedly before stepping aside.
</p>
<p class="notation_text">
A few minutes later, Robert was escorted into the office. His head remained lowered the entire time, unable to meet anyone's eyes.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/male.png'" alt="Robert" class="avatar">
<div class="dialogue-box">
<div class="name">Robert</div>
<p>...</p>
</div>
</div>
<p class="notation_text">
The same female police officer I had worked with during <<print $characters.scarlet.name>>'s case arrived with her team. After reviewing the forged documents and listening to my report, everything became clear.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/police.jpg'" alt="Police Officer" class="avatar">
<div class="dialogue-box">
<div class="name">Police Officer</div>
<p>Based on the evidence you've collected, we'll take Robert into custody immediately.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/13.png'">
<div class="scene-caption">
<<print $characters.river.name>>'s Office • Noon
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>One more thing. $characters.codi.name wasn't involved in the fraud. Robert manipulated her without revealing his real intentions.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/police.jpg'" alt="Police Officer" class="avatar">
<div class="dialogue-box">
<div class="name">Police Officer</div>
<p>Understood. We'll record her as a witness instead of a suspect.</p>
</div>
</div>
<p class="notation_text">
The officers handcuffed Robert and escorted him out of the building. $characters.codi.name was allowed to leave after giving her statement.
</p>
<p class="notation_text">
As silence returned to the office, $characters.river.name looked at me one last time and smiled with genuine gratitude. Another case had come to an end, and justice had been served without ruining an innocent person's life.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/10.png'">
<div class="scene-caption">
Detective Agency • Afternoon
</div>
</div>
<p class="notation_text">
The afternoon at the office had been unusually quiet until my phone vibrated across the desk. A message from $characters.river.name.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>Hey detective… are you free after work? I’d love to thank you properly. Meet me here.</p>
</div>
</div>
<p class="notation_text">
A second message followed with the address of an elegant fine-dining restaurant. After wrapping up, I drove over.
</p>
<p class="notation_text">
The restaurant overlooked the river, warm lights reflecting on the water. $characters.river.name was already waiting at a quiet corner table. She stood when she saw me, the fitted red skirt hugging her hips and thighs in a way that was impossible to ignore.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/7.png'">
<div class="scene-caption">
Restaurant • Evening
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>You came… I was hoping you would.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>You promised me a treat. I couldn’t refuse.</p>
</div>
</div>
<p class="notation_text">
We ordered dinner and a bottle of wine. The conversation stayed light — college memories, travel, music — everything except the case. The tension she had carried during the investigation was gone. In its place was something warmer… and hungrier.
</p>
<p class="notation_text">
Hours passed before we finally left.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/8.png'">
<div class="scene-caption">
Restaurant • Evening
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>Would you mind giving me a ride home?</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Of course.</p>
</div>
</div>
<p class="notation_text">
The drive was quiet. Soft music played. Every time she glanced at me, the look lasted a little longer.
</p>
<p class="notation_text">
When we arrived she stepped out, then paused with the door still open.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>You’ve already come this far… would you like to come inside for a while?</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/9.png'">
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
I followed her up the path. The moment the front door closed behind us, the atmosphere changed.
</p>
<p class="notation_text">
$characters.river.name turned to face me. For a second neither of us spoke. Then she stepped closer.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>You’ve done more for me than just recover my money. You gave me peace of mind… and I don’t think a simple dinner is enough to thank you.</p>
</div>
</div>
</div>
</div>
<div class="enter-button"
data-passage="River_3_1">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/10.png'">
<div class="scene-caption">
Detective Agency • Afternoon
</div>
</div>
<p class="notation_text">
My phone buzzed while I was organizing the last few case files. A message from $characters.river.name.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>Hey detective… I’m ready for you. Come over if you’re free tonight.</p>
</div>
</div>
<p class="notation_text">
I finished the last file and drove straight to her house.
</p>
<p class="notation_text">
She opened the door almost immediately. Warm light spilled out behind her. She smiled and stepped aside to let me in.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/10.png'">
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Evening
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>I’m glad you came.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>You sounded like something was on your mind.</p>
</div>
</div>
<p class="notation_text">
Her smile faded. She walked to the sofa and sat down, staring at the floor for a moment before speaking.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>My life with Robert feels like a nightmare. I spent years believing things would change… but they only got worse.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>He lied. Cheated. Tried to take everything I had. Sometimes I wonder if I wasted the best years of my life on him.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/11.png'">
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Evening
</div>
</div>
<p class="notation_text">
Her voice trembled. A single tear slipped down her cheek.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>You don’t have to carry that alone anymore.</p>
</div>
</div>
<p class="notation_text">
She looked up at me with wet eyes, then let out a quiet, almost embarrassed laugh.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>After meeting you… I finally feel like I can breathe again.</p>
</div>
</div>
<p class="notation_text">
I noticed the piano near the window and walked over to it.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Mind if I borrow this for a minute?</p>
</div>
</div>
<p class="notation_text">
I sat and let my fingers move across the keys. A soft melody filled the quiet house.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/12.png'">
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Evening
</div>
</div>
<p class="notation_text">
The sadness on her face slowly melted. When the last note faded she stood and walked toward me.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>No one has ever done something like that for me.</p>
</div>
</div>
<p class="notation_text">
She took my hand. The gratitude in her eyes shifted into something hotter. I stood, guided her back toward the front door, and pressed her against it.
</p>
<p class="notation_text">
I kissed her deeply. She answered immediately, mouth opening for me. My hands slid down her body, hiking her dress up.
</p>
</div>
</div>
<div class="enter-button"
data-passage="River_4_1">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/10.png'">
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
I had barely settled into my office when my phone rang. The caller ID was unfamiliar.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/woman.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">Unknown Woman</div>
<p>Hello... Detective? I really need your help. Please come to this address as soon as possible.</p>
</div>
</div>
<p class="notation_text">
The urgency in her voice was impossible to ignore. I grabbed my coat, left the office, and drove straight to the location she had sent.
</p>
<p class="notation_text">
The address led me to a luxurious mansion surrounded by beautifully maintained gardens. As I stepped through the front gate, the front door opened before I could knock.
</p>
<p class="notation_text">
Standing there was the same woman I had met during Robert's fraud case. She looked elegant as always, but today her face was filled with anxiety.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/1.png'">
<div class="scene-caption">
<<print $characters.codi.name>>'s House • Afternoon
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Thank you for coming... Please, come inside.</p>
</div>
</div>
<p class="notation_text">
She led me into the living room. Expensive paintings decorated the walls, yet the peaceful atmosphere of the house couldn't hide the fear in her eyes.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>You sounded frightened. What's happened?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Someone has been blackmailing me.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>They claim they have intimate videos of me... with Robert.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/2.png'">
<div class="scene-caption">
<<print $characters.codi.name>>'s House • Afternoon
</div>
</div>
<p class="notation_text">
She lowered her head, clearly ashamed to even say the words aloud.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>If those videos become public... my marriage will be over.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I know I made a terrible mistake with Robert. I regret it every single day. But I truly love my husband and my family. I can't lose them because of my past.</p>
</div>
</div>
<p class="notation_text">
Tears gathered in her eyes as she struggled to stay composed.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Take a deep breath. Panic won't solve anything.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>If someone is blackmailing you, they made one mistake already—they contacted you. That gives me a trail to follow.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/3.png'">
<div class="scene-caption">
<<print $characters.codi.name>>'s House • Afternoon
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>So... you'll take the case?</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Absolutely. I'll find whoever is behind this and make sure they can't threaten you again.</p>
</div>
</div>
<p class="notation_text">
Relief slowly replaced the fear on her face. For the first time since I arrived, she smiled.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Thank you... I don't know how to repay you. If you solve this, I'll give you anything you ask for.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>(smiling) Let's catch the blackmailer first. We can talk about rewards afterward.</p>
</div>
</div>
<p class="notation_text">
I took out my notebook and asked her to show me every message she had received. Somewhere among those messages was the first clue I needed.
</p>
<p class="notation_text">
The investigation had officially begun.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/14.png'">
<div class="scene-caption">
<<print $characters.codi.name>>'s House • Afternoon
</div>
</div>
<p class="notation_text">
The investigation came to an end much faster than I had expected. After following the messages, checking phone records, and questioning everyone around the mansion, the truth finally surfaced.
</p>
<p class="notation_text">
The blackmailer wasn't a criminal mastermind. It was $characters.codi.name's personal driver.
</p>
<p class="notation_text">
We gathered in the mansion's living room. The driver stood silently with his head lowered while $characters.codi.name stared at him in disbelief.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>How could you do something like this?</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/male.png'" alt="Driver" class="avatar">
<div class="dialogue-box">
<div class="name">Driver</div>
<p>I'm sorry... I was desperate. I needed money.</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/male.png'" alt="Driver" class="avatar">
<div class="dialogue-box">
<div class="name">Driver</div>
<p>I knew about you and Robert. I thought if I threatened you, you'd pay me to keep quiet.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/4.png'">
<div class="scene-caption">
<<print $characters.codi.name>>'s House • Afternoon
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>You never had any recordings, did you?</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/male.png'" alt="Driver" class="avatar">
<div class="dialogue-box">
<div class="name">Driver</div>
<p>No... I was bluffing. I only knew about their relationship. I hoped she would panic and transfer the money.</p>
</div>
</div>
<p class="notation_text">
$characters.codi.name's expression instantly changed from fear to anger.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Get out.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>You're fired. Don't ever come back to this house again.</p>
</div>
</div>
<p class="notation_text">
The driver quietly apologized one last time before leaving the mansion without another word.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/5.png'">
<div class="scene-caption">
<<print $characters.codi.name>>'s House • Afternoon
</div>
</div>
<p class="notation_text">
As the front door closed behind him, $characters.codi.name let out a long breath and sat on couch, finally relaxed.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I was so careful whenever I met Robert.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I never visited his place. We always met here, so I couldn't understand how someone supposedly had evidence against me.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Thank goodness it was nothing more than a bluff.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Blackmail only works when people believe the lie. You stayed calm long enough for me to expose him.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/4.png'">
<div class="scene-caption">
<<print $characters.codi.name>>'s House • Afternoon
</div>
</div>
<p class="notation_text">
Her tense expression replaced by a warm smile.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>So, Detective... tell me. What would you like as your reward?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Money? A vacation? Just name it.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Nothing. Seeing the case solved is enough for me.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/6.png'">
<div class="scene-caption">
<<print $characters.codi.name>>'s House • Afternoon
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>(smiling) You're impossible.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>No, Detective... I'm definitely going to reward you. I'll contact you very soon.</p>
</div>
</div>
<p class="notation_text">
I simply smiled, wished her a peaceful evening, and walked toward the exit.
</p>
<p class="notation_text">
Something told me this wouldn't be the last time $characters.codi.name called me.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/10.png'">
<div class="scene-caption">
Detective Agency • Afternoon
</div>
</div>
<p class="notation_text">
The next afternoon, my phone vibrated while I was finishing the last of the paperwork. I almost ignored it—until I saw her name.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Detective… are you free tonight? I’d like to thank you properly. Just dinner. No cases.</p>
</div>
</div>
<p class="notation_text">
A second message followed with the address of one of the city’s most exclusive hotels. I stared at the screen longer than necessary, already feeling the quiet pull of something I hadn’t allowed myself to name.
</p>
<p class="notation_text">
When I arrived, $characters.codi.name was waiting near the entrance. The soft evening light caught the curve of her neck and the simple black dress that left just enough to the imagination. The moment her eyes found mine, her smile was warm… and slightly unsteady.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/5.png'">
<div class="scene-caption">
Hotel Restaurant • Evening
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>You came.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>You asked.</p>
</div>
</div>
<p class="notation_text">
She held my gaze a second longer than politeness required before turning toward the entrance.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Our table is ready.</p>
</div>
</div>
<p class="notation_text">
The restaurant floated above the city, all soft light and quiet piano. Floor-to-ceiling windows framed the skyline like a private stage. Everything about the place felt intentional—intimate without being obvious.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/7.png'">
<div class="scene-caption">
Hotel Restaurant • Evening
</div>
</div>
<p class="notation_text">
She ordered wine without looking at the list, then slid the menu toward me. Our fingers almost touched.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Tonight is on me. Order whatever you want.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I’ll trust the chef… and the company.</p>
</div>
</div>
<p class="notation_text">
The conversation started light, but the space between us kept shrinking. Every time she reached for her glass, I noticed the slow movement of her wrist. Every time I spoke, her eyes lingered a fraction too long.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Can I ask you something personal?</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/8.png'">
<div class="scene-caption">
Hotel Restaurant • Evening
</div>
</div>
<p class="notation_text">
She set her glass down carefully. The air between us felt thicker than it had a moment ago.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>After what you did for me… you can ask me anything.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>How did it start with Robert?</p>
</div>
</div>
<p class="notation_text">
For a moment she looked past me, out at the city lights, as if measuring how much truth she was willing to give.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I have everything most people want. Money. A beautiful house. A husband who provides… but is almost never home.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>We stopped talking years ago. We became two polite strangers sharing an address. The silence got louder every year.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/3.png'">
<div class="scene-caption">
Hotel Restaurant • Evening
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I was lonely. And loneliness makes even careful people reckless.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Robert paid attention. He listened. He made me feel like I still existed. One conversation became two… then something I never planned.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I thought I was being careful. I wasn’t. And once someone has that kind of power over you… everything changes.</p>
</div>
</div>
<p class="notation_text">
She looked down at her wine, then slowly back up at me. There was no performance in her eyes—only a quiet, unguarded honesty that made the table between us feel suddenly too wide.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>You’re stronger than you think. Most people would have stayed trapped.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/19.png'">
<div class="scene-caption">
Hotel Restaurant • Evening
</div>
</div>
<p class="notation_text">
A faint flush rose along her cheekbones. She didn’t look away.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>…Thank you. I didn’t expect you to say that.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Any man who pays attention would notice you the second you walked into a room.</p>
</div>
</div>
<p class="notation_text">
The words hung between us. Her lips parted slightly, as if she had started to reply and then thought better of it.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Including you?</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Including me.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/2.png'">
<div class="scene-caption">
Hotel Restaurant • Evening
</div>
</div>
<p class="notation_text">
Neither of us spoke for several seconds. The silence felt charged—less empty than full of everything we weren’t saying yet. I could hear the soft clink of glasses at other tables, the distant piano, and the quiet sound of her breathing.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Do you remember what I told you the day you closed the case?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I said you could ask me for any reward you wanted.</p>
</div>
</div>
<p class="notation_text">
Her voice had dropped lower. Softer. The playful distance she usually kept was gone, replaced by something quieter and far more dangerous.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>If that offer still stands… I’d like to claim it tonight.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/20.png'">
<div class="scene-caption">
Hotel Restaurant • Evening
</div>
</div>
<p class="notation_text">
$characters.codi.name held my gaze without blinking. A slow, knowing smile curved her lips—not triumphant, not coy, just certain. She reached across the table and rested her fingers lightly over mine. The contact was brief, but it sent a clear current through both of us.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Then follow me.</p>
</div>
</div>
<p class="notation_text">
She stood, still holding my hand, and led me away from the restaurant without another word. We walked down a quiet, carpeted hallway until she stopped in front of a private suite. When the door closed behind us, the city noise disappeared completely—and the careful distance we had both been maintaining finally collapsed.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Codi_3_1">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/10.png'">
<div class="scene-caption">
Detective Agency • Afternoon
</div>
</div>
<p class="notation_text">
My phone vibrated just as I was about to leave the office. Another message from $characters.river.name.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>Are you free tonight? Come over… I’d like to see you.</p>
</div>
</div>
<p class="notation_text">
I replied that I was on my way and drove straight to her house.
</p>
<p class="notation_text">
She welcomed me with a warm smile and led me into the living room. Soft music played. Two glasses of wine waited on the table. The atmosphere felt lighter than the last visit — but the undercurrent of desire was stronger.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>There’s something I’ve wanted to ask you.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Go ahead.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/13.png'">
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Evening
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>Why did you let Robert’s female partner go? After everything they did… I couldn’t understand your decision.</p>
</div>
</div>
<p class="notation_text">
I took a sip of wine before answering.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Because I don’t believe she fully understood what Robert was planning. She came from an aristocratic family. Her husband is a bank shareholder. Robert used her reputation and access as cover. She was a tool… not the mastermind.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/14.png'">
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Evening
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>That’s exactly who Robert is. He used everyone. Sometimes I wondered if he was even capable of loving anyone. He treated people like possessions.</p>
</div>
</div>
<p class="notation_text">
She looked out the window for a moment, then turned back with a softer expression.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>I’m just grateful he’s gone from my life. Then you appeared… and reminded me that good people still exist.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/river/2/15.png'">
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Evening
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>You deserve a fresh start.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>(smiling) Maybe I already found it.</p>
</div>
</div>
<p class="notation_text">
She stepped closer until only inches separated us. Her fingers brushed mine. The look in her eyes left no room for misunderstanding.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>Whenever you want to see me… my door will always be open.</p>
</div>
</div>
</div>
</div>
<div class="enter-button"
data-passage="River_5_1">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set _charKey = $selectedCharacter>>
<<set _char = $characters[_charKey]>>
<<set _sceneName = $activityType>>
<<set _charImage = _char.event_image>>
<<set _i = 0>>
<<set _event = "">>
<!-- Replace 'your-image.jpg' with the path to your image -->
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+_charImage " >
<div class="scene-caption">
<<print _char.name>> • <<print _char.type>>
</div>
</div>
<!-- <p class="notation_text">Ct Scene = <<print $charobject_scene>></p> -->
<<for _i, _event range _char.passage>>
<div class="scene-button" data-passage="_event" style="width:25vw;" >
<p><<print _char.desc[_i]>></p>
</div>
<</for>>
</div>
<div class="enter-button" data-passage="Unlocked Event">
<p>🚪 Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
var char = variables().characters[variables().selectedCharacter]
console.log("character=",char);
});
<</script>><div class="big_text">
<<nobr>>
<<set _charName = $selectedCharacter>>
<<set _sceneName = passage()>>
<<set _charImage = $fuckScene[_charName][_sceneName].default_image>>
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+_charImage " >
<div class="scene-caption">
<<print _charName>> • Active
</div>
</div>
<div id="scene-buttons"></div>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().selectedCharacter ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set _charName = $selectedCharacter>>
<<set _sceneName = passage()>>
<<set _charImage = $fuckScene[_charName][_sceneName].default_image>>
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+_charImage " >
<div class="scene-caption">
<<print _charName>> • Active
</div>
</div>
<div id="scene-buttons"></div>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().selectedCharacter ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set _charName = $selectedCharacter>>
<<set _sceneName = passage()>>
<<set _charImage = $fuckScene[_charName][_sceneName].default_image>>
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+_charImage " >
<div class="scene-caption">
<<print _charName>> • Active
</div>
</div>
<div id="scene-buttons"></div>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().selectedCharacter ); // Call the function after the script is loaded
});
<</script>>
<<set $fuckScene= {
/* Whitney-2 Scene */
'whitney': {
'sed_scene': {
'scene_code': 'whitney',
'scene_type': 'sed_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'whitney',
'default_image': 'char/whitney/1.jpg',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/whitney/vid/sed-1.mp4','char/whitney/vid/sed-2.mp4','char/whitney/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>She was moving her body in a way that was nothing short of seductive. She swayed her hips, my fingers tracing the curves of her body. She slowly pulls down her blouse, revealing her uncovered breasts. My hands moved down, fingers slipping under the waistband of her dress.</p>',
'<p>I 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 class="scene-dialogue"><i>“Are you enjoying me, Detective?”</i></p> she asked, her lips right against my ear.</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': 'whitney',
'scene_type': 'bj_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'whitney',
'default_image': 'char/whitney/1.jpg',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/whitney/vid/bj-1.mp4','char/whitney/vid/bj-2.mp4','char/whitney/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She chuckles, a soft, sultry sound that sends a shiver down my spine. <p class="scene-dialogue"><i>“You like that, Detective?”</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 class="scene-dialogue"><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': 'whitney',
'scene_type': 'cg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'whitney',
'default_image': 'char/whitney/1.jpg',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/whitney/vid/cg-1.mp4','char/whitney/vid/cg-2.mp4','char/whitney/vid/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 $characters.whitney.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>$characters.whitney.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 class="scene-dialogue"><i>“Detective! Oh Detective! I’m cumming! Detective! Cum with me, Detective! Cum inside me!”</i></p> She yells, riding wave after wave of pleasure.</p>',
]
},
'dg_scene': {
'scene_code': 'whitney',
'scene_type': 'dg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'whitney',
'default_image': 'char/whitney/1.jpg',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/whitney/vid/dg-1.mp4','char/whitney/vid/dg-2.mp4','char/whitney/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>$characters.whitney.name on her fours. I slid my cock inside her. $characters.whitney.name moaned and moved her ass back and forth. <p class="scene-dialogue"><i>“Fuck yeah!”</i></p> -- She yelled at his face, her eyes so wide. <p class="scene-dialogue"><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 $characters.whitney.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. $characters.whitney.name moans every time my cock enters her tight pussy.</p>',
]
},
'rcg_scene': {
'scene_code': 'whitney',
'scene_type': 'rcg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'whitney',
'default_image': 'char/whitney/1.jpg',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/whitney/vid/rcg-1.mp4','char/whitney/vid/rcg-2.mp4','char/whitney/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>$characters.whitney.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 class="scene-dialogue"><i>“You like that, Detective?”</i></p> she teases, her voice dripping with desire. <p class="scene-dialogue"><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 class="scene-dialogue"><i>“Fuck me harder, Detective,”</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': 'whitney',
'scene_type': 'mis_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'whitney',
'default_image': 'char/whitney/1.jpg',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/whitney/vid/mis-1.mp4','char/whitney/vid/mis-2.mp4','char/whitney/vid/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 class="scene-dialogue"><i>“Oh, oh, fuck,”</i></p> I moan as my body tense. <p class="scene-dialogue"><i>“Give it to me!”</i></p> she cries, <p class="scene-dialogue"><i>“Come inside me! Let me feel it!”</i></p></p>',
'<p>I gasp as my cock erupted, but this time filling $characters.whitney.name’s pussy. $characters.whitney.name 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 $characters.whitney.name’s greedy pussy clenched, milking the last drops from my spent cock.</p>',
]
},
'cun_scene': {
'scene_code': 'whitney',
'scene_type': 'cun_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'whitney',
'default_image': 'char/whitney/1.jpg',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/whitney/vid/lick-1.mp4','char/whitney/vid/lick-2.mp4','char/whitney/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p>I hold her above me and I looked her flower liked pussy as I tongued her. <p class="scene-dialogue"><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><p class="scene-dialogue"><i>“You taste so fucking good,”</i></p> I said between licks. <p class="scene-dialogue"><i>“Oh, fuck,”</i></p> she breathed out. <p class="scene-dialogue"><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 cock.</p>',
'<p>Grabbing her waist as I played with her clit on my tongue. <p class="scene-dialogue"><i>“Oh! Fuck, that s really good. Oh, Detctive, 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>',
]
},
},
/* Reena Scene 2 */
'reena' : {
'sed_scene': {
'scene_code': 'reena',
'scene_type': 'sed_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'reena',
'default_image': 'char/reena/1.jpg',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/reena/vid/sed-1.mp4','char/reena/vid/sed-2.mp4','char/reena/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>We began to undress, the warm breeze brushing against our skin. $characters.reena.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. $characters.reena.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, theres”</i></p>no awkwardness—just a sense of rightness, as if this moment was always meant to happen. $characters.reena.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': 'reena',
'scene_type': 'bj_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'reena',
'default_image': 'char/reena/1.jpg',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/reena/vid/bj-1.mp4','char/reena/vid/bj-2.mp4','char/reena/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>$characters.reena.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 class="scene-dialogue"><i>“Fuck, $characters.reena.name,”</i></p> I said, moaning. <p class="scene-dialogue"><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 $characters.reena.name’s warm breath on my neck, $characters.reena.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 class="scene-dialogue"><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. $characters.reena.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 class="scene-dialogue"><i>“Fuck, $characters.reena.name,”</i></p> I moan, my hips thrusting up to meet her mouth.</p>',
]
},
'cg_scene': {
'scene_code': 'reena',
'scene_type': 'cg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'reena',
'default_image': 'char/reena/1.jpg',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/reena/vid/cg-1.mp4','char/reena/vid/cg-2.mp4','char/reena/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>I watch $characters.reena.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 class="scene-dialogue"><i>“Fuck, $mc.name,”</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 $characters.reena.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. $characters.reena.name lets out a soft moan, her head thrown back in pleasure. <p class="scene-dialogue"><i>“Oh, $mc.name,”</i></p> -- she breathes, <p class="scene-dialogue"><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. $characters.reena.name’s movements become more frantic, her hips grinding against me as she chases her release.</p>',
]
},
'dg_scene': {
'scene_code': 'reena',
'scene_type': 'dg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'reena',
'default_image': 'char/reena/1.jpg',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/reena/vid/dg-1.mp4','char/reena/vid/dg-2.mp4','char/reena/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>',
]
},
'rcg_scene': {
'scene_code': 'reena',
'scene_type': 'rcg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'reena',
'default_image': 'char/reena/1.jpg',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/reena/vid/rcg-1.mp4','char/reena/vid/rcg-2.mp4','char/reena/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>$characters.reena.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 class="scene-dialogue"><i>“You like that, Master?”</i></p> she teases, her voice dripping with desire. <p class="scene-dialogue"><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 class="scene-dialogue"><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>',
]
},
},
/* Amber Scene 1 */
'amber' : {
'sed_scene': {
'scene_code': 'amber',
'scene_type': 'sed_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'amber',
'default_image': 'char/amber/1.jpg',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/amber/vid/sed-1.mp4','char/amber/vid/sed-2.mp4','char/amber/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>We began to undress, the warm breeze brushing against our skin. $characters.amber.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. $characters.reena.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. $characters.amber.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>',
]
},
'mis_scene': {
'scene_code': 'amber',
'scene_type': 'mis_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'amber',
'default_image': 'char/amber/1.jpg',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/amber/vid/mis-1.mp4','char/amber/vid/mis-2.mp4','char/amber/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>$characters.amber.name lays down on the floor, and $characters.richard.name positions himself between her legs. He inserts his dick into her pussy, and she takes him all the way in. You come up to his face and offer her your cock. She takes it into her mouth and starts sucking you off as $characters.richard.name fucks her hard.</p>',
'<p>I fondling her breasts while her husband fucking her. $characters.richard.name 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. $characters.amber.name kisses him back, her hands rubbing his back.</p>',
'<p>I can feel myself getting close to climax, but I want to prolong the experience. I pull out of $characters.amber.name’s mouth and suggest a change of position.</p>',
]
},
'bj_scene': {
'scene_code': 'amber',
'scene_type': 'bj_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'amber',
'default_image': 'char/amber/1.jpg',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/amber/vid/bj-1.mp4','char/amber/vid/bj-2.mp4','char/amber/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>$characters.$characters.amber.name.name kneels between me and $characters.richard.name and starts giving us blowjobs. I can feel her soft lips wrapped around my cock as she sucks me deep into her mouth. $characters.richard.name moans in pleasure as she does the same to him.</p>',
'<p>I started fucking her mouth, and I can see the pleasure on her face as she takes him deep. 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>$characters.richard.name reach down and run his fingers through $characters.amber.name’s breasts as she bobs her head up and down on my dick. "Fuck, $characters.amber.name, that feels amazing," I said, looking down at her. She looked up at me and smiles, then turned her attention back to my cock.</p>',
]
},
'cg_scene': {
'scene_code': 'amber',
'scene_type': 'cg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'amber',
'default_image': 'char/amber/1.jpg',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/amber/vid/cg-1.mp4','char/amber/vid/cg-2.mp4','char/amber/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>I watch $characters.amber.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 class="scene-dialogue"><i>“Fuck, $mc.name,”</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>$characters.amber.name sits on me like a cowgirl, taking my cock into her pussy. $characters.richard.name comes close to her and offers his dick to her mouth. She takes him in and starts sucking him off as she rides me.</p>',
'<p>I run my hands up her body, feeling the curve of her waist and the swell of her breasts. $characters.richard.name starts fucking her mouth harder and harder, and you know he’s about to cum too. He cup her breasts in his hands, squeezing gently. $characters.amber.name’s movements become more frantic, her hips grinding against me as she chases her release.</p>',
]
},
'dg_scene': {
'scene_code': 'amber',
'scene_type': 'dg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'amber',
'default_image': 'char/amber/1.jpg',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/amber/vid/dg-1.mp4','char/amber/vid/dg-2.mp4','char/amber/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>$characters.amber.name positions herself like a doggy on the couch, and you insert your cock into her pussy from behind. $characters.richard.name sits in front of her and offers his dick to her mouth. She takes him in and starts sucking him off as you fuck her hard.</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 start to slide my dick in and out, picking up speed, and finding a rhythm. I can feel her orgasm building, and I know I’m about to cum. $characters.richard.name starts fucking $characters.amber.name’s mouth harder and harder, and we both reach our climax at the same time.</p>',
]
},
'rcg_scene': {
'scene_code': 'amber',
'scene_type': 'rcg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'amber',
'default_image': 'char/amber/1.jpg',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/amber/vid/rcg-1.mp4','char/amber/vid/rcg-2.mp4','char/amber/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>$characters.amber.name sits on top of you in reverse cowgirl, moving her hips up and down as you lay on the couch. $characters.richard.name is masturbating, looking at the two of you in amazement. You can feel your cock starting to harden again as you watch $characters.amber.name ride you.</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 class="scene-dialogue"><i>“You like that, Detective?”</i></p> she teases, her voice dripping with desire. <p class="scene-dialogue"><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 class="scene-dialogue"><i>“Fuck me harder, Detective,”</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>',
]
},
},
/* Ashley Scene */
'ashley' : {
"cun_scene": {
"scene_code": 'ashley',
"scene_type": 'cun_scene',
"scene_passage": 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
"scene_character": 'ashley',
"default_image": 'char/ashley/6.jpg',
"scene_title": ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
"scene_video": ['char/ashley/vid/lick-1.mp4','char/ashley/vid/lick-2.mp4','char/ashley/vid/lick-3.mp4',],
"scene_dialogue" : [
'<p>$characters.reena.name licks her way down $characters.ashley.name’s body, kneeling on the edge of the bed, and replacing her fingers with her tongue inside $characters.ashley.name s pussy. <p class="scene-dialogue"><i>“Oh fuck yes!”</i></p>-- $characters.ashley.name yells, pushing up against $characters.reena.name s mouth. <p class="scene-dialogue"><i>“Mmmm. Just as delicious as I knew you’d be.”</i></p>-- $characters.reena.name says, licking her lips and looking over her shoulder at me.</p>',
'<p><p class="scene-dialogue"><i>“Aaaaggghhhh!”</i></p>-- $characters.ashley.name moans, collapsing back on the bed and pushing $characters.reena.name s face away from her clit. $characters.reena.name slides her tongue down between $characters.ashley.name’s bald pussy lips, lapping up her creamy juices. <p class="scene-dialogue"><i>“You taste so good!”</i></p>-- $characters.reena.name says, kissing her way up $characters.ashley.name’s body. <p class="scene-dialogue"><i>“I could eat you all night.”</i></p>-- She says.</p>',
'<p><p class="scene-dialogue"><i>“Mmmmm.”</i></p>-- $characters.ashley.name moans as $characters.reena.name’s mouth works frantically on her clit. $characters.ashley.name is thrashing her hips all over the couch, pushing her pussy against $characters.reena.name’s mouth and pulling at her own swollen nipples. <p class="scene-dialogue"><i>“Keep doing that, $characters.reena.name!”</i></p>-- $characters.ashley.name yells, grabbing a handful of $characters.reena.name’s hair and holding her head against her clit. <p class="scene-dialogue"><i>“I m cumming! Oh fuck!”</i></p>-- $characters.reena.name keeps her lips wrapped around $characters.ashley.name’s clit, as $characters.ashley.name thrusts her ass off the couch, spasming through several waves of intense orgasmic pleasure.</p>',
]
},
"bj_scene": {
"scene_code": 'ashley',
"scene_type": 'bj_scene',
"scene_passage": 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
"scene_character": 'ashley',
"default_image": 'char/ashley/6.jpg',
"scene_title": ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
"scene_video": ['char/ashley/vid/bj-1.mp4','char/ashley/vid/bj-2.mp4','char/ashley/vid/bj-3.mp4',],
"scene_dialogue" : [
'<p>$characters.ashley.name knelt beside me, her hand moving to my cock, her fingers wrapping around it, her lips finding the tip. $characters.reena.name also knelt opposite her, her hand moving to my cock, her lips finding the base.</p>',
'<p>Their mouths moved, their tongues licking, their lips sucking, their hands moving in rhythm.</p>',
'<p>I groaned, my body shaking, my orgasm building. $characters.ashley.name’s eyes met mine, a wicked smile spreading across her face. "Now, $mc.name," she said, her voice filled with command. "Cum."</p>',
]
},
"cg_scene": {
"scene_code": 'ashley',
"scene_type": 'cg_scene',
"scene_passage": 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
"scene_character": 'ashley',
"default_image": 'char/ashley/6.jpg',
"scene_title": ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
"scene_video": ['char/ashley/vid/cg-1.mp4','char/ashley/vid/cg-2.mp4','char/ashley/vid/cg-3.mp4',],
"scene_dialogue" : [
'<p>She runs her hands over $characters.ashley.name s smooth, hairless mound before again slipping her fingers between $characters.ashley.name s protruding pussy lips.</p>',
'<p><p class="scene-dialogue"><i>“You re very wet, dear.”</i></p>-- $characters.reena.name says, dipping her finger between $characters.ashley.name s pussy lips and bringing it to her lips. $characters.reena.name is smiling as she maintains eye contact with $characters.ashley.name.</p>',
'<p><p class="scene-dialogue"><i>“Oh God!”</i></p>-- $characters.ashley.name moans as $characters.reena.name shoves two fingers inside her sopping pussy. <p class="scene-dialogue"><i>“That feels so good $characters.reena.name!”</i></p>-- $characters.ashley.name cries, humping her ass off the couch, trying to push $characters.reena.name s fingers deeper into her burning hole.</p>',
]
},
"mis_scene": {
"scene_code": 'ashley',
"scene_type": 'mis_scene',
"scene_passage": 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
"scene_character": 'ashley',
"default_image": 'char/ashley/6.jpg',
"scene_title": ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
"scene_video": ['char/ashley/vid/mis-1.mp4','char/ashley/vid/mis-2.mp4','char/ashley/vid/mis-3.mp4',],
"scene_dialogue" : [
'<p>$characters.reena.name and $characters.ashley.name grind their bodies together in 69 position, while they hungrily devour each other s pussy.</p>',
'<p>$characters.reena.name slides her hand between $characters.ashley.name s pussy and starts mauling her clit.</p>',
'<p>$characters.reena.name eagerly responds, kissing her clit and $characters.ashley.name s head under $characters.reena.name s ass, and her thumbs pulling $mp.rel s ass cheeks apart, $characters.ashley.name suck on her thick pussy lips, while pushing her tongue between them.</p>',
]
},
"sed_scene": {
"scene_code": 'ashley',
"scene_type": 'sed_scene',
"scene_passage": 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
"scene_character": 'ashley',
"default_image": 'char/ashley/6.jpg',
'scene_title': ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
"scene_video": ['char/ashley/vid/sed-1.mp4','char/ashley/vid/sed-2.mp4','char/ashley/vid/sed-3.mp4',],
"scene_dialogue" : [
'<p>$characters.reena.name, her eyes filled with a hunger that mirrored my own, moved to $characters.ashley.name’s breasts, her lips closing around a nipple. She sucked and teased, her tongue flicking over the hardened bud as I continued to watch them.</p>',
'<p>$characters.ashley.name watches with rapt attention, her fingers tracing circles around her clit. $characters.reena.name picks up the pace, her breath hitching with every rub. "Oh, fuck," she moans, her eyes rolling back in pleasure.</p>',
'<p>$characters.ashley.name’s eyes never leave you as she begins to rub her clit, her fingers moving in rhythm with $characters.reena.name’s. You can see the desire building in her, her cheeks flushed, her breath coming in short gasps. <p class="scene-dialogue"><i>“I want you,”</i></p>she murmurs, her voice thick with lust.</p>',
]
},
'dg_scene': {
'scene_code': 'ashley',
'scene_type': 'dg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'ashley',
'default_image': 'char/ashley/6.jpg',
'scene_title': ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
'scene_video': ['char/ashley/vid/dg-1.mp4','char/ashley/vid/dg-2.mp4','char/ashley/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>$characters.ashley.name stood, her body slick with sweat, her pussy glistening. She straddled me, her legs spreading, her pussy finding my waiting mouth. $characters.reena.name’s hand moved to my cock, her fingers wrapping around it, her lips finding the tip.</p>',
'<p>$characters.ashley.name’s moans filled the room, her body shaking, her orgasm building. $characters.reena.name’s hand moved faster, her lips sucking, her tongue licking..</p>',
'<p>$characters.reena.name’s hand moved faster, her lips sucking, her tongue licking. $characters.ashley.name’s orgasm exploded, her cum coating my face, my lips, my tongue.</p>',
]
},
"rcg_scene": {
"scene_code": 'ashley',
"scene_type": 'rcg_scene',
"scene_passage": 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
"scene_character": 'ashley',
"default_image": 'char/ashley/6.jpg',
'scene_title': ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
"scene_video": ['char/ashley/vid/cg-1.mp4','char/ashley/vid/cg-2.mp4','char/ashley/vid/cg-3.mp4',],
"scene_dialogue" : [
'<p>She runs her hands over $characters.ashley.name s smooth, hairless mound before again slipping her fingers between $characters.ashley.name s protruding pussy lips.</p>',
'<p><p class="scene-dialogue"><i>“You re very wet, dear.”</i></p>-- $characters.reena.name says, dipping her finger between $characters.ashley.name s pussy lips and bringing it to her lips. $characters.reena.name is smiling as she maintains eye contact with $characters.ashley.name.</p>',
'<p><p class="scene-dialogue"><i>“Oh God!”</i></p>-- $characters.ashley.name moans as $characters.reena.name shoves two fingers inside her sopping pussy. <p class="scene-dialogue"><i>“That feels so good $characters.reena.name!”</i></p>-- $characters.ashley.name cries, humping her ass off the couch, trying to push $characters.reena.name s fingers deeper into her burning hole.</p>',
]
},
"as_scene": {
"scene_code": 'ashley',
"scene_type": 'as_scene',
"scene_passage": 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
"scene_character": 'ashley',
"default_image": 'char/ashley/6.jpg',
'scene_title': ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
"scene_video": ['char/ashley/vid/as-1.mp4','char/ashley/vid/as-2.mp4','char/ashley/vid/as-3.mp4',],
"scene_dialogue" : [
'<p>She runs her hands over $characters.ashley.name’s smooth, hairless mound before again slipping her fingers between $characters.ashley.name s protruding pussy lips.</p>',
'<p><p class="scene-dialogue"><i>“You re very wet, dear.”</i></p>-- $characters.reena.name says, dipping her finger between $characters.ashley.name s pussy lips and bringing it to her lips. $characters.reena.name is smiling as she maintains eye contact with $characters.ashley.name.</p>',
'<p><p class="scene-dialogue"><i>“Oh God!”</i></p>-- $characters.ashley.name moans as $characters.reena.name shoves two fingers inside her sopping pussy. <p class="scene-dialogue"><i>“That feels so good $characters.reena.name!”</i></p>-- $characters.ashley.name cries, humping her ass off the couch, trying to push $characters.reena.name s fingers deeper into her burning hole.</p>',
]
},
},
/**********************************************************************
Episode 2
***********************************************************************/
/* Sky Scene 2 */
'sky' : {
'sed_scene': {
'scene_code': 'sky',
'scene_type': 'sed_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'sky',
'default_image': 'char/sky/2/22.png',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/sky/2/vid/sed-1.mp4','char/sky/2/vid/sed-2.mp4','char/sky/2/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text"> Her skirt had also ridden up when she sat on the desk and her legs bent apart slightly. My hand reached between her legs to her crotch and found her cotton panties slightly damp. I moaned aloud, unable to control myself. I rubbed at her slowly through the fabric, feeling it slick up as she grew wet. Now, after being so quiet and still, She whimpered slightly and pressed herself against my ever so slightly. </p><p class="notation_text"> I stilled and pulled my hand away, but she had stilled, and her breathing was regular. Confident, I caressed her again, her panties growing wet with her juices. I pressed the fabric up into her cunt, soaking them further. I teased her entrance through her panties, delighted at how wet I was making them. Her pussy was not fully shaved and I loved it.</p><p class="notation_text"> With careful fingers, I slid my hand underneath the fabric. slid one finger up and down her slick slit, teasing her entrance and then sliding back up to tease her clit. I continued up and down again and was rewarding with another soft whimper for her. I was so hard right now, and I was glad that I had jerked off earlier that night before going out. I wanted to fuck her so bad. To feel my cock slide into her tight wet pussy...to feel her tighten up around my as she came. To fuck her hard and fast. To use her.</p>',
'<p class="scene-dialoue"><i>“I am going to fuck you,”</i></p> </i></p><p class="notation_text"> I reached out and skimmed my fingers up and down her thighs right up to her pussy, and then back down to her knees. I could see how wet she was. How ready for my she was. What was going through her mind right now in her passed out state? Was she dreaming about being used? Being fucked hard?</p><p class="notation_text">I slid one finger into her tight cunt. She was beyond wet and it went in without resistance. Her lips parted and she breathed out heavy. Jason smiled to myself and slowly fucked her with my finger for a few moments, before adding a second finger. She moaned slightly as I fucked her with my fingers. I could feel her cunt tighten a little, feel it quiver slightly. Her juices were running down my hand and down her legs.</p><p class="notation_text"> She moaned a little louder. Her breathing was a little heavy, but she didn’t still other than that. I rubbed several more long seconds. I slid my fingers into her again, fucking her slowly with them, my thumb grazing over her clit once in a while. Her body rocked against my ever so slightly. I pulled my fingers out again.</p>',
'<p class="notation_text"> I straddled her waist and gripped the sides of her boobs. I positioned my dick in her cleavage, pausing for a minute to enjoy how my big cock looked in between her big boobs. Then I thrust my dick into her cleavage and she smiled widely up at me. I placed both hands on her face pulling her tighter to my mouth. I shook my head in wonder at what had transpired to bring me here with my cock nestled firmly between $characters.sky.name’s tits. </p><p class="notation_text"> I kept thrusting between her big tits. I groped her chest and rolled her nipples between my fingers, listening to her moan in pleasure. I was pounding her chest, her boobs bouncing up and hitting her chin with each thrust while I kissing her and the kiss deepened. She swirl her pink tongue over the pulsing head of my thick cock as it glided up between her breasts. Seeing the glazed expression on her face, the sexy blonde smiled and wrapped her boobs even tighter around my pole.</p><p class=scene-dialogue><i> "Oh, yeah! Fuck my tits,”</i></p> </i></p><p class="notation_text"> She moaned as I slid back down the soft valley for another round trip.</p>',
]
},
'bj_scene': {
'scene_code': 'sky',
'scene_type': 'bj_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'sky',
'default_image': 'char/sky/2/22.png',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/sky/2/vid/bj-1.mp4','char/sky/2/vid/bj-2.mp4','char/sky/2/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p class="notation-text">I stood. $characters.sky.name dropped to her knees between my legs. She took my cock into her mouth and sucked slowly, going deeper with each pass. Spit quickly coated the shaft.</p><p class="notation-text">She pulled off, licked down to my balls, then lower. Her tongue pressed against my hole, circling wetly while she stroked my cock. Soft, focused licks. The dual sensation made me groan.</p>',
'<p class="notation-text">She grew bolder. Deepthroating me until her nose pressed against my stomach, gagging softly, spit running down. Then she pulled off and rimmed me more hungrily, tongue pushing firmer while her hand stroked my wet cock.</p>Eyes watered. Spit strings connected her lips to me. The wet, filthy sounds of her mouth filled the room as she alternated between throat and tongue.</p>',
'<p class="notation-text">$characters.sky.name went all in. She deepthroated hard, gagging, spit pouring, while spreading me open so her tongue could push deeper into my hole.</p><p class="notation-text">I gripped her hair and fucked her throat in short thrusts. She took it, moaning around me, saliva dripping onto the floor. The tight heat of her throat and the wet pressure of her tongue pushed me right to the edge.</p>',
]
},
'cg_scene': {
'scene_code': 'sky',
'scene_type': 'cg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'sky',
'default_image': 'char/sky/2/22.png',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/sky/2/vid/cg-1.mp4','char/sky/2/vid/cg-2.mp4','char/sky/2/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p class="notation-text">I sat on the couch. $characters.sky.name climbed onto my lap, skirt already pushed up. She reached down, guided my cock to her entrance, and slowly sank onto me. Hot, tight, and dripping. A soft moan left her as she took every inch.</p><p class="notation-text">She started with slow rolls of her hips, rising almost all the way off before sliding back down. The wet sound of her pussy swallowing me filled the room. I could feel every clench and flutter. Her hands rested on my chest while she adjusted to the stretch.</p>',
'<p class="notation-text">$characters.sky.name picked up the pace. Medium, steady bouncing. Her breasts moved with every downward stroke. The slap of her ass against my thighs grew louder.</p><p class="scene-dialogue"><i>“You feel so thick like this…”</i></p></p><p class="notation-text">She breathed. Her juices coated my cock and ran down onto my stomach. I gripped her hips and thrust up to meet her, making her moan sharper. The tight, wet heat of her pussy gripped me perfectly with every bounce.</p>',
'<p class="notation-text">She rode me hard and fast. Hips slamming down, wet sounds turning filthy. $characters.sky.name’s moans broke into cries. I held her tight and fucked up into her without mercy.</p><p class="notation-text">Her walls clamped down as she came, pussy pulsing and flooding around my cock. Juices dripped onto my thighs. I kept thrusting through it until I buried myself deep and came hard inside her, thick pulses filling her while she trembled and gasped on top of me.</p>',
]
},
'dg_scene': {
'scene_code': 'sky',
'scene_type': 'dg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'sky',
'default_image': 'char/sky/2/22.png',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/sky/2/vid/dg-1.mp4','char/sky/2/vid/dg-2.mp4','char/sky/2/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p class="notation-text">I bent $characters.sky.name over the table, skirt shoved up around her waist, ass presented. I gripped her hips and slowly pushed into her dripping pussy. She moaned into the wood as I sank all the way in.</p><p class="notation-text">Slow, deep strokes. I watched my cock disappear between her cheeks. Her walls gripped me tightly with every slow pull and push. Soft wet sounds rose each time I bottomed out. $characters.sky.name pushed back against me, already hungry for more.</p>',
'<p class="notation-text">I increased the speed. Medium, steady thrusts that made her ass ripple. The slap of skin on skin grew louder. $characters.sky.name’s moans turned into short, desperate cries.</p><p class="notation-text">Her pussy felt scorching and soaked. Juices coated my shaft and dripped down her thighs. I held her hips tighter and fucked her harder, angling to hit the spot that made her legs shake. Every thrust forced a wet, filthy sound from her body.</p>',
'<p class="notation-text">I pounded her. Fast, deep, relentless. The table creaked under us. $characters.sky.name’s moans turned into broken screams of pleasure.</p><p class="notation-text">Her pussy clenched hard around me as she came, walls spasming and squirting more wetness down her legs. I kept driving into her through the orgasm until I buried myself deep and came hard, pulsing thick ropes inside her while she trembled and gasped against the table.</p>',
]
},
'rcg_scene': {
'scene_code': 'sky',
'scene_type': 'rcg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'sky',
'default_image': 'char/sky/2/22.png',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/sky/2/vid/rcg-1.mp4','char/sky/2/vid/rcg-2.mp4','char/sky/2/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p class="notation-text">$characters.sky.name turned around and lowered herself onto my cock in reverse, skirt bunched at her waist. I watched my length disappear between her cheeks as she slowly sank down.</p><p class="notation-text">She started with slow, deep rises and falls. The wet sound of her pussy taking me was clear. I could see everything — the way her entrance stretched around me, the shine of her juices on my shaft. Soft moans left her with every downward slide.</p>',
'<p class="notation-text">She bounced faster. Medium rhythm, ass jiggling with every impact. I gripped her waist and helped her move.</p><p class="notation-text">The view was obscene. My cock vanishing into her again and again, wetness coating me completely. $characters.sky.name’s moans grew louder. She reached back and spread herself wider so I could watch even better while she fucked herself on me.</p>',
'<p class="notation-text">$characters.sky.name rode me hard. Fast, desperate bouncing. The wet slap of her ass against me filled the room. Her pussy clenched tighter with every stroke.</p><p class="notation-text">She came with a broken cry, walls spasming around my cock, more juices dripping down onto my balls. I thrust up hard and followed her over the edge, pumping deep inside her while she kept moving through the orgasm.</p>',
]
},
'mis_scene': {
'scene_code': 'sky',
'scene_type': 'mis_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'sky',
'default_image': 'char/sky/2/22.png',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/sky/2/vid/mis-1.mp4','char/sky/2/vid/mis-2.mp4','char/sky/2/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p class="notation-text">I settled $characters.sky.name on the couch and pushed her skirt up around her waist. Her thighs parted easily for me. I rubbed the head of my cock through her wet folds, then slowly pushed inside. Hot, tight, and already slick. She gasped as I sank deeper, inch by inch, until I was fully buried.</p><p class="notation-text">I started with slow, steady thrusts. The wet sound of her pussy taking me filled the quiet room. $characters.sky.name’s hands gripped my shoulders. Soft moans escaped her every time I bottomed out. Her walls fluttered around my cock, warm and greedy. I could feel every ridge as I pulled back and slid back in.</p>',
'<p class="notation-text">I picked up the pace. Medium, harder strokes that made her breasts bounce under her top. The slap of my hips against her grew louder. $characters.sky.name’s moans turned sharper.</p><p class="scene-dialogue"><i>“Fuck… you feel so good inside me,”</i></p><p class="notation-text">She breathed.Her pussy was dripping, coating my cock and running down onto the couch. I held her thighs open and drove deeper. Every thrust made her clench around me. The heat and tightness were addictive. Her legs wrapped around my waist, pulling me in harder.</p>',
'<p class="notation-text">I started pounding her. Fast, deep, relentless. The wet, filthy sound of our bodies filled the living room. $characters.sky.name cried out with every thrust, nails digging into my back.</p><p class="notation-text">Her walls clamped down hard as she came, pussy pulsing and flooding around my cock. Juices soaked me. I kept fucking her through it, chasing my own release, until I buried myself to the hilt and came deep inside her with a groan. Thick pulses filled her while she trembled under me.</p>',
]
},
'sf_scene': {
'scene_code': 'sky',
'scene_type': 'sf_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'sky',
'default_image': 'char/sky/2/22.png',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/sky/2/vid/sf-1.mp4','char/sky/2/vid/sf-2.mp4','char/sky/2/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p class="notation-text">I laid $characters.sky.name on her side on the couch and moved in behind her. Skirt still around her waist. I lifted her top leg, lined up, and slowly pushed into her soaked pussy.</p><p class="notation-text">Deep, controlled strokes. The angle let me feel every inch of her tight heat. Soft wet sounds rose with each thrust. My hand slid around and rubbed her clit in slow circles while I fucked her from behind. $characters.sky.name moaned quietly, pushing back against me.</p>',
'<p class="notation-text">I increased the speed. Medium, steady thrusts that made her body rock. My fingers worked her clit faster.</p><p class="notation-text">Her pussy felt scorching and slick. Juices coated my cock and ran down her thigh. $characters.sky.name’s moans turned sharper. I held her raised leg and drove deeper, the dual stimulation making her clench hard around me.</p>',
'<p class="notation-text">I pounded her from behind while rubbing her clit without stopping. Fast, deep strokes. The wet slap of our bodies grew loud and filthy.</p><p class="notation-text">$characters.sky.name came hard, crying out as her pussy locked down and flooded around my cock. I kept fucking her through it until I slammed in deep and came, thick ropes pulsing inside her while she shook and gasped in my arms.</p>',
]
},
'as_scene': {
'scene_code': 'sky',
'scene_type': 'as_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'sky',
'default_image': 'char/sky/2/22.png',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/sky/2/vid/as-1.mp4','char/sky/2/vid/as-2.mp4','char/sky/2/vid/as-3.mp4',],
'scene_dialogue' : [
'<p class="notation-text">I lifted one of $characters.sky.name’s legs and placed her foot on the table, opening her wide. Skirt still bunched at her waist. I pushed into her from behind in one slow, deep thrust. The new angle let me sink even further.</p><p class="notation-text">I spanked on her butt, she moaned loudly at the stretch. Slow, controlled strokes. I could feel every inch of her tight heat gripping me. Wet sounds filled the room as I fucked her with long, deliberate thrusts. Her free leg trembled.</p>',
'<p class="notation-text">I bent over her and put my hand on her pussy. I rubbed her pussy and sped up. Medium to fast. I spanked hard on her ass cheeks. She screamed with pleausre and pain. The wet slap of my hips against her ass grew sharper. $characters.sky.name’s moans turned high and needy.</p><p class="scene-dialogue"><i>“Deeper… please—”</i></p><p class="notation-text">Her pussy was dripping, juices running down the standing leg. I held her raised thigh and fucked her harder, watching my cock disappear into her again and again. The tighter angle made every thrust feel intense for both of us.</p>',
'<p class="notation-text">I pulled her toward mine, squeezed her tits, kissed on her back and finally locked her hand with mine. I pounded her without mercy. Fast, deep. $characters.sky.name cried out with every impact.</p><p class="notation-text">Her walls locked down as she came hard, body shaking, more wetness flooding around my cock. I fucked her through it until I slammed in deep and came, thick pulses filling her while she trembled and moaned, still spread open for me.</p>',
]
},
'cun_scene': {
'scene_code': 'sky',
'scene_type': 'as_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'sky',
'default_image': 'char/sky/2/22.png',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/sky/2/vid/cun-1.mp4','char/sky/2/vid/cun-2.mp4','char/sky/2/vid/cun-3.mp4',],
'scene_dialogue' : [
'<p class="notation-text">I settled $characters.sky.name on the couch and spread her thighs. Her skirt was already pushed up. I leaned in and dragged my tongue slowly through her folds. She was warm, soft, and already wet.</p><p class="notation-text">I licked her clit with long, deliberate strokes. Soft moans left her. The taste of her filled my mouth. I kept the pace slow and steady, circling the swollen bud while she breathed harder above me. Juices began to coat my tongue.</p>',
'<p class="notation-text">I increased the intensity. Medium, firmer licks focused on her clit, sucking gently between strokes. $characters.sky.name’s hips twitched. Her hand slid into my hair.</p><p class="notation-text">Wet sounds rose as I ate her more hungrily. Her pussy felt slick and responsive under my tongue. Soft groans mixed with her moans. More wetness flowed onto my chin as I kept working her without pause.</p>',
'<p class="notation-text">I slid two fingers inside her while my tongue attacked her clit faster. Curling, thrusting, licking hard. $characters.sky.name’s thighs trembled around my head.</p><p class="notation-text">Her moans turned sharp and broken. Juices flooded my mouth as she came hard, pussy pulsing against my tongue and fingers. I kept licking and fingering her through the orgasm until her legs shook and she pushed weakly at my shoulder.</p>',
]
},
'st_scene': {
'scene_code': 'sky',
'scene_type': 'st_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'sky',
'default_image': 'char/sky/2/22.png',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/sky/2/vid/st-1.mp4','char/sky/2/vid/st-2.mp4','char/sky/2/vid/st-3.mp4',],
'scene_dialogue' : [
'<p class="notation-text">I lifted $characters.sky.name onto the desk and stepped between her open legs. Skirt bunched at her waist. I rubbed the head of my cock through her wetness, then slowly pushed inside.</p><p class="notation-text">Hot. Tight. Perfect. She gasped as I sank deeper. I started with slow, steady thrusts, holding her thighs. The wet sound of her pussy taking me filled the room. Soft moans escaped her every time I bottomed out. I could feel every clench around my cock.</p>',
'<p class="notation-text">I picked up the pace. Medium, deeper strokes that made her breasts bounce. The slap of my hips against her grew louder.</p><p class="notation-text">$characters.sky.name’s hands gripped the edge of the desk. Her moans turned sharper. Juices coated my shaft and dripped onto the desk surface. Her pussy felt scorching and greedy, pulling me in with every thrust.</p>',
'<p class="notation-text">I pounded her hard and fast. The desk creaked. Wet, filthy sounds filled the air. $characters.sky.name cried out with every deep stroke.</p><p class="notation-text">Her walls clamped down as she came, pussy spasming and flooding around my cock. I kept thrusting through it until I buried myself deep and came hard inside her, pulsing while she trembled and moaned on the desk.</p>',
]
},
'rim_scene': {
'scene_code': 'sky',
'scene_type': 'rim_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'sky',
'default_image': 'char/sky/2/22.png',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/sky/2/vid/lick-1.mp4','char/sky/2/vid/lick-2.mp4','char/sky/2/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p class="notation-text">I stood. $characters.sky.name dropped to her knees between my legs. She took my cock into her mouth first, sucking slowly, then deeper. Spit quickly coated the shaft.</p><p class="notation-text">She pulled off, licked down to my balls, then lower. Her tongue pressed against my hole, circling wetly while she stroked my cock with one hand. Soft, focused licks. The dual sensation made me groan.</p>',
'<p class="notation-text">She grew bolder. Her tongue pushed more firmly, licking deeper while she took my cock back into her throat. Wet gagging sounds rose every time she forced herself down. Spit ran down my balls and over her chin.</p><p class="notation-text">She alternated — deepthroating until her nose pressed against me, then pulling off to rim me hungrily again. Eyes watered. Spit strings connected her lips to my cock. The wet, filthy sounds filled the room.</p>',
'<p class="notation-text">$characters.sky.name went all in. She deepthroated me hard, gagging, spit pouring down, while one hand spread my cheeks so her tongue could push deeper into my hole.</p><p class="notation-text">I gripped her hair and fucked her throat in short thrusts. She moaned around me, taking it, eyes rolled back, saliva dripping onto the floor. The tight heat of her throat and the wet pressure of her tongue on my ass pushed me to the edge fast.</p>',
]
},
},
/* River Scene 2 */
'river' : {
'sed_scene': {
'scene_code': 'river',
'scene_type': 'sed_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'river',
'default_image': 'char/river/2/15.png',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/river/2/vid/sed-1.mp4','char/river/2/vid/sed-2.mp4','char/river/2/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">I didn’t answer with words. I stepped forward and pressed her back against the door. Her breath caught. I kissed her — hard, deep, no hesitation. She melted into it immediately, arms sliding around my neck.</p><p class="notation_text">My mouth moved to her jaw, then lower, kissing and lightly sucking the side of her neck. She tilted her head to give me more access, a soft moan escaping her.</p><p class="scene-dialogue"><i>“Ah…”</i></p>',
'<p class="notation_text">Underneath she wore a silky bra that barely contained her. I unhooked it with one hand. The straps slipped down her arms. Her breasts spilled free — full, soft, nipples already tight. I cupped them, thumbs brushing the peaks, then leaned down and took one into my mouth, sucking slowly while she arched against the door.</p><p class="scene-dialogue"><i>“Ah… detective…”</i></p><p class="notation_text"> My other hand slid down her stomach, over the front of her panties. She was already warm and damp. I rubbed her slowly through the thin fabric, feeling the soft mound and the growing wetness. She pushed her hips forward against my fingers.</p>',
'<p class="notation_text">We kissed passionately then I push my finger inside her mouth andI hooked my fingers into the sides of her panties and pulled them left to her thighs. Completely bare now, pressed against her own front door.</p><p class="notation_text">I slid two fingers between her folds. She was slick, hot, already open for me. I rubbed her clit in slow circles, then pushed one finger inside, then a second, curling them while my thumb kept working the swollen bud.</p>', ]
},
'mis_scene': {
'scene_code': 'river',
'scene_type': 'mis_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'river',
'default_image': 'char/river/2/15.png',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/river/2/vid/mis-1.mp4','char/river/2/vid/mis-2.mp4','char/river/2/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p class="scene-dialogue"><i>“I want to fuck you! Please! Just own my pussy baby, tear up my sweet cunt!”</i></p><p class="notation_text">I loomed over her, suddenly she felt powerless. Here I was, with a rod that could split her in two and she was rocking her hips trying to get me to fuck me. The thought made her gush.</p><p class="scene-dialogue"><i>“Mmmm.....,”</i></p><p class="notation_text">I moaned as I eased the tip in a bit. Slowly, I was stretching her out.</p><p class="scene-dialogue"><i>“Do you want my meat to pound your pussy?”</i></p><p class="scene-dialogue"><i>“Yes!”</i></p><p class="notation_text">She squealed. </p><p class="scene-dialogue"><i>“Please! Fuck me $mc.name! Make me your fucking whore!”</i></p><p class="notation_text"> I grinned at her and with one hard thrust, shoved my dick in her body. She screamed from the pleasure. She thought it would hurt, but it was a mild feeling of stretching out. The intensity of being full of my cock overrode any discomfort.</p>',
'<p class="notation_text">She screamed as the pressure once again started to build. Multiple orgasms? Who knew! Fuck! She was screaming as I pounded her. I was grunting as our fucking made sloppy wet slapping noises that only spurred on her lust. I lowered my grip from her shins to her ass, but She held her knees to her chest. The penetration was unbelievable! I was so deep and She was so tight! She thought She would die, but it felt so fucking good.</p>',
'<p class="notation_text">I pulled her thighs further apart and She gasped as I pushed deeper into me. She cried out as I started fucking her harder and faster. My hips found a consistent speed that made her pussy quiver. The hot wet friction between us burned her until She came. She screamed as her blood rose into her breasts and her face. She felt like She just ran a mile, high on drugs. She was tired but totally blissed out and ready to fuck some more.</p>',
]
},
'sf_scene': {
'scene_code': 'river',
'scene_type': 'sf_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'river',
'default_image': 'char/river/2/15.png',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/river/2/vid/sf-1.mp4','char/river/2/vid/sf-2.mp4','char/river/2/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p class="scene-dialogue"><i>“You really are my whore aren’t you? Do you like it? Being my fuck slave?”</i></p><p class="scene-dialogue"><i>“Yes!”</i></p> <p class="notation_text">She felt me so deep in her pussy that she was whimpering. Then I pushed forward a little more and She think She went cross eyed from pleasure.</p><p class="scene-dialogue"><i>“Oh!”</i></p> <p class="notation_text">Was all She could say as I pulled out again and pushed back into me. </p><p class="scene-dialogue"><i>“$mc.name!”</i></p><p "scene-dialogue"><i>“How does that feel?”</i></p><p class="notation_text">I asked with another pump. </p>',
'<p class="notation_text"> When I pushed her knees to her nipples She was starting to squirm on the bed. My pussy was soaked, She felt a wet spot under her ass. This was the kind of mind blowing sex She had only ever read about, but never experienced. This was the sex that made nymphomaniacs! The sex that made girls run around with skirts and no panties, skimpy tops and no bras. This was the sex that they wrote songs about!</p>',
'<p class="scene-dialogue"><i>“Cum for me,”</i></p><p class="notation_text">I pounded harder. </p><p class="scene-dialogue"><i>“Ah, fuck! Cum with me!”</i></p><p class="notation_text">At my insistence, her pussy exploded and her orgasm tackled her like a fucking line backer. Shet shoved her to the ground mercilessly and tore her apart. When I came, She felt it deep inside of me. The punch of my hot cum was like a thrust in her womb. For a second She panicked because we didn’t use a condom. And I JUST bought some! But then, it didn’t matter because the sexual euphoria settled around her. We were covered in sweat and other substances.</p>',
]
},
'bj_scene': {
'scene_code': 'river',
'scene_type': 'bj_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'river',
'default_image': 'char/river/2/15.png',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/river/2/vid/bj-1.mp4','char/river/2/vid/bj-2.mp4','char/river/2/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">Immediately she got onto her knees and leaned forward to give me a blowjob. Her eyes lit up as she slid my underwear off and got a look at the size of the cock she was about to receive. Licking her lips, she began taking my cock inside her mouth and slowly ran her tongue up the underside of my dick, letting it linger at the tip and tasting the drop of pre-come that had formed at the head.</p><p class="scene-dialogue"><i>“Oh, Fuck..”</i></p><p class="notation_text"> Finally she opened her mouth wide and slid down over my prick as far as she could and began to move faster.</p></p>',
'<p class="notation_text">I growled in satisfaction. She circled her tongue around the tip of my cock several times then gently rubbed her hot cheeks up one side of my shaft and then the other before lightly kissing the head and then gingerly wrapping her lips around it. Moving her tongue in circles, she teased me with her slow and deliberate pace, my moans confirming the effect her method was having on me. <p class="notation_text">She felt my hands come down and my fingers comb through her hairs in an attempt to lead her without causing her to stop. He began to thrust my pelvis forward in time with her rhythm, causing the head of my dick to brush against the back of her throat as I grunted and groaned.</p></p>',
'<p class="notation_text">With my hands pulling her head forward and causing her to swallow me deeper and deeper, she let out a low, guttural whimper as another orgasm washed over her. Waves of pleasure crashed over her, from her clit to her extremities, and she pulled away from my throbbing penis as she moaned breathlessly while her entire body shuttered in rapture.</p><p class="notation_text"><p class="scene-dialogue"><i>“Well, looks like you enjoyed that blow job even more than I did!”</i></p></p><p class="notation_text">I exclaimed as I tried to catch my breath, She struggled to respond verbally, but the wide smile and lust filled look in her eyes were enough of an answer.</p>',
]
},
'cg_scene': {
'scene_code': 'river',
'scene_type': 'cg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'river',
'default_image': 'char/river/2/15.png',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/river/2/vid/cg-1.mp4','char/river/2/vid/cg-2.mp4','char/river/2/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">I weakly lifted my head to see she was straddling my hips. She grabbed my cock, aimed it straight up and lowered herself down.</p><p class="notation_text">We both moaned deeply in pleasure as she sunk all the way down. Even though I had just fucked her little while ago this felt even better. Her pussy was quivering from the orgasms I had squeezed out of her. All the pain and discomfort in my body was totally worth her madly pulsating pussy on my cock.</p>',
'<p class="notation_text">I started to thrust up as hard as I could as she lifted herself up before dropping down with all her weight. She huffed with each impact, my dick being driven into her pussy as deep and hard as we both could.</p><p class="notation_text">Licking and fingering her tight body had kept me constantly hard and on edge. I gritted my teeth as I tightened my stomach and hip muscles as I started to hammer into her faster. </p>',
'<p class="notation_text">She rested on my laps as I fucked into her pussy as hard and fast as I could. She was moaning deeply as I grunted and locked hips with her. I gave a small thrust as I started to spurt another load of cum into her pussy.</p><p class="notation_text">She sighed as my hot load filled her pussy, my cock felt like it was melting in pleasure.</p>',
]
},
'dg_scene': {
'scene_code': 'river',
'scene_type': 'dg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'river',
'default_image': 'char/river/2/15.png',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/river/2/vid/dg-1.mp4','char/river/2/vid/dg-2.mp4','char/river/2/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">Positioning her pussy up on the couch. I slowly straightened up, and knelt behind her.</p><p class="notation_text">I lined my cock up with her tight pussy and pushed the head against her pussy. Her pussy started to give way to my cock, squeezing and nibbling at the tip of my cock as I pushed and was pushed back.</p><p class="notation_text">I pushed harder and gritted my teeth in pleasure as her tight ring squeezed my cock just below my head as I popped in. She huffed and I slowly started to descend, pushing deeper and deeper.</p><p class="notation_text">After an inch I lost patience with the slow process and shoved my cock all the way in. She grunted.</p>',
'<p class="notation_text">I cut her off by pulling out then sliding back in. Her wetness made me glide while her tight pussy gripped at my cock at every movement. I was in a heaven of contradiction and loving it.</p><p class="notation_text">I closed my eyes as I thrust in and out, revelling in the sensation of fucking her in the pussy.</p><p class="notation_text">She was grunting with each movement, but with each thrust in her grunts lessened and her voice grew sweeter.</p><p class="notation_text">I held her hips and looked down as my cock slipped in and out of her pussy. Every time I pulled out it looked like her pussy was chasing after my cock, wanting it back inside. I realised she had gone from staying stock still to pushing back on me.</p>',
'<p class="notation_text">I grinned and grab her waist. I squeezed them as her pussy squeezed and throbbed on my cock. Each thrust in I was gripped by her pulsing hot pussy, the warmth was as good as the fucking. Every time I pulled out it was like trying to pull out of a vacuum, her pussy desperate to keep me inside.</p><p class="notation_text">Not that I was different, each time I pulled out it was just so I could thrust in. Her pussy was melting my mind. From the sounds she was making, feels like she was enjoying this more than me. Her pussy seemed to collapse on my dick as she came again. Moaning in pleasure so intense it was closer to pain.</p><p class="notation_text">I thrust into her pussy as hard and fast as I could. Sweat was dripping off me while my breath rasped out of my throat.</p><p class="notation_text">My legs tensed and I thrust into her one final time, moaning as I came in her pussy. She was still coming, her muscles quivering like hell and milking my cock for all I had.</p>',
]
},
'fm_scene': {
'scene_code': 'river',
'scene_type': 'fm_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'river',
'default_image': 'char/river/2/15.png',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/river/2/vid/fm-1.mp4','char/river/2/vid/fm-2.mp4','char/river/2/vid/fm-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">I let my arms drop to the floor and took in the intoxicating picture of her. Her shoulders and head were resting against the couch while her arse was sticking up, her pussy pushing out like it needed to be fucked. Juices were leaking from her pussy down her legs. Damn it looked good.</p> <p class="notation_text">I didn’t just limit myself to her pussy, bathing her tight butt with my tongue. I licked her crack, swirling my tongue over her rosebud before spearing my tongue inside and wiggling it around. She was loving my tongue in her butt. She reached back and grabbed a handful of hair to guide my face between her pussy.</p>',
'<p class="notation_text">I kept up the fast fingering pace for as long as I could. At her second orgasm I was only going half as fast. I barely managed to get her to cum for the third time, time and time again getting her close only for my tired fingers and arms to give out.</p> <p class="notation_text">I was sucking and licking up her juices as best I could, but she was flooding as orgasm after orgasm crashed through her. Each orgasm was made easier by the previous orgasm making her pussy even more sensitive.</p>',
'<p class="notation_text">I frowned and increased the speed and pressure of my pinches. Licking her clit with my tounge while my index finger hit the sensitive flesh inside her pussy.</p><p class="notation_text">She grunted. I slid my finger in and out of her wet pussy, my thumb running through her lips before tapping her clit again. I kept up the assault for a few minutes before my fingers started to ache. She was pushing her arse back on to my hand.</p>',
]
},
'cun_scene': {
'scene_code': 'river',
'scene_type': 'cun_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'river',
'default_image': 'char/river/2/15.png',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/river/2/vid/cun-1.mp4','char/river/2/vid/cun-2.mp4','char/river/2/vid/cun-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">I carefully knelt down and keeping a firm grip on her, moved her to her hands and knees.</p> <p class="notation_text">I leaned forward and buried my face in her pussy. She shrieked as her sensitive pussy now extra sensitive thanks to my fingering was enveloped by my hot mouth. She gave another more guttural yell as I sucked on her lips and mashed her clit with my bottom lip.</p>',
'<p class="notation_text">I rubbed the smooth and damp material for a few moments, admiring the way her body was put together. A very nice tight package I was going to enjoy.</p><p class="notation_text">I slipped my finger up her pussy and she flinched. My finger slid in quite easily but her pussy gripped my finger hard. I pushed my finger inside her pussy more. Her pussy was amazingly tight. She was scorching my fingers with her hotness.</p>',
'<p class="notation_text">I was asking mostly just to see how much control over her I had. Though the thought of she asking me for sex was pretty hot.</p><p class="notation_text">She was moaning, groaning and grunting as she mashed her pussy back onto my face. Trying to push her pussy harder onto me while her pussy drenched my face and neck with her juices. I could feel her hot tasty juices running down my chest.</p>',
]
},
'rim_scene': {
'scene_code': 'river',
'scene_type': 'rim_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'river',
'default_image': 'char/river/2/15.png',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/river/2/vid/lick-1.mp4','char/river/2/vid/lick-2.mp4','char/river/2/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">I pulled her panties off and pushed my index finger into her pussy and moved my thumb to her clit. I pinched my finger and thumb gently making her jump. She looked back, her face already flushed.</p><p class="notation_text">Using my nose and chin to hit other parts of her pussy while sucking and licking on other parts.I wormed my tongue deep into her pussy and sent my tongue into an epileptic fit.</p>',
'<p class="notation_text">She rode through her orgasm, continuing to push back on my fingers as I fucked them in and out of her holes. My hands were starting to get tired, but I was committed to my course of action.</p><p class="notation_text">As well as being rash, I had the added attribute of stubbornness. Once I started I wouldn’t stop until I was tired, bored or just lazy. She seemed to have the same stubborn streak.</p>',
'<p class="notation_text">She was really getting into it, pushing her hips back to fuck my fingers. She was constantly moaning and making little mewing noises as the pleasure built.</p><p class="notation_text">Her moans became deeper and louder as she approached orgasm.</p><p class="notation_text">She came quickly as her charged pussy was mauled by my face. I put everything I had into getting her off. She was breathless, her pussy still twitching while she shuddered and groaned softly.</p>',
]
},
'rcg_scene': {
'scene_code': 'river',
'scene_type': 'rcg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'river',
'default_image': 'char/river/2/15.png',
'scene_title': ['🤝 Cooperate','😏 Tempt','🎯 Manipulate',],
'scene_arc': ["🛡️ Resistance", "⚖️ Negotiation", "👑 Command"],
'scene_video': ['char/river/2/vid/rcg-1.mp4','char/river/2/vid/rcg-2.mp4','char/river/2/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p class="scene-dialogue"><i>“Now let’s see if my sexy client can fuck as good as she can suck”</i></p> </p><p class="notation_text">I said with a devilish grin as I flopped down onto the sofa, my ready cock pointing to the ceiling and awaiting her attentions.</p><p class="notation_text">Eager to feel my wonderful manhood inside of her hungry snatch, she took little time in moving over to her young lover and straddled me . Taking hold of my hard dick, she slowly guided it into her waiting pussy as she lowered herself onto it. We both moaned as I slid fully inside her, we were fitting together like a hand in a warm glove. Moaning herself now, I slowly lowered a hand down in between her legs and slid a finger into her dripping cunt.</p>',
'<p class="scene-dialogue"><i>“Fuck me baby”</i></p> </p><p class="notation_text">I groaned as she began to move up and down in long, slow strokes.</p><p class="notation_text">Freeing her bosom and allowing her aching tits the freedom to bounce up and down in rhythm with her fucking. I put my hands on her pussy and rubbed wit her motions as she moved atop me with long methodical motions. She began to moan steadily as she gradually built up speed until she was riding me like a reverse cowgirl on a bucking bronco. My hand continued to stoke and rub her pussy as she sensed her imminent release. </p>',
'<p class="scene-dialogue"><i>“Fuck me”</i></p> </p><p class="notation_text">She cried out as she bounced up and down on my cock. </p><p class="scene-dialogue"><i>“Fuck me! Fuck me”</i></p></p><p class="notation_text">Her hot cunt gripped my shaft like a vice as I pumped in and out of her. I could feel her pussy quivering around my cock as her juices began to trickle over my shaft and knew it would not be long until she achieved yet another orgasm. Wanting to delay my own release as long as possible so that I could enjoy her in as many ways as I could, I quickly pulled her off of me and moved to reposition them yet again. She was still soaked and throbbing from her orgasm and with the help of my busy hand I knew she would be quickly building to a second climax as her head bobbed faster and deeper on my cock.</p>',
]
},
},
/* Codi-1 Scene */
'codi': {
'sed_scene': {
'scene_code': 'codi',
'scene_type': 'sed_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'codi',
'default_image': 'char/codi/2/12.png',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/codi/2/vid/sed-1.mp4','char/codi/2/vid/sed-2.mp4','char/codi/2/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">The suite door closed with a soft click. Soft ambient light filled the room, casting a warm glow over the large bed and the city skyline beyond the windows. $characters.codi.name turned to face me, her expression no longer carefully composed. Desire and quiet nervousness mixed in her eyes.</p><p class="notation_text">She stepped closer, close enough that I could smell the faint, clean scent of her skin mixed with the wine we had shared. Without a word she reached behind her back. The black dress loosened and slid down her body in one smooth motion, pooling at her feet.</p><p class="notation_text">Underneath she wore a deep blue one-piece lingerie that clung to every curve—thin straps, a plunging neckline that struggled to contain her full breasts, and high-cut sides that framed the soft flare of her hips and the round, heavy shape of her ass. Her pale skin looked almost luminous against the dark fabric. Thick blonde hair spilled over one shoulder.</p><p class="scene-dialogue"><i>“I’ve been thinking about this since the moment you walked into that restaurant…”</i></p>',
'<p class="notation_text">She sat on the edge of the bed and looked up at me. Her hands rose slowly, cupping the heavy weight of her breasts through the thin blue fabric. She squeezed them together, thumbs brushing over the already stiff peaks of her nipples. A soft breath left her lips.</p><p class="scene-dialogue"><i>“Come here.”</i></p><p class="notation_text">I stepped closer. She reached up, hooked her fingers under the straps of the lingerie, and slowly peeled the upper half down. Her large, soft breasts spilled free—full, pale, and heavy, the pink nipples already tight. She cupped them again, lifting and squeezing, offering them to me while her eyes stayed locked on mine.</p><p class="scene-dialogue"><i>“They’re yours tonight… if you want them.”</i></p><p class="notation_text">I didn’t answer with words. I pushed her gently back onto the soft hotel bed and lay down. $characters.codi.name climbed over me, her curvy body moving with slow, deliberate grace. She straddled my thighs for a moment, then slid down until she was kneeling on the floor between my legs, the soft carpet under her knees.</p>',
'<p class="notation_text">She freed me from my clothes with practiced hands. When my cock sprang free, already hard, she let out a quiet, appreciative hum. She gathered her full breasts around the shaft, pressing them together until I was completely enveloped in soft, warm flesh. The contrast of her smooth skin and the tight channel she created made my breath catch.</p><p class="scene-dialogue"><i>“Mmm… you’re already so hard for me.”</i></p><p class="notation_text">She began to move. Up and down, slow at first, letting me feel every inch of her soft breasts sliding along my length. Her saliva and the natural warmth of her skin quickly made everything slick. She squeezed tighter, bouncing her heavy tits around me while looking up through her lashes.</p><p class="notation_text">The wet sound of her breasts working my cock filled the quiet room. She increased the pace, pressing harder, letting the head pop free between the soft valley of her cleavage on every upward stroke before swallowing it again between her tits. Her blonde hair brushed against my thighs each time she leaned in.</p><p class="scene-dialogue"><i>“Does it feel good… using me like this?”</i></p><p class="notation_text">I could only groan in answer. She took that as encouragement. Her hands pressed her breasts even tighter around my shaft, moving faster, the soft flesh jiggling with every stroke. The head of my cock repeatedly disappeared and reappeared between the pale mounds, shiny with saliva.</p>',
]
},
'bj_scene': {
'scene_code': 'codi',
'scene_type': 'bj_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'codi',
'default_image': 'char/codi/2/12.png',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/codi/2/vid/bj-1.mp4','char/codi/2/vid/bj-2.mp4','char/codi/2/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">After a long minute of the intense titjob, she released her breasts and leaned down further. Still kneeling on the floor between my open legs, she wrapped one hand around the base of my cock and took the head into her warm mouth.</p><p class="scene-dialogue"><i>“Mmm…”</i></p><p class="notation_text">Her lips sealed tightly around me. She sank down slowly, tongue pressing flat against the underside as she took more of my length. The wet heat of her mouth was overwhelming after the soft pressure of her breasts. She bobbed her head in a steady rhythm, one hand stroking what her mouth couldn’t yet reach, the other resting on my thigh.</p><p class="notation_text">The soft, wet sounds of her sucking filled the suite. She looked up at me the entire time, blue eyes dark with lust, blonde hair falling around her face. When she pulled back, a thin strand of saliva connected her lower lip to the glistening head of my cock.</p>',
'<p class="notation_text">She didn’t stay gentle for long. Both hands wrapped around my shaft while her mouth focused on the head, tongue swirling and sucking harder. She began to move faster—head bobbing, hands stroking in perfect sync. The wet, rhythmic sound grew louder. Every few strokes she would take me deeper, her soft throat tightening around the head before pulling back with a soft gasp.</p><p class="notation_text">Soon she was working me with clear hunger. One hand stayed wrapped tightly around the base while the other stroked the spit-slick shaft in fast, twisting motions. Her mouth never stopped—up and down, lips stretched, tongue pressing, soft moans vibrating around me every time she sank lower.</p><p class="scene-dialogue"><i>“(muffled, between strokes) You taste so good…”</i></p>',
'<p class="notation_text">She pushed herself further, taking me deeper with each pass. Her free hand moved lower, gently cupping and stroking my balls while her mouth and other hand worked my cock in a relentless, wet rhythm. The combination of tight lips, warm tongue, and the soft pressure of her full breasts occasionally brushing my thighs was almost too much.</p><p class="notation_text">The wet, filthy sounds of her blowjob filled the entire suite. Every upward stroke of her lips left my cock shiny and throbbing. Every downward plunge made her soft throat tighten. Her big breasts swayed with the motion of her body, pale and heavy, nipples still stiff from earlier.</p><p class="notation_text">She was completely focused on me now—kneeling between my legs, mouth full, hands working, soft moans rising every time she took me deep. The romantic tension from dinner had burned away completely, replaced by raw, hungry need.</p>',
]
},
'fm_scene': {
'scene_code': 'codi',
'scene_type': 'fm_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'codi',
'default_image': 'char/codi/2/12.png',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/codi/2/vid/fm-1.mp4','char/codi/2/vid/fm-2.mp4','char/codi/2/vid/fm-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">I didn’t answer with words.</p><p class="notation_text">I guided her back onto the bed. The blue dress slid higher as she settled against the pillows, thighs parting naturally for me. Her pale skin glowed under the soft suite lights. Thick blonde hair spilled across the sheets.</p><p class="notation_text">I knelt between her legs and looked down at her. Soft curls covered her mound. Already glistening.</p><p class="scene-dialogue"><i>“Don’t just stare… touch me.”</i></p><p class="notation_text">I licked two fingers, then slowly dragged them along her folds. She was warm, slick, and already open. A soft gasp left her when I circled her clit.</p>',
'<p class="notation_text">$characters.codi.name reached to the nightstand and picked up a small, slender toy. She pressed the buzzing tip against herself, just above where my fingers worked.</p><p class="scene-dialogue"><i>“Mmm… yes. Just like that.”</i></p><p class="notation_text">I slid one finger inside her. Tight. Hot. She clenched around me immediately. I added a second, curling them slowly while the toy hummed against her clit.</p><p class="notation_text">Her hips rolled up to meet every stroke. Soft wet sounds filled the quiet room.</p><p class="scene-dialogue"><i>“Deeper… please.”</i></p><p class="notation_text">I gave her what she asked for. Fingers thrusting faster, curling against that sensitive spot inside her while the toy never left her clit. Her breathing turned sharp. Her free hand gripped the sheets.</p>',
'<p class="notation_text">The wet sound of my fingers moving in and out of her grew louder. Her walls fluttered and tightened with every stroke.</p><p class="scene-dialogue"><i>“Fuck… I’m getting close already—”</i></p><p class="notation_text">I didn’t slow down. I fucked her with my fingers harder, faster, watching her full breasts rise and fall with every gasp. The toy’s soft buzz mixed with her moans. Her thighs started to tremble around my hand.</p><p class="notation_text">A sharp cry left her throat. Her pussy clenched tight around my fingers as she came, hips jerking, juices coating my hand. She kept the toy pressed against herself through the entire orgasm, riding it out with shaky breaths.</p>',
]
},
'dg_scene': {
'scene_code': 'codi',
'scene_type': 'dg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'codi',
'default_image': 'char/codi/2/12.png',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/codi/2/vid/dg-1.mp4','char/codi/2/vid/dg-2.mp4','char/codi/2/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">I rose, wiped my mouth, and turned her onto her stomach. She went willingly, pushing up onto her knees, presenting the heavy curve of her ass. I gripped her hips and lined myself up.</p><p class="scene-dialogue"><i>“Put it in me. I want to feel you deep.”</i></p><p class="notation_text">I pushed inside in one slow, steady thrust. Her wet heat swallowed me completely. She moaned into the sheets, back arching.</p>',
'<p class="notation_text">I started moving—deep, controlled strokes that made her full breasts sway beneath her. The wet slap of my hips against her soft ass filled the room. I watched my cock disappear into her again and again.</p><p class="scene-dialogue"><i>“You take me so well like this.”</i></p><p class="notation_text">I picked up the pace. Harder. Faster. One hand stayed on her hip; the other reached forward and tangled in her blonde hair, pulling her head back just enough. She cried out in pleasure, pushing back to meet every thrust.</p>',
'<p class="notation_text">The bed creaked. Her moans grew louder, broken by the force of my hips. Juices coated my shaft and dripped down her thighs. I fucked her deeper, watching the way her soft body jiggled with every impact.</p><p class="scene-dialogue"><i>“Harder—please—use me—”</i></p><p class="notation_text">I gave her exactly that. Short, powerful thrusts that forced sharp cries from her throat. Her arms gave out and she dropped to her elbows, ass still high, taking everything I gave her. The wet, filthy sound of our bodies filled the suite.</p>',
]
},
'sf_scene': {
'scene_code': 'codi',
'scene_type': 'sf_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'codi',
'default_image': 'char/codi/2/12.png',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/codi/2/vid/sf-1.mp4','char/codi/2/vid/sf-2.mp4','char/codi/2/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">Before she could come again I pulled out, turned her onto her side, and lay behind her. I lifted her top leg, hooked it over my arm, and slid back into her from behind.</p><p class="notation_text">The new angle made her gasp. I could go even deeper like this. One arm wrapped around her waist, hand cupping a full breast, pinching the nipple while I thrust into her.</p><p class="scene-dialogue"><i>“God… you’re so deep—”</i></p>',
'<p class="notation_text">I fucked her steadily, the wet sound of every stroke loud in the quiet room. My hand slid down from her breast, over her soft stomach, and found her clit. I rubbed tight circles while I kept driving into her.</p><p class="notation_text">Her moans turned high and desperate. She reached back and gripped my thigh, nails digging in, pulling me harder against her.</p><p class="scene-dialogue"><i>“Come for me again. I want to feel it.”</i></p>',
'<p class="notation_text">I thrust faster, fingers working her clit without mercy. Her body tensed. A long, shaking cry left her as she came hard, pussy clamping down around my cock in tight, rhythmic pulses. The force of it almost pulled me over with her.</p><p class="notation_text">I didn’t stop. I kept fucking her through the orgasm, prolonging it until she was trembling and gasping, juices soaking the sheets beneath us.</p><p class="notation_text">Only when her body finally started to relax did I slow down, still buried deep inside her, breathing hard against the back of her neck.</p><p class="scene-dialogue"><i>“…Don’t pull out yet.”</i></p><p class="notation_text">I stayed right where I was, still hard, still inside her, the black membership card to Paradise Club lying forgotten on the nightstand while her body trembled around me.</p>',
]
},
'mis_scene': {
'scene_code': 'codi',
'scene_type': 'mis_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'codi',
'default_image': 'char/codi/2/12.png',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/codi/2/vid/mis-1.mp4','char/codi/2/vid/mis-2.mp4','char/codi/2/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">Before she could fully recover, I pulled my fingers free, wiped them on her inner thigh, and moved up between her legs.</p><p class="scene-dialogue"><i>“Still want more?”</i></p><p class="scene-dialogue"><i>Yes. Put it in me.”</i></p><p class="notation_text">I hooked my hands under her knees and pushed them back, opening her wide. Her pink, swollen folds glistened. I lined myself up and slowly pushed inside.</p><p class="notation_text">Hot. Tight. Perfect.</p><p class="notation_text">$characters.codi.name’s head tipped back against the pillows as I sank deeper, inch by inch, until I was fully buried. She kept the toy pressed to her clit, the soft vibration traveling through both of us.</p><p class="scene-dialogue"><i>God… you’re so deep.”</i></p>',
'<p class="notation_text">I started moving. Slow, steady thrusts, watching my cock disappear into her again and again. Her full breasts swayed with every motion. I held her legs open, thumbs pressing into the soft flesh of her thighs.</p><p class="scene-dialogue"><i>“You feel incredible. So wet for me already.”</i></p><p class="notation_text">She moaned in answer, eyes half-lidded, the toy still working her clit while I fucked her. The wet sound of our bodies meeting filled the suite.</p><p class="notation_text">I picked up the pace. Harder. Deeper. Her legs spread wider under my hands. Every thrust made her heavy breasts bounce. The toy’s buzz mixed with the slap of skin and her rising moans.</p><p class="scene-dialogue"><i>Yes—fuck me just like that—don’t stop—”</i></p><p class="notation_text">I drove into her faster. The bed creaked beneath us. Her pussy clenched and fluttered around my cock with every stroke. Juices coated my shaft and dripped down onto the sheets.</p><p class="notation_text">$characters.codi.name’s free hand grabbed my forearm, nails digging in. Her moans turned sharp and broken. The toy never left her clit.</p><p class="scene-dialogue"><i>“That’s it. Take every inch. You’re so fucking sexy like this.”</i></p>',
'<p class="notation_text">Her body started to shake. Her walls tightened hard around me. A long, high cry tore from her throat as she came again, pussy pulsing and flooding around my cock. I didn’t stop. I fucked her through it, thrusting deep and steady while she trembled and gasped.</p><p class="notation_text">The wet, filthy sound of our bodies grew louder. Her orgasm didn’t fully fade before the next wave started building. Her legs wrapped tighter around me. Her full breasts heaved with every desperate breath.</p><p class="notation_text">I gripped her thighs harder and drove into her with short, powerful thrusts, chasing my own release. The heat and tightness of her were overwhelming.</p><p class="scene-dialogue"><i>Come inside me—please—I want to feel it—”</i></p><p class="notation_text">That was all it took.</p><p class="notation_text">I buried myself to the hilt and came hard, pulsing deep inside her. Thick ropes of cum filled her while her pussy kept clenching around me, milking every drop. She moaned through it, the toy still pressed to her oversensitive clit, body shaking under mine.</p><p class="notation_text">For several long seconds neither of us moved. Only the sound of our breathing and the soft hum of the toy filled the suite.</p><p class="notation_text">When I finally pulled out, a slow trickle of cum followed, sliding down between her soft folds onto the sheets. $characters.codi.name looked up at me, cheeks flushed, lips parted, eyes dark with satisfaction.</p><p class="scene-dialogue"><i>…Friends with benefits was a very good idea.”</i></p>',
]
},
'cun_scene': {
'scene_code': 'codi',
'scene_type': 'cun_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'codi',
'default_image': 'char/codi/2/12.png',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/codi/2/vid/lick-1.mp4','char/codi/2/vid/lick-2.mp4','char/codi/2/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">I pushed her back onto the bed. The silk robe fell open completely. Pale skin, full breasts, soft curves, the neat thatch of blonde hair between her thighs already glistening.</p><p class="notation_text">I spread her legs and settled between them.</p><p class="scene-dialogue"><i>“I’ve been thinking about your mouth since last time…”</i></p><p class="notation_text">Her hand slid into my hair, not pushing, just holding. I licked deeper, long strokes from entrance to clit, then focused on the swollen bud, sucking gently while my tongue flicked.</p>',
'<p class="notation_text">I dragged my tongue slowly through her folds. She tasted clean, warm, already wet. A soft moan left her the moment I found her clit and circled it.</p><p class="scene-dialogue"><i>“Yes… right there—don’t stop—”</i></p><p class="notation_text">I slid two fingers inside her while I kept licking. She was tight and hot, walls fluttering around the intrusion. The wet sounds of my mouth and fingers filled the suite. Her thighs trembled against my shoulders.</p>',
'<p class="notation_text">I worked her faster—tongue firm on her clit, fingers curling against the sensitive spot inside. Her breathing turned sharp. Her hips rolled up to meet every stroke of my tongue.</p><p class="scene-dialogue"><i>“Fuck… I’m going to come on your tongue—”</i></p><p class="notation_text">I didn’t let up. I sucked harder, fingers thrusting deeper. Her back arched. A broken cry left her throat as she came, thighs clamping around my head, pussy pulsing against my mouth. I kept licking her through it until her legs shook and she pushed weakly at my shoulder.</p>',
]
},
},
/* Scarlet Scene */
'scarlet' : {
"cun_scene": {
"scene_code": 'scarlet',
"scene_type": 'cun_scene',
"scene_passage": 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
"scene_character": 'scarlet',
"default_image": 'char/scarlet/2/5.png',
"scene_title": ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
"scene_video": ['char/scarlet/2/vid/cun-1.mp4','char/scarlet/2/vid/cun-2.mp4','char/scarlet/2/vid/cun-3.mp4',],
"scene_dialogue" : [
'<p class="notation_text">$characters.madison.name lay back on the couch and spread her legs wide for me. I moved between them, lined myself up, and pushed inside her in one smooth, deep stroke. She moaned at the sudden fullness.Before I could settle into a rhythm, $characters.scarlet.name climbed up and straddled $characters.madison.name’s face, lowering herself onto her mouth. $characters.madison.name’s hands immediately gripped $characters.scarlet.name’s thighs and pulled her down harder. The first wet drag of $characters.madison.name’s tongue made $characters.scarlet.name gasp and rock her hips.</p><p class="scene-dialogue"><i>“Oh my god—”</i></p><p class="notation_text"> $characters.scarlet.name breathed, looking down at $characters.madison.name. </p> <p class="scene-dialogue"><i>“Just like that… eat me while he fucks you.”</i></p> <p class="notation_text">I started thrusting into $characters.madison.name in slow, deep strokes, watching her tongue work between $characters.scarlet.name’s legs at the same time. The dual view—my cock disappearing into $characters.madison.name while she licked $characters.scarlet.name—was almost overwhelming.</p>',
'<p class="notation_text">I picked up the pace, thrusting harder into $characters.madison.name while she licked $characters.scarlet.name with growing hunger. $characters.chloe.name knelt beside us, one hand rubbing her own pussy in tight circles as she watched the three of us.</p><p class="scene-dialogue"><i>“Look at them,”</i></p><p class="notation_text"> $characters.chloe.name murmured, eyes dark. </p><p class="scene-dialogue"><i>“$characters.madison.name’s tongue is so deep inside her…”</i></p><p class="notation_text">$characters.scarlet.name moaned louder, rolling her hips against $characters.madison.name’s mouth. $characters.madison.name’s muffled sounds of pleasure vibrated against $characters.scarlet.name while I fucked her steadily. Every time I drove in deep, $characters.madison.name’s tongue pressed harder against $characters.scarlet.name, making her cry out.The wet sounds of sex and licking filled the room. I couldn’t look away.</p>',
'<p class="notation_text">$characters.madison.name’s tongue moved faster, licking and sucking $characters.scarlet.name’s clit with clear intent. $characters.scarlet.name’s thighs started to tremble on either side of $characters.madison.name’s head. She reached down and tangled her fingers in $characters.madison.name’s hair, holding her in place.</p><p class="scene-dialogue"><i>“Don’t stop—I’m gonna come on your tongue—”</i></p><p class="notation_text"> $characters.scarlet.name gasped. I fucked $characters.madison.name harder in response, the sight of $characters.scarlet.name grinding on her face pushing me deeper into that raw, urgent heat. $characters.chloe.name’s fingers worked faster on herself as she watched $characters.scarlet.name get closer and closer.$characters.scarlet.name’s voice broke into a long, shaking cry as she came, hips jerking against $characters.madison.name’s mouth. $characters.madison.name kept licking her through it while I kept pounding into her, the whole scene raw and wet and completely overwhelming.</p> ',
]
},
"bj_scene": {
"scene_code": 'scarlet',
"scene_type": 'bj_scene',
"scene_passage": 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
"scene_character": 'scarlet',
"default_image": 'char/scarlet/2/5.png',
"scene_title": ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
"scene_video": ['char/scarlet/2/vid/bj-1.mp4','char/scarlet/2/vid/bj-2.mp4','char/scarlet/2/vid/bj-3.mp4',],
"scene_dialogue" : [
'<p class="notation_text">$characters.madison.name and $characters.chloe.name dropped to their knees right there on the couch, looking at my crotch with a wicked smile as $characters.chloe.name’s fingers started working my belt.</p><p class="notation_text">$characters.scarlet.name sat on other side of me, watching with hungry eyes as $characters.chloe.name freed my cock and leaned in.</p><p class="scene-dialogue"><i>“First things first, detective… I think it’s time someone took care of this for you.”</i></p><p class="notation_text">$characters.madison.name didn’t hesitate. She shifted closer, one hand sliding up the inside of my thigh while the other wrapped firmly around the base. Her fingers were warm, the slight pressure of her grip already making my stomach tighten. She glanced up once—dark eyes locking with mine—then lowered her head.The first touch of her mouth was pure heat. Soft, wet lips closed over the head, then slowly sank down. Her tongue pressed flat and slick against the underside, dragging upward in a long, deliberate stroke as she took more of me. A low, wet sound rose with every movement. She found a rhythm quickly: slow, steady, and hungry. </p><p class="notation_text">Each downward slide sealed her lips tightly; each upward pull left a cool trail of saliva that her mouth reclaimed a second later. Her free hand rested on my stomach, fingers flexing whenever she took me deeper. The quiet, rhythmic wetness of her mouth filled the small space between us.$characters.scarlet.name and $characters.chloe.name watched from inches away, their breathing already uneven.</p>',
'<p class="notation_text">$characters.chloe.name pulled back with a soft, wet pop. A thin strand of saliva briefly connected her lower lip to the tip before it broke. She looked at $characters.scarlet.name and gave a small, encouraging nod. $characters.scarlet.name moved in without a word, settling between my knees while $characters.madison.name and $characters.chloe.name stayed close on either side. Her hand replaced $characters.chloe.name’s, stroking once, twice, spreading the slick shine left behind. Then she leaned down.</p><p class="notation_text">Her mouth was different—firmer, more focused. She took the head between her lips and circled her tongue in slow, deliberate passes before sliding down. A soft, vibrating hum escaped her as she took me deeper, the sound traveling straight through my skin. Her throat relaxed with each careful descent. One hand rested on my thigh, nails pressing lightly whenever she swallowed around me. The wet, rhythmic sounds of her mouth were clearer now, mixed with the quiet, aroused breathing of the other two women.</p><p class="notation_text">$characters.madison.name’s fingers traced slow patterns across my chest. $characters.chloe.name’s hand rested on $characters.scarlet.name’s back, a silent, steadying touch. $characters.scarlet.name’s eyes stayed half-lidded, completely absorbed. Every stroke of her mouth sent a low pulse of heat through my stomach; every time she pulled back just enough to breathe, the cool air against wet skin made the next descent feel even hotter.</p>',
'<p class="notation_text">$characters.scarlet.name eventually eased off, lips swollen and shiny, her breath coming a little faster. She glanced at $characters.chloe.name and offered a small, almost shy smile. $characters.chloe.name moved in last. She settled between my legs, blonde hair falling forward as she took me in hand. For a moment she simply stroked, eyes locked on mine, then she lowered her head.</p><p class="notation_text">Her mouth was the softest of the three—warm, eager, and almost playful at first. She licked a long, slow stripe from base to tip, the flat of her tongue leaving a cool, wet trail, before closing her lips around the head and sinking down. A soft, pleased sound escaped her as she began to suck in earnest. Her rhythm was faster, more urgent. One hand stroked what her mouth couldn’t reach while the other rested on my hip, holding me steady. Every few strokes she pulled back just enough to swirl her tongue around the sensitive ridge, then dove down again, taking me as deep as she could. The wet, rhythmic sounds of her mouth filled the room, mixed with the soft gasps and sighs of the other two.</p><p class="notation_text">$characters.madison.name’s fingers brushed through $characters.chloe.name’s hair. $characters.scarlet.name’s hand rested lightly on my thigh. The heat low in my stomach tightened with every movement. The world narrowed until the only things that existed were the wet heat of $characters.chloe.name’s mouth, the quiet sounds she made, and the three pairs of eyes watching her work. $characters.chloe.name didn’t slow down. She kept going—hungry, devoted, and completely focused—until the tension in my body felt almost unbearable.</p>',
]
},
"sf_scene": {
"scene_code": 'scarlet',
"scene_type": 'sf_scene',
"scene_passage": 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_activity': ['Trust','Seduction','Manipulation'],
"scene_character": 'scarlet',
"default_image": 'char/scarlet/2/5.png',
"scene_title": ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
"scene_video": ['char/scarlet/2/vid/sf-1.mp4','char/scarlet/2/vid/sf-2.mp4','char/scarlet/2/vid/sf-3.mp4',],
"scene_dialogue" : [
'<p class="notation_text">$characters.scarlet.name stretched out on her side on the couch, one leg bent, the other extended. I moved in behind her, hooked my hand under her top knee, and lifted it. The head of my cock nudged against her entrance—slick, swollen, already shiny with her arousal. I pushed in slowly, feeling her stretch and take me until I was buried deep. $characters.scarlet.name let out a long, shaky breath.</p><p class="scene-dialogue"><i>“God… you’re so thick like this…”</i></p><p class="notation_text">$characters.madison.name knelt by $characters.scarlet.name’s head. One hand cupped and squeezed $characters.scarlet.name’s breast, thumb brushing over the nipple; the other slipped between her own legs, rubbing herself in slow, deliberate circles while she watched me fuck $characters.scarlet.name.</p><p class="notation_text">I started moving—steady, deep strokes that made $characters.scarlet.name’s body rock slightly with every thrust. Her wetness coated me, glistening every time I pulled back. The sight of $characters.madison.name touching herself while she played with $characters.scarlet.name’s breast only made me thrust harder. She’s dripping for me already… and $characters.madison.name can’t keep her hands off either of us.</p>',
'<p class="notation_text">I pushed $characters.scarlet.name’s top leg higher, opening her more. She helped me, grabbing her own knee and pulling it toward her chest so I could drive even deeper. The new angle made her moan loud and broken.</p><p class="scene-dialogue"><i>“Harder,”</i></p><p class="notation_text">She demanded, voice rough. </p><p class="scene-dialogue"><i>“I want to feel every inch—”</i></p><p class="notation_text">I gave her exactly that—long, powerful thrusts that forced wet, filthy sounds from her body with every impact. $characters.scarlet.name’s free hand slid down between her legs and started rubbing her clit in fast, frantic circles, matching my rhythm. Her moans turned into sharp, high cries. </p><p class="scene-dialogue"><i>“Yes—fuck, yes—don’t stop pounding me—”</i></p><p class="notation_text">Watching her fingers work while I buried myself inside her again and again sent a hot pulse of urgency through me. I gripped her hip tighter and fucked her harder, the couch creaking under us.</p>',
'<p class="notation_text">$characters.scarlet.name’s rubbing grew more desperate. Her fingers blurred over her clit as I kept driving into her from behind, the wet slap of skin on skin loud and constant. $characters.madison.name leaned down and took $characters.scarlet.name’s nipple into her mouth, sucking hard while still touching herself. $characters.scarlet.name’s whole body started to shake. </p><p class="scene-dialogue"><i>“I’m close—I’m so fucking close—”</i></p> <p class="notation_text">I didn’t ease up. I kept the hard, deep pace, watching her fingers and $characters.madison.name’s mouth work her toward the edge. Every time her walls clenched around me I felt it all the way to the base of my spine.</p>',
]
},
"mis_scene": {
"scene_code": 'scarlet',
"scene_type": 'mis_scene',
"scene_passage": 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_activity': ['Trust','Seduction','Manipulation'],
"scene_character": 'scarlet',
"default_image": 'char/scarlet/2/5.png',
"scene_title": ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
"scene_video": ['char/scarlet/2/vid/mis-1.mp4','char/scarlet/2/vid/mis-2.mp4','char/scarlet/2/vid/mis-3.mp4',],
"scene_dialogue" : [
'<p class="notation_text">$characters.madison.name lay back across $characters.scarlet.name’s lap on the couch, head resting against $characters.scarlet.name’s shoulder, legs open. I moved between them, lifting one of $characters.madison.name’s legs and settling it over my shoulder so I could get deeper. The new angle made her breath catch. $characters.chloe.name wrapped her hand around me, stroked once, then guided the head to $characters.madison.name’s entrance. She watched closely as I pushed in—slow, controlled, feeling every inch of tight heat take me. $characters.madison.name’s eyes fluttered shut.</p><p class="scene-dialogue"><i>“God… you’re so deep like this,”</i></p><p class="notation_text">She whispered. $characters.chloe.name stayed close, one hand rubbing slow circles over $characters.madison.name’s clit while the other cupped her breast, thumb brushing the nipple. At the same time she pressed her palm against the small of my back, gently urging my hips forward with each stroke, helping me stay deep inside $characters.madison.name. $characters.scarlet.name’s arms wrapped around $characters.madison.name from behind, holding her steady, lips brushing her ear. </p> <p class="scene-dialogue"><i>“Take him,”</i></p><p class="notation_text">She murmured. </p><p class="scene-dialogue"><i>“We’ve got you.”</i></p><p class="notation_text">I moved in long, steady thrusts, watching $characters.chloe.name’s fingers work between us and feeling $characters.madison.name’s walls flutter with every stroke.</p>',
'<p class="notation_text">$characters.chloe.name kept her hand wrapped around the base of me for a few more strokes, making sure I stayed perfectly angled inside $characters.madison.name before letting go. Once I had the rhythm, I increased the pace—harder, faster thrusts that made $characters.madison.name’s body jolt against $characters.scarlet.name’s lap. $characters.madison.name’s mouth fell open on a sharp cry. Her free leg wrapped around my waist, pulling me in deeper. $characters.chloe.name and $characters.scarlet.name worked her together without needing to speak. $characters.chloe.name’s fingers stayed busy on her clit, rubbing in tight, wet circles timed to my thrusts. $characters.scarlet.name’s hands cupped both of $characters.madison.name’s breasts from behind, pinching and rolling her nipples while whispering soft, filthy encouragement against her neck.</p> <p class="scene-dialogue"><i>“Look at her,”</i></p><p class="notation_text"> $characters.chloe.name said, eyes locked on $characters.madison.name’s face. </p><p class="scene-dialogue"><i>“She’s going to come so hard.”</i></p><p class="notation_text">$characters.madison.name’s body jerked with every thrust. Her walls clenched tighter around me, the wet sounds of our bodies meeting growing louder and messier. I kept driving into her, watching the two women pleasure her from every angle while she took me deep.</p><p class="scene-dialogue"><i>“Don’t stop,”</i></p><p class="notation_text">$characters.madison.name begged, voice breaking. </p><p class="scene-dialogue"><i>“Please—don’t stop—”</i></p><p class="notation_text">I had no intention of stopping.</p>',
'<p class="notation_text">I drove into $characters.madison.name harder, the wet slap of our bodies filling the room. She reached down with both hands, hooked her palms behind her own knees, and pulled her thighs up toward her chest, spreading herself wide open for me. The new angle let me sink even deeper.</p><p class="scene-dialogue"><i>“Fuck—yes, just like that,”</i></p><p class="notation_text">She gasped, eyes locked on mine. </P><p class="scene-dialogue"><i>“Don’t slow down…”</i></p><p class="notation_text">Her walls fluttered and clenched around every thrust. I could feel how close she was—the way her breath turned sharp and uneven, the fine tremor running through her thighs. $characters.chloe.name’s fingers were still working her clit in tight circles; $characters.scarlet.name kept pinching and rolling her nipples from behind. $characters.madison.name’s voice broke on a high, desperate moan. </p> <p class="scene-dialogue"><i>“I’m gonna come—I’m gonna—”</i></p><p class="notation_text">I kept pounding into her, watching her face as the pleasure built past the point of control.</p>',
]
},
'dg_scene': {
'scene_code': 'scarlet',
'scene_type': 'dg_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'scarlet',
'default_image': 'char/scarlet/2/5.png',
'scene_title': ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
'scene_video': ['char/scarlet/2/vid/dg-1.mp4','char/scarlet/2/vid/dg-2.mp4','char/scarlet/2/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">$characters.chloe.name climbed onto the couch on all fours, knees spread, back arched, the curve of her ass presented perfectly. She looked over her shoulder at me, eyes dark and waiting. I moved in behind her, one hand steadying her hip while the other guided myself between her legs. The head nudged against her entrance—hot, slick, ready. I pushed in slowly, feeling her stretch around me inch by inch until I was buried to the hilt. A low, shaky breath left her throat.<p class="scene-dialogue"><i>“Fuck… just like that,”</i></p><p class="notation_text"> she whispered.In front of us, $characters.scarlet.name had already pulled $characters.madison.name closer. She spread $characters.madison.name’s thighs wide and lowered her face between them without hesitation. The first long, wet drag of $characters.scarlet.name’s tongue made $characters.madison.name gasp and tip her head back. $characters.scarlet.name didn’t tease—she licked steadily, deeply, the soft wet sounds mixing with the quiet creak of the couch. The visual hit me hard: $characters.chloe.name’s body taking me, $characters.scarlet.name’s face buried between $characters.madison.name’s legs, $characters.madison.name’s thighs already trembling. My cock twitched inside $characters.chloe.name. This is too much and not enough at the same time.</p>',
'<p class="notation_text">I settled both hands on $characters.chloe.name’s waist and started moving—slow, deep strokes that made her push back to meet me. The wet sound of my hips meeting her ass filled the room. I picked up the pace gradually, each thrust a little harder, a little faster.$characters.scarlet.name matched me. Her tongue worked faster between $characters.madison.name’s thighs, licking and sucking with clear hunger. $characters.madison.name’s fingers tangled in $characters.scarlet.name’s hair, hips rolling up to press harder against her mouth. $characters.chloe.name reached forward and cupped one of $characters.madison.name’s breasts, pinching and rolling the nipple while I fucked her from behind. </p><p class="scene-dialogue"><i>“You like watching her get eaten while I fill you?”</i></p><p class="notation_text">I asked, voice rough with pleasure. $characters.chloe.name answered with a broken moan, $characters.madison.name pushing her hips more firmly into $characters.scarlet.name’s face. <p class="scene-dialogue"><i>“Don’t stop… either of you…”</i></p><p class="notation_text"> I watched $characters.scarlet.name’s tongue disappear between $characters.madison.name’s folds again and again while $characters.chloe.name’s tight heat clenched around me with every thrust. The dual view made my grip on her waist tighten.</p>',
'<p class="notation_text">$characters.chloe.name reached back with one hand and spread herself open wider for me, fingers holding her cheeks apart so I could see every inch of where I disappeared inside her. The invitation was clear. I took it—thrusting harder, deeper, the slap of skin against skin growing louder and wetter. $characters.scarlet.name never lifted her head. She kept licking $characters.madison.name with relentless focus, tongue working her clit in tight, fast circles. $characters.madison.name’s free hand slipped down to rub herself wherever $characters.scarlet.name’s mouth was moving frantically.</p><p class="scene-dialogue"><i>“She’s so close,”</i></p><p class="notation_text"> $characters.chloe.name gasped, still rolling $characters.madison.name’s nipple between her fingers. </p><p class="scene-dialogue"><i>“I can feel it… fuck, I’m close too—”</i></p><p class="notation_text">$characters.madison.name’s thighs started to shake harder around $characters.scarlet.name’s head. Her breathing turned sharp and uneven. </p><p class="scene-dialogue"><i>“I’m gonna—$characters.scarlet.name, don’t you dare stop—”</i></p><p class="notation_text">I drove into $characters.chloe.name harder, watching $characters.madison.name’s body tense on the edge, knowing one more push from any of us could send her over.</p>',
]
},
"rcg_scene": {
"scene_code": 'scarlet',
"scene_type": 'rcg_scene',
"scene_passage": 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_activity': ['Trust','Seduction','Manipulation'],
"scene_character": 'scarlet',
"default_image": 'char/scarlet/2/5.png',
'scene_title': ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
"scene_video": ['char/scarlet/2/vid/rcg-1.mp4','char/scarlet/2/vid/rcg-2.mp4','char/scarlet/2/vid/rcg-3.mp4',],
"scene_dialogue" : [
'<p class="notation_text">I settled back against the sofa cushions, legs spread just enough. $characters.madison.name climbed over me in reverse, her back to my chest, the soft curves of her ass settling against my hips. The heat of her skin was immediate. $characters.chloe.name knelt beside us, one hand wrapping around me, the other gently spreading $characters.madison.name open. </p><p class="scene-dialogue"><i>“Easy,”</i></p> $characters.chloe.name murmured, her voice low and calm. She guided the head against $characters.madison.name’s entrance, then slowly helped push me inside. $characters.madison.name’s breath hitched the second I sank into her. A soft, broken sound left her throat as she took me deeper, inch by inch, until I was fully buried. Her inner walls fluttered tight and hot around me. <p class="scene-dialogue"><i>“Oh… fuck,”</i></p>She whispered, eyes closing. She planted her hands on my thighs and began to move—slow at first, lifting almost all the way off before sliding back down in a smooth, deliberate roll of her hips. $characters.chloe.name’s hands slid up $characters.madison.name’s body, cupping her breasts, thumbs brushing over the nipples. $characters.scarlet.name sat close on the other side, eyes locked on the place where $characters.madison.name and I were joined. Her fingers traced light, idle patterns along $characters.madison.name’s bare thigh, just watching, breathing a little faster. She’s so tight like this, I thought, gripping the sofa cushion. Every time she drops down I can feel her clenching. $characters.madison.name let out a quiet moan and started moving with more purpose.</p>',
'<p class="notation_text">I reached forward and wrapped my hands around her waist, thumbs pressing into the soft dip just above her hips. $characters.madison.name shifted, placing both hands on my chest for balance, leaning back slightly so I could see the curve of her spine and the way her hair fell across her shoulders. She picked up the pace. The wet sound of her body taking me over and over filled the room—soft, rhythmic, and getting louder. Her breath came in short, shaky bursts.</p><p class="scene-dialogue"><i>“That’s it,”</i></p><p class="notation_text">I murmured against her back. </p><p class="scene-dialogue"><i>“Just like that.”</i></p>$characters.scarlet.name leaned in closer. Her fingers brushed the place where we were joined, feeling the slick heat of every stroke. <p class="scene-dialogue"><i>“You’re taking him so well,”</i></p><p class="notation_text">She said softly, almost to herself. $characters.chloe.name’s hand slipped between $characters.madison.name’s thighs. Two fingers found her clit and began rubbing in tight, steady circles, matching the rhythm of $characters.madison.name’s hips. $characters.madison.name’s moan jumped higher.</p> <p class="scene-dialogue"><i>“$characters.chloe.name—ah—don’t stop,”</i></p><p class="notation_text"> She gasped, head tipping back against my shoulder.I could feel every small reaction: the way her walls tightened whenever $characters.chloe.name’s fingers pressed just right, the way her thighs trembled against mine. My own breathing had gone rough.She’s getting close already, I thought. I can feel it.</p>',
'<p class="notation_text">$characters.madison.name’s movements grew uneven. Her thighs started to shake. She was tiring, but she didn’t stop—she just needed help. I tightened my grip on her waist and took over. I began lifting and dropping her onto me in deep, controlled thrusts, using my arms to set a harder, faster rhythm. The wet slap of skin against skin filled the room. $characters.madison.name cried out, one hand flying back to clutch my forearm.</p><p class="scene-dialogue"><i>“I’ve got you,”</i></p><p class="notation_text">I growled against her neck. </p><p class="scene-dialogue"><i>“Just feel it.”</i></p><p class="notation_text">$characters.chloe.name never stopped rubbing her. Her fingers stayed slick and relentless on $characters.madison.name’s clit even as I fucked up into her harder. $characters.scarley.name’s hand stroked $characters.madison.name’s thigh, then higher, just watching the way $characters.madison.name’s body bounced and clenched. $characters.madison.name’s moans turned sharp and broken. </p><p class="scene-dialogue"><i>“I’m—fuck, I’m gonna—”</i></p><p class="notation_text">$characters.chloe.name’s free hand slipped between her own legs. She started touching herself in the same rhythm, eyes half-lidded, lips parted, watching $characters.madison.name come apart on top of me. I thrust up harder, deeper, holding $characters.madison.name firmly in place as her body tightened around me like a fist. The heat, the wet sounds, the three of them breathing and moaning—everything narrowed to the place where I was buried inside her. $characters.madison.name’s voice broke on a long, helpless cry as she came.</p>',
]
},
},
}>>
<div class="big_text">
<<nobr>>
<<set _charName = $selectedCharacter>>
<<set _sceneName = passage()>>
<<set _charImage = $fuckScene[_charName][_sceneName].default_image>>
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+_charImage " >
<div class="scene-caption">
<<print _charName>> • Active
</div>
</div>
<div id="scene-buttons"></div>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().selectedCharacter ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set _charName = $selectedCharacter>>
<<set _sceneName = passage()>>
<<set _charImage = $fuckScene[_charName][_sceneName].default_image>>
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+_charImage " >
<div class="scene-caption">
<<print _charName>> • Active
</div>
</div>
<div id="scene-buttons"></div>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().selectedCharacter ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set _charName = $selectedCharacter>>
<<set _sceneName = passage()>>
<<set _charImage = $fuckScene[_charName][_sceneName].default_image>>
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+_charImage " >
<div class="scene-caption">
<<print _charName>> • Active
</div>
</div>
<div id="scene-buttons"></div>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().selectedCharacter ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set _charName = $selectedCharacter>>
<<set _sceneName = passage()>>
<<set _charImage = $fuckScene[_charName][_sceneName].default_image>>
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+_charImage " >
<div class="scene-caption">
<<print _charName>> • Active
</div>
</div>
<div id="scene-buttons"></div>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().selectedCharacter ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set _charName = $selectedCharacter>>
<<set _sceneName = passage()>>
<<set _charImage = $fuckScene[_charName][_sceneName].default_image>>
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+_charImage " >
<div class="scene-caption">
<<print _charName>> • Active
</div>
</div>
<div id="scene-buttons"></div>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().selectedCharacter ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set _charName = $selectedCharacter>>
<<set _sceneName = passage()>>
<<set _charImage = $fuckScene[_charName][_sceneName].default_image>>
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+_charImage " >
<div class="scene-caption">
<<print _charName>> • Active
</div>
</div>
<div id="scene-buttons"></div>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().selectedCharacter ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="image-wrapper">
<div class= "points">
<p id="point"> <span class="bt"> 20 </span> </p>
</div>
<p id="result"></p>
<div id="stop-button" class="scene-button">
<p>STOP </p>
</div>
<div class="scene-frame">
<video id="activityVideo" class="scenes_image" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Increase • <<print $fuckScene[$sceneCode][$sceneType].scene_arc[$sceneNumber]>>
</div>
</div>
</div>
<div class="story-box">
<!-- Dialogue -->
<div class="scene-bg">
<p class="scene-text">
<<print $fuckScene[$sceneCode][$sceneType].scene_dialogue[$sceneNumber]>>
</p>
</div>
</div>
</div>
<<set _random_value = random(1, 5)>>
<div id="random-button" class="enter-button" data-passage="Fuck_Event" style="width:25vw;">
<p >Random Point</p>
</div>
<div class="enter-button" data-passage="Fuck_Event" style="width:25vw;">
<p >Change Position</p>
</div>
<</nobr>>
</div>
<!-- -->
<<script>>
$(document).ready(function() {
startGame();
startCountdown();
console.log("Activity Type"+variables().activityType)
$("#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="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/3.png'">
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
A few days later, my phone buzzed while I was organizing case files at the office.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I’m waiting for you tonight. Same hotel… same suite.</p>
</div>
</div>
<p class="notation_text">
I didn’t hesitate this time. After work I drove straight there, skipping the restaurant entirely.
</p>
<p class="notation_text">
The door opened before I could knock twice.
</p>
<p class="notation_text">
$characters.codi.name stood in the soft light of the suite, wearing a deep blue dress that clung to every curve. The same color she had worn the night she first dropped to her knees for me. Her smile was slower this time… more knowing.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/11.png'">
<div class="scene-caption">
Hotel Suite • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>You came. Good. I was starting to wonder if one night was all you wanted.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I said I’d come back.</p>
</div>
</div>
<p class="notation_text">
She poured two glasses of wine and sat on the edge of the bed, patting the space beside her. The city lights glowed behind the wide windows. Soft music played low.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I’ve been thinking about that night. About how you looked at me when I took you between my breasts… and then into my mouth.</p>
</div>
</div>
<p class="notation_text">
She sipped her wine, eyes never leaving mine. A faint, playful smile touched her lips.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/18.png'">
<div class="scene-caption">
Hotel Suite • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>My husband hasn’t touched me like that in years. He barely looks at me anymore. We share a house, not a bed. Not really.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I used to wait for him. Dress up. Try. He always had another meeting, another excuse. Eventually I stopped trying.</p>
</div>
</div>
<p class="notation_text">
She set the glass down and shifted closer. The blue fabric of her dress stretched across her full breasts as she leaned in.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Then you walked into my life, solved my problem… and made me feel wanted again. Really wanted.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>And now?</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/12.png'">
<div class="scene-caption">
Hotel Suite • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Now I don’t want to go back to being invisible.</p>
</div>
</div>
<p class="notation_text">
Her voice dropped, softer, more intimate.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I like what we did. I liked how you watched me. How you held my hair. How hard you got in my mouth.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I want more of that. Not a relationship. Not promises. Just… this. Whenever we both want it.</p>
</div>
</div>
<p class="notation_text">
She reached out and lightly traced a finger along the back of my hand.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/13.png'">
<div class="scene-caption">
Hotel Suite • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Friends who take care of each other’s needs. No pressure. No drama. Just honest hunger.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>That simple?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>That simple. I already know how good we are together. I’d rather keep enjoying it than pretend it never happened.</p>
</div>
</div>
<p class="notation_text">
She leaned in until her lips were close to my ear, her full breasts brushing lightly against my arm.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>So… are you staying tonight, Detective?</p>
</div>
</div>
<p class="notation_text">
The question hung between us, soft and dangerous. Her eyes were already half-lidded, waiting for my answer.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Codi_4_1">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/mc/10.png'">
<div class="scene-caption">
Detective Agency • Afternoon
</div>
</div>
<p class="notation_text">
For the next few days I checked my phone more than I wanted to admit. The memory of her body under mine — the way she came around my cock, the way she looked at me afterward — kept interrupting every case file I tried to focus on.
</p>
<p class="notation_text">
Then the message finally arrived.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I’m waiting. Same suite. Don’t keep me waiting long.</p>
</div>
</div>
<p class="notation_text">
I left the office early. The receptionist at the hotel already knew my face. Minutes later I stood outside her door.
</p>
<p class="notation_text">
It opened before I could knock.
</p>
<p class="notation_text">
$characters.codi.name stood there iwearing a deep blue dress that barely closed over her full breasts. Blonde hair loose. That same knowing smile she wore the night she first took me into her mouth.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/13.png'">
<div class="scene-caption">
Hotel Suite • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>There you are. I was starting to think you’d lost interest.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Not a chance.</p>
</div>
</div>
<p class="notation_text">
She pulled me inside by the lapel of my jacket. The door clicked shut. Her body pressed against mine for a long moment — soft breasts, warm skin, the faint scent of whatever perfume she had put on just for this.
</p>
<p class="notation_text">
When she finally stepped back, she led me toward the bed. Something on the nightstand caught the light.
</p>
<p class="notation_text">
A sleek black membership card with silver lettering.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Paradise Club?</p>
</div>
</div>
<p class="notation_text">
I picked it up. Heavy. Expensive. The kind of card that opened doors most people never even knew existed.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/15.png'">
<div class="scene-caption">
Hotel Suite • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>My husband’s little playground. He’s one of the shareholders. Half the city’s powerful men go there when they want to forget their names for a night.</p>
</div>
</div>
<p class="notation_text">
$characters.madison.name’s voice echoed in my head.
</p>
<p class="notation_text">
<i>“Some people connected to Red John gather at Paradise.”</i>
</p>
<p class="notation_text">
This wasn’t just a club. It was a doorway.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>I’ve heard getting inside is nearly impossible without the right connections.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>(smiling) And here you are… already in my bed.</p>
</div>
</div>
<p class="notation_text">
She took the card from my fingers and set it aside, then climbed onto the mattress, the robe slipping open just enough to show the curve of one heavy breast. Her voice dropped lower.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/14.png'">
<div class="scene-caption">
Hotel Suite • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I’ll get you a guest pass. Next time you come, it will be waiting. You can walk through those doors like you belong there.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>That’s… generous.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I’m not being generous. I’m being selfish.</p>
</div>
</div>
<p class="notation_text">
She leaned in until her lips brushed close to my ear. Her hand rested on my chest, fingers tracing slow circles.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I like having you. I like how you look at me when you’re inside me. I like remembering how hard you came the last time. So if a little black card keeps you coming back… I’ll make it happen.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'char/codi/2/22.png'">
<div class="scene-caption">
Hotel Suite • Night
</div>
</div>
<p class="notation_text">
Her eyes met mine, playful and hungry at the same time.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Now stop thinking about the club for a few hours. I didn’t call you here to talk about my husband’s hobbies.</p>
</div>
</div>
<p class="notation_text">
She pushed the robe off her shoulders. Full breasts, soft stomach, the familiar curves I had already mapped with my hands and mouth. The black membership card lay forgotten on the nightstand.
</p>
<p class="notation_text">
Outside, the city kept its secrets. Inside this suite, $characters.codi.name was offering me something far more immediate — and, without realizing it, the first real key to Red John’s world.
</p>
<p class="notation_text">
I reached for her.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Codi_5_1">
<p>Continue</p>
</div>
<</nobr>>
</div>[[Unlocked Event]]
[[Patreon]]
[[Website]]
[[Credit]]<div class="intro-scene">
<<nobr>>
<div id="character-unlock-card" ></div>
<div class="enter-button" data-passage="Office" style="margin:30px auto 30px auto;">
<p>Office</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
if (typeof window.unlockedCharacterCards === "function") {
window.unlockedCharacterCards();
}
});
<</script>><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="image-wrapper">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'misc/dc.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Demonic Cravings • Play Now
</div>
</div>
</div>
<div class="story-box">
<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">
I need a team. If you are good in English(Communication)/French/Czech (Translation) language please let me know. We can work together.
</p>
<p class="notation_text">
Play My Other Games
</p>
<p class="notation_text" class="scene-button">
<a href="https://www.twistedtwist.com" target="_blank">Visit Website.</a>
</p>
<p class="notation_text" class="scene-button">
<a href="https://www.patreon.com/c/gogirl69" target="_blank">Visit Patreon</a>
</p>
</div>
</div>
<div class="enter-button" data-passage="Office" style="width:25vw;">
<p >Back</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="image-wrapper">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'misc/echo.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Echoes Of The Curse • Play Now
</div>
</div>
</div>
<div class="story-box">
<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">
I need a team. If you are good in English(Communication)/French/Czech (Translation) language please let me know. We can work together.
</p>
<p class="notation_text">
Play My Other Games
</p>
<p class="notation_text" class="scene-button">
<a href="https://www.twistedtwist.com" target="_blank">Visit Website.</a>
</p>
<p class="notation_text" class="scene-button">
<a href="https://www.patreon.com/c/gogirl69" target="_blank">Visit Patreon</a>
</p>
</div>
</div>
<div class="enter-button" data-passage="Office" style="width:25vw;">
<p >Back</p>
</div>
<</nobr>>
</div>
<div class="settings-container">
<!-- Example Character Card -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'char/mc/1.jpg'">
<label for="mcName">Change Name (Default: <<print $mc.name>> <<print $mc.lastname>>):</label>
<input type="text" id="mcName" value="Max" placeholder="Enter only nickname">
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'char/sky.jpg'">
<label for="mpName">She is <<print $characters.sky.name>> (Default: <<print $characters.sky.name>>)</label>
<input type="text" id="mpName" value="Sky" placeholder="Enter name">
<p>Only Fans: $characters.sky.social</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'char/river.jpg'">
<label for="upName">She is <<print $characters.river.name>> (Default: <<print $characters.river.name>>)</label>
<input type="text" id="upName" value="Mrs. River" placeholder="Enter name">
<p>Only Fans: $characters.river.social</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'char/scarlet.jpg'">
<label for="epName">She is <<print $characters.scarlet.name>> (Default: <<print $characters.scarlet.name>>)</label>
<input type="text" id="epName" value="Scarlet" placeholder="Enter name">
<p>Only Fans: $characters.scarlet.social</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'char/codi.jpg'">
<label for="ctName">She is <<print $characters.codi.name>> (Default: <<print $characters.codi.name>>)</label>
<input type="text" id="ctName" value="Mrs. Codi" placeholder="Enter name">
<p>Only Fans: $characters.codi.social</p>
</div>
<!-- Repeat similar structure for all characters... -->
<!-- Action Buttons -->
<div class="settings-actions">
<<button "Change" "Intro" class="change-btn">>
<<set $mc.name = $("#mcName").val()>>
<<set $characters.river.name = $("#upName").val()>>
<<set $characters.scarlet.name = $("#epName").val()>>
<<set $characters.sky.name = $("#mpName").val()>>
<<set $characters.codi.name = $("#ctName").val()>>
<</button>>
<<button "Default" "Intro" class="default-btn">>
<</button>>
</div>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<!-- <p class="notation_text">
<<print $message>>
</p> -->
<h2>Trustworthy </h2>
<div class="button-pair avatar-box" style="margin-bottom:5%">
<div class="enter-button cheat-button" onclick="charStatsChange('sky', 100,'Trust')" data-passage="Cheat" data-setter="$message to ''" >
<p > Observe +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('sky', 100,'Seduction')" data-passage="Cheat" data-setter="$message to ''" >
<p > Believe +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('sky', 100,'Manipulation')" data-passage="Cheat" data-setter="$message to ''" >
<p > Inspire +</p>
</div>
</div>
<hr>
<h2>Informative </h2>
<div class="button-pair avatar-box" style="margin-bottom:5%">
<div class="enter-button cheat-button" onclick="charStatsChange('codi', 100,'Trust')" data-passage="Cheat" data-setter="$message to ''" >
<p > Listen +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('codi', 100,'Seduction')" data-passage="Cheat" data-setter="$message to ''" >
<p > Analyze +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('codi', 100,'Manipulation')" data-passage="Cheat" data-setter="$message to ''" >
<p > Deduce +</p>
</div>
</div>
<hr>
<h2>Controlling </h2>
<div class="button-pair avatar-box" style="margin-bottom:5%">
<div class="enter-button cheat-button" onclick="charStatsChange('river', 100,'Trust')" data-passage="Cheat" data-setter="$message to ''" >
<p > Resistance +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('river', 100,'Seduction')" data-passage="Cheat" data-setter="$message to ''" >
<p > Negotiation +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('river', 100,'Manipulation')" data-passage="Cheat" data-setter="$message to ''" >
<p > Command +</p>
</div>
</div>
<hr>
<h2>Mysterious </h2>
<div class="button-pair avatar-box" style="margin-bottom:5%">
<div class="enter-button cheat-button" onclick="charStatsChange('scarlet', 100,'Trust')" data-passage="Cheat" data-setter="$message to ''" >
<p > Curiosity +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('scarlet', 100,'Seduction')" data-passage="Cheat" data-setter="$message to ''" >
<p > Investigation +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('scarlet', 100,'Manipulation')" data-passage="Cheat" data-setter="$message to ''" >
<p > Revelation +</p>
</div>
</div>
<hr>
<div class="enter-button" data-passage="previous()" >
<p >Leave</p>
</div>
<div class="enter-button" data-passage="Office" >
<p >Office</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
Her skirt had also ridden up when she sat on the desk and her legs bent apart slightly. My
hand reached between her legs to her crotch and found her cotton panties slightly damp. I moaned aloud, unable
to control myself. I rubbed at her slowly through the fabric, feeling it slick up as she grew wet. Now,
after being so quiet and still, She whimpered slightly and pressed herself against my ever so slightly.
</p>
<p class="notation_text">
I stilled and pulled my hand away, but she had stilled, and her breathing was regular. Confident, I
caressed her again, her panties growing wet with her juices. I pressed the fabric up into her cunt,
soaking them further. I teased her entrance through her panties, delighted at how wet I was making them.
Her pussy was not fully shaved and I loved it.
</p>
<p class="notation_text">
With careful fingers, I slid my hand underneath the fabric. I
slid one finger up and down her slick slit, teasing her entrance and then sliding back up to tease her clit.
I continued up and down again and was rewarding with another soft whimper for her. I was so hard right
now, and I was glad that I had jerked off earlier that night before going out. I wanted to fuck her so
bad. To feel my cock slide into her tight wet pussy...to feel her tighten up around my as she came.
To fuck her hard and fast. To use her.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>
"I am going to fuck you," I whispered.
</p>
</div>
</div>
<p class="notation_text">
I reached out and skimmed my fingers up and down her thighs right up to her pussy, and then back down
to her knees. I could see how wet she was. How ready for my she was. What was going through her mind
right now in her passed out state? Was she dreaming about being used? Being fucked hard?
</p>
<p class="notation_text">
I slid one finger into her tight cunt. She was beyond wet and it went in without resistance. Her lips
parted and she breathed out heavy. Jason smiled to myself and slowly fucked her with my finger for a
few moments, before adding a second finger. She moaned slightly as I fucked her with my fingers. I
could feel her cunt tighten a little, feel it quiver slightly. Her juices were running down my hand and
down her legs.
</p>
<p class="notation_text">
She moaned a little louder. Her breathing was a little heavy, but she didn't still other
than that. I rubbed several more long seconds. I slid my fingers into her
again, fucking her slowly with them, my thumb grazing over her clit once in a while. Her body rocked
against my ever so slightly. I pulled my fingers out again.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
I straddled her waist and gripped the sides of her boobs. I positioned my dick in her
cleavage, pausing for a minute to enjoy how my big cock looked in between her big boobs. Then I thrust
my dick into her cleavage and she smiled widely up at me.
I placed both hands on her face pulling her tighter to my mouth. I shook my head in
wonder at what had transpired to bring me here with my cock nestled firmly between
$characters.sky.name's tits.
</p>
<p class="notation_text">
I kept thrusting between her big tits. I groped her chest and rolled her nipples between my fingers,
listening to her moan in pleasure.
I was pounding her chest, her boobs bouncing up and hitting her chin with each thrust while I
kissing her and the kiss deepened.
She swirl her pink tongue over the pulsing head of my thick cock as it
glided up between her breasts. Seeing the glazed expression on her face, the sexy blonde smiled
and wrapped her boobs even tighter around my pole.
</p>
<p class="notation_text">
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="sky" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.sky.name>></div>
<p>
"Oh, yeah! Fuck my tits," she moaned as I slid back down the soft valley for another round trip.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/cun-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
I lifted her onto the edge. Her dress rode up as I stepped between her knees. I hooked my fingers into the sides of her panties and slid them down her legs, dropping them to the floor. She was already glistening.
</p>
<p class="notation_text">
I knelt.
</p>
<p class="notation_text">
I placed her legs over my shoulders and dragged my tongue slowly through her folds. She was warm, wet, and responsive. A soft moan left her the moment I found her clit and circled it.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>Ah… yes…</p>
</div>
</div>
<p class="notation_text">
I licked deeper, long strokes that made her hips twitch. Juices coated my tongue and chin. Her thighs tightened around my head as I focused on her clit, sucking gently, then flicking faster.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/cun-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
I got on my knees and lowered my face to her sweet pussy and slowing licked the length of her slit.
I sucked her clit into my mouth and flicked my tongue across that hard little gem of desire, teasing
it. Her breathing caught again and she slowly moving her ass towards me, so I continued licking, kissing,
sucking; my tongue dipping in and out of her tight little hole.
</p>
<p class="notation_text">
I worked her harder. Mouth thrusting, tongue relentless on her clit. $characters.sky.name reached down, loosened my tie, and then grabbed a fistful of my hair, pulling me tighter against her. Her moans turned sharp and broken.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/st-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **St 1** -->
<p class="notation-text">I lifted $characters.sky.name onto the desk and stepped between her open legs. Skirt bunched at her waist. I rubbed the head of my cock through her wetness, then slowly pushed inside.
</p>
<p class="notation-text">Hot. Tight. Perfect. She gasped as I sank deeper. I started with slow, steady thrusts, holding her thighs. The wet sound of her pussy taking me filled the room. Soft moans escaped her every time I bottomed out. I could feel every clench around my cock.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/st-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **St 2** -->
<p class="notation-text">I picked up the pace. Medium, deeper strokes that made her breasts bounce. The slap of my hips against her grew louder.
</p>
<p class="notation-text">$characters.sky.name’s hands gripped the edge of the desk. Her moans turned sharper. Juices coated my shaft and dripped onto the desk surface. Her pussy felt scorching and greedy, pulling me in with every thrust.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/st-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **St 3** -->
<p class="notation-text">I pounded her hard and fast. The desk creaked. Wet, filthy sounds filled the air. $characters.sky.name cried out with every deep stroke.
</p>
<p class="notation-text">Her walls clamped down as she came, pussy spasming and flooding around my cock. I kept thrusting through it until I buried myself deep and came hard inside her, pulsing while she trembled and moaned on the desk.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Dg 1** -->
<p class="notation-text">I bent Sky over the table, skirt shoved up around her waist, ass presented. I gripped her hips and slowly pushed into her dripping pussy. She moaned into the wood as I sank all the way in.
</p>
<p class="notation-text">Slow, deep strokes. I watched my cock disappear between her cheeks. Her walls gripped me tightly with every slow pull and push. Soft wet sounds rose each time I bottomed out. Sky pushed back against me, already hungry for more.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Dg 2** -->
<p class="notation-text">
I increased the speed. Medium, steady thrusts that made her ass ripple. The slap of skin on skin grew louder. Sky’s moans turned into short, desperate cries.
</p>
<p class="notation-text">
Her pussy felt scorching and soaked. Juices coated my shaft and dripped down her thighs. I held her hips tighter and fucked her harder, angling to hit the spot that made her legs shake. Every thrust forced a wet, filthy sound from her body.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Dg 3** -->
<p class="notation-text">
I pounded her. Fast, deep, relentless. The table creaked under us. Sky’s moans turned into broken screams of pleasure.
</p>
<p class="notation-text">
Her pussy clenched hard around me as she came, walls spasming and squirting more wetness down her legs. I kept driving into her through the orgasm until I buried myself deep and came hard, pulsing thick ropes inside her while she trembled and gasped against the table.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/as-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **As 1** -->
<p class="notation-text">I lifted one of Sky’s legs and placed her foot on the table, opening her wide. Skirt still bunched at her waist. I pushed into her from behind in one slow, deep thrust. The new angle let me sink even further.
</p>
<p class="notation-text">She moaned loudly at the stretch. Slow, controlled strokes. I could feel every inch of her tight heat gripping me. Wet sounds filled the room as I fucked her with long, deliberate thrusts. Her free leg trembled.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/as-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **As 2** -->
<p class="notation-text">I sped up. Medium to fast. The wet slap of my hips against her ass grew sharper. Sky’s moans turned high and needy.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>“Deeper… please—” </p>
</div>
</div>
<p class="notation-text">
Her pussy was dripping, juices running down the standing leg. I held her raised thigh and fucked her harder, watching my cock disappear into her again and again. The tighter angle made every thrust feel intense for both of us.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/as-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **As 3** -->
<p class="notation-text">I pounded her without mercy. Fast, deep, the table shaking. Sky cried out with every impact.
</p>
<p class="notation-text">Her walls locked down as she came hard, body shaking, more wetness flooding around my cock. I fucked her through it until I slammed in deep and came, thick pulses filling her while she trembled and moaned, still spread open for me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Bj 1** -->
<p class="notation-text">I stood. Sky dropped to her knees between my legs. She took my cock into her mouth and sucked slowly, going deeper with each pass. Spit quickly coated the shaft.
</p>
<p class="notation-text">She pulled off, licked down to my balls, then lower. Her tongue pressed against my hole, circling wetly while she stroked my cock. Soft, focused licks. The dual sensation made me groan.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Bj 2** -->
<p class="notation-text">
She grew bolder. Deepthroating me until her nose pressed against my stomach, gagging softly, spit running down. Then she pulled off and rimmed me more hungrily, tongue pushing firmer while her hand stroked my wet cock.
</p>
<p class="notation-text">
Eyes watered. Spit strings connected her lips to me. The wet, filthy sounds of her mouth filled the room as she alternated between throat and tongue.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Bj 3** -->
<p class="notation-text">Sky went all in. She deepthroated hard, gagging, spit pouring, while spreading me open so her tongue could push deeper into my hole.
</p>
<p class="notation-text">I gripped her hair and fucked her throat in short thrusts. She took it, moaning around me, saliva dripping onto the floor. The tight heat of her throat and the wet pressure of her tongue pushed me right to the edge.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Mis 1** -->
<p class="notation-text">I settled Sky on the couch and pushed her skirt up around her waist. Her thighs parted easily for me. I rubbed the head of my cock through her wet folds, then slowly pushed inside. Hot, tight, and already slick. She gasped as I sank deeper, inch by inch, until I was fully buried.
</p>
<p class="notation-text">I started with slow, steady thrusts. The wet sound of her pussy taking me filled the quiet room. Sky’s hands gripped my shoulders. Soft moans escaped her every time I bottomed out. Her walls fluttered around my cock, warm and greedy. I could feel every ridge as I pulled back and slid back in.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Mis 2** -->
<p class="notation-text">I picked up the pace. Medium, harder strokes that made her breasts bounce under her top. The slap of my hips against her grew louder. Sky’s moans turned sharper.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>“Fuck… you feel so good inside me,”</p>
</div>
</div>
<p class="notation-text">
She breathed.Her pussy was dripping, coating my cock and running down onto the couch. I held her thighs open and drove deeper. Every thrust made her clench around me. The heat and tightness were addictive. Her legs wrapped around my waist, pulling me in harder.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Mis 3** -->
<p class="notation-text">I started pounding her. Fast, deep, relentless. The wet, filthy sound of our bodies filled the living room. Sky cried out with every thrust, nails digging into my back.
</p>
<p class="notation-text">
Her walls clamped down hard as she came, pussy pulsing and flooding around my cock. Juices soaked me. I kept fucking her through it, chasing my own release, until I buried myself to the hilt and came deep inside her with a groan. Thick pulses filled her while she trembled under me.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/mc/1.jpg' " >
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p >
I sat alone in my office, quietly staring out the window as the city lights flickered against the glass. My thoughts drifted back over everything that had happened during the past few weeks.
</p>
<p >
Cases... Investigation... Seduction... Temptation...
</p>
<p >
It was strange. Sometimes it all felt less like reality and more like a dream I hadn't fully woken up from.
</p>
<p >
Not long ago, I was just another ordinary guy chasing what everyone else called an impossible ambition.
</p>
<p >
Ever since I was a kid, I wanted to become a detective like the legendary Sherlock Holmes—a man who could see the truth where everyone else only saw lies.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Looks like... I'm finally walking the path I've dreamed about for so many years.</p>
</div>
</div>
<p >
Every case I solved sharpened my instincts, strengthened my confidence, and taught me something new about the people around me.
</p>
<p >
With each investigation, I moved one step closer to becoming the detective I had always wanted to be.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/mc/2.jpg' " >
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p >
But somewhere along the way... another journey had quietly begun.
</p>
<p >
One far more complicated than solving mysteries.
</p>
<p >
Every investigation introduced me to people hiding dangerous secrets, unspoken desires, and emotions they desperately tried to bury.
</p>
<p >
The more I became involved in their lives, the more I realized that solving a case wasn't only about collecting evidence.
</p>
<p >
Sometimes it meant earning someone's trust.
</p>
<p >
Sometimes it meant exposing their deepest fears.
</p>
<p >
And sometimes... it meant taking advantage of the weaknesses they never wanted anyone to discover.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Being a detective... is nothing like I imagined.</p>
</div>
</div>
<p >
I leaned back in my chair and let out a slow breath.
</p>
<p >
Somewhere out there, another mystery was already waiting for me.
</p>
<p >
And deep down... I had the feeling that everything I had experienced so far was only the beginning.
</p>
</div>
</div>
<div class="enter-button" data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Cowgirl – Couch** -->
<!-- **Cg 1** -->
<p class="notation-text">I sat on the couch. $characters.sky.name climbed onto my lap, skirt already pushed up. She reached down, guided my cock to her entrance, and slowly sank onto me. Hot, tight, and dripping. A soft moan left her as she took every inch.
</p>
<p class="notation-text">She started with slow rolls of her hips, rising almost all the way off before sliding back down. The wet sound of her pussy swallowing me filled the room. I could feel every clench and flutter. Her hands rested on my chest while she adjusted to the stretch.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Cg 2** -->
<p class="notation-text">$characters.sky.name picked up the pace. Medium, steady bouncing. Her breasts moved with every downward stroke. The slap of her ass against my thighs grew louder.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/sky.png'" alt="$characters.sky.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.sky.name</div>
<p>“You feel so thick like this…” she breathed.
</p>
</div>
</div>
<p class="notation-text">Her juices coated my cock and ran down onto my stomach. I gripped her hips and thrust up to meet her, making her moan sharper. The tight, wet heat of her pussy gripped me perfectly with every bounce.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Cg 3** -->
<p class="notation-text">She rode me hard and fast. Hips slamming down, wet sounds turning filthy. $characters.sky.name’s moans broke into cries. I held her tight and fucked up into her without mercy.
</p>
<p class="notation-text">Her walls clamped down as she came, pussy pulsing and flooding around my cock. Juices dripped onto my thighs. I kept thrusting through it until I buried myself deep and came hard inside her, thick pulses filling her while she trembled and gasped on top of me.
</p>
<!-- --- -->
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/rcg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Reverse Cowgirl – Couch** -->
<!-- **Rcg 1** -->
<p class="notation-text">$characters.sky.name turned around and lowered herself onto my cock in reverse, skirt bunched at her waist. I watched my length disappear between her cheeks as she slowly sank down.
</p>
<p class="notation-text">She started with slow, deep rises and falls. The wet sound of her pussy taking me was clear. I could see everything — the way her entrance stretched around me, the shine of her juices on my shaft. Soft moans left her with every downward slide.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/as-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Rcg 2** -->
<p class="notation-text">She bounced faster. Medium rhythm, ass jiggling with every impact. I gripped her waist and helped her move.
</p>
<p class="notation-text">The view was obscene. My cock vanishing into her again and again, wetness coating me completely. $characters.sky.name’s moans grew louder. She reached back and spread herself wider so I could watch even better while she fucked herself on me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Rcg 3** -->
<p class="notation-text">$characters.sky.name rode me hard. Fast, desperate bouncing. The wet slap of her ass against me filled the room. Her pussy clenched tighter with every stroke.
</p>
<p class="notation-text">She came with a broken cry, walls spasming around my cock, more juices dripping down onto my balls. I thrust up hard and followed her over the edge, pumping deep inside her while she kept moving through the orgasm.
</p>
<!-- --- -->
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Rimming + Deepthroat** -->
<!-- **Rm 1** -->
<p class="notation-text">I stood. $characters.sky.name dropped to her knees between my legs. She took my cock into her mouth first, sucking slowly, then deeper. Spit quickly coated the shaft.
</p>
<p class="notation-text">She pulled off, licked down to my balls, then lower. Her tongue pressed against my hole, circling wetly while she stroked my cock with one hand. Soft, focused licks. The dual sensation made me groan.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/lick-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Rm 2** -->
<p class="notation-text">She grew bolder. Her tongue pushed more firmly, licking deeper while she took my cock back into her throat. Wet gagging sounds rose every time she forced herself down. Spit ran down my balls and over her chin.
</p>
<p class="notation-text">She alternated — deepthroating until her nose pressed against me, then pulling off to rim me hungrily again. Eyes watered. Spit strings connected her lips to my cock. The wet, filthy sounds filled the room.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/lick-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Rm 3** -->
<p class="notation-text">$characters.sky.name went all in. She deepthroated me hard, gagging, spit pouring down, while one hand spread my cheeks so her tongue could push deeper into my hole.
</p>
<p class="notation-text">I gripped her hair and fucked her throat in short thrusts. She moaned around me, taking it, eyes rolled back, saliva dripping onto the floor. The tight heat of her throat and the wet pressure of her tongue on my ass pushed me to the edge fast.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Sidefuck – Couch** -->
<!-- **Sf 1** -->
<p class="notation-text">I laid $characters.sky.name on her side on the couch and moved in behind her. Skirt still around her waist. I lifted her top leg, lined up, and slowly pushed into her soaked pussy.
</p>
<p class="notation-text">Deep, controlled strokes. The angle let me feel every inch of her tight heat. Soft wet sounds rose with each thrust. My hand slid around and rubbed her clit in slow circles while I fucked her from behind. $characters.sky.name moaned quietly, pushing back against me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Sf 2** -->
<p class="notation-text">I increased the speed. Medium, steady thrusts that made her body rock. My fingers worked her clit faster.
</p>
<p class="notation-text">Her pussy felt scorching and slick. Juices coated my cock and ran down her thigh. $characters.sky.name’s moans turned sharper. I held her raised leg and drove deeper, the dual stimulation making her clench hard around me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/sky/2/vid/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<!-- **Sf 3** -->
<p class="notation-text">I pounded her from behind while rubbing her clit without stopping. Fast, deep strokes. The wet slap of our bodies grew loud and filthy.
</p>
<p class="notation-text">$characters.sky.name came hard, crying out as her pussy locked down and flooded around my cock. I kept fucking her through it until I slammed in deep and came, thick ropes pulsing inside her while she shook and gasped in my arms.
</p>
<!-- --- -->
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
I pushed her back onto the bed. The silk robe fell open completely. Pale skin, full breasts, soft curves, the neat thatch of blonde hair between her thighs already glistening.
</p>
<p class="notation_text">
I spread her legs and settled between them.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I’ve been thinking about your mouth since last time…</p>
</div>
</div>
<p class="notation_text">
Her hand slid into my hair, not pushing, just holding. I licked deeper, long strokes from entrance to clit, then focused on the swollen bud, sucking gently while my tongue flicked.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/lick-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
I dragged my tongue slowly through her folds. She tasted clean, warm, already wet. A soft moan left her the moment I found her clit and circled it.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Yes… right there—don’t stop—</p>
</div>
</div>
<p class="notation_text">
I slid two fingers inside her while I kept licking. She was tight and hot, walls fluttering around the intrusion. The wet sounds of my mouth and fingers filled the suite. Her thighs trembled against my shoulders.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/lick-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
I worked her faster—tongue firm on her clit, fingers curling against the sensitive spot inside. Her breathing turned sharp. Her hips rolled up to meet every stroke of my tongue.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Fuck… I’m going to come on your tongue—</p>
</div>
</div>
<p class="notation_text">
I didn’t let up. I sucked harder, fingers thrusting deeper. Her back arched. A broken cry left her throat as she came, thighs clamping around my head, pussy pulsing against my mouth. I kept licking her through it until her legs shook and she pushed weakly at my shoulder.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
I rose, wiped my mouth, and turned her onto her stomach. She went willingly, pushing up onto her knees, presenting the heavy curve of her ass. I gripped her hips and lined myself up.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Put it in me. I want to feel you deep.</p>
</div>
</div>
<p class="notation_text">
I pushed inside in one slow, steady thrust. Her wet heat swallowed me completely. She moaned into the sheets, back arching.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
I started moving—deep, controlled strokes that made her full breasts sway beneath her. The wet slap of my hips against her soft ass filled the room. I watched my cock disappear into her again and again.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>You take me so well like this.</p>
</div>
</div>
<p class="notation_text">
I picked up the pace. Harder. Faster. One hand stayed on her hip; the other reached forward and tangled in her blonde hair, pulling her head back just enough. She cried out in pleasure, pushing back to meet every thrust.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
The bed creaked. Her moans grew louder, broken by the force of my hips. Juices coated my shaft and dripped down her thighs. I fucked her deeper, watching the way her soft body jiggled with every impact.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Harder—please—use me—</p>
</div>
</div>
<p class="notation_text">
I gave her exactly that. Short, powerful thrusts that forced sharp cries from her throat. Her arms gave out and she dropped to her elbows, ass still high, taking everything I gave her. The wet, filthy sound of our bodies filled the suite.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
Before she could come again I pulled out, turned her onto her side, and lay behind her. I lifted her top leg, hooked it over my arm, and slid back into her from behind.
</p>
<p class="notation_text">
The new angle made her gasp. I could go even deeper like this. One arm wrapped around her waist, hand cupping a full breast, pinching the nipple while I thrust into her.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>God… you’re so deep—</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/sf-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
I fucked her steadily, the wet sound of every stroke loud in the quiet room. My hand slid down from her breast, over her soft stomach, and found her clit. I rubbed tight circles while I kept driving into her.
</p>
<p class="notation_text">
Her moans turned high and desperate. She reached back and gripped my thigh, nails digging in, pulling me harder against her.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Come for me again. I want to feel it.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/sf-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
I thrust faster, fingers working her clit without mercy. Her body tensed. A long, shaking cry left her as she came hard, pussy clamping down around my cock in tight, rhythmic pulses. The force of it almost pulled me over with her.
</p>
<p class="notation_text">
I didn’t stop. I kept fucking her through the orgasm, prolonging it until she was trembling and gasping, juices soaking the sheets beneath us.
</p>
<p class="notation_text">
Only when her body finally started to relax did I slow down, still buried deep inside her, breathing hard against the back of her neck.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>…Don’t pull out yet.</p>
</div>
</div>
<p class="notation_text">
I stayed right where I was, still hard, still inside her, the black membership card to Paradise Club lying forgotten on the nightstand while her body trembled around me.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/fm-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
I didn’t answer with words.
</p>
<p class="notation_text">
I guided her back onto the bed. The blue dress slid higher as she settled against the pillows, thighs parting naturally for me. Her pale skin glowed under the soft suite lights. Thick blonde hair spilled across the sheets.
</p>
<p class="notation_text">
I knelt between her legs and looked down at her. Soft curls covered her mound. Already glistening.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Don’t just stare… touch me.</p>
</div>
</div>
<p class="notation_text">
I licked two fingers, then slowly dragged them along her folds. She was warm, slick, and already open. A soft gasp left her when I circled her clit.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/fm-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
$characters.codi.name reached to the nightstand and picked up a small, slender toy. She pressed the buzzing tip against herself, just above where my fingers worked.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Mmm… yes. Just like that.</p>
</div>
</div>
<p class="notation_text">
I slid one finger inside her. Tight. Hot. She clenched around me immediately. I added a second, curling them slowly while the toy hummed against her clit.
</p>
<p class="notation_text">
Her hips rolled up to meet every stroke. Soft wet sounds filled the quiet room.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Deeper… please.</p>
</div>
</div>
<p class="notation_text">
I gave her what she asked for. Fingers thrusting faster, curling against that sensitive spot inside her while the toy never left her clit. Her breathing turned sharp. Her free hand gripped the sheets.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/fm-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
The wet sound of my fingers moving in and out of her grew louder. Her walls fluttered and tightened with every stroke.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Fuck… I’m getting close already—</p>
</div>
</div>
<p class="notation_text">
I didn’t slow down. I fucked her with my fingers harder, faster, watching her full breasts rise and fall with every gasp. The toy’s soft buzz mixed with her moans. Her thighs started to tremble around my hand.
</p>
<p class="notation_text">
A sharp cry left her throat. Her pussy clenched tight around my fingers as she came, hips jerking, juices coating my hand. She kept the toy pressed against herself through the entire orgasm, riding it out with shaky breaths.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
Before she could fully recover, I pulled my fingers free, wiped them on her inner thigh, and moved up between her legs.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>Still want more?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Yes. Put it in me.</p>
</div>
</div>
<p class="notation_text">
I hooked my hands under her knees and pushed them back, opening her wide. Her pink, swollen folds glistened. I lined myself up and slowly pushed inside.
</p>
<p class="notation_text">
Hot. Tight. Perfect.
</p>
<p class="notation_text">
$characters.codi.name’s head tipped back against the pillows as I sank deeper, inch by inch, until I was fully buried. She kept the toy pressed to her clit, the soft vibration traveling through both of us.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>God… you’re so deep.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
I started moving. Slow, steady thrusts, watching my cock disappear into her again and again. Her full breasts swayed with every motion. I held her legs open, thumbs pressing into the soft flesh of her thighs.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>You feel incredible. So wet for me already.</p>
</div>
</div>
<p class="notation_text">
She moaned in answer, eyes half-lidded, the toy still working her clit while I fucked her. The wet sound of our bodies meeting filled the suite.
</p>
<p class="notation_text">
I picked up the pace. Harder. Deeper. Her legs spread wider under my hands. Every thrust made her heavy breasts bounce. The toy’s buzz mixed with the slap of skin and her rising moans.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Yes—fuck me just like that—don’t stop—</p>
</div>
</div>
<p class="notation_text">
I drove into her faster. The bed creaked beneath us. Her pussy clenched and fluttered around my cock with every stroke. Juices coated my shaft and dripped down onto the sheets.
</p>
<p class="notation_text">
$characters.codi.name’s free hand grabbed my forearm, nails digging in. Her moans turned sharp and broken. The toy never left her clit.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>That’s it. Take every inch. You’re so fucking sexy like this.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
Her body started to shake. Her walls tightened hard around me. A long, high cry tore from her throat as she came again, pussy pulsing and flooding around my cock. I didn’t stop. I fucked her through it, thrusting deep and steady while she trembled and gasped.
</p>
<p class="notation_text">
The wet, filthy sound of our bodies grew louder. Her orgasm didn’t fully fade before the next wave started building. Her legs wrapped tighter around me. Her full breasts heaved with every desperate breath.
</p>
<p class="notation_text">
I gripped her thighs harder and drove into her with short, powerful thrusts, chasing my own release. The heat and tightness of her were overwhelming.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Come inside me—please—I want to feel it—</p>
</div>
</div>
<p class="notation_text">
That was all it took.
</p>
<p class="notation_text">
I buried myself to the hilt and came hard, pulsing deep inside her. Thick ropes of cum filled her while her pussy kept clenching around me, milking every drop. She moaned through it, the toy still pressed to her oversensitive clit, body shaking under mine.
</p>
<p class="notation_text">
For several long seconds neither of us moved. Only the sound of our breathing and the soft hum of the toy filled the suite.
</p>
<p class="notation_text">
When I finally pulled out, a slow trickle of cum followed, sliding down between her soft folds onto the sheets. $characters.codi.name looked up at me, cheeks flushed, lips parted, eyes dark with satisfaction.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>…Friends with benefits was a very good idea.</p>
</div>
</div>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
I didn’t answer with words. I stepped forward and pressed her back against the door. Her breath caught. I kissed her — hard, deep, no hesitation. She melted into it immediately, arms sliding around my neck.
</p>
<p class="notation_text">
My mouth moved to her jaw, then lower, kissing and lightly sucking the side of her neck. She tilted her head to give me more access, a soft moan escaping her.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>Ah…</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
Underneath she wore a silky bra that barely contained her. I unhooked it with one hand. The straps slipped down her arms. Her breasts spilled free — full, soft, nipples already tight. I cupped them, thumbs brushing the peaks, then leaned down and took one into my mouth, sucking slowly while she arched against the door.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>Ah… detective…</p>
</div>
</div>
<p class="notation_text">
My other hand slid down her stomach, over the front of her panties. She was already warm and damp. I rubbed her slowly through the thin fabric, feeling the soft mound and the growing wetness. She pushed her hips forward against my fingers.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
We kissed passionately then I push my finger inside her mouth andI hooked my fingers into the sides of her panties and pulled them left to her thighs. Completely bare now, pressed against her own front door.
</p>
<p class="notation_text">
I slid two fingers between her folds. She was slick, hot, already open for me. I rubbed her clit in slow circles, then pushed one finger inside, then a second, curling them while my thumb kept working the swollen bud.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/cun-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
She was removing her dress. It slid down easily. The fabric loosened. She pushed it off her shoulders and let it fall to her waist, then lower, until it pooled at her feet.
</p>
<p class="notation_text">
$characters.river.name’s head fell back against the door. Soft, wet sounds filled the entryway as I fingered her. Juices coated my fingers. I dropped to my knees in front of her, lifted one of her legs over my shoulder, and dragged my tongue through her dripping pussy.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>Oh god… yes… just like that…</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/cun-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
I licked her thoroughly — long strokes through her folds, then focused on her clit, sucking and flicking while my fingers kept thrusting inside her. She tasted clean and sweet and desperately wet. Her hand tangled in my hair, pulling me tighter against her as her moans grew louder.
</p>
<p class="notation_text">
The entryway of her quiet house filled with the wet sounds of my mouth on her pussy and her increasingly desperate breathing. Whatever careful gratitude she had planned was long gone. Only hunger remained.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/cun-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<p>I was asking mostly just to see how much control over her I had. Though the thought of she asking me for sex was pretty hot.</p><p>She was moaning, groaning and grunting as she mashed her pussy back onto my face. Trying to push her pussy harder onto me while her pussy drenched my face and neck with her juices. I could feel her hot tasty juices running down my chest.</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>“I want to fuck you! Please! Just own my pussy baby, tear up my sweet cunt!”</p>
</div>
</div>
<p>
I loomed over her, suddenly she felt powerless. Here I was, with a rod that could split her in two and
she was rocking her hips trying to get me to fuck me. The thought made her gush.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>“Mmmm.....,”</p>
</div>
</div>
<p>
I moaned as I eased the tip in a bit. Slowly, I was stretching her out.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>“Do you want my meat to pound your pussy?”</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>“Yes!”</p>
</div>
</div>
<p>
She squealed.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>“Please! Fuck me $mc.name! Make me your fucking whore!”</p>
</div>
</div>
<p>
I grinned at her and with one hard thrust, shoved my dick in her body. She screamed from the pleasure.
She thought it would hurt, but it was a mild feeling of stretching out.
The intensity of being full of my cock overrode any discomfort.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<p>
I pulled her thighs further apart and She gasped as I pushed deeper into me. She cried out as I started fucking her harder and faster. My hips found a consistent speed that made her pussy
quiver. The hot wet friction between us burned her until She came. She screamed as her blood rose into her
breasts and her face. She felt like She just ran a mile, high on drugs. She was tired but totally blissed
out and ready to fuck some more.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>“$mc.name!”</p>
</div>
</div>
<p>
She screamed as the pressure once again started to build. Multiple orgasms? Who knew! Fuck! She was screaming
as I pounded her. I was grunting as our fucking made sloppy wet slapping noises that only spurred on her lust.
I lowered my grip from her shins to her ass, but She held her knees to her chest. The penetration was
unbelievable! I was so deep and She was so tight! She thought She would die, but it felt so fucking good.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Evening
</div>
</div>
<p class="notation_text">
I dropped to my knees in front of her, pulled her panties to remove, and dragged my tongue through her already wet folds.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>Ah—detective…</p>
</div>
</div>
<p class="notation_text">
She was warm, slick, and sweetly musky. I licked her slowly at first — long strokes from entrance to clit — then focused on the swollen bud, sucking gently while two fingers slid inside her. The wet sound of my mouth and fingers filled the entryway. Her thighs trembled against my shoulders. Juices coated my tongue and chin as I ate her more hungrily, curling my fingers against the soft spot inside her while my tongue worked her clit without mercy.
</p>
<p class="notation_text">
River’s hand tangled in my hair. Her hips rolled against my face. Soft, broken moans spilled out of her every time I sucked harder or thrust my fingers deeper.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/lick-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">She rode through her orgasm, continuing to push back on my fingers as I fucked them in and out of her holes. My hands were starting to get tired, but I was committed to my course of action.</p><p>As well as being rash, I had the added attribute of stubbornness. Once I started I wouldn't stop until I was tired, bored or just lazy. She seemed to have the same stubborn streak.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/lick-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">She was really getting into it, pushing her hips back to fuck my fingers. She was constantly moaning and making little mewing noises as the pleasure built.</p><p>Her moans became deeper and louder as she approached orgasm.</p><p>She came quickly as her charged pussy was mauled by my face. I put everything I had into getting her off. She was breathless, her pussy still twitching while she shuddered and groaned softly.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Home • Night
</div>
</div>
<p class="notation_text">
When her legs started shaking too hard to stand, I stood, guided her to the sofa, and sat down. She didn’t need instruction. She bent over my lap, took my cock in her mouth without using her hands, and sank down.
</p>
<p class="notation_text">
Warm, tight heat. She took me deep on the first try, throat fluttering around the head. Spit quickly coated my shaft. She bobbed her head in a steady rhythm, lips stretched, soft wet gagging sounds rising every time she forced herself lower. I could feel precum leaking onto her tongue. She moaned around me, the vibration shooting straight up my spine, and kept going — deeper, wetter, spit running down my balls while she fucked her own throat on my cock.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>(pulling off for air, voice rough) You taste so good…</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>“Oh, Fuck..”</p>
</div>
</div>
<p class="notation_text">
She opened her mouth wide and slid down over my prick as far as she could and began to move faster.</p> I growled in satisfaction. She circled her tongue around the tip of my cock several times then gently rubbed her hot cheeks up one side of my shaft and then the other before lightly kissing the head and then gingerly wrapping her lips around it. Moving her tongue in circles, she teased me with her slow and deliberate pace, my moans confirming the effect her method was having on me. <p>She felt my hands come down and my fingers comb through her hairs in an attempt to lead her without causing her to stop. He began to thrust my pelvis forward in time with her rhythm, causing the head of my dick to brush against the back of her throat as I grunted and groaned.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<p class="notation_text">
She swallowed me again, even deeper this time, until her nose pressed against my stomach. I groaned and held the back of her head as she stayed there, throat convulsing around me, spit dripping onto the sofa cushion.
</p>
<p class="notation_text">With my hands pulling her head forward and causing her to swallow me deeper and deeper, she let out a low, guttural whimper as another orgasm washed over her. Waves of pleasure crashed over her, from her clit to her extremities, and she pulled away from my throbbing penis as she moaned breathlessly while her entire body shuttered in rapture.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>“Well, looks like you enjoyed that blow job even more than I did!”</p>
</div>
</div>
<p class="notation_text">I exclaimed as I tried to catch my breath, She struggled to respond verbally, but the wide smile and lust filled look in her eyes were enough of an answer.</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<p class="notation_text">
When she finally pulled off, gasping, I guided her onto her side on the couch. I lifted her top leg, hooked it over my arm, and pushed into her in one long, deep thrust.
</p>
<p class="notation_text">
She was soaked and burning hot. I started slow, letting her feel every inch, then built speed. The wet slap of my hips against her ass grew louder. I fucked her harder, deeper, the angle letting me bottom out with every stroke. Her moans turned sharp and desperate. I reached around and rubbed her clit while I pounded into her, the dual stimulation making her walls clench and flutter.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/sf-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<p class="notation_text">
When I pushed her knees to her
nipples She was starting to squirm on the bed. My pussy was soaked, She felt a wet spot under her ass. This
was the kind of mind blowing sex She had only ever read about, but never experienced. This was the sex that
made nymphomaniacs! The sex that made girls run around with skirts and no panties, skimpy tops and no bras.
This was the sex that they wrote songs about!
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>“Cum for me,”</p>
</div>
</div>
<p class="notation_text">
I pounded harder.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>“Ah, fuck! Cum with me!”</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>“You really are my whore aren't you? Do you like it? Being my fuck slave?”</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/sf-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>“Yes!”</p>
</div>
</div>
<p class="notation_text">
She felt me so deep in her pussy that
she was whimpering. Then I pushed forward a little more and She think She went cross eyed from pleasure.
</p>
<p class="notation_text">
River came first — a long, shaking cry as her pussy locked down around my cock in tight pulses. I kept thrusting through it, faster, chasing my own release. The wet, filthy sound of our bodies filled the living room until I buried myself to the hilt and came hard inside her, pulsing deep while she trembled and moaned through the aftershocks.
</p>
<p class="notation_text">
We stayed locked together on the couch, breathing hard, her leg still hooked over my arm, my cock still buried inside her as the last of the tension drained out of both of us.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>“Oh!”</p>
</div>
</div>
<p class="notation_text">
Was all She could say as I pulled out again and pushed back into me.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p>“$mc.name!”</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>“How does that feel?”</p>
</div>
</div>
<p class="notation_text">
I asked with another pump.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/fm-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
I answered by pulling her onto the couch with me. The wine glasses were forgotten. I pushed her dress up, spread her thighs, and dropped my head between her legs.
</p>
<p class="notation_text">
She was already wet. I dragged my tongue slowly through her folds, tasting her, then focused on her clit — licking, sucking, flicking — while two fingers slid inside her. The wet sounds of my mouth and fingers filled the living room. $characters.river.name’s hips rolled against my face. Juices coated my tongue and chin as I ate her deeper, curling my fingers against the soft spot inside her while my tongue worked without rest.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p class="notation_text">Ah… yes… right there—don’t stop—</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/fm-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Night
</div>
</div>
<p class="notation_text">I frowned and increased the speed and pressure of my pinches. Licking her clit with my tounge while my index finger hit the sensitive flesh inside her pussy.</p><p class="notation_text">She grunted. I slid my finger in and out of her wet pussy, my thumb running through her lips before tapping her clit again. I kept up the assault for a few minutes before my fingers started to ache. She was pushing her arse back on to my hand.</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/fm-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Night
</div>
</div>
<p class="notation_text">I kept up the fast fingering pace for as long as I could. At her second orgasm I was only going half as fast. I barely managed to get her to cum for the third time, time and time again getting her close only for my tired fingers and arms to give out.</p> <p class="notation_text">I was sucking and licking up her juices as best I could, but she was flooding as orgasm after orgasm crashed through her. Each orgasm was made easier by the previous orgasm making her pussy even more sensitive.</p>
<p >
Her thighs trembled around my head. I kept licking and fingering her until she came with a sharp cry, pussy pulsing against my mouth, more wetness flooding onto my tongue.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
I sat back. $characters.river.name climbed onto my lap, facing me, and sank down onto my cock in one smooth motion. She was soaked and burning hot. She started riding — slow rolls at first, then harder, bouncing, hips wiggling as she took every inch. Her breasts moved with every downward slam. Juices ran down my shaft and dripped onto the couch cushions.
</p>
<p class="notation_text">
We both moaned deeply in pleasure as she sunk all the way down. Even though I had just fucked her little while ago this felt even better. Her pussy was quivering from the orgasms I had squeezed out of her. All the pain and discomfort in my body was totally worth her madly pulsating pussy on my cock.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/river/2/vid/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
I started to thrust up as hard as I could as she lifted herself up before dropping down with all her weight. She huffed with each impact, my dick being driven into her pussy as deep and hard as we both could.
</p>
<p class="notation_text">
Licking and fingering her tight body had kept me constantly hard and on edge. I gritted my teeth as I tightened my stomach and hip muscles as I started to hammer into her faster.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
She leaned forward, hands on my shoulders, and rode me faster. The wet slap of her pussy taking me filled the room. I gripped her ass and thrust up to meet her, making her moan louder with every impact.
</p>
<p class="notation_text">
I fucked into her pussy as hard and fast as I could. She was moaning deeply as I grunted and locked hips with her. I gave a small thrust as I started to spurt another load of cum into her pussy.
</p>
<p class="notation_text">
She sighed as my hot load filled her pussy, my cock felt like it was melting in pleasure.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/rcg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
Without pulling off, she turned around into reverse cowgirl. Her ass faced me now. She reached back, spread herself, and bounced harder — up and down, hips circling, juices visibly dripping down my cock and onto my thighs with every stroke. I watched my length disappear inside her again and again while she moaned and worked herself on me.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" alt="$characters.river.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p class="notation_text">You feel so deep like this… fuck—</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/rcg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Night
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" alt="$mc.name" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p class="notation_text">“Fuck me baby”</p>
</div>
</div>
<p class="notation_text">I groaned as she began to move up and down in long, slow strokes.</p><p class="notation_text">Freeing her bosom and allowing her aching tits the freedom to bounce up and down in rhythm with her fucking. I put my hands on her pussy and rubbed wit her motions as she moved atop me with long methodical motions. She began to moan steadily as she gradually built up speed until she was riding me like a reverse cowgirl on a bucking bronco. My hand continued to stoke and rub her pussy as she sensed her imminent release.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Night
</div>
</div>
<div
class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p class="notation_text">“Fuck me”</p>
</div>
</div>
<p class="notation_text">She cried out as she bounced up and down on my cock. </p><div
class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/river.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.river.name</div>
<p class="notation_text">“Fuck me! Fuck me”</p>
</div>
</div>
<p class="notation_text">Her hot cunt gripped my shaft like a vice as I pumped in and out of her. I could feel her pussy quivering around my cock as her juices began to trickle over my shaft and knew it would not be long until she achieved yet another orgasm. Wanting to delay my own release as long as possible so that I could enjoy her in as many ways as I could, I quickly pulled her off of me and moved to reposition them yet again. She was still soaked and throbbing from her orgasm and with the help of my busy hand I knew she would be quickly building to a second climax as her head bobbed faster and deeper on my cock.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
I let her ride until her legs started shaking, then guided her forward onto her hands and knees on the couch. I knelt behind her, gripped her hips, and drove back into her in one hard thrust.
</p>
<p class="notation_text">
Doggy. Deep. Fast. The wet slap of my hips against her ass grew louder and filthier. Her juices coated my cock and ran down the backs of her thighs. I fucked her harder, pulling her back onto me with every stroke. $characters.river.name pushed back to meet me, moaning into the couch cushions, body rocking with the force.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
I cut her off by pulling out then sliding back in. Her wetness made me glide while her tight pussy gripped at my cock at every movement. I was in a heaven of contradiction and loving it.
</p>
<p class="notation_text">
I closed my eyes as I thrust in and out, revelling in the sensation of fucking her in the pussy.
</p>
<p class="notation_text">
She was grunting with each movement, but with each thrust in her grunts lessened and her voice grew sweeter.
</p>
<p class="notation_text">
I held her hips and looked down as my cock slipped in and out of her pussy. Every time I pulled out it looked like her pussy was chasing after my cock, wanting it back inside. I realised she had gone from staying stock still to pushing back on me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/river/2/vid/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.river.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
I grinned and grab her waist. I squeezed them as her pussy squeezed and throbbed on my cock. Each thrust in I was gripped by her pulsing hot pussy, the warmth was as good as the fucking. Every time I pulled out it was like trying to pull out of a vacuum, her pussy desperate to keep me inside.
</p>
<p class="notation_text">
Not that I was different, each time I pulled out it was just so I could thrust in. Her pussy was melting my mind. From the sounds she was making, feels like she was enjoying this more than me. Her pussy seemed to collapse on my dick as she came again. Moaning in pleasure so intense it was closer to pain.
</p>
<p class="notation_text">
I thrust into her pussy as hard and fast as I could. Sweat was dripping off me while my breath rasped out of my throat.
</p>
<p class="notation_text">
My legs tensed and I thrust into her one final time, moaning as I came in her pussy. She was still coming, her muscles quivering like hell and milking my cock for all I had.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<p class="notation_text">
The suite door closed with a soft click. Soft ambient light filled the room, casting a warm glow over the large bed and the city skyline beyond the windows. $characters.codi.name turned to face me, her expression no longer carefully composed. Desire and quiet nervousness mixed in her eyes.
</p>
<p class="notation_text">
She stepped closer, close enough that I could smell the faint, clean scent of her skin mixed with the wine we had shared. Without a word she reached behind her back. The black dress loosened and slid down her body in one smooth motion, pooling at her feet.
</p>
<p class="notation_text">
Underneath she wore a deep blue one-piece lingerie that clung to every curve—thin straps, a plunging neckline that struggled to contain her full breasts, and high-cut sides that framed the soft flare of her hips and the round, heavy shape of her ass. Her pale skin looked almost luminous against the dark fabric. Thick blonde hair spilled over one shoulder.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>I’ve been thinking about this since the moment you walked into that restaurant…</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<p class="notation_text">
She sat on the edge of the bed and looked up at me. Her hands rose slowly, cupping the heavy weight of her breasts through the thin blue fabric. She squeezed them together, thumbs brushing over the already stiff peaks of her nipples. A soft breath left her lips.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Come here.</p>
</div>
</div>
<p class="notation_text">
I stepped closer. She reached up, hooked her fingers under the straps of the lingerie, and slowly peeled the upper half down. Her large, soft breasts spilled free—full, pale, and heavy, the pink nipples already tight. She cupped them again, lifting and squeezing, offering them to me while her eyes stayed locked on mine.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>They’re yours tonight… if you want them.</p>
</div>
</div>
<p class="notation_text">
I didn’t answer with words. I pushed her gently back onto the soft hotel bed and lay down. $characters.codi.name climbed over me, her curvy body moving with slow, deliberate grace. She straddled my thighs for a moment, then slid down until she was kneeling on the floor between my legs, the soft carpet under her knees.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<p class="notation_text">
She freed me from my clothes with practiced hands. When my cock sprang free, already hard, she let out a quiet, appreciative hum. She gathered her full breasts around the shaft, pressing them together until I was completely enveloped in soft, warm flesh. The contrast of her smooth skin and the tight channel she created made my breath catch.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Mmm… you’re already so hard for me.</p>
</div>
</div>
<p class="notation_text">
She began to move. Up and down, slow at first, letting me feel every inch of her soft breasts sliding along my length. Her saliva and the natural warmth of her skin quickly made everything slick. She squeezed tighter, bouncing her heavy tits around me while looking up through her lashes.
</p>
<p class="notation_text">
The wet sound of her breasts working my cock filled the quiet room. She increased the pace, pressing harder, letting the head pop free between the soft valley of her cleavage on every upward stroke before swallowing it again between her tits. Her blonde hair brushed against my thighs each time she leaned in.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Does it feel good… using me like this?</p>
</div>
</div>
<p class="notation_text">
I could only groan in answer. She took that as encouragement. Her hands pressed her breasts even tighter around my shaft, moving faster, the soft flesh jiggling with every stroke. The head of my cock repeatedly disappeared and reappeared between the pale mounds, shiny with saliva.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<p class="notation_text">
After a long minute of the intense titjob, she released her breasts and leaned down further. Still kneeling on the floor between my open legs, she wrapped one hand around the base of my cock and took the head into her warm mouth.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>Mmm…</p>
</div>
</div>
<p class="notation_text">
Her lips sealed tightly around me. She sank down slowly, tongue pressing flat against the underside as she took more of my length. The wet heat of her mouth was overwhelming after the soft pressure of her breasts. She bobbed her head in a steady rhythm, one hand stroking what her mouth couldn’t yet reach, the other resting on my thigh.
</p>
<p class="notation_text">
The soft, wet sounds of her sucking filled the suite. She looked up at me the entire time, blue eyes dark with lust, blonde hair falling around her face. When she pulled back, a thin strand of saliva connected her lower lip to the glistening head of my cock.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<p class="notation_text">
She didn’t stay gentle for long. Both hands wrapped around my shaft while her mouth focused on the head, tongue swirling and sucking harder. She began to move faster—head bobbing, hands stroking in perfect sync. The wet, rhythmic sound grew louder. Every few strokes she would take me deeper, her soft throat tightening around the head before pulling back with a soft gasp.
</p>
<p class="notation_text">
Soon she was working me with clear hunger. One hand stayed wrapped tightly around the base while the other stroked the spit-slick shaft in fast, twisting motions. Her mouth never stopped—up and down, lips stretched, tongue pressing, soft moans vibrating around me every time she sank lower.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/codi.png'" alt="$characters.codi.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.codi.name</div>
<p>(muffled, between strokes) You taste so good…</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/codi/2/vid/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<p class="notation_text">
She pushed herself further, taking me deeper with each pass. Her free hand moved lower, gently cupping and stroking my balls while her mouth and other hand worked my cock in a relentless, wet rhythm. The combination of tight lips, warm tongue, and the soft pressure of her full breasts occasionally brushing my thighs was almost too much.
</p>
<p class="notation_text">
The wet, filthy sounds of her blowjob filled the entire suite. Every upward stroke of her lips left my cock shiny and throbbing. Every downward plunge made her soft throat tighten. Her big breasts swayed with the motion of her body, pale and heavy, nipples still stiff from earlier.
</p>
<p class="notation_text">
She was completely focused on me now—kneeling between my legs, mouth full, hands working, soft moans rising every time she took me deep. The romantic tension from dinner had burned away completely, replaced by raw, hungry need.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Night
</div>
</div>
<p class="notation_text">
$characters.scarlet.name stretched out on her side on the couch, one leg bent, the other extended. I moved in behind her, hooked my hand under her top knee, and lifted it. The head of my cock nudged against her entrance—slick, swollen, already shiny with her arousal. I pushed in slowly, feeling her stretch and take me until I was buried deep.
$characters.scarlet.name let out a long, shaky breath.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“God… you’re so thick like this…”</p>
</div>
</div>
<p class="notation_text">
$characters.madison.name knelt by $characters.scarlet.name’s head. One hand cupped and squeezed $characters.scarlet.name’s breast, thumb brushing over the nipple; the other slipped between her own legs, rubbing herself in slow, deliberate circles while she watched me fuck $characters.scarlet.name.
</p>
<p class="notation_text">
I started moving—steady, deep strokes that made $characters.scarlet.name’s body rock slightly with every thrust. Her wetness coated me, glistening every time I pulled back. The sight of $characters.madison.name touching herself while she played with $characters.scarlet.name’s breast only made me thrust harder. She’s dripping for me already… and $characters.madison.name can’t keep her hands off either of us.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/sf-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Night
</div>
</div>
<p class="notation_text">
I pushed $characters.scarlet.name’s top leg higher, opening her more. She helped me, grabbing her own knee and pulling it toward her chest so I could drive even deeper. The new angle made her moan loud and broken.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“Harder,”</p>
</div>
</div>
<p class="notation_text">
She demanded, voice rough.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“I want to feel every inch—”</p>
</div>
</div>
<p class="notation_text">
I gave her exactly that—long, powerful thrusts that forced wet, filthy sounds from her body with every impact. $characters.scarlet.name’s free hand slid down between her legs and started rubbing her clit in fast, frantic circles, matching my rhythm.
Her moans turned into sharp, high cries.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“Yes—fuck, yes—don’t stop pounding me—”</p>
</div>
</div>
<p class="notation_text">
Watching her fingers work while I buried myself inside her again and again sent a hot pulse of urgency through me. I gripped her hip tighter and fucked her harder, the couch creaking under us.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/sf-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Night
</div>
</div>
<p class="notation_text">
$characters.scarlet.name’s rubbing grew more desperate. Her fingers blurred over her clit as I kept driving into her from behind, the wet slap of skin on skin loud and constant. $characters.madison.name leaned down and took $characters.scarlet.name’s nipple into her mouth, sucking hard while still touching herself.
$characters.scarlet.name’s whole body started to shake.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“I’m close—I’m so fucking close—”</p>
</div>
</div>
<p class="notation_text">
I didn’t ease up. I kept the hard, deep pace, watching her fingers and $characters.madison.name’s mouth work her toward the edge. Every time her walls clenched around me I felt it all the way to the base of my spine.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/cun-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Night
</div>
</div>
<p class="notation_text">
$characters.madison.name lay back on the couch and spread her legs wide for me. I moved between them, lined myself up, and pushed inside her in one smooth, deep stroke. She moaned at the sudden fullness.
Before I could settle into a rhythm, $characters.scarlet.name climbed up and straddled $characters.madison.name’s face, lowering herself onto her mouth. $characters.madison.name’s hands immediately gripped $characters.scarlet.name’s thighs and pulled her down harder. The first wet drag of $characters.madison.name’s tongue made $characters.scarlet.name gasp and rock her hips.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“Oh my god—”</p>
</div>
</div>
<p class="notation_text">
$characters.scarlet.name breathed, looking down at $characters.madison.name.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“Just like that… eat me while he fucks you.”</p>
</div>
</div>
<p class="notation_text">
I started thrusting into $characters.madison.name in slow, deep strokes, watching her tongue work between $characters.scarlet.name’s legs at the same time. The dual view—my cock disappearing into $characters.madison.name while she licked $characters.scarlet.name—was almost overwhelming.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/cun-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Night
</div>
</div>
<p class="notation_text">
I picked up the pace, thrusting harder into $characters.madison.name while she licked $characters.scarlet.name with growing hunger. $characters.chloe.name knelt beside us, one hand rubbing her own pussy in tight circles as she watched the three of us.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“Look at them,”</p>
</div>
</div>
<p class="notation_text">
$characters.chloe.name murmured, eyes dark.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“$characters.madison.name’s tongue is so deep inside her…”</p>
</div>
</div>
<p class="notation_text">
$characters.scarlet.name moaned louder, rolling her hips against $characters.madison.name’s mouth. $characters.madison.name’s muffled sounds of pleasure vibrated against $characters.scarlet.name while I fucked her steadily. Every time I drove in deep, $characters.madison.name’s tongue pressed harder against $characters.scarlet.name, making her cry out.
The wet sounds of sex and licking filled the room. I couldn’t look away.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/cun-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • Night
</div>
</div>
<p class="notation_text">
$characters.madison.name’s tongue moved faster, licking and sucking $characters.scarlet.name’s clit with clear intent. $characters.scarlet.name’s thighs started to tremble on either side of $characters.madison.name’s head. She reached down and tangled her fingers in $characters.madison.name’s hair, holding her in place.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“Don’t stop—I’m gonna come on your tongue—”</p>
</div>
</div>
<p class="notation_text">
$characters.scarlet.name gasped. I fucked $characters.madison.name harder in response, the sight of $characters.scarlet.name grinding on her face pushing me deeper into that raw, urgent heat. $characters.chloe.name’s fingers worked faster on herself as she watched $characters.scarlet.name get closer and closer.
$characters.scarlet.name’s voice broke into a long, shaking cry as she came, hips jerking against $characters.madison.name’s mouth. $characters.madison.name kept licking her through it while I kept pounding into her, the whole scene raw and wet and completely overwhelming.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • dg1
</div>
</div>
<p class="notation_text">
$characters.chloe.name climbed onto the couch on all fours, knees spread, back arched, the curve of her ass presented perfectly. She looked over her shoulder at me, eyes dark and waiting.
I moved in behind her, one hand steadying her hip while the other guided myself between her legs. The head nudged against her entrance—hot, slick, ready. I pushed in slowly, feeling her stretch around me inch by inch until I was buried to the hilt. A low, shaky breath left her throat.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.chloe.name</div>
<p>“Fuck… just like that,”</p>
</div>
</div>
<p class="notation_text">
She whispered.
In front of us, $characters.scarlet.name had already pulled $characters.madison.name closer. She spread $characters.madison.name’s thighs wide and lowered her face between them without hesitation. The first long, wet drag of $characters.scarlet.name’s tongue made $characters.madison.name gasp and tip her head back. $characters.scarlet.name didn’t tease—she licked steadily, deeply, the soft wet sounds mixing with the quiet creak of the couch.
</p>
<p class="notation_text">
The visual hit me hard: $characters.chloe.name’s body taking me, $characters.scarlet.name’s face buried between $characters.madison.name’s legs, $characters.madison.name’s thighs already trembling. My cock twitched inside $characters.chloe.name.
This is too much and not enough at the same time.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • dg2
</div>
</div>
<p class="notation_text">
I settled both hands on $characters.chloe.name’s waist and started moving—slow, deep strokes that made her push back to meet me. The wet sound of my hips meeting her ass filled the room. I picked up the pace gradually, each thrust a little harder, a little faster.
$characters.scarlet.name matched me. Her tongue worked faster between $characters.madison.name’s thighs, licking and sucking with clear hunger. $characters.madison.name’s fingers tangled in $characters.scarlet.name’s hair, hips rolling up to press harder against her mouth.
$characters.chloe.name reached forward and cupped one of $characters.madison.name’s breasts, pinching and rolling the nipple while I fucked her from behind.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>“You like watching her get eaten while I fill you?”</p>
</div>
</div>
<p class="notation_text">
I asked, voice rough with pleasure.
$characters.chloe.name answered with a broken moan, $characters.madison.name pushing her hips more firmly into $characters.scarlet.name’s face.
</p >
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“Don’t stop… either of you…”</p>
</div>
</div>
<p class="notation_text">
I watched $characters.scarlet.name’s tongue disappear between $characters.madison.name’s folds again and again while $characters.chloe.name’s tight heat clenched around me with every thrust. The dual view made my grip on her waist tighten.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • dg3
</div>
</div>
<p class="notation_text">
$characters.chloe.name reached back with one hand and spread herself open wider for me, fingers holding her cheeks apart so I could see every inch of where I disappeared inside her. The invitation was clear. I took it—thrusting harder, deeper, the slap of skin against skin growing louder and wetter.
$characters.scarlet.name never lifted her head. She kept licking $characters.madison.name with relentless focus, tongue working her clit in tight, fast circles. $characters.madison.name’s free hand slipped down to rub herself wherever $characters.scarlet.name’s mouth was moving frantically.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“She’s so close,”</p>
</div>
</div>
<p class="notation_text">
$characters.chloe.name gasped, still rolling $characters.madison.name’s nipple between her fingers.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.chloe.name</div>
<p>“I can feel it… fuck, I’m close too—”</p>
</div>
</div>
<p class="notation_text">
$characters.madison.name’s thighs started to shake harder around $characters.scarlet.name’s head. Her breathing turned sharp and uneven.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $characters.madison.name>></div>
<p>“I’m gonna—$characters.scarlet.name, don’t you dare stop—”</p>
</div>
</div>
<p class="notation_text">
I drove into $characters.chloe.name harder, watching $characters.madison.name’s body tense on the edge, knowing one more push from any of us could send her over.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<p class="notation_text">
$characters.madison.name lay back across $characters.scarlet.name’s lap on the couch, head resting against $characters.scarlet.name’s shoulder, legs open. I moved between them, lifting one of $characters.madison.name’s legs and settling it over my shoulder so I could get deeper. The new angle made her breath catch.
$characters.chloe.name wrapped her hand around me, stroked once, then guided the head to $characters.madison.name’s entrance. She watched closely as I pushed in—slow, controlled, feeling every inch of tight heat take me. $characters.madison.name’s eyes fluttered shut.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.madison.name</div>
<p>“God… you’re so deep like this,”</p>
</div>
</div>
<p class="notation_text">
She whispered.
$characters.chloe.name stayed close, one hand rubbing slow circles over $characters.madison.name’s clit while the other cupped her breast, thumb brushing the nipple. At the same time she pressed her palm against the small of my back, gently urging my hips forward with each stroke, helping me stay deep inside $characters.madison.name.
$characters.scarlet.name’s arms wrapped around $characters.madison.name from behind, holding her steady, lips brushing her ear.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“Take him,”</p>
</div>
</div>
<p class="notation_text">
She murmured.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“We’ve got you.”</p>
</div>
</div>
<p class="notation_text">
I moved in long, steady thrusts, watching $characters.chloe.name’s fingers work between us and feeling $characters.madison.name’s walls flutter with every stroke.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<p class="notation_text">
$characters.chloe.name kept her hand wrapped around the base of me for a few more strokes, making sure I stayed perfectly angled inside $characters.madison.name before letting go. Once I had the rhythm, I increased the pace—harder, faster thrusts that made $characters.madison.name’s body jolt against $characters.scarlet.name’s lap.
$characters.madison.name’s mouth fell open on a sharp cry. Her free leg wrapped around my waist, pulling me in deeper.
$characters.chloe.name and $characters.scarlet.name worked her together without needing to speak. $characters.chloe.name’s fingers stayed busy on her clit, rubbing in tight, wet circles timed to my thrusts. $characters.scarlet.name’s hands cupped both of $characters.madison.name’s breasts from behind, pinching and rolling her nipples while whispering soft, filthy encouragement against her neck.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.chloe.name</div>
<p>“Look at her,”</p>
</div>
</div>
<p class="notation_text">
$characters.chloe.name said, eyes locked on $characters.madison.name’s face.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.chloe.name</div>
<p>“She’s going to come so hard.”</p>
</div>
</div>
<p class="notation_text">
$characters.madison.name’s body jerked with every thrust. Her walls clenched tighter around me, the wet sounds of our bodies meeting growing louder and messier. I kept driving into her, watching the two women pleasure her from every angle while she took me deep.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.madison.name</div>
<p>“Don’t stop,”</p>
</div>
</div>
<p class="notation_text">
$characters.madison.name begged, voice breaking.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.madison.name</div>
<p>“Please—don’t stop—”</p>
</div>
</div>
<p class="notation_text">
I had no intention of stopping.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • cg1
</div>
</div>
<p class="notation_text">
I drove into $characters.madison.name harder, the wet slap of our bodies filling the room. She reached down with both hands, hooked her palms behind her own knees, and pulled her thighs up toward her chest, spreading herself wide open for me. The new angle let me sink even deeper.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.madison.name</div>
<p>“Fuck—yes, just like that,”</p>
</div>
</div>
<P >
She gasped, eyes locked on mine.
</P>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.madison.name</div>
<p>“Don’t slow down…”</p>
</div>
</div>
<p class="notation_text">
Her walls fluttered and clenched around every thrust. I could feel how close she was—the way her breath turned sharp and uneven, the fine tremor running through her thighs. $characters.chloe.name’s fingers were still working her clit in tight circles; $characters.scarlet.name kept pinching and rolling her nipples from behind.
$characters.madison.name’s voice broke on a high, desperate moan.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.madison.name</div>
<p>“I’m gonna come—I’m gonna—”</p>
</div>
</div>
<p class="notation_text">
I kept pounding into her, watching her face as the pleasure built past the point of control.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/scarlet/2/vid/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.scarlet.name>>'s Home • BJ1
</div>
</div>
<p class="notation_text">
$characters.madison.name and $characters.chloe.name dropped to their knees right there on the couch, looking at my crotch with a wicked smile as $characters.chloe.name's fingers started working my belt.
</p>
<p class="notation_text">
$characters.scarlet.name sat on other side of me, watching with hungry eyes as $characters.chloe.name freed my cock and leaned in.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.chloe.name</div>
<p>First things first, detective… I think it’s time someone took care of this for you.</p>
</div>
</div>
<p class="notation_text">
$characters.madison.name didn’t hesitate. She shifted closer, one hand sliding up the inside of my thigh while the other wrapped firmly around the base. Her fingers were warm, the slight pressure of her grip already making my stomach tighten. She glanced up once—dark eyes locking with mine—then lowered her head.
The first touch of her mouth was pure heat. Soft, wet lips closed over the head, then slowly sank down. Her tongue pressed flat and slick against the underside, dragging upward in a long, deliberate stroke as she took more of me. A low, wet sound rose with every movement. She found a rhythm quickly: slow, steady, and hungry.
</p><p class="notation_text">
Each downward slide sealed her lips tightly; each upward pull left a cool trail of saliva that her mouth reclaimed a second later. Her free hand rested on my stomach, fingers flexing whenever she took me deeper. The quiet, rhythmic wetness of her mouth filled the small space between us.
$characters.scarlet.name and $characters.chloe.name watched from inches away, their breathing already uneven.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • BJ2
</div>
</div>
<p class="notation_text">
$characters.chloe.name pulled back with a soft, wet pop. A thin strand of saliva briefly connected her lower lip to the tip before it broke. She looked at $characters.scarlet.name and gave a small, encouraging nod.
$characters.scarlet.name moved in without a word, settling between my knees while $characters.madison.name and $characters.chloe.name stayed close on either side. Her hand replaced $characters.chloe.name’s, stroking once, twice, spreading the slick shine left behind. Then she leaned down.
</p><p class="notation_text">
Her mouth was different—firmer, more focused. She took the head between her lips and circled her tongue in slow, deliberate passes before sliding down. A soft, vibrating hum escaped her as she took me deeper, the sound traveling straight through my skin. Her throat relaxed with each careful descent. One hand rested on my thigh, nails pressing lightly whenever she swallowed around me. The wet, rhythmic sounds of her mouth were clearer now, mixed with the quiet, aroused breathing of the other two women.
</p><p class="notation_text">
$characters.madison.name’s fingers traced slow patterns across my chest. $characters.chloe.name’s hand rested on $characters.scarlet.name’s back, a silent, steadying touch. $characters.scarlet.name’s eyes stayed half-lidded, completely absorbed. Every stroke of her mouth sent a low pulse of heat through my stomach; every time she pulled back just enough to breathe, the cool air against wet skin made the next descent feel even hotter.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • BJ3
</div>
</div>
<p class="notation_text">
$characters.scarlet.name eventually eased off, lips swollen and shiny, her breath coming a little faster. She glanced at $characters.chloe.name and offered a small, almost shy smile.
$characters.chloe.name moved in last. She settled between my legs, blonde hair falling forward as she took me in hand. For a moment she simply stroked, eyes locked on mine, then she lowered her head.
</p><p class="notation_text">
Her mouth was the softest of the three—warm, eager, and almost playful at first. She licked a long, slow stripe from base to tip, the flat of her tongue leaving a cool, wet trail, before closing her lips around the head and sinking down. A soft, pleased sound escaped her as she began to suck in earnest. Her rhythm was faster, more urgent. One hand stroked what her mouth couldn’t reach while the other rested on my hip, holding me steady. Every few strokes she pulled back just enough to swirl her tongue around the sensitive ridge, then dove down again, taking me as deep as she could. The wet, rhythmic sounds of her mouth filled the room, mixed with the soft gasps and sighs of the other two.
</p><p class="notation_text">
$characters.madison.name’s fingers brushed through $characters.chloe.name’s hair. $characters.scarlet.name’s hand rested lightly on my thigh. The heat low in my stomach tightened with every movement. The world narrowed until the only things that existed were the wet heat of $characters.chloe.name’s mouth, the quiet sounds she made, and the three pairs of eyes watching her work.
$characters.chloe.name didn’t slow down. She kept going—hungry, devoted, and completely focused—until the tension in my body felt almost unbearable.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/rcg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • rcg-1
</div>
</div>
<p class="notation_text">
I settled back against the sofa cushions, legs spread just enough. $characters.madison.name climbed over me in reverse, her back to my chest, the soft curves of her ass settling against my hips. The heat of her skin was immediate.
$characters.chloe.name knelt beside us, one hand wrapping around me, the other gently spreading $characters.madison.name open.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/chloe.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.chloe.name</div>
<p>“Easy,”</p>
</div>
</div>
<p class="notation_text">
$characters.chloe.name murmured, her voice low and calm. She guided the head against $characters.madison.name’s entrance, then slowly helped push me inside.
$characters.madison.name’s breath hitched the second I sank into her. A soft, broken sound left her throat as she took me deeper, inch by inch, until I was fully buried. Her inner walls fluttered tight and hot around me.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/madison.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.madison.name</div>
<p>“Oh… fuck,”</p>
</div>
</div>
<p class="notation_text">
She whispered, eyes closing. She planted her hands on my thighs and began to move—slow at first, lifting almost all the way off before sliding back down in a smooth, deliberate roll of her hips.
$characters.chloe.name’s hands slid up $characters.madison.name’s body, cupping her breasts, thumbs brushing over the nipples. $characters.scarlet.name sat close on the other side, eyes locked on the place where $characters.madison.name and I were joined. Her fingers traced light, idle patterns along $characters.madison.name’s bare thigh, just watching, breathing a little faster.
</p>
<p class="notation_text">
She’s so tight like this, I thought, gripping the sofa cushion. Every time she drops down I can feel her clenching.
$characters.madison.name let out a quiet moan and started moving with more purpose.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/rcg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • rcg-2
</div>
</div>
<p class="notation_text">
I reached forward and wrapped my hands around her waist, thumbs pressing into the soft dip just above her hips. $characters.madison.name shifted, placing both hands on my chest for balance, leaning back slightly so I could see the curve of her spine and the way her hair fell across her shoulders.
She picked up the pace. The wet sound of her body taking me over and over filled the room—soft, rhythmic, and getting louder. Her breath came in short, shaky bursts.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'avatar/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$mc.name</div>
<p>“That’s it,”</p>
</div>
</div>
I murmured against her back.
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“Just like that.”</p>
</div>
</div>
<p class="notation_text">
$characters.scarlet.name leaned in closer. Her fingers brushed the place where we were joined, feeling the slick heat of every stroke.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“You’re taking him so well,”</p>
</div>
</div>
<p class="notation_text">
She said softly, almost to herself. $characters.chloe.name’s hand slipped between $characters.madison.name’s thighs. Two fingers found her clit and began rubbing in tight, steady circles, matching the rhythm of $characters.madison.name’s hips. $characters.madison.name’s moan jumped higher.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“$characters.chloe.name—ah—don’t stop,”</p>
</div>
</div>
<p class="notation_text">
She gasped, head tipping back against my shoulder.
I could feel every small reaction: the way her walls tightened whenever $characters.chloe.name’s fingers pressed just right, the way her thighs trembled against mine. My own breathing had gone rough.
She’s getting close already, I thought. I can feel it.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/scarlet/2/vid/rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
Detective Agency • rcg-3
</div>
</div>
<p class="notation_text">
$characters.madison.name’s movements grew uneven. Her thighs started to shake. She was tiring, but she didn’t stop—she just needed help.
I tightened my grip on her waist and took over.
I began lifting and dropping her onto me in deep, controlled thrusts, using my arms to set a harder, faster rhythm. The wet slap of skin against skin filled the room. $characters.madison.name cried out, one hand flying back to clutch my forearm.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“I’ve got you,”</p>
</div>
</div>
<p class="notation_text">
I growled against her neck.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“Just feel it.”</p>
</div>
</div>
<p class="notation_text">
$characters.chloe.name never stopped rubbing her. Her fingers stayed slick and relentless on $characters.madison.name’s clit even as I fucked up into her harder. $characters.scarley.name’s hand stroked $characters.madison.name’s thigh, then higher, just watching the way $characters.madison.name’s body bounced and clenched.
$characters.madison.name’s moans turned sharp and broken.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/scarlet.png'" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.scarlet.name</div>
<p>“I’m—fuck, I’m gonna—”</p>
</div>
</div>
<p class="notation_text">
$characters.chloe.name’s free hand slipped between her own legs. She started touching herself in the same rhythm, eyes half-lidded, lips parted, watching $characters.madison.name come apart on top of me.
I thrust up harder, deeper, holding $characters.madison.name firmly in place as her body tightened around me like a fist. The heat, the wet sounds, the three of them breathing and moaning—everything narrowed to the place where I was buried inside her.
$characters.madison.name’s voice broke on a long, helpless cry as she came.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set _charName = $selectedCharacter>>
<<set _sceneName = passage()>>
<<set _charImage = $fuckScene[_charName][_sceneName].default_image>>
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+_charImage " >
<div class="scene-caption">
<<print _charName>> • Active
</div>
</div>
<div id="scene-buttons"></div>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().selectedCharacter ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set _charName = $selectedCharacter>>
<<set _sceneName = passage()>>
<<set _charImage = $fuckScene[_charName][_sceneName].default_image>>
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+_charImage " >
<div class="scene-caption">
<<print _charName>> • Active
</div>
</div>
<div id="scene-buttons"></div>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().selectedCharacter ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set _charName = $selectedCharacter>>
<<set _sceneName = passage()>>
<<set _charImage = $fuckScene[_charName][_sceneName].default_image>>
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+_charImage " >
<div class="scene-caption">
<<print _charName>> • Active
</div>
</div>
<div id="scene-buttons"></div>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().selectedCharacter ); // Call the function after the script is loaded
});
<</script>>
<div class="intro-scene">
<<nobr>>
<div class="enter-button top">
<p><<print passage()>></p>
</div>
<div class="scene-container">
<div><p style="font:bold; color:#fff; ">Case No: <<print $case_no>></p></div>
</div>
<hr>
<!-- Dynamic Level Data -->
<<set _gridVar = "levelGrid_" + $case_no>>
<<set _grid = State.variables[_gridVar]>>
<<if _grid is undefined>>
<p>No cheat data found for this case.</p>
<<else>>
<div class="cheat-grid">
<<for _pos, _person range _grid>>
<<if _person.trueStatus == 'innocent'>>
<div class="cheat-card" style="background: #00ff6e; border-left: 10px solid #fff">
<h3><<= _person.name>></h3>
<p><b>True Status:</b> <<= _person.trueStatus>></p>
<p><b>Clue:</b> <<= _person.clue>></p>
<p><b>Gender:</b> <<= _person.gender>></p>
</div>
<<else>>
<div class="cheat-card" style="background: #ff3300ff; border-left: 10px solid #fff">
<h3><<= _person.name>></h3>
<p><b>True Status:</b> <<= _person.trueStatus>></p>
<p><b>Clue:</b> <<= _person.clue>></p>
<p><b>Gender:</b> <<= _person.gender>></p>
</div>
<</if>>
<</for>>
</div>
<</if>>
<div class="enter-button" data-passage="previous();">
<p>Return</p>
</div>
<</nobr>>
</div>