<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 $message = "">>
<<set $sceneType = ''>>
<<set $sceneCode = ''>>
<<set $sceneDialogue = ''>>
<<set $sceneVideo = ''>>
<<set $charObj = {}>>
<<set $sceneObj = {}>>
<<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": 120, "Analyze": 120, "Deduce": 120,
},
}>>
<<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 : [],
episode_active : false,
active_scene : 0,
passage : [],
desc : [],
event_status : [0],
},
whitney: {
name : "Whitney",
age : 24,
profession : "waiter",
rel : "Neutral",
unlock_after_scene : "Whitney_5",
event_image : "char/whitney/1.jpg",
type : "Informative",
image : "avatar/whitney.png",
pstar :"Whitney Wright",
social :"https://onlyfans.com/whitneywrightxxx",
title : ["Whitney_1", "Whitney_2", "Whitney_3", "Whitney_4", "Whitney_5",],
episode_active : false,
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 : "Reena_5",
event_image : "char/reena/1.jpg",
type : "Informative",
image : "avatar/reena.png",
pstar :"Reena Sky",
social :"https://onlyfans.com/reenaskyfree/media",
title : ["Reena_1", "Reena_2", "Reena_3", "Reena_4", "Reena_5"],
episode_active : false,
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 : "Mrs. Amber",
age : 39,
profession : "Business",
rel : "Neutral",
unlock_after_scene : "Amber_5",
event_image : "char/amber/1.jpg",
type : "Informative",
image : "avatar/amber.png",
pstar :"Reena Sky",
social :"https://onlyfans.com/amberalenaxxx",
title : ["Amber_1", "Amber_2", "Amber_3", "Amber_4","Amber_5"],
episode_active : false,
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 : [],
episode_active : false,
active_scene : 0,
passage : [],
desc : [],
event_status : [0],
},
ashley: {
name : "Ashley",
age : 24,
profession : "Job",
rel : "Neutral",
unlock_after_scene : "Ashley_4",
event_image : "char/ashley/6.jpg",
type : "Informative",
image : "avatar/ashley.png",
pstar :"Ashley Adams",
social :"https://onlyfans.com/xoxoashleyadams",
title : ["Ashley_1", "Ashley_2", "Ashley_3", "Ashley_4"],
episode_active : false,
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,],
},
}>>
<<set $arc = {
"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 $unlockFlow = [
"levelGrid_1",
"Whitney_1",
"Whitney_2",
"Whitney_3",
"Whitney_4",
"Whitney_5",
"levelGrid_2",
"Amber_1",
"Reena_1",
"Reena_2",
"Reena_3",
"Reena_4",
"Reena_5",
"levelGrid_3",
"Amber_2",
"Amber_3",
"Amber_4",
"Amber_5",
"levelGrid_4",
"Ashley_1",
"Ashley_2",
"Ashley_3",
"Ashley_4",
]>>
<<set $levelGrid_1 = {
A1: {
name: "Beverly",
trueStatus: "innocent",
active: true,
lock: 0,
clue: "Tap the person in B1 to reveal a new clue",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
A2: {
name: "Grace",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "The level is complete when everyone is open",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
A3: {
name: "Carl",
trueStatus: "criminal",
active: false,
lock: 0,
clue: " My neighbors are innocent, remember to toggle",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
B1: {
name: "Samuel",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "Each person is either a criminal/innocent. Open, Gerald the innocent one.",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
B2: {
name: "Hannah",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "I have 2 criminal neighbors",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
B3: {
name: "Ethan",
trueStatus: "innocent",
active: false,
lock: 0,
clue: " Read Hannah’s clue again. Who do you think is the last criminal",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
C1: {
name: "Gerald",
trueStatus: "innocent",
active: false,
lock: 0,
clue: " My neighbors (Diagonals) are innocent, open them",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
C2: {
name: "Alice",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "Carl is a criminal, you need to capture him",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
C3: {
name: "Whitney",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "You have learned the basics to open & capture people. Next Puzzle",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
}>>
<<set $levelGrid_2 = {
A1: {
name: "Reena",
trueStatus: "innocent",
active: true,
lock: 0,
clue: "Capture Douglas before he kidnaps my innocent friend, Ashley!",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
A2: {
name: "Richard",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "My innocent wife Amber knows nothing about the crime.",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
A3: {
name: "Amber",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "What did you say about my husband?",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
B1: {
name: "Douglas",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "I almost succeeded in kidnapping my target.",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
B2: {
name: "Theresa",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "Capture Richard, who tried to steal my wallet.",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
B3: {
name: "Christin",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "Committed burglary.",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
C1: {
name: "Ashley",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "The only criminal in my row is directly next to me.",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
C2: {
name: "Jessica",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "Engaged in identity theft.",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
C3: {
name: "Jesse",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "Open Theresa, she is my only innocent neighbour.",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
}
}>>
<<set $levelGrid_3 = {
A1: {
name: "Brenda ",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "There are no criminals in row C.",
gender: "female",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
A2: {
name: "Emily ",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "committed stalking",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
B1: {
name: "Kimberly ",
trueStatus: "innocent",
active: true,
lock: 0,
clue: "Brenda is innocent and trustworthy.",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
B2: {
name: "Martha ",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "Caught shoplifting",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
C1: {
name: "Ryan ",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "Remember to check how many criminals are left frequently.",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
C2: {
name: "Douglas ",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "The person directly on my left is innocent",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
}>>
<<set $levelGrid_4 = {
A1: {
name: "Beverly",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "My partner in crime is in row B",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "Orange Hair",
},
B1: {
name: "Samuel",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "Maybe try asking someone else",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "Glasses",
},
C1: {
name: "Gerald",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "Everyone in my row is innocent",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "Glasses",
},
A2: {
name: "Grace",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "There is 1 criminal in my column",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
B2: {
name: "Hannah",
trueStatus: "criminal",
active: false,
lock: 0,
clue: "Committed burglary",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
C2: {
name: "Alice",
trueStatus: "innocent",
active: false,
lock: 0,
clue: " 1 of the criminals has orange hair",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
accessories: "N/A",
},
A3: {
name: "Carl",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "I have only 1 criminal neighbor",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "Glasses",
},
B3: {
name: "Ethan",
trueStatus: "innocent",
active: false,
lock: 0,
clue: "I am too clumsy to be a criminal.",
gender: "male",
image: "avatar/man.png",
profession: "N/A",
accessories: "N/A",
},
C3: {
name: "Sophia",
trueStatus: "innocent",
active: true,
lock: 0,
clue: "Those who wear glasses are innocent",
gender: "female",
image: "avatar/woman.png",
profession: "N/A",
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.1 "Episode 1"</em></p>
<p class="notation-text">We hope you enjoy this game! With <span class="heart">♥</span> from The Twist.</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.hide();
<</script>>
<h2>💀 Game Over</h2>
<p>You have lost all your lives.</p>
<button onclick="window.restartGame()">🔁 Restart</button>
<div class="intro-scene">
<<nobr>>
<div class="enter-button top">
<p><<print passage()>></p>
</div>
<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 • Morning
</div>
</div>
<p>I am Max, a $mc.age-year-old young man. I just got a job as a freelance detective in my town's security department. Today is my first day at work. I went to the security office, and a female police officer received me at the entrance.</p>
<p>She guided me inside, and I met the boss. He welcomed me and gave a short introduction. After that, he told the female officer to take me to the interrogation room. She nodded and led me down the hallway.</p>
<p>We entered a room where nine people were seated. The officer looked at me and said,
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/man.png'" alt="man" class="avatar">
<div class="dialogue-box">
<div class="name">Chief</div>
<p>Your job is to question them and find out who the two criminals are.</p>
</div>
</div>
<p>I sat down, one by one asked questions, watched their reactions, and used my instincts.</p>
</div>
</div>
<div class="enter-button" data-passage="Office">
<p>🔍 Investigate</p>
</div>
<</nobr>>
</div>
<<run trackEvent('episode_start', {
game:'Sherlock Holes',
episode:'1',
})>>
<<script>>
UIBar.show();
<</script>>
<<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>Flow Index:</strong> <<print $flow_index>></p>
<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>
<<set _quest = window.getCurrentQuest()>>
<<if _quest && _quest.startsWith("levelGrid_")>>
<div class="enter-button" data-passage="Investigate">
<p>🔍 Investigation</p>
</div>
<<elseif _quest>>
<div class="inactive-quest" data-passage="Unlocked Event">
<p>💋 Interact</p>
</div>
<<else>>
<div class="inactive-quest" data-passage="Patreon">
<p>🎉 More</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:'1',
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>>
<!--Scene 2: Talk with $characters.whitney.name – The Offer-->
<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/whitney/2.jpg' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
$characters.whitney.name sat alone on the couch. Twenty-six. Fair skin. Long black hair framing a sharp face and big, dark eyes that already looked like they knew every dirty thought in my head.
A tight top stretched over her heavy tits, stiff nipples clearly pushing against the thin fabric. Red skirt riding high on her bare thighs. One hand rested on the couch cushion. The other lay casually on her soft, bare thigh. Even sitting, the thick curve of her big, round ass was impossible to ignore. Handcuffs or not, she looked like she owned the room.
</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>So, $characters.whitney.name… you’re one of the two I found guilty.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Guilty? That’s such a heavy word, detective.</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 used fake IDs and scammed multiple accounts. I have the evidence.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>And what happens if I say… you’re right?</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>Then I file the report, and the department handles it.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/4.jpg' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Or… you file a lighter report. Leave out a few details. Forget a couple things.</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>Why would I do that?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Because I can give you something you won’t forget. Something a lot more fun than paperwork.</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><span class="thought">(Those full lips… that low, smoky voice… the way her stiff nipples pushed against the tight top. Carl was right. She’s pure fucking trouble. Fair skin, heavy tits, that thick round ass under the red skirt… and she’s already making my cock hard under the table.)</span></p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Come see me tonight. My apartment. I’ll be alone. No cuffs. No clothes. Just me… on my knees, on my back, however you want me. Showing my gratitude with my mouth, my tits, and this tight little pussy.</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><span class="thought">(She’s really offering this. I’m still a virgin… never even felt a woman’s body under me. And she’s sitting there in that tiny red skirt, one hand on her bare thigh, offering to let me fuck her however I want. My cock is throbbing.)</span></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 what if I say no?</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/3.jpg' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Then you miss the night of your life. You’ll still do your job… and you’ll still go home with a hard cock and an empty bed.</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><span class="thought">(My heart’s hammering. She’s seducing me right here in the interrogation room and I’m already leaking in my pants. Am I really going to her place? Am I going to bury my cock inside this twenty-six-year-old criminal for the first time?)</span></p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Think about it, detective. You can either punish me… or enjoy me. I’ll be waiting with my legs open and my pussy dripping for 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>…Where’s your address?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>17 Rosewood Street. Come around nine. I’ll make it worth every inch of that cock.</p>
</div>
</div>
<p class="notation_text">
She leaned back, slow and deliberate, and winked. The movement made her heavy tits shift under the tight top and pushed her red skirt even higher on her bare thighs. An officer stepped in to take her out. As $characters.whitney.name walked past me, the thick curve of her big, round ass swayed under the short skirt. Her fingers lightly brushed the hard outline of my cock through my pants, just long enough to make my breath catch.
</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><span class="thought">(This night might change everything.)</span></p>
</div>
</div>
</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/reena/2/1.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
The case was done.
I identified the real kidnapper, cleared the innocent ones, and handed over the report. The department was pleased.
</p>
<p class="notation_text">
After everything, I asked to speak with $characters.reena.name — the woman who filed the case.
She stood near the main exit, holding her girlfriend’s hand. They kissed and $characters.ashley.name left.
</p>
<p class="notation_text">
$characters.reena.name was there, tired eyes, but calm. Safe.
Even exhausted she was striking: soft, full lips, long dark hair falling over one shoulder, a fitted blouse that hugged the gentl0e
swell of her breasts and the narrow line of her waist. The kind of quiet beauty that lingered after you looked 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>$characters.reena.name?</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/reena/2/2.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">$characters.reena.name turned toward me and smiled — warm, genuine, the kind that reached her eyes.</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Detective $mc.name, right?</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’s me. I just wanted to tell you — the guy who attacked your girlfriend has been taken in. He won’t hurt anyone again.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Thank you… really. If you hadn’t acted quickly, I don’t know what would’ve happened.</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 just doing my job.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Well, you did it damn well.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/reena/2/3.png' " >
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
She looked at me. Soft fingers still laced with the other hand’s, but her attention stayed on me for a beat longer than necessary.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Look… I know this might sound random, but… would you come by my place sometime? Just for dinner. No pressure. I want to
thank you properly.</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’s kind, but you really don’t have to—</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>I insist. You deserve a little treat after what you did. I make good food. And it’s just a friendly thank-you.</p>
</div>
</div>
<p class="notation_text">
She smiled warmly. No games in her eyes… but the soft curve of her lips and the way her blouse shifted with her breathing still made my pulse kick a little harder.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Tomorrow night. 8 PM. Here’s my address.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/reena/2/5.png' " >
<div class="scene-caption">
Detective Agency • Evening
</div>
</div>
<p class="notation_text">
She pulled out a small card and handed it to me. Soft fingertips brushed mine for half a second as I took it.
</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’ll think about it.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Don’t think too long. It’ll be fun.</p>
</div>
</div>
<p class="notation_text">
She gave a little nod and walked away
I stood there for a second, card in hand, watching the gentle sway of her hips until the exit swallowed her.
</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><span class="thought">(A quiet dinner after everything? Soft voice, soft body, genuine smile… might not be a bad idea.)</span></p>
</div>
</div>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div><!-- Amber 1: Richard’s Wife – A Dangerous Distraction -->
<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/amber/2/2.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
I was about to leave the building. The case with $characters.reena.name was wrapped, and I had a quiet evening planned.
That’s when I heard a voice behind me.
</p>
<div class="dialogue-row unknown">
<div class="dialogue-box">
<div class="name">???</div>
<p>Hello, detective.</p>
</div>
</div>
<p class="notation_text">
I turned around.
She was walking toward me with slow, confident steps. Tall. Blonde. Built like trouble. Tight blouse stretched over a full, heavy pair of tits, the soft cleavage deep and deliberate. Pencil skirt clung to wide hips and the thick curve of her ass, every step making the fabric shift. Long legs ending in sharp heels that clicked like they owned the floor.
</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><span class="thought">(Damn… who is this?)</span></p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/1.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
She stopped close. Not touching, but close enough that her scent hit me — vanilla, expensive, with something sharper underneath. Danger mixed with perfume.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">Blonde Woman</div>
<p>I’m $characters.amber.name. Richard’s wife.</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><span class="thought">(Richard… one of the men I identified earlier.)</span></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 see.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/3.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>I came to talk about my husband.</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.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>He’s not a criminal. He’s just… weak. He was trapped. Used. The men you caught — they were pulling him in. He didn’t know how to get out.</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’s not what the evidence shows.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Evidence doesn’t always tell the truth. People like you should know that.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/4.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
$characters.amber.name folded her arms. The movement pushed her heavy tits higher against the tight blouse, soft flesh straining the fabric. My eyes dipped for a second. She caught it. A small, cold smirk touched her lips.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>You’re not the first man to look, detective. But looks don’t get you very far.</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><span class="thought">(She’s sharp. Not the kind you can joke with. One wrong word and she might file a complaint. And I’ll be the one under review.)</span></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 want me to believe your husband’s innocent?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>I want you to understand he’s not like the others. He made a mistake, yes. But he doesn’t belong behind bars.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/5.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
She leaned a little closer. Her perfume hit harder — warm vanilla and something colder underneath. She wasn’t flirting. But the way her body filled that blouse and skirt made it hard not to imagine what it would feel like under my hands.
I tested the waters.
</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>Sometimes I work outside regular hours. Meet people privately… ask a few more personal questions.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Are you asking me for a meeting, detective?</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>Just trying to dig deeper into the truth.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Be careful. That kind of digging can turn into something else.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/6.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
She pulled back. Eyes colder now. Smile gone.
</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><span class="thought">(Damn. She didn’t take the bait. She’s not falling for hints. She’s not giving me an inch. If I push her, she’ll complain.)</span></p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>I’ve said what I needed to. If you’re as smart as they say… you’ll reconsider your report.</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><span class="thought">(If I want her… if I want anything from her… I’ll need a new plan. She won’t respond to me. But maybe her husband can convince her.)</span></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><span class="thought">(Time to pay Richard a little visit.)</span></p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/7.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
$characters.amber.name turned to leave. Her words lingered like a cold warning.
But I had one more card to play.
</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>Hold on.</p>
</div>
</div>
<p class="notation_text">
She stopped. I reached into my coat and pulled out a small photo. A woman. Brown hair. Soft eyes. Nervous expression.
</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>Do you recognize her? Maybe you two work at the same place?</p>
</div>
</div>
<p class="notation_text">
$characters.amber.name leaned in. She took the photo from my hand. Red nails brushed my fingers — cool, deliberate — as she studied the image.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Yeah… that’s Sarah. She works in the same building, just a different floor. Why?</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 was accused of shoplifting two days ago.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/8.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Sarah? That’s impossible. She’s quiet, keeps to herself. More importantly… she wasn’t even in town that day. She was visiting her mother.</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 sure?</p>
</div>
</div>
<p class="notation_text">
$characters.amber.name didn’t hesitate. She reached into her purse and pulled out her phone. A few taps later she brought up a message thread.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Here. She sent me these pictures that day. Look — her mom’s house, some garden photos, a selfie with the date stamp.</p>
</div>
</div>
<p class="notation_text">
I took the phone. Timestamps checked out. Geo-location too. She wasn’t even near the city during the theft.
</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><span class="thought">(Well damn… Sarah’s innocent. Another wrong accusation. This one could’ve gone bad if I hadn’t asked.)</span></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 just helped more than you know.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/9.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
$characters.amber.name gave me a long look. A small smirk returned — colder this time.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Then maybe next time, you should ask before jumping to conclusions, detective.</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><span class="thought">(Sharp tongue. Even sharper mind.)</span></p>
</div>
</div>
<p class="notation_text">
She turned around for real this time — hips swaying with deliberate confidence, that thick ass rolling under the tight pencil skirt — and walked away down the hallway.
</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><span class="thought">(Okay, $characters.amber.name… you’re more than just curves and cold stares. You’re a problem I’m not ready to solve… not yet.)</span></p>
</div>
</div>
</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>>
-->
<!--Scene 2: Talk with $characters.whitney.name – The Offer-->
<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/whitney/2.jpg' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
$characters.whitney.name sat alone on the couch. Twenty-six. Fair skin. Long black hair framing a sharp face and big, dark eyes that already looked like they knew every dirty thought in my head.
A tight top stretched over her heavy tits, stiff nipples clearly pushing against the thin fabric. Red skirt riding high on her bare thighs. One hand rested on the couch cushion. The other lay casually on her soft, bare thigh. Even sitting, the thick curve of her big, round ass was impossible to ignore. Handcuffs or not, she looked like she owned the room.
</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>So, $characters.whitney.name… you’re one of the two I found guilty.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Guilty? That’s such a heavy word, detective.</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 used fake IDs and scammed multiple accounts. I have the evidence.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>And what happens if I say… you’re right?</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>Then I file the report, and the department handles it.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/4.jpg' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Or… you file a lighter report. Leave out a few details. Forget a couple things.</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>Why would I do that?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Because I can give you something you won’t forget. Something a lot more fun than paperwork.</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><span class="thought">(Those full lips… that low, smoky voice… the way her stiff nipples pushed against the tight top. Carl was right. She’s pure fucking trouble. Fair skin, heavy tits, that thick round ass under the red skirt… and she’s already making my cock hard under the table.)</span></p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Come see me tonight. My apartment. I’ll be alone. No cuffs. No clothes. Just me… on my knees, on my back, however you want me. Showing my gratitude with my mouth, my tits, and this tight little pussy.</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><span class="thought">(She’s really offering this. I’m still a virgin… never even felt a woman’s body under me. And she’s sitting there in that tiny red skirt, one hand on her bare thigh, offering to let me fuck her however I want. My cock is throbbing.)</span></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 what if I say no?</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/3.jpg' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Then you miss the night of your life. You’ll still do your job… and you’ll still go home with a hard cock and an empty bed.</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><span class="thought">(My heart’s hammering. She’s seducing me right here in the interrogation room and I’m already leaking in my pants. Am I really going to her place? Am I going to bury my cock inside this twenty-six-year-old criminal for the first time?)</span></p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Think about it, detective. You can either punish me… or enjoy me. I’ll be waiting with my legs open and my pussy dripping for 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>…Where’s your address?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>17 Rosewood Street. Come around nine. I’ll make it worth every inch of that cock.</p>
</div>
</div>
<p class="notation_text">
She leaned back, slow and deliberate, and winked. The movement made her heavy tits shift under the tight top and pushed her red skirt even higher on her bare thighs. An officer stepped in to take her out. As $characters.whitney.name walked past me, the thick curve of her big, round ass swayed under the short skirt. Her fingers lightly brushed the hard outline of my cock through my pants, just long enough to make my breath catch.
</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><span class="thought">(This night might change everything.)</span></p>
</div>
</div>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div><!-- Whitney_2 -->
<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/2/2.png' " >
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p class="notation_text">
I stood in front of her door. 17 Rosewood Street. Hand raised, ready to knock. Heart hammering. Nervous. Hard already. I’d never done this before. Never fucked a woman. Never even touched one like this.
</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><span class="thought">(She said she’d surprise me. Am I really doing this? Am I about to lose my virginity to a criminal in a tight black dress?)</span></p>
</div>
</div>
<p class="notation_text">I knocked twice.</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Come in. It’s unlocked.</p>
</div>
</div>
<p class="notation_text">
I opened the door. Dim apartment. Warm yellow light. Soft music. I stepped inside and closed the door behind me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/18.png' " >
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p class="notation_text">
Then I saw her.
$characters.whitney.name stood in the living room wearing a tight black dress that hugged every thick curve. Full, heavy tits pushed up against the low neckline. Narrow waist flaring into wide hips and a round, juicy ass. Long black hair framing that sharp, fuckable face. Red heels clicked as she walked toward me, hips swaying slow and deliberate. The faint scent of her perfume — warm, sweet, a little dangerous — reached me first.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>You came. I knew 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>I did. But… not just for that.</p>
</div>
</div>
<p class="notation_text">
I reached into my coat and pulled out a folded set of suspect photographs. She raised an eyebrow as I handed them over.
</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>These are people connected to my current case. One of them might be involved in the attempted kidnapping.</p>
</div>
</div>
<p class="notation_text">
She took the photos and flipped through them. Her fingers paused on one man — clean-cut, mid-30s, glasses.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/19.png' " >
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Oh… this guy. I know him. We work in the same building.</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 sure?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Positive. He’s a numbers guy. Very straight. Always keeps to himself. Honestly? I don’t think he has the guts to jaywalk, let alone kidnap someone.</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><span class="thought">(Good. That rules him out. One less name on the list.)</span></p>
</div>
</div>
<p class="notation_text">
I slid the photos back into my coat.
$characters.whitney.name walked closer again. The dress had slipped a little more open, showing the soft upper curves of her tits and the smooth skin of her stomach. That playful, hungry smirk never left her lips.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/20.png' " >
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Now that we’ve solved part of your mystery…</p>
</div>
</div>
<p class="notation_text">
She stepped in until her body pressed against mine. Soft, heavy tits against my chest. Warm breath on my neck. Hand sliding down my stomach until her fingers brushed the hard outline of my cock.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>…let me give you a little reward, detective.</p>
</div>
</div>
<p class="notation_text">
She turned slowly, giving me her back.
The black dress slid down her fair skin in one smooth motion, pooling at her red heels.
</p>
<p class="notation_text">
Underneath she wore a bright red bra that barely contained her heavy, full tits, and matching red lace panties stretched tight
over the soft mound of her pussy and the thick, round cheeks of her ass. Red stockings clung to her thighs, the tops framed by
thin garter straps.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/27.png' " >
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p class="notation_text">
She unhooked the red bra, let the straps fall, and dropped it to the floor. Soft, heavy breasts spilled free, dark nipples already
tight. Then she bent forward at the waist, ass facing me, and slowly pushed the red lace panties down over her big, round ass,
past the tops of her stockings, until they slid to her ankles.
</p>
<p class="notation_text">
She stepped out of them, still in the red heels and stockings, completely naked except for the thin red lines of the garters.
The warm scent of her perfume mixed with the faint, clean smell of her skin. Every curve was on full display — soft, fair, ready.
</p>
<p class="notation_text">
$characters.whitney.name turned back around and walked right up, pressing her naked body against me. Soft, bare tits against my chest. She grabbed my shirt and yanked me closer. Her lips hovered an inch from mine.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/28.png' " >
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>So… are you here to arrest me, detective? Or explore every inch of this body?</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><span class="thought">(Her perfume. Her breath. Those soft, bare tits pressed against me. My cock is throbbing so hard it hurts. I want to bury myself inside her.)</span></p>
</div>
</div>
<p class="notation_text">
I didn’t answer.
She pulled my face down and kissed me — soft at first, then hungry. She moaned into my mouth as her tongue slid against mine. My hands found her waist, then slid lower, grabbing two big handfuls of that thick, soft ass and squeezing hard.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Mmm… slow down, rookie. I like it when a man takes his time… but I can feel how hard that cock is already.</p>
</div>
</div>
<p class="notation_text">
She guided me to the couch and pushed me down. Then she straddled my lap, grinding the warm, soft heat of her bare pussy against the thick bulge in my pants. Her hands unbuttoned my shirt slowly, never breaking eye contact, while those heavy tits bounced lightly with every movement.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>You said this was your first time, right?</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/29.png' " >
<div class="scene-caption">
$characters.whitney.name's Apartment • 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>Yeah… it is.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Then let me show you how good it can feel. Don’t worry. I’ll take the lead tonight. I’ll ride this cock until you’re filling me up.</p>
</div>
</div>
<p class="notation_text">
She leaned down and whispered right against my ear, voice low and filthy.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>By the time I’m done, you’ll forget every rule they taught you at the station… and you’ll be begging to fuck this tight pussy 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><span class="thought">(This night… is mine.)</span></p>
</div>
</div>
</div>
</div>
<div class="enter-button"
data-passage="Whitney_3_1">
<p>Continue</p>
</div>
<</nobr>>
</div><!-- $characters.whitney.name’s Intuition -->
<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/whitney/22.png' " >
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p class="notation_text">
I stood in front of $characters.whitney.name’s house, thoughts spinning. The case was a mess — too many suspects, not enough proof. Photographs and notes sat heavy in my pocket, useless without clarity. I needed something… or someone… to cut through the noise.
The door opened before I could knock twice.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>$mc.name? What’s wrong?</p>
</div>
</div>
<p class="notation_text">
I must have looked worse than I thought. Shoulders tight. Jaw locked.
She stood in the doorway wearing a thin, silky robe that clung to every curve. The soft fabric slipped low on her chest, showing the deep valley between her heavy tits. The robe barely reached mid-thigh, leaving the smooth skin of her legs and the soft swell of her hips on full display. Long black hair fell loose around her face. Those dark eyes studied me with quiet concern… and something hotter underneath.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/mc/2/3.png' " >
<div class="scene-caption">
$characters.whitney.name's Apartment • 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’m stuck. Can’t figure out who’s guilty. I’ve got everything… names, photos… but no damn clue.</p>
</div>
</div>
<p class="notation_text">
She stepped aside and waved me in.
Her place was warm, dim, and heavy with that same floral perfume that always made my cock twitch. Soft cushions. Low lights. She led me straight to the bedroom. I sat on the edge of her bed and pulled out the papers. $characters.whitney.name sat beside me, the silky robe shifting and parting just enough to show the soft inner curve of one full breast. She leaned closer, the warm press of her thigh against mine, and started going through the photos with focused eyes.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Wait… these people with blond mustaches are not criminals. I’ve seen them. They weren’t even near the area when it happened.</p>
</div>
</div>
<p class="notation_text">
She opened a drawer and pulled out a small folder. The movement made her robe slip further, revealing more of that soft, heavy cleavage.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/23.png' " >
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Here. Look — I had these from a party. Security cams, time-stamped. These people were there the whole time.</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 kidding me…</p>
</div>
</div>
<p class="notation_text">
I took the folder and checked the footage. Clear as day. She was right.
</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>$characters.whitney.name… this changes everything. You just saved this case.</p>
</div>
</div>
<p class="notation_text">
Relief hit me hard. The pressure finally lifted.
In a rush of gratitude I pulled her into a tight embrace — spontaneous, rough, intense. My arms locked around her soft body. She gasped, a soft, breathy sound against my neck, but she didn’t pull away. Instead her arms wrapped around me, pulling me even closer. Those heavy tits crushed against my chest through the thin robe. Soft. Warm. Full. The scent of her skin filled my lungs. My cock hardened instantly against her soft stomach.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/24.png' " >
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Mmm… you’re welcome, detective.</p>
</div>
</div>
<p class="notation_text">
The heat between us was instant. Our breathing grew heavier. Her hands slid up my back, nails lightly dragging through the fabric of my shirt. I felt the warm press of her lips against the side of my neck — soft, lingering, the faint wet heat of her tongue tasting my skin for half a second.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Maybe you need more than just answers tonight.</p>
</div>
</div>
<p class="notation_text">
She guided me gently back onto the bed. The silky robe fell open completely as she moved, revealing the full, heavy weight of her naked tits, the soft curve of her stomach, and the smooth, bare lips of her pussy already glistening between her thighs.
I didn’t resist. I couldn’t.
The case could wait.
For now it was just me and $characters.whitney.name, her warm naked body pressing against mine, and the fire that had been waiting to burn everything else away.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Whitney_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">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Seduction – 1 -->
We undressed together on the sofa. Soft light. Warm air.
Reena sat beside me, completely bare — soft, full breasts rising with every breath, dark nipples already tight, the smooth curve of her waist leading down to the soft mound of her pussy. I leaned in and kissed the side of her neck, slow and open-mouthed, tasting her skin. My hands cupped the warm weight of her tits, thumbs brushing over the stiff peaks. She turned her head and our mouths met in a deep, hungry kiss — tongues sliding, soft moans vibrating between us as her body melted against mine.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Seduction – 2 -->
I kept kissing her neck, lips dragging lower, while one hand slid down the soft plane of her stomach. Fingers found the warm, wet heat between her thighs. She was already slick. I rubbed slowly along her soft folds, spreading her juices, then circled her swollen clit. Soft, wet sounds rose as I touched her. Reena moaned against my mouth, hips shifting, pushing into my hand, clearly enjoying every stroke.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Seduction – 3 -->
I rubbed her faster.
Two fingers slipped inside her tight, dripping pussy while my thumb kept working her clit. Deep kiss. Soft tits pressed against my chest. Her breathing turned ragged. She broke the kiss with a sharp moan as her walls clenched hard around my fingers. Juices flooded my hand. She came with a trembling cry, body shaking against me, soft thighs locking around my wrist while the orgasm rolled through her.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/reena/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.reena.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
<!-- Blowjob – 1 -->
I sat back on the sofa, cock hard and heavy between my legs.
Reena leaned down, soft hair falling over my thighs. Warm fingers wrapped around the shaft. She took the head into her mouth slowly — soft lips stretching, tongue swirling over the tip in lazy circles. She stroked the rest of my cock with her hand while she teased the sensitive head, licking, sucking lightly, never taking more than half. Slow. Deliberate. Pure tease.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Blowjob – 2 -->
She shifted, standing in front of me and bending at the waist. Soft tits hung down as she lowered her mouth onto my cock again. This time she took more, speed increasing. Wet, rhythmic sucks. She pulled off just long enough to spit on the shaft, the warm saliva making everything slicker, then swallowed me deeper. Soft moans vibrated around my cock. I groaned, watching her work me with growing hunger.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Blowjob – 3 -->
She blew me harder.
Lips brushing the full length, spit dripping down the shaft, saliva strings connecting her mouth to my cock every time she pulled back. She used both hand and mouth — stroking fast while she sucked the head, then taking me deeper again. The wet, filthy sounds filled the room. My cock throbbed. I came hard, thick ropes flooding her mouth. She kept sucking and jerking, swallowing what she could, the rest spilling over her lips and chin while she milked every pulse.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div>
<!-- Reena 3: $characters.reena.name’s Apartment – The Unexpected Night -->
<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/reena/2/11.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
I went to $characters.reena.name’s house again.
This time she welcomed me with a soft smile. Her girlfriend wasn’t home tonight.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Come in, detective. You’re right on time.</p>
</div>
</div>
<p class="notation_text">
She led me inside.
Low lights. The air smelled like vanilla and open red wine. She wore a soft blouse that clung to the full shape of her breasts
and the gentle curve of her waist, paired with jeans that hugged her hips and the soft line of her thighs. Hair loose tonight.
</p>
<p class="notation_text">
No guard in her eyes yet — just quiet warmth.
She poured two glasses. I didn’t say no.
We sat on her couch. Close enough that I could feel the heat of her body. I kept the conversation light — jokes, banter, the occasional teasing line that made her raise an eyebrow and smile.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/reena/2/13.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • 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 solve crimes, but I’m also great at solving awkward silences.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Lucky for you, I enjoy both silence and smart mouths.</p>
</div>
</div>
<p class="notation_text">
She liked the confidence. I could tell.
Her body language opened. She leaned in. Laughed more. The careful distance she’d kept before slowly disappeared.
A few more glasses in and the wine was warm in both of us. Our knees touched. Neither of us pulled away.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/reena/2/12.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
The mood shifted. The way she looked at me changed — no longer guarded, just curious. Hungry. Soft lips slightly parted.
The soft rise and fall of her breasts under the blouse. The quiet heat in her eyes.
</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><span class="thought">(Fuck… look at her. Soft body, soft mouth, those eyes. She’s letting me in.)</span></p>
</div>
</div>
<p class="notation_text">
Suddenly she scooted closer.
Her hand landed on my thigh — warm fingers dragging lightly upward, the heat of her palm soaking through the fabric. She looked into my eyes without a word. Then leaned in.
Her lips touched mine. Soft. Warm. The faint taste of wine. Then firmer. Hungrier.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Reena_3_1">
<p>Continue</p>
</div>
<</nobr>>
</div><!-- Reena 4: $characters.reena.name – The Follow-Up Visit -->
<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/reena/2/15.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Morning
</div>
</div>
<p class="notation_text">
After $characters.reena.name, something changed in me.
I could still feel her hands, her lips, the wet heat of her body. And now… I wanted more.
$characters.reena.name kept rising in my mind. The soft curves under her clothes. The quiet tension between us. The way she smiled
when she spoke about loyalty and protection. She was different from $characters.reena.name — stronger, more guarded — and somehow
that only made me want her harder.
</p>
<p class="notation_text">
I stood in front of her door. Heart racing. I knocked with steady confidence.
The door opened.
$characters.reena.name stood there barefoot, wearing a loose white shirt that hung soft over the full shape of her breasts and the
gentle curve of her waist, paired with tight jeans that clung to her hips and the thick line of her thighs. Hair tied up casually.
Her eyes lit the second she saw me.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Well, detective… I didn’t expect you so soon.</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 stay away. Mind if I come in?</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/reena/2/16.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Morning
</div>
</div>>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>I was just thinking about you. Come.</p>
</div>
</div>
<p class="notation_text">
She led me into the living room. Quiet. Dim lights. Soft jazz low in the background. The air smelled faintly of wine and cinnamon.
The loose dark gray shirt shifted with every step, the soft fabric sliding over the heavy swell of her breasts.
</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>You’ve got a nice place.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Thanks. You want a drink?</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 thirsty for wine right now.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Close your eyes!</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/reena/2/17.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Morning
</div>
</div>
<p class="notation_text">
She said and I obeyed, she turned to face me — slow, deliberate.
Her fingers found the buttons of the shirt and opened them one by one. Soft cotton parted. Then she slid down her inner garments. The full, natural weight of her
breasts came into view, bare and warm under the low light. Soft stomach. The gentle flare of her hips still trapped in tight jeans.
She never looked away from my eyes.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>You came here looking for something, didn’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>You already know the answer.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Then take it.</p>
</div>
</div>
<p class="notation_text">
She pushed me gently onto the couch and climbed into my lap.
Warm thighs straddling me. Soft, bare breasts pressing against my chest. Her lips brushed mine — slow at first, the plush heat of her
mouth, the faint taste of wine still lingering. Then deeper. Hungrier. Her tongue slid against mine as a low, needy sound escaped her
throat.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Reena_4_1">
<p>Continue</p>
</div>
<</nobr>>
</div><!-- Reena 5: $characters.reena.name’s Apartment (Investigation + CG) -->
<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/reena/2/18.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Morning
</div>
</div>
<p class="notation_text">
I went to $characters.reena.name’s home.
Quiet outside. Something restless in my chest.
The last time I was here… it wasn’t just about the case.
And now I wanted more.
</p>
<p class="notation_text">
The door opened.
She stood there in short shorts that hugged the full curve of her hips and thighs, and a loose top that hung soft over the heavy swell of her bare breasts. No bra. The thin fabric barely contained them, soft nipples faintly visible. Hair loose. A knowing smile already on her lips, like she knew exactly why I’d come back.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>You’re early. Couldn’t wait, huh?</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 just for you. I’ve got work too.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Mmm. That sounds like an excuse.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/reena/2/19.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Morning
</div>
</div>
<p class="notation_text">
I walked in. She closed the door behind me. We moved to the couch.
She sat beside me. Warm thigh pressing against mine. The soft weight of her breast brushed my arm through the thin top every time she shifted.
Before I could say anything, her fingers reached over and started tickling my side — light, teasing, playful. Her laugh was low and addictive.
</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>(laughs) Okay, okay—cut it out. I didn’t come here to get tortured.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Then why did you come?</p>
</div>
</div>
<p class="notation_text">
I reached into my jacket and pulled out a folded grid — a photo chart of suspects from the next case.
Laid it flat on the table.
The mood shifted. Her playful expression turned focused. Soft breasts pressed against my arm as she leaned in to look.
</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 need your help.
These are suspects. One of them — or more — is involved.
I want your opinion.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/reena/2/21.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Morning
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>(leans forward, eyes scanning the grid)
Hmm… let me see.
That one — D1. He’s not clean. I know him.
I’m not sure about the others, but that guy? He’s definitely a criminal.</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 sure?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>One hundred percent.
He hangs out with people from that smuggling group.
Always flashing money he doesn’t earn.
I didn’t want to get involved, but I’ve seen too much.</p>
</div>
</div>
<p class="notation_text">
I stared at the chart.
My evidence already pointed at D1. Her confirmation sealed it.
I turned to her. Smiling. Grateful.
Without thinking too hard I reached for her — pulled her in and hugged her tight.
Soft, full breasts crushed against my chest through the thin top. Warm. Heavy. The scent of her skin filled my lungs. Her hands slid
up my back. Soft lips brushed the side of my neck, lingering, warm breath sending a shiver straight down my spine.
And that’s when it shifted.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/reena/2/20.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Morning
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>So… you still need help with the rest of the chart?</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 deal with them later.
Right now…
I need something else.</p>
</div>
</div>
<p class="notation_text">
I kissed her.
Hard. Deep. The soft, full press of her mouth opening under mine. Warm tongue sliding against mine as a low, needy moan vibrated
between us. Her body melted into me — soft breasts, soft stomach, the warm heat of her thighs.
Clothes started coming off. Her loose top first, freeing those heavy, bare tits into my hands. Then mine.
The soft couch became the stage.
</p>
<p class="notation_text">
My hands explored every smooth curve — the full weight of her breasts, the soft flare of her hips, the warm skin of her inner thighs.
She pulled me down, whispering against my ear, voice low and hungry.
What started as an investigation…
Became a full confession of lust, heat, and the wet, open need of her body under mine.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Reena_5_1">
<p>Continue</p>
</div>
<</nobr>>
</div>
<!--
Scene 7: $characters.richard.name’s Apartment – Weak Links Break
-->
<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/richard/1.png' " >
<div class="scene-caption">
$characters.richard.name's House • Morning
</div>
</div>
<p class="notation_text">
I knocked on Apartment 412 — modest, clean, too quiet for a man involved in dirty business.<br>
The door creaked open after a few seconds.<br>
There he was. $characters.richard.name. Mid-40s, pale, anxious eyes, and a body that looked like it hadn’t rested in days.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/richard.png'" alt="$characters.richard.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.richard.name</div>
<p>Detective…</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>We need to talk.</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/richard.png'" alt="$characters.richard.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.richard.name</div>
<p>(visibly nervous) Is this about my wife? Or… something else?</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 know what it’s about.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/mc/2/9.png' " >
<div class="scene-caption">
$characters.richard.name's House • Morning
</div>
</div>
<p class="notation_text">
I stepped inside without waiting for an invite. He didn’t stop me.<br>
The apartment was tidy. Too tidy. Like someone trying too hard to look clean.<br>
We sat in the living room. He offered me coffee. I declined.<br>
I wasn’t here for hospitality.
</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>$characters.amber.name came to me.</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/richard.png'" alt="$characters.richard.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.richard.name</div>
<p>(sighs) Of course she did… She always thinks she can fix 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>She told me you were being used. That you were weak. Not guilty. I think she loves you a lot.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/richard/2.png' " >
<div class="scene-caption">
$characters.richard.name's House • Morning
</div>
</div>
<p class="notation_text">
He looked at me, then laughed. I wasn't confident.<br>
It was bitter. Resigned.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/richard.png'" alt="$characters.richard.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.richard.name</div>
<p>She doesn’t love me, detective.</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 are you talking about?</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/richard.png'" alt="$characters.richard.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.richard.name</div>
<p>She just uses me. She wants money, nothing else.<br>
She’ll say whatever makes her look good. But behind closed doors?<br>
She’s different.<br>
I know she does… naughty things. I just can’t prove it.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/mc/2/8.png' " >
<div class="scene-caption">
$characters.richard.name's House • Morning
</div>
</div>
<p class="notation_text">
I observed his jaw tightened. His eyes flicked toward the hallway like he was checking for ghosts.<br>
Or memories.
</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>So leave her.</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/richard.png'" alt="$characters.richard.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.richard.name</div>
<p>If it were that easy…<br>
I don’t have enough money. She’ll bleed me dry in court.</p>
</div>
</div>
<p class="notation_text">
I leaned back, watched him squirm, then dropped the line.
</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.<br>
Then maybe we can help each other.<br>
I want your wife.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/richard/4.png' " >
<div class="scene-caption">
$characters.richard.name's House • Morning
</div>
</div>
<p class="notation_text">
His face froze. Eyes wide.<br>
He didn’t ask me to repeat it. He heard it loud and clear.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/richard.png'" alt="$characters.richard.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.richard.name</div>
<p>You’re serious?</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>Dead serious.<br>
You manage her. Make her trust me.<br>
Get her where I need her.<br>
In return — your name gets cleaned off the file.</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/richard.png'" alt="$characters.richard.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.richard.name</div>
<p>You’ll give me a clean sheet?</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/mc/2/7.png' " >
<div class="scene-caption">
$characters.richard.name's House • 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">$mc.name</div>
<p>Only if you hold up your end.</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/richard.png'" alt="$characters.richard.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.richard.name</div>
<p>(pauses, then nods slowly)<br>
Alright. I have no problem.<br>
You want her?<br>
You’ll have her. I’ll make sure of it.</p>
</div>
</div>
<p class="notation_text">
The deal was dirty. Risky.<br>
But I could see it in his eyes — $characters.richard.name wasn’t lying.<br>
He wanted out.<br>
And I had just given him a door.<br>
Now it was time to walk through.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div>
<!-- Amber 2: $characters.richard.name’s Apartment – The Deal -->
<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/2/6.png' " >
<div class="scene-caption">
$characters.amber.name's House • Evening
</div>
</div>
<p class="notation_text">
The call came unexpectedly.
$characters.richard.name’s voice was sharp, almost breathless.
“Come over. She agreed.”
He hung up before I could ask anything else.
</p>
<p class="notation_text">
I didn’t waste a second. My mind raced faster than the car.
When I reached his apartment I barely knocked. $characters.richard.name opened the door wearing the kind of tired smirk that hides something heavier underneath.
</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>She agreed?</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/richard.png'" alt="$characters.richard.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.richard.name</div>
<p>She did. But there’s a condition.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/mc/2/10.png' " >
<div class="scene-caption">
$characters.amber.name's House • Evening
</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 condition?</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/richard.png'" alt="$characters.richard.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.richard.name</div>
<p>She wants me to be present. She doesn’t trust you. She wants to see everything.</p>
</div>
</div>
<p class="notation_text">
A strange silence filled the air. Not awkward… heavier. Like something was shifting under the surface.
</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>You’re okay with that?</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/richard.png'" alt="$characters.richard.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.richard.name</div>
<p>If this is what it takes to be free… yes.</p>
</div>
</div>
<p class="notation_text">
He poured himself a drink. Hands slightly trembling.
We didn’t speak for the next twenty minutes. Just silence… and the thick weight of anticipation.
Then the doorbell rang.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/12.png' " >
<div class="scene-caption">
$characters.amber.name's House • Evening
</div>
</div>
<p class="notation_text">
She entered wearing a short black skirt.
Movements slow. Deliberate. The kind that make you stop breathing.
Tall. Blonde. That same sharp face and full, dangerous body. Her eyes met mine — not with lust, but with a cold, controlled resolve.
She wasn’t here for pleasure. Not really.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>I’m doing this for $characters.richard.name. That’s all.</p>
</div>
</div>
<p class="notation_text">
She turned to her husband and caressed his cheek — soft fingers, almost tender.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/11.png' " >
<div class="scene-caption">
$characters.amber.name's House • Evening
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>My dear husband… I told you, I can do anything for you. Even this.</p>
</div>
</div>
<p class="notation_text">
She sat between us. Fingers brushed mine, then his — cool, deliberate.
No rush. No fever. Just the sharp edge of something forbidden.
She leaned in until her lips were near my ear. Warm breath. That same vanilla-and-danger scent.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>I don’t like you. But tonight, I’ll give you everything.</p>
</div>
</div>
</div>
</div>
<div class="enter-button"
data-passage="Amber_3_1">
<p>Continue</p>
</div>
<</nobr>>
</div>
<!-- Amber 4: Open Door -->
<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 sat in my office, thoughts tangled in a web of recent events — $characters.reena.name, $characters.whitney.name… and now $characters.richard.name and $characters.amber.name.
</p>
<p class="notation_text">
My phone buzzed. A message from $characters.richard.name:
<i>“We need to talk. Come to our place.”</i>
</p>
<p class="notation_text">
I grabbed my car keys without a second thought and drove. Something about that couple kept pulling me back — not just their bodies, but the way their chemistry had shifted since the night I walked into their lives.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/richard.png'" alt="$characters.richard.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.richard.name</div>
<p>Hey Detective, how are you?</p>
</div>
</div>
<p class="notation_text">
I stepped inside.
$characters.amber.name was already waiting. Blonde hair loose. Eyes gleaming with something darker and hungrier than before. She wore a thin silk robe that clung to the full, heavy shape of her tits and the thick curve of her hips, the fabric barely closed.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/13.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>You gave us something, Detective. A spark. A new beginning.</p>
</div>
</div>
<p class="notation_text">
She walked closer. Fluid. Confident. The soft bounce of her breasts under the silk. The faint scent of her perfume mixed with something warmer — skin and heat.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>We were bored. We had lost the thrill… until you arrived. Now? We can’t stop thinking about the possibilities.</p>
</div>
</div>
<p class="notation_text">
She smiled as her fingers danced along the hem of the robe.
Slowly she let it fall. Soft silk slid down her shoulders, over the full weight of her bare tits, past the soft curve of her stomach, and pooled at her feet. Completely naked. Heavy breasts. Wide hips. The smooth, bare lips of her pussy already faintly glistening.
She turned, leaned forward on the couch, and presented the thick, round cheeks of her ass to the room — playful and commanding at the same time.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/14.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
$characters.richard.name moved behind her, bold, hands already settling on her arm. Their chemistry lit the room like a live wire.
</p>
<p class="notation_text">
$characters.amber.name glanced over her shoulder at me — a look that wasn’t asking. It was inviting. Dark eyes. Soft lips parted. The full, naked weight of her body on display for both of us.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>If you want to explore more… the door’s wide open.</p>
</div>
</div>
<p class="notation_text">
The air turned electric.
I didn’t answer with words. I didn’t need to.
In that moment I stepped deeper into a world that was less about simple lust — and more about testing the limits of connection, pleasure, and the kind of trust that only happens when every boundary has already been crossed.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Amber_4_1">
<p>Continue</p>
</div>
<</nobr>>
</div><!-- Reena 6: The Weight of Us -->
<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/reena/2/22.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Morning
</div>
</div>
<p class="notation_text">
I knocked on $characters.reena.name’s door.
It took a moment before it opened.
Her eyes met mine — not with excitement, but with a quiet, heavy weight.
No smile. No words.
She simply turned and walked into the living room.
</p>
<p class="notation_text">
I followed.
She sank onto the couch like the air itself was pressing down on her chest. Soft white top clinging to the full shape of her breasts, loose enough that the outline of her body showed with every breath. Tight shorts riding high on her thighs. Hair slightly messy.
I sat beside her, close enough to feel the tension radiating from her skin.
</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>$characters.reena.name… what’s wrong?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>(softly) I’ve been cheating on $characters.ashley.name. With you.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/reena/2/23.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Morning
</div>
</div>
<p class="notation_text">
She couldn’t meet my eyes. Fingers fidgeting in her lap. Voice cracked — not pure guilt, but something more tangled. Confusion. Want. Fear.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>It doesn’t feel good. It should, but it doesn’t.</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>Should we talk to her? Be honest about this?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>(whispers) I don’t know what we should do.</p>
</div>
</div>
<p class="notation_text">
I reached out and wrapped my arms around her.
She melted into my chest, trembling slightly. Soft, full breasts pressed against me through the thin top. Warm. The scent of her skin filled my lungs as her face buried against my neck.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/reena/2/24.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • 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">$mc.name</div>
<p>We’ll figure it out… together. I promise.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>I try to stay away from you, but… I can’t.
Your touch… your kiss… your body.
It’s like I forget everything else.</p>
</div>
</div>
<p class="notation_text">
Our lips met.
Slow and searching at first — the soft, warm press of her mouth, the faint salt of almost-tears still on her skin. Then deeper. Hungrier. Her tongue slid against mine as a low, broken sound escaped her throat.
The air shifted. Pain gave way to heat.
</p>
<p class="notation_text">
Clothes fell away under desperate hands. Soft top. Shorts. Until there was nothing left but the full, bare weight of her breasts against my chest, the warm skin of her thighs locking around me, and the wet, open need of her body.
The couch became our confession.
Not with words, but with skin, with heat, with the wet sound of me sinking deep inside her.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
As I moved inside her — slow, deep thrusts that made her soft walls clench and flutter around my cock — I whispered between heavy breaths—
</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>We’ll find a way out of this. For us.</p>
</div>
</div>
<p class="notation_text">
And she held me tighter… soft tits crushed to my chest, legs locked around my hips, like she believed every word.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div>
<!-- Ashley 1: The Trap -->
<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/ashley/2/1.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
I arrived at $characters.reena.name’s house just after dusk.
The front door was slightly ajar — not a good sign. I stepped inside, calling her name. Silence.
</p>
<p class="notation_text">
The living room was empty, dimly lit by a flickering lamp in the corner. I moved cautiously toward the bedroom.
That’s when I saw her — a woman with long blonde hair sitting on the edge of the bed, completely naked. Soft, smooth
back. Thick ass cheeks pressed together. She didn’t flinch as I stepped in.
</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>$characters.reena.name...?</p>
</div>
</div>
<p class="notation_text">
She turned around slowly.
A mischievous smile played on her lips — not $characters.reena.name. Someone I hadn’t met before. Long blonde hair framing a sharp, hungry face.
She stood and walked over without a word, presence confident and tempting. Soft tits swaying with every step.
She leaned in close. Warm hands brushed my chest, then lower. She unzipped me, bold and unhesitating, and freed my already hardening cock.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/ashley/2/ash-0.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 couldn’t form a single word.
She dropped to her knees and took me into her mouth — warm, wet, lips stretching around the head as she pushed forward. Soft tongue swirling. She moved her head in a steady, hungry rhythm, sucking deep, the wet sound filling the quiet room. My hips twitched. I was already close to bursting when she suddenly stopped, pulled off with a soft pop, and turned around.
She dropped to all fours on the bed, arched her back, and started swaying her hips at me — thick ass presented, the soft, glistening lips of her pussy on full display.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Hey detective, now fill me?</p>
</div>
</div>
<p class="notation_text">
I opened my mouth to ask what the hell was going on, but she cut me off.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/ashley/ash-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>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>Don’t talk. Do what I say — fuck me so hard.</p>
</div>
</div>
<p class="notation_text">
I followed her instruction.
Moved behind her, gripped those thick hips, and sank into the tight, wet heat of her pussy in one deep thrust. She moaned loud — raw, open — as I started pounding into her. The wet slap of skin filled the room. Her soft ass jiggled with every impact. I was getting close, cock throbbing deep inside her, when a sharp pain cracked through the back of my head.
The world went black.
</p>
<p class="notation_text">
I came to with a pounding skull. Arms restrained against the bed frame. Vision slowly cleared.
$characters.reena.name and the blonde were now sitting across from me, both completely relaxed… and completely naked. Soft tits. Bare skin. Watching me with quiet amusement.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/ashley/2/2.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/ashley.png'" alt="$characters.ashley.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.ashley.name</div>
<p>Detective… you thought you could steal my girl? That comes with a price.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
<p>You always liked to play games. Now it’s your turn to be the one played.</p>
</div>
</div>
<p class="notation_text">
They giggled between themselves, ignoring my confusion. I tried to move but the restraints held firm.
The two of them leaned in close to each other. Soft lips met. Tongues sliding. Hands roaming over full breasts and smooth thighs as they began their own private show right in front of me — slow, deliberate, wet kisses and soft moans meant for my eyes only.
</p>
<p class="notation_text">
I had no idea what was real anymore — seduction, interrogation, or something else entirely.
One thing was clear: I wasn’t in control anymore.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Ashley_2_1">
<p>Continue</p>
</div>
<</nobr>>
</div><!-- Ashley 2: Your Turn to Be Played -->
<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/ashley/2/3.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
The office was quiet.
My thoughts were tangled in the clues of my last case — until a buzz snapped me out of it. I checked my phone.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/ashley.png'" alt="$characters.ashley.name" class="avatar">
<div class="dialogue-box">
<div class="name">Unknown Number</div>
<p>"Hey, your punishment isn’t over yet. I’m waiting. Come to $characters.reena.name’s. Today’s part will be even more tempting."<br>– $characters.ashley.name</p>
</div>
</div>
<p class="notation_text">
A smirk crept across my face.
$characters.ashley.name. Unpredictable. Seductive. Dangerous. Was she toying with me, or pulling me deeper into something I couldn’t walk away from?
</p>
<p class="notation_text">
Without wasting time I grabbed my keys and headed straight to $characters.reena.name’s house.
</p>
<p class="notation_text">
I knocked.
$characters.ashley.name opened the door. Soft, full breasts barely covered by a thin black slip that clung to every curve. Thick thighs crossed. Eyes dark and
playful. She led me silently down the hallway to her bedroom.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/ashley/2/4.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
$characters.reena.name was already there, lounging on the bed like a queen awaiting her subject. Long blonde hair spilling over bare
shoulders — no words, just a knowing glance and the soft curve of a smile.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/ashley.png'" alt="$characters.ashley.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.ashley.name</div>
<p>Welcome, detective. Time to play again.</p>
</div>
</div>
<p class="notation_text">
I barely had time to react.
$characters.ashley.name whispered something into $characters.reena.name’s ear. $characters.reena.name approached me with slow, graceful steps, eyes locked on mine. Soft breasts shifting under her top. The faint scent of her skin mixed with $characters.ashley.name’s perfume.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/ashley.png'" alt="$characters.ashley.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.ashley.name</div>
<p>$characters.reena.name, undress him. He’s our prisoner tonight.</p>
</div>
</div>
<p class="notation_text">
Heat filled the air — thick, almost unbearable.
$characters.reena.name gently took my coat, then my shirt, teasing with every slow motion. Soft fingers brushing my chest. Warm breath against my neck. Then, without hesitation, she tied my wrists to the headboard with soft silken scarves. Secure. Inescapable.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/ashley/2/5.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
$characters.ashley.name walked up beside her.
Both of them towered above me now, fully in control. Soft tits. Bare skin. Dark, hungry eyes looking down at their restrained detective.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/ashley.png'" alt="$characters.ashley.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.ashley.name</div>
<p>You’re not solving this one, detective. You’re part of the mystery.</p>
</div>
</div>
<p class="notation_text">
They moved with perfect rhythm and chemistry.
Teasing. Whispering. Soft hands brushing against each other, against me. Mouths meeting in slow, wet kisses right above my face. Full breasts pressing together. Fingers sliding between soft thighs. They put on a show of dominance and intimacy that left my cock throbbing hard and completely ignored.
Every touch, every glance, every smirk from $characters.ashley.name and $characters.reena.name drove me deeper into their spell.
I wasn’t sure if this was revenge, a test, or something much more wicked.
But I couldn’t look away.
</p>
<p class="notation_text">
This wasn’t just seduction.
This was control — and I had willingly walked into it.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Ashley_3_1">
<p>Continue</p>
</div>
<</nobr>>
</div><!-- Amber 5: Boundaries Melting -->
<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 felt a strange mix of satisfaction and curiosity.
What had started as a case had turned into a whirlwind of connection, temptation, and tangled desire. $characters.richard.name and $characters.amber.name weren’t just a couple anymore — they were explorers, and I was becoming part of their uncharted territory.
</p>
<p class="notation_text">
A message lit up my phone. From $characters.amber.name.
<i>“$characters.richard.name and I can’t stop thinking about last night. Want to try something… bolder?”</i>
</p>
<p class="notation_text">
My pulse quickened.
An hour later I was back at their home.
This time $characters.amber.name opened the door — barefoot, hair slightly messy, wearing one of $characters.richard.name’s oversized shirts. The thin fabric hung soft over the full, heavy shape of her bare breasts, the hem barely covering the tops of her thick thighs. No panties. Soft skin. That same sharp blonde beauty, but warmer now. Hungrier.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/16.png' " >
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Welcome back, detective. We had a little… brainstorming session.</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'avatar/richard.png'" alt="$characters.richard.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.richard.name</div>
<p>Thought we could explore something different. Something where control shifts… between all of us.</p>
</div>
</div>
<p class="notation_text">
They led me to the living room. Soft lighting. A mirror placed just right. Pillows arranged on the floor. The air already smelled of her perfume and skin.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/17.png' " >
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
She guided me to sit.
Then she slowly straddled $characters.richard.name right in front of me. Movements slower than before — deliberate, teasing. The oversized shirt rode up, exposing the soft curve of her ass and the bare lips of her pussy as she settled onto him. Her gaze flicked between us, heavy and open.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Today, we learn each other’s rhythms. Slowly.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p><i>(softly)</i> I don’t know where this is going, but… I don’t want to stop.</p>
</div>
</div>
<p class="notation_text">
Neither did I.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Amber_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="scene-container">
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+_charImage " >
<div class="scene-caption">
<<print $message>> • <<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>
<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/27.png',
'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 class="notation_text">$characters.whitney.name stood in front of me completely naked except for the red stockings. Soft, full breasts rose and fell with every breath. Dark nipples already tight. The smooth curve of her waist flared into wide hips and a thick, round ass. Between her thighs the bare lips of her pussy were already faintly glistening. No panties. Nothing left to hide.She stepped in close. Warm skin pressed against mine. Soft tits flattened against my chest as she leaned up and kissed the side of my neck — slow, open-mouthed, tongue dragging wetly along the sensitive skin. Her fingers found the clasp of her necklace and let it fall. Then her lips found mine. Soft at first, then deeper. She moved her body against me in a slow grind, the heat of her bare pussy rubbing against the hard bulge in my pants.</p>',
'<p class="notation_text">The kiss grew hungrier. Her tongue slid into my mouth as a low moan vibrated against my lips. She broke the kiss only to trail her mouth down my neck again, then lower. Soft lips closed over the swell of one breast, then the other, sucking the flesh into her mouth. Her tongue flicked over a tight nipple, circling, then sucking hard. Another moan spilled out of her as she switched sides, wet sounds filling the quiet room while her hips kept grinding against my cock.</p>',
'<p class="notation_text">She kept sucking — left nipple, then right — soft breasts spilling into my hands as I cupped them. One of her hands slid down between us, fingers finding the wet heat of her own pussy. She rubbed slowly at first, spreading her juices, then faster, soft wet sounds rising as she touched herself right against me. Her fingers came away glistening. She brought them up and smeared the slickness across my lips before kissing me again, moaning into my mouth while she kept rubbing her dripping cunt.</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/27.png',
'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 class="notation_text">I stood at the side of the bed. $characters.whitney.name lay on her stomach across the mattress, naked except for the red stockings, thick ass raised slightly. She reached out, unzipped me, and freed my hard cock. Soft fingers wrapped around the shaft. Then she leaned in and took the head into her warm, wet mouth. Slow at first — lips stretching, tongue swirling underneath. She pushed forward, taking more, then pulled back with a wet suck. Speed increased. Soft moans vibrated around my cock as she bobbed her head, saliva already starting to shine on the shaft. I groaned, one hand resting on the back of her head while she worked me deeper.</p>',
'<p class="notation_text">She kept sucking, wet and steady. I leaned forward, reached under her, and slid two fingers between the soft lips of her pussy. She was soaked. I rubbed her clit in slow circles, then pushed a finger inside, feeling the tight, wet walls clench. $characters.whitney.name moaned around my cock, the sound muffled and filthy. She sucked harder, faster, saliva dripping down my shaft as her hips pushed back against my hand, fucking herself on my fingers while she took me deeper into her throat.</p>',
'<p class="notation_text">She pushed forward until my cock hit the back of her throat. Soft gagging sounds rose as she forced herself deeper. Eyes watering. Saliva spilling from the corners of her stretched lips, running down her chin and onto the sheets. She held me there, throat fluttering around the head, then pulled back with a wet gasp only to dive down again. Deeper. Faster. Gagging harder. My cock disappeared completely into her mouth with every thrust of her head until I was throbbing against the tight squeeze of her throat.</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/27.png',
'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 class="notation_text">I lay back on the bed, cock still hard and glistening with her juices, pointing straight up. $characters.whitney.name climbed over me, straddling my hips. Soft thighs framed me. She reached down, wrapped her fingers around my shaft, and guided the head to her dripping entrance. Slowly she sank down, wet heat swallowing me inch by inch until she was fully seated, soft ass resting against my thighs. She started moving — rising up until only the head remained inside, then sliding back down in a smooth, wet glide. Soft moans left her lips with every descent.</p>',
'<p class="notation_text">I sat up just enough to catch one of her heavy tits in my mouth, sucking the soft flesh and tight nipple while she rode me. She ground her pussy down in slow circles, clit rubbing against my base, then lifted and dropped again. Soft breasts bounced and shook with every movement. She loved the feeling — head tilted back, low moans spilling out as she used my cock exactly how she wanted, wet and deliberate.</p>',
'<p class="notation_text">She leaned forward, lifting her hips higher so only the tip stayed inside. I gripped her waist and started thrusting up hard from below. Wet, deep strokes. The sound of our bodies meeting grew louder. She moaned with every upward slam, tits bouncing freely. Speed increased until she was crying out, pussy clamping down hard as she came again — juices running down my cock. I kept thrusting through her orgasm until I followed, flooding her once more while she trembled above me.</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/27.png',
'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 class="notation_text">$characters.whitney.name dropped onto all fours on the bed, back arched, thick ass raised high. Red stockings stretched tight over her thighs. The soft, glistening lips of her pussy were fully on display, already dripping. .</p><p class="notation_text">I positioned myself behind her, one hand on the soft curve of her hip, the other guiding my hard cock. I rubbed the head along her wet slit, coating myself in her juices, then pushed forward slowly. Tight, hot walls parted around me as I sank in inch by inch. She moaned low and long, pushing her ass back to take more. Slow, deep thrusts — wet sounds rising with every push. Her pussy clenched and fluttered around my cock as she enjoyed every thick inch stretching her open.</p>',
'<p class="notation_text">I sped up. Hands gripped her hips hard, then one slid up into her long black hair and pulled. Her head tilted back. Soft tits swung beneath her with every thrust. The wet slap of my hips against her thick ass filled the room — skin on skin, sharp and filthy. She moaned louder, voice breaking into short, needy cries. I groaned with every deep stroke, cock sliding through her dripping heat, watching her ass ripple with every impact.</p>',
'<p class="notation_text">Faster. Harder. I pounded into her without mercy, the bed shaking, her moans turning into broken cries. Her pussy clenched tight around me as she came hard — walls pulsing, juices flooding down my cock and dripping onto the sheets. The tight, wet contractions pulled me over the edge. I slammed in deep and erupted, thick ropes of cum flooding her pussy. She kept moaning through it, body shaking, taking every pulse while I held her hips and emptied myself inside her.</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/27.png',
'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 class="notation_text">I sat back against the headboard. $characters.whitney.name climbed over me in one smooth, surprising motion — legs lifting, body folding, until she was upside-down above me in an acrobatic straddle. One leg hooked over my shoulder, the other braced against the wall and headboard for support. Her mouth came straight down onto my cock while I gripped the soft undersides of her thighs, holding her steady. She started sucking immediately — deep, wet, upside-down — saliva dripping onto my stomach as she bobbed her head.</p>',
'<p class="notation_text">She shifted her weight and lowered her hips until the soft, wet lips of her pussy settled right over my mouth. Warm. Dripping. She pressed down, grinding slowly, coating my tongue with her juices. I licked her open, sucking her swollen clit between my lips while she moaned around my cock. The 69 position locked us together — her mouth full of me, my mouth full of her, both of us moving in a wet, hungry rhythm.</p>',
'<p class="notation_text">She sucked harder, faster, taking me deep while I licked and sucked her clit without mercy. Soft thighs trembled around my head. Her moans grew louder, muffled by my cock. I felt her pussy clench and flutter against my tongue as she came hard — juices spilling into my mouth. The tight, wet contractions pushed me over the edge. I groaned and erupted, thick ropes of cum flooding her throat. She kept sucking, swallowing every pulse, milking me dry while her own orgasm still shook through her body. Both of us came hard, locked together in the wet, messy 69, until she finally pulled off with a soft, satisfied gasp and collapsed against me. Here’s the continuation of the full $characters.whitney.name sex scene, written to match your new animation beats. Heavy sensory detail, clear positions, and the feelings of each moment.</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/27.png',
'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 class="notation_text">$characters.whitney.name lay back on the bed, legs spread wide, soft thighs open. The fluffy, wet lips of her pussy were fully exposed, still dripping from the previous rounds. I moved between her legs, rubbed the head of my cock against her entrance, then pushed in slowly. Tight, slick walls welcomed me. I started with deep, steady thrusts — wet and smooth. She looked up at me the entire time, dark eyes half-lidded, soft moans leaving her lips with every stroke as my cock glided easily through her soaked heat.</p>',
'<p class="notation_text">I sped up. Legs spread wider. I drove deeper, the wet slap of skin growing louder. $characters.whitney.name’s hand slipped between us; she rubbed her swollen clit in fast circles while I pounded into her. Soft moans turned sharper. Her pussy fluttered around my cock with every deep thrust, juices making everything slick and filthy.</p>',
'<p class="notation_text">Hard and deep. I slammed into her without restraint, the bed rocking. She rubbed her clit faster, free hand gripping the sheets. I leaned down and kissed her hard — tongue sliding against hers while she moaned and groaned into my mouth. Her body tensed, then broke. She screamed through her orgasm, walls clamping tight, juices flooding around my cock. I kept pounding through it until I came with her, thick cum pulsing deep inside as she shook beneath me.</p>',
]
},
'sf_scene': {
'scene_code': 'whitney',
'scene_type': 'sf_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'whitney',
'default_image': 'char/whitney/27.png',
'scene_title': ['🤝 Earn Trust','😉 Flirt','😈 Exploit Weakness',],
'scene_arc': ["👂 Listen", "🔍 Analyze", "🧠 Deduce"],
'scene_video': ['char/whitney/vid/sf-1.mp4','char/whitney/vid/sf-2.mp4','char/whitney/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">I brought her feet together and pressed them toward her chest, crossing her ankles. The new angle made her pussy feel even tighter. I pushed back inside slowly, the squeezed heat gripping every inch. Deep, deliberate thrusts. She moaned at the extra pressure, soft thighs pressed close, the wet sound of my cock working through her tighter entrance filling the room.</p>',
'<p class="notation_text">I pounded harder. One hand pressed her crossed thighs down toward her soft breasts, keeping her folded and tight. The other held her ankles. Deep, powerful strokes. She moaned and groaned with every impact, the squeezed walls milking my cock. The position forced every thrust to bottom out, wet and intense.</p>',
'<p class="notation_text">More intense. Faster. I fucked her hard in the tight, folded position, the bed shaking under us. She cried out with every deep stroke. Near the end I pulled out, spread her legs open again, and lowered my mouth to her dripping pussy — licking and sucking her sensitive clit while she still trembled. Soft thighs clamped around my head as she came one last time, juices spilling onto my tongue while I drank every drop.</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/2/24.png',
'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 class="notation_text">We undressed together on the sofa. Soft light. Warm air. $characters.reena.name sat beside me, completely bare — soft, full breasts rising with every breath, dark nipples already tight, the smooth curve of her waist leading down to the soft mound of her pussy. I leaned in and kissed the side of her neck, slow and open-mouthed, tasting her skin. My hands cupped the warm weight of her tits, thumbs brushing over the stiff peaks. She turned her head and our mouths met in a deep, hungry kiss — tongues sliding, soft moans vibrating between us as her body melted against mine.</p>',
'<p class="notation_text">I kept kissing her neck, lips dragging lower, while one hand slid down the soft plane of her stomach. Fingers found the warm, wet heat between her thighs. She was already slick. I rubbed slowly along her soft folds, spreading her juices, then circled her swollen clit. Soft, wet sounds rose as I touched her. $characters.reena.name moaned against my mouth, hips shifting, pushing into my hand, clearly enjoying every stroke.</p>',
'<p class="notation_text">I rubbed her faster. Two fingers slipped inside her tight, dripping pussy while my thumb kept working her clit. Deep kiss. Soft tits pressed against my chest. Her breathing turned ragged. She broke the kiss with a sharp moan as her walls clenched hard around my fingers. Juices flooded my hand. She came with a trembling cry, body shaking against me, soft thighs locking around my wrist while the orgasm rolled through her.</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/2/24.png',
'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 class="notation_text">I sat back on the sofa, cock hard and heavy between my legs. $characters.reena.name leaned down, soft hair falling over my thighs. Warm fingers wrapped around the shaft. She took the head into her mouth slowly — soft lips stretching, tongue swirling over the tip in lazy circles. She stroked the rest of my cock with her hand while she teased the sensitive head, licking, sucking lightly, never taking more than half. Slow. Deliberate. Pure tease.</p>',
'<p class="notation_text">She shifted, standing in front of me and bending at the waist. Soft tits hung down as she lowered her mouth onto my cock again. This time she took more, speed increasing. Wet, rhythmic sucks. She pulled off just long enough to spit on the shaft, the warm saliva making everything slicker, then swallowed me deeper. Soft moans vibrated around my cock. I groaned, watching her work me with growing hunger.</p>',
'<p class="notation_text">She blew me harder. Lips brushing the full length, spit dripping down the shaft, saliva strings connecting her mouth to my cock every time she pulled back. She used both hand and mouth — stroking fast while she sucked the head, then taking me deeper again. The wet, filthy sounds filled the room. My cock throbbed. I came hard, thick ropes flooding her mouth. She kept sucking and jerking, swallowing what she could, the rest spilling over her lips and chin while she milked every pulse.</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/2/24.png',
'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 class="notation_text">I stayed seated on the sofa. $characters.reena.name stood in front of me, then slowly lowered herself. Soft thighs spread wide as she guided my cock to her entrance. She sank down inch by inch, tight wet heat swallowing me until she was fully seated. She started moving — rising and falling in a slow, controlled rhythm, legs spread as far as the sofa allowed. Soft moans left her lips with every descent.</p>',
'<p class="notation_text">She held the base of my cock with one hand, keeping me steady as she rode. Up and down, faster now. Wet, slippery sounds rose with every stroke. Soft tits bounced gently. She groaned and moaned with each deep glide, walls clenching around me, clearly loving the full stretch of my cock inside her.</p>',
'<p class="notation_text">More intense. Legs spread even wider. She bounced harder, the wet slap of her soft ass against my thighs filling the room. She leaned forward, pressing her full, heavy breasts against my mouth. I sucked one tight nipple, then the other, while she rode me with increasing speed. Soft cries grew louder. Her pussy clamped down hard as she came — juices running down my cock, body shaking. The tight, pulsing heat pulled me over the edge. I thrust up and flooded her, thick cum pumping deep while she kept moving through both of our orgasms, soft tits still pressed to my face.</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/2/24.png',
'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 class="notation_text">I stayed seated on the sofa. $characters.reena.name turned her back to me, straddled my lap, and slowly sank down onto my hard cock. Tight, wet heat swallowed me inch by inch until she was fully seated, soft ass resting against my thighs. She started moving — rising and falling in a slow, controlled rhythm. Soft groans and moans left her lips with every wet glide.<p class="scene_dialogue"><i>Mmm… so deep already…</i></p>',
'<p class="notation_text">I reached around and cupped her full, soft tits, squeezing and pressing them while she rode me. My other hand slid down between her spread thighs, fingers finding her swollen clit. I rubbed her in firm, intense circles while she kept grinding and bouncing. Juices coated my fingers. She moaned louder, body trembling as I worked her sensitive clit and filled her at the same time.<p class="scene_dialogue"><i>Right there… don’t stop rubbing…</i></p>',
'<p class="notation_text">She increased speed, bouncing harder, soft ass slapping against my thighs. One of her own hands joined mine, rubbing her clit fast while I kept squeezing her heavy breasts. Her walls clenched tight. She pressed her tits hard into my palms as the orgasm hit — a sharp cry, body shaking, juices flooding down my cock while she kept moving through it.<p class="scene_dialogue"><i>I’m coming… fuck, I’m coming…</i></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/2/24.png',
'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 class="notation_text">$characters.reena.name climbed onto the couch on all fours, back arched, soft ass raised high.</p><p class="scene_dialogue"><i>Just like that… fill me…</i></p>',
'<p class="notation_text">I fucked her harder. Hands gripped her soft hips. The wet slap of my body against her thick ass filled the room — sharp, rhythmic, filthy. Soft tits swung beneath her with every thrust. She moaned louder, pushing back to meet me, taking every deep stroke.</p>',
'<p class="notation_text">More intense. Faster. I pounded into her without restraint, the couch creaking under us. Her pussy clenched hard around my cock as she came again — a broken cry, body trembling, juices dripping down her thighs. The tight, pulsing heat pulled me over the edge. I slammed in deep and flooded her, thick cum pulsing inside while she shook through her orgasm.<p class="scene_dialogue"><i>Don’t pull out… fill me up…</i></p>',
]
},
'sf_scene': {
'scene_code': 'reena',
'scene_type': 'sf_scene',
'scene_passage': 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
'scene_character': 'reena',
'default_image': 'char/reena/2/24.png',
'scene_title': ['💬 Build Rapport','🧠 Read Insight','🎭 Apply Pressure',],
'scene_arc': ["👀 Observe", "🤝 Believe", "✨ Inspire"],
'scene_video': ['char/reena/vid/sf-1.mp4','char/reena/vid/sf-2.mp4','char/reena/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">$characters.reena.name lay on her side on the sofa, one leg lifted high and resting along the backrest, opening herself wide. I moved in behind her, angled my cock to her entrance, and pushed in easily. The new position let me sink deep with almost no resistance. Slow, smooth thrusts at first — wet and deep — while I held her raised leg for better access.<p class="scene_dialogue"><i>So open like this… so deep…</i></p>',
'<p class="notation_text">I increased speed. Faster, harder strokes. One hand kept her leg spread high while the other stayed free. She reached down and rubbed her swollen clit in quick circles, soft moans turning sharper with every deep thrust. The wet sound of my cock working her open filled the room.</p>',
'<p class="notation_text">Even faster. I pounded into her from the side, holding her leg tight, the wet slap of skin loud and constant. She rubbed her clit harder, body tensing. A long, broken moan tore from her throat as she came — walls clamping down, juices spilling around my cock. I kept fucking her through it until I followed, flooding her once more while she groaned and shook against me.<p class="scene_dialogue"><i>Yes… right there… I’m coming again…</i></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/2/17.png',
'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 class="notation_text">$characters.amber.name sat between us on the couch, soft and warm. $characters.richard.name and I were on either side of her. I reached over and cupped her left breast through the thin fabric of her top; $characters.richard.name did the same with the right. Soft, full weight filled our hands. We opened her blouse, then pushed her skirt up her thighs. $characters.amber.name’s hands slid down at the same time, one on each of our crotches, rubbing the hard outlines of our cocks through our jeans. She was already breathing faster, clearly enjoying the attention from both sides.</p><p class="notation_text"><i>Mmm… both of you touching me at once… feels so good…</i></p>',
'<p class="notation_text">We leaned in together. Soft lips closed over her bare tits — I took one nipple into my mouth, $characters.richard.name the other. We sucked and licked, tongues circling the tight peaks while she moaned low and sweet. Her hands kept massaging our cocks through the fabric, squeezing and stroking the hard lengths as we played with her sensitive nipples.</p><p class="notation_text"><i>Yes… suck them harder… just like that…</i></p>',
'<p class="notation_text">$characters.amber.name shifted, pulled her panties to the side, and started rubbing her own pussy right in front of us. Soft, wet folds opened under her fingers. We could see everything — pink inner lips, the glistening entrance, the way her fingers slid through her juices. She was soaked. $characters.richard.name and I both groaned, still sucking her tits, watching her touch herself while the scent of her arousal filled the air. She was driving us both crazy.</p><p class="notation_text"><i>Look how wet I am for you two… you like watching me play with it?</i></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/2/17.png',
'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 class="notation_text">$characters.amber.name lay on her back across the sofa, head resting in my lap. $characters.richard.name positioned himself between her open thighs, rubbed the head of his cock along her wet folds, then pushed inside. He started with deep, steady thrusts. Soft tits rose and fell with every movement. I watched from above, enjoying the sight of her husband pounding into her while her soft hair brushed my cock.</p><p class="notation_text"><i>He’s so deep… and you’re watching me take it…</i></p>',
'<p class="notation_text">$characters.richard.name increased his speed. Harder, wetter strokes. I leaned down and fondled her soft breasts, squeezing the warm flesh, rolling her nipples between my fingers. She moaned louder. I started stroking my own cock while $characters.richard.name pressed her tits hard and leaned in to kiss her deeply. His pace grew even faster, the wet slap of skin filling the room.</p><p class="notation_text"><i>Mmm… kiss me while he fucks me…</i></p>',
'<p class="notation_text">I shifted and guided my cock into her open mouth. $characters.richard.name kept fucking her hard between her legs while she sucked me. Soft moans vibrated around my shaft. One of her hands rubbed her swollen clit in fast circles; the other pressed her own soft tits hard, squeezing them together. Wet sounds, moans, and the rhythmic slap of $characters.richard.name’s hips mixed together as she took both of us at once.</p><p class="notation_text"><i>Mmmph… both of you… don’t stop…</i></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/2/17.png',
'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 class="notation_text">$characters.amber.name stood, opened the rest of her dress, and slid her panties all the way down. Completely naked now. We stood as well. She knelt between us on the floor, soft tits rising with every breath. She wrapped one hand around each of our cocks, stroking slowly. Then she leaned forward and took $characters.richard.name’s cock into her warm, wet mouth while she kept jerking me. Soft lips stretched around him. She bobbed her head in a steady rhythm, sucking him while her other hand worked my shaft.</p><p class="notation_text"><i>Mmm… you both taste so good…</i></p>',
'<p class="notation_text">She switched. Warm mouth left $characters.richard.name and wrapped around my cock instead. Soft, wet heat. She took me deeper, speed increasing from slow to medium. $characters.richard.name reached down and played with her soft tits while she sucked me. I rested a hand on the back of her head and guided her, pulling her gently against my crotch as she worked me with growing hunger.</p><p class="notation_text"><i>Fuck… your cock feels so thick in my mouth…</i></p>',
'<p class="notation_text">I started fucking her mouth in short, controlled thrusts. $characters.richard.name stood beside us, stroking his own cock while he watched. $characters.amber.name moaned around me, saliva dripping down my shaft. The wet sounds grew louder. My cock throbbed hard. Suddenly I came — thick ropes flooding her mouth. She took it all, swallowing what she could, the rest spilling over her soft lips while she kept sucking and stroking me through every pulse.</p><p class="notation_text"><i>Mmm… give it to me… fill my mouth…</i></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/2/17.png',
'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 class="notation_text">I lay back on the couch. $characters.amber.name climbed over me, straddled my hips, and guided my cock to her dripping entrance. She sank down slowly, tight wet heat swallowing me until she was fully seated. She started riding — rising and falling, speed gradually increasing. Soft tits bounced with every movement. $characters.richard.name stood beside the couch, cock in hand, stroking himself while he watched her take me deep.</p><p class="notation_text"><i>So full… I can feel every inch…</i></p>',
'<p class="notation_text">She ground her pussy in slow circles, then lifted and dropped again, taking every inch. $characters.richard.name stepped closer and offered his cock to her mouth. She leaned forward and sucked him while she kept riding me. I gripped her soft hips and started thrusting up from below, meeting her movements. She concentrated on both of us — mouth full of $characters.richard.name, pussy full of me — soft moans vibrating around his cock as I fucked her from underneath.</p><p class="notation_text"><i>Mmmph… both of you at the same time… don’t stop…</i></p>',
'<p class="notation_text">I thrust harder and faster from below. $characters.amber.name bounced on my cock while she sucked $characters.richard.name deep, soft tits swinging with every movement. Wet sounds filled the room — the slap of her ass against my thighs, the wet suck of her mouth on him. She was clearly lost in it, moaning and groaning around his cock. Her pussy clenched tight around me as she came hard, walls pulsing, juices running down my shaft. The tight, wet heat pulled me over the edge. I flooded her while she kept sucking $characters.richard.name, all three of us locked in the messy, shared orgasm.</p><p class="notation_text"><i>I’m coming… fuck… fill me up…</i></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/2/17.png',
'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 class="notation_text">$characters.richard.name sat on the sofa. $characters.amber.name dropped onto all fours in front of him and took his cock into her mouth, sucking steadily. I moved behind her, lifted her soft ass a little higher, and pushed my cock into her dripping pussy in one smooth stroke. Tight, wet heat wrapped around me. I started fucking her from behind while she kept sucking her husband.</p><p class="notation_text"><i>Mmm… fill me from both ends…</i></p>',
'<p class="notation_text">I increased my pace. Harder, deeper thrusts. The wet slap of my hips against her thick ass grew loud and constant. I grabbed a handful of her long blonde hair and pulled, tilting her head back while she moaned around $characters.richard.name’s cock. Soft tits swung beneath her with every impact.</p><p class="notation_text"><i>Harder… pull my hair… fuck me…</i></p>',
'<p class="notation_text">I fucked her hard from behind without restraint. Deep, powerful strokes that made her whole body rock forward onto $characters.richard.name’s cock. She kept sucking him greedily, saliva dripping down his shaft while I pounded her dripping pussy. Soft, muffled moans and the wet sounds of both ends being used filled the room as the three of us moved together in one filthy, shared rhythm.</p><p class="notation_text"><i>Don’t stop… use me… both of you…</i></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/2/17.png',
'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 class="notation_text">I lay back on the sofa. $characters.amber.name straddled me in reverse, facing away, soft ass toward my face. She reached down, wrapped her fingers around my hard cock, and guided the head to her dripping entrance. Slowly she sank down, tight wet heat swallowing me until she was fully seated. She started moving up and down at a steady, decent pace — soft cheeks bouncing, wet sounds rising with every stroke. $characters.richard.name stood nearby, watching every movement while she clearly enjoyed being filled in front of her husband.</p><p class="notation_text"><i>Mmm… he can see everything… how deep you are inside me…</i></p>',
'<p class="notation_text">She increased her speed. Faster rises and drops, soft ass slapping against my thighs. Moans and groans spilled from her lips with every wet thrust. $characters.richard.name stepped closer, reached around, and pressed both of her full, heavy tits in his hands, squeezing and playing with the soft flesh while she rode me harder. Juices coated my cock, making every movement slick and filthy.</p><p class="notation_text"><i>Yes… squeeze them… fuck, that feels so good…</i></p>',
'<p class="notation_text">$characters.amber.name fucked me with intense, almost desperate speed — rising high and slamming down, taking every thick inch deep. Soft, broken moans filled the room. When I got close she suddenly lifted off, moved aside, and dropped to her knees. I stood. She took my glistening cock straight into her warm, wet mouth and sucked hard, stroking the shaft with both hands until I came. Thick ropes flooded her tongue; she swallowed what she could, the rest spilling over her soft lips while she kept milking me.</p><p class="notation_text"><i>Give it to me… I want to taste it…</i></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/2/6.png',
"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 class="notation_text">$characters.ashley.name spread her legs wide — one thigh lifted high in the air, the other resting on the bed, soft pussy fully open in front of me. $characters.reena.name settled between her thighs and started licking. Soft, slow strokes of her tongue through glistening folds. She kissed the swollen clit, then sucked it gently between her lips. Wet, filthy sounds rose. $characters.ashley.name’s soft moans filled the room. Juices already dripping onto $characters.reena.name’s chin. I could see everything — the way $characters.ashley.name’s soft lips parted under the tongue, the shiny trail of wetness, the way her stomach tensed with every suck — while my cock throbbed uselessly in the open air.</p><p class="notation_text"><i>Fuck… her tongue feels so good… and you’re just watching…</i></p>',
'<p class="notation_text">$characters.reena.name pushed one finger inside while she kept sucking $characters.ashley.name’s clit. Soft, wet walls clenched around the digit. Multiple points of pleasure at once. $characters.ashley.name’s moans grew louder, broken, almost desperate. Soft thighs trembled. More juices spilled, coating $characters.reena.name’s lips and chin, dripping onto the sheets. The wet sound of tongue and finger working together filled my ears while I stayed locked in place, aching.</p>',
'<p class="notation_text">More intense. Tongue, lips, and two fingers now — sucking, licking, fingering in a steady, filthy rhythm. $characters.ashley.name’s body arched. Soft tits heaved. A long, broken cry tore from her throat as she came hard, juices flooding $characters.reena.name’s mouth. $characters.reena.name kept licking through it, drinking every drop, while I could only watch the orgasm shake through her soft body, completely helpless.</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/2/6.png',
"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 class="notation_text">They sat between my spread legs, one on each side of my hard, leaking cock. $characters.ashley.name wrapped soft fingers around the shaft and offered it to $characters.reena.name like a gift. $characters.reena.name leaned in and took the head into her warm, wet mouth, sucking slowly. Soft lips stretched. Tongue swirling. At the same time $characters.ashley.name climbed up, straddled my chest, and kissed me deep — soft tits pressing against my face, tongue sliding into my mouth while her girlfriend sucked my cock just below.</p>',
'<p class="notation_text">They took turns. $characters.ashley.name’s mouth replaced $characters.reena.name’s — warmer, a little hungrier. Then $characters.reena.name again. Soft, wet lips trading places, saliva and pre-cum mixing. Between switches they kissed each other right above my cock, exchanging the taste of me in slow, filthy kisses. $characters.reena.name’s hand stayed on my shaft the whole time, stroking hard whenever a mouth wasn’t wrapped around me. Wet sounds, soft moans, the sight of their tongues meeting — all of it while I stayed cuffed and helpless.</p>',
'<p class="notation_text">$characters.reena.name locked her lips around my cock and sucked hard — deep, wet, relentless. $characters.ashley.name supported her from behind, kissing the side of her neck, one hand holding the base of my shaft so $characters.reena.name could take me deeper. Soft gagging sounds mixed with the wet suck. Saliva dripped down my cock and onto my balls. I could only groan and watch, wrists straining against the cuffs while they worked me together.</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/2/6.png',
"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 class="notation_text">$characters.ashley.name and $characters.reena.name kissed deeply, soft tongues sliding, then shifted into a perfect 69. $characters.reena.name climbed on top, soft thighs framing $characters.ashley.name’s head, and lowered her dripping pussy onto $characters.ashley.name’s mouth. At the same time she leaned down and buried her face between $characters.ashley.name’s spread legs. Soft, wet sounds rose immediately — tongues licking, lips sucking, soft folds rubbing against mouths. Their soft tits pressed against each other’s stomachs. Juices already glistening on chins and thighs while I stayed cuffed, cock throbbing hard as I watched every wet stroke.</p>',
'<p class="notation_text">They went deeper. Tongues focused on swollen clits — sucking, licking, circling. Soft fingers joined in, pushing inside wet heat, curling, stroking. The room filled with wet, filthy sounds and soft, muffled moans. Soft thighs trembled. More juices spilled, dripping down cheeks and onto the sheets. I could see everything: the way their soft lips parted under each other’s tongues, the shiny trails of wetness, the slow grind of their hips while I remained completely helpless.</p>',
'<p class="notation_text">More intense. Faster licking, harder sucking, fingers pumping deeper. Soft bodies rocked against each other. $characters.ashley.name came first — a sharp, muffled cry against $characters.reena.name’s pussy, thighs clamping, juices flooding $characters.reena.name’s mouth. $characters.reena.name followed seconds later, grinding down hard, soft moans vibrating into $characters.ashley.name’s wet folds as her own orgasm hit. They kept licking each other through it, messy and greedy, while I could only watch, wrists straining against the cuffs, cock leaking onto my stomach.</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/2/6.png',
'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 class="notation_text">I sat leaning against the bedhead, both wrists cuffed to the posts. Completely helpless. $characters.ashley.name and $characters.reena.name were already naked. Soft, full breasts, smooth skin, the warm scent of their bodies filling the room. $characters.ashley.name lay back on the bed right in front of me. $characters.reena.name climbed over her, pressed their soft tits together, and kissed her deep. Then she lowered her mouth and sucked one of $characters.ashley.name’s tight nipples, tongue circling, wet sounds rising. Soft moans spilled from $characters.ashley.name’s lips. My cock throbbed hard and untouched between my legs. I could only watch — every bounce of their soft breasts, every wet kiss, every quiet suck — while the cuffs held me in place.</p>',
'<p class="notation_text">They moved to either side of me. Still completely naked. Soft thighs brushing my legs. Both of them started touching themselves right next to me — fingers sliding between wet folds, soft circles over swollen clits. Wet, slick sounds filled the quiet room. $characters.ashley.name’s soft tits rose and fell faster. $characters.reena.name’s dark eyes stayed locked on mine while she rubbed herself. My cock twitched helplessly, leaking pre-cum onto my stomach. The sight of both of them masturbating so close, so open, while I couldn’t move a single hand, made the ache almost unbearable.</p>',
'<p class="notation_text">They rubbed harder. Fingers dipping deeper, juices coating their hands, soft moans turning sharper. The wet sound of two pussies being worked right beside me filled my ears. $characters.ashley.name came first — a trembling cry, soft thighs shaking. $characters.reena.name followed seconds later, a low groan, juices dripping onto the sheets. Still shaking, they both brought their wet, glistening fingers to my mouth. Soft tips pressed against my lips. I tasted them — warm, musky, sweet — while they watched me with dark, satisfied eyes.</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/2/6.png',
'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 class="notation_text">$characters.reena.name stayed between my legs, soft mouth still close to my hard cock. $characters.ashley.name climbed up my body, turned, and stood over my face. Soft thighs framed my head. She lowered herself until the warm, wet lips of her pussy settled right against my mouth. I started licking immediately — tongue sliding through soft, dripping folds, tasting her. Soft moans left her lips as she rested her weight on my face, giving me full access while I stayed locked in place.</p><p class="notation_text"><i>That’s it… lick me while you’re all tied up…</i></p>',
'<p class="notation_text">I kept sucking and licking $characters.ashley.name’s soft, wet pussy — tongue circling her clit, dipping inside, drinking every drop. At the same time $characters.reena.name leaned in and brushed her soft lips along my cock, teasing, then took the head into her mouth. She sucked slowly while her hand stroked the shaft. Wet heat on my cock, soft pussy grinding on my tongue — both of them using me at once while the cuffs kept me completely at their mercy.</p>',
'<p class="notation_text">$characters.ashley.name started grinding harder, soft, wet folds sliding back and forth across my mouth and tongue. I licked and sucked without stopping, soft thighs trembling around my head. $characters.reena.name jerked my cock faster, lips still wrapped around the head, soft wet strokes matching $characters.ashley.name’s rhythm. The dual pleasure built fast. My cock throbbed hard in $characters.reena.name’s hand and mouth. I came with a deep groan — thick ropes of cum spilling over her fingers and tongue — while $characters.ashley.name kept grinding her dripping pussy on my face, soft moans raining down as she used my mouth until she was satisfied.</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/2/6.png',
'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 class="notation_text">$characters.ashley.name and $characters.reena.name kissed deeply, soft tongues sliding, then shifted into a perfect 69. $characters.reena.name climbed on top, soft thighs framing $characters.ashley.name’s head, and lowered her dripping pussy onto $characters.ashley.name’s mouth. At the same time she leaned down and buried her face between $characters.ashley.name’s spread legs. Soft, wet sounds rose immediately — tongues licking, lips sucking, soft folds rubbing against mouths. Their soft tits pressed against each other’s stomachs. Juices already glistening on chins and thighs while I stayed cuffed, cock throbbing hard as I watched every wet stroke.</p>',
'<p class="notation_text">They went deeper. Tongues focused on swollen clits — sucking, licking, circling. Soft fingers joined in, pushing inside wet heat, curling, stroking. The room filled with wet, filthy sounds and soft, muffled moans. Soft thighs trembled. More juices spilled, dripping down cheeks and onto the sheets. I could see everything: the way their soft lips parted under each other’s tongues, the shiny trails of wetness, the slow grind of their hips while I remained completely helpless.</p>',
'<p class="notation_text">More intense. Faster licking, harder sucking, fingers pumping deeper. Soft bodies rocked against each other. $characters.ashley.name came first — a sharp, muffled cry against $characters.reena.name’s pussy, thighs clamping, juices flooding $characters.reena.name’s mouth. $characters.reena.name followed seconds later, grinding down hard, soft moans vibrating into $characters.ashley.name’s wet folds as her own orgasm hit. They kept licking each other through it, messy and greedy, while I could only watch, wrists straining against the cuffs, cock leaking onto my stomach.</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/2/6.png',
'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 class="notation_text">$characters.ashley.name dropped onto all fours in front of me, thick ass raised high. $characters.reena.name moved behind her, spread the soft cheeks, and started kissing and licking her tight little asshole and the dripping pussy just below. Soft, wet tongue strokes. One finger slid into $characters.ashley.name’s pussy at the same time. $characters.ashley.name leaned forward and took my hard cock into her mouth, sucking deep while $characters.reena.name ate her from behind. Intense. Filthy. The wet sounds of tongue on ass and lips on cock mixed together while I stayed locked to the bed.</p>',
'<p class="notation_text">$characters.reena.name focused on $characters.ashley.name’s asshole — slow, thorough licks, tongue pushing against the tight ring while two fingers kept working her pussy. $characters.ashley.name never stopped sucking me. Soft, wet heat around my cock, saliva dripping down the shaft. Soft moans vibrated around me every time $characters.reena.name’s tongue pressed deeper. I could only watch the two of them, wrists straining, cock throbbing in $characters.ashley.name’s mouth.</p>',
'<p class="notation_text">$characters.reena.name slid underneath $characters.ashley.name so her mouth was directly under the dripping pussy. She licked and sucked the soft folds while her own hand rubbed her clit hard and fast. $characters.ashley.name kept sucking my cock, soft tits hanging, body rocking. $characters.reena.name’s moans grew louder against $characters.ashley.name’s wet pussy until she came hard — thighs shaking, soft cries muffled against the soft flesh above her — while $characters.ashley.name continued to suck me and I stayed completely helpless, watching every second.</p>',
]
},
"fm_scene": {
"scene_code": 'ashley',
"scene_type": 'fm_scene',
"scene_passage": 'Office',
'scene_activity': ['Trust','Seduction','Manipulation'],
"scene_character": 'ashley',
"default_image": 'char/ashley/2/6.png',
'scene_title': ['🤝 Give in to passion','😉 Peak of pleasure','😈 Be Ruthless',],
'scene_arc': ["❓ Curiosity", "🕵️ Investigation", "🌙 Revelation"],
"scene_video": ['char/ashley/vid/fm-1.mp4','char/ashley/vid/fm-2.mp4','char/ashley/vid/fm-3.mp4',],
"scene_dialogue" : [
'<p class="notation_text">$characters.reena.name kissed $characters.ashley.name’s dripping pussy one last time, then pushed two fingers deep inside. Soft, wet walls stretched around them. She started fingering her in long, firm strokes. $characters.ashley.name groaned and moaned, soft thighs spreading wider. The wet sound of fingers pumping in and out filled the room while I watched every thrust, cock leaking onto my stomach.</p>',
'<p class="notation_text">$characters.ashley.name lifted both legs high in the air, giving $characters.reena.name full access. $characters.reena.name kept fingering her hard while she leaned up and sucked one soft breast, then the other — switching between sucking nipples and sucking her dripping clit, never stopping the deep finger-fucking. Soft moans, wet sounds, the sight of $characters.ashley.name’s body being used from both ends while I stayed cuffed and throbbing.</p>',
'<p class="notation_text">$characters.ashley.name sat up, almost climbing into $characters.reena.name’s lap, and kissed her deep and messy. $characters.reena.name never stopped. Fingers still pumping hard and fast inside her. Soft, wet squelching sounds. $characters.ashley.name moaned into the kiss as another orgasm hit — body shaking, juices spilling over $characters.reena.name’s hand while their soft tits pressed together. I could only watch the two of them locked together, completely at their mercy.</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>>
<!-- Ashley 3: Helpless Desire -->
<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/2/4.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
A new message lit up my phone screen.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/ashley.png'" alt="$characters.ashley.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.ashley.name</div>
<p>"Come, Detective. I'm ready to punish you."</p>
</div>
</div>
<p class="notation_text">
No hesitation.
I took my keys and drove straight to $characters.reena.name’s house. Curiosity and thrill twisted together in my chest.
</p>
<p class="notation_text">
$characters.ashley.name greeted me at the door.
Black silk robe hanging open just enough to show the soft inner curves of her full breasts. Long blonde hair loose. Wicked smirk already in place.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/ashley.png'" alt="$characters.ashley.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.ashley.name</div>
<p>Welcome, Detective. Ready to pay for stealing my girl?</p>
</div>
</div>
<p class="notation_text">
I smirked back.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/ashley/2/8.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • 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>Yes… I’m ready.</p>
</div>
</div>
<p class="notation_text">
She took my hand and led me inside.
$characters.reena.name stood near the bed, already aware of the plan — soft top clinging to her breasts, eyes dark with playful heat. The mood in the room was electric, heavy with dominance.
</p>
<p class="notation_text">
Without warning they playfully pushed me onto the bed.
$characters.ashley.name whispered something to $characters.reena.name. Together they tied my wrists to the posts with soft silk scarves — not too tight, but firm enough to make my heart race and my cock twitch hard against my pants.
</p>
<p class="notation_text">
Then, instead of approaching me, they turned to each other.
$characters.ashley.name ran her hands along $characters.reena.name’s waist. Soft lips brushed, then locked in a slow, sensual kiss. Tongues sliding. Soft moans vibrating between them. Full breasts pressing together. Their chemistry took over the room while I could do nothing but watch, restrained and aching.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/ashley/2/7.png' " >
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
$characters.ashley.name looked back at me, a teasing glint in her eyes.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/ashley.png'" alt="$characters.ashley.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.ashley.name</div>
<p>$characters.reena.name… I think we should tickle him a little.</p>
</div>
</div>
<p class="notation_text">
They both walked over.
Soft fingers traced my chest, my sides, the sensitive skin just above my waistband — light, playful, maddening. Their laughter echoed while they kept me squirming against the restraints, cock throbbing uselessly between us.
</p>
<p class="notation_text">
Then they returned to each other again, ignoring me on purpose.
Kissing deeper. Hands sliding under clothes. Soft tits freed. Fingers between soft thighs. Doing it all in a way that made me feel even more exposed, even more involved.
The punishment wasn’t pain.
It was helpless, burning desire — and they knew exactly how to keep me on the edge.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Ashley_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">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/as-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Anal Licking – 1 -->
$characters.ashley.name dropped onto all fours in front of me, thick ass raised high.
$characters.reena.name moved behind her, spread the soft cheeks, and started kissing and licking her tight little asshole and the dripping pussy just below. Soft, wet tongue strokes. One finger slid into $characters.ashley.name’s pussy at the same time. $characters.ashley.name leaned forward and took my hard cock into her mouth, sucking deep while $characters.reena.name ate her from behind. Intense. Filthy. The wet sounds of tongue on ass and lips on cock mixed together while I stayed locked to the bed.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/as-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Anal Licking – 2 -->
$characters.reena.name focused on $characters.ashley.name’s asshole — slow, thorough licks, tongue pushing against the tight ring while two fingers kept working her pussy.
$characters.ashley.name never stopped sucking me. Soft, wet heat around my cock, saliva dripping down the shaft. Soft moans vibrated around me every time $characters.reena.name’s tongue pressed deeper. I could only watch the two of them, wrists straining, cock throbbing in $characters.ashley.name’s mouth.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/as-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Anal Licking – 3 -->
$characters.reena.name slid underneath $characters.ashley.name so her mouth was directly under the dripping pussy.
She licked and sucked the soft folds while her own hand rubbed her clit hard and fast. $characters.ashley.name kept sucking my cock, soft tits hanging, body rocking. $characters.reena.name’s moans grew louder against $characters.ashley.name’s wet pussy until she came hard — thighs shaking, soft cries muffled against the soft flesh above her — while $characters.ashley.name continued to suck me and I stayed completely helpless, watching every second.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/ashley/vid/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.reena.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
<!-- 69 – 1 -->
$characters.ashley.name and $characters.reena.name kissed deeply, soft tongues sliding, then shifted into a perfect 69.
$characters.reena.name climbed on top, soft thighs framing $characters.ashley.name’s head, and lowered her dripping pussy onto $characters.ashley.name’s mouth. At the same time she leaned down and buried her face between $characters.ashley.name’s spread legs. Soft, wet sounds rose immediately — tongues licking, lips sucking, soft folds rubbing against mouths. Their soft tits pressed against each other’s stomachs. Juices already glistening on chins and thighs while I stayed cuffed, cock throbbing hard as I watched every wet stroke.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- 69 – 2 -->
They went deeper.
Tongues focused on swollen clits — sucking, licking, circling. Soft fingers joined in, pushing inside wet heat, curling, stroking. The room filled with wet, filthy sounds and soft, muffled moans. Soft thighs trembled. More juices spilled, dripping down cheeks and onto the sheets. I could see everything: the way their soft lips parted under each other’s tongues, the shiny trails of wetness, the slow grind of their hips while I remained completely helpless.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- 69 – 3 -->
More intense.
Faster licking, harder sucking, fingers pumping deeper. Soft bodies rocked against each other. $characters.ashley.name came first — a sharp, muffled cry against $characters.reena.name’s pussy, thighs clamping, juices flooding $characters.reena.name’s mouth. $characters.reena.name followed seconds later, grinding down hard, soft moans vibrating into $characters.ashley.name’s wet folds as her own orgasm hit. They kept licking each other through it, messy and greedy, while I could only watch, wrists straining against the cuffs, cock leaking onto my stomach.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<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">
<img class="scene-image" @src="setup.ImagePath + 'misc/dc.png'">
<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="big_text">
<<nobr>>
<div class="scene-container">
<div class="image-wrapper">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath + 'misc/echo.png'">
<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/whitney/4.jpg'">
<label for="mpName">She is <<print $characters.whitney.name>> (Default: <<print $characters.whitney.name>>)</label>
<input type="text" id="mpName" value="Whitney" placeholder="Enter name">
<p>Only Fans: $characters.whitney.social</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'char/reena/11.jpg'">
<label for="upName">She is <<print $characters.reena.name>> (Default: <<print $characters.reena.name>>)</label>
<input type="text" id="upName" value="Reena" placeholder="Enter name">
<p>Only Fans: $characters.reena.social</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'char/ashley/1.jpg'">
<label for="epName">She is <<print $characters.ashley.name>> (Default: <<print $characters.ashley.name>>)</label>
<input type="text" id="epName" value="Ashley" placeholder="Enter name">
<p>Only Fans: $characters.ashley.social</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'char/amber/6.jpg'">
<label for="ctName">She is <<print $characters.amber.name>> (Default: <<print $characters.amber.name>>)</label>
<input type="text" id="ctName" value="Amber" placeholder="Enter name">
<p>Only Fans: $characters.amber.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.reena.name = $("#upName").val()>>
<<set $characters.ashley.name = $("#epName").val()>>
<<set $characters.whitney.name = $("#mpName").val()>>
<<set $characters.amber.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('reena', 100,'Trust')" data-passage="Cheat" data-setter="$message to ''" >
<p > Observe +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('reena', 100,'Seduction')" data-passage="Cheat" data-setter="$message to ''" >
<p > Believe +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('reena', 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('whitney', 100,'Trust')" data-passage="Cheat" data-setter="$message to ''" >
<p > Listen +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('whitney', 100,'Seduction')" data-passage="Cheat" data-setter="$message to ''" >
<p > Analyze +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('whitney', 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('amber', 100,'Trust')" data-passage="Cheat" data-setter="$message to ''" >
<p > Resistance +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('amber', 100,'Seduction')" data-passage="Cheat" data-setter="$message to ''" >
<p > Negotiation +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('amber', 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('ashley', 100,'Trust')" data-passage="Cheat" data-setter="$message to ''" >
<p > Curiosity +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('ashley', 100,'Seduction')" data-passage="Cheat" data-setter="$message to ''" >
<p > Investigation +</p>
</div>
<div class="enter-button cheat-button" onclick="charStatsChange('ashley', 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>
<!-- Whitney’s Apartment (Investigation + Passionate Sex) -->
<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/2/4.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
I drove again to — 17 Rosewood Street.
Tonight wasn’t just about pleasure. I had work to do.
A new case had landed on my desk, and I needed leads.
And $characters.whitney.name… she always noticed things others missed.
</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>(knocking) $characters.whitney.name?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Come in. It’s unlocked, detective.</p>
</div>
</div>
<p class="notation_text">
I opened the door.
She was waiting in the living room — tight black t-shirt with no bra underneath, soft shorts clinging to her wide hips and the thick curve of her ass. The thin fabric of the shirt stretched over her heavy tits, nipples already faintly visible through the material. No heels this time, but the way she stood — hips cocked, eyes half-lidded — was pure invitation.
The apartment smelled like vanilla and lavender. Lights low. Music soft.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/25.png' " >
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>You don’t usually come twice in one week.</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>This isn’t just a personal visit.
I’ve got a suspect chart. Thought maybe you’ve seen something.</p>
</div>
</div>
<p class="notation_text">
I pulled out the photo grid — nine suspects labeled A1 to C3 — and laid it across her coffee table.
She leaned in. The soft, heavy weight of her tits brushed my arm through the thin t-shirt as she scanned the faces. Warm. Full. The scent of her skin filled my lungs.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Hmm…
Yeah. That’s B1. And B3.
I saw them walking near Crescent Avenue last night — real shady types.
Maybe you should check them out.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/mc/2/5.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">$mc.name</div>
<p>You’re sure?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>Positive. I never forget a face. Especially not creepy ones.</p>
</div>
</div>
<p class="notation_text">
That was a big break.
Those two were the only ones I couldn’t place. Her tip might crack the whole case open.
I folded the chart, tucked it away… and looked at her.
</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>You just saved me a week’s worth of digging.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/26.png' " >
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/whitney.png'" alt="$characters.whitney.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.whitney.name</div>
<p>I like being useful… especially to someone who knows how to thank me properly.</p>
</div>
</div>
<p class="notation_text">
She stood up slowly.
Hooked her thumbs into the waistband of those soft shorts and slid them down over the thick curve of her hips. No panties. Just the smooth, bare lips of her pussy and the full, round cheeks of her ass on full display.
My cock throbbed hard.
</p>
<p>
She straddled my lap on the bed, warm bare thighs locking around me. Her soft, heavy tits pressed against my chest through the thin t-shirt. Lips brushed mine — warm, full, already slightly parted. Her fingers worked the buttons of my shirt open without a word, nails lightly scraping my skin.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/whitney/30.png' " >
<div class="scene-caption">
$characters.whitney.name's Apartment • 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><span class="thought">(Her reward…)</span></p>
</div>
</div>
<p class="notation_text">
Something hotter than gratitude.
She kissed me deep — tongue sliding wet and hungry into my mouth, a low moan vibrating against my lips as she ground the soft, damp heat of her pussy against the hard bulge in my pants. I grabbed two thick handfuls of that soft ass and squeezed hard. She moaned louder, the sound filthy and open.
Clothes disappeared under desperate hands. We didn’t speak much after that.
</p>
</div>
</div>
<div class="enter-button"
data-passage="Whitney_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">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p class="notation_text">
She leaned forward, lifting her hips higher so only the tip stayed inside.
I gripped her waist and started thrusting up hard from below. Wet, deep strokes. The sound of our bodies meeting grew louder. She moaned with every upward slam, tits bouncing freely. Speed increased until she was crying out, pussy clamping down hard as she came again — juices running down my cock. I kept thrusting through her orgasm until I followed, flooding her once more while she trembled above me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p class="notation_text">
I sat up just enough to catch one of her heavy tits in my mouth, sucking the soft flesh and tight nipple while she rode me.
She ground her pussy down in slow circles, clit rubbing against my base, then lifted and dropped again. Soft breasts bounced and shook with every movement. She loved the feeling — head tilted back, low moans spilling out as she used my cock exactly how she wanted, wet and deliberate.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p class="notation_text">I lay back on the bed, cock still hard and glistening with her juices, pointing straight up.
$characters.whitney.name climbed over me, straddling my hips. Soft thighs framed me. She reached down, wrapped her fingers around my shaft, and guided the head to her dripping entrance. Slowly she sank down, wet heat swallowing me inch by inch until she was fully seated, soft ass resting against my thighs. She started moving — rising up until only the head remained inside, then sliding back down in a smooth, wet glide. Soft moans left her lips with every descent.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/whitney/vid/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.whitney.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
$characters.whitney.name lay back on the bed, legs spread wide, soft thighs open. The fluffy, wet lips of her pussy were fully exposed, still dripping from the previous rounds.
I moved between her legs, rubbed the head of my cock against her entrance, then pushed in slowly. Tight, slick walls welcomed me. I started with deep, steady thrusts — wet and smooth. She looked up at me the entire time, dark eyes half-lidded, soft moans leaving her lips with every stroke as my cock glided easily through her soaked heat.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p class="notation_text">
I sped up.
Legs spread wider. I drove deeper, the wet slap of skin growing louder. $characters.whitney.name’s hand slipped between us; she rubbed her swollen clit in fast circles while I pounded into her. Soft moans turned sharper. Her pussy fluttered around my cock with every deep thrust, juices making everything slick and filthy.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p class="notation_text">
Hard and deep.
I slammed into her without restraint, the bed rocking. She rubbed her clit faster, free hand gripping the sheets. I leaned down and kissed her hard — tongue sliding against hers while she moaned and groaned into my mouth. Her body tensed, then broke. She screamed through her orgasm, walls clamping tight, juices flooding around my cock. I kept pounding through it until I came with her, thick cum pulsing deep inside as she shook beneath me.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();">
<p>Continue</p>
</div>
<</nobr>>
</div>
<!-- Amber 1: Richard’s Wife – A Dangerous Distraction -->
<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/amber/2/2.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
I was about to leave the building. The case with $characters.reena.name was wrapped, and I had a quiet evening planned.
That’s when I heard a voice behind me.
</p>
<div class="dialogue-row unknown">
<div class="dialogue-box">
<div class="name">???</div>
<p>Hello, detective.</p>
</div>
</div>
<p class="notation_text">
I turned around.
She was walking toward me with slow, confident steps. Tall. Blonde. Built like trouble. Tight blouse stretched over a full, heavy pair of tits, the soft cleavage deep and deliberate. Pencil skirt clung to wide hips and the thick curve of her ass, every step making the fabric shift. Long legs ending in sharp heels that clicked like they owned the floor.
</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><span class="thought">(Damn… who is this?)</span></p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/1.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
She stopped close. Not touching, but close enough that her scent hit me — vanilla, expensive, with something sharper underneath. Danger mixed with perfume.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">Blonde Woman</div>
<p>I’m $characters.amber.name. Richard’s wife.</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><span class="thought">(Richard… one of the men I identified earlier.)</span></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 see.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/3.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>I came to talk about my husband.</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.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>He’s not a criminal. He’s just… weak. He was trapped. Used. The men you caught — they were pulling him in. He didn’t know how to get out.</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’s not what the evidence shows.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Evidence doesn’t always tell the truth. People like you should know that.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/4.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
$characters.amber.name folded her arms. The movement pushed her heavy tits higher against the tight blouse, soft flesh straining the fabric. My eyes dipped for a second. She caught it. A small, cold smirk touched her lips.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>You’re not the first man to look, detective. But looks don’t get you very far.</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><span class="thought">(She’s sharp. Not the kind you can joke with. One wrong word and she might file a complaint. And I’ll be the one under review.)</span></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 want me to believe your husband’s innocent?</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>I want you to understand he’s not like the others. He made a mistake, yes. But he doesn’t belong behind bars.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/5.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
She leaned a little closer. Her perfume hit harder — warm vanilla and something colder underneath. She wasn’t flirting. But the way her body filled that blouse and skirt made it hard not to imagine what it would feel like under my hands.
I tested the waters.
</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>Sometimes I work outside regular hours. Meet people privately… ask a few more personal questions.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Are you asking me for a meeting, detective?</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>Just trying to dig deeper into the truth.</p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Be careful. That kind of digging can turn into something else.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/6.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
She pulled back. Eyes colder now. Smile gone.
</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><span class="thought">(Damn. She didn’t take the bait. She’s not falling for hints. She’s not giving me an inch. If I push her, she’ll complain.)</span></p>
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>I’ve said what I needed to. If you’re as smart as they say… you’ll reconsider your report.</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><span class="thought">(If I want her… if I want anything from her… I’ll need a new plan. She won’t respond to me. But maybe her husband can convince her.)</span></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><span class="thought">(Time to pay Richard a little visit.)</span></p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/7.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
$characters.amber.name turned to leave. Her words lingered like a cold warning.
But I had one more card to play.
</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>Hold on.</p>
</div>
</div>
<p class="notation_text">
She stopped. I reached into my coat and pulled out a small photo. A woman. Brown hair. Soft eyes. Nervous expression.
</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>Do you recognize her? Maybe you two work at the same place?</p>
</div>
</div>
<p class="notation_text">
$characters.amber.name leaned in. She took the photo from my hand. Red nails brushed my fingers — cool, deliberate — as she studied the image.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Yeah… that’s Sarah. She works in the same building, just a different floor. Why?</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 was accused of shoplifting two days ago.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/8.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Sarah? That’s impossible. She’s quiet, keeps to herself. More importantly… she wasn’t even in town that day. She was visiting her mother.</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 sure?</p>
</div>
</div>
<p class="notation_text">
$characters.amber.name didn’t hesitate. She reached into her purse and pulled out her phone. A few taps later she brought up a message thread.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Here. She sent me these pictures that day. Look — her mom’s house, some garden photos, a selfie with the date stamp.</p>
</div>
</div>
<p class="notation_text">
I took the phone. Timestamps checked out. Geo-location too. She wasn’t even near the city during the theft.
</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><span class="thought">(Well damn… Sarah’s innocent. Another wrong accusation. This one could’ve gone bad if I hadn’t asked.)</span></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 just helped more than you know.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+ 'char/amber/2/9.png' " >
<div class="scene-caption">
Detective Agency • Morning
</div>
</div>
<p class="notation_text">
$characters.amber.name gave me a long look. A small smirk returned — colder this time.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>Then maybe next time, you should ask before jumping to conclusions, detective.</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><span class="thought">(Sharp tongue. Even sharper mind.)</span></p>
</div>
</div>
<p class="notation_text">
She turned around for real this time — hips swaying with deliberate confidence, that thick ass rolling under the tight pencil skirt — and walked away down the hallway.
</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><span class="thought">(Okay, $characters.amber.name… you’re more than just curves and cold stares. You’re a problem I’m not ready to solve… not yet.)</span></p>
</div>
</div>
</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">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p class="notation_text">
$characters.whitney.name stood in front of me completely naked except for the red stockings. Soft, full breasts rose and fell with every breath. Dark nipples already tight. The smooth curve of her waist flared into wide hips and a thick, round ass. Between her thighs the bare lips of her pussy were already faintly glistening. No panties. Nothing left to hide.
</p>
<p class="notation_text">
She stepped in close. Warm skin pressed against mine. Soft tits flattened against my chest as she leaned up and kissed the side of my neck — slow, open-mouthed, tongue dragging wetly along the sensitive skin. Her fingers found the clasp of her necklace and let it fall. Then her lips found mine. Soft at first, then deeper. She moved her body against me in a slow grind, the heat of her bare pussy rubbing against the hard bulge in my pants.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p class="notation_text">
The kiss grew hungrier. Her tongue slid into my mouth as a low moan vibrated against my lips. She broke the kiss only to trail her mouth down my neck again, then lower. Soft lips closed over the swell of one breast, then the other, sucking the flesh into her mouth. Her tongue flicked over a tight nipple, circling, then sucking hard. Another moan spilled out of her as she switched sides, wet sounds filling the quiet room while her hips kept grinding against my cock.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p class="notation_text">
She kept sucking — left nipple, then right — soft breasts spilling into my hands as I cupped them. One of her hands slid down between us, fingers finding the wet heat of her own pussy. She rubbed slowly at first, spreading her juices, then faster, soft wet sounds rising as she touched herself right against me. Her fingers came away glistening. She brought them up and smeared the slickness across my lips before kissing me again, moaning into my mouth while she kept rubbing her dripping cunt.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/whitney/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.whitney.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
I stood at the side of the bed. $characters.whitney.name lay on her stomach across the mattress, naked except for the red stockings, thick ass raised slightly.
She reached out, unzipped me, and freed my hard cock. Soft fingers wrapped around the shaft. My whole body tensed. Breath heavy. Then she leaned in and took the head into her warm, wet mouth. Slow at first — lips stretching, tongue swirling underneath. She pushed forward, taking more, then pulled back with a wet suck. Speed increased. Soft moans vibrated around my cock as she bobbed her head, saliva already starting to shine on the shaft. I groaned, one hand resting on the back of her head while she worked me deeper.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p class="notation_text">
I kept sucking, wet and steady. I leaned forward, reached under her, and slid two fingers between the soft lips of her pussy. She was soaked. I rubbed her clit in slow circles, then pushed a finger inside, feeling the tight, wet walls clench. $characters.whitney.name moaned around my cock, the sound muffled and filthy. She sucked harder, faster, saliva dripping down my shaft as her hips pushed back against my hand, fucking herself on my fingers while she took me deeper into her throat.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p class="notation_text">
She pushed forward until my cock hit the back of her throat. Soft gagging sounds rose as she forced herself deeper. Eyes watering. Saliva spilling from the corners of her stretched lips, running down her chin and onto the sheets. She held me there, throat fluttering around the head, then pulled back with a wet gasp only to dive down again. Deeper. Faster. Gagging harder. My cock disappeared completely into her mouth with every thrust of her head until I was throbbing against the tight squeeze of her throat.
</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">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/rcg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Reverse Cowgirl – 1 -->
I stayed seated on the sofa.
$characters.reena.name turned her back to me, straddled my lap, and slowly sank down onto my hard cock. Tight, wet heat swallowed me inch by inch until she was fully seated, soft ass resting against my thighs. She started moving — rising and falling in a slow, controlled rhythm. Soft groans and moans left her lips with every wet glide.
Mmm… so deep already…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/rcg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Reverse Cowgirl – 2 -->
I reached around and cupped her full, soft tits, squeezing and pressing them while she rode me.
My other hand slid down between her spread thighs, fingers finding her swollen clit. I rubbed her in firm, intense circles while she kept grinding and bouncing. Juices coated my fingers. She moaned louder, body trembling as I worked her sensitive clit and filled her at the same time.
Right there… don’t stop rubbing…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Reverse Cowgirl – 3 -->
She increased speed, bouncing harder, soft ass slapping against my thighs.
One of her own hands joined mine, rubbing her clit fast while I kept squeezing her heavy breasts. Her walls clenched tight. She pressed her tits hard into my palms as the orgasm hit — a sharp cry, body shaking, juices flooding down my cock while she kept moving through it.
I’m coming… fuck, I’m coming…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/reena/vid/sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="scene-caption">
<<print $characters.reena.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
<!-- Side Fuck – 1 -->
$characters.reena.name lay on her side on the sofa, one leg lifted high and resting along the backrest, opening herself wide.
I moved in behind her, angled my cock to her entrance, and pushed in easily. The new position let me sink deep with almost no resistance. Slow, smooth thrusts at first — wet and deep — while I held her raised leg for better access.
So open like this… so deep…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/sf-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Side Fuck – 2 -->
I increased speed.
Faster, harder strokes. One hand kept her leg spread high while the other stayed free. She reached down and rubbed her swollen clit in quick circles, soft moans turning sharper with every deep thrust. The wet sound of my cock working her open filled the room.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/sf-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Side Fuck – 3 -->
Even faster.
I pounded into her from the side, holding her leg tight, the wet slap of skin loud and constant. She rubbed her clit harder, body tensing. A long, broken moan tore from her throat as she came — walls clamping down, juices spilling around my cock. I kept fucking her through it until I followed, flooding her once more while she groaned and shook against me.
Yes… right there… I’m coming again…
</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">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Cowgirl – 1 -->
I stayed seated on the sofa.
$characters.reena.name stood in front of me, then slowly lowered herself. Soft thighs spread wide as she guided my cock to her entrance. She sank down inch by inch, tight wet heat swallowing me until she was fully seated. She started moving — rising and falling in a slow, controlled rhythm, legs spread as far as the sofa allowed. Soft moans left her lips with every descent.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Cowgirl – 2 -->
She held the base of my cock with one hand, keeping me steady as she rode.
Up and down, faster now. Wet, slippery sounds rose with every stroke. Soft tits bounced gently. She groaned and moaned with each deep glide, walls clenching around me, clearly loving the full stretch of my cock inside her.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Cowgirl – 3 -->
More intense.
Legs spread even wider. She bounced harder, the wet slap of her soft ass against my thighs filling the room. She leaned forward, pressing her full, heavy breasts against my mouth. I sucked one tight nipple, then the other, while she rode me with increasing speed. Soft cries grew louder. Her pussy clamped down hard as she came — juices running down my cock, body shaking. The tight, pulsing heat pulled me over the edge. I thrust up and flooded her, thick cum pumping deep while she kept moving through both of our orgasms, soft tits still pressed to my face.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/reena/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.reena.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
<!-- Doggy – 1 -->
$characters.reena.name climbed onto the couch on all fours, back arched, soft ass raised high.
I moved behind her, rubbed the head of my cock along her dripping folds, then pushed inside slowly. Tight, wet walls parted around me. I started with deep, steady thrusts, gradually increasing speed. She looked back over her shoulder at me, dark eyes half-lidded, soft moans spilling out with every stroke.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
Just like that… fill me…
</p>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Doggy – 2 -->
I fucked her harder.
Hands gripped her soft hips. The wet slap of my body against her thick ass filled the room — sharp, rhythmic, filthy. Soft tits swung beneath her with every thrust. She moaned louder, pushing back to meet me, taking every deep stroke.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
Aaaaahhhhhh....
</p>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Doggy – 3 -->
More intense. Faster.
I pounded into her without restraint, the couch creaking under us. Her pussy clenched hard around my cock as she came again — a broken cry, body trembling, juices dripping down her thighs. The tight, pulsing heat pulled me over the edge. I slammed in deep and flooded her, thick cum pulsing inside while she shook through her orgasm.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/reena.png'" alt="$characters.reena.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.reena.name</div>
Don’t pull out… fill me up…
</p>
</div>
</div>
</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">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Cowgirl – 1 -->
I stayed seated on the sofa.
Reena stood in front of me, then slowly lowered herself. Soft thighs spread wide as she guided my cock to her entrance. She sank down inch by inch, tight wet heat swallowing me until she was fully seated. She started moving — rising and falling in a slow, controlled rhythm, legs spread as far as the sofa allowed. Soft moans left her lips with every descent.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Cowgirl – 2 -->
She held the base of my cock with one hand, keeping me steady as she rode.
Up and down, faster now. Wet, slippery sounds rose with every stroke. Soft tits bounced gently. She groaned and moaned with each deep glide, walls clenching around me, clearly loving the full stretch of my cock inside her.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Cowgirl – 3 -->
More intense.
Legs spread even wider. She bounced harder, the wet slap of her soft ass against my thighs filling the room. She leaned forward, pressing her full, heavy breasts against my mouth. I sucked one tight nipple, then the other, while she rode me with increasing speed. Soft cries grew louder. Her pussy clamped down hard as she came — juices running down my cock, body shaking. The tight, pulsing heat pulled me over the edge. I thrust up and flooded her, thick cum pumping deep while she kept moving through both of our orgasms, soft tits still pressed to my face.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/reena/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.reena.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
<!-- Doggy – 1 -->
Reena climbed onto the couch on all fours, back arched, soft ass raised high.
I moved behind her, rubbed the head of my cock along her dripping folds, then pushed inside slowly. Tight, wet walls parted around me. I started with deep, steady thrusts, gradually increasing speed. She looked back over her shoulder at me, dark eyes half-lidded, soft moans spilling out with every stroke.
Just like that… fill me…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Doggy – 2 -->
I fucked her harder.
Hands gripped her soft hips. The wet slap of my body against her thick ass filled the room — sharp, rhythmic, filthy. Soft tits swung beneath her with every thrust. She moaned louder, pushing back to meet me, taking every deep stroke.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/reena/vid/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Doggy – 3 -->
More intense. Faster.
I pounded into her without restraint, the couch creaking under us. Her pussy clenched hard around my cock as she came again — a broken cry, body trembling, juices dripping down her thighs. The tight, pulsing heat pulled me over the edge. I slammed in deep and flooded her, thick cum pulsing inside while she shook through her orgasm.
Don’t pull out… fill me up…
</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">
<video class="scene-image" @src="setup.ImagePath + 'char/amber/vid/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Cowgirl – 1 -->
I lay back on the couch.
$characters.amber.name climbed over me, straddled my hips, and guided my cock to her dripping entrance. She sank down slowly, tight wet heat swallowing me until she was fully seated. She started riding — rising and falling, speed gradually increasing. Soft tits bounced with every movement. Richard stood beside the couch, cock in hand, stroking himself while he watched her take me deep.
So full… I can feel every inch…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/amber/vid/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Cowgirl – 2 -->
She ground her pussy in slow circles, then lifted and dropped again, taking every inch.
Richard stepped closer and offered his cock to her mouth. She leaned forward and sucked him while she kept riding me. I gripped her soft hips and started thrusting up from below, meeting her movements. She concentrated on both of us — mouth full of Richard, pussy full of me — soft moans vibrating around his cock as I fucked her from underneath.
Mmmph… both of you at the same time… don’t stop…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/amber/vid/cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Cowgirl – 3 -->
I thrust harder and faster from below.
$characters.amber.name bounced on my cock while she sucked Richard deep, soft tits swinging with every movement. Wet sounds filled the room — the slap of her ass against my thighs, the wet suck of her mouth on him. She was clearly lost in it, moaning and groaning around his cock. Her pussy clenched tight around me as she came hard, walls pulsing, juices running down my shaft. The tight, wet heat pulled me over the edge. I flooded her while she kept sucking Richard, all three of us locked in the messy, shared orgasm.
I’m coming… fuck… fill me up…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/amber/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.amber.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
<!-- Doggy – 1 -->
Richard sat on the sofa.
$characters.amber.name dropped onto all fours in front of him and took his cock into her mouth, sucking steadily. I moved behind her, lifted her soft ass a little higher, and pushed my cock into her dripping pussy in one smooth stroke. Tight, wet heat wrapped around me. I started fucking her from behind while she kept sucking her husband.
Mmm… fill me from both ends…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/amber/vid/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Doggy – 2 -->
I increased my pace.
Harder, deeper thrusts. The wet slap of my hips against her thick ass grew loud and constant. I grabbed a handful of her long blonde hair and pulled, tilting her head back while she moaned around Richard’s cock. Soft tits swung beneath her with every impact.
Harder… pull my hair… fuck me…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/amber/vid/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Doggy – 3 -->
I fucked her hard from behind without restraint.
Deep, powerful strokes that made her whole body rock forward onto Richard’s cock. She kept sucking him greedily, saliva dripping down his shaft while I pounded her dripping pussy. Soft, muffled moans and the wet sounds of both ends being used filled the room as the three of us moved together in one filthy, shared rhythm.
Don’t stop… use me… both of you…
</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">
<video class="scene-image" @src="setup.ImagePath + 'char/amber/vid/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Missionary – 1 -->
$characters.amber.name lay on her back across the sofa, head resting in my lap.
Richard positioned himself between her open thighs, rubbed the head of his cock along her wet folds, then pushed inside. He started with deep, steady thrusts. Soft tits rose and fell with every movement. I watched from above, enjoying the sight of her husband pounding into her while her soft hair brushed my cock.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>
He’s so deep… and you’re watching me take it…
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/amber/vid/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Missionary – 2 -->
Richard increased his speed.
Harder, wetter strokes. I leaned down and fondled her soft breasts, squeezing the warm flesh, rolling her nipples between my fingers. She moaned louder. I started stroking my own cock while Richard pressed her tits hard and leaned in to kiss her deeply. His pace grew even faster, the wet slap of skin filling the room.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>
Mmm… kiss me while he fucks me…
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/amber/vid/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Missionary – 3 -->
I shifted and guided my cock into her open mouth.
Richard kept fucking her hard between her legs while she sucked me. Soft moans vibrated around my shaft. One of her hands rubbed her swollen clit in fast circles; the other pressed her own soft tits hard, squeezing them together. Wet sounds, moans, and the rhythmic slap of Richard’s hips mixed together as she took both of us at once.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>
Mmmph… both of you… don’t stop…
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/amber/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.amber.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
<!-- Reverse Cowgirl – 1 -->
I lay back on the sofa.
$characters.amber.name straddled me in reverse, facing away, soft ass toward my face. She reached down, wrapped her fingers around my hard cock, and guided the head to her dripping entrance. Slowly she sank down, tight wet heat swallowing me until she was fully seated. She started moving up and down at a steady, decent pace — soft cheeks bouncing, wet sounds rising with every stroke. Richard stood nearby, watching every movement while she clearly enjoyed being filled in front of her husband.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>
Mmm… he can see everything… how deep you are inside me…
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/amber/vid/rcg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Reverse Cowgirl – 2 -->
She increased her speed.
Faster rises and drops, soft ass slapping against my thighs. Moans and groans spilled from her lips with every wet thrust. Richard stepped closer, reached around, and pressed both of her full, heavy tits in his hands, squeezing and playing with the soft flesh while she rode me harder. Juices coated my cock, making every movement slick and filthy.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>
Yes… squeeze them… fuck, that feels so good…
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/amber/vid/rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Reverse Cowgirl – 3 -->
$characters.amber.name fucked me with intense, almost desperate speed — rising high and slamming down, taking every thick inch deep. Soft, broken moans filled the room. When I got close she suddenly lifted off, moved aside, and dropped to her knees. I stood. She took my glistening cock straight into her warm, wet mouth and sucked hard, stroking the shaft with both hands until I came. Thick ropes flooded her tongue; she swallowed what she could, the rest spilling over her soft lips while she kept milking me.
</p>
<div class="dialogue-row female">
<img @src="setup.ImagePath+'avatar/amber.png'" alt="$characters.amber.name" class="avatar">
<div class="dialogue-box">
<div class="name">$characters.amber.name</div>
<p>
Give it to me… I want to taste it…
</p>
</div>
</div>
</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">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Licking – 1 -->
$characters.ashley.name spread her legs wide — one thigh lifted high in the air, the other resting on the bed, soft pussy fully open
in front of me.
$characters.reena.name settled between her thighs and started licking. Soft, slow strokes of her tongue through glistening folds.
She kissed the swollen clit, then sucked it gently between her lips. Wet, filthy sounds rose. $characters.ashley.name’s soft moans
filled the room. Juices already dripping onto $characters.reena.name’s chin.
I could see everything — the way $characters.ashley.name’s soft lips parted under the tongue, the shiny trail of wetness,
the way her stomach tensed with every suck — while my cock throbbed uselessly in the open air.
Fuck… her tongue feels so good… and you’re just watching…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/lick-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Licking – 2 -->
$characters.reena.name pushed one finger inside while she kept sucking $characters.ashley.name’s clit.
Soft, wet walls clenched around the digit. Multiple points of pleasure at once. $characters.ashley.name’s moans grew louder,
broken, almost desperate. Soft thighs trembled. More juices spilled, coating $characters.reena.name’s lips and chin,
dripping onto the sheets. The wet sound of tongue and finger working together filled my ears while I stayed locked in place, aching.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/lick-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Licking – 3 -->
More intense.
Tongue, lips, and two fingers now — sucking, licking, fingering in a steady, filthy rhythm. $characters.ashley.name’s body arched.
Soft tits heaved. A long, broken cry tore from her throat as she came hard, juices flooding $characters.reena.name’s mouth.
$characters.reena.name kept licking through it, drinking every drop, while I could only watch the orgasm shake through her soft body,
completely helpless.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/ashley/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.reena.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
<!-- Fingering – 1 -->
$characters.reena.name kissed $characters.ashley.name’s dripping pussy one last time, then pushed two fingers deep inside.
Soft, wet walls stretched around them. She started fingering her in long, firm strokes. $characters.ashley.name groaned and moaned,
soft thighs spreading wider. The wet sound of fingers pumping in and out filled the room while I watched every thrust,
cock leaking onto my stomach.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/fm-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Fingering – 2 -->
$characters.ashley.name lifted both legs high in the air, giving $characters.reena.name full access.
$characters.reena.name kept fingering her hard while she leaned up and sucked one soft breast, then the other —
switching between sucking nipples and sucking her dripping clit, never stopping the deep finger-fucking.
Soft moans, wet sounds, the sight of $characters.ashley.name’s body being used from both ends while I stayed cuffed and throbbing.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/fm-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Fingering – 3 -->
$characters.ashley.name sat up, almost climbing into $characters.reena.name’s lap, and kissed her deep and messy.
$characters.reena.name never stopped. Fingers still pumping hard and fast inside her. Soft, wet squelching sounds.
$characters.ashley.name moaned into the kiss as another orgasm hit — body shaking, juices spilling over $characters.reena.name’s
hand while their soft tits pressed together. I could only watch the two of them locked together, completely at their mercy.
</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">
<video class="scene-image" @src="setup.ImagePath+'char/whitney/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.whitney.name>>'s Home • Night
</div>
</div>
<!-- rcg – 1 -->
<p >
I sat back against the headboard. $characters.whitney.name climbed over me in one smooth, surprising motion — legs lifting, body folding, until she was upside-down above me in an acrobatic straddle. One leg hooked over my shoulder, the other braced against the wall and headboard for support. Her mouth came straight down onto my cock while I gripped the soft undersides of her thighs, holding her steady. She started sucking immediately — deep, wet, upside-down — saliva dripping onto my stomach as she bobbed her head.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/rcg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<!-- rcg – 2 -->
<p >
She shifted her weight and lowered her hips until the soft, wet lips of her pussy settled right over my mouth. Warm. Dripping. She pressed down, grinding slowly, coating my tongue with her juices. I licked her open, sucking her swollen clit between my lips while she moaned around my cock. The rcg position locked us together — her mouth full of me, my mouth full of her, both of us moving in a wet, hungry rhythm.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<!-- rcg – 3 -->
<p >
She sucked harder, faster, taking me deep while I licked and sucked her clit without mercy. Soft thighs trembled around my head. Her moans grew louder, muffled by my cock. I felt her pussy clench and flutter against my tongue as she came hard — juices spilling into my mouth. The tight, wet contractions pushed me over the edge. I groaned and erupted, thick ropes of cum flooding her throat. She kept sucking, swallowing every pulse, milking me dry while her own orgasm still shook through her body. Both of us came hard, locked together in the wet, messy rcg, until she finally pulled off with a soft, satisfied gasp and collapsed against me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<p >
I brought her feet together and pressed them toward her chest, crossing her ankles.
The new angle made her pussy feel even tighter. I pushed back inside slowly, the squeezed heat gripping every inch. Deep, deliberate thrusts. She moaned at the extra pressure, soft thighs pressed close, the wet sound of my cock working through her tighter entrance filling the room.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/sf-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<!-- **Cross Fuck – 2** -->
<p >
I pounded harder.
One hand pressed her crossed thighs down toward her soft breasts, keeping her folded and tight. The other held her ankles. Deep, powerful strokes. She moaned and groaned with every impact, the squeezed walls milking my cock. The position forced every thrust to bottom out, wet and intense.
</p>
<!-- --- -->
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/sf-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<!-- **Cross Fuck – 3** -->
<p >
More intense. Faster.
I fucked her hard in the tight, folded position, the bed shaking under us. She cried out with every deep stroke. Near the end I pulled out, spread her legs open again, and lowered my mouth to her dripping pussy — licking and sucking her sensitive clit while she still trembled. Soft thighs clamped around my head as she came one last time, juices spilling onto my tongue while I drank every drop.
</p>
<!-- --- -->
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<!-- **Doggy – 1** -->
<p >
$characters.whitney.name dropped onto all fours on the bed, back arched, thick ass raised high. Red stockings stretched tight over her thighs. The soft, glistening lips of her pussy were fully on display, already dripping.
I positioned myself behind her, one hand on the soft curve of her hip, the other guiding my hard cock. I rubbed the head along her wet slit, coating myself in her juices, then pushed forward slowly. Tight, hot walls parted around me as I sank in inch by inch. She moaned low and long, pushing her ass back to take more. Slow, deep thrusts — wet sounds rising with every push. Her pussy clenched and fluttered around my cock as she enjoyed every thick inch stretching her open.
</p>
<!-- --- -->
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<!-- **Doggy – 2** -->
<p >
I sped up.
Hands gripped her hips hard, then one slid up into her long black hair and pulled. Her head tilted back. Soft tits swung beneath her with every thrust. The wet slap of my hips against her thick ass filled the room — skin on skin, sharp and filthy. She moaned louder, voice breaking into short, needy cries. I groaned with every deep stroke, cock sliding through her dripping heat, watching her ass ripple with every impact.
</p>
<!-- --- -->
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/whitney/vid/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.whitney.name's Apartment • Night
</div>
</div>
<!-- **Doggy – 3** -->
<p >
Faster. Harder.
I pounded into her without mercy, the bed shaking, her moans turning into broken cries. Her pussy clenched tight around me as she came hard — walls pulsing, juices flooding down my cock and dripping onto the sheets. The tight, wet contractions pulled me over the edge. I slammed in deep and erupted, thick ropes of cum flooding her pussy. She kept moaning through it, body shaking, taking every pulse while I held her hips and emptied myself inside her.
</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/amber/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Seduction – 1 -->
$characters.amber.name' sat between us on the couch, soft and warm.
$characters.richard.name' and I were on either side of her. I reached over and cupped her left breast through the thin fabric of her top; $characters.richard.name' did the same with the right. Soft, full weight filled our hands. We opened her blouse, then pushed her skirt up her thighs. $characters.amber.name'’s hands slid down at the same time, one on each of our crotches, rubbing the hard outlines of our cocks through our jeans. She was already breathing faster, clearly enjoying the attention from both sides.
Mmm… both of you touching me at once… feels so good…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/amber/vid/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Seduction – 2 -->
We leaned in together.
Soft lips closed over her bare tits — I took one nipple into my mouth, $characters.richard.name' the other. We sucked and licked, tongues circling the tight peaks while she moaned low and sweet. Her hands kept massaging our cocks through the fabric, squeezing and stroking the hard lengths as we played with her sensitive nipples.
Yes… suck them harder… just like that…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/amber/vid/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Seduction – 3 -->
$characters.amber.name' shifted, pulled her panties to the side, and started rubbing her own pussy right in front of us.
Soft, wet folds opened under her fingers. We could see everything — pink inner lips, the glistening entrance, the way her fingers slid through her juices. She was soaked. $characters.richard.name' and I both groaned, still sucking her tits, watching her touch herself while the scent of her arousal filled the air. She was driving us both crazy.
Look how wet I am for you two… you like watching me play with it?
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/amber/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.amber.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
<!-- Blowjob – 1 -->
$characters.amber.name' stood, opened the rest of her dress, and slid her panties all the way down. Completely naked now.
We stood as well. She knelt between us on the floor, soft tits rising with every breath. She wrapped one hand around each of our cocks, stroking slowly. Then she leaned forward and took $characters.richard.name'’s cock into her warm, wet mouth while she kept jerking me. Soft lips stretched around him. She bobbed her head in a steady rhythm, sucking him while her other hand worked my shaft.
Mmm… you both taste so good…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/amber/vid/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Blowjob – 2 -->
She switched.
Warm mouth left $characters.richard.name' and wrapped around my cock instead. Soft, wet heat. She took me deeper, speed increasing from slow to medium. $characters.richard.name' reached down and played with her soft tits while she sucked me. I rested a hand on the back of her head and guided her, pulling her gently against my crotch as she worked me with growing hunger.
Fuck… your cock feels so thick in my mouth…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/amber/vid/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.amber.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Blowjob – 3 -->
I started fucking her mouth in short, controlled thrusts.
$characters.richard.name' stood beside us, stroking his own cock while he watched. $characters.amber.name' moaned around me, saliva dripping down my shaft. The wet sounds grew louder. My cock throbbed hard. Suddenly I came — thick ropes flooding her mouth. She took it all, swallowing what she could, the rest spilling over her soft lips while she kept sucking and stroking me through every pulse.
Mmm… give it to me… fill my mouth…
</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">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/rcg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- 69 – 1 -->
$characters.ashley.name and $characters.reena.name kissed deeply, soft tongues sliding, then shifted into a perfect 69.
$characters.reena.name climbed on top, soft thighs framing $characters.ashley.name’s head, and lowered her dripping pussy onto $characters.ashley.name’s mouth. At the same time she leaned down and buried her face between $characters.ashley.name’s spread legs. Soft, wet sounds rose immediately — tongues licking, lips sucking, soft folds rubbing against mouths. Their soft tits pressed against each other’s stomachs. Juices already glistening on chins and thighs while I stayed cuffed, cock throbbing hard as I watched every wet stroke.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/rcg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- 69 – 2 -->
They went deeper.
Tongues focused on swollen clits — sucking, licking, circling. Soft fingers joined in, pushing inside wet heat, curling, stroking. The room filled with wet, filthy sounds and soft, muffled moans. Soft thighs trembled. More juices spilled, dripping down cheeks and onto the sheets. I could see everything: the way their soft lips parted under each other’s tongues, the shiny trails of wetness, the slow grind of their hips while I remained completely helpless.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- 69 – 3 -->
More intense.
Faster licking, harder sucking, fingers pumping deeper. Soft bodies rocked against each other. $characters.ashley.name came first — a sharp, muffled cry against $characters.reena.name’s pussy, thighs clamping, juices flooding $characters.reena.name’s mouth. $characters.reena.name followed seconds later, grinding down hard, soft moans vibrating into $characters.ashley.name’s wet folds as her own orgasm hit. They kept licking each other through it, messy and greedy, while I could only watch, wrists straining against the cuffs, cock leaking onto my stomach.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/ashley/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.reena.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
<!-- Cunnilingus / Face-Sitting – 1 -->
$characters.reena.name stayed between my legs, soft mouth still close to my hard cock.
$characters.ashley.name climbed up my body, turned, and stood over my face. Soft thighs framed my head. She lowered herself until the warm, wet lips of her pussy settled right against my mouth. I started licking immediately — tongue sliding through soft, dripping folds, tasting her. Soft moans left her lips as she rested her weight on my face, giving me full access while I stayed locked in place.
That’s it… lick me while you’re all tied up…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Cunnilingus / Face-Sitting – 2 -->
I kept sucking and licking $characters.ashley.name’s soft, wet pussy — tongue circling her clit, dipping inside, drinking every drop.
At the same time $characters.reena.name leaned in and brushed her soft lips along my cock, teasing, then took the head into her mouth. She sucked slowly while her hand stroked the shaft. Wet heat on my cock, soft pussy grinding on my tongue — both of them using me at once while the cuffs kept me completely at their mercy.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Cunnilingus / Face-Sitting – 3 -->
$characters.ashley.name started grinding harder, soft, wet folds sliding back and forth across my mouth and tongue.
I licked and sucked without stopping, soft thighs trembling around my head. $characters.reena.name jerked my cock faster,
lips still wrapped around the head, soft wet strokes matching $characters.ashley.name’s rhythm. The dual pleasure built fast.
My cock throbbed hard in $characters.reena.name’s hand and mouth. I came with a deep groan — thick ropes of cum spilling over
her fingers and tongue — while $characters.ashley.name
kept grinding her dripping pussy on my face, soft moans raining down as she used my mouth until she was satisfied.
</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>>
<<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>
<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/ashley/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Seduction – 1 -->
I sat leaning against the bedhead, both wrists cuffed to the posts. Completely helpless.
$characters.ashley.name and $characters.reena.name were already naked. Soft, full breasts, smooth skin, the warm scent of their bodies filling the room. $characters.ashley.name lay back on the bed right in front of me. $characters.reena.name climbed over her, pressed their soft tits together, and kissed her deep. Then she lowered her mouth and sucked one of $characters.ashley.name’s tight nipples, tongue circling, wet sounds rising. Soft moans spilled from $characters.ashley.name’s lips.
My cock throbbed hard and untouched between my legs. I could only watch — every bounce of their soft breasts, every wet kiss, every quiet suck — while the cuffs held me in place.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Seduction – 2 -->
They moved to either side of me.
Still completely naked. Soft thighs brushing my legs. Both of them started touching themselves right next to me — fingers sliding between wet folds, soft circles over swollen clits. Wet, slick sounds filled the quiet room. $characters.ashley.name’s soft tits rose and fell faster. $characters.reena.name’s dark eyes stayed locked on mine while she rubbed herself.
My cock twitched helplessly, leaking pre-cum onto my stomach. The sight of both of them masturbating so close, so open, while I couldn’t move a single hand, made the ache almost unbearable.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Seduction – 3 -->
They rubbed harder.
Fingers dipping deeper, juices coating their hands, soft moans turning sharper. The wet sound of two pussies being worked right beside me filled my ears. $characters.ashley.name came first — a trembling cry, soft thighs shaking. $characters.reena.name followed seconds later, a low groan, juices dripping onto the sheets.
Still shaking, they both brought their wet, glistening fingers to my mouth. Soft tips pressed against my lips. I tasted them — warm, musky, sweet — while they watched me with dark, satisfied eyes.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath+'char/ashley/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.reena.name>>'s Home • Night
</div>
</div>
<p class="notation_text">
<!-- Blowjob – 1 -->
They sat between my spread legs, one on each side of my hard, leaking cock.
$characters.ashley.name wrapped soft fingers around the shaft and offered it to $characters.reena.name like a gift. $characters.reena.name leaned in and took the head into her warm, wet mouth, sucking slowly. Soft lips stretched. Tongue swirling. At the same time $characters.ashley.name climbed up, straddled my chest, and kissed me deep — soft tits pressing against my face, tongue sliding into my mouth while her girlfriend sucked my cock just below.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Blowjob – 2 -->
They took turns.
$characters.ashley.name’s mouth replaced $characters.reena.name’s — warmer, a little hungrier. Then $characters.reena.name again. Soft, wet lips trading places, saliva and pre-cum mixing. Between switches they kissed each other right above my cock, exchanging the taste of me in slow, filthy kisses. $characters.reena.name’s hand stayed on my shaft the whole time, stroking hard whenever a mouth wasn’t wrapped around me. Wet sounds, soft moans, the sight of their tongues meeting — all of it while I stayed cuffed and helpless.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<video class="scene-image" @src="setup.ImagePath + 'char/ashley/vid/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E,
mp4a.40.2"' controls>
</video>
<div class="scene-caption">
$characters.reena.name's Apartment • Night
</div>
</div>
<p class="notation_text">
<!-- Blowjob – 3 -->
$characters.reena.name locked her lips around my cock and sucked hard — deep, wet, relentless.
$characters.ashley.name supported her from behind, kissing the side of her neck, one hand holding the base of my shaft so $characters.reena.name could take me deeper. Soft gagging sounds mixed with the wet suck. Saliva dripped down my cock and onto my balls. I could only groan and watch, wrists straining against the cuffs while they worked me together.
</p>
</div>
</div>
<div class="enter-button"
onclick="
window.completeCharacterScene(window.getCurrentCharacter());
window.advanceAndContinue();"
data-passage="Office">
<p>Continue</p>
</div>
<</nobr>>
</div>