<<set $playerName = "Alex">>
<<set $fitness = 4>>
<<set $charisma = 4>>
<<set $intelligence = 4>>
<<set $style = 2>>
<<set $money = 45>>
<<set $energy = 100>>
<<set $cheatmenuunlocked = false>>
<<set $videoAutoplay = false>>
<<set $videoVolume = 0>>
<<set $rentAmount = 200>>
<<set $rentDueDay = 8>>
<<set $moneyWarningShown = false>>
<<set $day = 1>>
<<set $period = 0>>
<<set $time = "Morning">>
<<set $notice = "Build your stats, meet people, and plan dates. The story stays light; the systems do the work.">>
<<set $messages = []>>
<<set $abella = 0>>
<<set $clea = 0>>
<<set $katana = 0>>
<<set $rae = 0>>
<<set $abellaMet = false>>
<<set $cleaMet = false>>
<<set $katanaMet = false>>
<<set $raeMet = false>>
<<set $albumAbella = false>>
<<set $albumClea = false>>
<<set $albumKatana = false>>
<<set $albumRae = false>>
<<set $closeAbella = false>>
<<set $closeClea = false>>
<<set $closeKatana = false>>
<<set $closeRae = false>>
<<set $sparkAnswer = "smart">>
<<set $pendingActivity = "">>
<<set $activityTitle = "">>
<<set $activityGif = "">>
<<set $activityReturn = "Bedroom">><div class="mc-profile">
<<print '<img src="' + setup.mcFitnessImage() + '" alt="Fitness">'>>
<<print '<img src="' + setup.mcCharismaImage() + '" alt="Charisma">'>>
<span>Body / Face</span>
</div>
<div class="side-card">
<strong>$playerName</strong><br>
Day $day, $time<br>
Money: $money<br>
Energy: $energy
<br>Rent collection in: <<print setup.rentDaysLeft()>> days
</div>
<div class="side-card">
<strong>Stats</strong><br>
Fitness: $fitness<br>
Charisma: $charisma<br>
Intelligence: $intelligence<br>
Style: $style
</div>
<div class="side-card">
<strong>Affection</strong><br>
Abella: $abella<br>
Clea: $clea<br>
Katana: $katana<br>
Rae: $rae
</div>
<a class="patreon-link" href="https://www.patreon.com/cw/goluwatnabe?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink" target="_blank" rel="noopener"><img src="visuals/menu/patreon_logo.jpg" alt="Patreon"></a>
[[Home->Bedroom]]
[[City->City]]
[[Cafe->Cafe]]
[[Gallery->Gallery]]
[[Phone->Phone]]
<<if $cheatmenuunlocked is true>>
[[Cheat Menu->CheatMenu]]
<</if>>
<<narrator>>All scenes in this story feature consenting adults aged 18 or older. This is a fictional work, and every name, place, event, and organization in it is invented for the story.
If you are 18 or older and want to continue, press "Start." Otherwise, close this tab.
Cheatcode: <<textbox "$cheats" "" autofocus>>
<center><<button "Start">><<if $cheats is "ratboi786">><<set $cheatmenuunlocked to true>><</if>><<goto "mc_create1">><</button>></center>
<</narrator>>
<div class="hud">
<div class="hud-item"><span class="hud-label">Player</span><strong>$playerName</strong></div>
<div class="hud-item"><span class="hud-label">Calendar</span>Day $day, $time</div>
<div class="hud-item"><span class="hud-label">Money</span>$money</div>
<div class="hud-item"><span class="hud-label">Energy</span>$energy / 100</div>
<div class="hud-item"><span class="hud-label">Rent</span><<print setup.rentDaysLeft()>> days left</div>
<div class="hud-item"><span class="hud-label">Best stat</span>Fit $fitness, Cha $charisma, Int $intelligence, Style $style</div>
</div>
<<if $notice neq "">><div class="notice">$notice</div><</if>><<run setup.setLocation("bedroom")>>
<<include "Hud">>
<div class="layout bedroom-layout">
<div class="panel">
<h2>Bedroom</h2>
<p class="muted">Plan the day, train quietly, or recover energy. These actions advance time.</p>
<div class="grid bedroom-grid">
<div class="card"><h3>Study</h3><p>Improve conversation depth and unlock better date results.</p><<button "Read for an hour">><<run setup.startActivity("reading")>><<goto "Activity">><</button>></div>
<div class="card"><h3>Think</h3><p>Slow down, plan the day, and collect your thoughts.</p><<button "Think it through">><<run setup.startActivity("thinking")>><<goto "Activity">><</button>></div>
<div class="card"><h3>Clean up</h3><p>A clean room helps your mood and presentation.</p><<button "Refresh your space">><<run setup.startActivity("cleaning")>><<goto "Activity">><</button>></div>
<div class="card"><h3>Shower</h3><p>Reset your mood and sharpen your look before heading out.</p><<button "Take a shower">><<run setup.startActivity("showeraeg")>><<goto "Activity">><</button>></div>
<div class="card"><h3>Cook</h3><p>Whip up something simple at home and polish your presentation.</p><<button "Cook a meal">><<run setup.startActivity("cooking")>><<goto "Activity">><</button>></div>
<div class="card"><h3>Watch TV</h3><p>Unwind with a show and recover a little energy.</p><<button "Watch something">><<run setup.startActivity("watchingTv")>><<goto "Activity">><</button>></div>
<div class="card"><h3>Play games</h3><p>Sharpen your focus with a few rounds at home.</p><<button "Play for an hour">><<run setup.startActivity("playingGames")>><<goto "Activity">><</button>></div>
<div class="card"><h3>Meditate</h3><p>Clear your head and steady your thoughts before the day moves on.</p><<button "Meditate">><<run setup.startActivity("meditation")>><<goto "Activity">><</button>></div>
<div class="card"><h3>Rest</h3><p>Recover energy when the day starts dragging.</p><div class="card-buttons"><<button "Nap">><<run setup.startActivity("napping")>><<goto "Activity">><</button>><<button "Sleep until tomorrow">><<run setup.startActivity("sleeping")>><<goto "Activity">><</button>></div></div>
</div>
</div>
<div class="panel">
<h2>Map</h2>
<div class="grid">
<div class="menu-tile tile-city"><h3>City</h3>[[Go out->City]]</div>
<div class="menu-tile tile-cafe"><h3>Cafe</h3>[[Meet people->Cafe]]</div>
<div class="menu-tile tile-gym"><h3>Gym</h3>[[Train->Gym]]</div>
<div class="menu-tile tile-computer"><h3>Computer</h3>[[Work online->Computer]]</div>
</div>
</div>
</div><<run setup.setLocation("city")>>
<<include "Hud">>
<div class="panel">
<h2>City</h2>
<p class="muted">Spend Money, earn Money, or move between the main locations.</p>
<div class="grid">
<div class="card"><h3>Part-time shift</h3><p>Earn Money. Intelligence makes the shift pay slightly better.</p><<button "Work">><<run setup.startActivity("working")>><<goto "Activity">><</button>></div>
<div class="card"><h3>Style shop</h3><p>Upgrade your look for gifts and dates.</p><<button "Buy outfit upgrade - 18 Money">><<run setup.buyStyle()>><<goto "City">><</button>></div>
<div class="card"><h3>Connections</h3><p>Check who is available and plan your next move.</p>[[Open connections->Connections]]</div>
<div class="card"><h3>Phone</h3><p>Review messages and unlock reminders.</p>[[Open phone->Phone]]</div>
</div>
<div class="actions">[[Bedroom->Bedroom]] [[Cafe->Cafe]] [[Gym->Gym]] [[Computer->Computer]]</div>
</div><<run setup.setLocation("cafe")>>
<<include "Hud">>
<div class="panel">
<h2>Cafe</h2>
<p class="muted">Low-pressure social hub. Talk first, then invite someone out once affection reaches 15.</p>
<div class="grid">
<div class="card"><img class="portrait" src="visuals/chars/clea/meet_clea_gaultier.jpg" alt=""><h3>Clea</h3><span class="tag">likes thoughtful answers</span><p>Affection: $clea</p>[[Talk->TalkClea]]</div>
<div class="card"><img class="portrait" src="visuals/chars/rae/meet_rae_lil_black.jpg" alt=""><h3>Rae</h3><span class="tag">likes bold plans</span><p>Affection: $rae</p>[[Talk->TalkRae]]</div>
<div class="card"><img class="portrait" src="visuals/chars/abella/meet_abella_anderson.jpg" alt=""><h3>Abella</h3><span class="tag">likes kind details</span><p>Affection: $abella</p>[[Talk->TalkAbella]]</div>
<div class="card"><img class="portrait" src="visuals/chars/katana/meet_katana_kombat.jpg" alt=""><h3>Katana</h3><span class="tag">likes warm timing</span><p>Affection: $katana</p>[[Talk->TalkKatana]]</div>
</div>
<div class="actions">[[Dates->Dates]] [[Connections->Connections]] [[City->City]] [[Home->Bedroom]]</div>
</div><<run setup.setLocation("cafe")>>
<<include "Hud">>
<div class="panel">
<h2>Connections</h2>
<div class="grid">
<div class="card"><h3>Clea</h3><p>Affection: $clea</p><div class="actions">[[Talk->TalkClea]] <<button "Gift notebook - 10 Money">><<run setup.gift("Clea", 10)>><<goto "Connections">><</button>></div></div>
<div class="card"><h3>Rae</h3><p>Affection: $rae</p><div class="actions">[[Talk->TalkRae]] <<button "Gift street snack - 8 Money">><<run setup.gift("Rae", 8)>><<goto "Connections">><</button>></div></div>
<div class="card"><h3>Abella</h3><p>Affection: $abella</p><div class="actions">[[Talk->TalkAbella]] <<button "Gift flowers - 12 Money">><<run setup.gift("Abella", 12)>><<goto "Connections">><</button>></div></div>
<div class="card"><h3>Katana</h3><p>Affection: $katana</p><div class="actions">[[Talk->TalkKatana]] <<button "Gift playlist - 9 Money">><<run setup.gift("Katana", 9)>><<goto "Connections">><</button>></div></div>
</div>
<div class="actions">[[Cafe->Cafe]] [[Dates->Dates]] [[Phone->Phone]]</div>
</div><<run setup.setLocation("cafe")>>
<<include "Hud">>
<<if !setup.canTalkGirls()>><<run setup.rejectTalk("Clea")>><<goto "TalkRejected">><</if>>
<div class="panel">
<h2>Talk with Clea</h2>
<p>Pick a tone. Clea responds best to curiosity and careful listening.</p>
<div class="actions">
<<button "Ask a thoughtful question">><<run setup.chat("Clea", "smart")>><<goto $chatRedirect>><</button>>
<<button "Make a bold joke">><<run setup.chat("Clea", "bold")>><<goto $chatRedirect>><</button>>
<<button "Keep it warm">><<run setup.chat("Clea", "warm")>><<goto $chatRedirect>><</button>>
<div class="gondolatk">
<<if $clea > 25>>
[[Take her to your place.|Clea2][$clea_attractive to true]]
<</if>>
<<if $clea > 50>>
[[Clea booty calls you|Clea3][$clea_attractive to true]]
<</if>>
<<if $clea > 75>>
[[Anal Fuck in a hotel.|Clea4][$clea_attractive to true]]
<</if>>
</div>
</div>
</div> <<run setup.setLocation("cafe")>>
<<include "Hud">>
<<if !setup.canTalkGirls()>><<run setup.rejectTalk("Rae")>><<goto "TalkRejected">><</if>>
<div class="panel">
<h2>Talk with Rae</h2>
<p>Rae likes momentum, confidence, and clear plans.</p>
<div class="actions">
<<button "Suggest an adventure">><<run setup.chat("Rae", "bold")>><<goto $chatRedirect>><</button>>
<<button "Ask a careful question">><<run setup.chat("Rae", "smart")>><<goto $chatRedirect>><</button>>
<<button "Offer a gentle compliment">><<run setup.chat("Rae", "kind")>><<goto $chatRedirect>><</button>>
<div class="gondolatk">
<<if $rae > 25>>
[[Take her to a Love Hotel.|rae3][$rae_attractive to true]]
<</if>>
<<if $rae > 50>>
[[Take her back to your place.|rae2][$rae_attractive to true]]
<</if>>
<<if $rae > 60>>
[[Oily massage surprise.|rae3.5][$rae_attractive to true]]
<</if>>
<<if $rae > 75>>
[[Cafe lounge attack.|rae4][$rae_attractive to true]]
<</if>>
</div>
</div>
</div><<run setup.setLocation("cafe")>>
<<include "Hud">>
<<if !setup.canTalkGirls()>><<run setup.rejectTalk("Abella")>><<goto "TalkRejected">><</if>>
<div class="panel">
<h2>Talk with Abella</h2>
<p>Abella notices patience, small details, and kindness.</p>
<div class="actions">
<<button "Remember a small detail">><<run setup.chat("Abella", "kind")>><<goto $chatRedirect>><</button>>
<<button "Lead with confidence">><<run setup.chat("Abella", "bold")>><<goto $chatRedirect>><</button>>
<<button "Talk about books">><<run setup.chat("Abella", "smart")>><<goto $chatRedirect>><</button>>
<div class="gondolatk">
<<if $abella > 25>>
[[Invite her to your pool.|abella2][$abella_attractive to true]]
<</if>>
<<if $abella > 50>>
[[You meet her in a hotel.|abella3][$abella_attractive to true]]
<</if>>
<<if $abella > 60>>
[[Abella visits your bedroom.|abella3.5][$abella_attractive to true]]
<</if>>
<<if $abella > 75>>
[[Police cosplay.|abella4][$abella_attractive to true]]
<</if>>
</div>
</div>
</div><<run setup.setLocation("cafe")>>
<<include "Hud">>
<<if !setup.canTalkGirls()>><<run setup.rejectTalk("Katana")>><<goto "TalkRejected">><</if>>
<div class="panel">
<h2>Talk with Katana</h2>
<p>Katana likes relaxed timing and warm confidence.</p>
<div class="actions">
<<button "Keep the tone warm">><<run setup.chat("Katana", "warm")>><<goto $chatRedirect>><</button>>
<<button "Challenge her playfully">><<run setup.chat("Katana", "bold")>><<goto $chatRedirect>><</button>>
<<button "Ask about her plans">><<run setup.chat("Katana", "smart")>><<goto $chatRedirect>><</button>>
<div class="gondolatk">
<<if $katana > 25>>
[[She invites you to a Love Hotel.|katana2][$katana_attractive to true]]
<</if>>
<<if $katana > 50>>
[[Invite her in your home.|katana3][$katana_attractive to true]]
<</if>>
<<if $katana > 60>>
[[Give her a visit in her office.|katana3.5][$katana_attractive to true]]
<</if>>
<<if $katana > 75>>
[[Fuck her in a hotel.|katana4][$katana_attractive to true]]
<</if>>
</div>
</div>
</div> <<run setup.setLocation("cafe")>>
<div class="activity-screen">
<div class="panel activity-card">
<h2>$cafeReactionLabel</h2>
<div class="activity-image-slot"><<print '<img class="activity-gif" src="' + $cafeReaction + '" alt="">'>></div>
<p>$cafeReactionNote</p>
</div>
</div>
<<timed 2s>>
<<goto "Cafe">>
<</timed>><<run setup.setLocation("city")>>
<<include "Hud">>
<div class="panel">
<h2>Date Planner</h2>
<p class="muted">Dates cost Money and energy. Better matching stats increase affection. Memories unlock at 25 affection; close routes at 55.</p>
<div class="grid">
<div class="card"><h3>Clea: bookstore cafe</h3><p>Uses intelligence. Cost: 12. Affection: $clea</p><<if $clea gte 15>><<button "Invite Clea">><<run setup.date("Clea", "intelligence", "Bookstore cafe", 12)>><<goto "Dates">><</button>><<else>><span class="locked">Talk until affection reaches 15.</span><</if>></div>
<div class="card"><h3>Rae: city walk</h3><p>Uses fitness. Cost: 10. Affection: $rae</p><<if $rae gte 15>><<button "Invite Rae">><<run setup.date("Rae", "fitness", "City walk", 10)>><<goto "Dates">><</button>><<else>><span class="locked">Talk until affection reaches 15.</span><</if>></div>
<div class="card"><h3>Abella: quiet dinner</h3><p>Uses charisma. Cost: 16. Affection: $abella</p><<if $abella gte 15>><<button "Invite Abella">><<run setup.date("Abella", "charisma", "Quiet dinner", 16)>><<goto "Dates">><</button>><<else>><span class="locked">Talk until affection reaches 15.</span><</if>></div>
<div class="card"><h3>Katana: rooftop music</h3><p>Uses style. Cost: 14. Affection: $katana</p><<if $katana gte 15>><<button "Invite Katana">><<run setup.date("Katana", "style", "Rooftop music", 14)>><<goto "Dates">><</button>><<else>><span class="locked">Talk until affection reaches 15.</span><</if>></div>
</div>
<div class="actions">[[Connections->Connections]] [[Cafe->Cafe]] [[Gallery->Gallery]]</div>
</div><<run setup.setLocation("gym")>>
<<include "Hud">>
<div class="panel">
<h2>Gym</h2>
<p class="muted">Fitness helps active dates. Dance helps charisma and unlocks cleaner conversation flow.</p>
<div class="grid">
<div class="card"><h3>Workout</h3><p>Higher fitness improves active dates and confidence.</p><<button "Train fitness">><<run setup.startActivity("workout")>><<goto "Activity">><</button>></div>
<div class="card"><h3>Dance class</h3><p>A social workout that improves charisma.</p><<button "Join class">><<run setup.startActivity("dancing")>><<goto "Activity">><</button>></div>
<div class="card"><h3>Spark drill</h3><p>Practice reading the room before you take that energy into town.</p>[[Play drill->SparkGame]]</div>
</div>
<div class="actions">[[City->City]] [[Cafe->Cafe]] [[Home->Bedroom]]</div>
</div><<run setup.setLocation("gym")>>
<<include "Hud">>
<div class="panel">
<h2>Spark Drill</h2>
<p>Vibe card: <strong class="blue">$sparkAnswer</strong>. Pick the matching reply style.</p>
<div class="actions">
<<button "Warm">><<run setup.spark("warm")>><<goto "SparkGame">><</button>>
<<button "Smart">><<run setup.spark("smart")>><<goto "SparkGame">><</button>>
<<button "Bold">><<run setup.spark("bold")>><<goto "SparkGame">><</button>>
<<button "Kind">><<run setup.spark("kind")>><<goto "SparkGame">><</button>>
</div>
<div class="actions">[[Back to gym->Gym]]</div>
</div><<run setup.setLocation("computer")>>
<<include "Hud">>
<div class="panel">
<h2>Computer</h2>
<p class="muted">Earn Money, study, or check your social log.</p>
<div class="grid">
<div class="card"><h3>Freelance</h3><p>Same city work, available from home.</p><<button "Take a contract">><<run setup.startActivity("computer")>><<goto "Activity">><</button>></div>
<div class="card"><h3>Online course</h3><p>Focused study for intelligence.</p><<button "Study online">><<run setup.startActivity("computerStudy")>><<goto "Activity">><</button>></div>
<div class="card"><h3>Chess</h3><p>Practice planning and patience between messages.</p><<button "Play chess">><<run setup.startActivity("chess")>><<goto "Activity">><</button>></div>
<div class="card"><h3>Phone sync</h3><p>Review recent progress and unlocked memories.</p>[[Open phone->Phone]]</div>
</div>
<div class="actions">[[Home->Bedroom]] [[City->City]]</div>
</div><<run setup.setLocation("computer")>>
<<include "Hud">>
<div class="panel">
<h2>Phone</h2>
<p class="muted">Recent notes, reminders, and little moments from the week.</p>
<<if $messages.length is 0>>
No messages yet.
<<else>>
<ul>
<<for _msg range $messages>>
<li>_msg</li>
<</for>>
</ul>
<</if>>
<div class="actions">[[Connections->Connections]] [[Gallery->Gallery]] [[Home->Bedroom]]</div>
</div><<run setup.setLocation("city")>>
<<include "Hud">>
<div class="panel">
<h2>Gallery</h2>
<p class="muted">Memories unlock at 25 affection. Close-route markers unlock at 55.</p>
<div class="gallery-grid">
<div class="album <<if $albumClea>>unlocked<</if>>"><strong>Clea</strong><br><<if $albumClea>>Bookstore memory unlocked<<else>>Locked<</if>><br><<if $closeClea>><span class="good">Close route ready</span><</if>></div>
<div class="album <<if $albumRae>>unlocked<</if>>"><strong>Rae</strong><br><<if $albumRae>>City walk memory unlocked<<else>>Locked<</if>><br><<if $closeRae>><span class="good">Close route ready</span><</if>></div>
<div class="album <<if $albumAbella>>unlocked<</if>>"><strong>Abella</strong><br><<if $albumAbella>>Dinner memory unlocked<<else>>Locked<</if>><br><<if $closeAbella>><span class="good">Close route ready</span><</if>></div>
<div class="album <<if $albumKatana>>unlocked<</if>>"><strong>Katana</strong><br><<if $albumKatana>>Rooftop memory unlocked<<else>>Locked<</if>><br><<if $closeKatana>><span class="good">Close route ready</span><</if>></div>
</div>
<div class="actions">[[Dates->Dates]] [[Connections->Connections]] [[Home->Bedroom]]</div>
</div><<run setup.setLocation("bedroom")>>
<<include "Hud">>
<div class="panel">
<h2>Stats</h2>
<div class="statline"><strong>Fitness</strong><span>$fitness</span></div>
<div class="statline"><strong>Charisma</strong><span>$charisma</span></div>
<div class="statline"><strong>Intelligence</strong><span>$intelligence</span></div>
<div class="statline"><strong>Style</strong><span>$style</span></div>
<div class="actions">[[Home->Bedroom]] [[Gym->Gym]] [[Computer->Computer]]</div>
</div><div class="activity-screen">
<div class="panel activity-card">
<h2>$activityTitle</h2>
<div class="activity-image-slot"><<print '<img class="activity-gif" src="' + $activityGif + '" alt="">'>></div>
<p>Give it a moment...</p>
</div>
</div>
<<timed 2s>>
<<run setup.finishActivity()>>
<<goto $activityReturn>>
<</timed>><<run setup.setLocation("city")>>
<div class="activity-screen">
<div class="panel activity-card">
<h2>Low Money Warning</h2>
<div class="activity-image-slot"><img class="activity-gif" src="visuals/menu/WARNING.gif" alt=""></div>
<p>Money is 0 or below. Earn money before rent pushes you deeper into debt.</p>
<div class="actions">[[Continue->Bedroom]] [[Work->City]]</div>
</div>
</div><<run setup.setLocation("city")>>
<div class="activity-screen">
<div class="panel activity-card">
<h2>You are bankrupt</h2>
<div class="activity-image-slot"><img class="activity-gif" src="visuals/menu/GAMEOVER.gif" alt=""></div>
<p>You are bankrupt.</p>
</div>
</div><<run setup.setLocation("bedroom")>>
<div class="activity-screen">
<div class="panel activity-card">
<h2>Sleep until tomorrow</h2>
<div class="activity-image-slot"><img class="activity-gif" src="visuals/menu/sleeping.gif" alt=""></div>
<p>You are out of energy.</p>
</div>
</div>
<<timed 2s>>
<<run setup.sleepUntilTomorrow()>>
<<goto "Bedroom">>
<</timed>><<run setup.setLocation("cafe")>>
<div class="activity-screen">
<div class="panel activity-card">
<h2>Rejected</h2>
<div class="activity-image-slot"><img class="activity-gif" src="visuals/menu/slap.gif" alt=""></div>
<p>$talkRejectedNote</p>
</div>
</div>
<<timed 2s>>
<<goto "Cafe">>
<</timed>>
<<run setup.setLocation("bedroom")>>
<div class="hero">
<span class="tag">First week in town</span>
<h1>Dating Simulator</h1>
<p>Balance your days, make a little money, sharpen your confidence, and see who wants to spend time with you.</p>
<p>Enter your name:</p>
<<textbox "$playerName" "Alex">>
<div class="actions">
<<button "Start">>
<<goto "Bedroom">>
<</button>>
</div>
</div><<run setup.setLocation("bedroom")>>
<h2>Cheat Menu</h2>
<div class="cheat-section">
<strong>Resources</strong><br>
<<button "+500 Money">><<set $money += 500>><</button>>
<<button "+50 Energy">><<set $energy to Math.min($energy + 50, 100)>><</button>>
<<button "Full Energy">><<set $energy to 100>><</button>>
</div>
<div class="cheat-section">
<strong>Stats</strong><br>
<<button "+1 Fitness">><<set $fitness += 1>><</button>>
<<button "+1 Charisma">><<set $charisma += 1>><</button>>
<<button "+1 Intelligence">><<set $intelligence += 1>><</button>>
<<button "+1 Style">><<set $style += 1>><</button>>
<<button "Max All Stats">><<set $fitness to 100>><<set $charisma to 100>><<set $intelligence to 100>><<set $style to 100>><</button>>
</div>
<div class="cheat-section">
<strong>Affection</strong><br>
<<button "+5 Abella">><<set $abella += 5>><</button>>
<<button "+5 Clea">><<set $clea += 5>><</button>>
<<button "+5 Katana">><<set $katana += 5>><</button>>
<<button "+5 Rae">><<set $rae += 5>><</button>>
<<button "Max All Affection">><<set $abella to 100>><<set $clea to 100>><<set $katana to 100>><<set $rae to 100>><</button>>
</div>
<div class="cheat-section">
<strong>Relationships</strong><br>
<<button "Meet All">><<set $abellaMet to true>><<set $cleaMet to true>><<set $katanaMet to true>><<set $raeMet to true>><</button>>
<<button "Unlock All Albums">><<set $albumAbella to true>><<set $albumClea to true>><<set $albumKatana to true>><<set $albumRae to true>><</button>>
<<button "Close Bond All">><<set $closeAbella to true>><<set $closeClea to true>><<set $closeKatana to true>><<set $closeRae to true>><</button>>
</div>
<div class="cheat-section">
<strong>Time</strong><br>
<<button "Next Day">><<run setup.advanceDays(1)>><</button>>
<<button "+7 Days">><<run setup.advanceDays(7)>><</button>>
</div>
<div class="cheat-section">
<strong>Video</strong><br>
Autoplay: <<if $videoAutoplay>>On<<else>>Off<</if>><br>
Volume: <<print setup.videoVolumeText()>><br>
<<button "Enable Video Autoplay">><<run setup.setVideoAutoplay(true)>><<goto "CheatMenu">><</button>>
<<button "Disable Video Autoplay">><<run setup.setVideoAutoplay(false)>><<goto "CheatMenu">><</button>>
<<button "Volume 0%">><<run setup.setVideoVolume(0)>><<goto "CheatMenu">><</button>>
<<button "Volume 25%">><<run setup.setVideoVolume(0.25)>><<goto "CheatMenu">><</button>>
<<button "Volume 50%">><<run setup.setVideoVolume(0.5)>><<goto "CheatMenu">><</button>>
<<button "Volume 100%">><<run setup.setVideoVolume(1)>><<goto "CheatMenu">><</button>>
</div>
[[Back to Bedroom->Bedroom]]@@.text;
<video class="video-group" src="visuals/chars/clea/bressuire/first05.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>I like that you did not back away.<</parb>>
<<parb "mc" "$playerName">>Not a chance.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/first06.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>Slide it in, please.<</parb>>
<blockquote><div class="gondolatk">[[Missionary|France03_Clea_MIS]]
[[Sideways|France03_Clea_SW]]
[[Cowgirl|France03_Clea_CG]]
[[Cumshot|France03_Clea_CS]]</div></blockquote>
@@@@.text;
<<parb "clea" "Clea">>So this is where you bring every woman you sleep with?<</parb>>
<<parb "mc" "$playerName">>I do not chase every attractive woman I notice.<</parb>>
<<parb "mc" "$playerName">>(True enough, though I almost never turn them down.)<</parb>>
<<parb "clea" "Clea">>Got it. Then I will make myself at home, if that is okay.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/first01.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>That last piece needs to come off too.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/first02.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>Are you just going to stare, or are you coming in?<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/first03.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>I am getting soaked already...<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/first04.mp4" width="100%" controls muted loop></video>
[[Fuck Clea|France03_Clea3][$clea_1st_fuck to 2]]
@@ @@.text;
<video class="video-group" src="visuals/chars/clea/bressuire/first07.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>Ah, I am drenched...<</parb>>
<<parb "mc" "$playerName">>Where did all that dry air go?<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/first08.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>It vanished the second you lost the shirt.<</parb>>
<blockquote><div class="gondolatk">[[Sideways|France03_Clea_SW]]
[[Cowgirl|France03_Clea_CG]]
[[Cumshot|France03_Clea_CS]]</div></blockquote>
@@@@.text;
<<parb "clea" "Clea">>Ahh, take me, $playerName!<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/first09.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Missionary|France03_Clea_MIS]]
[[Cowgirl|France03_Clea_CG]]
[[Cumshot|France03_Clea_CS]]</div></blockquote>
@@@@.text;
<video class="video-group" src="visuals/chars/clea/bressuire/first10.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>Ah... this is the best one I have ever ridden.<</parb>>
<<parb "mc" "$playerName">>I am going to ruin you in the best way.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/first11.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>You feel incredible, Clea.<</parb>>
<<parb "clea" "Clea">>I get even tighter when you go harder.<</parb>>
<<parb "mc" "$playerName">>Harder? Absolutely.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/first12.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>Aaah...<</parb>>
<<linkreplace "Try to put it into her ass (without telling her)">><video class="video-group" src="visuals/chars/clea/bressuire/first13.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>Not there, $playerName!<</parb>><</linkreplace>>
<blockquote><div class="gondolatk">[[Missionary|France03_Clea_MIS]]
[[Sideways|France03_Clea_SW]]
[[Cumshot|France03_Clea_CS]]</div></blockquote>
@@@@.text;
<video class="video-group" src="visuals/chars/clea/bressuire/first14.mp4" width="100%" controls muted loop></video><<set $gallery_france09_clea1 to true>>
<<parb "mc" "$playerName">>Your mouth is doing magic, Clea...<</parb>>
<<parb "clea" "Clea">>Are you nearly there?<</parb>>
<<parb "mc" "$playerName">>I am right on the edge of...<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/first15.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Ah, damn!<</parb>>
<<parb "clea" "Clea">>Whew, $playerName... you just made this sofa more valuable.<</parb>>
<<parb "mc" "$playerName">>In what way?<</parb>>
<<parb "clea" "Clea">>Because you had me on it.<</parb>>
<<parb "mc" "$playerName">>You really think that raises the price?<</parb>>
<<parb "clea" "Clea">>Hehe, obviously yes.<</parb>>
<<parb "mc" "$playerName">>We can talk later, but I need to leave now.<</parb>>
<<parb "clea" "Clea">>Yeah, I should head out too!<</parb>>
<<parb "mc" "$playerName">>Thanks, Clea. See you!<</parb>>
<blockquote><div class="gondolatk">[[Return Home…|Bedroom][$energy -=80]]</div></blockquote>
@@@@.text;
<<parb "mc" "$playerName">>Miss Clea.<</parb>>
<<parb "clea" "Clea">>Hello, $playerName.<</parb>>
<<parb "mc" "$playerName">>I thought you would never call.<</parb>>
<<parb "clea" "Clea">>Come to my place i have texted you the address, you have 1 hour.<</parb>>
<blockquote><div class="gondolatk">You reach her place. </div></blockquote>
<<parb "clea" "Clea">>Come here you sexy hunk.<</parb>>
<blockquote><div class="gondolatk">Clea gives you a kiss.</div></blockquote>
<<parb "clea" "Clea">>Brace yourself!<</parb>>
<video class="video-group" src="visuals/chars/clea/fuckweek2/01.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>*laughs softly*<</parb>>
<video class="video-group" src="visuals/chars/clea/fuckweek2/02.mp4" width="100%" controls muted></video>
<<parb "clea" "Clea">>Nice and hard. Are you set?<</parb>>
<<parb "mc" "$playerName">>I am set.<</parb>>
<video class="video-group" src="visuals/chars/clea/fuckweek2/03.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>your pussy is so tight.<</parb>>
<<parb "clea" "Clea">>Huh?<</parb>>
<<parb "mc" "$playerName">>I love your pussy, it is so warm and tight.<</parb>>
<<parb "clea" "Clea">>Yeah just like that fuck me harder. <</parb>>
<video class="video-group" src="visuals/chars/clea/fuckweek2/04.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>Let me go down on you.<</parb>>
<video class="video-group" src="visuals/chars/clea/fuckweek2/05.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>Your dick is just perfect.<</parb>>
<<parb "clea" "Clea">>I love blowing your cock.<</parb>>
<video class="video-group" src="visuals/chars/clea/fuckweek2/06.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>You suck so well.<</parb>>
<<parb "clea" "Clea">>I cant get over this dick.<</parb>>
<<parb "clea" "Clea">> Take me, $playerName.<</parb>>
<video class="video-group" src="visuals/chars/clea/fuckweek2/07.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Fuck her|Fuckweek02_Clea2]]</div></blockquote>
@@@@.text;
<<parb "clea" "Clea">>Ah, yes... that is exactly the spot!<</parb>>
<video class="video-group" src="visuals/chars/clea/fuckweek2/08.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>I am close, Clea...<</parb>>
<<parb "clea" "Clea">>How close are we talking?<</parb>>
<video class="video-group" src="visuals/chars/clea/fuckweek2/09.mp4" width="100%" controls muted></video>
<<parb "mc" "$playerName">>Very close.<</parb>>
<<parb "clea" "Clea">>All right, let us avoid a mistake.<</parb>>
<video class="video-group" src="visuals/chars/clea/fuckweek2/10.mp4" width="100%" controls muted></video>
<<parb "mc" "$playerName">>AH! Damn, yes...<</parb>><<set $gallery_fuckweek2_clea to true>>
<<parb "clea" "Clea">>Mmm, I really enjoy having you in my mouth, $playerName.<</parb>>
<<parb "mc" "$playerName">>That is obvious.<</parb>>
<<parb "mc" "$playerName">>You spent nearly half of it down there.<</parb>>
<<parb "clea" "Clea">>Was that a problem?<</parb>>
<<parb "mc" "$playerName">>No, but I wanted more time inside you.<</parb>>
<<parb "clea" "Clea">>Nothing is ever perfect, $playerName.<</parb>>
<<parb "clea" "Clea">>I enjoy giving more than receiving.<</parb>>
<<parb "mc" "$playerName">>Funny, because at the end you looked very happy about <i>receiving</i>.<</parb>>
<<parb "clea" "Clea">>We said we were not making cumshot jokes.<</parb>>
<<parb "mc" "$playerName">>Did we say that?<</parb>>
<blockquote><div class="gondolatk">The friendly banter continues until she says goodbye and leaves your home.</div></blockquote>
<blockquote><div class="gondolatk">[[Return Home…|Bedroom][$energy -=80]]</div></blockquote>
@@@@.text;
<<if $bressuire_decision is 2>><<parb "clea" "Clea">>You chose correctly.<</parb>>
<<parb "mc" "$playerName">>(Oh no. I am in trouble.)<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second01.mp4" width="100%" controls muted loop></video><<elseif $bressuire_decision is 1>>
<<parb "clea" "Clea">>You picked the right answer.<</parb>>
<<parb "mc" "$playerName">>I trust you will make it worth it.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second01.mp4" width="100%" controls muted loop></video><<elseif $ginebra_wanted is false>>Actually, you don’t have anything else to do, so you text Clea:
<<parb "mc" "$playerName">>I will leave my hotel room in ten minutes.<</parb>>
<<parb "clea" "Clea">>Perfect! I will be waiting.<</parb>>
<blockquote><div class="gondolatk">You change clothes and go to Clea’s place.</div></blockquote>
<<parb "clea" "Clea">>Dinner with a cock on the menu could become a habit.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second01.mp4" width="100%" controls muted loop></video><</if>>
<<parb "clea" "Clea">>Oh $playerName, you are huge, so please be gentle with me.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second02.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Relax, I am not going straight for your ass.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second03.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>$playerName? You should.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second04.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Doggystyle|France05_Clea_DS]]
[[Missionary|France05_Clea_MIS]]
[[Cowgirl|France05_Clea_CG]]
[[Reverse Cowgirl|France05_Clea_RCG]]
[[Cumshot|France05_Clea_CS]]</div></blockquote>
@@@@.text;
<video class="video-group" src="visuals/chars/clea/bressuire/second05.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>Whoa!<</parb>>
<<parb "mc" "$playerName">>Can this little hole handle it?<</parb>>
<<parb "clea" "Clea">>Oh God, I hope it can...<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second06.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Missionary|France05_Clea_MIS]]
[[Cowgirl|France05_Clea_CG]]
[[Reverse Cowgirl|France05_Clea_RCG]]
[[Cumshot|France05_Clea_CS]]</div></blockquote>
@@@@.text;
<<parb "mc" "$playerName">>Open those gorgeous legs for me, Clea.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second07.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>Fuck, $playerName, that huge cock keeps vanishing inside my ass!<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second08.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Doggystyle|France05_Clea_DS]]
[[Cowgirl|France05_Clea_CG]]
[[Reverse Cowgirl|France05_Clea_RCG]]
[[Cumshot|France05_Clea_CS]]</div></blockquote>
@@ @@.text;
<<parb "mc" "$playerName">>Can you get on top?<</parb>>
<<parb "clea" "Clea">>It is simpler with my pussy, but I can try.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second09.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>This feels completely different, whew.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second10.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>Take my ass, $playerName. Go all the way... you opened me up enough that I can handle it now.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second11.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Doggystyle|France05_Clea_DS]]
[[Missionary|France05_Clea_MIS]]
[[Reverse Cowgirl|France05_Clea_RCG]]
[[Cumshot|France05_Clea_CS]]</div></blockquote>
@@@@.text;
<<parb "clea" "Clea">>Ah, you are something else...<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second12.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Doggystyle|France05_Clea_DS]]
[[Missionary|France05_Clea_MIS]]
[[Cowgirl|France05_Clea_CG]]
[[Cumshot|France05_Clea_CS]]</div></blockquote>
@@@@.text;
<<parb "mc" "$playerName">>Clea, that tight ass is going to make me finish fast.<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second13.mp4" width="100%" controls muted loop></video><<set $gallery_france09_clea2 to true>>
<<parb "mc" "$playerName">>It is coming...<</parb>>
<video class="video-group" src="visuals/chars/clea/bressuire/second14.mp4" width="100%" controls muted loop></video>
<<parb "clea" "Clea">>That was earned.<</parb>>
<<parb "mc" "$playerName">>Thanks, Clea, that was amazing.<</parb>>
<blockquote><div class="gondolatk">You go home and sleep well tonight.</div></blockquote>
<blockquote>
<div class="gondolatk">
[[Return Home…|Bedroom][$energy -= 100; $money -= 200]]
</div>
</blockquote>
@@@@.text;
<blockquote><div class="gondolatk">The doorbell rang just as you finished tidying up the living room.
You opened the door to find Rae standing outside with a warm smile.</div></blockquote>
<<parb "rae" "Rae">>Good to see you! Oh, it is already out. Nice!<</parb>>
<<parb "mc" "$playerName">>No reason to waste minutes.<</parb>>
<<parb "rae" "Rae">>You definitely are not wasting them.<</parb>>
<video class="video-group" src="visuals/chars/rae/munich/sex01.mp4" width="100%" controls muted loop></video>
<video class="video-group" src="visuals/chars/rae/munich/sex02.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>You look incredibly hot.<</parb>>
<video class="video-group" src="visuals/chars/rae/munich/sex03.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>How do you want it this time?<</parb>>
<<parb "mc" "$playerName">>I have a few thoughts...<</parb>>
<blockquote><div class="gondolatk">[[Standing|Munich04_RaeAIR]]
[[Missionary|Munich04_RaeMIS]]
[[Cowgirl|Munich04_RaeCG]]
[[Creampie|Munich04_RaeCP]]</div></blockquote>
@@@@.text;
<blockquote><div class="gondolatk">The evening streets glowed beneath colorful neon lights as $playerName and Rae wandered through an unfamiliar district after dinner. You continue to chat for almost an hour, but Rae eventually takes you to a hotel room.</div></blockquote>
<<parb "rae" "Rae">>How were you planning to begin?<</parb>>
<<parb "mc" "$playerName">>And how were you planning to end?<</parb>>
<<parb "rae" "Rae">>A flood of cum. Deep. In. My...<</parb>>
<<parb "rae" "Rae">>PUSSY.<</parb>>
<<parb "mc" "$playerName">>That sounds hot.<</parb>>
<<parb "rae" "Rae">>Naturally. *winks*<</parb>>
<<parb "mc" "$playerName">>*grins*<</parb>>
<<parb "mc" "$playerName">>To begin... a simple blowjob.<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_01.mp4" width="100%" controls muted loop></video>
<video class="video-group" src="visuals/chars/rae/okinawa/1_02.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Fuck, Rae... you still know exactly what you are doing...<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_03.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>Trouble getting hard?<</parb>>
<<parb "mc" "$playerName">>It just needs another moment.<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_04.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>And now you are hard. *smiles*<</parb>>
<<parb "rae" "Rae">>Look at my pussy!<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_05.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Soaked.<</parb>>
<<parb "rae" "Rae">>Wet pussy, hard cock. Are we good to go?<</parb>>
<<parb "rae" "Rae">>I am good to go.<</parb>>
<<parb "mc" "$playerName">>Me too.<</parb>>
<<parb "mc" "$playerName">>RAE!<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_06.mp4" width="100%" controls muted></video>
<<parb "rae" "Rae">>I want you badly...<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_07.mp4" width="100%" controls muted></video>
<<parb "mc" "$playerName">>Let us start with missionary. I want to watch those still-natural tits bounce.<</parb>>
<<parb "rae" "Rae">>*smiles*<</parb>>
<<parb "rae" "Rae">>Let us do it.<</parb>>
<blockquote><div class="gondolatk">[[Missionary|Okinawa04_RaeMIS]]
[[Doggystyle|Okinawa04_RaeDS]]
[[Cowgirl|Okinawa04_RaeCG]]
[[Creampie|Okinawa04_RaeCP]]</div></blockquote>
@@@@.text;
<blockquote><div class="gondolatk">The café was beginning to close for the evening, with only a handful of customers lingering over their drinks. The usual chatter had faded into a low murmur, and the warm lights cast long shadows across the nearly empty room.
$playerName glanced toward the employees-only lounge at the back of the café. The door was slightly ajar, and no one seemed to be paying attention.
As the two of you slipped toward the lounge door, trying not to attract attention. The thrill of doing something harmlessly rebellious made the moment feel more exciting than it probably should have.
Behind the door waited a cozy staff lounge, far quieter than the bustling café outside—a hidden little corner of the world where the two of you could steal a few moments alone.</div></blockquote>
<<parb "mc" "$playerName">>Are you thinking what i am thinking?.<</parb>>
<<parb "rae" "Rae">>Shut up and undress me.<</parb>>
<<parb "mc" "$playerName">>Yes mam.<</parb>>
<<parb "rae" "Rae">>Oh, aha, um...<</parb>>
<<parb "mc" "$playerName">>;)<</parb>>
<<parb "rae" "Rae">> Tonight, I would like to give you a the best sex you'll ever have.<</parb>>
<<parb "mc" "$playerName">>Can that happen?<</parb>>
<<parb "rae" "Rae">>Maybe a little beyond that. ;)<</parb>>
<blockquote><div class="gondolatk">A few minutes later…</div></blockquote>
<video class="video-group" src="visuals/chars/rae/okinawa/3_01.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>Um... I was made for loving you?<</parb>>
<<parb "mc" "$playerName">>???<</parb>>
<<parb "rae" "Rae">>Oh, I thought maybe...<</parb>>
<<parb "mc" "$playerName">>No, not that kind of night. Come closer.<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/3_02.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>I had no idea you Fucked this well.<</parb>>
<<parb "mc" "$playerName">>I put my energy into other talents.<</parb>>
<<parb "rae" "Rae">>Such as?<</parb>>
<<parb "mc" "$playerName">>Such as...<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/3_03.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>???<</parb>>
<<parb "mc" "$playerName">>*smile*<</parb>>
<<parb "mc" "$playerName">>You have earned what is coming.<</parb>>
<<parb "rae" "Rae">>What is that?<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/3_04.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>A-a-ahhh!<</parb>>
<<parb "rae" "Rae">>Missionary?<</parb>>
<<parb "mc" "$playerName">>Sure.<</parb>>
<<parb "mc" "$playerName">>One final squeeze.<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/3_05.mp4" width="100%" controls muted></video>
<<parb "mc" "$playerName">>AH!<</parb>>
<<parb "rae" "Rae">>*laughing*<</parb>>
<<parb "rae" "Rae">>When did you turn so gentle?<</parb>>
<<parb "mc" "$playerName">>NEVER!<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/3_06.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>That is exactly what I wanted to hear!<</parb>>
<<parb "mc" "$playerName">>Now... are you riding me, or am I riding you?<</parb>>
<<parb "rae" "Rae">>I do not want to witness the second option, so...<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/3_07.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Oh fuck.<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/3_08.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>I am ready to finish.<</parb>>
<<parb "rae" "Rae">> *laughing*<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/3_09.mp4" width="100%" controls muted></video>
<<parb "mc" "$playerName">>AH! Damn, yes...<</parb>><<set $gallery_okinawa_rae3 to true>>
<<parb "mc" "$playerName">>You look so hot with a cock in your mouth.<</parb>>
<<parb "rae" "Rae">>With <b>your</b> cock in <b>my</b> mouth.<</parb>>
<blockquote><div class="gondolatk">You continue to chat for almost an hour, but you both eventually leave the cafe and return to your home.</div></blockquote>
<blockquote><div class="gondolatk">[[Return Home…|Bedroom][$energy -= 80; $money -= 20]]</div></blockquote>
@@@@.text;
<blockquote><div class="gondolatk">As the sun dipped below the horizon, a warm golden glow filtered through the windows of your house. The scent of lavender lingered in the air, mixing with the faint aroma of freshly brewed tea. The room had been carefully prepared for a relaxing evening, offering a welcome escape from the stress of daily life. When Rae entered, her eyes immediately fell upon the thoughtfully arranged space, and a small smile appeared on her face. It seemed the night was already off to a good start.</div></blockquote>
<<parb "rae" "Rae">>Close your eyes, $playerName. I have a surprise coming.<</parb>>
<video class="video-group" src="visuals/chars/rae/belgrade/massage1_04.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Those are my favorite surprises.<</parb>>
<<parb "rae" "Rae">>Switching the angle...<</parb>>
<<parb "mc" "$playerName">>The angle?<</parb>>
<video class="video-group" src="visuals/chars/rae/belgrade/massage1_05.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Ah!<</parb>>
<<parb "rae" "Rae">>Yes, this angle is perfect for me.<</parb>>
<<parb "rae" "Rae">>You would not mind if I came on this nice, thick cock, would you?<</parb>>
<<parb "mc" "$playerName">>Go ahead, though I can help make it happen too.<</parb>>
<video class="video-group" src="visuals/chars/rae/belgrade/massage1_06.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>It feels so good.<</parb>>
<<parb "mc" "$playerName">>Yeah I am giving my all.<</parb>>
<<parb "rae" "Rae">> *smiles*<</parb>>
<video class="video-group" src="visuals/chars/rae/belgrade/massage1_07.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>Impressive!<</parb>>
<<parb "mc" "$playerName">>*smile*<</parb>>
<video class="video-group" src="visuals/chars/rae/belgrade/massage1_08.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>So are you!<</parb>>
<<parb "mc" "$playerName">>(Oh... she meant my cock earlier.)<</parb>>
<video class="video-group" src="visuals/chars/rae/belgrade/massage1_09.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>$playerName, before you finish...<</parb>>
<<parb "rae" "Rae">>I will get back under the table and give you a hot handjob.<</parb>>
<<parb "mc" "$playerName">>All right.<</parb>>
<video class="video-group" src="visuals/chars/rae/belgrade/massage1_10.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Ah, damn yeah... whew...<</parb>>
<<parb "rae" "Rae">>$playerName, That was something.<</parb>>
<video class="video-group" src="visuals/chars/rae/belgrade/massage1_11.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Something?<</parb>>
<<parb "rae" "Rae">>.*smiles*<</parb>>
<<parb "mc" "$playerName">>That was something amazing.<</parb>>
<blockquote><div class="gondolatk">You go back to your home.</div></blockquote>
<blockquote><div class="gondolatk">[[Return Home…|Bedroom][$money -= 150; $energy -= 50]]</div></blockquote>
@@@@.text;
<<parb "rae" "Rae">>I have waited for this moment my whole life, oh lord.<</parb>>
<video class="video-group" src="visuals/chars/rae/munich/sex04.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Do you feel it Standing?<</parb>>
<<parb "rae" "Rae">>Oh lord, oh lord!<</parb>>
<video class="video-group" src="visuals/chars/rae/munich/sex05.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Missionary|Munich04_RaeMIS]]
[[Cowgirl|Munich04_RaeCG]]
[[Creampie|Munich04_RaeCP]]</div></blockquote>
@@@@.text;
<<parb "rae" "Rae">>Put it in, ah…<</parb>>
<video class="video-group" src="visuals/chars/rae/munich/sex06.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>Love me, choke me!<</parb>>
<video class="video-group" src="visuals/chars/rae/munich/sex07.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Standing|Munich04_RaeAIR]]
[[Cowgirl|Munich04_RaeCG]]
[[Creampie|Munich04_RaeCP]]</div></blockquote>
@@@@.text;
<video class="video-group" src="visuals/chars/rae/munich/sex08.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>I am not used to something this large... I cannot fit you fully.<</parb>>
<video class="video-group" src="visuals/chars/rae/munich/sex09.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Standing|Munich04_RaeAIR]]
[[Missionary|Munich04_RaeMIS]]
[[Creampie|Munich04_RaeCP]]</div></blockquote>
@@@@.text;
<<parb "mc" "$playerName">>I am close, Rae.<</parb>>
<<parb "rae" "Rae">>I am on the pill, so you may fill me up.<</parb>>
<video class="video-group" src="visuals/chars/rae/munich/sex10.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Ah, yes...<</parb>><<set $gallery_munich_rae to true>>
<<parb "mc" "$playerName">>Whew, Rae... I came so much.<</parb>>
<<parb "rae" "Rae">> You did wonderful.<</parb>>
<blockquote><div class="gondolatk"> She leaves your bedroom and you call it a night.</div></blockquote>
<blockquote><div class="gondolatk">[[Sleep…|Bedroom][$energy -=100,$money -=100]]</div></blockquote>
@@@@.text;
<video class="video-group" src="visuals/chars/rae/okinawa/1_08.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>What a gorgeous view, damn...<</parb>>
<<parb "mc" "$playerName">>(Or gorgeouss?) *smile*<</parb>>
<<parb "rae" "Rae">>Stop, I know exactly why you are saying that...<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_09.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Sorry, I love original tits. I cannot help myself.<</parb>>
<<parb "mc" "$playerName">>Uh... fuck...<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_10.mp4" width="100%" controls muted></video>
<<parb "mc" "$playerName">>Want to switch poses?<</parb>>
<<parb "rae" "Rae">>Mhm.<</parb>>
<blockquote><div class="gondolatk">[[Doggystyle|Okinawa04_RaeDS]]
[[Cowgirl|Okinawa04_RaeCG]]
[[Creampie|Okinawa04_RaeCP]]</div></blockquote>
@@@@.text;
<<parb "rae" "Rae">>Ah...<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_11.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>Ahhh!<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_12.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>Whoa...<</parb>>
<<parb "rae" "Rae">>Take me, $playerName. Fuck me!<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_13.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>Make me feel like I am in heaven!<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_14.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Oh, god... if I keep this up, I may get there first.<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_15.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>Then we should change positions again.<</parb>>
<<parb "mc" "$playerName">>Not yet. A little longer!<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_16.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Ah, fuck... I am trying to hold back...<</parb>>
<blockquote><div class="gondolatk">[[Missionary|Okinawa04_RaeMIS]]
[[Cowgirl|Okinawa04_RaeCG]]
[[Creampie|Okinawa04_RaeCP]]</div></blockquote>
@@@@.text;
<<parb "rae" "Rae">>Cowgirl? Are you certain?<</parb>>
<<parb "rae" "Rae">>I know it is one of your favorites, and I am going to ride that cum out of you!<</parb>>
<<parb "mc" "$playerName">>Challenge taken.<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_17.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Fuck, you really meant it...<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_18.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>This is torture... hot, wet torture... ah...<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_19.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>Best kind of torture.<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_20.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Fuck... you look beautiful.<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_21.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>Thank you. *smiles*<</parb>>
<blockquote><div class="gondolatk">[[Missionary|Okinawa04_RaeMIS]]
[[Doggystyle|Okinawa04_RaeDS]]
[[Creampie|Okinawa04_RaeCP]]</div></blockquote>
@@@@.text;
<<parb "mc" "$playerName">>I am about to come.<</parb>>
<<parb "rae" "Rae">>Then just take me and finish.<</parb>>
<<parb "rae" "Rae">>No limits.<</parb>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_22.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>AH! Damn, yes... ah...<</parb>><<set $gallery_okinawa_rae1 to true>>
<video class="video-group" src="visuals/chars/rae/okinawa/1_23.mp4" width="100%" controls muted loop></video>
<<parb "rae" "Rae">>Ah... you filled me so well. *smiles*<</parb>>
<<parb "mc" "$playerName">>Ah... you took everything I had.<</parb>>
<blockquote><div class="gondolatk">You talk with Rae for a few more minutes, but eventually both of you go to sleep.</div></blockquote>
<blockquote><div class="gondolatk">[[Return Home…|Bedroom][$energy -= 100; $money -= 200]]</div></blockquote>
@@@@.text;
<blockquote><div class="gondolatk">You say YES to Katana and go to the hotel.</div></blockquote>
<<parb "mc" "$playerName">>(I still cannot refuse an invitation like this.)<</parb>>
<blockquote><div class="gondolatk">Katana arrives within an hour and her attire is not the usual, classy.</div></blockquote>
<<parb "mc" "$playerName">>Hey. Is that a police outfit?<</parb>>
<<parb "katana" "Katana">>Mhm.<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/pol01.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>I thought you had time to change.<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/pol02.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>No.<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/pol03.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Single-word replies... did something happen?<</parb>>
<<parb "katana" "Katana">>No.<</parb>>
<<parb "mc" "$playerName">>All right...<</parb>>
<blockquote><div class="gondolatk">You remove your dick from Katana and say:</div></blockquote>
<<parb "mc" "$playerName">>I cannot keep going like this if my partner is miserable.<</parb>>
<<parb "mc" "$playerName">>Your mood matters to me.<</parb>>
<<parb "katana" "Katana">>Please, $playerName...<</parb>>
<<parb "katana" "Katana">>Do not play the hero. Just fuck me well.<</parb>>
<<parb "mc" "$playerName">>That is the issue. I cannot do that when you are obviously upset.<</parb>>
<<parb "katana" "Katana">>It is only stress. Nothing more. A good fuck would fix it.<</parb>>
<<parb "mc" "$playerName">>Put yourself in my place. Would you keep going?<</parb>>
<<parb "katana" "Katana">>If you said it would make you happy, then yes, I would.<</parb>>
<<parb "mc" "$playerName">>Fine, but I do not want complaints afterward.<</parb>>
<<parb "katana" "Katana">>You will not hear any.<</parb>>
<<parb "mc" "$playerName">>(Why women answer "nothing" when men ask what is wrong is beyond me. Whatever. If it is "nothing," then I guess there is nothing to worry about.)<</parb>>
<<parb "mc" "$playerName">>Then come ride me.<</parb>>
<<parb "katana" "Katana">>Finally...<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/pol04.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Ah!<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/pol05.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>Ah, put it back in, $playerName.<</parb>>
<<parb "mc" "$playerName">>I am gonna fuck you so hard.<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/pol06.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>Fuck yeah, at last...<</parb>>
<blockquote><div class="gondolatk">[[Give her more|Winklemon12_Katana2]]</div></blockquote>
@@@@.text;
<blockquote><div class="gondolatk">A knock echoed through the apartment. As $playerName opened the door, Katana stood before him in an elegant red dress that perfectly matched the red rose earrings hanging delicately from her ears. The warm glow of the hallway lights seemed to accentuate the deep crimson colors, giving her an effortlessly striking appearance.</div></blockquote>
<<parb "mc" "$playerName">>Well, now I feel underdressed.<</parb>>
<<parb "katana" "Katana">>That's your way of saying I look good?<</parb>>
<<parb "mc" "$playerName">>No. It's my way of saying you look incredible.<</parb>>
<<parb "katana" "Katana">>You always this smooth?<</parb>>
<<parb "mc" "$playerName">>Only when the situation calls for it.<</parb>>
<blockquote><div class="gondolatk">The dining table was neatly arranged, candles flickered softly, and the aroma of a home-cooked meal filled the room.</div></blockquote>
<<parb "katana" "Katana">>You really went all out.<</parb>>
<<parb "mc" "$playerName">>You're worth the effort.<</parb>>
<<parb "katana" "Katana">>Confident, aren't you?<</parb>>
<<parb "mc" "$playerName">>I prefer prepared.<</parb>>
<blockquote><div class="gondolatk">As the night went on, the candles burned lower and the conversation became more relaxed. There was no awkwardness between them anymore—just genuine enjoyment of each other's company..</div></blockquote>
<<parb "katana" "Katana">>*smiles*<</parb>>
<video class="video-group" src="visuals/chars/katana/dubaifinals/2_01.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Red lipstick all over my cock.<</parb>>
<<parb "mc" "$playerName">>That sounds like a romance title.<</parb>>
<<parb "katana" "Katana">>Maybe an adult romance.<</parb>>
<<parb "mc" "$playerName">>Katana...<</parb>>
<video class="video-group" src="visuals/chars/katana/dubaifinals/2_02.mp4" width="100%" controls muted></video>
<<parb "katana" "Katana">>Ready for me?<</parb>>
<<parb "mc" "$playerName">>Yes.<</parb>>
<<parb "katana" "Katana">>Hm... are you <i>truly</i> ready?<</parb>>
<video class="video-group" src="visuals/chars/katana/dubaifinals/2_03.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>I am ready.<</parb>>
<<parb "katana" "Katana">>Fine, let us find out.<</parb>>
<video class="video-group" src="visuals/chars/katana/dubaifinals/2_04.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>DAMN!<</parb>>
<<parb "katana" "Katana">>Now it is your turn.<</parb>>
<video class="video-group" src="visuals/chars/katana/dubaifinals/2_05.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>Okay, okay, that is not bad. Anything more?<</parb>>
<<parb "mc" "$playerName">>Turn over.<</parb>>
<video class="video-group" src="visuals/chars/katana/dubaifinals/2_06.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>Right there, babe, ah!<</parb>>
<video class="video-group" src="visuals/chars/katana/dubaifinals/2_07.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>I am coming...<</parb>>
<video class="video-group" src="visuals/chars/katana/dubaifinals/2_08.mp4" width="100%" controls muted></video>
<<parb "mc" "$playerName">>AH! Damn, yes...<</parb>><<set $gallery_dubai_katana2 to true>>
<<parb "mc" "$playerName">>Holy...<</parb>>
<<parb "katana" "Katana">>Yeah, that was not bad at all.<</parb>>
<<parb "mc" "$playerName">>Want to spend the night?<</parb>>
<<parb "katana" "Katana">>Sure. <</parb>>
<blockquote><div class="gondolatk">The night continued with laughter, stories, and easy conversation, both of them secretly hoping the night wouldn't end too soon.</div></blockquote>
<blockquote><div class="gondolatk">
[[Go to Sleep.|Bedroom][$energy -=100; $money -=50]]</div></blockquote>
@@@@.text;
<blockquote><div class="gondolatk">Entering her office, you caught her attention with a discreet gesture, inviting her to meet you in the kitchen.</div></blockquote>
<<parb "katana" "Katana">>*coughs*<</parb>>
<blockquote><div class="gondolatk">The fun starts in the kitchen…</div></blockquote>
<video class="video-group" src="visuals/chars/katana/dubaifinals/1_01.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Fuck... your mouth is almost as good as your pussy.<</parb>>
<<parb "katana" "Katana">>Are you joking?<</parb>>
<blockquote><div class="gondolatk">Your intuition says that the right answer now is ‘yes’.</div></blockquote>
<<parb "mc" "$playerName">>Yes.<</parb>>
<<parb "katana" "Katana">>Aha...<</parb>>
<<parb "mc" "$playerName">>Your pussy is the very best.<</parb>>
<<parb "katana" "Katana">>Aha... just do not get any cream ideas. You are not coming in my pussy.<</parb>>
<<parb "katana" "Katana">>Now let me take this big cock down my throat.<</parb>>
<video class="video-group" src="visuals/chars/katana/dubaifinals/1_02.mp4" width="100%" controls muted></video>
<<parb "katana" "Katana">>FUCK!<</parb>>
<<parb "mc" "$playerName">>Let us switch to doggy.<</parb>>
<<parb "katana" "Katana">>All right.<</parb>>
<video class="video-group" src="visuals/chars/katana/dubaifinals/1_03.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>Yes! Let your balls hit my clit.<</parb>>
<<parb "katana" "Katana">>Ah, I want to ride you.<</parb>>
<video class="video-group" src="visuals/chars/katana/dubaifinals/1_04.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>Oh, and please keep your finger out of my ass.<</parb>>
<<parb "mc" "$playerName">>Turn around and there will be none.<</parb>>
<video class="video-group" src="visuals/chars/katana/dubaifinals/1_05.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Put your legs up.<</parb>>
<<parb "katana" "Katana">>What?<</parb>>
<<parb "mc" "$playerName">>Legs up!<</parb>>
<<parb "katana" "Katana">>Like... this?<</parb>>
<<parb "mc" "$playerName">>Aha.<</parb>>
<video class="video-group" src="visuals/chars/katana/dubaifinals/1_06.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>Mmm, that feels so good!<</parb>>
<<parb "mc" "$playerName">>I am going to come...<</parb>>
<video class="video-group" src="visuals/chars/katana/dubaifinals/1_07.mp4" width="100%" controls muted></video>
<<parb "mc" "$playerName">>AH! Fuck! Yes...<</parb>><<set $gallery_dubai_katana1 to true>>
<<parb "katana" "Katana">>And there goes my makeup.<</parb>>
<<parb "mc" "$playerName">>Sorry for that.<</parb>>
<blockquote><div class="gondolatk">You bid her farewell and make your way home.</div></blockquote>
<blockquote><div class="gondolatk">
[[Return Home…|Bedroom][$energy -= 80]]
</div></blockquote>
@@@@.text;
<blockquote><div class="gondolatk">You knock on the door and Katana lets you in. You try to make small talks.</div></blockquote>
<<parb "katana" "Katana">>Sit down!<</parb>>
<<parb "mc" "$playerName">>Oh well.<</parb>>
<blockquote><div class="gondolatk">You continue speaking while Katana removes your pants.</div></blockquote>
<<parb "mc" "$playerName">>Umm...<</parb>>
<<parb "katana" "Katana">>Stop talking.<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/01.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Oh shit<</parb>>
<<parb "katana" "Katana">>You like that?<</parb>>
<<parb "mc" "$playerName">>At this rate i am gonna cum.<</parb>>
<<parb "katana" "Katana">>No, no, you can't cum yet.<</parb>>
<<parb "mc" "$playerName">>Umm....<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/02.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>You are gonna fuck me good first.<</parb>>
<<parb "katana" "Katana">>And thank you for not jerking off today.<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/03.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>How can you tell?<</parb>>
<<parb "katana" "Katana">>Your cock gets harder when you skip it.<</parb>>
<<parb "katana" "Katana">>Now... how do you want me?<</parb>>
<blockquote><div class="gondolatk">[[Cowgirl|Winklemon03_Katana_CG]]
[[Reverse Cowgirl|Winklemon03_Katana_RCG]]
[[Doggystyle|Winklemon03_Katana_DS]]
[[Cumshot|Winklemon03_Katana_CS]]</div></blockquote>
@@@@.text;
<blockquote><div class="gondolatk">The afternoon sun reflected off the crystal-clear water of the pool behind $playerName's house. After opening the gate, he spotted Abella walking down the garden path. She paused for a moment, taking in the backyard before smiling.</div></blockquote>
<<parb "abella" "Abella">>Okay... now I understand why you were being mysterious.<</parb>>
<<parb "mc" "$playerName">>I wanted it to be a surprise.<</parb>>
<<parb "abella" "Abella">>You have a pool in your backyard and never mentioned it?<</parb>>
<<parb "mc" "$playerName">>You never asked.<</parb>>
<<parb "abella" "Abella">>That's not how that works.<</parb>>
<<parb "mc" "$playerName">>Seems to have worked fine.<</parb>>
<<parb "abella" "Abella">>I have to admit, this is a pretty amazing place.<</parb>>
<<parb "mc" "$playerName">>Glad you like it.<</parb>>
<<parb "abella" "Abella">>You wanna see my round ass...<</parb>>
<<parb "mc" "$playerName">>Exactly, in every way.<</parb>>
<<parb "abella" "Abella">>You know what?<</parb>>
<<parb "abella" "Abella">>I always wanna do this outdoors.<</parb>>
<<parb "mc" "$playerName">>Honestly, I am not really into garden sex.<</parb>>
<<parb "abella" "Abella">>YOLO.<</parb>>
<<parb "abella" "Abella">>You need to try it at least once.<</parb>>
<<parb "mc" "$playerName">>Once... fine... but now?<</parb>>
<<parb "abella" "Abella">>Sooner is better than later.<</parb>>
<<parb "abella" "Abella">>Come on, it will be fun.<</parb>>
<<parb "mc" "$playerName">>Especially for the neighbors...<</parb>>
<<parb "abella" "Abella">>My pussy is ready for you, $playerName.<</parb>>
<<parb "mc" "$playerName">>(Here we go again... doing something I did not even want to do...)<</parb>>
<video class="video-group" src="visuals/chars/abella/fuckweek2/01.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>Your cock still tastes good.<</parb>>
<<parb "mc" "$playerName">>I shine it with honey every morning.<</parb>>
<video class="video-group" src="visuals/chars/abella/fuckweek2/02.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>Are you serious?<</parb>>
<<parb "mc" "$playerName">>As usual, no.<</parb>>
<<parb "abella" "Abella">>Ready, big boy?<</parb>>
<video class="video-group" src="visuals/chars/abella/fuckweek2/03.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>I am ready.<</parb>>
<<parb "abella" "Abella">>If you finish in three minutes, you owe $300.<</parb>>
<<parb "mc" "$playerName">>And if I do not?<</parb>>
<<parb "abella" "Abella">>Then $30.<</parb>>
<<parb "mc" "$playerName">>Deal.<</parb>>
<<parb "abella" "Abella">>Prepare to pay $300, big boy.<</parb>>
<video class="video-group" src="visuals/chars/abella/fuckweek2/04.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Wow!<</parb>>
<<parb "mc" "$playerName">>Come closer, big girl.<</parb>>
<video class="video-group" src="visuals/chars/abella/fuckweek2/05.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>Ah!<</parb>>
<<parb "abella" "Abella">>I think we passed the three-minute line.<</parb>>
<<parb "abella" "Abella">>You can stop worrying about the $300.<</parb>>
<<parb "mc" "$playerName">>Ah, yes...<</parb>>
<video class="video-group" src="visuals/chars/abella/fuckweek2/06.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>Let us find out how much you can handle.<</parb>>
<video class="video-group" src="visuals/chars/abella/fuckweek2/07.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>OH MY GOD!<</parb>>
<<parb "mc" "$playerName">>This is it for me...<</parb>>
<video class="video-group" src="visuals/chars/abella/fuckweek2/08.mp4" width="100%" controls muted></video>
<<parb "mc" "$playerName">>AH! Fuck... yes...<</parb>><<set $gallery_fuckweek2_abella to true>>
<<parb "abella" "Abella">>Beautiful finish, $playerName.<</parb>>
<<parb "mc" "$playerName">>Thanks. That last ride was legendary.<</parb>>
<blockquote><div class="gondolatk">You thank Abella’s visit by paying her $30.
After taking the money, she fixes her makeup and leaves your home.</div></blockquote>
<blockquote><div class="gondolatk">[[Return…|Bedroom][$energy -=50,$money -=30]]</div></blockquote>
@@@@.text;
<blockquote><div class="gondolatk">You arrive to the hotel room and the real action starts almost immediately.</div></blockquote>
<video class="video-group" src="visuals/chars/abella/chile01.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>It has been a while.<</parb>>
<<parb "mc" "$playerName">>We should skip foreplay. With you, riding is always the main event.<</parb>>
<<parb "abella" "Abella">>Only riding? I can handle doggy too.<</parb>>
<blockquote><div class="gondolatk">[[Cowgirl|Chilee05_AbellaCG]]
[[Reverse Cowgirl|Chilee05_AbellaRCG]]
[[Missionary|Chilee05_AbellaMIS]]
[[Doggystyle|Chilee05_AbellaDS]]
[[Cumshot|Chilee05_AbellaCS]]</div></blockquote>
@@@@.text;
<blockquote><div class="gondolat">Suddenly, someone knocks on the door. You open it and instantly get a hard-on.</div></blockquote>
<<parb "abella" "Abella">>Hey<</parb>>
<<parb "mc" "$playerName">>Good to see you.<</parb>>
<<parb "abella" "Abella">>I want that dick!<</parb>>
<<parb "mc" "$playerName">>You surprised me.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/final01.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">> I like it.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/final02.mp4" width="100%" controls muted loop></video>
<video class="video-group" src="visuals/chars/abella/turkey/final03.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>What a view!<</parb>>
<<parb "mc" "$playerName">>I want to taste you.<</parb>>
<<parb "abella" "Abella">>Sixty-nine?<</parb>>
<<parb "mc" "$playerName">>Perfect.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/final04.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>No, sixty-nine is not enough. I want to fuck.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/final05.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Unbelievable.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/final06.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>Let me show you how I ride.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/final07.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Continue|TurkeyAbellaNOGloryhole2]]</div></blockquote>
@@@@.text;
<blockquote><div class="gondolatk">Abella arrived wearing a stylish lady police officer cosplay. The dark-blue uniform was neatly tailored, complete with a badge, matching cap, and polished boots. Though clearly a costume, she carried herself with confidence, making the outfit surprisingly convincing.</div></blockquote>
<<parb "abella" "Abella">>Well? What do you think of the costume?<</parb>>
<<parb "mc" "$playerName">>You definitely committed to the role.<</parb>>
<<parb "abella" "Abella">>Good. Officer Abella doesn't do things halfway.<</parb>>
<<parb "mc" "$playerName">>Should I be worried?<</parb>>
<<parb "abella" "Abella">>Only if you've been breaking the rules<</parb>>
<<parb "mc" "$playerName">>I cannot remember your technique, so <</parb>>
<<parb "abella" "Abella">>Then let me remind you.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/police01.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>Not hard enough. You deserve punishment!<</parb>>
<<parb "mc" "$playerName">>Please, officer, have mercy!<</parb>>
<<parb "abella" "Abella">>Get it hard!<</parb>>
<<parb "abella" "Abella">>At last.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/police02.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>You are such a naughty one, $playerName.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/police03.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>You would not earn deepthroating.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/police04.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>Damn, you are too big for that anyway.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/police05.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>Let me get those balls.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/police06.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Continue|Turkey04AbellaHalitWINBetYESTell2]]</div></blockquote>
@@@@.text;
<<parb "katana" "Katana">>That is the energy I wanted!<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/04.mp4" width="100%" controls muted loop></video>
<video class="video-group" src="visuals/chars/katana/winklemon/05.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>Oh, fuck!<</parb>>
<<parb "mc" "$playerName">>Can I get that signature ass-shaking, cock-riding thing you do? I still do not know what to call it.<</parb>>
<<parb "mc" "$playerName">>The Katana treatment.<</parb>>
<<parb "katana" "Katana">>This move?<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/06.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Ah, yes!<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/07.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Reverse Cowgirl|Winklemon03_Katana_RCG]]
[[Doggystyle|Winklemon03_Katana_DS]]
[[Cumshot|Winklemon03_Katana_CS]]</div></blockquote>
@@@@.text;
<<parb "katana" "Katana">>Shiiit, I missed this so much!<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/08.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Then this will be even better.<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/09.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>Aah!<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/10.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>Oh my god!<</parb>>
<<parb "mc" "$playerName">>What are you watching, my cock?<</parb>>
<<parb "katana" "Katana">>I just like seeing YOU in motion.<</parb>>
<<parb "mc" "$playerName">>Enjoy it any way you like, Katana. I only know one thing: I am not leaving until you come.<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/11.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>Aaah!<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/12.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>A-a-a... ah-haaa...<</parb>>
<blockquote><div class="gondolatk">[[Cowgirl|Winklemon03_Katana_CG]]
[[Doggystyle|Winklemon03_Katana_DS]]
[[Cumshot|Winklemon03_Katana_CS]]</div></blockquote>
@@@@.text;
<<parb "mc" "$playerName">>(Ah, fuck. This is exactly the passionate woman I was talking about before I came in.)<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/13.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>(I love her body so much. How could I not?)<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/14.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>Ahh!<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/15.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>(A truly passionate woman.)<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/16.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Cowgirl|Winklemon03_Katana_CG]]
[[Reverse Cowgirl|Winklemon03_Katana_RCG]]
[[Cumshot|Winklemon03_Katana_CS]]</div></blockquote>
@@@@.text;
<<parb "mc" "$playerName">>I cannot hold back anymore.<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/17.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Ah, fuck!<</parb>><<set $gallery_winklemon_katana1 to true>>
<<parb "katana" "Katana">>Nice shot!<</parb>>
<<parb "mc" "$playerName">>Thanks...<</parb>>
<blockquote><div class="gondolatk">You say goodbye to Katana and go back to your home.</div></blockquote>
<blockquote>
<div class="gondolatk">
[[Return Home…|Bedroom][$energy -= 80; $money -= 200]]
</div>
</blockquote>
@@@@.text;
<<parb "katana" "Katana">>Fuck, yes. Ahh...<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/pol07.mp4" width="100%" controls muted loop></video>
<video class="video-group" src="visuals/chars/katana/winklemon/pol08.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>Fuck, $playerName... you work better than therapy.<</parb>>
<<parb "mc" "$playerName">>And at a fraction of the price.<</parb>>
<<parb "katana" "Katana">>Ahh...<</parb>>
<<parb "mc" "$playerName">>Turn over, baby.<</parb>>
<<linkreplace "Watch closely as you put your cock back into her pussy" t8n>>
<video class="video-group" src="visuals/chars/katana/winklemon/pol09.mp4" width="100%" controls muted loop></video><</linkreplace>>
<<parb "katana" "Katana">>Yes...<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/pol10.mp4" width="100%" controls muted loop></video>
<<parb "katana" "Katana">>I love your cock, $playerName.<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/pol11.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>My stamina is almost gone, Katana.<</parb>>
<<parb "katana" "Katana">>No problem, you gave me more than enough.<</parb>>
<<parb "katana" "Katana">>Where do you want to cum?<</parb>>
<video class="video-group" src="visuals/chars/katana/winklemon/pol12.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>AH! Your face is perfect for it.<</parb>>
<<parb "katana" "Katana">>Thank you, $playerName. You gave me exactly what I needed right now. I will repay you properly next time.<</parb>>
<<parb "katana" "Katana">>*smiles*<</parb>>
<<parb "katana" "Katana">>I need to leave now. Talk later!<</parb>>
<<parb "mc" "$playerName">>All right. Thanks for stopping by.<</parb>>
<<parb "katana" "Katana">>Thanks for giving it everything.<</parb>>
<<parb "mc" "$playerName">>Anytime.<</parb>>
<blockquote><div class="gondolatk">Katana leaves your hotel room and you call it a night.</div></blockquote>
<blockquote>
<div class="gondolatk">
[[Return Home…|Bedroom][$energy -= 100; $money -= 200]]
</div>
</blockquote>
@@@@.text;
<<parb "mc" "$playerName">>Before we actually start, tell me how you are going to ride me.<</parb>>
<video class="video-group" src="visuals/chars/abella/chile02.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>I will ride you like I have lost my mind.<</parb>>
<video class="video-group" src="visuals/chars/abella/chile03.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Fuck, that was dead on.<</parb>>
<<parb "abella" "Abella">>Do not finish yet!<</parb>>
<<parb "mc" "$playerName">>You are making that difficult.<</parb>>
<blockquote><div class="gondolatk">[[Reverse Cowgirl|Chilee05_AbellaRCG]]
[[Missionary|Chilee05_AbellaMIS]]
[[Doggystyle|Chilee05_AbellaDS]]
[[Cumshot|Chilee05_AbellaCS]]</div></blockquote>
@@@@.text;
<video class="video-group" src="visuals/chars/abella/chile04.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Oh yes, Abella, you are... ah...<</parb>>
<<parb "abella" "Abella">>Stop talking and feel this new angle.<</parb>>
<video class="video-group" src="visuals/chars/abella/chile05.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Cowgirl|Chilee05_AbellaCG]]
[[Missionary|Chilee05_AbellaMIS]]
[[Doggystyle|Chilee05_AbellaDS]]
[[Cumshot|Chilee05_AbellaCS]]</div></blockquote>
@@@@.text;
<video class="video-group" src="visuals/chars/abella/chile06.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>Oh yes, $playerName, use me hard!<</parb>>
<video class="video-group" src="visuals/chars/abella/chile07.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Cowgirl|Chilee05_AbellaCG]]
[[Reverse Cowgirl|Chilee05_AbellaRCG]]
[[Doggystyle|Chilee05_AbellaDS]]
[[Cumshot|Chilee05_AbellaCS]]</div></blockquote>
@@@@.text;
<video class="video-group" src="visuals/chars/abella/chile08.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>I am speechless, Abella.<</parb>>
<<parb "mc" "$playerName">>Stick your ass out, baby.<</parb>>
<video class="video-group" src="visuals/chars/abella/chile09.mp4" width="100%" controls muted loop></video>
<blockquote><div class="gondolatk">[[Cowgirl|Chilee05_AbellaCG]]
[[Reverse Cowgirl|Chilee05_AbellaRCG]]
[[Missionary|Chilee05_AbellaMIS]]
[[Cumshot|Chilee05_AbellaCS]]</div></blockquote>
@@@@.text;
<<parb "mc" "$playerName">>I cannot...<</parb>>
<video class="video-group" src="visuals/chars/abella/chile10.mp4" width="100%" controls muted loop></video><<set $gallery_chile_abella to true>>
<<parb "abella" "Abella">>Happy cock, happy life.<</parb>>
<<parb "mc" "$playerName">>Ah... thanks.<</parb>>
<<parb "abella" "Abella">>No thanks needed.<</parb>>
<<parb "mc" "$playerName">>Thank you for coming here.<</parb>>
<<parb "abella" "Abella">>What about next time?<</parb>>
<<parb "mc" "$playerName">>I do not know when it will be, but it is definitely happening.<</parb>>
<blockquote><div class="gondolatk">After having a great time with Abella, you go back to your home.</div></blockquote>
<blockquote><div class="gondolatk">[[Return Home…|Bedroom][$energy -= 80; $money -= 200]]</div></blockquote>
@@@@.text;
<video class="video-group" src="visuals/chars/abella/turkey/final08.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>Unreal?<</parb>>
<<parb "mc" "$playerName">>Turn around, baby. I want your eyes on me.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/final09.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>Now for the true prize.<</parb>>
<<parb "mc" "$playerName">>Uhm...<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/final10.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>OH MY GOD!<</parb>>
<<parb "abella" "Abella">>I am impressed you have lasted this long.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/final11.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>But you cannot hide it. I can feel how close you are.<</parb>>
<<parb "mc" "$playerName">>Yeah i am close.<</parb>>
<<parb "abella" "Abella">>Ah oh yeah...<</parb>>
<<parb "mc" "$playerName">>Ah.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/final12.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>Honey, you did exceptionally well. Take me in this position until you finish; you earned it.<</parb>>
<<parb "mc" "$playerName">>Are you kidding? You have basically been using me since the start.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/final13.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>Get over here fast!<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/final14.mp4" width="100%" controls muted loop></video>
<video class="video-group" src="visuals/chars/abella/turkey/final15.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>You cum tastes so good.<</parb>><<set $gallery_turkey03_abella03 to true>>
<blockquote><div class="gondolatk">A little later… She got ready and said her goodbyes.
</div></blockquote>
<blockquote><div class="gondolatk">[[Return…|Bedroom][$energy -= 80]]</div></blockquote>
@@@@.text;
<<parb "abella" "Abella">>Yes! grind that dick between my thighs. <</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/police07.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>Are you ready for the real action?<</parb>>
<<parb "mc" "$playerName">>Always.<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/police08.mp4" width="100%" controls muted loop></video>
<<parb "abella" "Abella">>No hands!<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/police09.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>It is not a contest when you give everything.<</parb>>
<<parb "abella" "Abella">>Take it all the way!<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/police10.mp4" width="100%" controls muted loop></video>
<<parb "mc" "$playerName">>No, I am done.<</parb>>
<<parb "abella" "Abella">>Oh yeah, cover me, $playerName!<</parb>>
<video class="video-group" src="visuals/chars/abella/turkey/police11.mp4" width="100%" controls muted loop></video><<set $gallery_turkey03_abella02 to true>>
<blockquote><div class="gondolatk">You are drained and all you can think about is sleeping.</div></blockquote>
<blockquote><div class="gondolatk">[[Return Home…|Bedroom][$energy -= 100; $money -= 100]]</div></blockquote>
@@