<<set $earlyAccess = false>>
<<set $cloudAccess = true>>
<<set $BUILD = "V0.04-x7Kp92Qa">>
<<if $cloudAccess>>
<<set $CLOUD = "https://static-gateway-82.mrnam-coder.workers.dev/" + $BUILD + "/">>
<<else>>
<<set $CLOUD = "">>
<</if>>
<<set $CDN_AUTH = "">>
<<set $uiRefresh = false>>
<<set $num = 0>> <<set $num2 = 0>>
<<set $step = 1>> <<set $act = "">> <<set $str = "">>
<<set $porn = 25>> <<set $hentai = 0>>
<<set $TEST = {
money: 5, baseMoney: 3,
pros: 3, basePros: 3,
events: 3, baseEvents: 3,
exp: 3, baseExp: 3,
stat: 3, baseStat: 3,
time: 3, baseTime: 3,
rate: 3, baseRate: 3,
}>>
<<set $RATES = {
cb: {watch: 5, hj: 10, solo: 15, bj: 20, sex: 30, anal: 35},
exp: {watch: 1, hj: 2, solo: 3, bj: 3, sex: 4, anal: 5}
}>>
<<set $npcLow = 100>> <<set $npcHigh = 100>>
<<set $areaLow = 100>> <<set $areaHigh = 100>>
<<set $events = [] >> <<set $eventsName = "" >>
<<set $arr = {
1: [], 2: [], 3: [], 4: [],
}>>
<<set $arr2 = {
jerk: [], jerkSanc: [], toy: [], hentai: [], porn: [],
sisTease: [], sisLr: [], sisClean: [], sisWorkout: [], sisJerk: [], sisRoom: [],
hhcSamples: [], hhcProstate: [], hhcPenis: [],
mpLesbian: []
}>>
<<set $EVENTCOUNTER = {
phone: 0,
out: 0,
home: 0,
sanc: 0,
loc: 0
}>>
<<set $ITEMS = {
chip: false, chipOn: false, chipLvl: 0, chipType: "porn", chipVolume: true,
augTesticles: false, augTesticlesOn: false, augTesticlesLvl: 0,
augPenis: false, augPenisOn: false, augPenisLvl: 0,
toys: false
}>>
<<set $YOU = {
name: "Player", loc: "room",
hp: 100, pp: 100, stamina: 0, money: 100, cb: 0,
income: 0, expenses: 25,
basePP: 0, baseMoney: 0, baseStamina: 0, baseCB: 0, baseHP: 0,
maxCB: 100, maxPP: 100, maxHP: 100, maxStamina: 100,
baseProstate: 5, baseChip: 5, baseNoVision: 5, basePostCum: 5,
edgeCounter: 0,
shower: false, cook: false, news: false, called: false,
autoSleep: true, goToSleep: false, chipVideo: "",
stateChip: false, stateNoVision: false, statePostCum: false, stateProstate: false
}>>
<<set $MP = {
owner: false,
open: true,
pay: 100,
happyEndings: false,
helpUnlocked: false,
lesbian: false,
sex: false,
group: false
}>>
<<set $HHC = {
lab: false,
open: true,
testsUnlocked: false,
helpUnlocked: false,
visits: false,
others: false
}>>
<<set $SANC = {
open: true,
helpUnlocked: false
}>>
<<set $HOME = {
roomOpen: true,
sancOpen: true,
open: true
}>>
<<set $GAME = {
dayNames: ["", "sun", "mon", "tue", "wed", "thu", "fri", "sat"],
type: "weekday",
night: false,
count: 0,
day: 2,
hour: 8,
min: 0
}>>
<<set $AREAS = {
city: {
name: "Downtown", start: false, open: true,
chance: 75, damageRate: 1, hp: 100},
uptown: {
name: "Uptown", start: false, open: true,
chance: 35, damageRate: 3, hp: 100},
sanc: {
name: "Sanctuary", start: false, open: true,
chance: 50, damageRate: 2, hp: 100}
}>>
<<set $STORY = {
mpCounter: 0,
hhcCounter: 0,
cultCounter: 0,
sisCounter: 0,
sancCounter: 0
}>>
<<set $LINKS = {
story: $CLOUD + "story/",
pics: $CLOUD + "pics/misc/",
bg: $CLOUD + "pics/bg/",
chat: $CLOUD + "pics/chat/",
events: $CLOUD + "events/",
chip: $CLOUD + "you/chip/",
mp: $CLOUD + "mp/",
hhc: $CLOUD + "hhc/",
sanc: $CLOUD + "sanc/",
nh: $CLOUD + "nh/",
ps: $CLOUD + "ps/",
boss: $CLOUD + "mp/boss/",
doc: $CLOUD + "hhc/doc/",
sis: $CLOUD + "nh/sis/",
you: $CLOUD + "you/"
}>>
<<set $LINKS2 = {
mpTable: $LINKS.mp + "table/",
sancHelp: $LINKS.sanc + "help/",
poly: $LINKS.sanc + "poly/",
hhcLab: $LINKS.hhc + "lab/",
docTests: $LINKS.doc + "tests/",
mandy: $LINKS.ps + "mandy/",
alexis: $LINKS.ps + "alexis/",
tori: $LINKS.ps + "tori/",
madison: $LINKS.ps + "madison/",
sis: $LINKS.sis + "acts/",
sisIdle: $LINKS.sis + "idle/"
}>>
<<set $NPC = {
sis: {
name: "Katie", canApproach: true, met: true, lvl: 1, exp: 0,
type: "family",
ill: false, hp: 100, alive: true, chance: 25, damageRate: 1,
location: "sisRoom", homeLocation: "main", homeLocations: ["main", "sisRoom", "br", "room"], home: true, job: "", area: "Your Neighborhood",
sneakIn: false, invited: false, gmDied: false,
tease: false, solo: false, hj: false, bj: false, sex: false, anal: false
},
gm: {
name: "Lania", canApproach: true, met: true, lvl: 1, exp: 0,
type: "family",
ill: false, hp: 100, alive: true, chance: 35, damageRate: 3,
location: "sanc", homeLocation: "sanc", homeLocations: ["sanc"], home: true, job: "", area: "Sanctuary",
visited: false, sisDied: false, polyDied: false
},
aunt: {
name: "Lilith", canApproach: true, met: false, lvl: 3, exp: 0,
type: "family",
ill: true, hp: 0, alive: false, chance: 10, damageRate: 3,
location: "", homeLocation: "sanc", homeLocations: ["sanc"], home: false, job: "", area: "Sanctuary",
pregnant: false
},
ana: {
name: "Ana", canApproach: true, met: false, lvl: 3, exp: 0,
type: "nightOwl",
ill: true, hp: 0, alive: false, chance: 25, damageRate: 3,
location: "", homeLocation: "sanc", homeLocations: ["sanc"], home: false, job: "", area: "Sanctuary",
},
poly: {
name: "Devotees", canApproach: true, met: false, lvl: 3, exp: 0,
type: "misc",
ill: false, hp: 100, alive: true, chance: 20, damageRate: 1,
location: "", homeLocation: "", homeLocations: [], home: false, job: "", area: "Sanctuary",
ordersSleep: false
},
doc: {
name: "Dr. Liza", canApproach: true, met: true, lvl: 1, exp: 0,
type: "misc",
ill: false, hp: 100, alive: true, chance: 25, damageRate: 1,
location: "hhc", homeLocation: "", homeLocations: [], home: false, job: "hhc", area: "Downtown"
},
boss: {
name: "Lauren", canApproach: true, met: false, lvl: 1, exp: 0,
type: "misc",
ill: false, hp: 100, alive: true, chance: 25, damageRate: 1,
location: "mp", homeLocation: "", homeLocations: [], home: false, job: "mp", area: "Downtown"
},
lisa: {
name: "Lisa", canApproach: false, met: false, lvl: 1, exp: 0,
type: "misc",
ill: false, hp: 100, alive: true, chance: 30, damageRate: 1,
location: "", homeLocation: "", homeLocations: [], home: false, job: "", area: "Downtown"
},
kendra: {
name: "Kendra", canApproach: false, met: false, lvl: 1, exp: 0,
type: "misc",
ill: false, hp: 100, alive: true, chance: 30, damageRate: 1,
location: "", homeLocation: "", homeLocations: [], home: false, job: "", area: "Downtown"
},
mandy: {
name: "Mandy", canApproach: true, met: false, lvl: 1, exp: 0,
type: "bipolar",
ill: false, hp: 100, alive: true, chance: 20, damageRate: 1,
location: "", homeLocation: "uptown", homeLocations: ["uptown"], home: false, job: "", area: "Uptown",
invited: false
},
madison: {
name: "Madison", canApproach: true, met: false, lvl: 1, exp: 0,
type: "dayShifter", days: [1, 3, 5, 6],
ill: false, hp: 100, alive: true, chance: 25, damageRate: 1,
location: "", homeLocation: "uptown", homeLocations: ["uptown"], home: false, job: "mp", area: "Uptown",
invited: false
},
tori: {
name: "Tori", canApproach: true, met: false, lvl: 3, exp: 0,
type: "prostitute", hadSex: false, rate: 50,
ill: false, hp: 100, alive: true, chance: 25, damageRate: 1,
location: "", homeLocation: "uptown", homeLocations: ["uptown"], home: false, job: "", area: "Uptown",
invited: false
},
alexis: {
name: "Alexis", canApproach: true, met: false, lvl: 3, exp: 0,
type: "prostitute", hadSex: false, rate: 100,
ill: false, hp: 100, alive: true, chance: 25, damageRate: 1,
location: "", homeLocation: "uptown", homeLocations: ["uptown"], home: false, job: "", area: "Uptown",
invited: false
}
}>>
<div class="main">
<<if $act === "">>
<div class="story-text">
Thank you for playing!<br><br>
Please only support the game if you can afford it.<br><br>
The game is planned to remain available to everyone without paid content.
Patrons will be able to help decide future content and receive early access.
I hope you enjoy it!<br><br>
Name:
<<textbox "$YOU.name" $YOU.name>><br><br>
</div>
<<= window.Game.goToLoc("Start", 0, State.passage, 0, "hhc")>>
<div class = "loc">
<<link "| Skip Intro |">>
<<set $YOU.hp = 100>>
<<set $AREAS.city.start = true>>
<<set $AREAS.city.hp = 50>>
<<run window.Game.updateAreaLevels()>>
<<set $NPC.sis.ill = true>>
<<set $HHC.lab = true>>
<<set $HHC.others = true>>
<<goto "main">>
<</link>><br>
</div>
<<elseif $act === "hhc">>
<h1>Hospital</h1><br>
<div class="story-text">Barely awake at the hospital, you can faintly make out two nurses.</div><br>
<<set $YOU.hp = 78>>
<<set $YOU.cb = 0>>
<<= window.Game.vid($LINKS2.docTests + "3hj1/3.mp4")>>
<<set $YOU.cb = 99>>
<<= window.Game.vid($LINKS2.docTests + "3hj1/cum.mp4")>>
<<= window.Game.stat("hp", 20)>>
<<= window.Game.npcText("doc", "main", "Quick! Collect as much semen as possible for testing.")>>
<<= window.Game.goToLoc("Awaken", 0, State.passage, 0, "dr")>>
<<elseif $act === "dr">>
<h1>Hospital</h1><br>
<<= window.Game.npcText("doc", "main", "I'm so glad you're awake. I'm " + $NPC.doc.name + ". I'm afraid I have horrible news. It seems you have contracted a very rare and incurable disease. The nurses you saw just saved your life.")>>
<<= window.Game.pic($LINKS.story + "intro/1.jpg")>>
<<= window.Game.npcText("doc", "main", "There has been an ongoing outbreak of strange sex-related diseases, and you've contracted one. The effects seem to vary from person to person and may occur suddenly. Treatment will require unorthodox methods. Your semen seems to have unique properties, so the disease must be treated through sexual gratification. Your sexual stamina seems to be linked to your overall physicality as a result of the disease as well. ")>>
<<= window.Game.npcText("doc", "main", "The more pleasure you experience, and the more you build it up, the better. Visual stimulation would be helpful. The more you ejaculate, the better. You should go home for now. Your family is aware of the situation.")>>
<div class="story-text">
Terrified for your life, you arrive home, wondering how you and your family will manage after your father's passing.
</div>
<<= window.Game.goToLoc("Go home", 0, State.passage, 0, "sis")>>
<<elseif $act === "sis">>
<h1>Home</h1><br>
<div class="story-text">
You arrive home and are greeted by your loving sister, <<= $NPC.sis.name >>.
</div>
<<= window.Game.pic($LINKS.story + "intro/2.jpg")>>
<<= window.Game.npcText("sis", "main", "I'm so happy you're home! " + $NPC.doc.name + " told me everything. I'm so, so sorry. They told me how it needs to be treated, and... ew.")>>
<<= window.Game.npcText("sis", "main", "She also mentioned that...never mind. It might be better if she explains. I'm just so happy to see you're okay!")>>
<<= window.Game.npcText("sis", "main", "I know how weird this is, but I'll leave you alone to take care of it. I can't lose you too!")>>
<<= window.Game.goToLoc("Next meeting", 0, State.passage, 0, "others")>>
<<elseif $act === "others">>
<<if $step === 1>>
<h1> Hospital </h1><br>
<<= window.Game.pic($LINKS.story + "intro/3.jpg")>>
<div class="story-text"><<print $NPC.doc.name>> looks up from her notes, her expression serious yet hopeful.</div><br>
<<= window.Game.npcText("doc","main", "Thank you so much for coming in. We have a good deal to discuss.")>>
<<= window.Game.npcText("doc","main", "After extensive analysis of your sample, we've discovered something extraordinary. Your semen contains unique compounds that appear to temporarily suppress the degenerative effects of similar diseases. ")>>
<<= window.Game.npcText("doc","main", "The CDC has confirmed similar cases across multiple states. Patients exhibiting acute symptoms show dramatic personality alterations, including extreme hypersexuality, loss of inhibitions, and compulsive behavior. ")>>
<<= window.Game.npcText("doc","main", "Unfortunately, standard treatments aren't working, but your biological material shows remarkable therapeutic potential through direct contact. The pheromones released from your body during arousal also inhibit the effects of the disorders to a lesser degree.")>>
<<= window.Game.npcText("doc","main", "My research team would like to collect semen samples regularly. We will need plenty to examine. They will be invaluable in treating patients.")>>
<<= window.Game.npcText("doc","main", "Our facility is open 24/7, staffed by trained assistants who can help ensure optimal results. Please proceed to the lab whenever you have a moment to spare. We need to hurry. Lives depend on it.")>>
<<= window.Game.npcText("doc","main", "There is one more thing I would like to discuss with you. ")>>
<<= window.Game.goToLoc("...", 0, State.passage, 0, $act, 2)>>
<<elseif $step === 2>>
<h1> Hospital </h1><br>
<<= window.Game.pic($LINKS.story + "intro/4.jpg")>>
<<= window.Game.npcText("doc","main", "I'm afraid there may be a genetic component to it as well. Your sister...she may... ")>>
<div class="story-text">She pauses. Both of you understand the magnitude of the implications.</div><br>
<<= window.Game.npcText("doc","main", "It doesn't seem to be impacting her the same way, but that may change suddenly. She may need you in a way you never imagined, and in a way I can never endorse, but there may be no other option. ")>>
<<= window.Game.pic($LINKS.story + "intro/5.jpg")>>
<<= window.Game.npcText("doc","main", "These people are suffering, and you might be able to help them in ways traditional medicine cannot. Will you help us? Will you help them?")>>
<div class="story-text">What will you do about your sister now? What about the others suffering?</div><br>
<<set $AREAS.city.start = true>>
<<set $AREAS.city.hp = 50>>
<<run window.Game.updateAreaLevels()>>
<div class="story-text">
You will need to manage area wellness and the health of affected characters. <br><br>
If Downtown's wellness reaches 0, the game will end. <br><br>
Additional methods of increasing area wellness may be added in the future.<br><br>
Income and expenses are settled weekly. If your money falls below $0, the game will end.<br><br>
If your health reaches 0, the game will end. Your health decreases over time. <br><br>
Sexual pleasure restores it by varying amounts, depending on how much pleasure you build up beforehand, your sexual stamina, and the acts themselves.<br><br>
</div>
<<set $NPC.sis.ill = true>>
<<set $HHC.lab = true>>
<<set $HHC.others = true>>
<<= window.Game.goToLoc("Begin", 0, "main", 0)>>
<</if>>
<<else>>
<<set $act = "">>
<<run Engine.play(State.passage)>>
<</if>>
</div><div class="main">
<h1>Main</h1><br>
<<if $act === "">>
<<if $events.length > 0 && $eventsName !== "" && Story.has($eventsName)>>
<<set $act = window.Game.rngText($events)>>
<<goto $eventsName>>
<<else>>
<<if $NPC.sis.location === State.passage && $NPC.sis.alive>>
<<if $GAME.hour >= 9 && $GAME.hour <= 11>>
<div class="story-text">Sis is exercising.</div><br>
<<= window.Game.vid($LINKS2.sisIdle + "workout/" + window.Game.arr(1, 34, "sisWorkout") + ".mp4")>>
<<elseif $GAME.hour === 12 || $GAME.hour === 16>>
<div class="story-text">Sis is in the kitchen.</div><br>
<<= window.Game.vid($LINKS2.sisIdle + "k/" + $GAME.day + ".mp4")>>
<<elseif $GAME.hour >= 13 && $GAME.hour <= 15>>
<div class="story-text">Sis is cleaning.</div><br>
<<= window.Game.vid($LINKS2.sisIdle + "clean/" + window.Game.arr(1, 10, "sisClean") + ".mp4")>>
<<else>>
<div class="story-text">Sis is relaxing.</div><br>
<<= window.Game.vid($LINKS2.sisIdle + "lr/" + window.Game.arr(1, 12, "sisLr") + ".mp4")>>
<</if>>
<</if>>
<div class="options">
<<if $YOU.cook is false>>
<<= window.Game.goToLoc("Cook", 0, State.passage, 0, "cook")>>
<<else>>
<div class="story-text">You already cooked today.</div><br>
<</if>>
<div class="loc-row"><<= window.Game.goToLoc("My Room", 15, "room", 0)>> <<= window.Game.npcTag("room")>></div>
<div class="loc-row"><<= window.Game.goToLoc("Bathroom", 15, "br", 0)>> <<= window.Game.npcTag("br")>></div>
<div class="loc-row"><<= window.Game.goToLoc("Sister's Room", 15, "sisRoom", 0)>> <<= window.Game.npcTag("sisRoom")>></div>
<div class="loc-row"><<= window.Game.goToLoc("Outside", 15, "nh", 0)>> <<= window.Game.npcTag("nh")>></div>
</div>
<</if>>
<<elseif $act === "cook">>
<<if $GAME.night>>
<<= window.Game.pic($LINKS.pics + $act + "2.jpg")>>
<<else>>
<<= window.Game.pic($LINKS.pics + $act + "1.jpg")>>
<</if>>
<<= window.Game.stat("pp", 15, "You cook and eat. ")>>
<<set $YOU.cook = true>>
<div class="options">
<<= window.Game.goToLoc("Back", 30, State.passage, 0)>>
</div>
<<else>>
<<set $act = "">>
<<goto "main">>
<</if>>
</div> <div class = "main">
<h1> My room </h1><br>
<<if $act === "">>
<<if $HOME.roomOpen && $events.length > 0 && $eventsName !== "" && Story.has($eventsName)>>
<<set $act = window.Game.rngText($events)>>
<<goto $eventsName>>
<<else>>
<div class = "options">
<div class="loc-row"><<= window.Game.goToLoc("Back", 15, "main", 0)>> <<= window.Game.npcTag("main")>></div>
<<= window.Game.goToLoc("PC", 0, State.passage, 0, "pc")>>
<<= window.Game.goToLoc("Masturbate", 0, State.passage, -5, "masturbate")>>
<<= window.Game.goToLoc("Sleep", 0, State.passage, 0, "sleep")>>
<<if $HOME.roomOpen>>
<div class="loc">
<<link "Keep room door closed (No events from outsiders)">>
<<set $HOME.roomOpen = false>>
<<set $uiRefresh = true>>
<<goto "room">>
<</link>><br>
</div>
<<else>>
<div class="loc">
<<link "Keep room door open (Outsider events allowed)">>
<<set $HOME.roomOpen = true>>
<<set $uiRefresh = true>>
<<goto "room">>
<</link>><br>
</div>
<</if>>
</div>
<</if>>
<<elseif $act === "pc">>
<<if $GAME.night>>
<<= window.Game.pic($LINKS.pics + $act + "2.jpg")>>
<<else>>
<<= window.Game.pic($LINKS.pics + $act + "1.jpg")>>
<</if>>
<div class = "options">
<<if $porn > 0>>
<<= window.Game.goToLoc("Watch porn", 0, State.passage, -5, "porn")>>
<</if>>
<<= window.Game.goToLoc("Back", 0, State.passage, 0)>>
</div>
<<elseif $act === "porn">>
<<= window.Game.vid($LINKS.chip + "porn/" + window.Game.arr(1,$porn, "porn") + ".mp4")>>
<<= window.Game.stat("cb", $RATES.cb.watch) >>
<div class = "options">
<<= window.Game.goToLoc("Watch More", 30, State.passage, -5, "porn")>>
<<= window.Game.goToLoc("Back", 30, State.passage, 0, "pc")>>
</div>
<<elseif $act === "masturbate">>
<<if !$uiRefresh>>
<<set $num = 0>>
<<if $NPC.sis.location !== "sleep" && $NPC.sis.home && window.Game.rng(1, Math.max(1, 2 * $TEST.events)) <= $NPC.sis.lvl && $NPC.sis.bj && $HOME.roomOpen && $NPC.sis.alive>>
<<set $num = 1>>
<<elseif $NPC.sis.location !== "sleep" && $NPC.sis.home && window.Game.rng(1, Math.max(1, 2 * $TEST.events)) <= 1 && $NPC.sis.hj is false && $HOME.roomOpen && $NPC.sis.alive>>
<<set $num = 2>>
<</if>>
<</if>>
<<if $num === 1>>
<<= window.Game.npcText("sis","main", window.Game.rngText([
"Heyyyy, why didn't you just ask me?! Oh fine, if you insist on doing it yourself, I'm jumping in to help.",
"Seriously? You went solo without even asking me first?! That's okay, big bro, I'm here now and I'm NOT leaving you alone.",
"Why'd you skip right past me and just take matters into your own hands huh?! Well too bad, because now I'm officially your assistant.",
"Heyyyy, what gives?! You could've called me over instead of handling everything yourself! Guess what though... I'm stepping in whether you like it or not hehe.",
"Oh my gosh, you just did THAT without me?! Rude! But lucky for you, I'm way too caring to leave you to deal with this alone. Come on, let your little sis help!",
"Heyyy bro, what was the point of keeping me in the dark when I was RIGHT HERE?! Okay okay, no more of that. Let me help you out since you clearly need it.",
"Wow, you went rogue on me?! How sneaky! But guess what big brother... you're NOT escaping my help now hehehe.",
"Ugh, seriously?! You totally ignored me and just did it yourself! Fine, if you won't let me be helpful, I'll just have to force my way in anyway!",
"Hey! Why are you being so independent when I'm literally right here waiting to assist you?! Fine, fine... if you’re gonna be a loner, I’m coming in to help!",
"Nooo! You missed your chance to ask me! But don't worry, even if you're doing it solo, I'm not letting you do it alone! Hehe",
"Hey hey! Why didn't you come to your favorite sister instead of handling things yourself?! If you're gonna be a rebel, then I guess I'll just have to step in and help! ",
"Excuse me?! You could have asked for my help but you chose to go solo?! Fine, I'm not letting you get away with that... prepare to be helped! ",
"Wait, wait, wait! Did you really just do that without me?! That's so unfair! Since you won't cooperate, I'm just gonna have to jump in and assist you myself! ",
"Hmph! You're totally being a big baby by not asking me for help! But it's okay, because I'm here now and I'm gonna make sure you get taken care of!",
"Heyyyy! You're doing it all by yourself?! Where's the fun in that?! If you're gonna be a one-man show, I'm gonna have to join the cast! hehe",
"Aww, come on! Why'd you skip me?! If you're gonna be stubborn and do it on your own, then I guess I'll just have to force my way into your business! ",
"Seriously?! You're totally ignoring my help! Well, if you're gonna be like that, I'm just gonna have to be extra helpful to make up for it! "]))>>
<<if $NPC.sis.bj>>
<<= window.Game.vid($LINKS.you + "sisjerk/" + window.Game.arr(1,6,"sisJerk") + ".mp4")>>
<</if>>
<<= window.Game.chip()>>
<<if $YOU.stateChip>>
<<= window.Game.stat("hp", 15,"The chip combined with your sister's help leads to a stronger orgasm. ")>>
<<else>>
<<= window.Game.stat("hp",10,"You masturbate while sis helps you cum harder. ")>>
<</if>>
<<else>>
<<if $num === 2>>>>
<<= window.Game.npcText("sis","main", window.Game.rngText([
"Oopsie! Didn't realize you were in the middle of something. Bye bye, don't mind me! ",
"Whoops! Didn't know you were busy! Buuuubye! (And by busy I mean I totally interrupted something, oopsie!)",
"Ahhh, sorry! Didn't see what you were up to! Gotta bounce! Bye! ",
"Oh no! Didn't mean to crash your party! Bye! (Literally) ",
"Ehh?! My bad! Totally didn't notice! Well, I guess I'll just... BYEEEEE! See ya in a bit! ",
"Sorry sorry! Didn't realize you were occupied! Toodles! (Promise I'll knock next time!) ",
"Ahhh, whoops! Didn't know you were in action! Buh-bye! ",
"Oh gosh! Didn't see you doing THAT! Well then, I'll just scoot! BYE! ",
"Ooppsie daisy! Didn't realize! Buhhhbye!"]))>>
<</if>>
<<= window.Game.vid($LINKS.you + "jerk/" + window.Game.arr(1,4,"jerk") + ".mp4")>>
<<= window.Game.chip()>>
<<if $YOU.stateChip>>
<<= window.Game.stat("hp", $RATES.cb.hj + 5,"Chip activates while jerking off has raised your health. ")>>
<<else>>
<<= window.Game.stat("hp", $RATES.cb.hj,"You masturbate. ")>>
<</if>>
<</if>>
<div class = "options">
<<= window.Game.goToLoc("Back", 30, State.passage, 0)>>
</div>
<<elseif $act === "sleep">>
<<= window.Game.pic($LINKS.pics + "sleep1.jpg")>>
<<run window.Game.sleep("sleep")>>
<<if !$uiRefresh && window.Game.rng(1, Math.max(1, 1 * $TEST.events)) <= $EVENTCOUNTER.home && $HOME.roomOpen>>
<<if $NPC.sis.alive && ($YOU.cb / $YOU.maxCB <= 0.5 || $YOU.hp <= 50)>>
<<if $NPC.sis.bj>>
<<set $EVENTCOUNTER.home = 0>>
<<set $act = window.Game.rngText(["sisHj1", "sisBj1", "sisBj2"])>>
<<goto "sleep events">>
<<elseif $NPC.sis.hj>>
<<set $EVENTCOUNTER.home = 0>>
<<set $act = "sisHj1">>
<<goto "sleep events">>
<</if>>
<</if>>
<</if>>
<div class="story-text">You go to sleep.</div><br>
<div class="options">
<<if $YOU.news is false && $NPC.kendra.alive>>
<<= window.Game.goToLoc("Wake up", 0, "news", 0, "news")>>
<<else>>
<<= window.Game.goToLoc("Wake up", 0, State.passage, 0)>>
<</if>>
</div>
<<else>>
<<set $act = "">>
<<goto State.passage>>
<</if>>
</div> <div class="main">
<h1>Bathroom</h1><br>
<<if $act === "">>
<<if $events.length > 0 && $eventsName !== "" && Story.has($eventsName)>>
<<set $act = window.Game.rngText($events)>>
<<goto $eventsName>>
<<else>>
<<if $NPC.sis.alive && $NPC.sis.location === State.passage>>
<<if $GAME.night>>
<<= window.Game.pic($LINKS.pics + "brclosed2.jpg")>>
<<else>>
<<= window.Game.pic($LINKS.pics + "brclosed1.jpg")>>
<</if>>
<div class="story-text">The bathroom is locked. <<= $NPC.sis.name >> seems to be in there.</div><br>
<<else>>
<<if $YOU.shower is false>>
<div class="options">
<<= window.Game.goToLoc("Shower", 0, State.passage, 0, "shower")>>
</div>
<<else>>
<div class="story-text">You already showered today.</div><br>
<</if>>
<</if>>
<div class="options">
<div class="loc-row"> <<= window.Game.goToLoc("Back", 15, "main", 0)>> <<= window.Game.npcTag("main")>> </div>
</div>
<</if>>
<<elseif $act === "shower">>
<<if $GAME.night>>
<<= window.Game.pic($LINKS.pics + "shower2.jpg")>>
<<else>>
<<= window.Game.pic($LINKS.pics + "shower1.jpg")>>
<</if>>
<<= window.Game.stat("pp", 15, "You shower. ")>>
<<set $YOU.shower = true>>
<div class="options">
<<= window.Game.goToLoc("Back", 30, State.passage, 0)>>
</div>
<<else>>
<<set $act = "">>
<<goto "br">>
<</if>>
</div><div class="main">
<h1> <<= $NPC.sis.name >>'s Room </h1><br>
<<if $act === "">>
<<if $events.length > 0 && $eventsName !== "" && Story.has($eventsName)>>
<<set $act = window.Game.rngText($events)>>
<<goto $eventsName>>
<<else>>
<<if $NPC.sis.location === "sleep" && $NPC.sis.alive>>
<<if $GAME.night>>
<<= window.Game.pic($LINKS.pics + "sisclosed2.jpg")>>
<<else>>
<<= window.Game.pic($LINKS.pics + "sisclosed1.jpg")>>
<</if>>
<div class="story-text"><<= $NPC.sis.name >> seems to be sleeping.</div><br>
<div class="options">
<<if $NPC.sis.sneakIn>>
<div class="story-text"> You should let her sleep now. </div><br>
<<else>>
<<if $NPC.sis.lvl >= 2>>
<div class="event-opportunity">
<br><br><div class="event-label">OPPORTUNITY</div>
<<= window.Game.goToLoc("Sneak in?", 0, "sisRoom events", -10, ["sisJerk1","sisBj1"], 1)>>
</div>
<<else>>
<div class="event-opportunity">
<br><br><div class="event-label">OPPORTUNITY</div>
<<= window.Game.goToLoc("Sneak in?", 0, "sisRoom events", -10, ["sisJerk1"], 1)>>
</div>
<</if>>
<</if>>
</div>
<<elseif $NPC.sis.location === "sisRoom" && $NPC.sis.alive>>
<div class="story-text"><<= $NPC.sis.name >> is relaxing.</div><br>
<<= window.Game.vid($LINKS2.sisIdle + "sisRoom/" + window.Game.arr(1, 14, "sisRoom") + ".mp4")>>
<</if>>
<div class="options">
<div class="loc-row"> <<= window.Game.goToLoc("Back", 15, "main", 0)>> <<= window.Game.npcTag("main")>> </div>
</div>
<</if>>
<<else>>
<<set $act = "">>
<<goto State.passage>>
<</if>>
</div><div class="ui-panel">
<div class="ui-section">
<table class="ui-stat-table">
<tr>
<td class="ui-stat-label">Day</td>
<td class="ui-stat-value">
<<= $GAME.dayNames[$GAME.day].toUpperCase() >>
</td>
</tr>
<tr>
<td class="ui-stat-label">Time</td>
<td class="ui-stat-value">
<<= $GAME.hour >>:<<= $GAME.min < 10 ? "0" + $GAME.min : $GAME.min >>
</td>
</tr>
</table>
</div>
<div class="ui-section">
<div class="ui-name"><<= $YOU.name >></div>
<table class="ui-stat-table">
<tr>
<td class="ui-stat-label">Health</td>
<td class="ui-stat-value">
<<if $YOU.hp <= 25>>
<div class="danger-stat">
<<= window.Game.round($YOU.hp) >> DANGER
</div>
<<elseif $YOU.hp <= 75>>
<div class="mid-stat">
<<= window.Game.round($YOU.hp) >>
</div>
<<else>>
<<= window.Game.round($YOU.hp) >>
<</if>>
</td>
</tr>
<tr>
<td class="ui-stat-label">Cum Buildup</td>
<td class="ui-stat-value">
<<= window.Game.round($YOU.cb) >>
</td>
</tr>
<tr>
<td class="ui-stat-label">Energy</td>
<td class="ui-stat-value">
<<= window.Game.round($YOU.pp) >>
</td>
</tr>
<tr>
<td class="ui-stat-label">Money</td>
<td class="ui-stat-value">
<<if window.Game.round($YOU.money) <= $YOU.expenses>>
<div class="danger-stat">
$<<= window.Game.round($YOU.money) >> DANGER
</div>
<<else>>
$<<= window.Game.round($YOU.money) >>
<</if>>
</td>
</tr>
<tr>
<td class="ui-stat-label">Stamina</td>
<td class="ui-stat-value">
<<= window.Game.round($YOU.stamina) >>
</td>
</tr>
</table>
</div>
<div class="ui-section">
<table class="ui-stat-table">
<tr>
<td class="ui-stat-label">Weekly Income</td>
<td class="ui-stat-value">
$<<= window.Game.round($YOU.income) >>
</td>
</tr>
<tr>
<td class="ui-stat-label">Weekly Expenses</td>
<td class="ui-stat-value">
$<<= window.Game.round($YOU.expenses) >>
</td>
</tr>
</table>
</div>
<<if Object.values($AREAS).some(area => area.start)>>
<div class="ui-section">
<div class="ui-name">Area Levels</div>
<<= window.Game.areaState() >>
</div>
<</if>>
<<if $act === "" && tags().includes("loc")>>
<<if $ITEMS.chip>>
<div class="ui-section">
<<link "Items">>
<<set $uiRefresh = true>>
<<goto "items">>
<</link>>
</div>
<</if>>
<div class="ui-section">
<<if $YOU.autoSleep>>
<<link "Turn auto-sleep off">>
<<set $YOU.autoSleep = false>>
<<set $uiRefresh = true>>
<<goto $YOU.loc>>
<</link>>
<<else>>
<<link "Turn auto-sleep on">>
<<set $YOU.autoSleep = true>>
<<set $uiRefresh = true>>
<<goto $YOU.loc>>
<</link>>
<</if>>
</div>
<div class="ui-section">
<<link "Wait 1 hour">>
<<run window.Game.timePass(0, 0, 60)>>
<<set $uiRefresh = false>>
<<goto $YOU.loc>>
<</link>>
</div>
<div class="ui-section">
<<link "Hints">>
<<set $uiRefresh = true>>
<<goto "hints">>
<</link>>
</div>
<div class="ui-section">
<<link "Update Log">>
<<set $uiRefresh = true>>
<<goto "log">>
<</link>>
</div>
<</if>>
<div class="ui-section ui-support">
<a
href="https://patreon.com/MRCoder615?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink"
target="_blank"
rel="noopener noreferrer"
>
Support me on Patreon
</a>
</div>
</div><div class="main">
<<if !$NPC.sis.alive || $NPC.sis.location === "sleep">>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<h1><<= $NPC.sis.name >> Exp: <<= $NPC.sis.exp >></h1><br>
<<if $NPC.sis.lvl < 1>><<set $NPC.sis.lvl = 1>><</if>>
<<if $NPC.sis.lvl > 3>><<set $NPC.sis.lvl = 3>><</if>>
<<if $NPC.sis.lvl >= 3>>
<<set $str = []>>
<<if $NPC.sis.sex>>
<<run $str.push(
window.Game.rngText([
"My pussy feels so wet and tight today. I bet your cock would feel incredible fucking it.",
"Brooo, I'm so wet and tight today. Just imagine how amazing your cock would feel buried inside me.",
"My pussy is ridiculously wet today, bro, and sooo tight. Bet your cock would love fucking it.",
"Heyyy, bro, I'm extra wet and tight today. Don't you think your cock deserves to find out how good I'd feel?",
"My pussy feels especially tight and soaked today. I bet fucking your little sister would feel absolutely amazing.",
"Bro, I'm sooo wet right now, and my pussy feels tighter than ever. Wanna see how incredible it feels around your cock?",
"Your little sis is extra wet and tight today, bro. I can already imagine how amazing your cock would feel fucking me.",
"I might be ovulating today, bro... just in case you felt like breeding your little sister. Wink",
"Heyyy, bro, I think I might be ovulating today... sooo, if you've ever wanted to breed your little sis, today's looking pretty perfect. Wink",
"Guess what, bro? Your little sister might be ovulating today... wanna take advantage of that? Wink",
"Brooo, I might be extra fertile today! You wouldn't happen to feel like breeding your needy little sister, would you? Wink",
"Just a little heads-up, big bro... I think I'm ovulating today, in case breeding your little sis sounds tempting. Wink",
"Hey, bro, your little sis might be at her most fertile today... thought you might appreciate knowing that. Wink",
"Pretty sure I'm ovulating today, bro... so if you've been wanting to breed your submissive little sister, here's your chance. Wink",
"My mouth feels extra tempting today, bro. Wanna come a little closer and find out for yourself?",
"Heyyy, bro, my lips are feeling especially needy today. Wanna see what your little sis can do?",
"Brooo, my mouth is practically begging for your attention today. Wanna come over and test me?"
])
)>>
<</if>>
<<run $str.push(
window.Game.rngText([
"I think my mouth is extra wet right now. Might be the perfect time to suck all that nasty cum out of those poor, aching balls.",
"Mmm, my mouth feels especially wet today. Maybe I should use it to suck every drop of that nasty cum out of your aching balls.",
"My mouth is sooo wet right now. Sounds like the perfect chance to empty all that nasty cum out of those poor, sore balls.",
"Mmm, I’m extra wet and ready right now. Maybe I should suck all that nasty cum out and give those aching balls some relief.",
"I think my mouth is wetter than usual today. Why don’t I use it to drain all that nasty cum from those poor, aching balls?",
"Mmm, my lips and mouth are already so wet. Seems like a good time to suck every last bit of cum out of those aching balls.",
"My mouth feels extra juicy right now. Maybe I should put it to good use and empty all that nasty cum from those poor balls.",
"Mmm, I’m practically dripping with saliva right now. Let me suck all that nasty cum out of those aching balls.",
"I think my mouth is perfectly wet for this right now. Maybe I should take care of those poor, aching balls and suck all that cum out.",
"Mmm, with how wet my mouth is right now, it’d be a shame not to use it to drain every drop of nasty cum from those aching balls.",
"My asshole is so tight right now, I’m not sure your dick could handle how good it would feel. Wanna find out, bro?",
"Mmm, my ass feels unbelievably tight right now. Think your dick can handle all that pleasure, bro?",
"My asshole is so tight today, bro, I’m honestly not sure your dick could survive it. Wanna test it?",
"Mmm, bro, my ass is ridiculously tight right now. You really think your dick can handle that much pleasure?",
"My asshole feels extra tight right now, and I have a feeling your dick would absolutely lose it inside me. Wanna find out, bro?",
"Bro, my ass is so tight right now that I doubt your dick could handle how intense it would feel. Wanna prove me wrong?",
"Mmm, my asshole is squeezing so tight right now. Think that dick of yours can actually handle it, bro?",
"My ass feels insanely tight today, bro. I bet your dick wouldn’t last long once you felt how good it is.",
"Mmm, bro, my asshole is so tight right now that your dick might not be able to take the pleasure. Wanna see if I’m right?",
"My ass is extra tight right now, bro, and I’m dying to know whether your dick can handle all that pleasure. Wanna find out?",
"I know you wanna cum deep inside your sister’s tight little asshole just as badly as I want you to.",
"Mmm, I know you’re dying to fill your sister’s tight little ass, and trust me, I want it just as much.",
"I know exactly what you want, bro. You wanna cum deep inside my tight little asshole just as badly as I want you to.",
"Mmm, you wanna bury yourself deep in your sister’s ass and fill me with your cum, don’t you? I want it just as much.",
"I know you’ve been craving the chance to cum deep inside your sister’s tight little asshole, and I’ve been craving it too.",
"Bro, I know you wanna fill my tight little ass with your cum just as badly as I want to feel you do it.",
"Mmm, I can tell how badly you want to cum deep inside your sister’s tight ass and I’m just as eager for it.",
"I know you want that tight little asshole wrapped around you when you cum, bro. Believe me, I want it too."
])
)>>
<</if>>
<<= window.Game.lvlText("sis","main" ,
window.Game.rngText($str) ,
window.Game.rngText([
"Hey, bro, need me to milk your cock again? Hehe, I’m ready whenever you are.",
"Heyyy, bro, want me to take care of that cock again? I’m all ready if you are, hehe.",
"Mmm, bro, do you need another good milking? Just say the word. I’m ready for you.",
"Hey, bro, feeling like you need me to milk that cock again? Hehe, I’ve been waiting.",
"Aww, bro, need my help emptying that cock again? I’m ready whenever you want me.",
"Heyyy, bro, should I give your cock another thorough milking? Hehe, I’m definitely ready.",
"Mmm, bro, want me to start milking your cock again? I’m more than ready if you are.",
"Hey, bro, does that cock need my attention again? Hehe, come on. I’m ready to milk you.",
"Brooo, need another milking already? Hehe, don’t worry, I’m ready to take care of you.",
"Heyyy, bro, wanna let me milk that cock again? I’m ready and waiting whenever you are, hehe.",
"I think my mouth is extra wet right now. Might be the perfect time to suck out all that cum that’s making you ill.",
"Mmm, my mouth feels especially wet today. Maybe I should use it to suck every bit of that troublesome cum out of you.",
"My mouth is sooo wet right now. Seems like the perfect opportunity to suck out all that cum making you sick.",
"Mmm, I’m extra wet and ready right now. Maybe it’s time I sucked all that nasty cum out before it makes you feel worse.",
"I think my mouth is wetter than usual today. Why don’t I use it to suck out every drop of that cum making you ill?",
"Mmm, my lips and mouth are already so wet. Sounds like a pretty good time to get all that harmful cum out of you.",
"My mouth feels extra juicy right now. Maybe I should put it to good use and suck out all that cum causing you trouble.",
"Mmm, I’m practically dripping with saliva right now. Let me suck every last bit of that illness-causing cum out of you.",
"I think my mouth is perfectly wet for this right now. Maybe I should take care of all that cum that’s been making you sick.",
"Mmm, with how wet my mouth is right now, it’d be a shame not to use it to suck all that troublesome cum right out of you.",
"Sis is always here whenever you need those balls emptied. Just say the word.",
"Need those balls emptied again? Sis is right here whenever you’re ready.",
"Sis will always be around when you need someone to empty your balls. Just say when.",
"You never have to worry about full balls while I'm around. Just give me the signal.",
"Sis is always ready to help empty those balls whenever you need it. Just say the word.",
"Those balls don’t have to stay full for long when I'm here. Just tell me when you need me."
]) ,
window.Game.rngText([
"Oh there you are!",
"Ahh there’s my favorite person.",
"Oh look who it is!",
"It's sooo good to see you.",
"How’s it going?",
"How are you?",
"How’s your day?",
"How’s your day going?",
"Whatchu up to?",
"Just passing through?",
"I was hoping I’d see you.",
"There you are again.",
"You busy today?",
"You look busy.",
"I won’t keep you...unless you want!"
]))>>
<div class="options"><<= window.Game.goToLoc("Talk Dirty", 60, "sis talk", -5, "talk", 1)>></div>
<<if $NPC.sis.home>>
<div class="options">
<<if $NPC.sis.tease>>
<<= window.Game.goToLoc("Ask for a tease", 30, "sis solo", -5, ["tease"], 1)>>
<</if>>
<<if $NPC.sis.solo>>
<<= window.Game.goToLoc("Watch her masturbate", 30, "sis solo", -5, ["solo1", "solo2"], 1)>>
<<if $ITEMS.toys>>
<<= window.Game.goToLoc("Watch her masturbate using sex toys", 60, "sis solo", -5, ["solotoy1", "solotoy2"], 1)>>
<</if>>
<</if>>
<<if $NPC.sis.hj>>
<<= window.Game.goToLoc("Handjob", 30, "sis hj", -5, ["hj1", "hj2"], 1)>>
<<= window.Game.goToLoc("Edging handjob", 120, "sis hj", -5, ["edgehj1", "edgehj2"], 1)>>
<</if>>
<<if $NPC.sis.bj>>
<<= window.Game.goToLoc("Rimjob", 60, "sis hj", -5, ["rhj1", "rhj2"], 1)>>
<<= window.Game.goToLoc("Facefuck", 60, "sis bj", -10, ["ff1", "ff2"], 1)>>
<<= window.Game.goToLoc("Blowjob", 60, "sis bj", -10, ["bj1", "bj2"], 1)>>
<<= window.Game.goToLoc("Edging blowjob", 120, "sis bj", -10, ["edgebj1", "edgebj2"], 1)>>
<</if>>
<<if $ITEMS.toys>>
<<= window.Game.goToLoc("Use sex toys on you", 30, "sis toys", -10, ["toy1", "toy2", "toy3"], 1)>>
<<= window.Game.goToLoc("Use sex toys to edge you", 30, "sis toys", -10, ["edgetoy1", "edgetoy2"], 1)>>
<</if>>
</div>
<div class="options">
<<if !$uiRefresh && !$NPC.gm.alive && !$NPC.sis.gmDied>>
<<set $act = "gmDead">>
<<set $step = 1>>
<<goto "sis_s">>
<</if>>
<<if $NPC.sis.exp >= Math.max(1, 5 * $TEST.exp) && $NPC.sis.tease is false>>
<<= window.Game.goToLoc("Ease her into things further (STORY EVENT)", 0, "sis_s", 0, "tease", 1)>>
<<elseif $NPC.sis.exp >= Math.max(1, 5 * $TEST.exp) && $NPC.sis.hj is false && $NPC.sis.tease && $STORY.sisCounter >= Math.max(1, 1 * $TEST.time)>>
<<= window.Game.goToLoc("You feel...off (STORY EVENT)", 0, "sis_s", 0, "hj", 1)>>
<<elseif $NPC.sis.exp >= Math.max(1, 10 * $TEST.exp) && $NPC.sis.solo is false && $NPC.sis.hj && $STORY.sisCounter >= Math.max(1, 1 * $TEST.time) && $YOU.cb < $YOU.maxCB>>
<<= window.Game.goToLoc("She has an idea (STORY EVENT)", 0, "sis_s", 0, "solo", 1)>>
<<elseif $NPC.sis.exp >= Math.max(1, 10 * $TEST.exp) && $NPC.sis.solo && $NPC.sis.bj is false && $STORY.sisCounter >= Math.max(1, 1 * $TEST.time)>>
<<= window.Game.goToLoc("Sis runs to you (STORY EVENT)", 0, "sis_s", 0, "bj", 1)>>
<<elseif $NPC.sis.exp >= Math.max(1, 10 * $TEST.exp) && $NPC.sis.bj && $ITEMS.toys is false && $STORY.sisCounter >= Math.max(1, 1 * $TEST.time) && $YOU.money >= Math.max(1, 200 * $TEST.money)>>
<<= window.Game.goToLoc("What does she have planned now? (STORY EVENT)", 0, "sis_s", 0, "toys", 1)>>
<<elseif $NPC.sis.exp >= Math.max(1, 20 * $TEST.exp) && $ITEMS.toys && $STORY.sisCounter >= Math.max(1, 1 * $TEST.time) && $YOU.stamina >= Math.max(1, 10 * $TEST.stat)>>
<div class="story-text">Future Update.</div><br>
<</if>>
</div>
<</if>>
<div class="options">
<<= window.Game.goToLoc("Back", 15, $YOU.loc, 0)>>
</div>
<</if>>
</div><div class="main">
<h1>Hospital</h1><br>
<<if $events.length > 0 && $eventsName !== "" && Story.has($eventsName)>>
<<set $act = window.Game.rngText($events)>>
<<goto $eventsName>>
<<else>>
<div class="options">
<div class="loc-row"> <<= window.Game.goToLoc("City", 30, "city", 0)>> <<= window.Game.npcTag("city")>> </div>
<<if $HHC.lab>>
<div class="options">
<div class="help-section">
<div class="help-title">Hospital Lab</div>
<<= window.Game.goToLoc("Provide sample", 60, "lab tests", -5, "samples")>>
<<if $HHC.testsUnlocked>>
<<= window.Game.goToLoc("Go in for stamina testing", 120, "lab tests", -5, ["edge1", "edge2"])>>
<</if>>
</div>
</div>
<</if>>
</div>
<</if>>
</div><div class="main">
<h1>Lab</h1><br>
<<if $events.length > 0 && $eventsName !== "" && Story.has($eventsName)>>
<<set $act = window.Game.rngText($events)>>
<<goto $eventsName>>
<<else>>
<div class="options">
<<= window.Game.goToLoc("Provide sample", 60, "lab tests", -5, "samples")>>
<<if $HHC.testsUnlocked>>
<<= window.Game.goToLoc("Go in for stamina testing", 120, "lab tests", -5, "edge")>>
<</if>>
<<if window.Game.rng(1, Math.max(1, 2 * $TEST.events)) <= $EVENTCOUNTER.loc && $NPC.doc.alive>>
<<= window.Game.events("hhc")>>
<</if>>
<<= window.Game.goToLoc("Back", 15, "hhc", 0)>> <<= window.Game.npcTag("hhc")>>
</div>
<</if>>
</div><div class="main">
<<if $HHC.open is false || !$NPC.doc.alive>>
<<goto $YOU.loc>>
<<else>>
<h1><<= $NPC.doc.name >> Exp: <<= $NPC.doc.exp>></h1><br>
<<if $NPC.doc.lvl < 1>><<set $NPC.doc.lvl = 1>><</if>>
<<if $NPC.doc.lvl > 3>><<set $NPC.doc.lvl = 3>><</if>>
<<set $str = []>>
<<if $YOU.hp <= 20>>
<<if $HHC.testsUnlocked>>
<<run $str.push(
window.Game.rngText([
"Your health appears poor. I can personally perform a very thorough seminal extraction for you. Just give me your consent.",
"Your condition doesn’t look very good. If you consent, I can personally conduct a thorough seminal extraction.",
"I’m concerned about your health. With your permission, I can handle the seminal extraction myself and make sure it’s very thorough.",
"Your health seems to be declining. Give me your consent, and I’ll personally take care of a thorough seminal extraction.",
"You’re not looking particularly healthy today. If you agree, I can personally perform a complete seminal extraction for you.",
"Your health appears rather poor. Just say the word, and I can personally conduct a very thorough seminal extraction.",
"I don’t like the state of your health right now. With your consent, I can personally make sure your seminal extraction is handled thoroughly.",
"You seem to be in poor condition. If you give me permission, I can personally perform a thorough seminal extraction.",
"Your health is concerning me. Consent to the procedure, and I’ll personally ensure your seminal extraction is as thorough as possible.",
"You’re looking rather unwell. If you’re willing, I can personally take care of the seminal extraction and make it exceptionally thorough."
])
)>>
<</if>>
<<run $str.push(
window.Game.rngText([
"Oh my, you don’t appear to be in very good health. Perhaps a visit to the lab for seminal extraction would help.",
"Goodness, you’re looking rather unwell. I think a trip to the lab for seminal extraction may be in order.",
"Hmm, you certainly don’t look your best. Perhaps you should let the lab perform a proper seminal extraction.",
"Oh dear, your condition seems concerning. I’d recommend heading to the lab for seminal extraction as soon as possible.",
"My, my… you’re looking pretty rough. Maybe it’s time for another visit to the lab for seminal extraction.",
"Hmm, I’m not entirely happy with how you’re looking. Perhaps some thorough seminal extraction at the lab would do you good.",
"Oh my, you really don’t seem well today. I think the lab should take care of that with a seminal extraction.",
"Goodness, you appear to be in rather poor health. You may want to head downstairs for a proper seminal extraction.",
"Oh dear, you’re definitely not looking healthy. Perhaps the lab technicians should perform a seminal extraction for you.",
"Hmm, your health seems to be slipping. I’d suggest visiting the lab and letting them handle a thorough seminal extraction."
])
)>>
<<else>>
<<if $ITEMS.chip>>
<<run $str.push(
window.Game.rngText([
"Hello. I hope the chip has been helpful.",
"Hi there. Has the chip been working well for you?",
"How has the chip been working for you so far?",
"I trust the chip has been useful."
])
)>>
<</if>>
<<if $ITEMS.augTesticles>>
<<run $str.push(
window.Game.rngText([
"I assume the testicular augmentation has been quite helpful for your sexual potency?",
"I take it the testicular augmentation has noticeably improved your sexual potency?",
"I presume the augmentation has had a rather positive effect on your sexual potency?",
"I assume you’ve noticed a significant improvement in your sexual potency since the testicular augmentation?",
"Would I be correct in assuming the testicular augmentation has greatly enhanced your sexual potency?",
"I imagine the testicular augmentation has proven quite beneficial for your sexual potency?",
"I assume the procedure has given your sexual potency a considerable boost?",
"I take it your sexual potency has improved substantially since undergoing the testicular augmentation?",
"I presume you’re finding the testicular augmentation rather effective at enhancing your sexual potency?",
"I assume the results of the testicular augmentation have been quite favorable for your sexual potency?"
])
)>>
<</if>>
<<if $ITEMS.augPenis>>
<<run $str.push(
window.Game.rngText([
"How much has the penis augmentation improved your sexual prowess?",
"Would you say the penis augmentation has significantly enhanced your sexual performance?",
"How effective has the augmentation been in improving your sexual capabilities?",
"Have you noticed a substantial increase in your sexual prowess since the penis augmentation?",
"How much of a difference has the penis augmentation made to your performance in bed?",
"I’m curious, how beneficial has the augmentation been for your overall sexual prowess?",
"Would you say your sexual performance has improved considerably since undergoing the penis augmentation?",
"How helpful has the procedure been in enhancing your sexual stamina and performance?",
"Have the results of the penis augmentation noticeably improved your sexual capabilities?",
"How satisfied are you with the effect the penis augmentation has had on your sexual prowess?"
])
)>>
<</if>>
<<if $HHC.testsUnlocked>>
<<run $str.push(
window.Game.rngText([
"Are you ready for some personal, hands-on testing of your sexual function?",
"Shall we begin some more personal, hands-on testing of your sexual response?",
"Are you ready for me to personally conduct a hands-on examination of your sexual function?",
"How about we move on to some hands-on testing and see exactly how your sexual function responds?",
"Are you prepared for a more personal examination involving some very hands-on sexual-function testing?",
"Ready to let me personally test your sexual function with a more hands-on approach?",
"Shall we start the hands-on portion of your sexual-function evaluation?",
"Are you ready for a little personal attention while I thoroughly test your sexual response?",
"Would you like me to personally handle the hands-on testing of your sexual function?",
"Ready for me to get a little more hands-on while we evaluate your sexual function?"
])
)>>
<</if>>
<<run $str.push(
window.Game.rngText([
"How has your sister been lately? I hope she's well.",
"I trust your sister has been keeping well.",
"I hope your sister's health has remained stable.",
"Whenever you have a moment, the lab is available.",
"Please stop by the lab when you have some time.",
"The lab is always open whenever you're available.",
"Feel free to visit the lab whenever it is convenient for you.",
"Hello. How are you feeling today? Hopefully, you're doing well.",
"Hi there. How have you been feeling? I hope everything is going well.",
"Good to see you. How are you feeling today?",
"Hello. How are you feeling? I hope you've been doing well.",
"Hi. How have you been feeling?",
"Hello there. How are you doing? Hopefully, you're feeling well.",
"Good to see you. How have you been feeling?",
"Hello. How are you feeling today? Any concerns I should know about?",
"Hi there. How have things been? I hope you're feeling well.",
"Hello. How are you doing today? Hopefully, you're in good health."
])
)>>
<</if>>
<<if $str.length>>
<<= window.Game.npcText("doc", "main", window.Game.rngText($str))>>
<</if>>
<<set $str = "">>
<div class="options">
<<if $NPC.doc.location === "hhc">>
<<if $HHC.testsUnlocked>>
<<= window.Game.goToLoc("Go in for mechanical testing", 60, "doc tests", -5, ["penis", "prostate"])>>
<<= window.Game.goToLoc("Go in for personal testing", 60, "doc tests", -10, ["3hj1", "phj", "hj1"])>>
<<= window.Game.goToLoc("Go in for stamina testing", 120, "doc tests", -5, ["edgeHj1"])>>
<</if>>
<<if $ITEMS.chip>>
<<if !$ITEMS.augTesticles>>
<<if $YOU.money >= Math.max(1, window.Game.round(500 * $TEST.money))>>
<<= window.Game.goToLoc("Testicular augmentation $" + Math.max(1, window.Game.round(500 * $TEST.money)), 120, "hhc_s", 0, "augTesticles")>>
<<else>>
<div class="story-text">Not enough funds for augmentation. ($<<= Math.max(1, window.Game.round(500 * $TEST.money))>>)</div><br>
<</if>>
<</if>>
<<if !$ITEMS.augPenis>>
<<if $YOU.money >= Math.max(1, window.Game.round(1000 * $TEST.money))>>
<<= window.Game.goToLoc( "Penile augmentation $" + Math.max(1, window.Game.round(1000 * $TEST.money)), 120, "hhc_s", 0, "augPenis")>>
<<else>>
<div class="story-text">Not enough funds for augmentation. ($<<= Math.max(1, window.Game.round(1000 * $TEST.money))>>)</div><br>
<</if>>
<</if>>
<</if>>
<<if $NPC.doc.exp >= Math.max(1, 5 * $TEST.exp) && $ITEMS.chip is false && $STORY.hhcCounter >= Math.max(1, 1 * $TEST.time)>>
<<= window.Game.goToLoc("The doctor wants to talk (STORY EVENT)", 0, "hhc_s", 0, "chip", 1)>>
<<elseif $NPC.doc.exp >= Math.max(1, 10 * $TEST.exp) && $HHC.testsUnlocked is false && $STORY.hhcCounter >= Math.max(1, 1 * $TEST.time)>>
<<= window.Game.goToLoc($NPC.doc.name + " seems happy (STORY EVENT)", 0, "hhc_s", 0, "tests", 1)>>
<<elseif $NPC.doc.exp >= Math.max(1, 15 * $TEST.exp) && $HHC.helpUnlocked is false && $STORY.hhcCounter >= Math.max(1, 1 * $TEST.time)>>
<div class="story-text">
Future update.
</div><br>
<</if>>
<<else>>
<</if>>
<<= window.Game.goToLoc("Back", 15, $YOU.loc, 0)>>
</div>
<</if>>
</div><div class="main">
<h1>Serenity Massage Parlor</h1><br>
<<if !$NPC.boss.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto "city">>
<<else>>
<<if $act === "">>
<<if $events.length > 0 && $eventsName !== "" && Story.has($eventsName)>>
<<set $act = window.Game.rngText($events)>>
<<goto $eventsName>>
<<else>>
<<if !$MP.open>>
<div class="story-text">
Serenity Massage Parlor is closed.
</div><br>
<<else>>
<<if $NPC.boss.met is false>>
<<set $act = "boss">><<goto "mp_s">>
<</if>>
<div class="options">
<<= window.Game.goToLoc("Office work", 240, "mp events", -50, "work", 1)>>
</div>
<<if $MP.helpUnlocked>>
<<if $YOU.pp >= 10>>
<div class="help-section">
<div class="help-title">People Who Need Help</div>
<div class="help-options">
<<= window.Game.goToLoc("Provide sperm for treatment (Milking Table)", 120, "mp table", -10, ["bj1", "group1", "group2", "group3", "toy1", "toy2"], 1)>>
</div>
</div>
<<else>>
<div class="story-text"> Too tired to help </div>
<</if>>
<</if>>
<</if>>
<div class="options">
<div class="loc-row"> <<= window.Game.goToLoc("City", 30, "city", 0)>> <<= window.Game.npcTag("city")>> </div>
</div>
<</if>>
<<else>>
<<set $act = "">>
<<goto $YOU.loc>>
<</if>>
<</if>>
</div><div class="main">
<<if !$MP.open || !$NPC.boss.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<h1><<= $NPC.boss.name>> Exp: <<= $NPC.boss.exp>></h1><br>
<<if $NPC.boss.lvl < 1>><<set $NPC.boss.lvl = 1>><</if>>
<<if $NPC.boss.lvl > 3>><<set $NPC.boss.lvl = 3>><</if>>
<<= window.Game.lvlText("boss","main",
window.Game.rngText([
"Looking good today!",
"Ready to tackle another day?",
"Great to see you! How has your day been so far?",
"You've been crushing it lately. Great work!",
"Smile! We've got this under control.",
"How are things going?",
"Don't work too hard now.",
"Coffee? I grabbed you an extra cup."
]),
"",
window.Game.rngText([
"What are you standing around for? Get to work.",
"I'm watching you. Don't slack off.",
"Do you need everything spelled out for you?",
"Make yourself useful.",
"If you have nothing to do, I'll find something for you.",
"You look tired. Doesn't matter.",
"Were you listening, or were you daydreaming?",
"Get moving. Time is money.",
"I asked you ten minutes ago. Are you deaf?",
"Don't make me repeat myself."
]))>>
<div class="options">
<<if $NPC.boss.location === "mp">>
<<if $NPC.boss.exp >= Math.max(1, 5 * $TEST.exp) && $MP.happyEndings is false && $STORY.mpCounter >= Math.max(1, 1 * $TEST.time)>>
<<= window.Game.goToLoc($NPC.boss.name + " seems unhappy (STORY EVENT)", 0, "mp_s", 0, "happyEndings", 1)>>
<<elseif $NPC.boss.exp >= Math.max(1, 10 * $TEST.exp) && $MP.helpUnlocked is false && $STORY.mpCounter >= Math.max(1, 1 * $TEST.time)>>
<<= window.Game.goToLoc($NPC.boss.name + " looks happy (STORY EVENT)", 0, "mp_s", 0, "help", 1)>>
<</if>>
<</if>>
<<= window.Game.goToLoc("Back", 15, $YOU.loc, 0)>>
</div>
<</if>>
</div><h1>GAME OVER</h1><br>
<<set _causeShown = false>>
<<if $YOU.money < 0>>
<<set _causeShown = true>>
<div class="story-text">
Your money has fallen below $0.<br>
Current money: $<<= window.Game.round($YOU.money) >>.
</div><br>
<</if>>
<<if $YOU.hp <= 0>>
<<set _causeShown = true>>
<div class="story-text">
Your health has reached <<= window.Game.round($YOU.hp) >>.
</div><br>
<</if>>
<<if $AREAS.city.hp <= 0>>
<<set _causeShown = true>>
<div class="story-text"><<= $AREAS.city.name >> wellness has reached <<= window.Game.round($AREAS.city.hp) >>.</div><br>
<</if>>
<<if !_causeShown>>
<div class="story-text">
The game has ended.
</div><br>
<</if>>
<div class="story-text">
Thanks for playing.<br><br>
If you enjoyed the game and would like to support its development,
you can do so on Patreon or through a one-time donation.<br><br>
Supporters receive early access to updates, and members of higher
tiers can help vote on future content.<br><br>
As always, please only contribute if you can afford it. The game
will remain available to everyone.<br><br>
Thank you!<br><br>
</div>
<div class="loc">
<<link "| Restart Game |">>
<<run Engine.restart()>>
<</link>>
</div><div class="main">
<h1><<print $NPC.sis.name>></h1><br>
<<if !$NPC.sis.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "talk">>
<div class="story-text">You talk dirty to <<print $NPC.sis.name>>.</div><br>
<<if $NPC.sis.lvl >= 3>>
<<set $str = []>>
<<if $NPC.sis.sex>>
<<run $str.push(
window.Game.rngText([
"God, instead of talking to me like that, why don't you cum deep inside my pussy? I'm ovulating, hehe.",
"Mmm, forget the dirty talk and just cum deep inside me instead. I'm ovulating right now, you know... hehe.",
"God, you're getting me so worked up. Why keep talking when you could be filling my ovulating pussy instead?",
"Enough teasing me with words already. Why don't you fuck me and cum as deep inside my pussy as you can? I'm ovulating, hehe.",
"Mmm, you know what I'd rather have than all that talking? Your cum deep inside my pussy while I'm ovulating.",
"God, stop talking and come give my pussy what it really wants. I'm ovulating, so you better cum nice and deep, hehe.",
"Why are you still talking when you could be cumming deep inside my needy pussy? Especially while I'm ovulating, hehe.",
"Mmm, pretty please quit teasing me and cum deep inside my pussy instead. You know I'm ovulating right now.",
"God, if you're going to get me this excited, you might as well fuck me and fill my ovulating pussy with your cum.",
"Forget talking to me like that. Come fuck me and cum as deep inside my pussy as possible. I'm ovulating, hehe."
]))>>
<</if>>
<<run $str.push(
window.Game.rngText([
"Since you showed me what that mouth of yours can do, why don't you come over here and find out what mine can do?",
"Well, you already gave me a little demonstration... don't you wanna see what my mouth can do too?",
"After showing off what your mouth can do, it's only fair you come find out what mine is capable of, right?",
"Mmm, you showed me your talents, so now it's my turn. Come a little closer and see what my mouth can do.",
"Since you were such a show-off with that mouth, why don't you let me show you a few tricks of my own?",
"You already proved how talented your mouth is. Now come here and let me prove mine can be just as talented, hehe.",
"Aww, you can't show me what your mouth can do and not expect me to return the favor. Come find out what mine can do.",
"Okay, you definitely impressed me with your mouth. Now come closer and let me see if I can impress you with mine.",
"Since I got to experience what your mouth can do, don't you think you deserve to find out what mine can do too?",
"Mmm, your mouth already had its turn. Come here and let mine show you what it's capable of, hehe.",
"You're such a tease, bro. Why don't you fuck my little asshole instead?",
"God, you're such a tease, bro. Why keep talking when you could be fucking my ass instead?",
"Brooo, you're teasing me way too much. Why don't you put that energy into fucking my little asshole?",
"You're seriously gonna tease me like that, bro? Come fuck my ass instead, hehe.",
"Ugh, you're such a tease! Why don't you stop talking and give my little asshole some attention instead?",
"Bro, if you're gonna get me this worked up, you might as well come fuck my ass already.",
"You're teasing me sooo badly, bro. Pretty please come fuck my little asshole instead?",
"God, enough teasing, bro. Why don't you come over here and fuck my needy little ass instead?",
"Brooo, you love teasing me, don't you? How about you stop talking and fuck my asshole instead?",
"You're such a freaking tease, bro. Come on, pretty please fuck my little asshole instead?"
]))>>
<</if>>
<<= window.Game.lvlText("sis","main" ,
window.Game.rngText($str),
window.Game.rngText([
"Oh my god, you're such a pervert talking to me like that... I mean... it's kinda making me flush though, hehe",
"Wow, saying stuff like that to your own sister... you're unbelievable... and so am I for liking it",
"That's so inappropriate, but god, it's making my heart race... you shouldn't say things like that to me... or maybe you should",
"You're being SO bad right now, but honestly? My thighs are clenching and I can't figure out why",
"Mmmm, keep talking like that and I might just forget you even have to ask me to help you out",
"Oh god, when you talk like that it makes me want to just... you know... take care of you right away, bro",
"Aww, I love how desperate you sound. Makes me want to make you beg for it even more"
]),
window.Game.rngText([
"What?! Stop it, bro.",
"Whaaat? Come on, stop!",
"What are you doing? Stop, bro!",
"Hey! Stop that, dummy!",
"What?! Knock it off!",
"Whaaat? Seriously, stop!",
"Bro, stop! What are you doing?",
"Hey, cut it out!",
"What the heck? Stop, bro!",
"Hey! Quit it, bro!",
"What?! You're so annoying!",
"Bro! Come on, knock it off!",
"Whaaat? Okay, enough!",
"Hey, stop messing with me!",
"Hey! Don’t talk to me like that, dummy.",
"Excuse me? You shouldn’t talk to your sister that way ughh.",
"Hey, watch how you talk to me!",
"Hey! Be nice to me.",
"Seriously? You can’t talk to me like that, bro."
]))>>
<<= window.Game.npcExp("sis", 1, false)>>
<<else>>
<<set $act = "">>
<<set $step = 1>>
<<goto "sis">>
<</if>>
<<= window.Game.goToLoc("Back", 0, "sis", 0)>>
<</if>>
</div><div class="main">
<h1> <<print $NPC.sis.name>> </h1><br>
<<if !$NPC.sis.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "solo1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"My little pussy is getting SOAKED just from you watching me finger myself! ",
"Mmm, the second your eyes land on me, my pussy gets SO fucking WET! Look what you're doing to me, big bro! ",
"Ahh, I'm literally DRIPPING watching you watch me play with my pussy! This is SO hot! ",
"Hehe, you want to know a secret? My pussy gets SO much wetter when you're staring at me! I'm practically a mess! ",
"Fuck, I'm getting SO wet fingering my cunt while you watch! You better not blink! ",
"My pussy is absolutely FLOODED right now and it's ALL because of you watching! God, that's so hot! ",
"Mmm, every time I glance over and see you looking, my pussy gets even WETTER! Keep watching, big bro! ",
"Oh my god, I'm SO wet just from you observing me finger myself! You're making me lose my mind! ",
"Ha! Look at how wet my cunt is. That's what happens when you watch your sis play with herself! Don't you dare stop! "
])
,window.Game.rngText([
"It's so much easier to get wet when you're watching me, bro. ",
"Mmm, having your eyes on me makes me get so much wetter! ",
"I love knowing you're looking! ",
"Ohhh, I'm getting so wet just from you watching! ",
"Hehe, you have no idea how much wetter I get when you're staring! It's so hot!",
"See? You're making me so much wetter just by watching. ",
"Aww, I can feel myself getting wetter and wetter with your eyes on me. ",
"Oh my god, big bro, you're making me drip just by watching! ",
"It's so embarrassing but also so hot when you watch. ",
"Hehe, I swear I get ten times wetter when you're looking!",
"Don't stop watching, okay? ",
"Mmm, your gaze is making me so wet!",
"I think you're my favorite audience ever! "
])
,window.Game.rngText([
"I'm really embarrassed, but... it feels kind of nice having you see this side of me",
"This is so awkward. I have to admit, it turns me on when you watch me like this",
"I don't know why, it makes me feel all weird inside when you look at me being a little naughty",
"I'm usually so shy, but... there's something about you making me want to explore these feelings",
"I hope you won't think less of me. I kind of like the way you're looking at me right now",
"It's really not like me. Your gaze is making me feel all tingly and excited",
"I shouldn't be doing this, but... it's hard to resist when you're watching me like this" ,
"I feel so embarrassed, but... there's a part of me that's actually enjoying this"
]))>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Sis works her delicate-looking, youthful pussy, making sure you watch every bit of it.",
"Your sister slowly plays with her soft, youthful pussy, carefully keeping every movement in your view.",
"Sis makes a show of teasing her delicate pussy, making certain your eyes never miss a second.",
"Your sister works her youthful pussy deliberately, positioning herself so you can watch every little movement.",
"Sis slowly teases her delicate-looking pussy, keeping it perfectly in view so you can take in every moment.",
"Your sister puts on a teasing display with her soft pussy, making sure you're watching everything she does.",
"Sis works herself slowly and deliberately, keeping her youthful pussy right where you can see every movement.",
"Your sister carefully teases her delicate pussy, watching you closely to make sure you don't miss a thing."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Sis enjoys rubbing her clit while slipping a finger into her asshole or teasing and playing with her tits.",
"Sis pleasures her clit while alternating between fingering her asshole and squeezing her tits.",
"Sis keeps rubbing her sensitive clit as her other hand wanders between her asshole and her tits.",
"Sis eagerly strokes her clit while teasing her asshole with her fingers or playing with her soft tits.",
"Sis rubs slow circles over her clit while switching between fingering her asshole and fondling her tits.",
"Sis pleasures herself by rubbing her clit, occasionally sliding a finger into her asshole or teasing her tits.",
"Sis keeps her fingers busy on her clit while her free hand either plays with her tits or slips down to finger her asshole.",
"Sis indulges herself by rubbing her clit while alternating between teasing her asshole and squeezing her tits.",
"Sis steadily works her clit as she switches between fingering her asshole and playing eagerly with her tits.",
"Sis loses herself in the sensations, rubbing her clit while her other hand explores her asshole or fondles her tits."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/5.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You BETTER not look away, because my pussy is about to cum so hard for you! Eyes on me, big bro! ",
"Don't you DARE blink! My pussy is getting ready to cum and you're gonna SEE every second of it! ",
"Mmm, keep those eyes locked on my pussy! It's about to put on a SHOW for you! You won't wanna miss this! ",
"Hey! HEY! Are you paying attention?! My pussy is about to cum and you NEED to be watching! ",
"Ohhh, here it comes! YOU BETTER BE LOOKING, bro, because my pussy is about to cum hard! ",
"Don't even THINK about turning away! My pussy is about to cum and I want you to see EVERY. SINGLE. DROP. ",
"Hehe, don't worry, you won't miss a thing! My pussy is about to cum RIGHT in front of you! Get those eyes ready! ",
"Mmm, keep staring, big bro! Because my pussy is about to give you the BEST show of your life! Don't you dare look away! ",
"Oh god, I'm SO close! Stay focused on me! My pussy is about to cum and you're gonna WATCH! "])
,window.Game.rngText([
"God, I'm such a bad girl today... I'm gonna finger myself until I cum, just for you",
"Watch this, bro... I'm about to make myself cum so hard, and it's all because of you watching",
"I can't believe I'm doing this, but it feels sooo good... I'm gonna cum so hard with you watching",
"You're turning me into such a dirty girl... I have to play with myself until I orgasm, right now",
"See what you do to me? I'm about to get myself off, and it's entirely your fault bro",
"Mmm, I'm so worked up... I need to cum, and I want you to see every second of it",
"Okay, I can't take it anymore... I'm gonna cum hard, just for your viewing pleasure",
"I'm being so naughty right now... I'm about to cum so hard because you're watching bro."])
,window.Game.rngText([
"Oh my god, I'm so gross, I'm literally about to cum while my brother is right there watching! ",
"Hehe, this is so embarrassing... I'm gonna orgasm with you literally watching me! But I can't stop! ",
"Mmm, I'm being so naughty right now... cumming with you just sitting there! You must think I'm so disgusting! ",
"Ohhh, I'm getting so close and you're just sitting there watching! I'm gonna be so embarrassed when I finish. ",
"God, I'm such a mess... I'm about to cum right in front of you, bro. This is so embarrassing.",
"Aww, don't look at me! Or wait, don't stop looking! I'm gonna cum any second now. ",
"Oh my god, I'm so gross, I'm literally about to explode with you watching! But it feels amazing! ",
"This feels too good. I'm about to cum!",
"Mmm, I'm such a dirty girl. I'm gonna cum so hard while my own brother watches me!"]))>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.solo)>>
<<= window.Game.npcExp("sis", $RATES.exp.solo, false)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You BETTER come back soon to watch my pussy cum for you, or I'll tape your eyes open FORCEFULLY! Love youuu! ",
"If you don't come back soon to watch my little cunt cum, I'll KEEP your eyes wide open whether you like it or not! Love you bro! ",
"Hehe, pretty please come back soon so I can finger my pussy for you again! ...Or I'll make sure you WATCH anyway! ",
"Come back soon and watch my pussy cum, big bro, or I'll HOLD you down and make you watch! I still love you though! ",
"Mmm, I need you here to watch me cum again SOON, or else! Love you! I mean it though! ",
"If you don't show up soon to watch me cum, I'll GLUE your eyelids apart! ...Kidding. ...Maybe. ",
"You come back really soon and watch my wet pussy cum again, or I'm coming to find you! You're welcome bro ",
"Seriously, come back SOON to watch me cum for you, bro, or consequences! I'll be counting down the seconds.",
"Come onnnn, hurry back so I can cum for you again! Love you! ...I'm serious about the eye-taping thing though! "])
,window.Game.rngText([
"Would you please come back soon so I can touch myself again? Please, please, please?",
"Hehe, pretty please come back quickly so I can show you more! I promise it'll be fun! ",
"Ohhh, I had so much fun with you watching! Please come back soon? I'll be waiting! ",
"If you come back soon, I'll make it extra special for you! Please? ",
"Come back ASAP! I promise it'll be worth it! ",
"Pretty please with a cherry on top? Come watch me again soon! I miss you already! ",
"Hehe, was that fun? Well, it's even more fun with an audience! So please come back soon! ",
"Don't leave me hanging! Come back and watch me touch myself again! Please? I'm begging you! ",
"Promise you'll come back soon? I'll be thinking about you while you're gone! "])
,window.Game.rngText([
"Um... if you're free, would you maybe stop by again soon? I-I was just thinking about it...",
"I was hoping you might visit again sometime. Is that... too forward to ask?",
"Could you possibly come watch me again? Only if you're not too busy, of course!",
"I'd really appreciate if you came by once more. Whenever you have time, naturally.",
"Would you be willing to come see me again? I think it might help me feel better...",
"Is there a chance you could visit me soon? I'd really like that, if it isn't too much trouble.",
"Could you possibly come back and watch me again? I'm not sure if that's appropriate, though...",
"Would you mind checking in on me another time? I feel so much calmer when you're here.",
"I hope you could come see me again soon. If you're available, that is..."]))>>
<<= window.Game.npchp("sis", 5)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<elseif $act === "solo2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"My little pussy is getting SOAKED just from you watching me finger myself! ",
"Mmm, the second your eyes land on me, my pussy gets SO fucking WET! Look what you're doing to me, big bro! ",
"Ahh, I'm literally DRIPPING watching you watch me play with my pussy! This is SO hot! ",
"Hehe, you want to know a secret? My pussy gets SO much wetter when you're staring at me! I'm practically a mess! ",
"Fuck, I'm getting SO wet fingering my cunt while you watch! You better not blink! ",
"My pussy is absolutely FLOODED right now and it's ALL because of you watching! God, that's so hot! ",
"Mmm, every time I glance over and see you looking, my pussy gets even WETTER! Keep watching, big bro! ",
"Oh my god, I'm SO wet just from you observing me finger myself! You're making me lose my mind! ",
"Ha! Look at how wet my cunt is. That's what happens when you watch your sis play with herself! Don't you dare stop! "])
,window.Game.rngText([
"It's so much easier to get wet when you're watching me, bro. ",
"Mmm, having your eyes on me makes me get so much wetter! ",
"I love knowing you're looking! ",
"Ohhh, I'm getting so wet just from you watching! ",
"Hehe, you have no idea how much wetter I get when you're staring! It's so hot!",
"See? You're making me so much wetter just by watching. ",
"Aww, I can feel myself getting wetter and wetter with your eyes on me. ",
"Oh my god, big bro, you're making me drip just by watching! ",
"It's so embarrassing but also so hot when you watch. ",
"Hehe, I swear I get ten times wetter when you're looking!",
"Don't stop watching, okay? ",
"Mmm, your gaze is making me so wet!",
"I think you're my favorite audience ever! "])
,window.Game.rngText([
"I'm really embarrassed, but... it feels kind of nice having you see this side of me",
"This is so awkward. I have to admit, it turns me on when you watch me like this",
"I don't know why, it makes me feel all weird inside when you look at me being a little naughty",
"I'm usually so shy, but... there's something about you making me want to explore these feelings",
"I hope you won't think less of me. I kind of like the way you're looking at me right now",
"It's really not like me. Your gaze is making me feel all tingly and excited",
"I shouldn't be doing this, but... it's hard to resist when you're watching me like this" ,
"I feel so embarrassed, but... there's a part of me that's actually enjoying this"]))>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/2.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You BETTER not look away, because my pussy is about to cum so hard for you! Eyes on me, big bro! ",
"Don't you DARE blink! My pussy is getting ready to cum and you're gonna SEE every second of it! ",
"Mmm, keep those eyes locked on my pussy! It's about to put on a SHOW for you! You won't wanna miss this! ",
"Hey! HEY! Are you paying attention?! My pussy is about to cum and you NEED to be watching! ",
"Ohhh, here it comes! YOU BETTER BE LOOKING, bro, because my pussy is about to cum hard! ",
"Don't even THINK about turning away! My pussy is about to cum and I want you to see EVERY. SINGLE. DROP. ",
"Hehe, don't worry, you won't miss a thing! My pussy is about to cum RIGHT in front of you! Get those eyes ready! ",
"Mmm, keep staring, big bro! Because my pussy is about to give you the BEST show of your life! Don't you dare look away! ",
"Oh god, I'm SO close! Stay focused on me! My pussy is about to cum and you're gonna WATCH! "])
,window.Game.rngText([
"God, I'm such a bad girl today... I'm gonna finger myself until I cum, just for you",
"Watch this, bro... I'm about to make myself cum so hard, and it's all because of you watching",
"I can't believe I'm doing this, but it feels sooo good... I'm gonna cum so hard with you watching",
"You're turning me into such a dirty girl... I have to play with myself until I orgasm, right now",
"See what you do to me? I'm about to get myself off, and it's entirely your fault bro",
"Mmm, I'm so worked up... I need to cum, and I want you to see every second of it",
"Okay, I can't take it anymore... I'm gonna cum hard, just for your viewing pleasure",
"I'm being so naughty right now... I'm about to cum so hard because you're watching bro."])
,window.Game.rngText([
"Oh my god, I'm so gross, I'm literally about to cum while my brother is right there watching! ",
"Hehe, this is so embarrassing... I'm gonna orgasm with you literally watching me! But I can't stop! ",
"Mmm, I'm being so naughty right now... cumming with you just sitting there! You must think I'm so disgusting! ",
"Ohhh, I'm getting so close and you're just sitting there watching! I'm gonna be so embarrassed when I finish. ",
"God, I'm such a mess... I'm about to cum right in front of you, bro. This is so embarrassing.",
"Aww, don't look at me! Or wait, don't stop looking! I'm gonna cum any second now. ",
"Oh my god, I'm so gross, I'm literally about to explode with you watching! But it feels amazing! ",
"This feels too good. I'm about to cum!",
"Mmm, I'm such a dirty girl. I'm gonna cum so hard while my own brother watches me!"]))>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your sister's asshole contracts rhythmically, an unmistakable sign that she's getting closer and closer to cumming.",
"Your sister's asshole begins to tighten and pulse, betraying just how close she's getting to orgasm.",
"Small contractions ripple through your sister's asshole, making it obvious that her climax is rapidly approaching.",
"Your sister's asshole starts clenching involuntarily, each contraction signaling that she's getting closer to cumming.",
"Her asshole tightens and relaxes in increasingly obvious pulses, revealing how close your sister is to losing control.",
"Your sister's asshole begins contracting more frequently, a telltale sign that she's quickly approaching her orgasm.",
"Each involuntary clench of your sister's asshole makes it clearer that she's getting closer and closer to cumming.",
"Her asshole starts visibly pulsing as the pleasure builds, unmistakably showing that your sister is nearing climax.",
"Your sister's asshole contracts again and again, the increasingly rapid pulses giving away just how close she is to cumming.",
"The rhythmic tightening of your sister's asshole becomes impossible to miss, signaling that she's right on the verge of orgasm."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.solo)>>
<<= window.Game.npcExp("sis", $RATES.exp.solo, false)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I always cum so much harder when you're watching, bro. I hope I got my dirty pussy juice all over you when I squirted.",
"I swear I cum twice as hard whenever you watch me, bro. I hope my filthy pussy soaked you when I squirted, hehe.",
"Bro, having your eyes on me always makes me cum ridiculously hard. I hope I sprayed you with all that dirty pussy juice.",
"I always lose control when you watch me cum, bro. Hehe, I really hope my pussy squirted all over you this time.",
"Something about you watching makes my orgasms sooo much stronger, bro. I hope you ended up covered in my messy pussy juice.",
"I came so freaking hard because you were watching me, bro! Tell me my squirting pussy managed to get you nice and messy too, hehe.",
"Brooo, I can't help cumming harder when I know you're watching. I hope you got splashed with plenty of my dirty pussy juice.",
"Your eyes on me make my pussy lose control every time, bro. I really hope I squirted all over you when I came.",
"I always cum way harder with you watching, bro. Hehe, hopefully my naughty pussy made sure you got covered when I squirted.",
"Bro, watching me seriously makes my orgasms insane. I hope my dirty squirting pussy left plenty of its juice all over you, hehe."
])
,window.Game.rngText([
"I came so hard with you watching that I even squirted. Oops... did I get some on you? Hehe.",
"Oh my god, I actually squirted from cumming that hard while you watched! Oops, did I splash you a little?",
"I can't believe how hard I came with you watching me... I even squirted! Hehe, did some of it get on you?",
"Ahh, I came way harder than I expected just because you were watching! Oops... I think I might've squirted on you.",
"Wow, having you watch made me cum so hard I actually squirted! Sorry if I got a little on you, hehe.",
"Oh gosh, I really lost control with you watching me! I squirted everywhere... did I accidentally get you too?",
"I came sooo hard knowing you were watching! I couldn't even stop myself from squirting... oops, did you get caught in it?",
"Ahh, that was embarrassing! You watching made me cum hard enough to squirt. Hehe, please tell me I didn't get too much on you.",
"I seriously squirted from how hard I came while you watched me! Oopsie... looks like you might've gotten some on you too.",
"Oh god, I completely lost it with you watching! I came so hard I squirted... hehe, did I make a little mess on you too?"
])
,window.Game.rngText([
"Oh god, I just... don't look, okay? This is sooo embarrassing...",
"Oh gosh, I can't believe you saw that! Look away, please... I'm dying of embarrassment!",
"Ahh, don't look at me! I seriously can't handle how embarrassing this is right now...",
"Oh god... just pretend you didn't see anything, okay? I'm already embarrassed enough!",
"Nooo, don't look! I can't believe I'm actually doing this in front of you...",
"Oh gosh, please look somewhere else! My face is probably completely red right now...",
"Ahh, seriously, don't watch me! This is way more embarrassing than I thought it'd be...",
"Oh god, I just... I can't! Turn around or something before I completely die of embarrassment!"
]))>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/post.mp4")>>
<<= window.Game.npchp("sis", 5)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<elseif $act === "solotoy1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Don't you dare look away! Watching you watch me makes my fucking pussy drip!",
"Keep those eyes glued to my cunt while I fuck myself! I love showing you how wet you make me!",
"My pussy is absolutely soaked just from you watching me! Keep staring at my dripping cunt!",
"Fuck yeah, watch me! Every time your eyes linger on my body, I get wetter and wetter!",
"Don't move! Seeing you hard while I play with myself is the biggest turn-on!",
"My clit is swollen from you watching me! I get so horny when you observe me getting off!",
"Look at how wet my pussy is! Your attention makes me so fucking horny, big brother!",
"Stay right there! Nothing gets me wetter than your eyes devouring my body!",
"Watch me cum! You watching makes my orgasms so much more intense!"])
,window.Game.rngText([
"It feels really naughty when you're watching me like this...",
"I can tell you're enjoying the show, big brother... doesn't it feel kind of exciting?",
"Having you watch makes it feel so much more intense...",
"I notice you're getting excited too... does watching your little sister turn you on?",
"The way you're looking at me makes me feel so naughty...",
"I think you might be enjoying this more than you should, big brother...",
"Do you like what you see? It's kinda hot having your attention while I play with myself...",
"I can feel your eyes on me... it makes everything feel more sensitive...",
"Are you getting aroused watching me touch myself like this?"]))>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your sister stimulates her clit while her asshole pulses rhythmically, each contraction revealing how close she is to ecstasy.",
"Your sister keeps working her clit as her asshole begins to pulsate, her body steadily approaching an overwhelming climax.",
"She stimulates her clit while her asshole involuntarily clenches and pulses as the pleasure builds toward ecstasy.",
"Your sister keeps teasing her clit while the rhythmic pulsing of her asshole betrays just how close she's getting.",
"She focuses intensely on her clit as her asshole contracts again and again, signaling that she's rapidly nearing orgasm.",
"Your sister continues stimulating her clit while her asshole visibly pulses, her entire body building toward an intense release.",
"Your sister uses the vibrator on her clit while her asshole tightens and pulses involuntarily, every contraction bringing her nearer to ecstasy.",
"She keeps stimulating her sensitive clit as her asshole begins to pulsate faster, her approaching climax becoming impossible to hide.",
"Your sister works her clit toward the edge while her asshole repeatedly contracts, her body giving away how desperately close she is to ecstasy."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/4.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/5.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She can no longer control her hips as her thighs begin to tremble, her whole body overwhelmed with ecstasy.",
"Her hips start moving on their own as her shaking thighs betray just how completely the pleasure has taken over.",
"She loses control of her movements, her hips bucking instinctively while her thighs tremble from the overwhelming ecstasy.",
"Her thighs begin to shake uncontrollably as her hips move with desperate urgency, pleasure consuming every part of her.",
"She can barely control herself anymore, her hips rocking wildly as her trembling thighs give in to the intense pleasure.",
"Her body takes over completely, hips moving without restraint while her thighs shake under the rush of ecstasy.",
"She loses all control of her hips, her legs trembling as wave after wave of pleasure overwhelms her.",
"Her hips begin moving instinctively as her thighs shake harder, leaving her completely lost in the sensation.",
"She can no longer keep her body still, her hips bucking as her thighs tremble from the overwhelming pleasure.",
"Her thighs shake uncontrollably while her hips move on their own, every motion showing just how completely ecstasy has taken over."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/cum.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your sister makes sure you get a perfect view of the contractions running through her pussy and asshole as she cums.",
"Your sister deliberately keeps herself in full view, letting you watch her pussy and asshole contract through every wave of her orgasm.",
"She positions herself so you can clearly see every rhythmic contraction of her pussy and asshole as her climax takes over.",
"Your sister makes certain you don't miss a second as her pussy and asshole pulse and contract with the intensity of her orgasm.",
"She gives you an unobstructed view as her pussy and asshole visibly tighten and pulse while she cums.",
"Your sister proudly lets you watch every involuntary contraction as her pussy and asshole rhythmically pulse through her climax.",
"She keeps everything perfectly in view, making sure you can watch her pussy and asshole contract again and again as she orgasms.",
"Your sister angles herself toward you so every orgasmic pulse and contraction of her pussy and asshole is impossible to miss.",
"She makes a show of her climax, ensuring you have the perfect view as her pussy and asshole repeatedly clench and pulse.",
"Your sister lets you watch closely as waves of pleasure make her pussy and asshole contract rhythmically throughout her orgasm."
])>><br><br>
</div>
<<= window.Game.stat("cb",$RATES.cb.solo + 5)>>
<<= window.Game.npcExp("sis", $RATES.exp.solo + 1)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I came so fucking hard just thinking about you watching! Check out this creamy mess pouring out of my hole!",
"Look at my pussy, it's dripping so much creamy fluid because you made me cum so hard watching me!",
"I just squirted so much creamy cum all over myself because you were staring right at my pussy!",
"Damn, I came so hard from your eyes on me! Look at how my pussy is gushing creamy cum everywhere!",
"I'm shaking and my pussy is soaked in creamy cum just from your gaze! You see how wet you make me?",
"Wow, I just orgasmed so violently from watching you! Look at all this creamy cum coating my pussy!",
"My pussy is absolutely drenched in creamy cum from that massive orgasm I got from your attention!",
"I came so hard and deep that my pussy is overflowing with creamy cum right now! Look at it!",
"Fuck, I just erupted with creamy cum all over my legs because you were watching me cum so hard!"
])
,window.Game.rngText([
"That felt so incredibly intense with you watching me... I think I came even harder than normal...",
"I came so much harder knowing you were observing me... it was such an intense orgasm...",
"That was so powerful... having your eyes on me made my climax so much stronger...",
"I can't believe how intensely I just came with you watching... it was amazing...",
"Wow, that orgasm was so much more intense because you were there watching me...",
"I came so hard just now... having you watch made all the difference...",
"That was unbelievably intense... I climaxed so hard with you watching...",
"I came so forcefully... you really intensified my orgasm...",
"That felt incredible... knowing you were watching me made every second more intense...",
"That was such a powerful climax... I've never experienced anything quite like it with you watching..."
]))>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/post.mp4")>>
<<= window.Game.npchp("sis", 5)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<elseif $act === "solotoy2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your sister's cute little asshole pulses rhythmically as she loses herself in the vibrator teasing her sensitive clit.",
"Your sister's asshole begins to pulse and clench while the vibrator relentlessly stimulates her sensitive clit.",
"Her cute little asshole visibly pulsates as she indulges in the intense vibrations against her sensitive clit.",
"Your sister's asshole tightens and pulses involuntarily while she keeps the vibrator pressed firmly against her clit.",
"Her little asshole rhythmically clenches as the vibrator sends waves of pleasure through her sensitive clit.",
"Your sister's asshole starts pulsing faster as she surrenders to the vibrator buzzing against her increasingly sensitive clit.",
"Her cute asshole contracts again and again while she indulges in the relentless stimulation of the vibrator against her clit.",
"Your sister's asshole visibly throbs as she keeps the vibrator focused on her sensitive clit, steadily building the pleasure.",
"Her little asshole pulses with every wave of stimulation as the vibrator continues working her sensitive clit.",
"Your sister's asshole repeatedly clenches and relaxes while she loses herself in the vibrator stimulating her sensitive clit."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/5.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Her cute little asshole throbs rhythmically with every orgasmic contraction.",
"Her little asshole pulses involuntarily as waves of orgasmic contractions ripple through her body.",
"Each orgasmic contraction makes her cute asshole tighten and throb again and again.",
"Her asshole visibly pulses with every powerful contraction of her orgasm.",
"Her cute little asshole clenches and throbs in rhythm as the orgasm courses through her.",
"Every wave of her orgasm sends another unmistakable throb through her little asshole.",
"Her asshole contracts in rapid little pulses, throbbing from the intensity of her orgasm.",
"Her cute asshole repeatedly tightens and relaxes as orgasmic contractions take over her body.",
"Each intense contraction makes her little asshole visibly clench and pulse with pleasure.",
"Her asshole keeps throbbing through the aftershocks, each contraction revealing the intensity of her orgasm."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.solo + 5)>>
<<= window.Game.npcExp("sis", $RATES.exp.solo + 1)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I came so hard with you watching, and I couldn't stop fantasizing about your big, hard cock fucking me. Please come back soon... pretty please?",
"I completely lost control while you watched me because all I could imagine was your hard cock inside me. Please come back soon, okay?",
"Watching me made me cum sooo hard, especially when I started imagining your big cock fucking me. Pretty please come back again soon?",
"I came ridiculously hard knowing you were watching while I fantasized about your cock inside me. Please don't make me wait too long before you come back!",
"I couldn't help cumming so hard with your eyes on me while I imagined you fucking me with that big, hard cock. Come back soon... pretty please?",
"I swear, having you watch made my orgasm so much stronger because I couldn't stop thinking about your hard cock fucking me. Please come back soon!",
"I came sooo hard while you watched me, and imagining your big cock inside me only made it more intense. Pretty please come see me again soon?",
"I totally lost myself with you watching because my mind kept imagining your hard cock fucking me. Please come back soon. I already want you again!",
"Having you watch me while I fantasized about your big, hard cock inside me made me cum unbelievably hard. Pretty please don't stay away too long?",
"I came so freaking hard knowing you were watching while I imagined you fucking me. Please come back soon... I already want another chance to fantasize about you."
])
,window.Game.rngText([
"I always cum so hard when you're watching, bro. Please come back soon, okay? Pretty please?",
"Brooo, I always lose control when you're watching me. You better come back again soon... pretty please?",
"Aww, bro, something about you watching makes everything feel sooo much stronger. Please don't make me wait too long before you come back!",
"I swear I always cum harder with your eyes on me, bro. Come watch me again soon, pretty please?",
"Bro, you seriously make me lose control just by watching. Promise you'll come back soon? Pretty please?",
"I always get sooo overwhelmed when you're watching me, bro. Please come back and give me that attention again soon!",
"Why do I always cum so ridiculously hard when you're watching, bro? Hehe, please come back soon so we can find out again!",
"Brooo, having you watch makes me completely lose myself every time. Pretty please come back again soon?",
"Aww, I already want you watching me again, bro. I always cum so much harder with your attention on me. Come back soon, please?",
"I can't believe how hard I cum whenever you're watching, bro. Don't keep me waiting too long before you come back, pretty please?"
]))>>
<<= window.Game.npchp("sis", 5)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<elseif $act === "tease">>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Let's get your balls so absolutely full of cum, big bro, that you're practically dripping pre-cum!",
"I want to see those balls so swollen with cum, you'll be leaking pre-cum like a faucet, hehe!",
"I want you so pumped up, I want you dripping sticky pre-cum all over",
"Keep looking until your balls feel heavy and you're just leaking that eager, wet pre-cum.",
"Keep looking! We gotta fill your balls up so much that pre-cum starts seeping out of you constantly, understand?",
"I want to watch you get so soaked, so loaded with cum, that you can't help but drip pre-cum right here, right now!",
"You better feast your eyes on my pussy and asshole and all of my body, bro! We need those balls working overtime, got it?",
"Get a real good long look at my holes, don't miss a single fucking detail! I need your balls pumping like crazy!",
"Stare at my wet pussy and tight asshole properly! They're your goddamn medicine, so worship them!",
"Eyes on my pussy AND my ass, bro! Both holes need attention if you want to rev up those heavy balls!",
"Check out my body closely! The more you stare, the harder you'll cum next time!",
"Take a deep look at my tight holes, don't you dare blink! Those are your treatment plan, so appreciate every inch!",
"Keep staring at your sister's holes until your eyes water! I need you cumming so fucking hard next time your legs give out!",
"Focus on my pussy and ass, big bro! Really zoom in! The dirtier thoughts you have, the better the results!"])
,window.Game.rngText([
"Come on, bro, admit it, you're totally into your sister's naked body, aren't you? Hehe!",
"Are you just using your disease as an excuse, or are you really into seeing your sister naked? Either way, I'm here for it, teehee!",
"You're definitely staring at your little sister's nude body pretty intensely there! Is it for medical reasons... or something else? I bet it's both, mmkay!",
"Fess up, you're totally getting off on seeing me naked, aren't you? Don't worry, I don't mind if you're being naughty, hehe!",
"I can tell you're really into seeing your sister's body! Is the disease just a convenient excuse, or are you honestly that desperate? Either way, I'm helping!",
"Come on, big bro, we both know you're loving seeing your sister naked! You don't have to hide it, I'm totally cool with being your eye candy, teehee!",
"Is your disease making you need to look at your sister's naked body, or are you just enjoying having such easy access? Honestly, I'm a little curious... and excited!",
"You're definitely staring at your little sister's nude form! Are you using the disease as an excuse, or are you genuinely that aroused? Doesn't matter much to me, hehe!",
"Be honest now, you're totally getting a thrill from seeing your sister naked, aren't you? I'm okay with that, big bro, I promise! It's kind of hot actually... teehee!",
"Come on, fess up! You're obviously enjoying looking at your sister's naked body! Whether it's for your disease or not, you're totally into it, aren't you? Hehe!",
"You better look at every inch of my naked body, or you won't get properly turned on, hehe!",
"Make sure you check out all of me, every curve, every spot, or this won't work as well, teehee!",
"Don't miss any part of my body when you're looking, okay? The more you see, the more it'll help!",
"Eat your eyes out, big bro! Take in every detail of my naked body, it'll get you harder faster!",
"You need to really study my nude body if you want this treatment to work well, you know?",
"Let your eyes wander everywhere on me, top to bottom, or you won't get as aroused, mmkay?",
"Take a long, slow look at all of me, every part! The more you see, the better it'll work!",
"Really appreciate my naked body, take your time looking! The more you see, the more turned on you'll get!",
"Feast your eyes on all of me, don't rush! Take in every inch and you'll get even more excited!",
"Look at me thoroughly, don't be shy! The more you see of my naked body, the better this will work!"])
,window.Game.rngText([
"I hope you... um... like what you see...",
"I'm a little nervous standing here naked, but... I hope you appreciate it...",
"Please tell me you like seeing my body like this...",
"I'm trying so hard not to blush, but... I hope you find me attractive...",
"Seeing your eyes on my bare skin makes me feel... weird... but also kind of good?",
"I hope my body turns you on, because... that's sort of the point...",
"Standing here naked is really embarrassing, but... I want you to like what you're seeing...",
"I hope you don't just think I'm being weird... I genuinely want you to enjoy this...",
"Being naked in front of you is embarrassing, but... I hope it's helping...",
"Please don't stare too long or I'll die of embarrassment... but also... please do stare a little...",
"Um... maybe if you looked at me closer... it might help?",
"I think... looking at my body more closely could... um... make things easier?",
"If you look at me a little more carefully... maybe it would get you going?",
"Try watching me a bit more closely... I think it might work better that way?",
"Maybe if you focused on my body... it could help with the treatment?",
"If you took a longer look... I think it would be helpful?",
"Um... looking at me more intently might... make you feel better?",
"If you look at my body closely... it could help more",
"Try really focusing on me... I think it would help a lot?",
"Looking at me more carefully... might help get the right response?" ]))>>
<<= window.Game.vid($LINKS2.sis + "tease/" + window.Game.arr(1,21,"sisTease") + ".mp4")>>
<<= window.Game.stat("cb",$RATES.cb.watch )>>
<<= window.Game.npcExp("sis", $RATES.exp.watch, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<<else>>
<<set $act = "tease">>
<<set $step = 1>>
<<goto State.passage>>
<</if>>
<</if>>
</div><div class="main">
<h1> <<print $NPC.sis.name>> </h1><br>
<<if !$NPC.sis.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if !$uiRefresh && $step === 1 && $act !== "gmDead">>
<<set $STORY.sisCounter = 0>>
<<if $NPC.sis.exp > 0>>
<<set $NPC.sis.exp = 0>>
<</if>>
<</if>>
<<if $act === "tease">>
<<if $step === 1>>
<<= window.Game.npcText("sis","main", "What's wrong? Is it the disease again? Whatever you need, I'll help. Just tell me.")>>
<div class="story-text">
You have to ease her into this. Your semen may be the only thing that can save her before it's too late. You explain the doctor's advice on visual stimulation. <<print $NPC.sis.name>> nods slowly, her brow furrowing with worry.
</div><br>
<<= window.Game.npcText("sis","main", "Sooo, you need something stronger now? Porn and stuff aren't enough, are they? ")>>
<<= window.Game.npcText("sis","main", "What if... what if I let you look at me? I know it's weird because I'm your sister, but I'm scared of losing you.")>>
<div class="story-text"><<print $NPC.sis.name>>'s face goes through several emotions. Shock, discomfort, then determination.</div><br>
<<= window.Game.npcText("sis","main", "I'm doing this because I don't want to lose you. Don't forget that.")>>
<<= window.Game.vid($LINKS.story + "sis/" + $act + "/1.mp4")>>
<<= window.Game.npcText("sis","main", "I'm really nervous... but I'm glad I get to help.")>>
<<= window.Game.npcText("sis","main", "....(This feels so weird, but exciting. What is wrong with me?) ")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.story + "sis/" + $act + "/2.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.watch)>>
<<= window.Game.npcText("sis","main", "Sooo, what do you think? ")>>
<<= window.Game.npcText("sis","main", "EWW!! Did you get that hard from looking at your own sister?? ")>>
<div class="story-text">She seems to blush and snap back, but deep down, you know she cares a lot about you.</div><br>
<<= window.Game.npcText("sis","main", "I wanna kill you so badly! Ugh... at least I'm happy that it's working. ")>>
<<= window.Game.npcExp("sis", $RATES.exp.watch, false)>>
<<set $NPC.sis.tease = true>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
<<elseif $act === "hj">>
<<if $step === 1>>
<div class="story-text">
Feeling ill, you are about to collapse to the ground as the familiar aches of your disease start to return. Your sister rushes over, kneeling before you with a worried expression.
</div><br>
<<= window.Game.pic($LINKS.story + "sis/" + $act + "/1.jpg")>>
<<= window.Game.npcText("sis","main", "Oh no bro! You look awful.")>>
<div class="story-text">She bites her lip nervously as she glances down at your lap where a tent is forming in your pants.</div><br>
<<= window.Game.npcText("sis","main", "I'm sorry I don't know what to do, maybe I... can I... can I help? Just a little?")>>
<<= window.Game.npcText("sis","main", "You're all I have left. Seeing you like this breaks my heart. Is it okay if I just touch you?")>>
<<= window.Game.npcText("sis","main", "Take your clothes off quick!")>>
<<= window.Game.npcText("sis","main", "Trust me, sis will take care of you.")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "hj/hj1/1.mp4")>>
<<= window.Game.npcText("sis","main", "I can feel you getting harder. You must be in so much pain. I'll...try to finish it quickly.")>>
<<= window.Game.vid($LINKS2.sis + "hj/hj1/3.mp4")>>
<<= window.Game.npcText("sis","main", "You're doing so good. I feel you tensing up so much.")>>
<<= window.Game.vid($LINKS2.sis + "hj/hj1/cum.mp4")>>
<<set $YOU.stateNoVision = true>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<set $NPC.sis.hj = true>>
<<if $NPC.sis.lvl < 1>><<set $NPC.sis.lvl = 1>><</if>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
<<elseif $act === "solo">>
<<= window.Game.npcText("sis","main", "Heyy bro! Are you hard?")>>
<div class="story-text">
She is getting more blunt. You can only guess what will come of her. How will the disease affect her?<br>
She grabs your crotch without warning.<br>
</div><br>
<<= window.Game.npcText("sis","main", "Oh..I think you can be a little harder no?")>>
<<= window.Game.npcText("sis","main", "Maybe...I can show you a bit more than a tease? Can I show you how I get naughty?")>>
<div class="story-text">
She seems to be gaining more confidence in herself sexually. She's even willing to show you how she makes herself orgasm.
</div><br>
<<= window.Game.npcText("sis","main", "It could help build up a bigger load. I think. ")>>
<<= window.Game.npcText("sis","main", "Come, we can find out together like always.")>>
<<= window.Game.vid($LINKS2.sis + "solo/solo1/1.mp4")>>
<<= window.Game.npcText("sis","main","Ohh..what's going on? I'm way more turned on than usual. ")>>
<<= window.Game.vid($LINKS2.sis + "solo/solo1/cum.mp4")>>
<<= window.Game.npcText("sis","main", "Oh my god! That was so intense with you watching bro. Wow look how much harder you are. Such a dirty boy getting like that watching your sister hehe.")>>
<<= window.Game.stat("cb",$RATES.cb.solo)>>
<<set $NPC.sis.solo = true>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<<elseif $act === "bj">>
<<if $step === 1>>
<<= window.Game.npcText("sis","main", "Oh, are you okay? Let me help you. ")>>
<div class="story-text">
You explain that you're fine.
</div><br>
<<if $NPC.sis.lvl < 2>><<set $NPC.sis.lvl = 2>><</if>>
<<= window.Game.npcText("sis","main", "No dummy, we need to do more. I want to help you. Be good and let me take care of you. ")>>
<div class="story-text">
You notice her becoming more aggressive. The disease must be corrupting her. You decide to not tell her about it.
</div><br>
<<= window.Game.npcText("sis","main", "Oooh I have an idea. Why don't you use my mouth like a toy? Maybe if I get good enough with my mouth, we can use it to milk you even better than my hands. Doesn't that sound great?")>>
<<= window.Game.npcText("sis","main", "If you don't like it then you can stop. ")>>
<div class="story-text">
She positions herself giving you full access to her mouth. You wonder just how much the disease is corrupting her.
</div><br>
<<= window.Game.npcText("sis","main", "Please! For both of us. I don't want to lose you. ")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<div class="story-text">
You give in for her and jerk yourself till you are hard.
</div><br>
<<= window.Game.vid($LINKS2.sis + "bj/ff1/1.mp4")>>
<<= window.Game.npcText("sis","main", "Look you're already so hard. Now come here. Come to sis. I will take care of you like you did for me so many times. ")>>
<div class="story-text">
You start to explore her mouth with your cock.
</div><br>
<<= window.Game.vid($LINKS2.sis + "bj/ff1/3.mp4")>>
<div class="story-text">
You feel like cumming already.
</div><br>
<<= window.Game.vid($LINKS2.sis + "bj/ff1/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.npcText("sis","main", "See? Look how quickly you came. My mouth must've felt really good huh? Probably too good hehe. ")>>
<<set $NPC.sis.bj = true>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
<<elseif $act === "toys">>
<<= window.Game.npcText("sis","main", "Heyy bro! I got a yummy surprise for you. Take your clothes off quickly before I rip them off...jk but not really.")>>
<div class="story-text">
You notice a weird setup using a sex toy.
</div><br>
<<= window.Game.npcText("sis","main", "I thought of a new way to milk you really nice. Sex toys...a BUNCH of them.")>>
<<= window.Game.npcText("sis","main", "Not only that. I learned that boys have a super-secret sensitive spot that's perfect for milking them. ")>>
<<= window.Game.vid($LINKS2.sis + "toys/toy1/1.mp4")>>
<<= window.Game.npcText("sis","main", "Wow! I didn't know you were that sensitive there. Yum! I'll be sure to remember that, hehe. ")>>
<<= window.Game.vid($LINKS2.sis + "toys/toy1/3.mp4")>>
<<= window.Game.npcText("sis","main", "Oh, I love how your body is reacting. Is it the toy? Is it me? Or is it your prostate being milked by your own sister? ")>>
<<= window.Game.vid($LINKS2.sis + "toys/toy1/cum.mp4")>>
<<set $YOU.stateProstate = true>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj +1)>>
<<= window.Game.npcText("sis","main", "Oh fuck, you really couldn't last long huh? Oh well. Guess that means you gotta cum again soon or you might end up in the hospital again and we wouldn't want that right? ")>>
<<= window.Game.npcText("sis","main", "By the way you're paying for the toys I get. Should've told you earlier but oh well. Bye!")>>
<div class="story-text">
Weekly expenses have gone up to accommodate her new interest in toys.
</div><br>
<<if !$uiRefresh && !$ITEMS.toys>>
<<set $YOU.expenses += 25>>
<<set $ITEMS.toys = true>>
<</if>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<<elseif $act === "gmDead" && !$NPC.gm.alive && !$NPC.sis.gmDied>>
<<= window.Game.npcText("sis", "main", "I can't believe it... I know you must've tried to help " + $NPC.gm.name + ".")>>
<<= window.Game.npcText("sis", "main", "I'll try to visit her in the hospital as much as I can.")>>
<<set $NPC.sis.gmDied = true>>
<<= window.Game.goToLoc("Back", 0, "sis", 0)>>
<<else>>
<<set $act = "">>
<<goto $YOU.loc>>
<</if>>
<</if>>
</div><div class="main">
<h1> <<print $NPC.sis.name>> </h1><br>
<<if !$NPC.sis.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "hj1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your sister massages your sensitive perineum, applying steady pressure while stroking your cock, and being unable to see what she's doing only heightens every sensation.",
"Your sister strokes your cock while firmly massaging your perineum, the darkness making each unexpected touch feel even more intense.",
"Unable to see her movements, you feel your sister apply pressure to your sensitive perineum while stroking your cock, amplifying every sensation.",
"Your sister keeps your cock stimulated as her fingers massage and press against your perineum, with your lack of sight making every touch more powerful.",
"She massages your sensitive perineum while steadily stroking your cock, leaving you unable to anticipate her movements and making the stimulation feel even stronger.",
"Your sister alternates pressure against your perineum while working your cock, and without being able to watch, every change in sensation catches you by surprise.",
"With your vision taken away, your sister strokes your cock and massages your sensitive perineum, making you focus entirely on every unexpected sensation.",
"Your sister presses firmly into your perineum while stroking your cock, and the inability to see her hands makes your heightened sensitivity even harder to ignore.",
"She keeps massaging your perineum and stroking your cock while you remain blind to her movements, making every shift in pressure feel dramatically more intense.",
"Your sister works your cock while applying deliberate pressure to your sensitive perineum, using your lack of sight to heighten every touch and sensation."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/2.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Give me a BIG cum load or I'm literally NOT stopping! Your call hehe.",
"Mmm, you'd BETTER blow your load super hard, otherwise I'm keeping my hands right here ALL day! Don't tempt me!",
"Hah! You know the deal, the harder you cum, the better you will feel. ",
"Come onnnn, A REALLY good orgasm and maybe, just MAYBE, I'll let you rest!",
"Ohhh you better not hold out on me! Because if you don't cum HARD, I'm just gonna keep going until you do! No escape!",
"Hey hey, you WILL cum like crazy or I swear I'll have my hand on your cock until you faint. ",
"Mmm, you need to explode or I'm not pulling these hands away anytime soon! ",
"One big, spectacular orgasm and this is ALL over! Easy peasy! ...Unless you make me do this all day!",
"Don't you DARE hold back! The harder you cum, the sooner both of us get what we want! So let all that sperm go! ",
"Mmm, I can sense your cum building up! Let it ALL out, bro! Don't you dare hold back!",
"C'mon bro, don't be shy! Give me that massive load I know you're hiding! I believe in you!"])
,window.Game.rngText([
"I can tell you're getting so close. Don't hold back at all, please give me that amazing load.",
"Ohhh, I feel it. You're about to cum. Go ahead, release all of it, don't hold back for me. ",
"Can you feel that? You're right on the edge. Please, please give me everything you've got. ",
"Your body's telling me you're almost there. Please, give me a huge orgasm. ",
"You're so close. Please, don't hold back. Try to cum hard. ",
"Heyyy, I can tell you're about to cum. Give me that massive load. Pleaseeee don't keep me waiting.",
"Oh wow, you're right there. Please, please cum for me. ",
"You're close. I want to see you lose control completely. ",
"Feel that tension? You're about to burst. Please, give me everything you've got stored up.",
"Mmm, I can tell you're ready. Please give me that huge, satisfying climax. "])
,window.Game.rngText([
"I think... um... you're getting really close?",
"Hmm, I'm pretty sure you're about to... uh... release? Just go with it, okay?",
"Your body's kinda... wound up, right? Maybe if you just relax and let things happen, it'll feel a lot better?",
"Heyyyy, I think you're almost there... ",
"Mmm, I can tell you're close... maybe just let it go and you'll feel better afterwards? ",
"Oh, wow... you're right on the edge right? ",
"Don't fight it too much, kay? Just... let your body do its thing and you'll feel so much better, I promise. ",
"Heyyy, I think you're almost there. One more deep breath and... you'll feel great! ",
"Aww, don't get all clenched up. Just... let things happen naturally and you'll feel SO relieved, I promise.",
"Oh, I can tell you're about to give in... just relax and let go cause everything will be totally fine after."]))>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your sister focuses all her attention on your cock, stroking the glans especially hard until your orgasm becomes inevitable.",
"Sis concentrates on your sensitive glans, stroking it intensely until holding back your climax is no longer possible.",
"Your sister relentlessly works the head of your cock, focusing every stroke on your glans until you're inevitably pushed toward orgasm.",
"Sis gives your cock her complete attention, aggressively stimulating the glans until there's no chance of resisting your approaching climax.",
"Your sister targets your hypersensitive glans with firm, relentless strokes, steadily making orgasm impossible to avoid.",
"Sis keeps her attention locked on the head of your cock, stroking your sensitive glans hard enough to push you inevitably toward release.",
"Your sister deliberately concentrates every intense stroke on your glans, overwhelming its sensitivity until your orgasm becomes unavoidable.",
"Sis relentlessly stimulates the sensitive head of your cock, refusing to ease up until you're powerless to stop the climax building inside you.",
"Your sister focuses entirely on your glans, working its heightened sensitivity with hard strokes until your body can no longer hold back.",
"Sis keeps hammering your sensitive glans with intense stimulation, making each stroke bring you closer to an orgasm you can't possibly avoid."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/cum.mp4")>>
<<set $YOU.stateNoVision = true>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Wow, look at all that cum! Your balls must be COMPLETELY drained now. We did AMAZING, bro! But next time we're going EVEN HARDER! ",
"Damn! That was a TON of sperm! Your nuts should be empty as hell. Great teamwork! Let's push you to your absolute limits next round! ",
"Wow, your balls must be sore! That was incredible work, bro. But we're not done yet, next time you're cumming even MORE! ",
"Whoa! That was so much cum! Your poor balls are probably twitching from releasing that much! I'm making sure you shoot an even bigger load next time!",
"Look at all that cum! You definitely drained your balls dry! Now let's work on making next time even more intense! ",
"Your cum is so thick! Your balls must be completely emptied out! What a team we are! But I'm going to push you to cum even BIGGER next time! ",
"Damn, that was a massive load! Your balls are probably sensitive as hell now! We did great work! Next time you're going to cum EVEN HARDER! ",
"Wow, you PUMPED out a ton of cum! Your balls must be so empty! Amazing work, bro! Let's make sure you bust even MORE next time! ",
"Fuck, that was sooo much sperm! Your balls are probably exhausted! Great effort! I want to see you cum even MORE intensely next time! "])
,window.Game.rngText([
"Wow!! You released so much sperm. Great job, bro! I'm so proud of you. ",
"Oh my gosh, look at all of that cum! You did incredibly well! High five!",
"Wow! That was an absolutely massive load!",
"Hehe Look at you, emptying all of that cum out. ",
"Ohhh, you came so hard. I can tell you feel amazing now.",
"That was so much more semen than I expected haha. ",
"Dang! You didn't hold any cum back. That's the spirit! ",
"Look at all that cum! You worked so hard and you deserve every bit of this. ",
"Woo hoo Mission accomplished! You came so hard. You're officially treated haha ",
"Oh my god, such thick cum! You're clearly dedicated to treating that disease. ",
"So much sperm came out! You must have been so pent up. Good thing you finally let it all go. "])
,window.Game.rngText([
"Wow, you released so much. I hope that made you feel a lot better now. ",
"Hmm, wow... you really let go of everything. I hope that helped relieve some tension for you bro. ",
"I can see why you were feeling so... wound up. ",
"Oh, you just let go and felt so much better, huh? That must be the best feeling! ",
"Mmm, I'm glad you were able to let go. You must feel super relaxed now. ",
"WOW, you really gave it your all! I hope you're feeling more at ease now, bro. ",
"Don't you feel like a weight's been lifted off your shoulders? It's amazing what a good release can do for us! ",
"Heyyyy, I think you're looking a lot more relaxed now. ",
"Aww, don't you just love that feeling of relief after a big release? ",
"Oh, I can tell you're feeling much better now. "]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<elseif $act === "hj2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I can't let you go anywhere until you give me every bit of that thick cum you've been holding back.",
"You're not going anywhere! I know you've got plenty of thick cum saved up for me, hehe.",
"Stay right here until you give me all that thick cum you've been keeping from me. Pretty please?",
"You've been holding onto all that thick cum, haven't you? I'm keeping you right here until you finally give it to me.",
"Aww, don't even think about leaving! I want all that thick cum you've got saved up.",
"You're staying right here with me until you've given me every last bit of that thick cum, okay? Hehe.",
"I know you've got a lot of sperm for me, so you're definitely not going anywhere until I get all that thick cum.",
"Not so fast! I want every drop of that thick sperm before I'll even think about letting you leave, hehe.",
"You can go after you've given me all that thick semen you've been saving. Until then, you're staying right here with me!"
])
,window.Game.rngText([
"Your dick feels really big and hard in my hands... hehe, maybe I’m the reason you’re this worked up?",
"Wow, you feel sooo hard in my hands right now. Did I really get you this excited? Hehe.",
"Aww, you’re so big and hard right now! Maybe your body really likes what I’m doing to you.",
"Your dick feels incredibly hard in my hands... tell me that’s because I’ve been getting you all worked up, hehe.",
"Wowww, look how hard you got! I’m gonna pretend that’s all because of me, okay? Hehe.",
"You feel sooo big when I’m holding you like this. Did I seriously make you this hard?",
"Aww, I can feel how hard you are in my hands. Maybe I’m doing an extra-good job getting you excited, hehe.",
"Your dick is ridiculously hard right now! I really hope that means I’m turning you on this much.",
"Mmm, you feel so big and firm in my hands. I wonder if that’s because you’re enjoying what I’m doing, hehe.",
"Wow, you got really hard for me! Feeling you in my hands makes me think I must be doing something right, hehe."
])
,window.Game.rngText([
"I hope I'm making you feel really good, hehe.",
"Aww, tell me I'm making you feel amazing... I really wanna know, hehe.",
"I hope you're loving everything I'm doing for you. Making you feel good makes me sooo happy.",
"Am I making you feel good? Hehe, pretty please tell me I'm doing a good job.",
"I really hope I'm giving you exactly what you wanted. I love knowing you're enjoying me, hehe.",
"Aww, I hope you're feeling amazing right now. I just wanna keep making you happier and happier.",
"Tell me you feel good, okay? Hehe, I wanna know I'm being such a good girl for you.",
"I hope you're enjoying every second. Seeing how good I can make you feel is sooo exciting, hehe.",
"Am I making you feel amazing yet? I really wanna please you as much as I possibly can.",
"Hehe, I hope I'm making you feel sooo good. Just tell me what you want and I'll do my best to please you."
]))>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Sis becomes more aggressive, stroking your cock with the clear intention of forcing a powerful orgasm out of you.",
"Your sister intensifies every stroke, determined to push your cock past its limit and force a strong climax.",
"Sis starts stroking you harder and faster, making it obvious she intends to drag an intense orgasm out of you.",
"Your sister abandons any gentleness, aggressively working your cock as she tries to force your body into a powerful release.",
"Sis steadily increases the intensity, stroking your cock relentlessly until resisting the orgasm she's chasing becomes almost impossible.",
"Your sister grows more aggressive with every movement, deliberately working your cock hard enough to force an overwhelming climax.",
"Sis attacks your sensitivity with increasingly forceful strokes, intent on making your body surrender to a powerful orgasm.",
"Your sister relentlessly intensifies her strokes, determined to push you beyond your control and force a hard release.",
"Sis works your cock with growing aggression, refusing to ease up as she tries to pull the strongest possible orgasm from you.",
"Your sister turns increasingly relentless, stroking your cock with one clear goal, forcing your body into an intense, unavoidable climax."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Your balls must be completely drained with how thick and creamy your cum is. Next time, I’m gonna see if I can milk even more out of you, haha.",
"Wow, with cum that thick and creamy, your balls have to be totally drained! Think I can squeeze even more out of you next time? Hehe.",
"Aww, your cum is sooo thick and creamy! Those balls must feel completely emptied out... but I’m definitely gonna try milking even more from you.",
"Look how thick that cum is! I bet your balls are totally drained right now. Haha, just wait until I try getting even more out of you next time.",
"Wowww, that creamy load must’ve emptied those balls pretty thoroughly! Don’t get too comfortable, though. I wanna milk even more from you next.",
"Hehe, your balls must feel sooo empty after producing cum that thick! I’m already excited to see how much more I can milk out of you.",
"Aww, look how creamy your cum turned out! Your balls must be completely drained... which just makes me wanna see if I can get even more next time.",
"That cum is ridiculously thick and creamy! I bet your balls are exhausted, haha. Next time, I’m gonna try milking you even harder.",
"Wow, your balls must be totally empty after giving me cum that thick! Hehe, now I’m curious how much more I can milk out of you.",
"Look at all that thick, creamy cum! Those balls must be completely drained by now... but next time, I’m gonna do my best to milk even more out of you, haha."
])
,window.Game.rngText([
"Look how thick and creamy your cum is... hehe, I bet your balls feel sooo much lighter now, huh?",
"Wow, that cum is seriously thick! I’m guessing those balls feel a whole lot emptier after that, hehe.",
"Aww, look how juicy and creamy it is! Your balls must feel way lighter now, right?",
"Hehe, that’s such thick cum. I bet you can really feel how much lighter your balls are after giving me all that.",
"Wowww, look at how creamy that is! Those poor balls must finally feel relieved now, huh?",
"Aww, you gave me such thick, juicy cum. I bet your balls feel sooo much lighter after letting all that out.",
"Look at that creamy mess, hehe! Your balls have to feel way less full now, don’t they?",
"Wow, that cum is thick as hell! I’m pretty sure those balls are feeling a lot lighter after that.",
"Hehe, look how juicy your cum turned out. Bet your balls feel nice and relieved now, huh?",
"Aww, so thick and creamy! I’m sure your balls feel much lighter after giving me all of that, hehe."
])
,window.Game.rngText([
"Oh... hehe, look how thick and creamy it is. I'm so happy I could help you feel that good.",
"Wow... it's so thick and creamy! Hehe, I'm really happy I got to help you with that.",
"Oh my... hehe, look at how creamy that is. Knowing I helped makes me sooo happy.",
"Aww, it's so thick! Hehe, I'm just happy I could be a good girl and help you feel amazing.",
"Oh wow... that's really thick and creamy. Hehe, I must've done a pretty good job helping you.",
"Hehe, look how creamy it is! I'm sooo happy knowing I helped you get there.",
"Oh... wow, it's so thick. Hehe, seeing that makes me really proud that I could help you.",
"Aww, look at that... so thick and creamy! I'm just happy I could make you feel so good, hehe.",
"Oh gosh... hehe, that's incredibly creamy. Knowing I helped you makes me feel so accomplished.",
"Wowww... look how thick and creamy it turned out! Hehe, I'm so happy I got to help you."
]))>>
<<if $NPC.sis.lvl >= 3>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Let me get a head start right now on filling those balls back up with cum for next time, bro.",
"Mmm, bro, let me start working on getting those balls nice and full again so you’ll have plenty for me next time.",
"Come here, bro. I wanna get an early start on building all that cum back up in your balls for our next round.",
"Mmm, let me help get those balls filling up with cum again right now, bro, so you’ll be completely loaded next time.",
"Why wait, bro? Let me start getting your balls nice and full of cum again so you’ll have even more ready for next time.",
"Mmm, bro, I’m already thinking about your next load, so let me get a head start on filling those balls back up.",
"Come on, bro, let me start preparing those balls right now so they’re absolutely packed with cum the next time we play.",
"Mmm, I wanna get those balls producing plenty of cum again already, bro, so you’ll be nice and full for me next time.",
"Let me start working on those balls again right now, bro. I want them completely full of cum when next time comes around.",
"Mmm, bro, let’s get an early start on filling your balls back up so you’ll have another huge load waiting for me next time."
]))>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/post.mp4")>>
<</if>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<elseif $act === "rhj1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Ooh, look at that asshole twitch! Are you enjoying my mouth on your ass while I play with your cock? Heehee, you're such a naughty boy! ",
"Aw, look at you wiggle. Is it because I'm licking your asshole while I stroke your cock? You're really gross, aren't you? ",
"There’s that little tremor in your butthole. You must be getting off on your own sister licking your ass while rubbing your cock huh? ",
"You love this, don't you? Getting so turned on just knowing your sister is worshipping your asshole while she strokes you!",
"Enjoying the view of my tits bro? You crave having me use my mouth on your butthole while I handle your cock, don't you, bro? ",
"The feeling of your own sister licking your ass while stroking you all while my tits are out... that's what gets you going, isn't it? So dirty! ",
"You get off on the filth, don't you? Me licking your asshole while I jerk off your cock for you. Good hehe",
"That twitch in your asshole confirms it. You're a filthy little tease bro. My tongue on your asshole while I drive your cock wild. It's getting you so horny isn't it?",
"Don't lie to me; you were practically begging for this. Having me lick that tight little hole while my hand works your cock... that's your ultimate pleasure, right? RIGHT?"
])
,window.Game.rngText([
"See? You really like it when I do this! Isn't my tongue fun? And look how nicely your cock is responding. ",
"You're getting such an adorable little twitch! Does that mean it feels really good? Just keep staring at my boobs. ",
"I think you love the combination, don't you? Me teasing both spots at once! It makes you all sensitive. ",
"Are you feeling that? The sweet mix of sensations? I think you're getting super turned on by it. ",
"Hehe, you're responding so well! Look at you squirm, bro. ",
"Wow, you're really enjoying this combo, aren't you? I'm getting better at this. ",
"Mmm, you taste good, bro. And your cock is so hard for me. ",
"Look how much you need this, hehe. Good thing you have me to take care of you. ",
"I'm learning exactly what makes you crazy, big bro. This is actually kind of fun! ",
"You're writhing so nicely! See? We're both getting into this now.",
"I can tell you're close, bro. Should I speed up or slow down? I want to make you feel amazing. "
]))>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Sis becomes more aggressive, stroking your cock with the clear intention of forcing a powerful orgasm out of you.",
"Your sister intensifies every stroke, determined to push your cock past its limit and force a strong climax.",
"Sis starts stroking you harder and faster, making it obvious she intends to drag an intense orgasm out of you.",
"Your sister abandons any gentleness, aggressively working your cock as she tries to force your body into a powerful release.",
"Sis steadily increases the intensity, stroking your cock relentlessly until resisting the orgasm she's chasing becomes almost impossible.",
"Your sister grows more aggressive with every movement, deliberately working your cock hard enough to force an overwhelming climax.",
"Sis attacks your sensitivity with increasingly forceful strokes, intent on making your body surrender to a powerful orgasm.",
"Your sister relentlessly intensifies her strokes, determined to push you beyond your control and force a hard release.",
"Sis works your cock with growing aggression, refusing to ease up as she tries to pull the strongest possible orgasm from you.",
"Your sister turns increasingly relentless, stroking your cock with one clear goal, forcing your body into an intense, unavoidable climax."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/4.mp4")>><br>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj + 1)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Wow, you came so much all over my tits. It’s so hot how much harder you cum when I’m licking your asshole and balls, huh?",
"Whoa, look how much cum you left all over my tits! Guess my tongue on your balls and asshole really drives you crazy, hehe.",
"Aww, you absolutely covered my tits! You really love it when I lick your asshole and balls while you cum, don’t you?",
"Wowww, that was such a huge load all over my tits! I guess licking your balls and asshole gets you ridiculously worked up, huh?",
"Hehe, look at the mess you made on my tits! You came so hard while my tongue was busy with your asshole and balls.",
"Oh wow, you completely coated my tits! Something about having your balls and asshole licked must make you cum extra hard, hehe.",
"Aww, look at all that cum covering my tits! You really lose control when I lick your balls and asshole, don’t you?",
"Wow, you gave me sooo much cum! I love how hard you finish when my tongue is teasing your balls and asshole.",
"Hehe, you made such a creamy mess all over my tits! I guess having me lick your asshole and balls really brings out a huge load.",
"Whoa, you came everywhere! Seeing my tits covered like this makes it pretty obvious how much you love having your balls and asshole licked, huh?"
])
,window.Game.rngText([
"You must really like having your asshole and balls licked. You came pretty hard from that, didn't you?",
"Aww, you really enjoy having me lick your balls and asshole, don't you? You came sooo hard, hehe.",
"Wow, I guess licking your balls and asshole really does it for you! That was a pretty intense orgasm, wasn't it?",
"Hehe, somebody really loves getting his balls and asshole licked. You came awfully hard for me, didn't you?",
"Aww, did having your balls and asshole licked make you lose control like that? You came really hard!",
"You must absolutely love my tongue on your balls and asshole. That orgasm looked pretty powerful, hehe.",
"Wowww, you came that hard just from having your balls and asshole licked? I guess I found something you really like!",
"Hehe, I knew you liked having me lick your balls and asshole, but I didn't realize it'd make you cum that hard!",
"Aww, your body really likes it when I lick your balls and asshole, huh? You came sooo intensely for me.",
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<elseif $act === "rhj2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/2.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I love how your asshole twitches when I lick and suck on it while rubbing your cock.",
"Hehe, I can feel your asshole twitching against my tongue while my hand keeps rubbing your cock.",
"I love watching your asshole clench and twitch every time my tongue teases it while I stroke your cock.",
"Aww, your asshole keeps twitching whenever I lick it! You must really like having your cock rubbed at the same time, hehe.",
"I love feeling those little twitches against my tongue while my hand keeps working your cock.",
"Hehe, your asshole reacts to every lick and suck while I keep rubbing your cock. I love feeling your body respond to me.",
"Your asshole keeps twitching every time my tongue touches it, especially while I'm stroking your cock at the same time.",
"I love how your asshole clenches against my tongue while my hand rubs your cock. Your reactions are sooo cute, hehe.",
"Aww, I can feel every little twitch while I lick your asshole and keep your cock stimulated with my hand.",
"Hehe, I love making your asshole twitch with my tongue while I rub your cock and feel your whole body react."
])
,window.Game.rngText([
"You've always liked getting your asshole licked like this while I stroke your cock, haven't you? Hehe.",
"You always loved feeling my tongue on your asshole while my hand strokes your cock, didn't you? Hehe.",
"Hehe, I know how much you like having your asshole licked while I keep stroking your cock.",
"You really love it when I lick your asshole and stroke your cock at the same time, don't you? Hehe.",
"Aww, you've always had a weakness for my tongue on your asshole while my hand works your cock, haven't you?",
"Hehe, I remember how much you love having your asshole licked while I stroke your cock just like this.",
"You've always gotten so worked up when I lick your asshole and stroke your cock together, haven't you? Hehe.",
"I know you love feeling my tongue teasing your asshole while my hand keeps your cock nice and stimulated, hehe.",
"Aww, you always enjoy this so much. My tongue licking your asshole while I keep stroking your cock.",
"Hehe, you can't hide how much you love getting your asshole licked while I stroke your cock, can you?"
]))>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/cum.mp4")>>
<<set $YOU.stateNoVision = true>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj + 1)>>
<<= window.Game.npchp("sis", 5)>>
<<if $NPC.sis.lvl >= 3>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/post1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your sister keeps stroking your hypersensitive cock even though you just came, never letting up as she continues licking, sucking, and tonguing your asshole.",
"Still painfully sensitive from your orgasm, your cock gets no rest as your sister keeps stroking it while her tongue relentlessly works your asshole.",
"Your sister refuses to let you recover, stroking your freshly sensitive cock while licking and sucking your asshole without missing a beat.",
"Even after you just came, your sister keeps working your hypersensitive cock as her lips and tongue continue teasing your asshole.",
"Your cock is still trembling with post-orgasm sensitivity, but your sister keeps stroking while passionately licking and tonguing your asshole.",
"Your sister takes full advantage of your lingering sensitivity, continuing to stroke your cock while her mouth keeps licking and sucking your asshole.",
"Before your cock can recover from cumming, your sister is already stroking it again while her tongue continues relentlessly teasing your asshole.",
"Your sister keeps your hypersensitive cock under constant stimulation after your orgasm, all while licking, sucking, and tonguing your asshole.",
"Still overwhelmed from just cumming, you feel your sister continue stroking your sensitive cock while her mouth refuses to leave your asshole alone.",
"Your sister gives your freshly orgasmed cock no chance to rest, continuing to stroke it as she eagerly licks and sucks your asshole."
])>><br><br>
</div>
<</if>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/post2.mp4")>>
<<= window.Game.stat("cb",15)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Mhm, your cock always tastes better when it’s covered in your nasty sperm. If you love me, you’ll give me another taste... please?",
"Mmm, I swear your cock tastes sooo much better with your sperm all over it. You love me enough to give me another taste, right? Pretty please?",
"Mhm, I love tasting your cock when it’s messy with your nasty sperm. If you really love me, maybe you’ll let me taste it again?",
"God, your cock tastes even better coated in your own sperm. You wouldn’t make me beg for another taste, would you? Please?",
"Mmm, there’s something about tasting your sperm right off your cock that I just love. If you love me, give your good girl another taste... pretty please?",
"Mhm, your nasty sperm makes your cock taste sooo good to me. You’ll give me another little taste if I ask nicely, won’t you?",
"Mmm, I could get addicted to tasting your cock when it’s covered in your sperm. If you love me, you’ll let me have another taste, please?",
"Mhm, I love your cock even more when I can taste your nasty sperm on it. Pretty please, can your good girl have another taste?",
"Your cock tastes sooo yummy when your sperm is still coating it. You love me, right? Then let me have another taste... please?",
"Mmm, tasting your sperm all over your cock is my favorite part. If you love me, you’ll give me just one more taste... pretty please?"
])
,window.Game.rngText([
"Be sure to come back soon, okay? I’d hate for your condition to get worse. Pretty please?",
"You better come back and see me soon! We don’t want that condition of yours getting any worse, right? Please?",
"Promise you’ll come back soon, okay? I’ll worry about you if you leave that condition alone for too long.",
"Don’t stay away too long, alright? Your condition could get worse, and I really want to keep helping you. Pretty please?",
"Come back again soon, okay? We have to stay on top of your condition before it has a chance to get worse!",
"Aww, promise me you’ll come back soon? I don’t want your condition getting worse because you waited too long.",
"Please don’t make me wait forever! You need to come back soon so we can make sure your condition doesn’t get any worse.",
"You’ll come back soon, won’t you? I really don’t want that condition getting worse on you. Pretty please?",
"Make sure you visit me again soon, okay? I want to keep taking good care of you before your condition gets any worse.",
"Pretty please come back soon! We can’t risk letting your condition get worse, and I really want to keep helping you."
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<elseif $act === "edgehj1">>
<<if $step === 1>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I'm gonna stroke your cock nice and slowly while playing with your ballsack too. Let's see if we can get those balls nice and full of cum, okay?",
"I'll keep stroking your cock nice and slow while teasing your balls too. We want them building up plenty of cum, right?",
"Mhm, slow strokes while I gently play with your ballsack. Let's give those balls plenty of time to fill up for me, hehe.",
"I'm gonna take my sweet time stroking your cock and playing with your balls. Let's see how full of cum we can get them, okay?",
"I'll slowly stroke your cock while giving your balls lots of attention too. We gotta let all that cum build up in there, hehe.",
"Nice and slow on your cock while I play with your ballsack too. Let's get those balls as full and ready as we can.",
"I'm gonna gently stroke you and keep teasing your balls at the same time. Let's see how much cum we can get building up for later, hehe.",
"Mhm, I'll stroke your cock slowly while my other hand plays with your balls. We want those balls holding plenty of cum, don't we?",
"I'm taking it nice and slow while I give your ballsack plenty of attention too. Let's get those balls nice and full for me, okay?",
"I'll keep those strokes slow and teasing while I play with your balls too. Hehe, let's see how much cum we can get them holding."
])
,window.Game.rngText([
"I'm gonna stroke your cock nice and slowly, but I'll play with your balls too so lasting isn't too easy for you.",
"I'll keep my strokes slow and teasing while giving your balls plenty of attention too. Can't make holding back too easy, hehe.",
"I'm gonna take my sweet time stroking you, but my other hand is definitely teasing your balls so you still have to work hard to last.",
"Slow strokes for your cock and plenty of attention for your balls. Hehe, let's see how long you can actually hold out.",
"I'll stroke your cock really slowly, but don't think I'm going easy on you. I'm playing with your balls the whole time too.",
"I'm gonna keep the stroking nice and slow while teasing your balls at the same time. You didn't think I'd make lasting easy, did you?",
"I'll gently stroke your cock while my other hand keeps your balls worked up. Let's see if you can still last a long time for me, hehe.",
"I'm keeping my strokes slow, but I'm gonna make up for it by playing with your balls too. Good luck holding back!",
"Mhm, nice slow strokes while I tease your balls too. I want you struggling just enough to make lasting a real challenge.",
"I'm gonna stroke you slowly and patiently while giving those balls plenty of attention. Hehe, I can't let lasting be too easy for you."
])
,window.Game.rngText([
"I'm gonna go nice and slow, okay? Try to last as long as you possibly can for me.",
"I'll take it nice and slow for you. Just do your best to hold on as long as you can, okay?",
"Mhm, I'm going extra slow this time. Let's see how long you can last for me, hehe.",
"I'm not gonna rush anything. Just relax and try to last as long as you possibly can, okay?",
"Nice and slow, just how I want it. Your job is to hold out for me as long as you can, hehe.",
"I'll be gentle and take my time. Think you can last a really long time for me?",
"I'm gonna make this slow and teasing, so try your very best not to lose control too quickly, okay?",
"Mhm, let's take our sweet time. I want to see just how long you can keep yourself under control.",
"I promise I'll go nice and slow. You just focus on lasting as long as you can for me, okay?",
"I'm taking this super slow, hehe. Now be good and see how long you can hold out for me."
]))>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Sis slowly plays with your cock and balls, deliberately drawing everything out so the pleasure lasts as long as possible.",
"Your sister keeps teasing your cock and balls at an unhurried pace, carefully prolonging every sensation to help you last longer.",
"Sis takes her time playing with your cock and balls, intentionally keeping you worked up without letting the pleasure peak too quickly.",
"Your sister gently teases your cock and balls, constantly adjusting her pace to stretch out the pleasure and keep you going longer.",
"Sis deliberately keeps things slow and teasing, playing with your cock and balls while making sure the pleasure builds as gradually as possible.",
"Your sister patiently works your cock and balls, carefully prolonging each sensation so you can enjoy it without reaching the edge too soon.",
"Sis keeps teasing your cock and balls just enough to keep you excited, deliberately drawing things out so you can last much longer.",
"Your sister varies her touch across your cock and balls, intentionally slowing things down whenever the pleasure starts becoming too intense.",
"Sis patiently plays with your cock and balls, teasing you in a way that keeps the pleasure lingering without letting you lose control too quickly.",
"Your sister takes her sweet time with your cock and balls, deliberately stretching out every sensation to make the pleasure last as long as she can."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/2.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<if $YOU.cb < $YOU.maxCB>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You BETTER wait, you need those balls absolutely fucking stuffed. It better be me that drains your ballsack though. ",
"Imagine trying to hold back for HOURS until your sack is swollen and aching and desperate for your sister. Gets me horny thinking about it.",
"Every denied orgasm makes your load sweeter, thicker, more abundant. It's hard to resist making your balls pump out all that cum.",
"Those poor tortured balls are gonna thank me when I finally drain them dry.",
"Don't you DARE touch yourself. That load is MINE to extract. Now or later. MINE!",
"But oh god, once you DO finally release. I might cum from the smell of your sperm. WOW!"])
,window.Game.rngText([
"Let's build up that load. Or do you want me to make you cum right now?",
"Trust me, brother, those heavy balls need time to fill up properly but...I don't mind making you cum right now.",
"I want you absolutely dripping before I make you explode. I can be patient though. Don't test it though haha",
"The longer you wait, the harder and messier you will cum.",
"Don't touch yourself, save it ALL for me. Now or later.",
"Every minute you hold back makes my pussy clench but a bigger sperm load might be better.",
"I already feel myself getting slick just thinking about your big fat load but it might be better to build up a bigger load.",
"Patience, big bro. It'll be worth it, I promise, unless you don't want to be patient hehe."])
,window.Game.rngText([
"I don't really know that much about this whole thing, honestly...should we wait?",
"Maybe we should just... wait a little longer?",
"I don't want to make anything worse by rushing it...",
"Are you sure you're okay finishing? You do look like you might be in pain...",
"I just want to make sure I'm doing this right...what should we do?",
"I think building up might actually help...",
"S-so when you're ready, just let me know, okay?"]))>>
<div class="options">
<<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>>
<div class = "loc">
<<link "Stop for now">>
<<= window.Game.stat("stamina",1)>>
<<set $YOU.edgeCounter = 0>>
<<= window.Game.npcExp("sis", 1)>>
<<goto "sis">>
<</link>><br>
</div>
</div>
<<else>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<</if>>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/cum.mp4")>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj)>>
<<= window.Game.stat("stamina",2)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Oh my god, look at how much cum you shot! Your dick was pulsing so hard in my grip, I thought it would explode. Don't worry bro, sis will make sure you stay healthy.",
"The doc said you need frequent treatments or that nasty disease is gonna eat you alive. You better come back soon since sis has soft hands and she's not afraid to use them on your twitchy little cock!",
"Hehe, your balls look so empty after you came. I could feel every vein of your dick pumping in my fingers. Better come back soon or your condition's gonna get real bad, bro.",
"Mmmm, nothing hotter than watching my own brother's load shoot out like a firehose. You know who your number one caregiver is right? The one who makes sure you empty those heavy balls every single day!",
"Wowww that was a huge load!! Your cock was throbbing SO hard in my palms, I could barely keep up with all that thick cum everywhere. You better come back to me soon or we're gonna have a serious problem.",
"Look at this mess I made! Your sticky cum got everywhere. Don't worry though, sweetie, sis will always be here to edge you whenever you need treatment. Doctor's orders!",
"All that cum just gushing out... you REALLY needed that, didn't you? Can't wait till next session. I'm gonna tease you even more!",
"Remember, I'm your personal caretaker now, bro. Every drop of that dirty semen counts towards your recovery! ",
"Such a dirty boy. Cumming that hard from your own sister's hands like that. ",
"Oh my GOD, the way your cock spit all that hot cum into my hand! Your stamina is gonna be insane if we keep edging your cock like that.",
"Wow, look at this mess you made! Thick ropes of cum everywhere. At this rate you won't even NEED the doctor anymore. Sis is basically your miracle cure.",
"Your cock was THROBBING so hard in my grip, I could feel each pulse like a heartbeat. You're not gonna have any more stamina issues at this rate bro!",
"Mmm, the sounds you were making when you came... so needy. Don't worry though, I'll keep up with whatever pace your treatment plan requires!",
"Fuck, the amount of cum you shot could fill all of my holes! Your endurance is gonna be through the roof after sessions like THAT. ",
"Your whole body went rigid when you came, it was SO hot to watch. That disease doesn't stand a chance if we keep your balls this empty!",
"God, your cock is still twitching and leaking after all that. Your endurance will never be an issue if we keep this up. We're turning a corner here, bro.",
"At this rate, your 'incurable' disease is gonna be a distant memory. Nothing heals like regular, intense cock-milking sessions. Trust your sis on this one hehe",
"Mmmm, your cock is still twitching from that orgasm. Good boy for listening to doctor's orders. Now go rest up because round two is coming later whether you're ready or not! "
])
,window.Game.rngText([
"Oh my gosh, you came SO hard! I didn't expect that at all, haha",
"Hehe, your whole body tensed up and then just... WOW. I think this treatment is really working for you, bro!",
"Wait, seriously?! You actually enjoyed it that much? Look how much you came!",
"Mmm, your cock was pulsing like crazy in my hand. The doctor really did say this was necessary, so don't feel weird about it!",
"I literally felt you throb so hard. Guess sis knows what she's doing, huh?",
"Dude, your load was INSANE. Like, I wasn't expecting THAT much. Are you sure you're okay? ...Okay, maybe don't answer that.",
"Hehe, you were making these cute little sounds and I couldn't stop. But it's all for your health, promise! ",
"Your face when you came... priceless. And your balls looked SO relieved afterward. Win-win, right?",
"Okay so I KNOW this is weird, but your body literally responds to this treatment. It's science! So stop blushing, bro hehe",
"Wow, your stamina is getting good FAST. That's either really good or really really, really good!",
"Don't give me that look! The doc said edging is the treatment for finishing too quick. So be grateful your cute sister volunteers, got it? ",
"Think of it this way, any other nurse would be less naughty than your own sister. You got the premium care for FREE. You're welcome!"
])
,window.Game.rngText([
"Oh my gosh, um, I think you're, uh, getting the hang of it now? Your, ah, stamina should be better.",
"Aww, I'm so happy to see you're, you know, pushing yourself really hard to feel better. ",
"Hehe, I didn't know you had it in you, but, wow, you really endured all of that huh?",
"Uh, yeah, I think you've definitely got more 'it' than I thought. I mean, your stamina must be better.",
"Mmm, the way your body just, uh, gave in to the treatment... it's really quite impressive, if I do say so myself. Don't worry, sis is here to, uh, help you with your endurance. ",
"I mean, who needs medical care when you've got, ah, enthusiastic sis-care? ...that was lame haha",
"Wow, that was... quite a session. I hope you're not too, uh, exhausted or anything. We'll just, uh, take it easy for now, okay?",
"Aww, look at you now! You're all, uh, energized and stuff. That's, uh, really something to be proud of, I guess",
"Uh, yeah, I think we're getting the hang of this whole 'treatment' thing. Maybe we should, uh, schedule another 'appointment' soon?",
"Keep up the good work. You must be able to last longer now."
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<<set $YOU.edgeCounter = 0>>
<<= window.Game.npchp("sis", 5)>>
<</if>>
<<elseif $act === "edgehj2">>
<<if $step === 1>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I'm gonna stroke your cock nice and slowly while playing with your ballsack too. Let's see if we can get those balls nice and full of cum, okay?",
"I'll keep stroking your cock nice and slow while teasing your balls too. We want them building up plenty of cum, right?",
"Mhm, slow strokes while I gently play with your ballsack. Let's give those balls plenty of time to fill up for me, hehe.",
"I'm gonna take my sweet time stroking your cock and playing with your balls. Let's see how full of cum we can get them, okay?",
"I'll slowly stroke your cock while giving your balls lots of attention too. We gotta let all that cum build up in there, hehe.",
"Nice and slow on your cock while I play with your ballsack too. Let's get those balls as full and ready as we can.",
"I'm gonna gently stroke you and keep teasing your balls at the same time. Let's see how much cum we can get building up for later, hehe.",
"Mhm, I'll stroke your cock slowly while my other hand plays with your balls. We want those balls holding plenty of cum, don't we?",
"I'm taking it nice and slow while I give your ballsack plenty of attention too. Let's get those balls nice and full for me, okay?",
"I'll keep those strokes slow and teasing while I play with your balls too. Hehe, let's see how much cum we can get them holding."
])
,window.Game.rngText([
"I'm gonna stroke your cock nice and slowly, but I'll play with your balls too so lasting isn't too easy for you.",
"I'll keep my strokes slow and teasing while giving your balls plenty of attention too. Can't make holding back too easy, hehe.",
"I'm gonna take my sweet time stroking you, but my other hand is definitely teasing your balls so you still have to work hard to last.",
"Slow strokes for your cock and plenty of attention for your balls. Hehe, let's see how long you can actually hold out.",
"I'll stroke your cock really slowly, but don't think I'm going easy on you. I'm playing with your balls the whole time too.",
"I'm gonna keep the stroking nice and slow while teasing your balls at the same time. You didn't think I'd make lasting easy, did you?",
"I'll gently stroke your cock while my other hand keeps your balls worked up. Let's see if you can still last a long time for me, hehe.",
"I'm keeping my strokes slow, but I'm gonna make up for it by playing with your balls too. Good luck holding back!",
"Mhm, nice slow strokes while I tease your balls too. I want you struggling just enough to make lasting a real challenge.",
"I'm gonna stroke you slowly and patiently while giving those balls plenty of attention. Hehe, I can't let lasting be too easy for you."
])
,window.Game.rngText([
"I'm gonna go nice and slow, okay? Try to last as long as you possibly can for me.",
"I'll take it nice and slow for you. Just do your best to hold on as long as you can, okay?",
"Mhm, I'm going extra slow this time. Let's see how long you can last for me, hehe.",
"I'm not gonna rush anything. Just relax and try to last as long as you possibly can, okay?",
"Nice and slow, just how I want it. Your job is to hold out for me as long as you can, hehe.",
"I'll be gentle and take my time. Think you can last a really long time for me?",
"I'm gonna make this slow and teasing, so try your very best not to lose control too quickly, okay?",
"Mhm, let's take our sweet time. I want to see just how long you can keep yourself under control.",
"I promise I'll go nice and slow. You just focus on lasting as long as you can for me, okay?",
"I'm taking this super slow, hehe. Now be good and see how long you can hold out for me."
]))>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Sis slowly plays with your cock and balls, deliberately drawing everything out so the pleasure lasts as long as possible.",
"Your sister keeps teasing your cock and balls at an unhurried pace, carefully prolonging every sensation to help you last longer.",
"Sis takes her time playing with your cock and balls, intentionally keeping you worked up without letting the pleasure peak too quickly.",
"Your sister gently teases your cock and balls, constantly adjusting her pace to stretch out the pleasure and keep you going longer.",
"Sis deliberately keeps things slow and teasing, playing with your cock and balls while making sure the pleasure builds as gradually as possible.",
"Your sister patiently works your cock and balls, carefully prolonging each sensation so you can enjoy it without reaching the edge too soon.",
"Sis keeps teasing your cock and balls just enough to keep you excited, deliberately drawing things out so you can last much longer.",
"Your sister varies her touch across your cock and balls, intentionally slowing things down whenever the pleasure starts becoming too intense.",
"Sis patiently plays with your cock and balls, teasing you in a way that keeps the pleasure lingering without letting you lose control too quickly.",
"Your sister takes her sweet time with your cock and balls, deliberately stretching out every sensation to make the pleasure last as long as she can."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/2.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<if $YOU.cb < $YOU.maxCB>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You BETTER wait, you need those balls absolutely fucking stuffed. It better be me that drains your ballsack though. ",
"Imagine trying to hold back for HOURS until your sack is swollen and aching and desperate for your sister. Gets me horny thinking about it.",
"Every denied orgasm makes your load sweeter, thicker, more abundant. It's hard to resist making your balls pump out all that cum.",
"Those poor tortured balls are gonna thank me when I finally drain them dry.",
"Don't you DARE touch yourself. That load is MINE to extract. Now or later. MINE!",
"But oh god, once you DO finally release. I might cum from the smell of your sperm. WOW!"])
,window.Game.rngText([
"Let's build up that load. Or do you want me to make you cum right now?",
"Trust me, brother, those heavy balls need time to fill up properly but...I don't mind making you cum right now.",
"I want you absolutely dripping before I make you explode. I can be patient though. Don't test it though haha",
"The longer you wait, the harder and messier you will cum.",
"Don't touch yourself, save it ALL for me. Now or later.",
"Every minute you hold back makes my pussy clench but a bigger sperm load might be better.",
"I already feel myself getting slick just thinking about your big fat load but it might be better to build up a bigger load.",
"Patience, big bro. It'll be worth it, I promise, unless you don't want to be patient hehe."])
,window.Game.rngText([
"I don't really know that much about this whole thing, honestly...should we wait?",
"Maybe we should just... wait a little longer?",
"I don't want to make anything worse by rushing it...",
"Are you sure you're okay finishing? You do look like you might be in pain...",
"I just want to make sure I'm doing this right...what should we do?",
"I think building up might actually help...",
"S-so when you're ready, just let me know, okay?"]))>>
<div class="options">
<<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>>
<div class = "loc">
<<link "Stop for now">>
<<= window.Game.stat("stamina",1)>>
<<set $YOU.edgeCounter = 0>>
<<= window.Game.npcExp("sis", 1)>>
<<goto "sis">>
<</link>><br>
</div>
</div>
<<else>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<</if>>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "hj/" + $act + "/cum.mp4")>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj)>>
<<= window.Game.stat("stamina",2)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Oh my god, look at how much cum you shot! Your dick was pulsing so hard in my grip, I thought it would explode. Don't worry bro, sis will make sure you stay healthy.",
"The doc said you need frequent treatments or that nasty disease is gonna eat you alive. You better come back soon since sis has soft hands and she's not afraid to use them on your twitchy little cock!",
"Hehe, your balls look so empty after you came. I could feel every vein of your dick pumping in my fingers. Better come back soon or your condition's gonna get real bad, bro.",
"Mmmm, nothing hotter than watching my own brother's load shoot out like a firehose. You know who your number one caregiver is right? The one who makes sure you empty those heavy balls every single day!",
"Wowww that was a huge load!! Your cock was throbbing SO hard in my palms, I could barely keep up with all that thick cum everywhere. You better come back to me soon or we're gonna have a serious problem. ",
"Look at this mess I made! Your sticky cum got everywhere. Don't worry though, sweetie, sis will always be here to edge you whenever you need treatment. Doctor's orders!",
"All that cum just gushing out... you REALLY needed that, didn't you? Can't wait till next session. I'm gonna tease you even more!",
"Remember, I'm your personal caretaker now, bro. Every drop of that dirty semen counts towards your recovery! ",
"Such a dirty boy. Cumming that hard from your own sister's hands like that. ",
"Oh my GOD, the way your cock spit all that hot cum into my hand! Your stamina is gonna be insane if we keep edging your cock like that.",
"Wow, look at this mess you made! Thick ropes of cum everywhere. At this rate you won't even NEED the doctor anymore. Sis is basically your miracle cure.",
"Your cock was THROBBING so hard in my grip, I could feel each pulse like a heartbeat. You're not gonna have any more stamina issues at this rate bro!",
"Mmm, the sounds you were making when you came... so needy. Don't worry though, I'll keep up with whatever pace your treatment plan requires!",
"Fuck, the amount of cum you shot could fill all of my holes! Your endurance is gonna be through the roof after sessions like THAT. ",
"Your whole body went rigid when you came, it was SO hot to watch. That disease doesn't stand a chance if we keep your balls this empty!",
"God, your cock is still twitching and leaking after all that. Your endurance will never be an issue if we keep this up. We're turning a corner here, bro.",
"At this rate, your 'incurable' disease is gonna be a distant memory. Nothing heals like regular, intense cock-milking sessions. Trust your sis on this one hehe",
"Mmmm, your cock is still twitching from that orgasm. Good boy for listening to doctor's orders. Now go rest up because round two is coming later whether you're ready or not! "
])
,window.Game.rngText([
"Oh my gosh, you came SO hard! I didn't expect that at all, haha",
"Hehe, your whole body tensed up and then just... WOW. I think this treatment is really working for you, bro!",
"Wait, seriously?! You actually enjoyed it that much? Look how much you came!",
"Mmm, your cock was pulsing like crazy in my hand. The doctor really did say this was necessary, so don't feel weird about it!",
"I literally felt you throb so hard. Guess sis knows what she's doing, huh?",
"Dude, your load was INSANE. Like, I wasn't expecting THAT much. Are you sure you're okay? ...Okay, maybe don't answer that.",
"Hehe, you were making these cute little sounds and I couldn't stop. But it's all for your health, promise! ",
"Your face when you came... priceless. And your balls looked SO relieved afterward. Win-win, right?",
"Okay so I KNOW this is weird, but your body literally responds to this treatment. It's science! So stop blushing, bro hehe",
"Wow, your stamina is getting good FAST. That's either really good or really really, really good!",
"Don't give me that look! The doc said edging is the treatment for finishing too quick. So be grateful your cute sister volunteers, got it? ",
"Think of it this way, any other nurse would be less naughty than your own sister. You got the premium care for FREE. You're welcome!"
])
,window.Game.rngText([
"Oh my gosh, um, I think you're, uh, getting the hang of it now? Your, ah, stamina should be better.",
"Aww, I'm so happy to see you're, you know, pushing yourself really hard to feel better. ",
"Hehe, I didn't know you had it in you, but, wow, you really endured all of that huh?",
"Uh, yeah, I think you've definitely got more 'it' than I thought. I mean, your stamina must be better.",
"Mmm, the way your body just, uh, gave in to the treatment... it's really quite impressive, if I do say so myself. Don't worry, sis is here to, uh, help you with your endurance. ",
"I mean, who needs medical care when you've got, ah, enthusiastic sis-care? ...that was lame haha",
"Wow, that was... quite a session. I hope you're not too, uh, exhausted or anything. We'll just, uh, take it easy for now, okay?",
"Aww, look at you now! You're all, uh, energized and stuff. That's, uh, really something to be proud of, I guess",
"Uh, yeah, I think we're getting the hang of this whole 'treatment' thing. Maybe we should, uh, schedule another 'appointment' soon?",
"Keep up the good work. You must be able to last longer now."
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<<set $YOU.edgeCounter = 0>>
<<= window.Game.npchp("sis", 5)>>
<</if>>
<<else>>
<<set $act = "hj1">>
<<set $step = 1>>
<<goto State.passage>>
<</if>>
<</if>>
</div><div class="main">
<h1> Hospital </h1><br>
<<set $STORY.hhcCounter = 0>>
<<if !$NPC.doc.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "chip">>
<<= window.Game.pic($LINKS.story + "hhc/" + $act + "/1.jpg")>>
<<= window.Game.npcText("doc","main", "Our lab has just produced a unique form of treatment. ")>>
<<= window.Game.npcText("doc","main", "It involves a small cranial implant that will provide constant visual stimuli, tailored specifically to heighten your arousal and encourage frequent ejaculation. ")>>
<<= window.Game.npcText("doc","main", "I know it sounds extreme, but without intervention, your symptoms could become debilitating, even life-threatening. This is our best chance to manage your condition long-term.")>>
<div class="story-text">
She pulls out a small device that looks like a miniature drill, along with a sleek metal chip about the size of a grain of rice. Your heart races as you watch her prepare the equipment.<br>
After some time...<br><br>
</div>
<<= window.Game.npcText("doc","main", "Give it a bit of time and you should notice the effects. Once activated, it will project vivid sexual fantasies directly into your mind's eye, keeping you in a constant state of arousal. ")>>
<<= window.Game.npcText("doc","main", "There is one final thing I want to mention. I can't elaborate yet, but let's just say it contains certain biomarkers not typically found in healthy individuals. We're studying its composition to better understand the disease and develop more targeted treatments.")>>
<<if !$uiRefresh>>
<<set $num = window.Game.arr(1, $porn, "porn")>>
<</if>>
<<= window.Game.vid($LINKS.chip + "porn/" + $num + ".mp4")>>
<div class="story-text">
The chip activates for the first time. You feel a surge of lust as it projects the porn directly into your mind.<br>
</div><br>
<<= window.Game.stat("cb",5)>>
<<= window.Game.npcText("doc","main", "Wonderful! It seems to have been a success. You will be able to turn it off and on at will. ")>>
<<= window.Game.npcText("doc","main", "We have several other augmentations that should assist you further. I'm sure our prices will be quite feasible. ")>>
<<set $ITEMS.chip = true>>
<<set $ITEMS.chipOn = true>>
<<if $ITEMS.chipLvl < 1>><<set $ITEMS.chipLvl = 1>><</if>>
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>>
<<elseif $act === "tests">>
<div class="story-text">
You approach <<print $NPC.doc.name>> who seems to be in a good mood.
</div><br>
<<= window.Game.pic($LINKS.story + "hhc/" + $act + "/1.jpg")>>
<<= window.Game.npcText("doc","main", "I hope you're doing well. We have conducted extensive analysis of your samples, but it may not be enough. ")>>
<<= window.Game.npcText("doc","main", "I have determined that we will need to run tests beyond your samples. They may be unorthodox, but necessary. ")>>
<<= window.Game.npcText("doc","main", "We will conduct research and experiments on your sexual response. Hopefully, our findings will be fruitful. ")>>
<<= window.Game.npcText("doc","main", "I hope to conduct direct training and testing of your sexual stamina as well. Training it directly should help us produce more conclusive test results as well as improve your overall fitness, so it will benefit both of us.")>>
<<= window.Game.npcText("doc","main", "Greater sexual endurance will allow us to conduct future tests I have planned. ")>>
<<= window.Game.pic($LINKS.story + "hhc/" + $act + "/2.jpg")>>
<<= window.Game.npcText("doc","main", "I appreciate all of the help you have been providing. I hope to one day be able to repay you for saving so many potential lives. ")>>
<<set $HHC.testsUnlocked = true>>
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0 )>>
<<elseif $act === "augTesticles">>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"This testicular augmentation should be more than helpful in increasing your seminal buildup.",
"Excellent. This augmentation should significantly improve your body’s ability to build up semen.",
"This procedure should greatly enhance your seminal production and overall buildup.",
"Very good. The testicular augmentation should provide a noticeable increase in your seminal reserves.",
"This augmentation should prove quite effective in helping your body accumulate a larger seminal load.",
"Excellent results. You should notice a considerable improvement in your seminal buildup after this procedure.",
"This testicular enhancement should make it much easier for your body to build and retain larger amounts of semen.",
"Very promising. The augmentation should substantially increase your capacity for seminal buildup.",
"This procedure should give your seminal production a significant boost, allowing for greater buildup over time.",
"Excellent. With this testicular augmentation, your body should be capable of building up much more semen than before."
]))>>
<div class="story-text">
Cum-build up from sexual acts has increased.
</div><br>
<<set $ITEMS.augTesticles = true>>
<<set $ITEMS.augTesticlesOn = true>>
<<if $ITEMS.augTesticlesLvl < 1>><<set $ITEMS.augTesticlesLvl = 1>><</if>>
<<= window.Game.stat("money", -Math.max(1, window.Game.round(500 * $TEST.money)))>>
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0 )>>
<<elseif $act === "augPenis">>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Excellent! This penile augmentation should significantly improve your sexual performance.",
"Very good. This augmentation should provide a noticeable boost to your sexual capabilities.",
"Excellent results. The penile augmentation should prove quite beneficial to your overall sexual ability.",
"Wonderful. This procedure should enhance your sexual performance considerably.",
"Excellent! I expect this augmentation to make a substantial difference in your sexual prowess.",
"Very promising. The penile augmentation should greatly improve your sexual function and performance.",
"Excellent. This enhancement should give your sexual abilities a considerable advantage.",
"Wonderful news. I believe this augmentation will be extremely helpful in improving your sexual performance.",
"Excellent! With this augmentation, your sexual capabilities should be noticeably stronger.",
"Very good. This penile enhancement should prove more than effective in improving your overall sexual ability."
]))>>
<div class="story-text">
Experience gain for character's has increased for sexual contact with your penis.
</div><br>
<<set $ITEMS.augPenis = true>>
<<set $ITEMS.augPenisOn = true>>
<<if $ITEMS.augPenisLvl < 1>><<set $ITEMS.augPenisLvl = 1>><</if>>
<<= window.Game.stat("money", -Math.max(1, window.Game.round(1000 * $TEST.money)))>>
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0 )>>
<<else>>
<<set $act = "">>
<<goto $YOU.loc>>
<</if>>
<</if>>
</div><div class="main">
<h1>Neighborhood</h1><br>
<<if $events.length > 0 && $eventsName !== "" && Story.has($eventsName)>>
<<set $act = window.Game.rngText($events)>>
<<goto $eventsName>>
<<else>>
<div class="options">
<div class="loc-row"> <<= window.Game.goToLoc("Home", 15, "main", 0)>> <<= window.Game.npcTag("main")>> </div>
<div class="loc-row"> <<= window.Game.goToLoc("Park", 15, "park", 0)>> <<= window.Game.npcTag("park")>> </div>
<div class="loc-row"> <<= window.Game.goToLoc("City", 30, "city", 0)>> <<= window.Game.npcTag("city")>> </div>
</div>
<</if>>
</div><div class="main">
<h1> Serenity Massage Parlor </h1><br>
<<set $YOU.stateNoVision = true>>
<<if $act === "bj1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.mpTable + $act + "/1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She sucks your cock with eager intensity, clearly hoping to coax as much cum out of you as possible.",
"She works your cock relentlessly with her mouth, determined to draw a huge load of cum from you.",
"She sucks you with enthusiastic vigor, obviously hoping to milk plenty of cum out of your cock.",
"Her mouth works your cock eagerly, every movement focused on getting as much cum from you as she can.",
"She sucks your cock harder and faster, clearly determined to make you unload a massive amount of cum.",
"She eagerly works you with her mouth, hoping her relentless attention will coax every possible drop of cum from you.",
"She sucks your cock with growing intensity, desperate to see just how much cum she can get you to release.",
"She enthusiastically works your cock with her lips and tongue, hoping to milk an enormous load out of you.",
"She keeps sucking your cock without slowing down, obviously eager to coax as much cum from you as possible.",
"She attacks your cock with eager determination, hoping to make you release every bit of cum you have for her."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step ==2>>
<<= window.Game.vid($LINKS2.mpTable + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You cum hard from the overwhelming sensitivity of not being able to see, spraying your release all over her huge tits.",
"With your sight taken away, every sensation becomes too intense, making you cum hard across her massive tits.",
"Unable to see what’s happening, your heightened sensitivity pushes you over the edge, coating her huge breasts with your cum.",
"The lack of sight makes every touch feel overwhelming until you finally explode, covering her voluptuous tits in your cream.",
"Your senses become unbearably heightened without a view, forcing you to cum hard all over her enormous tits.",
"With nothing to see, every sensation hits twice as hard until you lose control and coat her huge tits with your release.",
"Being unable to watch makes you incredibly sensitive, and you finally erupt across her large, voluptuous breasts.",
"The darkness leaves you hypersensitive to every touch, making you cum violently and cover her huge tits in your cream.",
"Without sight to distract you, the sensations become overwhelming until you finally unload all over her massive tits.",
"Your heightened sensitivity from the lack of view becomes too much, sending you over the edge and coating her huge breasts in cum."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.areaHp(5, "city")>>
<<= window.Game.npcExp("boss", 1, false)>>
<<= window.Game.stat("money", Math.max(1, window.Game.round($MP.pay/4)))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
<<elseif $act === "group1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.mpTable + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The two women stimulate your cock and balls beneath the table, every hidden touch feeling even more intense because you can’t see what they’re doing.",
"Below the table, both women work your cock and balls together, your lack of vision making every sensation feel dramatically stronger.",
"The two women secretly pleasure your cock and balls under the table, with every touch intensified by your inability to see what comes next.",
"Hidden beneath the table, their hands stimulate your cock and balls from different angles, your lack of sight making every movement feel overwhelming.",
"The two women keep working your cock and balls below the table, while being unable to see leaves you completely focused on every sensation.",
"Under the table, both women tease and stimulate your cock and balls, your blinded view making even the smallest touch feel incredibly intense.",
"Their hands work your cock and balls together beneath the table, and without being able to see, every unexpected movement sends stronger sensations through you.",
"The two women relentlessly stimulate your cock and balls out of sight, forcing you to rely entirely on the heightened pleasure of their touch.",
"Below the table, both women keep your cock and balls under constant stimulation, your lack of vision amplifying every stroke, squeeze, and teasing touch.",
"The two women pleasure your cock and balls beneath the table while you remain unable to see, making each hidden sensation feel even more powerful."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step ==2>>
<<= window.Game.vid($LINKS2.mpTable + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/5.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You can’t last any longer as they overwhelm your sensitive cock and balls with relentless stimulation.",
"Your control finally breaks as the two women completely overwhelm your hypersensitive cock and balls.",
"You reach your limit as their combined attention pushes your sensitive cock and balls beyond what you can handle.",
"You can’t hold out anymore, their relentless stimulation overwhelming every sensitive nerve in your cock and balls.",
"The sensations become too intense to endure as they overwhelm your cock and balls together.",
"You finally lose control under their combined touch, your sensitive cock and balls unable to take any more.",
"Your endurance gives out as they relentlessly work your sensitive cock and balls from every angle.",
"You can last no longer once their combined stimulation completely overwhelms your aching cock and balls.",
"Every touch becomes too much as they push your sensitive cock and balls past the point of resistance.",
"You finally surrender to the overwhelming sensations as they relentlessly stimulate your cock and balls together."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 10 )>>
<<= window.Game.stat("hp",$RATES.cb.hj + 10)>>
<<= window.Game.areaHp(5, "city")>>
<<= window.Game.npcExp("boss", 1, false)>>
<<= window.Game.stat("money", Math.max(1, window.Game.round($MP.pay/4)))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
<<elseif $act === "group2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.mpTable + $act + "/1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You can’t see a thing, leaving you completely focused on the pleasure the two women are giving your cock below.",
"With your vision completely blocked, all you can do is feel the two women working your cock beneath you.",
"You’re unable to see what either woman is doing, making every sensation on your cock feel even more intense.",
"Blind to everything happening below, you can only concentrate on the pleasure the two women are giving your cock.",
"You see nothing at all, leaving every hidden touch from the two women below to overwhelm your sensitive cock.",
"Without being able to watch, you’re forced to rely entirely on the sensations of both women pleasuring your cock below.",
"Your lack of vision leaves you completely vulnerable to every unexpected sensation the two women create around your cock.",
"You can’t see their movements, only feel the relentless pleasure of both women working your cock beneath you.",
"With no view of what’s happening below, every touch from the two women feels stronger as they pleasure your cock together.",
"Unable to see anything, you surrender to the sensations alone as the two women below keep your cock surrounded by pleasure."
])>><br><br>
</div>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step ==2>>
<<= window.Game.vid($LINKS2.mpTable + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You feel yourself getting closer and closer to cumming as you finally give in to the pleasure.",
"You can feel your orgasm building as you stop resisting and fully embrace every sensation.",
"The pleasure keeps mounting until you realize you’re getting dangerously close to cumming.",
"You surrender to the sensations, feeling yourself inch closer to release with every passing second.",
"Your body starts tightening as the pleasure builds and you realize you won’t be able to hold back much longer.",
"You embrace every wave of pleasure, feeling your climax steadily approaching.",
"The sensations grow stronger and stronger until you can feel yourself right on the edge of cumming.",
"You let the pleasure wash over you, your body responding as your orgasm draws closer.",
"You stop fighting the sensations and simply enjoy them, feeling yourself getting closer to release by the second.",
"Each wave of pleasure pushes you nearer to climax until you can barely hold yourself back."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.bj + 5)>>
<<= window.Game.areaHp(5, "city")>>
<<= window.Game.npcExp("boss", 1, false)>>
<<= window.Game.stat("money", Math.max(1, window.Game.round($MP.pay/4)))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
<<elseif $act === "group3">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.mpTable + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Unable to see, your sensitivity spikes as the two women stroke your cock and tease your balls from below.",
"With your vision taken away, every touch feels stronger as both women work your cock and play with your balls.",
"Blind to what they’re doing, you can only feel their hands stroking your cock and teasing your balls with heightened intensity.",
"Unable to watch, every movement against your cock and balls feels sharper as the two women pleasure you together.",
"With no view of their hands, your senses lock onto every stroke of your cock and every teasing touch against your balls.",
"Your lack of vision makes you hypersensitive while the two women alternate between stroking your cock and playing with your balls.",
"Unable to see what comes next, you feel every hidden stroke and squeeze far more intensely as they work your cock and balls.",
"With your sight blocked, the pleasure becomes overwhelming as both women stroke your cock and tease your sensitive balls.",
"You can’t see either woman, leaving you completely focused on the intensified sensation of their hands working your cock and balls.",
"Blind to the action, every touch feels magnified as the two women stroke your cock and toy with your balls together."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step ==2>>
<<= window.Game.vid($LINKS2.mpTable + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You can only feel one woman sucking your cock while another hand slowly plays with your balls.",
"Unable to see, you can only focus on the feeling of her mouth around your cock and a hand teasing your balls.",
"All you can feel is one woman working your cock with her mouth while another hand plays with your sensitive balls.",
"With no view of what’s happening, you’re left feeling her lips around your cock and fingers teasing your balls below.",
"You can only sense the warm mouth sucking your cock while a hand gently squeezes and plays with your balls.",
"Blind to the action, every sensation feels stronger as one woman sucks your cock and a hand works over your balls.",
"You have no idea who’s doing what, you only feel one mouth around your cock while a hand keeps teasing your balls.",
"Without being able to see, you can only surrender to the sensation of your cock being sucked while your balls are played with.",
"Your vision gives you nothing, leaving you completely focused on the woman sucking your cock and the hand teasing your balls.",
"You can only feel her mouth moving over your cock while another hand keeps your balls under constant attention."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.bj + 5)>>
<<= window.Game.areaHp(5, "city")>>
<<= window.Game.npcExp("boss", 1, false)>>
<<= window.Game.stat("money", Math.max(1, window.Game.round($MP.pay/4)))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
<<elseif $act === "toy1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.mpTable + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You can only lie there, unable to see, as the toy she’s using overwhelms your penis while her fingers teasingly tickle your balls.",
"Unable to see anything, you’re left helplessly feeling the toy overwhelm your sensitive penis as she gently plays with your balls.",
"You can only stay there and endure the sensations, blind to what she’s doing as the toy relentlessly works your penis while she tickles your balls.",
"With your vision blocked, every sensation feels stronger as her toy overwhelms your penis and her fingertips tease your sensitive balls.",
"You lie there unable to see, completely focused on the intense toy working your penis while she playfully tickles and teases your balls.",
"Blind to the action, you can only feel the relentless stimulation around your penis while her fingers keep lightly teasing your balls.",
"You’re unable to watch what she’s doing, leaving you completely vulnerable to the toy overwhelming your penis as she continues playing with your balls.",
"With no way to see what comes next, you can only surrender to the intense stimulation of the toy while she teasingly tickles your balls.",
"You remain helplessly still, unable to see as the toy works your penis with overwhelming intensity and her fingers dance across your balls.",
"Your vision gives you nothing, forcing you to focus entirely on the toy overwhelming your sensitive penis while she keeps teasing your balls."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She clearly wants you to cum hard and give her as much as possible, so she keeps teasing your balls while the toy vibrates, rotates, and strokes your cock.",
"Determined to make you release a huge load, she focuses relentlessly on your balls as the toy vibrates, spins, and strokes your cock without pause.",
"She obviously wants every drop she can get from you, keeping your balls under constant attention while the toy rotates and vibrates around your cock.",
"Her goal is clearly to make you cum as hard as possible, so she keeps working your balls while the toy strokes, vibrates, and twists around your cock.",
"She seems obsessed with getting a massive release from you, teasing your balls continuously as the toy overwhelms your cock with vibration, rotation, and stroking.",
"She keeps her attention fixed on your balls, desperate to coax out as much cum as possible while the toy relentlessly vibrates and strokes your cock.",
"She clearly intends to milk a powerful load from you, working your balls as the toy spins, vibrates, and slides repeatedly over your cock.",
"Wanting you to cum hard and heavily for her, she refuses to leave your balls alone while the toy keeps your cock under nonstop stimulation.",
"She eagerly focuses on your balls, trying to build the strongest release possible as the toy simultaneously rotates, vibrates, and strokes your cock.",
"She’s determined to make you empty yourself completely, teasing your balls with constant attention while the vibrating, rotating toy relentlessly works your cock."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/4.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step ==2>>
<<= window.Game.vid($LINKS2.mpTable + $act + "/5.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She tries to edge you a little, focusing the toy only on your sensitive glans while her hands keep teasing your balls.",
"She deliberately slows things down, using the toy just on your glans as she continues playing with your balls to keep you hovering near the edge.",
"She keeps the toy concentrated on your sensitive glans, teasing you carefully while her fingers never stop working your balls.",
"She tries to hold you right at the edge, letting the toy stimulate only your glans while she gently plays with your balls.",
"She focuses the toy entirely on your hypersensitive glans, keeping the pleasure drawn out as her hands continue teasing your balls.",
"She teases you with the toy against your glans, backing off just enough to prolong the pleasure while still playing with your balls.",
"She keeps you close without letting you finish, targeting your glans with the toy as her fingers continue teasing your balls below.",
"She carefully edges you by working only your sensitive glans with the toy while keeping your balls under constant playful attention.",
"She lets the toy concentrate on your glans, teasing you toward the edge again and again while her hands keep playing with your balls.",
"She deliberately prolongs the pleasure, using the toy only against your sensitive glans while her fingers continue to toy with your balls."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/6.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/7.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The pleasure becomes overwhelming as the toy relentlessly stimulates your sensitive glans while her hands never seem to leave your balls.",
"The toy keeps working your hypersensitive glans until the pleasure becomes almost unbearable, while her hands remain firmly focused on your balls.",
"Your senses start to overload as the toy continues teasing your glans and her hands keep playing with your balls without pause.",
"The stimulation grows far too intense as the toy stays locked on your sensitive glans while her fingers relentlessly work your balls.",
"You can barely endure the pleasure as the toy continues targeting your glans and her hands refuse to give your balls a moment of rest.",
"The sensations become overwhelming, with the toy relentlessly stimulating your glans while her hands remain wrapped around your balls.",
"Every second feels more intense as the toy keeps working your sensitive glans and her hands continuously tease your balls.",
"The pleasure keeps building beyond what you can handle as the toy focuses on your glans and her hands never stop playing with your balls.",
"Your body struggles to take the stimulation as the toy relentlessly works your glans while her hands keep your balls under constant attention.",
"The combination becomes almost too much to bear, with the toy overwhelming your glans while her hands continue teasing your balls without stopping."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.bj + 5)>>
<<= window.Game.areaHp(5, "city")>>
<<= window.Game.npcExp("boss", 1, false)>>
<<= window.Game.stat("money", Math.max(1, window.Game.round($MP.pay/4)))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
<<elseif $act === "toy2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.mpTable + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You can only endure the exquisite sensation of that smooth texture stroking your cock while you lie helplessly on the milking table.",
"Trapped on the milking table, all you can do is endure the silky texture gliding exquisitely along your cock.",
"You remain on the milking table, forced to focus entirely on the smooth texture stroking your cock with exquisite precision.",
"With nowhere to go on the milking table, you can only surrender to the smooth, relentless sensation working over your cock.",
"You lie on the milking table and endure every exquisite stroke as the impossibly smooth texture slides along your cock.",
"All you can do is endure the pleasure while the smooth texture repeatedly strokes your cock on the milking table.",
"Confined to the milking table, you’re left completely focused on the exquisite feeling of the smooth texture working your cock.",
"You can only take the relentless sensation as something smooth and silky strokes your cock exquisitely while you remain on the milking table.",
"On the milking table, every silky stroke feels impossible to ignore, leaving you to simply endure the exquisite pleasure.",
"You remain stretched out on the milking table, able to do nothing but endure the smooth texture exquisitely stroking your cock."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You feel yourself getting closer to cumming as the smooth texture keeps rubbing relentlessly against your cock.",
"The pleasure keeps building as the slick texture refuses to stop stroking your cock, pushing you steadily toward release.",
"You can feel your orgasm approaching while the smooth surface continues rubbing against your cock without a break.",
"Each pass of the texture brings you closer to cumming as it keeps sliding over your cock again and again.",
"You feel the pressure building fast as the smooth texture continues working your cock with relentless stimulation.",
"Your cock grows more sensitive with every stroke, and the texture never lets up as you edge closer to cumming.",
"You can feel yourself nearing the breaking point while the slick texture keeps rubbing against your cock without stopping.",
"The repeated friction sends you closer and closer to release as the smooth texture continues stroking your cock.",
"You feel your body tightening as the relentless texture keeps working over your cock and your orgasm draws near.",
"The smooth stimulation becomes almost too much as it continues rubbing your cock, pushing you right to the edge."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.mpTable + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step ==2>>
<<= window.Game.vid($LINKS2.mpTable + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.bj + 5)>>
<<= window.Game.areaHp(5, "city")>>
<<= window.Game.npcExp("boss", 1, false)>>
<<= window.Game.vid($LINKS2.mpTable + $act + "/post.mp4")>>
<<= window.Game.stat("money", Math.max(1, window.Game.round($MP.pay/4)))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
<<else>>
<<set $act = "bj1">>
<<goto "mp table">>
<</if>>
</div><div class="main">
<h1> Lab </h1><br>
<<if $act === "samples">>
<<if !$uiRefresh>>
<<set $num = window.Game.arr(1,7,"hhcSamples")>>
<</if>>
<<= window.Game.vid($LINKS2.hhcLab + $act + "/" + $num + ".1.mp4")>>
<<= window.Game.npcText("fnpc","main", window.Game.rngText([
"Please try to release as much as you can. We need a high-quality sample for testing",
"I need you to climax as forcefully as possible for the best results",
"Don't hesitate to give me everything you've got. The stronger the orgasm, the better",
"Please, give me your most powerful orgasm. It's important for the sample",
"The harder you climax, the higher-quality sample we'll get, so please go all out",
"I really need you to orgasm as intensely as you can manage",
"Don't hold back at all - we require a very strong release for proper analysis",
"Please, give us your strongest possible orgasm for the best specimen",
"The more intense your climax, the better this sample will be, so please don't hold anything back"]))>>
<<= window.Game.vid($LINKS2.hhcLab + $act + "/" + $num + ".2.mp4")>>
<<= window.Game.npcText("fnpc","main",window.Game.rngText([
"I appreciate the sample. ",
"I appreciate you. ",
"Thank you for the sample. ",
"Thank you. ",
"Thanks. "]) + " " +
window.Game.rngText([
"Don't hesitate to come back soon.",
"Please come back whenever you're ready.",
"You're always welcome to return soon.",
"Don't be shy about coming back again.",
"I hope you'll stop by again soon.",
"Please don't hesitate to visit again.",
"Come back soon if you need anything else.",
"I'll be here if you need more assistance.",
"You're welcome to come back anytime.",
"I appreciate your help, and I hope to see you again soon.",
"Please take care of yourself, and come back soon.",
"You're doing well, so don't hesitate to return.",
"I appreciate your cooperation. Please come back soon.",
"We will need more, so don't hesitate to return.",
"That was helpful, and you're welcome back anytime.",
"Please come see me again if anything changes.",
"Don't wait too long before checking in again.",
"I’ll be here when you're ready to continue.",
"You handled that well, and I hope you'll come back soon.",
"I appreciate your trust, and I hope to see you again soon.",
"That should help us a lot, so don't hesitate to come back.",
"You're always in good hands here, so come back soon.",
"Please stop by again whenever you need care.",
"Take it easy, and don't hesitate to come back soon."]))>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.areaHp(1, "all")>>
<<= window.Game.stat("money", window.Game.rng(25,50) + $YOU.cb + $YOU.stamina,"You are compensated based on the quality of your sample. ")>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.npcExp("doc", 1, false)>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, "hhc", 0)>>
</div>
<<elseif $act === "edge1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.hhcLab + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The nurse teases your dick with slow, controlled strokes, deliberately prolonging the pleasure to help you last longer.",
"She carefully teases your cock, keeping the stimulation just intense enough to build pleasure without pushing you over the edge.",
"The nurse works your dick with a measured rhythm, drawing out every sensation while training you to endure the pleasure longer.",
"She deliberately varies her touch on your cock, teasing you in a way that stretches out the pleasure and improves your stamina.",
"The nurse keeps your dick constantly stimulated without letting the intensity peak too quickly, helping you practice lasting longer.",
"She teases your cock with patient, controlled movements, prolonging the pleasure while teaching your body to resist climax.",
"The nurse carefully edges your dick with gentle changes in pressure, making the pleasure last while building your endurance.",
"She works your cock in a slow, teasing rhythm designed to keep you aroused for as long as possible without letting you finish too soon.",
"The nurse deliberately keeps your dick hovering in sustained pleasure, easing off whenever necessary to help you last longer.",
"She teases your cock with precise, restrained stimulation, drawing out the pleasure while training you to maintain control."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.hhcLab + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.hhcLab + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.hhcLab + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.stat("stamina",3)>>
<<= window.Game.npcExp("doc", 2, false)>>
<<= window.Game.vid($LINKS2.hhcLab + $act + "/post1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.hhcLab + $act + "/post2.mp4")>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, "hhc", 0)>>
</div>
<</if>>
<<elseif $act === "edge2">>
<<= window.Game.npcText("fnpc","main", window.Game.rngText([
"Hey! Ready to boost that stamina? We've got quite a bit planned today. Every technique we'll practice stems from my extensive understanding of male genital physiology. Your mission, should you choose to accept it, is to endure for as long as humanly possible!",
"Thanks for showing up for your stamina training appointment. This session will involve multiple approaches that I've developed based on years of studying male genital anatomy. Let's see how long you can really go!",
"Great to see you here! Today is all about pushing your limits with advanced stamina techniques. Everything we do will be grounded in scientific principles of male genital response and pleasure sustainability. See if you can beat your personal best duration!",
"Nice to have you here! Our focus today is purely on enhancing your performance through proven stamina-building exercises. My background in male genital health and function informs every strategy we'll implement. Let's find out your true endurance capacity!",
"Pleased to see you for this training session! We'll explore various methods for improving sexual stamina, all based on my comprehensive knowledge of male anatomy and physiology. Your target? Simply try to outlast your previous records!",
"Thank you for coming in for sexual stamina training. We will use various techniques, based on my knowledge of the male genitalia, to sustain pleasure. Try to last as long as possible.",
"Welcome! We'll be working on your sexual stamina today using a variety of techniques rooted in my understanding of male anatomy. The goal is simple: try to last as long as possible.",
"Today's session focuses on building your sexual stamina through specialized techniques derived from my expertise in male genital anatomy. Your objective is straightforward: aim to sustain yourself for as long as you can.",
"Hi there! Thanks for being here. In this sexual stamina training session, I'll employ numerous methods informed by my detailed knowledge of the male reproductive system to help you extend your endurance. Push yourself to hold out as long as possible!",
"Glad you made it in! We're going to dive into stamina work today. My approach draws on deep knowledge of male genital structures and function, and I'll guide you through techniques designed to maximize your ability to sustain pleasure over time. The challenge? Last as long as you possibly can."]))>>
<<= window.Game.vid($LINKS2.hhcLab + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The nurse deliberately strokes your cock with a slightly loose grip, teasing you just enough to build pleasure while training your endurance.",
"Using a deliberately loose grip, the nurse slowly strokes your cock, keeping you stimulated without giving you quite enough to finish.",
"The nurse works your cock with a light, teasing grip, carefully controlling the stimulation to improve your endurance.",
"She deliberately keeps her grip loose as she strokes your cock, teasing your sensitive shaft while training you to last longer.",
"The nurse slowly pumps your cock with a gentle, loose grip, giving you controlled pleasure designed to test your endurance.",
"She strokes your cock with just enough pressure to keep you aroused, deliberately holding back the intensity so you can build endurance.",
"The nurse maintains a teasingly loose grip around your cock, steadily stroking you while forcing you to endure the prolonged stimulation.",
"She carefully strokes your cock with reduced pressure, keeping the pleasure frustratingly restrained as part of your endurance training.",
"The nurse deliberately uses a softer grip on your cock, teasing you with slow strokes while testing how long you can withstand the stimulation.",
"She keeps her hand loose around your cock as she strokes you, carefully balancing pleasure and frustration to strengthen your endurance."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.hhcLab + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.hhcLab + $act + "/3.mp4")>>
<<= window.Game.npcText("fnpc","main", window.Game.rngText([
"You did amazingly well holding on for so long! Thank you for your dedication. Now let's conclude with an incredible, powerful orgasm as your reward.",
"I'm genuinely impressed by how long you managed to last. Thanks for enduring through that. You've earned a fantastic climax to cap off all your hard work.",
"That was fantastic! You really pushed yourself to last as long as you did. Much appreciated. Let me give you an intense, satisfying release as a reward for your effort.",
"Incredible performance! You deserve recognition for lasting that long. Thank you for persevering. Now let's give you the intense climax you've worked so hard for.",
"Well done! What amazing stamina you showed in holding out. I appreciate your commitment. Let's finish with a truly memorable, powerful climax as your prize.",
"Outstanding effort! You went far beyond what most could achieve. Thank you for your persistence. Time for a spectacular orgasm as your well-deserved reward now.",
"It was remarkable how long you endured. Thank you for staying strong throughout. Let's make this final release absolutely incredible and rewarding.",
"Absolutely brilliant! You exceeded expectations by lasting so long. Thanks for giving it everything. You've certainly earned an amazing orgasm to complete this session."
]))>>
<<= window.Game.vid($LINKS2.hhcLab + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.stat("stamina",3)>>
<<= window.Game.npcExp("doc", 2, false)>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, "hhc", 0)>>
</div>
<<else>>
<<set $act = "">>
<<goto "hhc">>
<</if>>
</div><div class="main">
<<set $STORY.mpCounter = 0>>
<<if !$NPC.boss.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "boss">>
<h1><<print $NPC.boss.name>></h1><br>
<<= window.Game.pic($LINKS.story + "mp/" + $act + "/1.jpg")>>
<<= window.Game.npcText("boss","main", "Oh! There you are. Welcome back. ")>>
<<= window.Game.npcText("boss","main", "I called the hospital about your situation. I needed to verify you weren't lying, but they explained your situation. Such a terrible thing to deal with. But I'm sure you're eager to get back to normal life, right? Work helps distract from these things. ")>>
<<= window.Game.npcText("boss","main", "Anyway, I'll leave you to your duties. ")>>
<<set $NPC.boss.met = true>>
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>>
<<elseif $act === "happyEndings">>
<h1><<print $NPC.boss.name>></h1><br>
<div class="story-text">
You talk to <<print $NPC.boss.name>> about why she's upset.
</div>
<<= window.Game.pic($LINKS.story + "mp/" + $act + "/1.jpg")>>
<<= window.Game.npcText("boss","main", "Of course I'm upset, we're bleeding money. Customers aren't coming back. I'm not sure how much longer we can keep going like this.")>>
<div class="story-text">
The disease outbreak gives you an idea. You suggest allowing happy endings. <<print $NPC.boss.name>> blinks, caught off guard.
</div>
<<= window.Game.npcText("boss","main", "Like, giving customers something positive to take away from their visit? That's not the solution, we need structural changes, not gimmicks. We need...")>>
<div class="story-text">
But before she can finish, she stops herself. She looks down at the report again, then rubs her temples. The reality of the situation sinks in.
</div>
<<= window.Game.pic($LINKS.story + "mp/" + $act + "/2.jpg")>>
<<= window.Game.npcText("boss","main", "Fine. Let's try your happy endings. If things keep going like this, we don't have anything left to lose. This better work or it's your head!")>>
<<if !$uiRefresh>>
<<set $MP.pay += 100>>
<<set $MP.happyEndings = true>>
<</if>>
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>>
<<elseif $act === "help">>
<h1><<print $NPC.boss.name>></h1><br>
<<= window.Game.npcText("boss","main", "Margins are up. Customers are coming back. They're excited to return.")>>
<<= window.Game.pic($LINKS.story + "mp/" + $act + "/1.jpg")>>
<div class="story-text">
<<print $NPC.boss.name>> announces, actually smiling as she leans back in her chair, and for once, there's genuine satisfaction in her expression.
</div>
<<= window.Game.npcText("boss","main", "But we're barely above break-even. The initial excitement is wearing off.")>>
<div class="story-text">
You explain the qualities of your semen and suggest marketing this as a treatment for this outbreak.
</div>
<<= window.Game.npcText("boss","main", "No. Absolutely not. We're already walking a fine line with what we're offering now.")>>
<div class="story-text">
But then she looks at the profit margins again. Her shoulders slump in defeat.
</div>
<<if !$uiRefresh>>
<<if $NPC.boss.lvl < 2>>
<<set $NPC.boss.lvl = 2>>
<</if>>
<<set $MP.helpUnlocked = true>>
<<set $MP.lesbian = true>>
<<set $MP.pay += 200>>
<</if>>
<<= window.Game.pic($LINKS.story + "mp/" + $act + "/2.jpg")>>
<<= window.Game.npcText("boss","main", "I hope you're right. Please handle this on my behalf. I appreciate your services as well. Thanks.")>>
<<= window.Game.goToLoc("Leave", 0, $YOU.loc, 0)>>
<<else>>
<<set $act = "">>
<<run Engine.play($YOU.loc)>>
<</if>>
<</if>>
</div><<set _uiRefresh = $uiRefresh>>
<<set $uiRefresh = false>>
<<if $YOU.goToSleep && tags().includes("loc") && $act === "" && !_uiRefresh>>
<<set $YOU.goToSleep = false>>
<<set $act = "sleep">>
<<set $step = 1>>
<<goto "room">>
<<else>>
<<if tags().includes("can_approach") && $act === "">>
<<= window.Game.checkLoc() >>
<</if>>
<<if tags().includes("loc")>>
<<set $YOU.loc = State.passage>>
<<if !_uiRefresh>>
<<if $act === "">>
<<if !$YOU.called>>
<<if window.Game.rng(1, Math.max(1, 20 * $TEST.events)) <= $EVENTCOUNTER.out && !$GAME.night>>
<<if $NPC.mandy.met && $NPC.mandy.alive && $NPC.mandy.lvl >= 3 && $NPC.mandy.location !== $YOU.loc>>
<div class="phone-call">
<div class="phone-call-label">INCOMING CALL</div>
<<= window.Game.goToLoc($NPC.mandy.name, 0, "phone", 0, "mandy", 1) >>
</div>
<</if>>
<<if $NPC.alexis.met && $NPC.alexis.alive && !$NPC.alexis.hadSex && $NPC.alexis.location !== $YOU.loc>>
<div class="phone-call">
<div class="phone-call-label">INCOMING CALL</div>
<<= window.Game.goToLoc($NPC.alexis.name, 0, "phone", 0, "alexis", 1) >>
</div>
<</if>>
<</if>>
<<if window.Game.rng(1, Math.max(1, 1 * $TEST.events)) <= $EVENTCOUNTER.out && $GAME.night>>
<<if $NPC.tori.met && $NPC.tori.alive && !$NPC.tori.hadSex && $NPC.tori.location !== $YOU.loc>>
<div class="phone-call">
<div class="phone-call-label">INCOMING CALL</div>
<<= window.Game.goToLoc($NPC.tori.name, 0, "phone", 0, "tori", 1) >>
</div>
<</if>>
<</if>>
<<if window.Game.rng(1, Math.max(1, 25 * $TEST.events)) <= $EVENTCOUNTER.out>>
<<if !tags().includes("home") && $NPC.sis.alive && $NPC.sis.lvl >= 2 && $NPC.sis.location !== $YOU.loc>>
<div class="phone-call">
<div class="phone-call-label">INCOMING CALL</div>
<<= window.Game.goToLoc($NPC.sis.name, 0, "phone", 0, "sis", 1) >>
</div>
<</if>>
<<if $NPC.doc.alive && $HHC.testsUnlocked && $NPC.doc.location !== $YOU.loc && $NPC.doc.location === "hhc">>
<div class="phone-call">
<div class="phone-call-label">INCOMING CALL</div>
<<= window.Game.goToLoc($NPC.doc.name, 0, "phone", 0, "doc", 1) >>
</div>
<</if>>
<</if>>
<</if>>
<</if>>
<<= window.Game.checkHP() >>
<<if tags().includes("home")>>
<<set $EVENTCOUNTER.home += 1>>
<<elseif tags().includes("out")>>
<<set $EVENTCOUNTER.out += 1>>
<</if>>
<<set $EVENTCOUNTER.loc += 1>>
<<if $YOU.stamina > 0>>
<<set $YOU.edgeCounter += 1>>
<<if $YOU.edgeCounter >= 25>>
<<set $YOU.stamina -= 1>>
<<set $YOU.edgeCounter = 0>>
<</if>>
<</if>>
<</if>>
<<if $act === "" && $ITEMS.chipOn && $ITEMS.chip>>
<<set _chipOutput = "">>
<<if _uiRefresh>>
<<set _chipOutput = $YOU.chipVideo>>
<<else>>
<<set _chipOutput = window.Game.chip()>>
<</if>>
<<if _chipOutput !== "">>
<div class="chip-feed">
<div class="chip-feed-label">CHIP FEED</div>
<<= _chipOutput>>
</div>
<</if>>
<</if>>
<</if>>
<</if>><div class="story-text">
<h2>V 0.04</h2>
- New area unlocked.<br>
- Character locations and events have been changed to match initial plans.<br>
- Sound has been added to videos where it improves the experience and scenes have been reworked.<br>
- The chip has been reworked to use porn, with sound available as an option. Hentai is planned to be re-added in a future update. <br>
- Augmentations have been introduced.<br>
- Difficulty has been balanced.<br>
- Energy requirements have been reduced, allowing more actions per day. <br>
- Sexual stamina is linked to energy. <br>
- More characters added.<br>
- Game over now occurs only if the city area reaches 0, rather than any area. <br>
- Areas now use health similar to NPCs instead of corruption. When a non-city area reaches 0, it closes and infected characters in that area are lost.<br>
- Bug fixes and QOL improvements across the board.<br>
- Development log is now available. <br>
<br>
<h2>General Future Plans: Subject to Change</h2>
- Introduce more characters who must be managed.<br>
- Continue existing storylines.<br>
- Add more locations.<br>
- Add more world events.<br>
- Add more areas that must be managed.<br>
- Add quality-of-life improvements.<br>
<br>
<h2>QUICK UPDATE 0.03</h2>
- Difficulty reduced.<br>
- <<= $NPC.alexis.name >> can be declined.<br>
- <<= $NPC.boss.name >> can be talked to.<br>
<br>
<h2>V 0.02</h2>
- New locations added.<br>
- Sanctuary area and storyline started.<br>
- <<= $NPC.gm.name >>, <<= $NPC.poly.name >>, <<= $NPC.lisa.name >>,
<<= $NPC.alexis.name >>, and <<= $NPC.kendra.name >> added.<br>
- <<= $NPC.sis.name >>'s storyline continued.<br>
- More scenes and events added, including the chip.<br>
- The first hospital story event now occurs during the introduction.<br>
- The introduction can now be skipped.<br>
- Income and expenses now occur weekly.<br>
- Auto-sleep added.<br>
- Random events added.<br>
- Interface clutter reduced.<br>
- Overall appearance improved.<br>
- Minor bugs fixed.<br>
<br>
<h2>V 0.01</h2>
- <<= $NPC.sis.name >>, <<= $NPC.boss.name >>,
<<= $NPC.doc.name >>, and <<= $NPC.mandy.name >> added.<br>
- Neighborhood, home, hospital, and massage parlor locations added.<br>
- Hospital, massage parlor, and <<= $NPC.sis.name >> storylines started.<br>
<br>
</div>
<div class="options">
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>>
</div><<set $events = []>>
<<set $eventsName = "">>
<<if $act === "" && !$uiRefresh && !$YOU.goToSleep>>
<<if tags().includes("out")>>
<<if ($MP.helpUnlocked || $SANC.helpUnlocked) && !$NPC.lisa.met && $NPC.lisa.alive && $areaLow >= 60 && !$AREAS.uptown.start>>
<<run $events.push("meet")>>
<<set $eventsName = "lisa_s">>
<<elseif !$GAME.night && !$NPC.mandy.met && $NPC.mandy.alive && $AREAS.uptown.start && State.passage === "uptown">>
<<run $events.push("mandy")>>
<<set $eventsName = "others_s">>
<<elseif !$GAME.night && !$NPC.madison.met && $NPC.madison.alive && $AREAS.uptown.start && $NPC.madison.days.includes($GAME.day) && State.passage === "rld">>
<<run $events.push("madison")>>
<<set $eventsName = "others_s">>
<</if>>
<<else>>
<<if tags().includes("home")>>
<<if State.passage === "br" && ((window.Game.rng(1, Math.max(1, 3 * $TEST.events)) <= $EVENTCOUNTER.home && !$GAME.night) || $GAME.night)>>
<<if $NPC.sis.alive && $NPC.sis.home && ($YOU.cb / $YOU.maxCB >= 0.5 || $YOU.hp <= 50) && $NPC.sis.hj>>
<<run $events.push("sisBr")>>
<<set $eventsName = "br events">>
<</if>>
<<elseif State.passage !== "br" && $NPC.sis.home && $NPC.sis.alive && $NPC.sis.location !== "sleep" && $NPC.sis.location !== "br" && window.Game.rng(1, Math.max(1, 5 * $TEST.events)) <= $EVENTCOUNTER.home >>
<<if ($YOU.cb / $YOU.maxCB) <= 0.6 && $YOU.hp >= 20>>
<<if $NPC.sis.tease>>
<<run $events.push("sisTease")>>
<<set $eventsName = "home events">>
<</if>>
<<else>>
<<if $NPC.sis.hj>>
<<run $events.push("sisQuick")>>
<<set $eventsName = "home events">>
<</if>>
<</if>>
<</if>>
<<elseif State.passage === "hhc" && $HHC.open && $NPC.doc.alive && $NPC.doc.location === "hhc" && window.Game.rng(1, Math.max(1, 5 * $TEST.events)) <= $EVENTCOUNTER.loc>>
<<if $YOU.hp <= 35>>
<<run $events.push("nurse")>>
<<if $HHC.testsUnlocked>><<run $events.push("doc")>><</if>>
<<set $eventsName = "hhc events">>
<<elseif $YOU.hp >= 35 && $HHC.testsUnlocked>>
<<run $events.push("docSamples1")>>
<<set $eventsName = "hhc events">>
<</if>>
<</if>>
<</if>>
<</if>>
<<if !$uiRefresh && !tags().includes("sex")>>
<<run window.Game.clearArr()>>
<<set $num = 0>>
<<set $YOU.stateChip = false>>
<<set $YOU.stateProstate = false>>
<<set $YOU.stateNoVision = false>>
<<set $YOU.statePostCum = false>>
<</if>>
<<if tags().includes("sex")>>
<<run window.Game.setbg("sex")>>
<<elseif tags().includes("loc")>>
<<run window.Game.setbg(State.passage)>>
<<else>>
<<run window.Game.setbg("misc")>>
<</if>><div class="main">
<<if !$NPC.gm.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "helpUnlocked">>
<<if $step === 1>>
<div class="story-text">
You enter <<print $NPC.gm.name>>'s gated neighborhood when suddenly...<br>
</div>
<<= window.Game.goToLoc("...", 0, State.passage, 0, $act, 2)>>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.poly + "bj1/5.mp4")>>
<<= window.Game.npcText("gm", "main", "Honey! You're awake. Ladies, please.")>>
<<= window.Game.vid($LINKS2.poly + "bj1/cum.mp4")>>
<<= window.Game.stat("cb", $RATES.cb.bj + 10)>>
<<= window.Game.stat("hp", $RATES.cb.bj + 10)>>
<div class="story-text">
After some time.<br>
</div>
<<= window.Game.npcText("gm", "main", "I'm glad you're okay, honey! I was scared it was too late. I wasn't entirely truthful. This area has been infected but we... we don't necessarily want to be cured. We treat it almost like a religion. A ritual of love, if you will haha.")>>
<<= window.Game.npcText("gm", "main", "Many of the people here are happier than I've ever seen them.")>>
<<= window.Game.npcText("gm", "main", "We've learned to embrace it instead of curing it. Now we have a way to treat it when it becomes too much, but not fully cure it. I'm the only one who doesn't seem to be at risk of... the worst.")>>
<<= window.Game.npcText("gm", "main", "We choose to leave our doors open, welcoming others to our celebrations that bring us all closer together. We have a place for you as well. Completely free, as long as you continue to help those in need. It may look familiar. That's right, it looks completely unchanged from when you were a child.")>>
<div class="story-text">
A new area has opened up. New home unlocked. Keep an eye on the area's wellness.<br>
</div>
<<if !$SANC.helpUnlocked>>
<<set $SANC.helpUnlocked = true>>
<<set $AREAS.sanc.start = true>>
<<set $AREAS.sanc.hp = 65>>
<<set $YOU.expenses += 25>>
<<run window.Game.updateAreaLevels()>>
<</if>>
<<set $STORY.sancCounter = 0>>
<<= window.Game.goToLoc("Back", 0, "sanc", 0)>>
<</if>>
<<elseif $act === "poly" && $NPC.poly.alive>>
<<= window.Game.npcText("gm", "main", "Hey honey... I hear you've been doing great helping everyone here. I know you're too busy for me right now. Ladies...")>>
<<= window.Game.npcText("gm", "main", "They have decided to devote themselves to you. They will be there for you, as you have been for all of us.")>>
<<if $NPC.gm.lvl <= 2>>
<<set $NPC.gm.lvl = 2>>
<</if>>
<<= window.Game.npcText("poly", "main", "We look forward to all of our beautiful experiences together.")>>
<<= window.Game.npcText("gm", "main", "I'm sure you will get along just great. You can visit me anytime... anytime, my darling.")>>
<<= window.Game.npcText("gm", "main", "That's silly, actually. You have many to help, my little hero.")>>
<<set $NPC.poly.met = true>>
<<set $NPC.poly.ill = true>>
<<set $STORY.sancCounter = 0>>
<<= window.Game.goToLoc("Back", 0, "sancHome", 0)>>
<<elseif $act === "polyDead" && $NPC.poly.met && !$NPC.poly.alive>>
<<= window.Game.npcText("gm", "main", "It seems your devotees are too far gone. I know you must've tried your best. Hopefully it will be the last time we lose anyone.")>>
<<= window.Game.npcText("gm", "main", "I know we are asking much of you. Please, it's up to you, my baby.")>>
<<set $NPC.gm.polyDied = true>>
<<= window.Game.goToLoc("Back", 0, "gm", 0)>>
<<elseif $act === "sisDead" && !$NPC.sis.alive>>
<<= window.Game.npcText("gm", "main", "I'm so sorry about Katie. I wish we could've done more...")>>
<<= window.Game.npcText("gm", "main", "I know you must've tried your best.")>>
<<set $NPC.gm.sisDied = true>>
<<= window.Game.goToLoc("Back", 0, "gm", 0)>>
<<elseif $act === "aunt" && $NPC.poly.met>>
<<= window.Game.npcText("gm", "main", "We need to talk, honey. You've made a big difference here. I needed to be sure that this would work out before we spoke about this. ")>>
<<= window.Game.npcText("gm", "main", "It's about Lilith. You might feel a bit upset hearing that name again but... she's been infected as well. She's sadly in the hospital and has been there for some time. ")>>
<<= window.Game.npcText("gm", "main", "I know you may still be upset with your mother. Someday you will understand, but she didn't deserve this. It may be too late but maybe you might be able to help. ")>>
<div class="story-text">
Should you help your aunt? (Future update) <br>
</div>
<<set $NPC.aunt.met = true>>
<<set $NPC.aunt.alive = false>>
<<set $NPC.aunt.hp = 0>>
<<= window.Game.goToLoc("Back", 0, "gm", 0)>>
<<else>>
<<set $act = "">>
<<goto $YOU.loc>>
<</if>>
<</if>>
</div><div class="main">
<h1> <<print $NPC.sis.name>> </h1><br>
<<if !$NPC.sis.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "bj1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"It’s always so much fun milking your cock with my throat, bro. I love tasting your precum as you get closer and closer to cumming, hehe.",
"Mmm, bro, I love using my throat to milk your cock. Tasting your precum while I feel you getting closer is sooo exciting.",
"Hehe, bro, milking your cock with my throat never gets old. I love tasting every bit of precum as your orgasm gets closer.",
"Mhmm, I have so much fun working your cock with my throat, bro. The taste of your precum tells me exactly how close you’re getting.",
"Mmm, bro, I love feeling your cock in my throat while your precum starts leaking out. It’s so much fun knowing you’re getting closer to cumming.",
"Hehe, there’s nothing like milking your cock with my throat, bro. I love tasting your precum more and more as you approach your release.",
"Mhmm, bro, your cock is so much fun to milk with my throat. I can always taste when your precum starts flowing and you’re getting really close.",
"Mmm, I love keeping your cock deep in my throat, bro, especially when your precum starts tasting stronger as you get closer to cumming.",
"Hehe, bro, I could milk your cock with my throat forever. Tasting your precum while you slowly lose control makes it even better.",
"Mhmm, milking your cock with my throat is always such a treat, bro. I love tasting every drop of precum as you get closer and closer to finally cumming."
])
,window.Game.rngText([
"You might find it disgusting, but I love the taste of your cock, and I can't get enough.",
"Maybe it's wrong, but I adore sucking your cock, and I don't care what anyone thinks.",
"I know it's a bit weird, but I can't help but enjoy the feel of your cock in my mouth.",
"So what if I'm into tasting my own brother's cock? It feels amazing.",
"I might seem gross, but I can't help but crave the taste of your cock."
]))>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your sister takes your cock deep into her throat, making sure you feel every slick texture of her tongue, lips, and throat.",
"She sinks your cock deep into her mouth, letting every inch drag across her tongue before sliding tightly into her throat.",
"Your sister takes you deeper, surrounding your cock with the wet warmth of her lips, tongue, and throat all at once.",
"She works your cock deep into her throat, making every movement glide across her tongue and between her slick lips.",
"Your cock slides over your sister’s tongue and past her lips before sinking deep into the tight warmth of her throat.",
"She takes your cock as deeply as she can, making sure every inch feels her wet tongue, soft lips, and squeezing throat.",
"Your sister slowly draws your cock through her slick lips and over her tongue before taking it deep into her throat.",
"She surrounds every inch of your cock with her mouth, letting you feel her tongue underneath you and her throat tightening deeper down.",
"Your sister keeps taking your cock deeper, using her tongue, lips, and throat to surround you with a constantly changing sensation.",
"She lets your cock experience every part of her mouth, sliding across her wet tongue and soft lips before disappearing deep into her throat."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You use your little sister’s wet, slippery throat like your personal toy, stroking your cock as your sensitive glans slides over her tongue and deep into her throat again and again.",
"Your little sister’s slick throat becomes your cock’s toy, your sensitive glans dragging across her wet tongue before plunging down her throat with every stroke.",
"You stroke your cock relentlessly through your little sister’s slippery mouth, your sensitive tip rubbing over her tongue before sliding deep into her throat over and over.",
"Her wet throat becomes your plaything as you thrust your cock through her slick lips, letting your hypersensitive glans glide across her tongue and down her throat repeatedly.",
"You use every inch of your little sister’s slick mouth and throat, stroking your cock while your sensitive glans repeatedly slides along her wet tongue and deeper inside.",
"Your cock strokes through your little sister’s slippery throat again and again, every pass making your sensitive glans drag deliciously across her tongue.",
"You turn your little sister’s wet mouth into a toy for your cock, repeatedly sliding your sensitive glans over her tongue and deep down her slick throat."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/4.mp4")>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/5.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You feel your balls tightening more and more each time your cock slides against the soft walls of her throat.",
"Every time your cock glides along her throat, you feel your balls pull tighter as the pressure steadily builds.",
"Your balls tense a little harder with every stroke as your cock repeatedly slides against the tightness of her throat.",
"Each pass through her throat sends another wave through your cock, making your balls tighten more intensely every time.",
"You feel the tension building in your balls with every movement as your cock rubs deeper along her throat.",
"Your balls draw tighter and tighter as each stroke makes your cock slide against the warm pressure of her throat.",
"Every glide of your cock along her throat makes your balls tense harder, bringing you steadily closer to release.",
"You can feel your balls tightening with each repeated stroke as her throat keeps rubbing perfectly against your cock.",
"The sensation of your cock sliding against her throat grows more intense with every movement, making your balls tense increasingly tight.",
"Your balls tighten almost instinctively each time your cock rubs along her throat, the pressure building more with every stroke."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/cum.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You pump your sister’s mouth full of sperm as she eagerly swallows every bit of what your balls release.",
"Your sister keeps her mouth around you as you unload, swallowing every drop your balls pump out.",
"You fill your sister’s mouth with your release while she eagerly swallows every bit of your thick load.",
"Your balls empty into your sister’s mouth as she takes every drop and swallows it without hesitation.",
"You pump your load straight into your sister’s mouth, and she eagerly swallows everything your balls give her.",
"Your sister keeps swallowing as your balls release more and more sperm into her waiting mouth.",
"You unload heavily into your sister’s mouth while she makes sure not a single drop of your release goes to waste.",
"Your balls pump their entire load into your sister’s mouth as she eagerly swallows every last bit.",
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/post1.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/post2.mp4")>>
<<= window.Game.npcExp("sis", $RATES.exp.bj)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You always cum so much harder and longer in my mouth, bro. It made my little pussy throb just feeling you lose control.",
"Mmm, bro, you always cum so much harder when it’s in my mouth. I swear, it made my little pussy pulse with excitement.",
"You came so hard and for so long in my mouth, bro. Just feeling it happen made my little pussy throb.",
"Mhmm, bro, there’s something about my mouth that makes you cum so intensely. It had my little pussy throbbing the whole time.",
"Wow, bro, you always give me such a long, powerful release in my mouth. It made my little pussy ache and throb.",
"Mmm, you came so much harder in my mouth again, bro. Feeling every pulse made my little pussy throb like crazy.",
"You really lose control when you cum in my mouth, bro. That long, intense release had my little pussy throbbing for you.",
"Mhmm, bro, your orgasms always seem so much stronger in my mouth. It made my little pussy pulse just watching you enjoy it.",
"God, bro, you came so hard and kept going for so long. Having you release in my mouth made my little pussy throb.",
"Mmm, you always cum harder and longer when I take you in my mouth, bro. It had my little pussy throbbing with every pulse."
])
,window.Game.rngText([
"Okay, I KNOW it sounds super weird, but I genuinely enjoy swallowing all your cum straight down my throat, bro.",
"God, maybe I AM a total weirdo, but there's nothing quite like feeling your cum slide all the way down my throat.",
"I don't care if it's strange. I LOVE taking every last drop of your cum straight down my throat.",
"Hehe, yeah, I'm probably pretty weird for this, but your cum sliding down my throat just feels... right.",
"You'd think it was gross, but I actually LOVE having your cum pool in my stomach, like, all of it.",
"I guess a normal girl wouldn't enjoy chugging her brother's cum down her throat, but here we are.",
"Look, I KNOW it's weird, but I literally feel better after swallowing your entire load, so... deal with it.",
"Haha, okay, maybe I'm a bit of a freak, but your cum hitting the back of my throat is just... mmm.",
"Yeah, I'm probably a total weirdo, but I could do this all day, taking your cum straight down my throat.",
"Okay, so I enjoy swallowing your cum whole, what else do you want to know?"
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<elseif $act === "bj2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your sis strokes your cock with her throat while you savor the musk of her raw, fertile pussy in the 69 position.",
"Locked together in 69, your sis works your cock with her throat as you indulge in the musky heat of her fertile pussy.",
"Your sis takes your cock deep, stroking it with her throat while you lose yourself in the raw musk of her fertile pussy beneath you.",
"In 69, her throat strokes your cock again and again while you savor the warm, primal musk of your sis's fertile pussy.",
"Your sis keeps working your cock deep in her throat as you press yourself against her raw, musky pussy in 69.",
"Her throat rhythmically strokes your cock while you breathe in the intoxicating musk of your sis's fertile pussy.",
"Your sis surrounds your cock with her throat as you eagerly indulge in the raw scent and heat of her fertile pussy in 69.",
"She keeps your cock sliding through her throat while you remain buried between your sis's thighs, savoring the musk of her fertile pussy.",
"Your sis strokes your cock relentlessly with her throat while the two of you stay tangled in 69, her raw, fertile musk filling your senses.",
"Her throat keeps working your cock as you lose yourself against your sis's warm, musky, fertile pussy in the 69 position."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/2.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I bet your balls would fill up with so much sperm if you used my throat like a fuck toy, especially with my pussy pressed right against your face, bro.",
"Mmm, bro, imagine how much sperm those balls could build up while you fuck my throat with my pussy hovering right over your face.",
"Hehe, bro, use my throat like your favorite fuck toy while my pussy stays against your face. I bet your balls would get sooo full.",
"Mhmm, I bet fucking my throat while you’ve got my pussy right in your face would make those balls fill up with an incredible amount of sperm.",
"Mmm, bro, keep using my throat however you want with my pussy pressed close to your face. I bet those balls will be absolutely loaded afterward.",
"Hehe, imagine pumping my throat while smelling and feeling my pussy right against your face, bro. Your balls would probably fill up like crazy."
])
,window.Game.rngText([
"Hehe, yeah, I can tell you're really hard, bro... and I'm not surprised, having my pussy on your face is pretty hot, right?",
"I guess I am a bit naughty, huh? But who cares, I love seeing your reaction when I have my pussy right on your face.",
"Mmm, you do look pretty turned on, don't you? And it's no surprise, having your sister's pussy on your face is definitely something to get excited about!",
"Yeah, I know, I know... I'm being super naughty, but you gotta admit, it's pretty hot having my pussy all over your face.",
"Hehe, you're clearly loving this, aren't you? My pussy on your face is driving you wild, isn't it?",
"Okay, okay, I'll stop teasing now... but seriously, you gotta admit, having my pussy on your face is pretty awesome, right?",
"Shh, don't worry about it, big bro... I know you're enjoying every second of this, and I'm loving watching you lose control.",
"God, yes! It's so hot having my pussy on your face, and I can tell you're totally into it!",
"Mmm, I'm loving every second of it, feeling your cock throb with need..."
]))>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your sister struggles to catch her breath as you use her throat to stroke your cock, even while her pussy grows wetter and throbs harder.",
"Your sister gasps for breath while you keep stroking your cock with her throat, her pussy becoming wetter and more desperate with every movement.",
"She struggles to catch her breath as your cock keeps sliding through her throat, yet her pussy only grows wetter and throbs more intensely.",
"Your sister can barely recover her breath while you use her throat around your cock, her increasingly wet pussy pulsing with excitement.",
"She fights to catch her breath between each movement of your cock through her throat, even as her pussy grows wetter and starts throbbing harder.",
"Your sister struggles for breath while her throat keeps stroking your cock, but the sensation only makes her pussy wetter and more intensely aroused.",
"She can barely catch her breath as you continue using her throat to pleasure your cock, her wet pussy throbbing harder with every second."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/6.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The musky scent of your sister’s pussy combined with the feeling of her throat around your cock makes you throb harder as your release begins building deep inside you.",
"Her pussy’s scent fills your senses while her throat strokes your cock, making you pulse harder as the pressure of your approaching load steadily builds.",
"The smell of your sister’s pussy and the tight sensation of her throat overwhelm your senses, your cock throbbing as your orgasm begins gathering inside you.",
"With her pussy so close to your face and her throat wrapped around your cock, you feel yourself throbbing harder as your release draws nearer.",
"Her musky pussy teases your senses while her throat works your cock, each sensation making you pulse harder as your load prepares to spill into her mouth.",
"The combination of your sister’s scent and her throat rubbing your cock sends you closer to the edge, your shaft throbbing as your release builds.",
"Her pussy’s scent surrounds you while her throat keeps stroking your cock, making every pulse stronger as you get closer to filling her mouth.",
"With your sister’s pussy teasing your senses and her throat working your cock, you feel the pressure of your orgasm building until your shaft begins throbbing intensely."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/cum.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your balls, prostate, and cock work in perfect sync, pumping your sister's mouth full of cum as she struggles to swallow every last drop.",
"Your cock throbs as your balls and prostate contract together, filling your sister's mouth while she desperately tries to swallow it all.",
"Every contraction of your balls and prostate sends another pulse through your cock, flooding your sister's mouth faster than she can swallow.",
"Your balls tighten and your prostate pulses as your cock pumps cum into your sister's mouth, leaving her struggling to keep up with every drop.",
"Your entire body seems to work together as your cock repeatedly pulses cum into your sister's mouth while she fights to swallow everything.",
"Your prostate and balls contract in rhythm, making your cock throb as your sister's mouth fills with more cum than she can easily swallow.",
"Each powerful contraction travels from your balls through your prostate and cock, pumping another wave of cum into your sister's struggling mouth.",
"Your cock pulses relentlessly as your balls and prostate squeeze together, forcing your sister to struggle with every drop filling her mouth.",
"Your balls clench, your prostate contracts, and your cock throbs in perfect rhythm as your sister desperately swallows the cum filling her mouth.",
"Everything works in sync as your balls and prostate drive one pulse after another through your cock, leaving your sister struggling to swallow every last drop."
])>><br><br>
</div>
<<set $YOU.stateNoVision = true>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj, window.Game.rngText([
"The sight of your sister’s pussy makes your orgasm hit even harder.",
"Seeing your sister’s pussy sends your pleasure soaring, making your climax far more intense.",
"The forbidden sight of your sister’s pussy heightens every sensation, strengthening your orgasm.",
"Your climax surges with extra intensity as the sight of your sister’s pussy overwhelms your senses.",
"Watching your sister’s pussy pushes your arousal even higher, making your orgasm feel incredibly powerful.",
"The view of your sister’s pussy intensifies your pleasure until your orgasm hits harder than before.",
"Seeing your sister exposed in front of you sends another rush of pleasure through your body, amplifying your climax.",
"The taboo view of your sister’s pussy makes every wave of your orgasm feel stronger and more intense.",
"Your pleasure spikes from the sight of your sister’s pussy, turning your climax into an even stronger rush.",
"The sight before you drives your arousal higher, making your orgasm surge with overwhelming intensity."
]))>>
<<= window.Game.npcExp("sis", $RATES.exp.bj)>>
<<= window.Game.npchp("sis", 5)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<elseif $act === "edgebj1">>
<<if $step === 1>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I'm so happy! This means I get to lick and savor your cockhead nice and slowly for as long as possible. Please don't cum too soon. I want that soft, sensitive tip in my mouth for ages, hehe.",
"Yay, bro! Now I can take my sweet time licking and savoring that sensitive cockhead. Please hold back for me. I want your tip in my mouth as long as possible, hehe.",
"I'm sooo happy! I get to slowly tease your cockhead with my tongue and enjoy every second of it. Don't cum yet, bro. I want to keep that sensitive tip in my mouth.",
"This is perfect, bro! I can lick your cockhead as slowly as I want and savor how sensitive it gets. Please don't cum too quickly. I want to enjoy your tip forever, hehe.",
"Brooo, I'm so excited! I want to take my time licking and sucking that soft, sensitive tip. Try your hardest not to cum because I'm nowhere near done enjoying it.",
"I'm so happy I get to savor your cockhead properly! Nice slow licks, gentle sucking, and lots of teasing. Please don't cum yet, bro. I want you in my mouth much longer.",
"Yay! I get to keep that sensitive cockhead between my lips and tease it nice and slowly. Hold out for me, bro. I want to savor your tip for as long as I possibly can.",
"I'm sooo happy right now! I want to slowly lick every bit of your sensitive cockhead and keep it in my mouth forever. Don't cum too soon on me, hehe.",
"This means I can take all the time I want with your cockhead, bro! Please keep holding back while I slowly lick and savor that soft, sensitive tip in my mouth.",
"Brooo, this is exactly what I wanted! I get to slowly lick and suck your sensitive cockhead for as long as you'll last. Please don't cum yet. I want to savor you a lot longer, hehe."
])
,window.Game.rngText([
"I'm gonna slowly lick and suck on your tip, bro. Try not to cum too quickly... though your little sis definitely isn't making it easy, hehe.",
"Nice and slow, bro... I'll tease your tip with my tongue and lips. Let's see how long you can last when I'm trying my hardest to make you cum, hehe.",
"I'm only going to lick and suck your sensitive tip for now, bro. Better concentrate if you don't want to cum too soon... because I'm going to tease you mercilessly.",
"Try to hold it in, bro! I'm gonna slowly suck and tease your tip until you're desperate to cum... and I'm definitely not going easy on you, hehe.",
"Just my lips and tongue on your tip, nice and slowly, bro. Think you can keep yourself from cumming while I deliberately make it harder and harder?",
"I'm gonna give your tip all my attention, bro. Slow licks, gentle sucking, and lots of teasing. Try not to cum before I'm ready for you to, hehe."
]))>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Every moan your sister makes vibrates against your glans while her lips and tongue glide over it, slowly edging you closer to release.",
"Your sister's muffled moans tremble against your sensitive glans as her tongue and lips tease it relentlessly, keeping you right on the edge.",
"Each moan sends vibrations through your cockhead while her slick tongue circles it and her lips gently work you closer to climax.",
"Your sister's moans ripple directly against your sensitive tip as her lips and tongue slowly tease you toward the brink.",
"Every sound she makes vibrates through your glans while her wet tongue and soft lips keep you hovering desperately close to cumming.",
"Her mouth hums with every moan, sending vibrations across your cockhead as your sister's tongue slowly teases you closer and closer.",
"Each muffled moan intensifies the sensation against your glans while her lips and tongue deliberately keep you balanced on the edge.",
"Her moans buzz against your sensitive tip as her tongue slides around it and her lips slowly coax you toward release.",
"Every moan resonates through your cockhead while your sister's lips and tongue relentlessly tease its sensitivity, edging you without letting you finish.",
"Her soft moans vibrate against your glans as her tongue and lips work together, slowly building your pleasure until you’re barely holding back."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/3.mp4")>>
<<set $YOU.stateNoVision = true>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<if $YOU.cb < $YOU.maxCB>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I desperately want to make you explode right now, bro, and taste that thick cum, but we might need to hold off. Make a quick decision or I might just keep licking your sensitive cockhead without mercy.",
"Man, I'm dying to make you blow and get a taste of that hot cum, but patience might serve us better. Hurry up and decide or I won't be able to stop myself from continuing to tease your cockhead.",
"I really wanna make you cum so badly and sample that warm seed, but waiting could make it even better. Choose quickly or I might not be able to resist keeping my tongue on your cockhead.",
"Believe me, I want nothing more than to make you cum right this second and taste every drop, but we should probably wait. Decide now or I might lose control and keep worshipping your cockhead.",
"I'm aching to make you erupt, man, and taste that nasty cum, but strategic patience might be smarter. Pick soon or I honestly might not stop teasing your cockhead.",
"Trust me, bro, I want to make you cum desperately and feel all that warm cum in my mouth, but waiting could pay off big time. Make it snappy or I might just keep going on your cockhead.",
"I'm dying to make you blow your load and taste that thick cum, but letting you build up first might be smart. Decide fast or I might not be able to stop myself from continuing to lick your cockhead."
])
,window.Game.rngText([
"Maybe it would feel even better if we waited until you've built up more semen before climaxing. What are your thoughts?",
"Bro, perhaps we should hold off on making you cum until you've got a bigger load. How does that sound to you?",
"Hey it might be more enjoyable if we let you build up more before the release. What do you think?",
"We could wait until you've built up a bigger load before cumming. What's your take?",
"It could be better to delay until you've got more sperm in the tank. Thoughts bro?",
"Waiting until you've loaded up more might make the orgasm more intense. What say you?",
"It might hit harder if we wait till you've produced more sperm. What's your feeling on that?"
]))>>
<div class="options">
<<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>>
<div class = "loc">
<<link "Stop for now">>
<<= window.Game.stat("stamina",1)>>
<<set $YOU.edgeCounter = 0>>
<<= window.Game.npcExp("sis", 1)>>
<<goto "sis">>
<</link>><br>
</div>
</div>
<<else>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<</if>>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/5.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your body convulses as the darkness amplifies every sensation, a massive load building moments before you fill your sister's mouth.",
"Deprived of sight, every sensation becomes overwhelming as your body starts convulsing and a huge release builds for her waiting mouth.",
"Your body trembles uncontrollably, the inability to see magnifying the pleasure as you feel a massive load preparing to erupt into your little sister's mouth.",
"Without sight to ground you, the sensations become impossibly intense, your body convulsing as you approach a massive release into her mouth.",
"Your muscles tense and convulse as the darkness heightens every touch, making the enormous load building inside you feel even more intense.",
"Unable to see anything, you feel everything twice as intensely, your body shaking as a massive load surges closer to filling her mouth.",
"Your lack of sight makes every sensation hit harder, leaving your body trembling uncontrollably as a huge load builds toward release."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/cum.mp4")>>
<<= window.Game.stat("stamina",3)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.npcExp("sis", $RATES.exp.bj)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Your cum is sooo thick and juicy! Aww, was that because of me? Maybe if I’m a good girl and say please, you’ll give me even more to swallow next time?",
"Mmm, that cum was so thick! Did your good little sister really make you cum so much? Pretty please, can I have even more to swallow next time?",
"Aww, look how thick and juicy your cum is! Was I really that good for you? Maybe your good girl deserves another mouthful, hehe.",
"That was sooo thick and delicious! Was it because I made you feel that good? Please tell me your good girl gets even more next time.",
"Mmm, you gave me such thick cum! Aww, did I earn all that? I promise I’ll be an extra-good girl if you give me more to swallow next time.",
"Your cum was ridiculously thick and juicy! Did I make you that worked up? Pretty please, save even more for your good girl next time.",
"Aww, was all that thick cum really because of me? Maybe if I behave and ask nicely, you’ll let me swallow an even bigger load next time?",
"Mmm, so thick and juicy! I must’ve been a very good girl to get that much. Think I can get even more cum to swallow next time?",
"Was that thick, yummy cum my reward for being good? Aww, pretty please give me even more next time. I promise I’ll swallow it all.",
"Your cum is sooo thick! Aww, did your good girl make you cum like that? If I say pretty please, will you give me even more to swallow next time?"
])
,window.Game.rngText([
"Did you cum even harder knowing I was going to swallow every drop like your good girl?",
"Tell me, did knowing your good little sister would swallow every last drop make you cum harder?",
"Did you finish extra hard because you knew I wasn't going to waste a single drop, hehe?",
"Was it even more intense knowing I'd be your good sister and swallow everything you gave me?",
"Did knowing I wanted every last drop make that orgasm hit even harder for you?",
"Tell me you came harder because you knew your good girl was eagerly waiting to swallow it all.",
"Did it make you lose control knowing I was going to take every drop and swallow like a good girl?",
"Was that why you came so hard? Because you knew I'd happily swallow every single drop for you?",
"Did thinking about me swallowing everything make your climax even stronger, hehe?",
"Tell me, did you cum harder knowing your little sister wanted every last drop and wasn't going to waste any of it?"
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<<set $YOU.edgeCounter = 0>>
<</if>>
<<elseif $act === "edgebj2">>
<<if $step === 1>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I'm gonna be an extra-good girl and lick and suck only the tip of your cock. I want those balls nice and full when you finally cum for me, hehe.",
"I'll be such a good girl and tease nothing but your sensitive tip. I want you holding back until those balls feel completely loaded for me, bro.",
"Only your cockhead gets my lips and tongue today! I'm going to be patient and let all that cum build up in those juicy balls, hehe.",
"I'm gonna behave and focus only on your tip, nice and slowly. I want those balls holding as much cum as possible before I finally let you cum.",
"Let sis gently lick and suck that sensitive tip. I want to tease you while all that cum keeps building up in those balls.",
"I promise I'll be an extra-good girl and only play with your cockhead. Let's keep all that cum building until those balls are absolutely ready to burst, hehe.",
"Just the tip for now! I'll use my tongue and lips nice and gently while you keep building more and more cum for the best sister in the world!",
"I'm going to be sooo good and tease only your sensitive cockhead. I want those soft balls storing up every possible drop before you finally cum.",
"No rushing, okay? Your favorite sister is going to slowly lick and suck just your tip while those juicy balls keep filling up for me.",
"I'll give that cockhead all my attention without letting you finish too soon. I want as much cum as possible waiting in those balls when you finally lose control, hehe."
])
,window.Game.rngText([
"I'm gonna lick and suck just the tip of your cock. Don't worry, though. I'm going to make it sooo hard for you to last, hehe.",
"Only the tip this time! I'll lick and suck it nice and slowly until you're struggling not to cum, hehe.",
"I'm only going to play with your cockhead, but don't think that means it'll be easy. I'm gonna make lasting as difficult as possible!",
"Let me focus all my attention right on your sensitive tip. I'll lick and suck it until you're barely able to hold back, hehe.",
"I'm gonna tease only your cockhead with my tongue and lips. Good luck lasting long when I'm trying sooo hard to make you cum!",
"No taking the whole thing. I'm giving that sensitive tip all my attention. Let's see how long you can survive my teasing, hehe.",
"Just let me have that sensitive cockhead. I'll use my lips and tongue until holding back feels almost impossible, hehe.",
"I'm only teasing the tip, but I'm going to make every lick and suck count. Let's see how long you can actually last for me!"
]))>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Sis takes full advantage of your blindness, secretly milking only the hypersensitive tip of your cock while you helplessly anticipate every sensation.",
"Unable to see what she's doing, you can only feel your sister slowly milk your sensitive cockhead, every unexpected touch hitting harder than the last.",
"She exploits the fact that you can't see a thing, focusing entirely on your hypersensitive tip and letting each unpredictable sensation catch you by surprise.",
"With your vision completely gone, she deliberately milks only your sensitive cockhead, leaving you helpless to anticipate her next movement.",
"She uses your blindness against you, teasing and milking just the tip of your cock while its heightened sensitivity makes every touch overwhelming.",
"Unable to watch her movements, you're left completely at her mercy as she patiently milks your hypersensitive cockhead.",
"Sis takes full advantage of the darkness, concentrating exclusively on your sensitive tip while the uncertainty makes every tiny movement feel more intense.",
"Without sight to warn you what's coming, every slow movement against your hypersensitive cockhead catches you by surprise as your sister continues milking it.",
"Blind to everything she's doing, you can only surrender to the sensation as she relentlessly exploits your heightened sensitivity by milking just your cockhead."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/3.mp4")>>
<<set $YOU.stateNoVision = true>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<if $YOU.cb < $YOU.maxCB>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I desperately want to make you explode right now, bro, and taste that thick cum, but we might need to hold off. Make a quick decision or I might just keep licking your sensitive cockhead without mercy.",
"Man, I'm dying to make you blow and get a taste of that hot cum, but patience might serve us better. Hurry up and decide or I won't be able to stop myself from continuing to tease your cockhead.",
"I really wanna make you cum so badly and sample that warm seed, but waiting could make it even better. Choose quickly or I might not be able to resist keeping my tongue on your cockhead.",
"Believe me, I want nothing more than to make you cum right this second and taste every drop, but we should probably wait. Decide now or I might lose control and keep worshipping your cockhead.",
"I'm aching to make you erupt, man, and taste that nasty cum, but strategic patience might be smarter. Pick soon or I honestly might not stop teasing your cockhead.",
"Trust me, bro, I want to make you cum desperately and feel all that warm cum in my mouth, but waiting could pay off big time. Make it snappy or I might just keep going on your cockhead.",
"I'm dying to make you blow your load and taste that thick cum, but letting you build up first might be smart. Decide fast or I might not be able to stop myself from continuing to lick your cockhead."])
,window.Game.rngText([
"Maybe it would feel even better if we waited until you've built up more semen before climaxing. What are your thoughts?",
"Bro, perhaps we should hold off on making you cum until you've got a bigger load. How does that sound to you?",
"Hey it might be more enjoyable if we let you build up more before the release. What do you think?",
"We could wait until you've built up a bigger load before cumming. What's your take?",
"It could be better to delay until you've got more sperm in the tank. Thoughts bro?",
"Waiting until you've loaded up more might make the orgasm more intense. What say you?",
"It might hit harder if we wait till you've produced more sperm. What's your feeling on that?"]))>>
<div class="options">
<<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>>
<div class = "loc">
<<link "Stop for now">>
<<= window.Game.stat("stamina",1)>>
<<set $YOU.edgeCounter = 0>>
<<= window.Game.npcExp("sis", 1)>>
<<goto "sis">>
<</link>><br>
</div>
</div>
<<else>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<</if>>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Sis keeps your glans under constant stimulation with her mouth, carefully prolonging every wave of pleasure.",
"Sis keeps her lips and tongue focused on your sensitive glans, maintaining steady stimulation to make the pleasure last.",
"Sis continuously works your glans with her mouth, teasing every sensitive nerve while drawing out the pleasure.",
"Sis refuses to let your glans rest, using her warm mouth to keep it constantly stimulated and prolong the sensation.",
"Sis keeps your sensitive glans surrounded by her mouth, steadily teasing it so the pleasure builds without fading.",
"Sis focuses her mouth entirely on your glans, maintaining nonstop sensual stimulation to stretch out every second of pleasure.",
"Sis keeps her lips and tongue moving over your glans, carefully sustaining the stimulation to make the pleasure linger."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/5.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The pleasure becomes unbearable as she edges you closer and closer to finally cumming in her mouth.",
"She keeps you trembling on the brink until the pleasure becomes overwhelming and you're desperate to cum into her waiting mouth.",
"The sensations grow impossibly intense as she patiently edges you toward releasing everything into her mouth.",
"She keeps pushing you nearer to the breaking point, the pleasure mounting until you're barely holding back from cumming in her mouth.",
"Every teasing movement brings you closer to losing control, building the pleasure until you're seconds away from filling her mouth.",
"The pleasure overwhelms your senses as she relentlessly edges you, keeping you just short of finally releasing into her mouth.",
"She draws out every second of your approaching climax, edging you until the need to cum in her mouth becomes almost unbearable.",
"Your control begins to crumble as she keeps you balanced on the edge, steadily coaxing you toward an explosive release into her mouth.",
"The pleasure builds beyond what you can handle as she teases you closer and closer to finally cumming for her.",
"She keeps the pressure building until you're trembling on the verge, barely able to resist the overwhelming urge to release into her mouth."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/cum.mp4")>>
<<= window.Game.stat("stamina",3)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.npcExp("sis", $RATES.exp.bj)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Your cum is sooo thick and juicy! Aww, was that because of me? Maybe if I’m a good girl and say please, you’ll give me even more to swallow next time?",
"Mmm, that cum was so thick! Did your good little sister really make you cum so much? Pretty please, can I have even more to swallow next time?",
"Aww, look how thick and juicy your cum is! Was I really that good for you? Maybe your good girl deserves another mouthful, hehe.",
"That was sooo thick and delicious! Was it because I made you feel that good? Please tell me your good girl gets even more next time.",
"Mmm, you gave me such thick cum! Aww, did I earn all that? I promise I’ll be an extra-good girl if you give me more to swallow next time.",
"Your cum was ridiculously thick and juicy! Did I make you that worked up? Pretty please, save even more for your good girl next time.",
"Aww, was all that thick cum really because of me? Maybe if I behave and ask nicely, you’ll let me swallow an even bigger load next time?",
"Mmm, so thick and juicy! I must’ve been a very good girl to get that much. Think I can get even more cum to swallow next time?",
"Was that thick, yummy cum my reward for being good? Aww, pretty please give me even more next time. I promise I’ll swallow it all.",
"Your cum is sooo thick! Aww, did your good girl make you cum like that? If I say pretty please, will you give me even more to swallow next time?"
])
,window.Game.rngText([
"Did you cum even harder knowing I was going to swallow every drop like your good girl?",
"Tell me, did knowing your good little sister would swallow every last drop make you cum harder?",
"Did you finish extra hard because you knew I wasn't going to waste a single drop, hehe?",
"Was it even more intense knowing I'd be your good sister and swallow everything you gave me?",
"Did knowing I wanted every last drop make that orgasm hit even harder for you?",
"Tell me you came harder because you knew your good girl was eagerly waiting to swallow it all.",
"Did it make you lose control knowing I was going to take every drop and swallow like a good girl?",
"Was that why you came so hard? Because you knew I'd happily swallow every single drop for you?",
"Did thinking about me swallowing everything make your climax even stronger, hehe?",
"Tell me, did you cum harder knowing your little sister wanted every last drop and wasn't going to waste any of it?"
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<<set $YOU.edgeCounter = 0>>
<</if>>
<<elseif $act === "ff1">>
<<if $step === 1>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Hey, can I get your cock really hard first, bro? I bet your balls will be packed with cum if you can fuck my throat even deeper, hehe.",
"Mmm, bro, let me get that cock completely hard first. I wanna see how full your balls get when you push even deeper into my throat, hehe.",
"Heyyy, bro, mind if I get you rock hard first? I bet fucking my throat deeper will have those balls absolutely loaded with cum.",
"Mmm, let me make your cock nice and hard, bro. I have a feeling going deeper in my throat will make those balls fill up sooo much, hehe.",
"Hey, bro, let me get that cock fully ready first. I bet the deeper you fuck my throat, the more cum those balls will build up.",
"Mmm, can I get you really hard first, bro? I wanna help you fuck my throat deeper and see just how full those balls can get.",
"Heyyy, bro, let me work that cock until it’s rock hard. I bet using my throat deeper will have your balls overflowing with cum, hehe."
])
,window.Game.rngText([
"Let me help get your cock nice and hard so you can fuck my throat even deeper.",
"Mmm, let me get that cock fully hard for you so you can push deeper into my throat.",
"Come here, bro. Let me help get you rock hard so you can use my throat as deeply as you want.",
"Let me work your cock until it’s completely hard, then you can fuck my throat even deeper.",
"Mmm, let me get you nice and stiff first so you can slide farther down my throat.",
"Let me help that cock get fully hard, bro. I want you to be able to fuck my throat as deep as possible.",
"Come on, let me get your cock ready so you can push deeper and really use my throat.",
"Mmm, I’ll help get you hard first, then you can see just how deep my throat can take you.",
"Let me make your cock nice and hard, bro, so you can fuck my throat deeper with every thrust.",
"Mmm, let me get you completely hard and ready. Then you can bury that cock as deep in my throat as you want."
]))>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Sis fondles your balls and sucks your cock, working to get you as hard as possible while your fingers tease her soft pussy.",
"Sis gently plays with your balls and works your cock with her mouth, making you harder while you pleasure her soft pussy in return.",
"Sis cups and massages your balls as she sucks your cock, determined to get you completely hard while you play between her legs.",
"Sis eagerly fondles your balls and sucks your cock until you’re rock hard, all while you keep your fingers busy teasing her pussy.",
"Sis massages your balls and wraps her mouth around your cock, coaxing you to full hardness as you explore her soft pussy.",
"Sis gives your balls plenty of attention while sucking your cock, getting you harder by the second as you tease her pussy with your hand.",
"Sis keeps fondling your balls and working your cock with her mouth, making you completely hard while you return the favor between her legs.",
"Sis eagerly massages your balls and sucks you until you’re fully hard, while your fingers continue playing with her soft pussy.",
"Sis works your cock with her mouth and gently fondles your balls, determined to get you as hard as possible while you pleasure her pussy.",
"Sis keeps her hands on your balls and her mouth around your cock, steadily getting you rock hard while you tease her soft pussy."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"With your cock as hard as possible, you start fucking her throat balls-deep, making sure every inch of your shaft is stimulated by its tight warmth.",
"Now completely rock hard, you push balls-deep into her throat, letting the tight pressure stimulate your entire cock with every thrust.",
"With your cock fully hardened, you begin fucking her throat deeply, making sure every inch of your shaft slides against its tight walls.",
"Rock hard and ready, you drive your cock balls-deep into her throat, enjoying the sensation surrounding your entire shaft.",
"With your cock at maximum hardness, you start thrusting deep into her throat, letting every inch feel the tight stimulation around it.",
"Your cock fully stiff, you begin fucking her throat balls-deep, making each thrust rub its tightness along your entire shaft.",
"Once you’re completely hard, you push deep into her throat again and again, ensuring your whole cock is surrounded by intense stimulation.",
"With your cock rock hard, you start using her throat deeply, sliding balls-deep so every inch of your shaft feels its tight pressure.",
"Fully hardened, you thrust your cock deep into her throat, making sure the sensation travels from your tip all the way down your shaft.",
"With your cock as hard as it can get, you begin fucking her throat balls-deep, savoring the tight stimulation wrapped around your entire length."
])>><br><br>
</div>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/5.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You feel your balls working overtime, building a massive load worthy of your eager sister as she enthusiastically takes your cock deep into her throat.",
"Your balls strain to produce more and more cum for your loving sister while she eagerly welcomes your cock deep into her throat.",
"You can feel your balls filling with a heavy load meant just for your sister as she enthusiastically lets your cock slide deeper down her throat.",
"Your balls work relentlessly to prepare a huge load for your devoted sister while her welcoming throat eagerly surrounds your cock.",
"You feel pressure building in your balls as they prepare an enormous load for your sister, her enthusiasm growing as she takes your cock deeper.",
"Your balls seem to work overtime preparing every drop for your loving sister while she eagerly lets your cock penetrate the tight warmth of her throat.",
"You feel a heavy load building inside your balls, destined for your eager sister as she enthusiastically welcomes your cock deeper into her throat.",
"Your balls steadily build a thick load worthy of your devoted sister while she eagerly takes your cock farther into her welcoming throat.",
"You can practically feel your balls producing more cum with every moment as your enthusiastic sister lets your cock slide deep into her throat.",
"Your balls work furiously to prepare a huge load for your loving sister while she eagerly opens herself to every deep stroke of your cock in her throat."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/6.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.npcExp("sis", $RATES.exp.bj)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You’re so gross, cumming that much in your own sister’s mouth, hehe… just kidding. I loved every single drop.",
"Wow, bro, you really filled your own sister’s mouth with that much cum? So gross… hehe, kidding! I loved every bit of it.",
"Eww, bro, look how much you came in your sister’s mouth! Haha, I’m teasing. I absolutely loved every drop.",
"You’re such a filthy brother, giving your own sister that much cum, hehe. Just kidding… I loved all of it.",
"Oh my god, bro, that was sooo much cum in your sister’s mouth. Gross, right? Hehe… not to me. I loved every bit.",
"Brooo, you seriously came that much in your own sister’s mouth? You’re disgusting… haha, kidding! I loved it.",
"Mmm, look at you, filling your sister’s mouth like that. So naughty and gross… hehe, except I loved every second of it.",
"You really unloaded all of that into your sister’s mouth, bro? Hehe, what a pervert… just kidding, I loved every drop."
])
,window.Game.rngText([
"Wow, your cum is so thick and creamy! I shouldn't enjoy tasting it so much, but... I really do, hehe!",
"Oh my gosh, it's so rich and tasty! I feel kind of bad liking it so much, but I can't help it!",
"Whoa, your semen is really thick today! I feel naughty saying this, but it tastes really good, bro!",
"Wow, I can't believe how thick your cum is! I know I shouldn't like tasting it, but it's actually really delicious!",
"Oh, your cum is so creamy! I'm a little embarrassed to say I enjoy it, but... I do, hehe!",
"It's so thick and smooth! I feel kinda weird for liking it so much, but I can't stop myself!",
"Wow, your semen is really potent! I shouldn't admit this, but I love how it tastes, teehee!",
"Oh man, it's so thick! I know I'm being bad for enjoying it, but I can't help myself!",
"Whoa, your cum is so creamy and rich! I feel naughty saying I like it, but I really do!",
"Wow, it's so thick and tasty! I'm a little embarrassed, but I really enjoy the flavor, hehe!"
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<elseif $act === "ff2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I can't wait to empty all that nasty cum from those tasty balls into my mouth, mhmm.",
"Mhmm, I can't wait to get every drop of that filthy cum out of those delicious balls and into my mouth.",
"I want all that nasty cum you've been saving in those tasty balls, mhmm. Give every drop to my mouth.",
"Mmm, those tasty balls must be holding so much filthy cum. I can't wait to empty it all into my mouth.",
"I can't wait to milk every nasty drop from those delicious balls and taste it all in my mouth, mhmm.",
"Mhmm, I want to empty those tasty balls completely and have all that filthy cum right in my mouth.",
"All that nasty cum inside those delicious balls is making me so impatient. I want every last drop in my mouth, mhmm.",
"Mmm, I can't wait until those tasty balls are empty and my mouth is full of all that nasty cum.",
"I want every filthy drop those tasty balls have to give me, mhmm. I can't wait to take it all in my mouth.",
"Mhmm, let me empty every bit of that nasty cum from those delicious balls. I want every last drop in my mouth."
])
,window.Game.rngText([
"Why do your balls taste this good? Maybe I'm getting addicted to the taste of my own brother, hehe.",
"Brooo, why do you taste so ridiculously good? I swear your little sis might be getting addicted to you, hehe.",
"Mhmm, why do your balls taste so yummy to me? Maybe I'm developing a naughty little addiction to my own brother.",
"Why do I love your taste this much, bro? Hehe, I think your little sister might actually be getting addicted.",
"Mmm, seriously, bro, how do you taste this good? Your little sis might be craving you a little too much lately, hehe.",
"Brooo, I think you've spoiled me! Now I can't stop craving the taste of my own brother, hehe.",
"Mhmm, why is your taste becoming so irresistible to me? I think your little sister has found her newest addiction.",
"Why do your balls taste better every time, bro? Hehe, you're seriously turning your little sis into an addict."
]))>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You fuck her saliva-filled throat balls deep, indulging in the filthy sensation of her slick throat stroking your cock.",
"You bury yourself balls deep in her saliva-soaked throat, savoring every tight, slippery stroke around your cock.",
"You thrust deep into her dripping-wet throat, losing yourself in the obscene feeling of it stroking every inch of your cock.",
"Your cock sinks balls deep into her slick throat as you indulge in every wet contraction squeezing and stroking your shaft.",
"You fuck her saliva-drenched throat relentlessly, savoring the tight, slippery pressure stroking your cock with every thrust.",
"You plunge balls deep into her soaked throat, completely consumed by the slick sensation of it gripping and stroking your cock.",
"Her throat is drenched in saliva as you fuck it balls deep, every deep thrust surrounding your cock with tight, slippery warmth.",
"You drive your cock deep into her saliva-slick throat, indulging in every filthy stroke as its tight walls squeeze around you.",
"You bury your cock balls deep inside her wet throat, savoring the way every slick movement strokes you from tip to base.",
"You fuck her soaking throat balls deep, surrendering to the relentless sensation of its wet, tight walls stroking your cock."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The taboo thrill of fucking your own sister’s throat only turns you on more, pushing you closer and closer to emptying your balls.",
"The forbidden reality of having your cock buried in your sister’s throat drives your arousal higher as your balls tighten toward release.",
"Knowing it’s your own sister’s throat wrapped around your cock makes the pleasure even more intense as you edge closer to emptying your balls.",
"The incestuous taboo sends another surge of arousal through you as you fuck your sister’s throat and feel your release building.",
"Every thrust into your own sister’s throat makes the forbidden thrill stronger, bringing your tightening balls closer to finally emptying.",
"The sheer taboo of using your sister’s throat overwhelms your senses, driving you rapidly toward the moment your balls finally unload.",
"Realizing whose throat is stroking your cock only intensifies your arousal, making your balls tighten harder as your climax approaches.",
"The forbidden pleasure of fucking your own sister’s throat pushes you nearer to the edge with every stroke, your balls aching to empty.",
"Each slick stroke of your sister’s throat feels even more intense because of the taboo, steadily driving you toward emptying your balls.",
"The incestuous thrill makes every sensation stronger as you keep fucking your sister’s throat, getting closer and closer to finally releasing everything."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/4.mp4")>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/5.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Please cum in my mouth. It'll make you cum even harder, and we need to empty your balls as much as possible. What better place than your own sister's mouth, hehe?",
"Come on, bro, cum right in my mouth. We need to get as much out of those balls as we can, and your sister's mouth is the perfect place, hehe.",
"Please finish in my mouth, bro. I want you cumming as hard as possible while we empty those balls together. Your little sis can take it, hehe.",
"Cum straight into my mouth, bro! It'll make your climax even stronger, and I'll make sure we get as much as possible out of those balls.",
"Pretty please, bro, give it all to my mouth. We need those balls as empty as possible, and who better to take your cum than your own sister?",
"Come on, bro, let yourself cum in my mouth. The harder you finish, the more we can drain those balls and your little sis wants every drop, hehe.",
"Please give your sister that cum, bro. I want to make your orgasm extra intense while helping you empty those balls as much as possible.",
"Cum right into my mouth, bro! We need to squeeze everything we can out of those balls, and your sister is sooo ready to take it, hehe.",
"Brooo, please finish in my mouth. I want you cumming extra hard while we get those balls nice and empty. Your little sis is the perfect place for it!",
"Please cum for me, bro, right into my mouth. Let's make it as intense as possible and empty those balls together. Your sister wouldn't want that cum going anywhere else, hehe."
])
,window.Game.rngText([
"You should cum in my mouth, bro. The doctor said it'll make you cum even harder, remember?",
"Come on, bro, cum right in my mouth! If the doctor was right, it'll make your orgasm sooo much stronger.",
"You should finish in my mouth this time, bro. The doctor did say that would help you cum even harder.",
"Cum in my mouth, bro! We have to follow the doctor's advice if we want your climax to be extra intense, hehe.",
"Heyyy, bro, give it to my mouth this time. The doctor said that's supposed to make you cum even harder!",
"You'd better cum in my mouth, bro. We wouldn't want to ignore the doctor's advice about making your orgasm stronger, would we?",
"Come on, bro, finish right in my mouth. If that's what makes you cum harder, I'm totally ready to help!",
"Cum for me right here, bro! The doctor said my mouth should make your release even stronger, so let's find out.",
"Brooo, remember what the doctor said? You should cum in my mouth if you want it to feel even more intense, hehe.",
"You should let yourself cum right into my mouth, bro. After all, the doctor said that's how we can make your climax even harder."
]))>>
<<= window.Game.vid($LINKS2.sis + "bj/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.npcExp("sis", $RATES.exp.bj)>>
<<= window.Game.npchp("sis", 5)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<else>>
<<set $act = "bj1">>
<<set $step = 1>>
<<goto State.passage>>
<</if>>
<</if>>
</div><div class="main">
<h1> <<print $NPC.doc.name>> </h1><br>
<<if !$NPC.doc.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $step <= 1>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Thank you for coming in today.",
"I appreciate you making time for the testing.",
"Thank you for being here.",
"I know testing can be stressful, so I appreciate your cooperation.",
"Thank you for taking this seriously.",
"I appreciate you following through on our arrangement.",
"Thank you for coming in so we can gather more information.",
"I’m glad you were able to make it today.",
"I appreciate you helping us get the information we need.",
"Thank you for being willing to cooperate with us.",
"I know this may not be convenient, so thank you for coming in.",
"I appreciate your time today.",
"Thank you for coming in promptly.",
"I’m glad we can get this testing started.",
"Thank you for working with us on this.",
"I appreciate you being here and staying cooperative.",
"Thank you for trusting us with this process.",
"Thank you for being thorough with this.",
"I’m glad you came in instead of putting it off.",
"Thank you for giving us the chance to look into this properly.",
"I appreciate your willingness to do the tests today.",
"Thank you for being open to the testing we recommended.",
"I know this may feel uncertain, so I appreciate you coming in.",
"I appreciate you being proactive.",
"Thank you for coming in so we can move forward carefully.",
"I’m glad you’re here today.",
"Thank you for taking this step.",
"I appreciate your cooperation throughout the testing.",
"Thank you for coming in and getting this done.",
"I know medical testing can feel overwhelming, so thank you for being here.",
"Thank you for letting us collect the information we need.",
"I appreciate you making yourself available for testing.",
"Thank you for coming in during business hours so we could handle this quickly.",
"I’m glad we’re able to evaluate this today.",
"Thank you for doing your part in the process.",
"I appreciate you taking the arrangement seriously."]))>>
<</if>>
<<if $act === "phj">>
<<if $step === 1>>
<<if !$uiRefresh>>
<<set $num = window.Game.rng(1,3)>>
<</if>>
<<= window.Game.vid($LINKS2.docTests + $act + $num + "/1.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Stimulating your prostate will elicit the most potent climax and semen release, so we must ensure thorough pelvic floor activation",
"Maximal orgasmic intensity and seminal quality are contingent upon adequate prostatic stimulation during this procedure",
"To achieve optimal sexual fulfillment and fertility potential, careful prostate manipulation is crucial at this stage",
"The most vigorous and fertile ejaculation can only be attained through diligent prostate massage during treatment",
"In order to maximize your orgasmic experience and sperm count, we must vigorously stimulate your prostate gland",
"Proper prostatic activation is essential for achieving peak pleasure and seminal vigor, so we'll focus intense attention on this area",
"Aggressive prostate stimulation is required to reach the pinnacle of sexual ecstasy and sperm production",
"Intensive prostatic manipulation is vital to unlocking your full orgasmic and reproductive potential",
"Rigorous prostate massage will unlock the highest levels of sexual rapture and semen quality",
"Unrelenting stimulation of the prostate is necessary to induce the most explosive orgasms and sperm counts",
"Prostate function and strength of climax are inextricably linked, so we'll prioritize its thorough activation",
"Maximal sexual satisfaction and fertility require us to aggressively target and arouse your prostate",
"Thorough and repeated prostate stimulation is the key to achieving the ultimate orgasm and semen release",
"Prostate gland activation is the linchpin to unlocking your most intense and fertile climaxes, so we'll dedicate significant time and effort to it",
"The quality and quantity of your orgasm and seminal output directly correlate with the intensity and duration of prostate stimulation we provide",
"Aggressive and sustained prostate massage is the most effective way to induce extremely strong, voluminous orgasms and robust semen",
"We'll optimize your prostate's function and potency to yield the most intense orgasms and substantial semen outputs possible",
"Direct, forceful, and prolonged stimulation of your prostate is the secret to achieving unparalleled orgasmic heights and seminal volumes",
"Prostatic hyperstimulation will unleash the fullest expression of your sexual pleasure and reproductive capacity",
"In order to achieve the maximum orgasmic experience and best possible semen quality, we need to focus intensely on prostatic stimulation",
"For you to reach your peak sexual potential and produce high-quality sperm, we must thoroughly and repeatedly stimulate your prostate",
"Achieving the strongest, most fulfilling orgasm and the healthiest sperm relies on our ability to effectively activate your prostate during treatment"]))>>
<<= window.Game.vid($LINKS2.docTests + $act + $num + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Dr. Liza uses her expert touch to stimulate your prostate, firmly milking the seminal fluid from you by force.",
"Using her medical expertise, Dr. Liza relentlessly stimulates your prostate, forcing your seminal fluid out little by little.",
"Dr. Liza expertly works your prostate, applying firm pressure until your body is forced to release its seminal fluid.",
"With practiced precision, Dr. Liza stimulates your prostate and aggressively milks the seminal fluid from your body.",
"Dr. Liza puts her expertise to work, firmly massaging your prostate until the built-up seminal fluid is forced out.",
"Using precise, relentless stimulation, Dr. Liza milks your prostate and forces your seminal fluid to begin flowing.",
"Dr. Liza expertly targets your prostate, maintaining firm pressure as she forcibly milks the seminal fluid from you.",
"With every calculated movement, Dr. Liza stimulates your prostate harder, determined to force out every bit of seminal fluid she can.",
"Dr. Liza uses her experienced technique to relentlessly milk your prostate, forcing your body to surrender its seminal fluid.",
"Her expert stimulation keeps working your prostate without mercy, allowing Dr. Liza to forcibly milk the seminal fluid from your body."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.docTests + $act + $num + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.docTests + $act + $num + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.docTests + $act + $num + "/cum.mp4")>>
<<set $YOU.stateProstate = true>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Excellent, your prostate has demonstrated an exceptionally healthy response, throbbing vigorously and producing abundant, high-quality seminal fluid during climax",
"The remarkable engorgement and robust seminal discharge from your prostate indicates optimal physiological function during orgasm",
"I'm pleased to report your prostate exhibited powerful contractions and expelled thick, superior-quality ejaculate during the procedure",
"Your prostate's vigorous response, throbbing intensely and releasing copious amounts of excellent-quality semen, confirms excellent glandular health",
"The pronounced swelling and firmness of your prostate combined with the thick, superior ejaculate produced demonstrates exceptional functionality",
"Outstanding prostatic engagement was achieved, resulting in powerful contractions and expulsion of remarkably viscous, high-grade seminal fluid",
"Your prostate showed remarkable responsiveness, pulsating strongly and discharging exceptionally thick, premium-quality ejaculate during the peak moment",
"The intense throbbing and hardening of your prostate, coupled with the generous release of top-tier seminal fluid, indicates superb glandular performance",
"Exceptional prostatic activity was observed, characterized by vigorous throbbing, engorgement, and emission of abundant, superior-caliber semen",
"A phenomenal prostatic reaction occurred, marked by throbbing, rigidity, and discharge of remarkably thick, high-quality ejaculate confirming excellent organ function",
"Your prostate demonstrated extraordinary vitality, contracting powerfully and producing impressively viscous, premium seminal fluid during the climax phase",
"The robust throbbing and firmness of your prostate, accompanied by emission of exceptionally thick ejaculate, signifies optimal glandular health and function",
"Remarkable prostatic engagement resulted in vigorous contractions and release of abundantly thick, superior-quality seminal fluid during the peak moment",
"Excellent prostatic response characterized by intense throbbing, pronounced engorgement, and expulsion of notably viscous, high-grade ejaculate confirms outstanding glandular health",
"Your prostate's vigorous throbbing and hardening during orgasm, along with emission of thick, premium-quality semen, indicates exceptional physiological function",
"Outstanding, your prostate displayed powerful throbbing, significant engorgement, and discharged an impressive volume of thick, superior ejaculate during climax",
"Exceptional prostatic reactivity was evident through vigorous throbbing, pronounced rigidity, and emission of remarkably viscous, high-quality seminal fluid"]))>>
<<= window.Game.npcExp("doc", $RATES.exp.hj + 2)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "doc", 0)>></div>
<</if>>
<<elseif $act === "edgeHj1">>
<<if $step === 1>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"I will personally stimulate your frenulum, which is an extremely sensitive area of the male genitalia, to maximize your sexual response and push your stamina to its limits. Please try to endure as best as you can during this procedure.",
"My examination will involve direct stimulation of your frenulum, a highly sensitive region, to test and enhance your sexual capacity. I need you to tolerate this intense sensation for optimal results.",
"This treatment requires manual stimulation of your frenulum, a highly responsive anatomical structure, to achieve peak performance levels. I will need you to remain composed throughout this intensive procedure.",
"I'll be manually stimulating your frenulum, which contains concentrated nerve endings, to evaluate and improve your physical endurance. Please attempt to withstand the sensation despite its intensity.",
"The protocol mandates that I stimulate your frenulum directly due to its exceptional sensitivity, which will significantly elevate your threshold. You must endeavor to maintain control during this portion of treatment.",
"I will conduct a focused stimulation of your frenulum, a specialized technique targeting maximum sensory input, to assess and enhance your capabilities. You are expected to tolerate the resulting sensations as part of therapy.",
"This clinical intervention involves precise frenulum stimulation to exploit this structure's heightened responsiveness for therapeutic benefit. Patient cooperation in enduring discomfort is essential for positive outcomes.",
"We will proceed with frenulum manipulation, utilizing its unique sensitivity characteristics to drive your physical performance higher. Please brace yourself for substantial sensation during this phase.",
"Direct frenulum stimulation is an exceptional method to achieve adequate response levels. I understand this will be intensely stimulating, but compliance is crucial for effective treatment."]))>>
<<= window.Game.vid($LINKS2.docTests + $act + "/1.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"By modulating the climax, we can sustain continued frenulum stimulation, capitalizing on the heightened sensitivity experienced in the post-orgasmic refractory period.",
"We will temporarily defer the peak of your climax to allow for ongoing frenulum stimulation, maximizing the intense sensory input available during the post-orgasmic state.",
"The goal is to keep stimulating the frenulum through the orgasmic peak, leveraging the pronounced heightened sensitivity characteristic of the immediate post-ejaculatory phase.",
"We aim to utilize the incredible sensitivity present immediately following orgasm, your post-orgasmic hypersensitivity, to guide further, deep frenulum stimulation.",
"Because the area remains exquisitely sensitive after climax, we can continue detailed frenulum stimulation to generate sustained and profound sensory feedback.",
"Your post-orgasmic state is characterized by heightened nerve excitability; we will use this window to provide continuous, highly stimulating frenulum care.",
"To ensure optimal therapeutic progression, we must maintain stimulation of the frenulum beyond the initial climax, taking advantage of the ensuing hypersensitivity.",
"The best results are achieved by continuing manual stimulation of the frenulum through the orgasmic plateau, as the residual sensitivity allows for deeper tactile response.",
"We will manage your climax carefully so that we can keep the frenulum stimulated, benefiting from the remarkable heightened sensitivity you exhibit in that immediate recovery period."]))>>
<<= window.Game.vid($LINKS2.docTests + $act + "/2.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("ruined",5)>>
<div class="options">
<<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>>
</div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.docTests + $act + "/3.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"We will deliberately override your upcoming orgasm as well to enable prolonged stimulation, thereby extending your sexual endurance to its practical limit.",
"The next orgasm will be suppressed on purpose too so that we may continue comprehensive stimulation, pushing your tolerance and endurance further.",
"I will intentionally disrupt this orgasmic response as well to allow for extended stimulation protocols, maximizing your overall endurance capacity.",
"By controlling and preventing the next climax too, we can maintain uninterrupted stimulation, thus evaluating and expanding your true sexual endurance boundaries.",
"This next orgasm will be deliberately curtailed also so that stimulation may resume and persist, thoroughly testing the absolute extent of your endurance.",
"We will override the next imminent climax too to facilitate ongoing stimulation, driving your physical stamina to the furthest achievable threshold.",
"By interrupting another orgasm, we create the conditions necessary to sustain detailed stimulation, thereby assessing and extending your maximum endurance.",
"The planned suppression of your next orgasm will permit even more continued, intensive stimulation, enabling us to determine the full scope of your endurance potential.",
"Through another targeted orgasm interruption, we extend the stimulation window, allowing for a thorough and rigorous evaluation of your sexual endurance limits."]))>>
<<= window.Game.vid($LINKS2.docTests + $act + "/4.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("ruined",10)>>
<<= window.Game.vid($LINKS2.docTests + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.docTests + $act + "/6.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.stat("stamina",3)>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Clinical assessment indicates your testicular function may be approaching exhaustion, limiting further orgasmic activity. However, your current stamina has shown marked improvement.",
"It appears testicular fatigue has been reached, preventing additional orgasmic responses. Nevertheless, your overall endurance metrics demonstrate significant advancement.",
"Further orgasmic contractions may be contraindicated at this juncture due to testicular stress. That said, your performance capacity has notably improved.",
"Testicular reserve appears depleted, necessitating cessation of additional orgasms. Your stamina improvements are clinically significant.",
"We observe testicular overexertion, requiring termination of current orgasmic stimulation. Encouragingly, your endurance parameters show measurable enhancement.",
"The testes appear unable to support continued orgasmic activity due to functional exhaustion. Despite this, your stamina trajectory demonstrates clear positive progression.",
"Testicular capacity has been exceeded, precluding further orgasmic responses. Remarkably, your overall stamina should now show improvements by a considerable margin.",
"Clinical findings suggest testicular fatigue has been achieved, limiting additional orgasmic capability. Your endurance improvements, however, are medically significant and noted accordingly.",
"Further stimulation would exceed testicular tolerance thresholds. Your stamina gains, however, are clinically impressive and documented."]))>>
<<set $num = 0>>
<<= window.Game.npcExp("doc", $RATES.exp.hj)>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, "doc", 0)>>
</div>
<</if>>
<<elseif $act === "3hj1">>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Today we will examine your bodily reactions to direct, hands-on stimulation from adult females.",
"I'll be conducting an in-depth analysis of your physiological responses to tactile, intimate contact with females.",
"For today's evaluation, I'll be observing your system's reaction to sustained, erotic touch from females.",
"We will be documenting your physical responses to explicit, suggestive manipulation by females.",
"Today's examination focuses on mapping your bodily reactions to invasive, sensual exploration by adult females.",
"In today's assessment, I will measure your physiological responses to intense, primal female contact.",
"This session involves analyzing your corporeal responses to provocative, risqué interactions with females.",
"For today's evaluation, we'll be studying your system's reaction to prolonged, intimate skin-to-skin contact with females.",
"Today we're testing your body's response to explicit, hands-on female arousal triggers."
]))>>
<<= window.Game.vid($LINKS2.docTests + $act + "/1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.docTests + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The two nurses moan and whisper filthy encouragement as they stroke your cock together, deliberately maximizing every sensation for an accurate reading of your sexual response.",
"Both nurses work your cock in unison, moaning and talking dirty as they intensify the stimulation needed to properly measure your sexual reactions.",
"The nurses stroke your cock together while filling your ears with dirty talk and eager moans, making sure the test captures your strongest possible sexual response.",
"Working together, the two nurses tease and stroke your cock while moaning provocatively, carefully increasing the stimulation for a more accurate test result.",
"The nurses eagerly share control of your cock, whispering filthy things and moaning as they push your arousal higher for precise sexual-response testing.",
"Both nurses keep their hands moving over your cock while talking dirty and moaning beside you, intentionally heightening every sensation for the examination.",
"The two nurses coordinate their strokes while giving you a constant stream of dirty talk and soft moans, determined to produce the strongest response possible for the test.",
"Together, the nurses stroke your cock with increasing intensity, moaning and teasing you verbally to make sure your sexual response can be measured accurately.",
"The nurses work your cock side by side, using filthy encouragement and excited moans to amplify your arousal and provide the clearest possible test results.",
"Both nurses eagerly stimulate your cock together, surrounding you with moans and dirty talk as they maximize your pleasure for an accurate assessment of your sexual response."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.docTests + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.docTests + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 10)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 10)>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"The subject's orgasmic response appears robust and naturally elevated due to the physical pleasure being administered by our female staff.",
"Observation indicates the subject's orgasm is healthy and intensified, likely as a result of the ongoing physical stimulation from females.",
"Clinical assessment shows the subject experiencing heightened orgasms, which seems directly correlated with the physical pleasure being provided by our female technicians.",
"The subject demonstrates vigorous orgasmic responses, seemingly enhanced by the sustained physical attention from our female personnel.",
"Our observations reveal that the subject's orgasms are both healthy and notably amplified under the current regimen of physical stimulation from females.",
"Analysis confirms the subject's orgasmic capacity appears optimized, correlating with the physical pleasure protocols administered by female staff.",
"Monitoring data suggests the subject experiences particularly intense orgasms, which appears linked to the physical stimulation being conducted by our female team."
]))>>
<<= window.Game.npcExp("doc", 3, false)>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, "doc", 0)>>
</div>
<<elseif $act === "hj1">>
<<if $step === 1>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"The nurse will now induce orgasm to facilitate the complete release of the seminal fluids stored in your testicles.",
"The nurse will begin stimulation shortly, inducing orgasm so the seminal fluids in your testicles can be fully emptied.",
"Your next procedure will involve the nurse inducing orgasm to ensure a thorough release of the seminal fluids currently present in your testicles.",
"The nurse will now stimulate you until orgasm, allowing the built-up seminal fluids in your testicles to be completely discharged.",
"We’ll proceed with the nurse inducing orgasm to empty the seminal fluids that have accumulated in your testicles.",
"The nurse will now carry out the extraction by stimulating you to orgasm and ensuring your seminal reserves are thoroughly emptied.",
"For the next stage, the nurse will induce orgasm so the seminal fluids stored within your testicles can be properly released.",
"The nurse will now begin the orgasm-induction procedure, with the goal of thoroughly emptying your accumulated seminal fluids.",
"Next, the nurse will stimulate you until ejaculation, allowing the seminal fluids present in your testicles to be fully expelled.",
"The nurse will now induce a complete orgasm to ensure the seminal fluids built up in your testicles are thoroughly emptied."
]))>>
<<= window.Game.vid($LINKS2.docTests + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The nurse uses both hands to stroke and stimulate your heavily lubricated, fully erect cock.",
"With both hands, the nurse works your slick, erect cock, keeping every inch under constant stimulation.",
"The nurse wraps both hands around your heavily lubricated erection and strokes you with steady, deliberate movements.",
"Using both hands together, the nurse pumps your slick, hard cock with focused, rhythmic stimulation.",
"The nurse coats your erect cock in lubricant and works it firmly between both hands, keeping the stimulation intense.",
"Both of the nurse’s hands glide along your heavily lubricated cock, stroking your erection from base to tip.",
"The nurse grips your slick, erect cock with both hands and stimulates you with smooth, continuous strokes.",
"With your cock heavily lubricated and fully hard, the nurse uses both hands to work you with relentless attention.",
"The nurse slides both hands over your slick erection, stroking and stimulating your cock with practiced precision.",
"Using both hands, the nurse steadily works your lubricated, rock-hard cock, making every stroke feel deliberate and intense."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.docTests + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.docTests + $act + "/3.mp4")>>
<div class="options">
<<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>>
</div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.docTests + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Excellent! Those were remarkably strong orgasmic contractions. Now, let’s proceed with the actual test.",
"Very good. Your orgasmic contractions were quite powerful. Now we can move on to the testing phase.",
"Excellent response. Those contractions were stronger than expected. Now, let’s begin the test.",
"Wonderful. You produced very pronounced orgasmic contractions. We’re ready to proceed with the examination now.",
"Excellent! That was a particularly strong response. Now that we’ve observed the contractions, we can begin the test.",
"Very impressive. Your orgasmic contractions were quite intense. Now, let’s see what the test reveals.",
"Excellent. Your body produced a very strong series of contractions. Now we can proceed with the next stage of testing.",
"Good. Those orgasmic contractions were powerful and clearly defined. Now, let’s move on to the test.",
"Excellent work. Your contractions were remarkably strong. With that recorded, we can begin the actual test.",
"Very good. That was a strong orgasmic response. Now that the contractions have been observed, let’s proceed with testing."
]))>>
<<= window.Game.vid($LINKS2.docTests + $act + "/post1.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"We will now analyze your post-climax sensitivity and sexual response. Try to remain still. Nurse, stimulate his genitalia as thoroughly as possible.",
"We’ll be measuring your sensitivity after climax along with your continuing sexual response. Hold as still as you can. Nurse, maximize genital stimulation.",
"Now we’ll evaluate how sensitive you are following orgasm. Please stay still. Nurse, stimulate his genitalia as much as possible for the test.",
"We need to assess your post-orgasm sensitivity and sexual responsiveness. Try not to move. Nurse, provide as much genital stimulation as you can.",
"The next phase measures your sensitivity immediately after climax. Remain still for me. Nurse, thoroughly stimulate his genitalia.",
"We’ll now test how strongly your body responds after orgasm. Do your best to stay still. Nurse, increase the genital stimulation as much as possible.",
"Next, we’ll examine your heightened post-climax sensitivity. Please remain in position. Nurse, stimulate his genitalia continuously and thoroughly.",
"We’re going to analyze your sexual response while you’re still highly sensitive from climax. Hold still. Nurse, give his genitalia maximum stimulation.",
"This portion of the test focuses on your post-orgasm sensitivity. Try to keep your body still. Nurse, stimulate his genitalia as intensely as you can.",
"We’ll now observe how your body responds to stimulation immediately after climax. Stay as still as possible. Nurse, thoroughly stimulate his genitalia for accurate results."
]))>>
<<= window.Game.vid($LINKS2.docTests + $act + "/post2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The nurse follows her instructions, focusing on your overly sensitive glans for as long as necessary to complete the demanding testing process.",
"The nurse obeys the doctor’s orders and keeps stimulating your hypersensitive glans throughout the long, arduous examination.",
"Following her instructions precisely, the nurse continues targeting your sensitive glans for however long the rigorous testing requires.",
"The nurse maintains steady stimulation on your overly sensitive glans, determined to continue until the demanding test is finally complete.",
"She follows the procedure exactly, keeping your hypersensitive glans under constant attention throughout the exhausting testing process.",
"The nurse continues working your sensitive glans without interruption, knowing the arduous examination may require prolonged stimulation.",
"Following the doctor’s directions, she focuses relentlessly on your overly sensitive glans for as long as the rigorous testing demands.",
"The nurse keeps your hypersensitive glans under sustained stimulation, patiently continuing through every stage of the arduous test.",
"She carefully follows her instructions and continues targeting your sensitive glans until the lengthy, demanding testing procedure is satisfied.",
"The nurse remains focused on your overly sensitive glans, maintaining the required stimulation for however long the strenuous examination takes."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.docTests + $act + "/post3.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Excellent. You managed to endure a rather difficult test. Thank you for your time and cooperation.",
"Very good. That was certainly a demanding examination, and you handled it remarkably well. Thank you for your assistance.",
"Excellent work. You endured a particularly challenging test today. I appreciate your time and cooperation.",
"Well done. That was not an easy procedure to endure, but you managed it admirably. Thank you for helping us.",
"Excellent. You demonstrated impressive endurance throughout a very difficult test. Thank you for your time and participation.",
"Very impressive. You made it through quite a strenuous examination. I sincerely appreciate your cooperation.",
"Excellent results. The testing was demanding, but you endured it exceptionally well. Thank you for your time and assistance.",
"Wonderful. You successfully endured one of our more difficult tests. Thank you for being so cooperative throughout the procedure.",
"Very good. I know that was an arduous examination, but you handled it extremely well. Thank you for your help today.",
"Excellent. You’ve successfully completed a rather challenging test. Thank you for your patience, time, and cooperation."
]))>>
<<= window.Game.npcExp("doc", 2, false)>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, "doc", 0)>>
</div>
<</if>>
<<elseif $act === "prostate">>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Please position yourself comfortably as the device will begin prostate stimulation. Try to achieve maximum ejaculation intensity while we monitor your output levels.",
"Go ahead and relax while the equipment initiates prostatic stimulation. Aim for the most forceful ejaculation possible during this evaluation period.",
"I'll be starting the stimulator now for prostate activation. Please attempt full-force release while we document the results.",
"The device will now engage in prostate stimulation therapy. Work toward achieving peak ejaculatory pressure throughout the recording session.",
"Get settled in as we're beginning mechanical prostate stimulation. We need you to produce the strongest possible orgasm for accurate measurement readings.",
"Lie back and let the machine handle the prostate work. Focus on delivering maximum ejaculative force during this clinical assessment.",
"Allow me to activate the stimulator for targeted prostate engagement. Your goal is vigorous ejaculation throughout the entire test duration.",
"Relax while we deploy the prostate stimulation apparatus. Generate the most intense orgasmic response you're capable of producing."]))>>
<<= window.Game.vid($LINKS2.docTests + $act + "/" + window.Game.arr(1, 9, "hhcProstate") + ".mp4")>>
<<set $YOU.stateProstate = true>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.stat("money", window.Game.rng(50,100) + $YOU.cb + $YOU.stamina,"You are compensated based on the quality of your testing. ")>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.npcExp("doc", $RATES.exp.hj + 2, false)>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, "doc", 0)>>
</div>
<<elseif $act === "penis">>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"We'll be conducting sensitivity assessments on your genitals. Please do your best to produce powerful orgasms for our research data.",
"I'm going to evaluate your penile responsiveness to various stimuli. Please feel free to climax as intensely as you're able during testing.",
"This study involves monitoring your arousal patterns. We encourage you to achieve peak orgasmic intensity during each trial.",
"We're examining your erectile function and orgasmic capacity. Please don't hold back and orgasm as strongly as possible.",
"The procedure requires us to test your sexual responses. Feel free to ejaculate vigorously for accurate readings.",
"We'll need to observe how your body responds to stimulation. Please aim for powerful climaxes throughout the session.",
"This evaluation focuses on your orgasmic capability. Please make every effort to achieve strong releases.",
"We're studying penile reaction to touch. Your most intense orgasms will provide the best data.",
"During this examination, we'll test your ability to orgasm. Please climax as forcefully as you can manage."]))>>
<<= window.Game.vid($LINKS2.docTests + $act + "/" + window.Game.arr(1, 8, "hhcPenis") + ".mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.stat("money", window.Game.rng(50,100) + $YOU.cb + $YOU.stamina,"You are compensated based on the quality of your testing. ")>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.npcExp("doc", 3, false)>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, "doc", 0)>>
</div>
<<else>>
<<set $act = "">>
<<goto $YOU.loc>>
<</if>>
<</if>>
</div><div class="main">
<h1> Hospital </h1><br>
<<set $EVENTCOUNTER.loc = 0>>
<<if !$NPC.doc.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "nurse">>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"It appears the ongoing progression of the affliction has severely impacted his physiological stability. Nurse, escort this patient immediately and initiate maximum expulsion protocols; we need complete testicular depletion.",
"The body’s response to the disease is quite dramatic. Nurse, please take charge and ensure his testes are rendered completely free of residual seminal fluid. We require total clearance.",
"His current state suggests extreme accumulation. Nurse, expedite his transfer to the treatment area and initiate vigorous procedures to drain those seminal reservoirs as thoroughly as possible.",
"This level of systemic overload is alarming. Nurse, please administer intensive extraction therapy to these testicles until they are completely emptied. Consistency is key.",
"The disease manifests with profound secretory issues. Nurse, I need you to oversee a rapid and thorough draining of the patient’s seminal reserves. No residual reserves should remain.",
"We are observing significant pathological buildup. Nurse, I want you to perform exhaustive manual extraction on the testes. We must empty every last drop to manage this condition.",
"This ailment requires relentless purging. Nurse, take this young man and ensure his reproductive system is maximally evacuated of seminal matter. Treat it as an urgent drainage requirement.",
"His well-being hinges on fluid management. Nurse, please commence aggressive, sustained evacuation from the testicles. We cannot afford any retention of seminal fluid in this case."
]))>>
<div class="options">
<<= window.Game.goToLoc("Consent", 60, State.passage, -10, window.Game.rngText(["hj1"]), 1)>>
<<= window.Game.goToLoc("Don't give consent", 0, $YOU.loc, 0)>>
</div>
<<elseif $act === "hj1">>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The nurse strokes your cock with practiced expertise, carefully maximizing every sensation to ensure a powerful, heavy release.",
"Using her professional technique, the nurse works your cock with precise strokes designed to build the strongest possible orgasm.",
"The nurse expertly stimulates your cock, adjusting her rhythm and pressure to push you toward an intense, prolonged release.",
"She uses her training to stroke your cock exactly where it feels best, steadily building the pleasure until your orgasm becomes overwhelming.",
"The nurse works your cock with deliberate precision, maximizing stimulation so your eventual release is as strong and plentiful as possible.",
"Her experienced hands stroke your cock with calculated movements, carefully increasing the pleasure to produce a powerful climax.",
"The nurse uses every bit of her expertise to keep your cock under intense stimulation, aiming for the strongest release your body can manage.",
"She expertly varies her strokes and pressure, keeping the pleasure climbing until your body is ready for a heavy, forceful orgasm.",
"The nurse applies a practiced rhythm to your cock, deliberately maximizing sensitivity and building you toward an intense release.",
"With skilled, focused strokes, the nurse keeps pushing your pleasure higher, determined to make your climax as powerful and abundant as possible."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The nurse continues stroking your cock with both hands, keeping you under constant stimulation without a single break as she desperately tries to make you ejaculate.",
"The nurse works your cock relentlessly with both hands, refusing to let the stimulation stop until she finally makes you cum.",
"Using both hands, the nurse keeps your cock under nonstop stimulation, desperately determined to push you into ejaculation.",
"The nurse strokes your cock continuously with both hands, giving you no chance to recover as she eagerly tries to force out your release.",
"She keeps both hands moving over your cock without pause, maintaining constant stimulation in a determined effort to make you ejaculate.",
"The nurse relentlessly pumps your cock with both hands, refusing to give you even a second of rest as she tries to bring you to release.",
"Both of the nurse’s hands work your cock nonstop, keeping every sensitive inch stimulated as she desperately pushes you toward ejaculation.",
"The nurse maintains an unbroken two-handed rhythm on your cock, determined to keep the pleasure intense until your body finally gives in.",
"She continues stroking your cock with both hands at once, never easing up as she desperately tries to make you cum.",
"The nurse keeps your cock trapped between both hands under relentless stimulation, refusing to stop until she succeeds in making you ejaculate."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>>
</div>
<<elseif $act === "doc">>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"It would seem your health is rather poor. Unfortunately, no staff are available right now. Would you allow me to forcibly induce ejaculation myself?",
"Your health appears to be declining, and regrettably, none of our staff are available. May I personally induce ejaculation through forceful stimulation?",
"I’m concerned about your current health. Since no staff are available, would you consent to me forcefully inducing ejaculation myself?",
"It appears you’re in rather poor condition. With no staff available at the moment, will you allow me to personally induce a forceful ejaculation?",
"Your health is concerning, and unfortunately, we’re short-staffed right now. Would you permit me to induce ejaculation myself using more forceful stimulation?",
"I’m afraid your health doesn’t look particularly good. Since no one else is available, may I personally perform the stimulation necessary to forcibly induce ejaculation?",
"Your condition appears poor, and we currently have no available staff. If you consent, I can personally induce ejaculation using a more forceful approach.",
"I’m concerned by your current state of health. Unfortunately, there’s no staff available, so would you allow me to personally induce ejaculation for you?",
"It seems your health has deteriorated somewhat. Since no staff are presently available, may I use forceful stimulation to induce ejaculation myself?",
"Your health appears rather poor at the moment. With no staff available to assist, would you consent to me personally inducing ejaculation through intensive stimulation?"
]))>>
<div class="options">
<<= window.Game.goToLoc("Consent", 60, State.passage, -10, window.Game.rngText(["docPhj1"]), 1)>>
<<= window.Game.goToLoc("Don't give consent", 0, $YOU.loc, 0)>>
</div>
<<elseif $act === "docPhj1">>
<<if $step == 1>>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/1.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"All of the rooms are unavailable, so we’ll have to conduct the forced ejaculation procedure here. Your hands will need to be restrained because the stimulation will be extremely intense.",
"Unfortunately, every room is occupied, which means we’ll perform the forced ejaculation here. I’ll need to secure your hands before we begin. The intensity will be considerable.",
"All of our private rooms are currently unavailable, so we’ll proceed with the forced ejaculation right here. Your hands must be restrained to keep you still through the intense stimulation.",
"There are no examination rooms available, so the procedure will have to take place here. I’ll restrain your hands first, as the forced ejaculation can become extremely intense.",
"It appears every room is occupied, so we’ll conduct the forced ejaculation here instead. Your hands will need to remain restrained throughout the intense procedure.",
"Unfortunately, we have nowhere private available, so we’ll proceed here. I’ll secure your hands before inducing ejaculation. The stimulation required will be exceptionally intense.",
"All of the rooms are taken, so the forced ejaculation will be performed here. Your hands must be restrained because your body may react strongly to the intensity.",
"We’ll have to conduct the procedure right here since no rooms are available. I’ll restrain your hands first. The stimulation used to force ejaculation will be quite severe."
]))>>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/2.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Prostate stimulation combined with penile stimulation while your vision is obstructed should produce exceptionally powerful orgasmic contractions.",
"With your vision blocked, simultaneous prostate and penile stimulation should intensify your response and lead to powerful orgasmic contractions.",
"Combining direct prostate stimulation with penile stimulation while depriving you of sight should create a much stronger orgasmic response.",
"Obstructing your vision while stimulating both your prostate and penis should heighten your sensitivity and produce intense orgasmic contractions.",
"Simultaneous stimulation of your prostate and penis, especially without visual input, should result in remarkably powerful contractions.",
"By stimulating your prostate and penis together while your vision is obstructed, we should be able to trigger an especially strong orgasmic response.",
"Removing your ability to see while applying both prostatic and penile stimulation should amplify the sensations and strengthen your orgasmic contractions.",
"The combination of prostate stimulation, penile stimulation, and obstructed vision should push your body toward very powerful involuntary contractions.",
"With your sight removed from the equation, stimulating your prostate and penis simultaneously should produce a considerably more intense orgasm.",
"Keeping your vision obstructed while stimulating both areas should heighten every sensation and lead to exceptionally strong orgasmic contractions."
]))>>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/3.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Your prostate is becoming harder and denser, so I’ll need to apply even greater pressure to keep it under constant stimulation.",
"I can feel your prostate growing firmer and more swollen, which means I’ll have to increase the pressure and give it no chance to rest.",
"Your prostate is becoming remarkably dense now, so I’m going to press even harder and maintain continuous stimulation.",
"Excellent, your prostate is hardening beautifully. I’ll increase the pressure further so it remains under relentless stimulation.",
"I can feel your prostate becoming firmer with every moment, so I must apply stronger pressure and prevent it from relaxing.",
"Your prostate is growing increasingly hard and dense. I’ll need to intensify the pressure to keep the stimulation constant.",
"Very good. Your prostate is becoming extremely firm, so I’m going to apply even more pressure and refuse it any opportunity to recover.",
"I can feel the density increasing in your prostate, which means stronger, sustained pressure will be necessary to keep it fully stimulated.",
"Your prostate is responding strongly and becoming harder by the second. I’ll increase the pressure so it never gets a moment of rest.",
"Excellent response. Your prostate is now quite dense, so I’ll apply considerably greater pressure and maintain the stimulation without interruption."
]))>>
<div class="options">
<<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>>
</div>
<<elseif $step == 2>>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/4.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"I can feel your penile tissue and prostate contracting. Let’s focus on provoking the strongest ejaculatory response your body can produce.",
"Your penile tissue and prostate are already contracting quite strongly. Let’s intensify the stimulation and force the most powerful ejaculation possible.",
"I can feel both your penis and prostate beginning to contract. Now let’s concentrate on producing an exceptionally strong ejaculatory response.",
"Excellent, your penile tissue and prostate are contracting together. I’m going to keep pushing the stimulation to maximize the force of your ejaculation.",
"Your prostate and penile tissue are responding beautifully. Let’s continue until we provoke the strongest ejaculatory contractions we possibly can.",
"I can feel the contractions building in both your penis and prostate. Now we’ll focus on intensifying them into a very powerful ejaculation.",
"Very good. Your penile tissue and prostate are contracting noticeably now, so let’s push your body toward the strongest release it can manage.",
"Your penis and prostate are beginning to pulse in unison. I’ll maintain the stimulation and aim for the most forceful ejaculatory response possible.",
"I can feel your prostate and penile tissue tightening with each contraction. Let’s increase the stimulation and maximize the strength of your eventual release.",
"Excellent response. Both your penile tissue and prostate are contracting now, so we’ll focus on forcing those contractions into an exceptionally powerful ejaculation."
]))>>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/cum.mp4")>>
<<= window.Game.areaHp(1, "all")>>
<<= window.Game.npcExp("doc", $RATES.exp.hj + 1)>>
<<set $YOU.stateProstate = true>>
<<set $YOU.stateNoVision = true>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("money", window.Game.rng(25,50) + $YOU.cb + $YOU.stamina,"You are compensated based on the quality of your sample. ")>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Thank you for your cooperation. This sample should prove extremely useful.",
"Excellent. I appreciate your cooperation. This sample will be very valuable to my research.",
"Thank you for assisting me. I expect this sample will be quite helpful indeed.",
"Very good. Your cooperation is appreciated, and this sample should provide us with useful information.",
"Thank you for your time and cooperation. This sample will undoubtedly be of great value.",
"Excellent work. I’m grateful for your cooperation. This sample should be particularly helpful.",
"Thank you for participating. I believe this sample will contribute significantly to the study.",
"Very good. I appreciate your assistance, and I’m confident this sample will be useful.",
"Thank you for cooperating with the procedure. This sample should give us exactly what we need.",
"Excellent. Your help is greatly appreciated, and this sample should prove quite valuable indeed."
]))>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>>
</div>
<</if>>
<<elseif $act === "docSamples1">>
<<if $step == 1>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Hi there. I’d like to personally collect a special sample from you. Are you available?",
"Hello. I was hoping to take a rather special sample myself. Do you have some time?",
"Hi there. I have a special sample I’d like to collect personally. Would you be available?",
"Hello. I’d like to handle this particular sample collection myself. Are you free to come in?",
"Hi. I was wondering if you might be available for a special sample collection with me personally.",
"Hello there. I have a special sample in mind and would prefer to collect it myself. Are you available?",
"Hi. Would you happen to be free? I’d like to personally take a special sample from you.",
"Hello. I’d like to conduct a more personal sample collection this time. Are you available?",
"Hi there. I was hoping you’d be free for a special sample I’d like to collect personally.",
"Hello. I have a particular sample I’d like to take myself. Would you be available to assist?"
]))>>
<div class="options">
<<= window.Game.goToLoc("Consent", 60, State.passage, -10, $act, 2)>>
<<= window.Game.goToLoc("Don't give consent", 0, $YOU.loc, 0)>>
</div>
<<elseif $step == 2>>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/1.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"This sample will require a substantial amount of seminal fluid, which can only be obtained through intense prostatic pressure.",
"For this sample, we’ll need ample seminal fluid, so significant pressure will have to be applied to your prostate.",
"This procedure requires a generous seminal sample, meaning I’ll need to use firm, sustained pressure on your prostate.",
"To collect enough seminal fluid, I’ll have to apply considerable pressure to your prostate throughout the procedure.",
"This sample demands a large amount of seminal fluid, which means your prostate will need to be stimulated with heavy pressure.",
"We’ll need a particularly abundant seminal sample, so strong and consistent prostatic pressure will be necessary.",
"To obtain the volume of seminal fluid required, I’ll need to apply intense pressure directly to your prostate.",
"This collection calls for ample seminal fluid, and achieving that will require substantial prostatic stimulation and pressure.",
"For an adequate sample, we’ll need to draw out as much seminal fluid as possible through firm pressure on your prostate.",
"This test requires a considerable amount of seminal fluid, so expect heavy prostatic pressure to ensure enough is collected."
]))>>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/2.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Adding penile stimulation should further improve the quality of your sperm.",
"Additional penile stimulation will likely enhance the overall quality of the sperm sample.",
"Stimulating the penis as well should help produce a stronger and more viable sperm sample.",
"Penile stimulation can only benefit the quality of the sperm we’re trying to collect.",
"Combining prostatic pressure with penile stimulation should result in a higher-quality sample.",
"Adding direct stimulation to the penis should help improve the quality and strength of your sperm.",
"Penile stimulation should further support the production of a more robust seminal sample.",
"Stimulating your penis alongside the prostate should enhance the quality of the sperm released.",
"Additional penile stimulation may improve both the consistency and quality of the sperm sample.",
"By including penile stimulation, we should be able to obtain a more satisfactory sperm sample."
]))>>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/3.mp4")>>
<div class="options">
<<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 3)>>
</div>
<<elseif $step == 3>>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/4.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Your prostate is becoming swollen and dense. Excellent. Now I’ll apply additional pressure to forcefully extract even more seminal fluid.",
"Excellent, your prostate is growing firm and swollen. I’m going to increase the pressure now to draw out even more seminal fluid.",
"Your prostate is becoming remarkably dense and engorged. Very good. Additional pressure should force an even greater amount of seminal fluid out.",
"Excellent response. Your prostate is swollen and firm, so I’ll now apply stronger pressure to extract as much seminal fluid as possible.",
"Your prostate is becoming increasingly swollen and dense. Perfect. Now I can intensify the pressure and force out even more seminal fluid.",
"Very good. I can feel your prostate growing firm and engorged. I’ll increase the pressure now to produce an even larger seminal release.",
"Excellent. Your prostate has become quite swollen and dense, which means stronger pressure should allow me to extract considerably more seminal fluid.",
"Your prostate is responding beautifully and becoming very firm. I’ll apply additional pressure now to force more seminal fluid from it.",
"Excellent, your prostate is thoroughly swollen and dense. Now I’m going to increase the pressure and extract every bit of seminal fluid I can.",
"Your prostate has become wonderfully firm and engorged. Very good. Extra pressure should force an even more substantial amount of seminal fluid out."
]))>>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "hhc/" + $act + "/cum.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You jerk yourself to orgasm while the doctor holds the collection cup beneath you and continues steadily milking your prostate.",
"You stroke yourself toward climax as the doctor keeps the cup ready, maintaining firm pressure on your prostate to draw out every bit of fluid.",
"You work your cock until orgasm while the doctor carefully positions the cup and continues stimulating your prostate throughout the release.",
"You masturbate yourself to climax as the doctor holds the sample cup in place and keeps milking your prostate without interruption.",
"You stroke yourself harder until you finally orgasm, while the doctor collects the sample and continues applying pressure to your prostate.",
"You bring yourself to release as the doctor keeps the cup beneath you, steadily working your prostate to encourage an even fuller extraction.",
"You jerk yourself toward orgasm while the doctor watches the cup closely and continues massaging your prostate through every contraction.",
"You stroke your cock until your body gives in, with the doctor holding the collection cup and continuing to milk your prostate through the climax.",
"You masturbate yourself to a strong orgasm as the doctor keeps collecting the sample and firmly stimulates your prostate to prolong the release.",
"You work yourself over the edge while the doctor holds the cup beneath you and continues milking your prostate throughout the entire orgasm."
])>><br><br>
</div>
<<= window.Game.areaHp(1, "all")>>
<<= window.Game.npcExp("doc", $RATES.exp.hj + 1)>>
<<set $YOU.stateProstate = true>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("money", window.Game.rng(25,50) + $YOU.cb + $YOU.stamina,"You are compensated based on the quality of your sample. ")>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Thank you for your cooperation. This sample should prove extremely useful.",
"Excellent. I appreciate your cooperation. This sample will be very valuable to my research.",
"Thank you for assisting me. I expect this sample will be quite helpful indeed.",
"Very good. Your cooperation is appreciated, and this sample should provide us with useful information.",
"Thank you for your time and cooperation. This sample will undoubtedly be of great value.",
"Excellent work. I’m grateful for your cooperation. This sample should be particularly helpful.",
"Thank you for participating. I believe this sample will contribute significantly to the study.",
"Very good. I appreciate your assistance, and I’m confident this sample will be useful.",
"Thank you for cooperating with the procedure. This sample should give us exactly what we need.",
"Excellent. Your help is greatly appreciated, and this sample should prove quite valuable indeed."
]))>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>>
</div>
<</if>>
<<else>>
<<set $act = "">>
<<goto $YOU.loc>>
<</if>>
<</if>>
</div><div class="main">
<<if !$NPC.boss.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto "city">>
<<else>>
<<if $act === "work">>
<<= window.Game.pic($LINKS.mp + "work/" + window.Game.rng(1, 8) + ".jpg")>>
<<= window.Game.stat("money", $MP.pay, "You work at the parlor. ")>>
<<if $MP.lesbian>>
<<= window.Game.vid($LINKS.events + "mp/lesbian/" + window.Game.arr(1, 30, "mpLesbian") + ".mp4")>>
<div class="story-text">
You spot some masseuses engaging in sexual activity.
</div>
<<= window.Game.stat("cb", 10)>>
<</if>>
<<= window.Game.npcExp("boss", 5, false)>>
<<if !$uiRefresh && window.Game.rng(1, Math.max(1, 1 * $TEST.events)) <= $NPC.boss.lvl && $MP.helpUnlocked>>
<<set $act = window.Game.rngText(["work1", "work2", "work3", "desk1"])>>
<<set $step = 1>>
<<goto "mp events">>
<</if>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>>
</div>
<<elseif $act === "work1">>
<<if $step === 1>>
<<= window.Game.npcText("fnpc","main"
,window.Game.rngText([
"Hey, baby, why don’t you take a little break? Ven aquí, I know how to make it worth your while.",
"Come on, papi, you’ve been working too hard. Take a break with me. I promise you’ll enjoy it.",
"Hey, cariño, why not step away from work for a minute? I know exactly how to make your break worth it.",
"Mmm, baby, take a little descanso with me. Trust me, I know how to make it much more interesting.",
"Hey, guapo, forget about work for a minute and come here. Te prometo, it’ll be worth your time.",
"Come here, baby, you deserve a break. Let me make your little descanso something you’ll remember.",
"Hey, papi, put the work down for a minute. Ven conmigo, I’ve got a much better way to spend your break.",
"Mmm, cariño, you’ve worked enough for now. Come take a break with me and let me make it worth your while.",
"Hey, baby, why keep working when you could take a little break conmigo? I promise you won’t regret it.",
"Come on, guapo, take a break from all that work. Ven aquí, baby. I know exactly how to make it worth it."
]))>>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/1.mp4")>>
<div class="options">
<<= window.Game.goToLoc("Yes", 0, State.passage, 0, $act, 2)>>
<<= window.Game.goToLoc("Calmly tell her no", 0, $YOU.loc, 0)>>
</div>
<<elseif $step ==2>>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The Latina woman sucks your cock with intense passion, putting all of her energy into every movement.",
"She works your cock with her mouth passionately, her confidence and enthusiasm making every second feel more intense.",
"She sucks your cock with fiery enthusiasm, eagerly giving you all the attention she can.",
"The Latina woman wraps her lips around your cock and pleasures you with relentless, passionate intensity.",
"She eagerly sucks your cock with deep passion, making every movement of her lips and tongue feel deliberate.",
"She works your cock enthusiastically with her mouth, pouring all of her passion into pleasing you.",
"The Latina woman sucks your cock with confident intensity, eagerly working you harder with every movement.",
"She takes your cock into her mouth with unmistakable passion, enthusiastically using her lips and tongue to pleasure you.",
"She sucks your cock with relentless enthusiasm, clearly enjoying every second she spends pleasuring you.",
"The Latina woman eagerly works your cock with her mouth, her passionate attention making the experience increasingly intense."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You can’t hold back any longer and cum in her mouth, and she eagerly uses your release as slick lube to tease your sensitive glans.",
"Your control finally breaks and you cum into her mouth, only for her to use the mess to keep rubbing and playing with your glans.",
"You release into her mouth, and instead of stopping, she uses your cum as lubrication while teasing the sensitive head of your cock.",
"You finally lose control and fill her mouth, and she immediately spreads your cum over your glans to keep stimulating you.",
"Unable to hold back, you cum into her mouth as she eagerly uses the slick release to massage and tease your oversensitive glans.",
"You finish in her mouth, but she keeps going, using your cum as lube while her fingers and lips play with your sensitive glans.",
"Your orgasm finally takes over and you cum into her mouth, leaving her with plenty of slickness to keep teasing your glans afterward.",
"You can’t resist any longer and release into her mouth, and she eagerly coats your glans with your cum to keep the stimulation going.",
"You cum hard into her mouth, and she uses the slick mess to slowly rub and tease the sensitive tip of your cock.",
"You finally give in and cum into her mouth, only for her to use every slippery drop as lube while she continues playing with your glans."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.areaHp(5, "city")>>
<<= window.Game.npcExp("boss", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
<<elseif $act === "work2">>
<<if $step === 1>>
<div class="story-text">
<<= window.Game.rngText([
"The hot Latina woman catches your eye, gives you a teasing little wave, and motions for you to follow her into a nearby closet.",
"With a seductive smile, the Latina woman beckons you closer and slips toward a nearby closet, clearly expecting you to follow.",
"The attractive Latina woman gives you a playful wave, then glances toward a nearby closet and motions for you to come with her.",
"She flashes you a tempting smile and curls her finger toward you, silently inviting you to follow her into the nearby closet.",
"The hot Latina woman waves you over with a mischievous grin before disappearing into a nearby closet.",
"She gives you a knowing look, motions for you to follow, and heads straight toward a quiet closet nearby.",
"The Latina woman catches your attention with a playful wave and leads you toward a nearby closet with an unmistakably suggestive smile.",
"She beckons you with one finger, flashes a sultry grin, and slips into the nearby closet as if daring you to follow.",
"The hot Latina woman gives you a quick wave and a teasing glance before heading into a nearby closet, clearly wanting you to come along.",
"She looks back at you with a seductive smile, waves you over, and quietly motions for you to follow her into the closet."
])>><br><br>
</div>
<div class="options">
<<= window.Game.goToLoc("Follow her", 0, State.passage, 0, $act, 2)>>
<<= window.Game.goToLoc("Decline", 0, $YOU.loc, 0)>>
</div>
<<elseif $step ==2>>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You grab her soft, plump ass and fuck her delicious pussy hard.",
"You sink your hands into her soft, curvy ass as you drive yourself deep into her wet pussy.",
"You grip her plump ass firmly while fucking her tight, delicious pussy from behind.",
"Your hands squeeze her soft ass as you thrust relentlessly into her slick pussy.",
"You grab handfuls of her plush ass and pound into her wet, eager pussy.",
"You hold her soft, rounded ass tightly while your cock drives deep into her pussy.",
"You squeeze her voluptuous ass in both hands as you fuck her delicious, soaking pussy.",
"You pull her plump ass against you with every thrust, burying yourself deep inside her wet pussy.",
"You grip her soft ass possessively as you keep pounding her tight, slick pussy."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/3.mp4")>>
<div class="options">
<<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 3)>>
</div>
<<elseif $step ==3>>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/5.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Her pussy feels too good to pull out of, so you empty your entire load deep inside her to her obvious delight.",
"Her tight, wet pussy is too irresistible to leave, and you unload every drop inside her as she eagerly enjoys it.",
"You can’t bring yourself to pull out, emptying your balls deep in her pussy while she moans happily beneath you.",
"Her pussy grips you too perfectly to escape, so you fill her with your entire load as she delights in every second.",
"You stay buried deep inside her pussy as your control breaks, pumping your cum into her while she eagerly welcomes it.",
"Her wet pussy feels far too good to leave, and you empty yourself completely inside her to her thrilled reaction.",
"You give up any thought of pulling out and release every drop deep inside her pussy as she happily takes it all.",
"Her pussy feels so incredible around you that you remain buried inside, emptying your balls while she clearly loves the result.",
"You can’t resist staying deep in her tight pussy, unloading your full load inside as she reacts with obvious delight.",
"Her pussy is simply too good to pull away from, so you surrender to the pleasure and fill her completely while she eagerly enjoys it."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.areaHp(5, "city")>>
<<= window.Game.npcExp("boss", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
<<elseif $act === "work3">>
<<if $step === 1>>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your coworker walks up and starts groping your cock, and when you realize she isn’t wearing panties, your fingers quickly find her wet pussy.",
"Your coworker suddenly grabs your cock, and noticing she has no panties on, you slide your fingers between her legs and start teasing her pussy.",
"She comes up behind you and begins stroking your cock through your clothes, while you discover she’s gone without panties and start fingering her pussy.",
"Your coworker boldly reaches for your cock, and the moment you notice her bare pussy beneath her skirt, your fingers begin exploring her.",
"She presses close and starts groping your cock, and when you realize she isn’t wearing panties, you immediately slip your fingers into her wet pussy.",
"Your coworker eagerly grabs your cock as you notice there’s nothing beneath her skirt, giving you easy access to finger her pussy.",
"She walks right up and begins fondling your cock, while you discover her pussy is completely bare and start working your fingers against her.",
"Your coworker shamelessly gropes your cock, and once you notice she skipped the panties, you reach between her legs and begin fingering her pussy.",
"She starts stroking your cock without warning, and realizing her pussy is bare beneath her clothes, you eagerly return the favor with your fingers.",
"Your coworker grabs your cock and pulls herself closer, and when you notice her lack of panties, you slide your hand between her thighs and start fingering her pussy."
])>><br><br>
</div>
<div class="options">
<<= window.Game.goToLoc("Continue", 0, State.passage, 0, $act, 2)>>
<<= window.Game.goToLoc("Stop for now", 0, $YOU.loc, 0)>>
</div>
<<elseif $step ==2>>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You fuck her tight, wet pussy right there on the table while the buttplug stays buried in her ass like the dirty slut she is.",
"You take her on the spot, pounding her slick pussy against the table while the plug in her ass makes the whole scene even filthier.",
"You bend her over the table and fuck her dripping pussy hard, the buttplug in her ass making her look every bit like the dirty slut she wants to be.",
"You waste no time fucking her tight pussy on the table while the plug filling her ass adds an extra filthy edge to every thrust.",
"You pound her wet pussy right there on the table, watching the buttplug in her ass as she eagerly takes you like a shameless slut.",
"You fuck her relentlessly against the table, her tight pussy gripping you while the plug stays lodged deep in her ass.",
"You take her right there without hesitation, driving into her soaking pussy while her plugged ass completes the filthy sight.",
"You pin her to the table and fuck her wet pussy hard, the buttplug in her ass making every movement look even more obscene.",
"You bury yourself deep in her tight pussy on the spot while the plug stretching her ass makes her look deliciously depraved.",
"You fuck her dripping pussy against the table again and again, leaving the buttplug in her ass as she eagerly plays the dirty slut for you."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/4.mp4")>>
<div class="options">
<<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 3)>>
</div>
<<elseif $step ==3>>
<div class="story-text">
<<= window.Game.rngText([
"You fuck her asshole after the buttplug and lube have prepared her to take your cock all the way inside.",
"Her ass is already stretched and slick from the plug and lube, letting your cock slide deep inside her with ease.",
"You push into her fully prepared asshole, the buttplug and lube having left her ready to take every inch of your cock.",
"With her ass loosened by the plug and coated in lube, you fuck her deeply until your cock disappears inside her.",
"The buttplug and lube have prepared her perfectly, allowing her asshole to open around your cock and take you whole.",
"You slide your cock into her slick, prepared ass, the earlier plug making it easy for her to take you completely.",
"Her asshole has been stretched and lubricated for you, letting you bury your entire cock deep inside her.",
"You fuck her thoroughly prepared ass, pushing deeper as the lube and buttplug make every inch easier for her to take.",
"With her asshole already opened by the plug and slick with lube, you drive your cock inside until she takes all of you.",
"You bury yourself in her fully prepared ass, the buttplug and lube having made her ready to take your cock whole."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/5.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You cum so hard inside her stretched asshole that even after pulling out, your cock is still leaking the last of your load.",
"You unload deep in her stretched ass so intensely that your cock keeps dripping cum even after you finally pull free.",
"Your orgasm hits so hard inside her open asshole that when you pull out, thick drops of cum are still leaking from your cock.",
"You fill her stretched ass with a powerful load, and even after withdrawing, your cock continues to leak the remnants of your cum.",
"You cum relentlessly inside her stretched asshole, leaving your cock still dripping with release after you pull out.",
"Your climax overwhelms you deep inside her ass, and when you finally pull out, your cock is still leaking cum.",
"You empty yourself hard into her stretched asshole, yet even after pulling free, your cock keeps dripping the last few drops.",
"You release so intensely inside her open ass that your cock is still slick and leaking with cum once you pull out.",
"You cum deep into her stretched asshole with such force that even after withdrawing, your cock continues to dribble your release.",
"You unload hard inside her stretched ass, and when your cock finally slips out, it’s still leaking the remains of your heavy load."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex + 5)>>
<<= window.Game.stat("hp",$RATES.cb.sex + 5)>>
<<= window.Game.areaHp(5, "city")>>
<<= window.Game.npcExp("boss", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
<<elseif $act === "desk1">>
<<if $step === 1>>
<div class="story-text">
You notice a masseuse has snuck under your desk.
</div>
<div class="options">
<<= window.Game.goToLoc("Don't say anything", 0, State.passage, 0, $act, 2)>>
<<= window.Game.goToLoc("Ask her to leave for now", 0, $YOU.loc, 0)>>
</div>
<<elseif $step ==2>>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She sucks your cock so well that focusing on work feels almost impossible, but somehow you keep trying.",
"Her mouth makes it nearly impossible to concentrate on anything, yet you stubbornly try to keep working.",
"She works your cock so expertly that your thoughts keep slipping away from the task in front of you.",
"Trying to work becomes a serious challenge as she keeps sucking your cock with distracting skill.",
"Her mouth keeps stealing your attention from work, but you do your best to stay focused anyway.",
"You struggle to keep your mind on the job while she sucks your cock far too well for concentration.",
"Every movement of her mouth makes your work harder to focus on, but you keep forcing yourself to try.",
"She pleasures your cock so intensely that staying productive feels nearly hopeless, though you refuse to give up.",
"Your concentration keeps breaking as she sucks your cock, but you still attempt to get your work done.",
"She makes focusing on work almost impossible with how well she sucks your cock, yet you somehow keep trying."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "mp/" + $act + "/cum.mp4")>>
<<set $YOU.stateNoVision = true>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.areaHp(5, "city")>>
<<= window.Game.npcExp("boss", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
<<else>>
<<set $act = "">>
<<goto $YOU.loc>>
<</if>>
<</if>>
</div><div class="main">
<h1> Home </h1><br>
<<set $EVENTCOUNTER.home = 0>>
<<if $act === "sisTease" && $NPC.sis.alive>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I'm gonna give you a teeny-tiny tease, and then... well, you'll be DYING to get rid of that aching load in your balls. Don't worry, every single one of my naughty holes will be here to PUMP that cum outta you! ",
"By the time I'm done, those balls will be SO FULL of hot, sticky cum that you won't know what to do. But don't worry, sis knows just the right way to use all her naughty holes to MILK it out of you when you're ready.",
"Hehe, I've got a plan to make your balls ACHING with a huge load of cum. And when you're ready, every single one of my filthy holes will be used to suck out every last drop! ",
"Oh, bro, I'm gonna make you SO uncomfortable with my teasing that you'll be begging to get rid of that heavy load in your balls. And when I finally do let you, trust me, every single one of my dirty holes will be used to drain you dry. ",
"Hey, I know how to make your balls SO FULL of cum that you'll be desperate to cum. And when your balls are ready, sis is going to use every single one of her naughty holes to drain that cum outta you! ",
"Aww, I'm gonna give you a little taste of what's to come, and by the time I'm done, those balls will be SO packed full of cum that you won't know how to handle it. But don't worry, sis knows just the right way to use all her dirty holes to MILK it outta you when you're ready haha. ",
"Heyyy, let me give you a little show with my body. That way you'll build up the BIGGEST, thickest load of nasty cum ever, and we can use it ALL during our next milking session! ",
"How about I put on a nice little tease for you? Watching me will get your balls SO packed full of filthy cum that all my holes will get filled during our next session! ",
"Hehe, sit back and enjoy the view. I'm going to make your cock leak buckets of reeking cum, and we'll use every last drop to stuff all my holes during milking time! ",
"Trust me, bro, after this show your balls will be SO heavy and full that our next milking session is going to be the HEAVIEST yet!",
"Just watch me, okay? Every squirm and bounce is designed to pack your cock full of the dirtiest cum possible for our next session! ",
"Mmm, imagine all that hot, sticky cum just BUILDING inside you while I tease you. By our next milking, all of my holes will be gushing with your sperm! ",
"Get ready to drool, because this show is going to make you produce the most vile load you've ever had. Perfect for stuffing all my holes during our next treatment session!",
"Oh, you have NO idea how much cum you'll have after this! Our next milking is going to require EVERY drop to fill me up completely! ",
"Hey, I don't think your little balls are even half full yet. Don't dare look anywhere else. Just stare at me and you'll see that sperm load build up FAST! ",
"Are you sure your balls are full enough? Probably not. Keep your eyes glued right here. Take in my whole body, bro, and watch it fill up! ",
"Your poor little sack is definitely under-stocked on semen! Just keep staring at me, okay? Seriously, look everywhere. That view alone will get your balls working overtime hehe ",
"Nah, I bet your balls could hold so much more. Don't blink. Just soak in this view. I promise, it'll make you overflow with precum super quick! ",
"You look like you need a serious upgrade in your sperm count. Keep your gaze right here, okay? What's the BEST stimulant? Of course, your sister's body haha ",
"I guarantee those balls aren't full of that nasty cum yet. Look closer. Let my body do the heavy lifting and get your balls pumped up. ",
"Bro, your balls are definitely running on empty. Just feast your eyes on me, and watch that buildup start. ",
"Don't look away! You haven't seen enough yet! Focus on me. Every curve, every little hole. It's going to make you leak precum all over! ",
"Trust me, your balls need a massive boost. Keep your eyes locked here. I'm going to show you exactly how much it takes to make those balls ready to explode. "])
,window.Game.rngText([
"Hey bro, we gotta keep you motivated! How about a tease to build up that load? ",
"Heyy you don't seem too motivated. I think a little playful tease would be perfect to get that load ready! ",
"Come on, you heard the doctor. You don't seem horny enough. We could tease it up slowly and watch that cum load build up, yay! ",
"Hey bro, we gotta keep you riled up! How about I give you a little something to look forward to so you can build up a nice big load? ",
"Hiii bro! Don't forget we need to keep treating your condition, and the best medicine is staying good and pent up before each session!",
"You don't seem as tense as you should. Don't worry, your favorite sis is here to make sure you stay nice and worked up between rounds!",
"Helloooo, time for your next round of therapy! You know the drill: the more pent up you are, the better the treatment works. So let's get you all revved up, yeah? ",
"Hey bro, time for some warm-up! You know how important it is to build up a massive load for each session!",
"Guess who's here to make sure you're nice and horny all day long? That's right, it's YOUR sister! Let's get those engines running. ",
"Hi bro! Just checking in on your horniness levels because we don't want your treatment schedule slipping, okay? Let me help you out with that. ",
"Heyy! We can't let your drive drop, so how about a little bit of teasing to make sure you've got a huge load ready to go?",
"Time to get you worked up, bro! Let's see if we can build up some serious tension before you let it all out!",
"You're looking a bit too relaxed. Let's get you all riled up so that treatment is extra effective, okay?",
"Let's keep that energy high! Who wants a little bit of a tease to help build up a massive load?",
"Ready for some motivation? I've got just the way to keep you feeling super horny today. ",
"I just want to make sure you're staying healthy, so let me help you get all worked up for your treatment.",
"Since we need to keep you motivated, maybe a little bit of teasing would help you build up a nice load?",
"It's important to stay excited for your medicine. How about I give you a little nudge to get you in the mood?",
"I'm just trying to be a good sister and help you manage your condition. Let's get you feeling all tingly and ready!",
"You're not nearly worked up enough yet! Let's see if I can get you desperate for a release.",
"I bet I can make you feel so horny that you'll be begging to cum! Ready for a little tease?",
"If we want a really big load, we have to make sure you're suffering just a little bit first... right?",
"Let's see how much tension we can build up before you finally break! It'll make the treatment way better!",
"I can tell you're holding back. Why don't I give you a little push to make sure you're completely focused on it?"])
,window.Game.rngText([
"Um, hey... you don't seem quite... aroused enough, bro. Maybe I can, like, help a little? I could, um, give you a peek at my body...",
"Hey, I notice you're not really getting into it... Want me to, um, give you a little something to focus on? Like, maybe I could show you a bit of my skin?",
"H-hey, you look kind of distracted. The doctor said you need to stay worked up, right? So, um, maybe I could, like, give you a small tease... just a little one...",
"Hey, I think you need some extra motivation... The doc said so. So, um, how about I, you know, give you a little show? Just a peek...",
"Um, hi... You don't seem very turned on right now. Want me to, like, help get things going? I could, um, give you a tiny tease with my body...?",
"Hey bro, I think you need a little push to get excited... Can I, um, give you a small preview of my body? Just to, you know, help with your treatment...",
"H-hi... You look kind of bored. The doctor said you need to stay aroused constantly, remember? So, um, maybe I could, like, give you a little tease...",
"Hey, I know the doctor said you need to stay motivated, and, ahem, turned on, right? So, maybe I could, uh, give you a little show with my body... I'm feeling a bit bold. ",
"Right, so the doc says you need to stay aroused, huh? Well, maybe I could help with that? I'll, um, model my body for you... and see if it gets those juices flowing",
"Yeah, I know what the doctor said, bro... so let me just, uh, get comfortable for a sec... and maybe we can talk about ways to keep you, you know... motivated",
"I'm pretty sure the doc said something about staying excited, didn't they? So, I'll, um, just go ahead and, you know, get ready for our session... and see if I can, uh, help you get in the mood",
"Hey, I've got a great idea, bro! Why don't I, uh, show you some of my favorite poses? Maybe it'll, um, get those engines running?",
"I'm not sure if this is exactly what the doc had in mind, but... I'll, um, just go ahead and, you know, get a little creative with my body... and see if it helps you stay, ahem, focused"]))>>
<<= window.Game.vid($LINKS2.sis + "tease/" + window.Game.arr(1,21,"sisTease") + ".mp4")>>
<<= window.Game.stat("cb",$RATES.cb.watch)>>
<<= window.Game.npcExp("sis", $RATES.exp.watch, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<<elseif $act === "sisQuick" && $NPC.sis.alive>>
<<if $step === 1>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"WHAT THE FUCK ARE YOU DOING WANDERING AROUND WITH THAT COCK STRAINING AGAINST YOUR PANTS?",
"Get over here before I drag you by your cock down the hallway",
"I swear to god if you try to cum yourself without me present...",
"Your disease is basically terminal if you don't let sis milk you PROPERLY",
"That's MY property twitching and I will NOT share it with fabric",
"Cry if you want, scream if you want. Either way you're cumming."])
,window.Game.rngText([
"Oh bro, you're SO swollen again. Come here. Time to be milked.",
"I can tell just by looking that you NEED relief again. I'm gonna make you cum again. Come here.",
"Bad boy for letting it get this worked up without calling me. Maybe you don't like me enough to make you cum. ",
"Look at you, twitching and leaking precum. Come here before you faint again.",
"Your sister knows exactly what your body craves. Look how swollen you are already. Come to sis.",
"You're hard and you didn't even call me? Fine, I'm going to squeeze every last drop out of you"])
,window.Game.rngText([
"W-why are you walking around like that?! Don't you know that's dangerous?",
"I can see you're... um... struggling with your symptoms again",
"You really should come to me instead of walking around like that",
"Oh, this looks bad. Please, let me help you. I don't want your condition to worsen",
"It's embarrassing for both of us if you just wander around like this. Come here. I will help.",
"You're gonna faint again if you walk around like that. I promise I'll take good care of you",
"Ahh! You know you can't walk around like that. What if you pass out again, idiot? Come here and don't be stubborn about this, bro"]))>>
<div class="options">
<<= window.Game.goToLoc("Handjob", 30, State.passage, -5, $act, 2)>>
<<if $NPC.sis.bj>>
<<= window.Game.goToLoc("Blowjob", 60, State.passage, -10, $act, 3)>>
<<if $ITEMS.toys>>
<<= window.Game.goToLoc("Use Toys", 30, State.passage, -10, $act, 4)>>
<</if>>
<</if>>
<<= window.Game.goToLoc("Another time, you promise", 0, $YOU.loc, 0)>>
</div>
<<elseif $step === 2>>
<<set $num = window.Game.rng(1,3)>>
<<= window.Game.vid($LINKS.events + "home/" + $act + "/qhj/" + $num + ".1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "home/" + $act + "/qhj/" + $num + ".2.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj)>>
<<= window.Game.npchp("sis", 5)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<<elseif $step === 3>>
<<set $num = window.Game.rng(1,2)>>
<<= window.Game.vid($LINKS.events + "home/" + $act + "/qbj/" + $num + ".1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "home/" + $act + "/qbj/" + $num + ".2.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.npcExp("sis", $RATES.exp.bj)>>
<<= window.Game.npchp("sis", 5)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<<elseif $step === 4>>
<<set $num = window.Game.rng(1,3)>>
<<= window.Game.vid($LINKS.events + "home/" + $act + "/qtoy/" + $num + ".1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "home/" + $act + "/qtoy/" + $num + ".2.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj + 1)>>
<<= window.Game.npchp("sis", 5)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
<<else>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<</if>>
</div><h1> Lab </h1><br>
<<if $act === "3hj1">>
<<= window.Game.vid($LINKS2.hhcsamples + $act + "/1/" + window.Game.arr(1,3,1) + ".mp4")>>
<<= window.Game.stat("cb",10)>>
<<= window.Game.vid($LINKS2.hhcsamples + $act + "/2/" + window.Game.arr(1,5,2) + ".mp4")>>
<<= window.Game.stat("cb",10)>>
<<= window.Game.vid($LINKS2.hhcsamples + $act + "/cum.mp4")>>
<<= window.Game.stat("money",window.Game.rng(100,150) + $YOU.cb + $YOU.stamina,"You are compensated based on the quality and quantity of your semen. ")>>
<<= window.Game.stat("hp",20)>>
<<elseif $act === "bj1">>
<<= window.Game.vid($LINKS2.hhcsamples + $act + "/" + window.Game.arr(1,5,1) + ".mp4")>>
<<= window.Game.stat("cb",10)>>
<<= window.Game.vid($LINKS2.hhcsamples + $act + "/cum.mp4")>>
<<= window.Game.stat("money",window.Game.rng(100,150) + $YOU.cb + $YOU.stamina,"You are compensated based on the quality and quantity of your semen. ")>>
<<= window.Game.stat("hp",20)>>
<</if>>
<<set $num = 0>>
<<set $HHC.samples += 1>>
<<run window.Game.clearArr()>>
<<= window.Game.goToLoc("Back", 0, "hhc", 0)>>
<div class="main">
<<if $act === "mandy" && $NPC.mandy.alive>>
<<if $step === 1>>
<div class="story-text">
You hear someone in distress nearby. <br><br>
</div><br>
<<= window.Game.pic($LINKS.story + "others/mandy/" + $act + "/1.jpg")>>
<<= window.Game.npcText("mandy","main", "You have to help! I don't feel right. Call an ambulance, I feel like I'm burning up. I feel...")>>
<<set $NPC.mandy.lvl = 3>>
<<set $NPC.mandy.ill = true>>
<<set $NPC.mandy.met = true>>
<<= window.Game.npcText("mandy","main", "SO HORNY!!")>>
<<= window.Game.pic($LINKS.story + "others/mandy/" + $act + "/2.jpg")>>
<div class="story-text">
It's the disease! You can't leave her like this. You ask her where she lives and quickly take her there.<br><br>
</div><br>
<<= window.Game.npcText("mandy","main", "So forceful, daddy! You love taking me for a ride, don't you?")>>
<div class="story-text">
You tell her you want to have sex.<br><br>
</div><br>
<<= window.Game.npcText("mandy","main", "You didn't have to ask me twice, daddy. Let's fuck like there's no tomorrow!")>>
<<= window.Game.goToLoc("Save her", 0, State.passage, 0, $act, 2)>>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.mandy + "sex1/5.mp4")>>
<<= window.Game.npcText("mandy","main", "Yess! Break my pussy! I don't wanna be able to sit tomorrow!")>>
<<= window.Game.vid($LINKS2.mandy + "sex1/cum.mp4")>>
<<= window.Game.npcText("mandy","main", "Yes, baby, pour all your cum on my fat ass. I wanna drown in it.")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.npcExp("mandy", $RATES.exp.sex)>>
<<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 3)>>
<<elseif $step === 3>>
<<set $NPC.mandy.lvl = 1>>
<<= window.Game.npcText("mandy","main", "Wait, what just happened? That felt weird. I couldn't control myself and you helped snap me out of it. ")>>
<div class="story-text">
Is this how the disease affects her? <br><br>
It seems not everyone in this neighborhood is affected in the way Lisa mentioned.<br><br>
You explain the disease and how you can help contain it. You explain how it affects you.<br><br>
</div>
<<= window.Game.npcText("mandy","main", "Sounds like a lie to get in my pants. You asshole! Then again I'm back to normal. ")>>
<<= window.Game.pic($LINKS.story + "others/mandy/" + $act + "/3.jpg")>>
<<= window.Game.npcText("mandy","main", "You can help me snap back but that's all, you hear me?! You better not take advantage of this!")>>
<div class="story-text">
She seems to have drastic swings in personality. If her health hits zero, she will be hospitalized. There may be even more out there.<br><br>
</div><br>
<<= window.Game.goToLoc("Back", 0, "uptown", 0 )>>
<</if>>
<<elseif $act === "madison" && $NPC.madison.alive>>
<<if $step === 1>>
<div class="story-text">
You see someone you recognize. Is that Madison? Why is she around here? You approach her.<br><br>
</div><br>
<<= window.Game.pic($LINKS.story + "others/madison/" + $act + "/1.jpg")>>
<<set $NPC.madison.lvl = 3>>
<<set $NPC.madison.ill = true>>
<<set $NPC.madison.met = true>>
<<= window.Game.npcText("madison","main", "Oh, look who it is. I've been looking for the perfect fucktoy mhmm. ")>>
<div class="story-text">
That's why her behavior has been so different at work... but you're sure she has been perfectly fine on the days you've come across her. You wonder...<br><br>
</div><br>
<<= window.Game.npcText("madison","main", "Well, it's not proper to keep a lady waiting so long. Perhaps you should apologize (wink) ")>>
<div class="story-text">
If her health hits zero, she will be admitted to the hospital. What will you do?<br><br>
</div><br>
<<= window.Game.goToLoc("Special apology", 0, State.passage, 0, $act, 2)>>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.madison + "sex1/1.mp4")>>
<<= window.Game.npcText("madison","main", "God, don't stop fucking me, my love.")>>
<<= window.Game.vid($LINKS2.madison + "sex1/4.mp4")>>
<<= window.Game.npcText("madison","main", "Yes, cover me with all of that beautiful sperm.")>>
<<= window.Game.vid($LINKS2.madison + "sex1/cum.mp4")>>
<<= window.Game.npcText("madison","main", "We can't let this be our last time meeting like this darling. You must pay me another visit soon. (Wink) ")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.npcExp("madison", $RATES.exp.sex)>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("madison", 5)>>
<<= window.Game.goToLoc("Back", 0, "uptown", 0 )>>
<</if>>
<<else>>
<<set $act = "">>
<<run Engine.play($YOU.loc)>>
<</if>>
</div><div class="main">
<h1> Mandy </h1><br>
<<if !$NPC.mandy.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "sex1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.mandy + $act + "/1.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Yes, use my pussy like your personal sex toy and fuck it senseless!",
"Go ahead, treat my pussy as your private plaything and pound it hard!",
"Fuck my pussy however you want, like I'm your personal toy made for this!",
"Use my body as your toy and destroy my pussy with your cock!",
"Pound away at my pussy like it belongs to you and you're using your toy!",
"Take my pussy roughly, I'm here to be your personal flesh toy!",
"Fuck me like crazy, my pussy is your toy tonight!",
"Use me however you need, pound my pussy like I'm your personal plaything!",
"Destroy my pussy, I'm your toy so use it as rough as you want!"]))>>
<<= window.Game.vid($LINKS2.mandy + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mandy + $act + "/3.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Give me that hard cock and let my filthy pussy stroke it dry!",
"Let me bounce on your stiff cock with my hungry, wet pussy!",
"Let me bounce on that thick cock with my aching, horny pussy!",
"Slip my wet, eager pussy over your hard cock and let me take control!",
"Let my dirty, desperate pussy stroke your hard cock until you can't think straight!"]))>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.mandy + $act + "/4.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Pound my fat ass until you absolutely explode all over it, baby",
"Mmm, fuck my pussy until you're dripping with cum, daddy",
"Ahh, beat my juicy ass until I'm your cum dump, baby",
"Fuck my fat ass until you're completely drenched in my cum~",
"Mmm, pound my perfect ass until I'm a mess of cum",
"Yes! Pound my fat ass until you've given me all your cum"]))>>
<<= window.Game.vid($LINKS2.mandy + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mandy + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.npcExp("mandy", $RATES.exp.sex)>>
<<set $NPC.mandy.lvl = 1>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("mandy", 5)>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Man, I'm sore as hell and can still taste you, but damn, I feel incredible. Thanks for that.",
"Wow, my body is killing me and I swear I can still taste you, but honestly, I feel amazing. Thank you.",
"Jeez, I'm achy everywhere and I can definitely still taste it, but I've never felt more alive. Seriously, thank you.",
"Damn, I'm super tender down there and I can still taste your cum, but I feel so energized. Thanks to you.",
"I'm legitimately hurting and I can still taste it, but I feel more awake than I have in years. Thank you so much.",
"My god, I'm so sore and I can still taste you, but this feeling is unreal. Thank you for making me feel this way.",
"Okay, I'm aching all over and I can still taste it, but I feel electric. Honestly, thank you.",
"Shit, I'm sore and I can still taste your cum, but I feel powerful. All thanks to you.",
"I'm genuinely aching and can still taste you, but I feel so alive. Really, thank you.",
"I'm bruised and can still taste it, but I feel renewed. Thank you for everything."]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<elseif $act === "anal1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.mandy + $act + "/1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mandy + $act + "/2.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Fuck, baby, your cock makes my ass feel so incredibly full.",
"Mmm, I love how completely your cock fills my ass.",
"God, your cock feels so thick buried inside my ass.",
"Fuck yes, baby, my ass feels so perfectly stuffed with your cock.",
"Mmm, I can feel every inch of you filling my ass so deep.",
"God, baby, your cock stretches my ass so fucking full.",
"Fuck, I love how packed my ass feels with your cock inside me."
]))>>
<<= window.Game.vid($LINKS2.mandy + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.mandy + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mandy + $act + "/5.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Don’t stop fucking my ass until you’ve filled it with every drop of your cum.",
"Keep pounding my asshole, baby. I want you to pump it full of cum.",
"Fuck my ass until you can’t hold back, then fill me completely.",
"Don’t pull out, baby. Keep fucking my asshole until it’s overflowing with your cum.",
"Keep that cock buried in my ass and don’t stop until you’ve emptied yourself inside me.",
"Fuck my asshole harder, baby. I want it stuffed full of your hot cum.",
"Don’t stop until my ass is completely filled and dripping with your cum."
]))>>
<<= window.Game.vid($LINKS2.mandy + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.anal + 5)>>
<<= window.Game.stat("hp",$RATES.cb.anal + 5)>>
<<= window.Game.npcExp("mandy", $RATES.exp.anal + 1)>>
<<set $NPC.mandy.lvl = 1>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("mandy", 5)>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Wow, I feel amazing! Whatever you did, you definitely gave me more than just a cure.",
"Oh wow, I feel incredible! I think you did a little more than fix me up this time.",
"God, I feel great! Seems like your treatment came with some very enjoyable side effects.",
"Wow, I’m completely back to normal, and somehow feeling even better than before. You really outdid yourself.",
"Oh my God, I feel fantastic! I don’t know what you did, but that was definitely more than a cure.",
"Wow, I feel better than ever! You certainly have an interesting way of taking care of me.",
"Mmm, I feel amazing again. Whatever that treatment was, I wouldn’t mind needing another dose sometime."
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<elseif $act === "anal2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.mandy + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You get a perfect view of her delicious pussy and asshole while her mouth slowly works your cock hard.",
"Her pussy and asshole are spread out beautifully in front of you as she uses her mouth to make your cock stiff.",
"You stare at her exposed pussy and asshole while her warm mouth eagerly brings your cock to full hardness.",
"With her delicious pussy and asshole right in your view, she wraps her mouth around your cock and gets you harder and harder.",
"You enjoy the irresistible view between her legs while her lips and tongue work your cock until it’s rock hard.",
"Her pussy and asshole stay perfectly displayed for you as she eagerly uses her mouth to get your cock completely hard.",
"You can’t help staring at her exposed pussy and asshole while she sucks and teases your cock into full hardness.",
"She gives you an intimate view of her pussy and asshole while her mouth works steadily over your cock, making you harder by the second.",
"Her delicious pussy and asshole fill your view as she eagerly pleasures your cock with her mouth until you’re completely stiff.",
"You soak in the view of her exposed pussy and asshole while her lips and tongue expertly coax your cock rock hard."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.mandy + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mandy + $act + "/3.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Fuck, it’s so hot feeling your cock in my pussy right after you were fucking my asshole.",
"God, having your cock slide into my pussy after you just fucked my ass feels so fucking dirty and hot.",
"Fuck, I love feeling your cock in my pussy after you’ve already been buried deep in my asshole.",
"Mmm, it’s so filthy having your cock inside my pussy right after you were pounding my ass.",
"Fuck, feeling you move from my asshole straight into my pussy is turning me on so damn much.",
"God, your cock feels incredible in my pussy after you were just fucking my tight asshole.",
"Fuck, I can’t get over how hot it feels having your cock in my pussy after you used my ass.",
"Mmm, having your cock filling my pussy right after fucking my asshole feels unbelievably naughty.",
"Fuck, it’s such a dirty rush feeling your cock inside my pussy after you were pounding my asshole.",
"God, I love how filthy this feels. Your cock in my pussy right after you were fucking my ass."
]))>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.mandy + $act + "/4.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"YES! Use all that pussy juice to make fucking my asshole feel even better!",
"Fuck yes! Get my pussy nice and wet, then use all that slickness to pound my ass even harder!",
"YES! Coat your cock in my pussy juice and use it to slide even deeper into my asshole!",
"God, yes! Use how soaked my pussy is to make fucking my ass even smoother and dirtier!",
"YES! Get your cock dripping with my pussy juice before you push it back into my asshole!",
"Fuck, that’s so hot! Use all that wetness from my pussy to make my asshole take you even better!",
"YES! Let my pussy soak your cock, then use all that slippery juice while you fuck my ass!",
"Mmm, yes! Cover yourself in my pussy juice and make fucking my asshole feel even more incredible!",
"Fuck yes! Use every drop of that pussy juice to keep your cock sliding perfectly into my ass!",
"YES! Get nice and slick inside my pussy first, then use all that wetness to fuck my asshole even better!"
]))>>
<<= window.Game.vid($LINKS2.mandy + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.mandy + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.anal + 5)>>
<<= window.Game.stat("hp",$RATES.cb.anal + 5)>>
<<= window.Game.npcExp("mandy", $RATES.exp.anal + 1)>>
<<set $NPC.mandy.lvl = 1>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("mandy", 5)>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Oh man, my holes hurt so much! Your cum is still pouring out of my ass. Maybe you should go just a little easier on me next time, haha.",
"Fuck, I’m so sore right now, and your cum is still leaking out of my ass. Maybe try helping me a tiny bit less hard next time, haha.",
"God, my holes are aching after that! Your cum is still spilling out of my ass. Maybe you could be just a little gentler next time, haha.",
"Oh wow, you really worked me over! I’m so sore, and your cum is still dripping from my ass. Maybe tone it down just a little next time, haha.",
"Fuck, my holes are seriously sore! Your cum is still pouring out of my ass. Maybe you don’t have to go quite that hard on me next time, haha.",
"Mmm, you absolutely wrecked me! I can still feel your cum leaking out of my ass. Maybe be just a tiny bit less rough next time, okay? haha.",
"Oh god, I’m aching everywhere down there! Your cum is still dripping from my ass. Maybe you should take it a little easier on me next time, haha.",
"Wow, you really went all out on me! My holes hurt, and your cum is still running out of my ass. Maybe ease up just a little next time, haha.",
"Fuck, I’m gonna be sore after that! Your cum is still pouring out of my ass. Maybe you could help me without completely destroying me next time, haha.",
"Oh man, you really did a number on me! My holes are aching and your cum is still leaking out of my ass. Maybe just a little less hard next time, haha."
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<else>>
<<set $act = "sex1">>
<<set $step = 1>>
<<goto State.passage>>
<</if>>
<</if>>
</div><<= window.Game.npcState() >>
<div class="options">
<div class="loc">
<<link "Back">>
<<set $uiRefresh = true>>
<<goto $YOU.loc>>
<</link>>
</div>
</div>/%
<<set $CLOUD = "https://storage.googleapis.com/game-files666/">>
my game is about an uncurable disease that can only be treated by ejaculating as hard and often as possible your loving caring grandma has 2 levels
level 2, she has wanted to become close to you like when you were younger and take care of you herself sexually. she is becoming more motherly
level 3, she has become almost obsessed with caring for you sexually. As motherly as possible wanting to make you cum as hard as possible out of love and care
Can you rewrite the line below in many ways for level 2 focusing on turning on the player as much as possible all separated by commas and wrapped in quotes separated by line breaks.
my game is about an uncurable disease that can only be treated by ejaculating as hard and often as possible your cute bubbly sister has 3 levels
level 1, she is still shy and doesnt talk too dirty and isnt fully corrupted sexually yet
level 2, she is becoming more corrupt, starting to enjoy sexually pleasing you but may be slightly shy at times at time
level 3, she is fully corrupted sexually, talks in very dirty aggressive detail. She gets off on pleasing you sexually. make her lines as dirty as possible.
Can you rewrite the line below in many ways for level 2 focusing on turning on the player as much as possible all separated by commas and wrapped in quotes separated by line breaks.
A mysterious outbreak is spreading, causing sexually charged symptoms that become harder to control as the disease progresses. After becoming infected yourself, you discover an unusual truth: your condition can only be managed through frequent, intense release, and your seminal fluid appears to suppress the disease in others.
As the outbreak worsens, you must investigate its effects, manage your own symptoms, and help infected characters before their conditions spiral out of control. Each person reacts differently, with unique symptoms, corruption levels, needs, and risks. Balancing treatment, relationships, resources, and time becomes essential as you uncover more about the disease and the people affected by it.
Explore locations, unlock new events, monitor disease progression, and decide how far you are willing to go to keep yourself and others alive. What begins as survival becomes a growing responsibility as more infected people appear, the outbreak intensifies, and the truth behind the disease slowly comes into focus.
how to loop in twine
<<for _areaKey, _area range $AREAS>>
<<if _area.corruption >= 100>>
<<set _causeShown = true>>
<div class="story-text">
<<= _area.name >> corruption has reached
<<= window.Game.round(_area.corruption) >>.
</div><br>
<</if>>
<</for>>
ANA
<<if !$NPC.ana.met && $NPC.ana.alive && $NPC.gm.lvl >= 2)>>
<div class="event-opportunity">
<br><br><div class="event-label">OPPORTUNITY</div>
<<= window.Game.goToLoc("A woman wants help at this hour?", 0, "other_s", 0, "ana", 1)>>
</div>
<</if>>
<<elseif $act === "life">>
<<= window.Game.npcText("doc","main", "Well hello there. It's great to see you. We have potentially made a breakthrough with all of the testing and analysis. ")>>
<<= window.Game.npcText("doc","main", "We may have created way to bring someone back if they are not too far gone. ")>>
<<= window.Game.npcText("doc","main", "Sadly there is a hefty cost. We will need an inordinate amount of your seminal fluid as well proper funding to conduct the procedure.")>>
<<= window.Game.npcText("doc","main", "Once we are properly funded, we will send nurses over to properly collect enough of your samples. It will be time consuming and draining so be warned. ")>>
<<if $NPC.doc.lvl < 2>><<set $NPC.doc.lvl = 2>><</if>>
<<= window.Game.pic($LINKS.story + "hhc/" + $act + "/1.jpg")>>
<<= window.Game.npcText("doc","main", "Who can predict what future possibilites will present themselves if we continue our research. Thank you. You have been a godsend.")>>
<<set $HHC.lifeUnlocked = true>>
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0 )>>
<<elseif $num === 100>>
<<= window.Game.npcText("kendra","main"
,window.Game.rngText([
"...we're seeing a sudden rise in reports of unusually heightened intimacy-related behavior. We'll continue to bring you updates as more information becomes available.",
"...officials are reporting a sharp increase in public displays of intimacy across the area. We will update viewers as new details come in.",
"...there appears to be a sudden surge in intimacy-driven behavior among residents. We’ll report any confirmed developments as they happen.",
"...authorities are investigating a noticeable rise in unusual intimacy-related incidents. We’ll continue following this story closely.",
"...witnesses describe a sudden increase in people seeking intimate contact. We’ll provide more information as soon as it is confirmed.",
"...local officials say reports of heightened intimate behavior have increased dramatically. We’ll keep you updated as this situation develops.",
"...there seems to be a growing pattern of unusual intimacy-related activity in the area. We’ll bring you the latest as we learn more."
]))>>
<<if !$uiRefresh>>
<<set $num2 = window.Game.rng(5,15)>>
<</if>>
<<= window.Game.stat("cb",$num2)>>
<div class="story-text">Cum build-up has increased by $num2</div><br>
<<elseif $act === "helpUnlocked">>
<<= window.Game.npcText("doc","main", "Well, hello there. I would like a moment of your time. ")>>
<<= window.Game.npcText("doc","main", "I would like to conduct some further tests. I may not have the time here so I was hoping you would agree to meet during the weekends when you are available. ")>>
<<= window.Game.npcText("doc","main", "I plan to visit personally or conduct my research via nurse visits. You get treatment through ejaculation and we can further our research. ")>>
<<if $NPC.doc.lvl < 2>><<set $NPC.doc.lvl = 2>><</if>>
<<= window.Game.pic($LINKS.story + "hhc/" + $act + "/1.jpg")>>
<<= window.Game.npcText("doc","main", "I'm quite elated. I'm certain this will be quite fruitful. ")>>
<<set $HHC.helpUnlocked = true>>
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0 )>>
<<if $HOME.open>>
<div class="loc">
<<link "Keep main door closed (No events from outsiders)">>
<<set $HOME.open = false>>
<<goto "main">>
<</link>><br>
</div>
<<else>>
<div class="loc">
<<link "Keep main door open (Outsider events allowed)">>
<<set $HOME.open = true>>
<<goto "main">>
<</link>><br>
</div>
<</if>>
sleep event
<div class="ui-title">Unknown Disease</div>
<img id="player-pic" src="https://storage.googleapis.com/game-files666/you/main.jpg">
window.Game.bg = function(location){
if (typeof location !== "string") return "";
let g = State.variables; let pic;
const base = g.LINKS.bg;
if(g.GAME.night){pic = base + location + "2.jpg";}
else{pic = base + location + "1.jpg";};
return pic;
};
<<= window.Game.bg(State.passage)>>
window.Game.bg = function(location){
if (typeof location !== "string") return "";
let g = State.variables; let pic;
const base = g.LINKS.bg;
if(g.GAME.night){pic = base + location + "2.jpg";}
else{pic = base + location + "1.jpg";};
return `<img class="background-pic" src="${pic}">`;
};
<<if !$GAME.night>>
<<if $STORY.cultnews is false>>
<<set $act = "news">><<goto "cult_s">>
<<elseif $NPC.riley.met is false>>
<<set $act = "meet">><<goto "riley_s">>
<</if>>
<</if>>
<<elseif $act === "toy">>
<<= window.Game.vid($LINKS.you + "toy/" + window.Game.arr(1,26,"toy") + ".mp4")>>
<<= window.Game.chip()>>
<<if $YOU.stateChip>>
<<= window.Game.stat("hp",15,"Chip activates while you were filming yourself using toys. ")>>
<<else>>
<<= window.Game.stat("hp",10,"You film yourself using toys for the sex shop. ")>>
<</if>>
<<link "Back">><<set $act = "">><<run Engine.play(State.passage)>><</link>><br>
GM ACTS
<<if $act === "bj1">>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Aww, you want to spend some time with me, honey? Come here and let me take extra-special care of that cock of yours.",
"Oh, sweetheart, you came to see me? Come closer and let me pamper that needy cock until you feel all better.",
"Aww, honey, do you need some attention from me? Just relax and let me take good care of that cock for you.",
"Oh, my sweet thing, you want to stay with me awhile? Let me spoil you and give that cock all the attention it needs.",
"Aww, sweetheart, come sit with me. You just relax while I take such loving care of that eager cock of yours.",
"Oh, honey, you know how much I love looking after you. Come closer and let me take care of that poor needy cock.",
"Aww, did you come looking for a little special attention, sweetheart? Let me make sure that cock is very well taken care of.",
"Come here, honey. You don't have to worry about a thing while I'm taking such sweet care of that cock for you.",
"Aww, my darling, you want me to look after you? Just settle in and let me spoil that lovely cock of yours.",
"Oh, sweetheart, stay right here with me. I'll pamper you and take such wonderfully good care of that cock, honey."
]))>>
<<= window.Game.vid($LINKS2.gm + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You spend some intimate time with her, letting her indulge her newfound fetish for milking your cock and taking care of you.",
"You stay with her awhile, surrendering your cock to her eager attention as she explores her new fetish for caring for you.",
"You spend time together, allowing her to lovingly milk your cock while satisfying her newfound desire to take care of you.",
"You let her fuss over you, happily giving her the chance to milk your cock and indulge her growing fetish for looking after you.",
"You relax in her company, letting her devote herself to milking your cock and fulfilling her newfound urge to care for you.",
"You give her exactly what she has been craving: time to pamper you, milk your cock, and satisfy her new fetish for taking care of you.",
"You settle in with her and let her eagerly tend to your cock, indulging the newfound fetish she has developed for caring for you.",
"You allow her to lavish you with attention, letting her milk your cock while embracing her increasingly eager desire to look after you.",
"You spend some private time with her, allowing her to satisfy her newfound obsession with milking your cock and pampering you.",
"You let yourself be completely spoiled by her, giving her all the time she wants to milk your cock and indulge her new fetish for taking care of you."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/cum1.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"I love feeling your cock and balls pulse for me, baby. It lets me know I’m taking such good care of you.",
"Mmm, sweetheart, I just adore feeling your cock and balls throb. That’s how I know I’m treating you just right.",
"Oh, baby, feeling that sweet little pulse in your cock and balls tells me I’m taking very good care of you.",
"Mmm, honey, I love when your cock and balls start pulsing like that. It tells me you’re enjoying how well I’m looking after you.",
"Oh, sweetheart, there’s that lovely throbbing again. Your cock and balls always let me know when I’m taking care of you properly.",
"Mmm, baby, I could feel your cock and balls pulsing for me all day. It makes me so happy knowing I’m caring for you just right.",
"Aww, honey, feel how your cock and balls are throbbing? That’s my favorite little sign that I’m taking such wonderful care of you.",
"Oh, baby, I love feeling every little pulse from your cock and balls. It tells me exactly how good my special care is making you feel.",
"Mmm, sweetheart, your cock and balls are pulsing so nicely for me. I must be taking awfully good care of my baby.",
"Aww, there it is, honey. That lovely pulsing in your cock and balls. Nothing makes me happier than knowing I’m taking such good care of you."
]))>>
<<= window.Game.vid($LINKS2.gm + $act + "/2." + window.Game.arr(1, 4, 1) + ".mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She makes you cum again and again, draining you with every helpless throb and pulse.",
"She keeps bringing you over the edge, each pulsing climax leaving your balls emptier than before.",
"She makes you cum over and over, feeling every desperate throb as she completely drains your balls.",
"Again and again, she pushes you into another climax, emptying your balls with every hard pulse.",
"She refuses to stop, making you cum repeatedly until every throbbing pulse leaves you completely spent.",
"She draws orgasm after orgasm from you, each powerful throb squeezing more from your aching balls.",
"She keeps you cumming until your body is trembling, every pulse draining your balls a little more.",
"She makes you erupt again and again, savoring every involuntary throb as your balls are steadily emptied.",
"One climax follows another as she keeps draining you, your cock throbbing helplessly with every release.",
"She relentlessly makes you cum until you're utterly spent, every final pulse wringing your balls completely dry."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/cum2.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Your balls are getting tighter and tighter every time you cum, sweetheart. I'll make my baby forget all about that nasty disease.",
"Oh, honey, I can feel those balls tightening more with every release. Let me keep taking care of my baby until that disease is the last thing on your mind.",
"Aww, sweetheart, your balls get tighter every time you cum for me. I'll keep pampering my baby until you've forgotten that awful disease entirely.",
"Mmm, honey, those balls of yours are getting tighter and tighter with every climax. Just let me take care of you until nothing else matters.",
"Oh, my sweet baby, I can tell how tight your balls are getting each time you cum. Let me spoil you until that disease completely disappears from your thoughts.",
"Aww, honey, your balls tighten up a little more every time you cum. Don't worry about anything else. Just let me keep taking such good care of you.",
"Sweetheart, I can feel your balls getting tighter after every release. Relax and let me make my baby forget every worry about that disease.",
"Oh, baby, those balls are getting so tight from cumming again and again. Let me keep fussing over you until you can't think about anything else.",
"Aww, sweetheart, I love knowing your balls are tightening more each time you cum. I'll keep caring for my baby until that horrible disease feels a million miles away.",
"Mmm, honey, your balls just keep getting tighter with every time you cum. Let me pamper my sweet baby until you've completely forgotten all about that disease."
]))>>
<<= window.Game.vid($LINKS2.gm + $act + "/2." + window.Game.arr(1, 4, 1) + ".mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your cock is beyond sensitive, your balls tightening, your exhausted kegels still pumping out more and more sperm, all for her delighted enjoyment.",
"Your cock has become unbearably sensitive, your balls drawing tighter as your exhausted kegels keep pumping out load after load, much to her delight.",
"Every inch of your cock is painfully sensitive, your balls pulled tight while your worn-out kegels struggle to pump out even more sperm for her.",
"Your oversensitive cock throbs helplessly, your balls tightening as your exhausted kegels continue pumping out more and more, leaving her absolutely delighted.",
"Your cock is almost too sensitive to touch, your balls growing tighter while your exhausted kegels keep contracting, desperately pumping out more sperm for her pleasure.",
"Your cock has been driven beyond sensitivity, your balls clenched tight as your exhausted kegels somehow keep pumping out more, exactly as she wants.",
"Every pulse leaves your cock more sensitive, your balls tighter, and your kegels more exhausted as they continue pumping out sperm to her obvious delight.",
"Your cock is overwhelmingly sensitive now, your balls pulled impossibly tight while your exhausted kegels keep squeezing out more and more for her.",
"Your hypersensitive cock keeps throbbing, your balls tightening with every contraction as your exhausted kegels continue pumping out every bit of sperm they can.",
"Your cock is completely overwhelmed with sensitivity, your balls tight and aching as your exhausted kegels keep pumping out more sperm, all while she watches in delight."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/cum3.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<div class="story-text">
<<= window.Game.rngText([
"After some time spent cumming nonstop",
"After what feels like ages of cumming without a break",
"After some time of being made to cum again and again",
"After a seemingly endless stretch of nonstop orgasms",
"After losing count of how many times you've cum",
"After what feels like an eternity of continuous release",
"After spending so long cumming over and over",
"After wave after wave of relentless orgasms",
"After being pushed through one climax after another",
"After an exhausting stretch of cumming again and again"
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/cum4.mp4")>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Did I make you cum really good, honey? I hope you're feeling every bit as amazing as I am. Thank you, sweetheart. I missed spending this time with you.",
"Did I make you cum as good as you needed, sweetheart? I feel absolutely wonderful. Thank you for spending time with me again, honey. I've missed you.",
"Aww, honey, did I make you cum really good? I hope you're feeling just as wonderful as you've made me feel. Thank you. I missed having you here with me.",
"Did I take good care of you and make you cum really good, sweetheart? I hope you feel amazing now. Thank you, honey. I've missed our special time together.",
"Oh, sweetheart, did I make you cum as good as you wanted? I hope you're feeling absolutely wonderful, because I certainly am. Thank you for coming to see me again.",
"Did I make you cum really good for me, honey? Seeing you feeling so wonderful makes me feel amazing too. Thank you, sweetheart. I've missed you so much.",
"Aww, baby, did I make you cum nice and good? I hope you're feeling every bit as satisfied as I am. Thank you for giving me this time with you again.",
"Tell me, sweetheart, did I make you cum really good? I hope you feel absolutely amazing now. Thank you, honey. I've missed taking care of you like this.",
"Oh, honey, did I do a good job making you cum? I hope you're feeling just as wonderful as I feel right now. Thank you. I've missed spending time with you terribly.",
"Did I make you cum really good, my sweet baby? I hope you're feeling absolutely amazing. Thank you for staying with me, honey. I've missed having these moments with you."
]))>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.npcExp("gm", $RATES.exp.bj * 2)>>
<<= window.Game.npchp("gm", 10)>
<<= window.Game.vid($LINKS2.gm + $act + "/post.mp4")>>
<div class = "options">
<<= window.Game.goToLoc("After recovering", 0, "gm", 0)>>
</div>
<<elseif $act === "sex1">>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Aww, you really wanted to let me take care of you? You're such a sweetheart. I'm going to make that cock of yours feel better than it ever has, baby.",
"Oh, honey, you really came here so I could take care of you? That's so sweet. Let me pamper that cock until it feels absolutely wonderful.",
"Aww, sweetheart, you really want me looking after you like this? Come here, baby. I'm going to make your cock feel better than you've ever imagined.",
"Oh, you sweet thing, you really wanted my special attention? Just relax for me, honey. I'm going to take such wonderful care of that cock.",
"Aww, baby, you really do want me to take care of you! How could I say no to such a sweetheart? Let me make that needy cock feel better than ever.",
"Oh, honey, you actually came looking for me to take care of you? That's adorable. Come closer and let me give that cock all the attention it deserves.",
"Aww, sweetheart, you really want to put yourself in my hands? You're so precious. I'm going to pamper that cock until you've never felt better.",
"Oh, baby, you really wanted me to fuss over you again? You're such a sweet boy. Let me take care of that cock and make it feel absolutely incredible.",
"Aww, honey, you couldn't resist letting me take care of you, could you? That's so sweet. I'm going to make that cock feel better than it's ever felt before.",
"Oh, sweetheart, you really chose me to take care of you? That makes me so happy. Now relax, baby, and let me make that cock of yours feel absolutely wonderful."
]))>>
<<= window.Game.vid($LINKS2.gm + $act + "/1." + window.Game.arr(1, 5, 1) + ".mp4")>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Yes, honey, let my pussy make that cock of yours feel like heaven. Enjoy every bit of me, my love.",
"That's it, sweetheart. Let my pussy spoil your cock completely. Take all the pleasure you want from me, honey.",
"Yes, my love, let your cock sink into heaven with me. Enjoy my pussy as much as your heart desires.",
"Mmm, honey, let my pussy give that cock everything it's been craving. Enjoy me completely, sweetheart.",
"Yes, baby, let me make your cock feel absolutely heavenly. Don't hold back. Enjoy every bit of me, my love.",
"Come on, sweetheart, let my pussy pamper that lovely cock of yours. I want you to enjoy me to the absolute fullest.",
"Yes, honey, give me that cock and let my pussy take such wonderful care of it. Enjoy everything I have to give you.",
"Mmm, my love, let my pussy be heaven for your cock tonight. Take your time and enjoy every delicious moment with me.",
"That's it, baby. Let my pussy make your cock feel better than you ever imagined. Enjoy all of me, sweetheart.",
"Yes, sweetheart, let me wrap that cock in pure heaven. I want you to enjoy my pussy and every last bit of pleasure I can give you."
]))>>
<<= window.Game.vid($LINKS2.gm + $act + "/cum1.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<div class="story-text">
<<= window.Game.rngText([
"You continue enjoying her even after cumming, neither of you willing to stop as you savor just how shameless you've become together.",
"Even after your release, you keep indulging in her, both of you relishing every wonderfully depraved second together.",
"You continue losing yourself in her after cumming, the two of you savoring the delicious thrill of abandoning every inhibition.",
"Your climax does nothing to slow you down; you keep enjoying her as you both revel in how shamelessly decadent the moment has become.",
"Even after you've finished, you remain completely consumed by her, both of you delighting in the sheer wickedness of continuing.",
"You keep indulging yourself after cumming, neither of you wanting the pleasure to end as you revel in your shared depravity.",
"Your release only makes you want to keep going, both of you savoring the intoxicating thrill of giving yourselves completely to the moment.",
"You continue enjoying every bit of her after cumming, the two of you embracing just how deliciously shameless you've become.",
"Even after reaching your climax, you can't bring yourself to stop, and neither of you can resist relishing the decadent pleasure of continuing.",
"You remain lost in pleasure long after cumming, both of you eagerly embracing every shameless moment of your mutual indulgence."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/1." + window.Game.arr(1, 5, 1) + ".mp4")>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Don't stop until every last drop of your cum is inside my pussy, honey.",
"Keep going, sweetheart. I want every drop of your cum deep inside my pussy.",
"That's it, baby. Don't you dare stop until you've filled my pussy with every last drop.",
"Give it all to me, honey. I want every drop of your cum right here inside my pussy.",
"Don't pull away yet, sweetheart. Keep going until every last bit of your cum is inside me.",
"That's my baby. Stay right there until you've emptied every drop of cum into my pussy.",
"Keep giving it to me, honey. I want your pussy completely filled with every drop you have.",
"Don't stop now, my love. I want every last pulse of cum buried inside my pussy.",
"Stay inside me, sweetheart, and give my pussy every single drop of your cum.",
"That's it, honey. Don't stop until you've given me every last drop and filled my pussy completely."
]))>>
<<= window.Game.vid($LINKS2.gm + $act + "/cum2.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<div class="story-text">
<<= window.Game.rngText([
"Exhaustion begins to overwhelm you as you keep indulging in your own grandmother's pussy, cumming again and again.",
"Your body grows increasingly exhausted as you lose yourself in your grandmother's pussy, climaxing over and over.",
"Fatigue starts consuming you, but you continue indulging in your grandmother's pussy as one orgasm follows another.",
"Your strength begins to fade as you remain buried in your grandmother's pussy, cumming repeatedly despite your exhaustion.",
"Exhaustion slowly takes hold while you continue enjoying your grandmother's pussy, your body giving in to climax after climax.",
"Your strength starts to fade as you continue enjoying your grandmother's pussy, cumming repeatedly until you're nearly spent.",
"Exhaustion slowly consumes you while you remain lost in your grandmother's pussy, your body surrendering to climax after climax.",
"Each time you cum leaves you more exhausted, yet you continue indulging in your grandmother's pussy again and again.",
"Your stamina begins to disappear as you keep losing yourself in your grandmother's pussy, cumming more times than you can count."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/1." + window.Game.arr(1, 5, 1) + ".mp4")>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Let my pussy take on the burden of caring for you, my darling.",
"Let my pussy do all the caring tonight, sweetheart. You just relax and let yourself be spoiled.",
"Leave all your worries to my pussy, darling. Let me take such sweet care of you.",
"Let my pussy carry every little burden for you, sweetheart. All you need to do is relax and enjoy my care.",
"Give yourself over to me, darling. Let my pussy take responsibility for making you feel completely cared for.",
"Let my pussy shoulder all those worries for you, honey. You deserve to simply relax in my loving care.",
"Leave everything to my pussy, sweetheart. I'll happily carry the burden of taking care of my darling.",
"Let my pussy take care of everything for you, my love. You don't need to worry about a single thing.",
"Put all your burdens on me, darling. Let my pussy pamper you while you simply enjoy being cared for.",
"Let my pussy bear the burden for you, sweetheart. Nothing makes me happier than taking such tender care of my darling."
]))>>
<<= window.Game.vid($LINKS2.gm + $act + "/cum3.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Incredible, sweetheart. My baby must feel so much better now. I enjoyed every moment of that. Thank you for being so strong for me.",
"Oh, my darling, that was wonderful. You must be feeling so much better now. Thank you for being such a strong sweetheart for me.",
"Aww, baby, you did wonderfully. I hope you're feeling absolutely amazing now. I enjoyed that so much. Thank you for being so strong.",
"My goodness, sweetheart, that was incredible. You must feel wonderfully relieved. Thank you, darling. I loved every moment with you.",
"Oh, honey, look at you. My sweet baby must feel so much better now. I enjoyed taking care of you more than you know.",
"Aww, my love, you were so strong for me. I hope you're feeling absolutely wonderful now, because I enjoyed every second of caring for you.",
"Incredible, darling. I bet my baby feels completely refreshed now. Thank you for being so strong and letting me take such good care of you.",
"Oh, sweetheart, you did so well. I hope you feel as wonderful as you've made me feel. Thank you for being so strong for me.",
"My sweet baby, that was absolutely wonderful. You must feel so much better now. Thank you, honey. I truly enjoyed taking care of you.",
"Aww, darling, I'm so proud of how strong you were. I hope you're feeling incredible now, because taking care of you was such a pleasure."
]))>>
<<= window.Game.npcExp("gm", $RATES.exp.sex * 2)>>
<<= window.Game.npchp("gm", 10)>
<div class = "options">
<<= window.Game.goToLoc("You catch your breath", 0, "gm", 0)>>
</div>
LISA
<<elseif $act === "police">>
<h1>Neighborhood</h1><br>
<<if $NPC.lisa.exp <= 0>>
<div class="story-text">
You are approached by the undercover officer.
</div>
<<= window.Game.npcText("lisa","main", "So, what are you willing to offer?")>>
<<else>>
<div class="story-text">
You are approached by the undercover officer again.
</div>
<<= window.Game.npcText("lisa","main", window.Game.rngText([
"Back again. What do you have for me this time?",
"You know why I'm here. What did you bring?",
"Here we are again. What's the offer?",
"I was wondering when I'd see you again. What do you have?",
"Let's not make this complicated. What are you giving me?",
"You know how this goes. What do you have for me?",
"Same problem, same arrangement. What did you bring?",
"I hope you came prepared this time.",
"Don't tell me you called me out here empty-handed.",
"Alright, let's hear it. What's the offer?",
"You know what I expect by now.",
"So, how are we settling this today?",
"What are you putting on the table this time?",
"Let's skip the excuses. What did you bring me?",
"You've done this before. Don't waste my time.",
"What do you have for me today?",
"Tell me this is worth my time.",
"You know the price of making this disappear.",
"What are you offering for another favor?",
"I assume you have something for me.",
"So, what's it going to be this time?",
"How badly do you want me to look the other way?",
"You're making a habit of this. What did you bring?",
"Let's keep this quiet. What's your offer?",
"You know I'm not here for conversation.",
"Another problem, another payment. What do you have?",
"What are you giving me to forget this?",
"Let's make this quick. What did you bring?",
"I hope this is better than last time.",
"You need me again. So what's it worth?",
"What's the arrangement today?",
"You're lucky I'm the one who found you. What do you have?",
"Don't act surprised. You know why I'm here.",
"What do you have to make this go away?",
"Let's see if you're smarter this time.",
"You called, I came. Now what's the offer?",
"Another favor isn't free.",
"What are you prepared to hand over?",
"Same deal as before, unless you have something better.",
"You know the routine. Show me what you've got."]))>>
<</if>>
<div class="options">
<<link ("Daily expenses up $" + $NPC.lisa.briberate)>>
<<set $NPC.lisa.bribecounter = 0>>
<<= window.Game.npcExp("lisa", 5)>>
<<set $act = "">>
<<set $YOU.expenses += $NPC.lisa.briberate>>
<<goto "nh">>
<</link>><br>
<<if $YOU.money >= $NPC.lisa.briberate * 10>>
<<link ("One-time payment of $" + $NPC.lisa.briberate * 10)>>
<<set $NPC.lisa.bribecounter = 0>>
<<= window.Game.npcExp("lisa", 5)>>
<<set $act = "">>
<<set $YOU.money -= $NPC.lisa.briberate * 10>>
<<goto "nh">>
<</link>><br>
<<else>>
<div class="story-text">Funds too low for one-time payment</div><br>
<</if>>
</div>
<<elseif $act === "solo2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"My little pussy is getting SOAKED just from you watching me finger myself! ",
"Mmm, the second your eyes land on me, my pussy gets SO fucking WET! Look what you're doing to me, big bro! ",
"Ahh, I'm literally DRIPPING watching you watch me play with my pussy! This is SO hot! ",
"Hehe, you want to know a secret? My pussy gets SO much wetter when you're staring at me! I'm practically a mess! ",
"Fuck, I'm getting SO wet fingering my cunt while you watch! You better not blink! ",
"My pussy is absolutely FLOODED right now and it's ALL because of you watching! God, that's so hot! ",
"Mmm, every time I glance over and see you looking, my pussy gets even WETTER! Keep watching, big bro! ",
"Oh my god, I'm SO wet just from you observing me finger myself! You're making me lose my mind! ",
"Ha! Look at how wet my cunt is. That's what happens when you watch your sis play with herself! Don't you dare stop! "])
,window.Game.rngText([
"It's so much easier to get wet when you're watching me, bro. ",
"Mmm, having your eyes on me makes me get so much wetter! ",
"I love knowing you're looking! ",
"Ohhh, I'm getting so wet just from you watching! ",
"Hehe, you have no idea how much wetter I get when you're staring! It's so hot!",
"See? You're making me so much wetter just by watching. ",
"Aww, I can feel myself getting wetter and wetter with your eyes on me. ",
"Oh my god, big bro, you're making me drip just by watching! ",
"It's so embarrassing but also so hot when you watch. ",
"Hehe, I swear I get ten times wetter when you're looking!",
"Don't stop watching, okay? ",
"Mmm, your gaze is making me so wet!",
"I think you're my favorite audience ever! "])
,window.Game.rngText([
"I'm really embarrassed, but... it feels kind of nice having you see this side of me",
"This is so awkward. I have to admit, it turns me on when you watch me like this",
"I don't know why, it makes me feel all weird inside when you look at me being a little naughty",
"I'm usually so shy, but... there's something about you making me want to explore these feelings",
"I hope you won't think less of me. I kind of like the way you're looking at me right now",
"It's really not like me. Your gaze is making me feel all tingly and excited",
"I shouldn't be doing this, but... it's hard to resist when you're watching me like this" ,
"I feel so embarrassed, but... there's a part of me that's actually enjoying this"]))>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/2.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You BETTER not look away, because my pussy is about to cum so hard for you! Eyes on me, big bro! ",
"Don't you DARE blink! My pussy is getting ready to cum and you're gonna SEE every second of it! ",
"Mmm, keep those eyes locked on my pussy! It's about to put on a SHOW for you! You won't wanna miss this! ",
"Hey! HEY! Are you paying attention?! My pussy is about to cum and you NEED to be watching! ",
"Ohhh, here it comes! YOU BETTER BE LOOKING, bro, because my pussy is about to cum hard! ",
"Don't even THINK about turning away! My pussy is about to cum and I want you to see EVERY. SINGLE. DROP. ",
"Hehe, don't worry, you won't miss a thing! My pussy is about to cum RIGHT in front of you! Get those eyes ready! ",
"Mmm, keep staring, big bro! Because my pussy is about to give you the BEST show of your life! Don't you dare look away! ",
"Oh god, I'm SO close! Stay focused on me! My pussy is about to cum and you're gonna WATCH! "])
,window.Game.rngText([
"God, I'm such a bad girl today... I'm gonna finger myself until I cum, just for you",
"Watch this, bro... I'm about to make myself cum so hard, and it's all because of you watching",
"I can't believe I'm doing this, but it feels sooo good... I'm gonna cum so hard with you watching",
"You're turning me into such a dirty girl... I have to play with myself until I orgasm, right now",
"See what you do to me? I'm about to get myself off, and it's entirely your fault bro",
"Mmm, I'm so worked up... I need to cum, and I want you to see every second of it",
"Okay, I can't take it anymore... I'm gonna cum hard, just for your viewing pleasure",
"I'm being so naughty right now... I'm about to cum so hard because you're watching bro."])
,window.Game.rngText([
"Oh my god, I'm so gross, I'm literally about to cum while my brother is right there watching! ",
"Hehe, this is so embarrassing... I'm gonna orgasm with you literally watching me! But I can't stop! ",
"Mmm, I'm being so naughty right now... cumming with you just sitting there! You must think I'm so disgusting! ",
"Ohhh, I'm getting so close and you're just sitting there watching! I'm gonna be so embarrassed when I finish. ",
"God, I'm such a mess... I'm about to cum right in front of you, bro. This is so embarrassing.",
"Aww, don't look at me! Or wait, don't stop looking! I'm gonna cum any second now. ",
"Oh my god, I'm so gross, I'm literally about to explode with you watching! But it feels amazing! ",
"This feels too good. I'm about to cum!",
"Mmm, I'm such a dirty girl. I'm gonna cum so hard while my own brother watches me!"]))>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.solo)>>
<<= window.Game.npcExp("sis", $RATES.exp.solo, false)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You BETTER come back soon to watch my pussy cum for you, or I'll tape your eyes open FORCEFULLY! Love youuu! ",
"If you don't come back soon to watch my little cunt cum, I'll KEEP your eyes wide open whether you like it or not! Love you bro! ",
"Hehe, pretty please come back soon so I can finger my pussy for you again! ...Or I'll make sure you WATCH anyway! ",
"Come back soon and watch my pussy cum, big bro, or I'll HOLD you down and make you watch! I still love you though! ",
"Mmm, I need you here to watch me cum again SOON, or else! Love you! I mean it though! ",
"If you don't show up soon to watch me cum, I'll GLUE your eyelids apart! ...Kidding. ...Maybe. ",
"You come back really soon and watch my wet pussy cum again, or I'm coming to find you! You're welcome bro ",
"Seriously, come back SOON to watch me cum for you, bro, or consequences! I'll be counting down the seconds.",
"Come onnnn, hurry back so I can cum for you again! Love you! ...I'm serious about the eye-taping thing though! "])
,window.Game.rngText([
"Would you please come back soon so I can touch myself again? Please, please, please?",
"Hehe, pretty please come back quickly so I can show you more! I promise it'll be fun! ",
"Ohhh, I had so much fun with you watching! Please come back soon? I'll be waiting! ",
"If you come back soon, I'll make it extra special for you! Please? ",
"Come back ASAP! I promise it'll be worth it! ",
"Pretty please with a cherry on top? Come watch me again soon! I miss you already! ",
"Hehe, was that fun? Well, it's even more fun with an audience! So please come back soon! ",
"Don't leave me hanging! Come back and watch me touch myself again! Please? I'm begging you! ",
"Promise you'll come back soon? I'll be thinking about you while you're gone! "])
,window.Game.rngText([
"Um... if you're free, would you maybe stop by again soon? I-I was just thinking about it...",
"I was hoping you might visit again sometime. Is that... too forward to ask?",
"Could you possibly come watch me again? Only if you're not too busy, of course!",
"I'd really appreciate if you came by once more. Whenever you have time, naturally.",
"Would you be willing to come see me again? I think it might help me feel better...",
"Is there a chance you could visit me soon? I'd really like that, if it isn't too much trouble.",
"Could you possibly come back and watch me again? I'm not sure if that's appropriate, though...",
"Would you mind checking in on me another time? I feel so much calmer when you're here.",
"I hope you could come see me again soon. If you're available, that is..."]))>>
<<= window.Game.npchp("sis", 5)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
SIS SOLO TOY2
<<if $NPC.sis.lvl >= 3>>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/e.1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Sis talks dirty to you, making it painfully obvious that your cock is the only thing on her mind.",
"Your sister whispers increasingly filthy things, clearly unable to stop fantasizing about your cock.",
"Sis keeps teasing you with naughty comments, every word revealing exactly what she's imagining doing with your cock.",
"Your sister's dirty talk becomes more shameless by the second, her fantasies about your cock impossible to hide.",
"Sis murmurs filthy fantasies to you, clearly consumed by thoughts of your cock.",
"Your sister eagerly talks dirty, letting every naughty thought she's been having about your cock slip out.",
"Sis keeps whispering provocative things to you, making it obvious her imagination is completely fixated on your cock.",
"Your sister's words grow increasingly suggestive as she openly admits how much she's been fantasizing about your cock.",
"Sis shamelessly teases you with dirty talk, practically confessing every fantasy she's had about your cock.",
"Your sister keeps feeding you naughty little comments, clearly enjoying every fantasy about your cock running through her mind."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "solo/" + $act + "/e.2.mp4")>>
<</if>>
SIS STORY
<<elseif $act === "anal">>
<<if $step === 1>>
<<= window.Game.npcText("sis","main", "Look how hard you are? Come, let me help.")>>
<div class="story-text">
You agree.
</div><br>
<<= window.Game.npcText("sis","main", "Heyy, I was thinking. You've been busy helping people but I'm worried it might desensitize you. I think we need to keep pushing it or you may not be able to manage. ")>>
<div class="story-text">
You ask what she means.
</div><br>
<<= window.Game.npcText("sis","main", "I'm sure if you... ")>>
<<if $NPC.sis.exp > 0>><<set $NPC.sis.exp = 0>><</if>>
<<if $NPC.sis.lvl < 3>><<set $NPC.sis.lvl = 3>><</if>>
<<= window.Game.npcText("sis","main", "used my pussy, you would cum harder than ever. Imagine how thick your cum would be breeding your own sister. Doesn't that sound amazing? ")>>
<div class="story-text">
Have her inhibitions completely disappeared? That seems too far. She is still your sister.
</div><br
<<= window.Game.npcText("sis","main", "What!! You don't think I'm fuckable enough? Is that it? ")>>
<div class="story-text">
You explain you are brother and sister and having sex would be too much.
</div><br>
<<= window.Game.npcText("sis","main", "The what about my asshole? That's just like fucking my face but much much better. Come on, you know if you didn't work on your stamina, you could'nt last 5 seconds in my tight virginal asshole.")>>
<<= window.Game.npcText("sis","main", "I guess you just dont like me. You don't think I'm good enough to fuck but you will so many others.")>>
<<= window.Game.pic($LINKS.story + "sis/" + $act + "/1.jpg")>>
<div class="story-text">
...You reluctantly agree. Sis has helped you so much and you can't see her like this. At the very least, you aren't taking her virginity or risking pregnancy.
</div><br>
<<= window.Game.npcText("sis","main", "Really!! YAYYYY! Let's not wait I want you to fuck my asshole right here. Pretty please? ")>>
<div class="options"><<= window.Game.goToLoc("No going back", 0, "sis_s", 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.stat("cb",$RATES.cb.anal)>>
<<= window.Game.stat("hp",$RATES.cb.anal)>>
<<= window.Game.npcExp("sis", $RATES.exp.anal)>>
<<set $NPC.sis.anal = true>>
<div class="options"><<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>></div>
<</if>>
MP STORY
<<elseif $act === "sex">>
<h1><<print $NPC.boss.name>></h1><br>
<<= window.Game.pic($LINKS.story + "mp/" + $act + "/1.jpg")>>
<<= window.Game.npcText("boss","main", "Amazing! We've been able to turn things completely around. Do you...think we can push things even further?")>>
<div class="story-text">
You both understand exactly what she means. You give a resounding yes.
</div>
<<= window.Game.npcText("boss","main", "It could be quite risky. Then again, it's helping curb the recent outbreak so it's a win across the board. I will leave you to handle it along with a promotion I'm sure you will appreciate. ")>>
<div class="story-text">
But before she can finish, she stops herself. She looks down at the report again, then rubs her temples. The reality of the situation sinks in.
</div>
<<= window.Game.pic($LINKS.story + "mp/" + $act + "/2.jpg")>>
<<= window.Game.npcText("boss","main", "Fine. Let's try your happy endings. If things keep going like this, we don't have anything left to lose. This better work or it's your head!")>>
<<if !$uiRefresh>>
<<set $MP.pay += 300>>
<<set $MP.happyEndings = true>>
<</if>>
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>>
%/
<<if $act === "meet">>
<div class="story-text">
You hear your doorbell ring.
</div>
<<= window.Game.pic($LINKS.story + "others/riley/" + $act + "/1.jpg")>>
<div class="story-text">
It one of your neighbors, Riley.
</div>
<<= window.Game.npcText("riley","main", "Heyy, I heard you were ill. My mom told me to come by and say hi and hope you feel better. ")>>
<div class="story-text">
(Future update)
</div>
<<set $NPC.riley.met = true>>
<<= window.Game.goToLoc("Back", 0, "main", 0 )>>
<<else>>
<<set $act = "">>
<<run Engine.play($YOU.loc)>>
<</if>><div class="main">
<h1> Uptown </h1><br>
<<set $EVENTCOUNTER.out = 0>>
<<if $act === "mandyHj1" && $NPC.mandy.alive && $NPC.mandy.met>>
<<if $step === 1>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/1.mp4")>>
<div class="story-text">Is that Mandy?</div><br>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Sorry, not sorry, daddy, but my pussy was so wet I had to finger it raw thinking about you",
"Whoops! Got carried away fantasizing about you again, big daddy, my pussy just needed some attention",
"Forgive me, baby, but my dirty little cunt was dripping and I couldn't resist playing with it",
"My apologies, master, but my horny pussy demanded satisfaction and I had to oblige",
"Couldn't help it, Daddy! My cum-hungry pussy got so greedy thinking about you I had to rub one out"
]))>>
<div class="options">
<<= window.Game.goToLoc("Help", 30, State.passage, -5, $act, 2)>>
<<= window.Game.goToLoc("Another time", 0, $YOU.loc, 0)>>
</div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/3.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"I absolutely adore sucking on your big, delicious balls, and I can't wait to swallow every drop you have to offer",
"I'm obsessed with licking and tasting your fat, yummy balls, and I'm dying to be your personal toilet",
"I love having your huge, tasty balls in my mouth, and I'm ready to swallow all your cum like a good little toilet",
"Mmm, your big balls are so delicious, and I'm eagerly waiting to devour them dry",
"Ahh, your huge balls are so yummy, I'm ready to suck them clean and swallow your load",
"I love wrapping my lips around your big, delicious balls, and I'm dying to be your cum dumpster",
"Your fat balls taste amazing in my mouth, and I'm eager to drink every single drop like the thirsty toilet I am"
]))>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 3)>></div>
<<elseif $step === 3>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/4.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"I'm going to stroke your fat cock and squeeze those balls until you coat me with your thick cum",
"Mmm, I'm gonna jerk your huge cock and massage your balls until you give me your creamy load",
"Ahh, I'm going to pump your thick shaft and play with your balls until you mark every inch of me",
"Fuck, I'm gonna stroke your massive cock and fondle your balls until you flood me with cum",
"Nngh, I'm going to work your fat cock and tease your balls until you claim me with your load",
"Hehe, I'm gonna jack your huge cock and squeeze your balls until you cover me in cum",
"I'm gonna jerk your thick shaft and massage your balls until you mark me with every drop"
]))>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.npcExp("mandy", $RATES.exp.hj + 1)>>
<<set $NPC.mandy.lvl = 1>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("mandy", 5)>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Whoa, I'm feeling like my old self again, thanks!",
"Ah, nice to be back to normal. Thanks for putting up with me.",
"Honestly, just getting through this was tough, but I'm good now, thank you",
"It feels amazing to be myself again!",
"Thanks for being patient with me, I'm just glad to be back to normal",
"Sorry about that, I'm just glad to be myself again, thanks for helping",
"Thanks for sticking with me through all that, I'm back to normal now",
"Feeling like I can breathe again, thanks for being here"
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<elseif $act === "mandyBj1" && $NPC.mandy.alive && $NPC.mandy.met>>
<<if $step === 1>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/1.mp4")>>
<div class="story-text"> She's corrupted. </div><br>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Oh, Daddy, you’re just in time. I’ve been aching to get a nice, fat cock in my mouth.",
"Mmm, perfect timing, Daddy. I’ve been craving a thick cock to wrap my lips around.",
"Ohhh, Daddy, there you are. I’ve been dying to get my mouth around a nice, fat cock.",
"Come here, Daddy. You showed up at the perfect time. My mouth’s been aching for a big, thick cock.",
"Mmm, Daddy, I’m so glad you’re here. I’ve been craving a fat cock to suck so badly.",
"Oh, Daddy, finally! I’ve been waiting to wrap my lips around a nice, thick cock.",
"Perfect timing, Daddy. I’ve been practically begging for a big, fat cock to suck.",
"Mmm, Daddy, you have no idea how badly I’ve been craving a thick cock in my mouth.",
"Ohhh, Daddy, come closer. I’ve been aching to suck a nice, fat cock just like yours.",
"Thank goodness you’re here, Daddy. I’ve been desperate to get my lips around a big, thick cock."
]))>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/2.mp4")>>
<div class="story-text"> Help her? </div><br>
<div class="options">
<<= window.Game.goToLoc("Help her", 60, State.passage, -10, $act, 2)>>
<<= window.Game.goToLoc("Leave her", 0, $YOU.loc, 0)>>
</div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/3.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"You love this fat ass, don’t you? Don’t worry, baby. My mouth is nice and wet and tight just for you.",
"Mmm, you can’t get enough of this fat ass, can you? Come here. My mouth is already wet and waiting just for you.",
"You really love staring at this fat ass, huh? Don’t worry, my warm, wet mouth is ready to take care of you.",
"Mmm, I know you love this thick ass. Now come closer. My mouth is wet, tight, and waiting just for you.",
"You like this fat ass that much, baby? Good, because my mouth is already nice and wet for you.",
"Can’t stop looking at my fat ass, huh? Don’t worry, baby. My tight, wet mouth is all yours.",
"Mmm, I can tell how much you love this thick ass. Come here and enjoy how wet and tight my mouth is for you.",
"You’re obsessed with this fat ass, aren’t you? That’s okay. My mouth is warm, wet, and ready just for you.",
"Mmm, keep staring at this fat ass, baby. My mouth is already so wet and tight, waiting to please you.",
"You really do love this fat ass, don’t you? Come closer. My wet, tight mouth has been waiting just for you."
]))>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.bj + 5)>>
<<= window.Game.npcExp("mandy", $RATES.exp.bj + 1)>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/post.mp4")>>
<<set $NPC.mandy.lvl = 1>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("mandy", 5)>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Oh, I definitely feel better… but maybe I’m still a little sick, because your cum tastes way too good.",
"Mmm, I’m feeling much better now, but I must still be ill if I’m enjoying the taste of your cum this much.",
"Ohhh, I feel so much better… although something must still be wrong with me, because your cum tastes absolutely delicious.",
"Mmm, I think I’m recovering, but maybe I’m still sick. Why else would your cum taste this damn good?",
"Oh, I feel better already… but if your cum tastes this amazing to me, maybe I’m not completely cured yet.",
"Mmm, I’m definitely feeling healthier, but I must still have something wrong with me because I can’t get enough of how your cum tastes.",
"Ohhh, that made me feel so much better… though maybe I’m still ill, because your cum tastes way better than it should.",
"Mmm, I think I’m getting better, but I must still be a little sick if I’m craving the taste of your cum this much.",
"Oh, I feel wonderful now… but maybe the illness is still messing with me, because your cum tastes unbelievably good.",
"Mmm, I’m feeling much better, but I can’t be completely cured yet. Not when your cum tastes this delicious to me."
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<elseif $act === "alexisSex1" && $NPC.alexis.alive && $NPC.alexis.met>>
<<if $step === 1>>
<div class="story-text"> Alexis surprises you </div><br>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Hey handsome, I just felt like visiting my number one client, and maybe we could have some fun.",
"Well hello there, my favorite customer! I missed playing with you, so here I am.",
"Just popped by to see if you wanted to spend some quality time together again, cutie.",
"Hey sweetheart, thought I'd drop in and see how my favorite regular is doing today.",
"Hi there, darling! I couldn't resist stopping by to visit my favorite customer and maybe get lucky."
]))>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Alexis flaunts her sexy body, teasing you relentlessly as she tries to tempt you into paying to fuck her.",
"Alexis slowly shows off her curves, making it harder to resist the temptation to pay for a night with her.",
"Alexis puts her body on full display, deliberately enticing you to reach for your wallet and take her up on her offer.",
"Alexis teasingly flaunts every curve, clearly enjoying how badly she can tempt you into paying to have her.",
"Alexis gives you a seductive little show, using her sexy body to convince you that she's worth paying for.",
"Alexis moves provocatively in front of you, showing off exactly what could be yours if you're willing to pay.",
"Alexis shamelessly flaunts her gorgeous figure, playfully daring you to stop staring and finally pay to fuck her.",
"Alexis makes sure you get an enticing look at her body, teasing you until paying for some private time with her seems irresistible.",
"Alexis deliberately shows herself off, using every seductive movement to egg you on until you're tempted to pay for her.",
"Alexis tantalizes you with her sexy body, making it perfectly clear what she's offering if you're ready to pay."
])>><br><br>
</div>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Ooh, I'm feeling extra generous today, so let's make a deal. I'll give you a discount if you're hungry for me, wink wink.",
"Mmm, I'm in a giving mood, so how about this, a special discount for you, but only if you crave me.",
"I'm feeling so generous today, I'll even offer you a discount, but only if you are ready to satisfy your cravings with me.",
"Wonderful news, darling. I'm feeling incredibly kind today! Let's make an arrangement where I give you a discount, but only if you are desperate for my affection.",
"Oh, I'm just overflowing with generosity today! I'll even grant you a discount, but only if you are famished for my pussy.",
"I'm in such a charitable spirit today, I'll consider giving you a discount... but only if you are absolutely starving for my pussy."
]))>>
<div class="options">
<<if $YOU.money >= Math.max(1, window.Game.round(($NPC.alexis.rate/2) * $TEST.pros))>>
<<= window.Game.goToLoc("Accept ($" + Math.max(1, window.Game.round(($NPC.alexis.rate/2) * $TEST.pros)) + ")", 60, State.passage, -15, $act, 2)>>
<</if>>
<<= window.Game.goToLoc("Decline", 0, "uptown", 0)>>
</div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/3.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Oh fuck, your cock feels absolutely amazing!",
"Mmm, damn, you're so well-endowed! Your cock feels incredible.",
"Shit, your dick feels so fucking good!",
"Oh baby, your cock feels perfect!",
"Damn, your cock feels like heaven itself!",
"Fuck yeah, your cock feels so good!"
]))>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/4.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Don't stop, keep pounding me until you're ready to explode.",
"Keep going, baby, don't stop until you're ready to blow your load.",
"Don't you dare stop, keep fucking me until you're ready to cum.",
"Mmm, keep it up, don't stop until you're about to burst.",
"Keep fucking me like that, don't stop until you're ready to cum.",
"Don't hold back, keep going until you're ready to cum, baby."
]))>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/5.mp4")>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 3)>></div>
<<elseif $step === 3>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/cum.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/post1.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Wow, you've got quite a load there! Let me get a taste before you go, handsome.",
"Oh, you were packing a heavy load! Give me a sample before you head out, cutie.",
"Mmm, that's quite the load! Let me have a little taste before you leave, baby.",
"Looks like you've saved up quite a load for me! Let me try some before you go.",
"Impressive! Let me get a taste of that load before you take off.",
"Wow, you were really loaded up! Give me a little taste before you rush off, sweetie."
]))>>
<<= window.Game.vid($LINKS.events + "uptown/" + $act + "/post2.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.npcExp("alexis", $RATES.exp.sex)>>
<<set $NPC.alexis.hadSex = true>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("alexis", 5)>>
<<= window.Game.stat("money", -Math.max(1, window.Game.round(($NPC.alexis.rate/2) * $TEST.pros)))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<else>>
<<set $act = "">>
<<goto $YOU.loc>>
<</if>>
</div><div class="main">
<h1> Sleep </h1><br>
<<set $EVENTCOUNTER.home = 0>>
<<if $step === 1>>
<<= window.Game.pic($LINKS.pics + "sleep1.jpg")>>
<</if>>
<<if $act === "sisBj1" && $NPC.sis.alive>>
<<if $step === 1>>
<div class="story-text">You wake up feeling an intense sensation. </div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Heyy, I got worried when I saw how hard your cock was. Now that you're awake, I'm gonna take your dick deep down my throat and make you cum really hard.",
"Aww, you're awake! I saw how hard your cock was and knew I had to help, so let me take you deep into my throat until you cum nice and hard.",
"Heyy, sleepyhead! Your cock was sooo hard that I got worried. Now stay still while I take your dick as deep as I can and make you cum for me.",
"Oh, you're finally awake! I was worried about how hard you were, hehe. Let me take your cock deep down my throat and give you a really strong orgasm.",
"Heyy! I couldn't ignore how hard your cock was, so now that you're awake, let me take it nice and deep until you cum really hard.",
"Aww, look who's awake! Your cock was ridiculously hard, so I thought I'd better help. Let me take it down my throat until you can't hold back anymore.",
"Heyy, I was getting worried seeing your cock that hard! Now that you're awake, I'm gonna take you deep into my throat and make sure you cum really hard.",
"Oh good, you're awake! Hehe, your cock looked like it desperately needed attention. Let me take it deep down my throat until you finally cum.",
"Heyy, your cock was so hard that I knew I had to do something. Now stay still and let me take your dick deep into my throat until you cum nice and hard.",
"Aww, you're awake now! Perfect, because I was worried about that hard cock of yours. Let me take it as deep down my throat as I can and make you cum really hard."
])
,window.Game.rngText([
"Oh, you're awake. Your cock was so hard that I got a little worried, so just stay still while I take it down my throat.",
"Aww, you're finally awake! You were sooo hard that I thought I'd better take care of it. Stay still and let me use my throat, okay?",
"Oh! Good morning, sleepyhead. Your cock was already rock hard, so I figured I'd help before you even woke up. Just relax while I take it deeper.",
"You're awake already? Hehe, I noticed how hard your cock was and got worried you needed some attention. Stay still while I take it down my throat.",
"Aww, don't move! Your cock was so hard while you were sleeping that I decided to help. Just relax and let my throat take care of you.",
"Oh, hi! Hehe, I was wondering when you'd wake up. Your cock was ridiculously hard, so stay nice and still while I take it into my throat.",
"Oops, you're awake! I saw how hard your cock was and thought you might need me, so don't move while I take it nice and deep.",
"Morning! Your cock looked sooo hard that I couldn't just leave you like that. Stay still and let me take it down my throat, okay?",
"Oh gosh, you're awake! Hehe, your cock was already so hard that I started taking care of you. Just stay still and let me keep using my throat.",
"Aww, you caught me! Your cock was so hard that I got worried, so I thought I'd help. Now stay still and let me take it all the way down my throat."
]))>>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your balls tighten more and more as your sis keeps pumping your dick all the way down her wet, soft throat.",
"Your balls draw tighter with every stroke as your sis repeatedly takes your dick deep into her warm, slippery throat.",
"Each deep pump makes your balls tense harder while your sis keeps swallowing your dick into her soft, saliva-slick throat.",
"Your balls steadily tighten as your sis works your dick deeper and deeper down her wet throat with every relentless pump.",
"With every plunge into your sis's soft throat, your balls tense even more as the pressure of your approaching orgasm builds.",
"Your balls pull tighter against your body while your sis keeps pumping your dick deep into the slick warmth of her throat.",
"Every deep stroke through your sis's wet throat makes your balls clench tighter, signaling how quickly you're approaching your limit.",
"Your balls tense harder and harder as your sis repeatedly buries your dick all the way down her soft, slippery throat.",
"The deeper your sis pumps your dick into her wet throat, the tighter your balls become as your climax rapidly builds.",
"Your balls tighten with every relentless thrust into your sis's soft throat, the mounting pressure making your approaching orgasm impossible to ignore."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/4.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/5.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Sis doesn't stop, continuing to deepthroat you until your body has no choice but to give in and cum hard.",
"Your sis keeps taking you deep without slowing down, pushing you past your limit until you finally cum hard.",
"Sis refuses to stop deepthroating you, relentlessly working you until holding back becomes completely impossible.",
"She keeps taking you all the way down her throat, never giving you a break until your control finally snaps and you cum hard.",
"Sis continues deepthroating you without mercy, overwhelming your sensitivity until your body inevitably gives in to a powerful orgasm.",
"She doesn't let up for even a second, repeatedly taking you deep until the relentless stimulation forces you to cum.",
"Sis keeps deepthroating you over and over, steadily destroying your self-control until you have no choice but to release.",
"She refuses to slow down, continuing to take you deep into her throat until the pleasure overwhelms you and forces out a hard climax.",
"Sis relentlessly keeps you buried deep in her throat, pushing you closer with every movement until resisting your orgasm becomes impossible.",
"She keeps deepthroating you through every desperate attempt to hold back, refusing to stop until your body finally surrenders and you cum hard."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.npcExp("sis", $RATES.exp.bj)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/post1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/post2.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Holy shit, you just flooded my throat with that massive load! Feel how bloated my belly is getting, filled to bursting with your hot seed!",
"Mmmmph, YES! Pump me fuller, make my stomach distend with your cum until I look pregnant with your semen! That's what I live for!",
"Fuuuck, I can literally feel your cum filling my tummy.",
"Mmmph, I love the feeling of your cum flooding my throat, drowning me in its creamy goodness.",
"Fuuuuck yeah, your load is never-ending! Drain those balls and let me chug every last drop.",
"I'm so addicted to your sperm, bro. The moment you start loading up my face, I get drunk on the taste and feel of it.",
"I'd sell my soul for more of your cum, filling my mouth with its juices and making me melt with pleasure."])
,window.Game.rngText([
"Oh my god, all of it?! I actually swallowed every drop without spilling a single bit. I'm so proud of myself",
"Mmm, your cum tasted... good. I couldn't bear to waste even one little drop. My tummy is warm and full of big brother now",
"Ha ha, look at me! Not a single mess on your sheets. I'm getting really good at catching your load, aren't I?",
"I felt every single pulse of your cum hitting the back of my throat and I held it all in. I'm really proud",
"Swallowed it all! Down, down, down the hatch! See, no mess, no fuss. Well done, both of us",
"Your balls were so full and I caught every last drop. My mouth must be getting bigger because I didn't spill any",
"Wow, you came so hard and I kept up perfectly! This is getting easier every time we do this together",
"All gone! Every drop safely inside me where it belongs. Your sister is taking her medical duties very seriously now, huh?"]))>>
<div class="options">
<<if !$YOU.news && $NPC.kendra.alive>>
<<= window.Game.goToLoc("Morning", 0, "news", 0, "news")>>
<<else>>
<<= window.Game.goToLoc("Morning", 0, $YOU.loc, 0)>>
<</if>>
</div>
<</if>>
<<elseif $act === "sisBj2" && $NPC.sis.alive>>
<<if $step === 1>>
<div class="story-text">You wake up in the morning </div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Morning, bro! Don't mind me, I'm just being a good little sis and making sure you start the day with an empty ballsack, like every man deserves, hehe.",
"Good morning, bro! Your good little sis is just making sure those balls are completely emptied before you start your day, hehe.",
"Morninggg, bro! Just relax. I'm only doing my sisterly duty and making sure you don't start the day with a full ballsack.",
"Rise and shine, bro! I'm being extra good this morning and making sure those balls are nice and empty before you get up, hehe.",
"Morning, sleepyhead! Don't worry about me. Your little sis is just making sure you start your day properly drained and satisfied.",
"Good morning, bro! Hehe, I figured every man deserves to wake up with an empty ballsack, so your good little sis is taking care of it.",
"Morninggg! Just stay comfy, bro. I'm making sure those balls don't have any extra cum weighing them down before your day starts, hehe."
])
,window.Game.rngText([
"Ohh, you're awake! Sorry, I saw how hard your cock was and wanted you to start the day feeling really nice, like any good sister would.",
"Aww, you're awake already? Sorry! I noticed how hard your cock was and thought I'd make sure you had a really nice start to your morning.",
"Oh! Morning, bro! Sorry, I saw how hard you were and just wanted to be a good sister and make your morning extra nice.",
"Oops, you're awake! Hehe, sorry. Your cock was so hard that I figured my bro deserved a really pleasant start to his day.",
"Ohh, good morning! Sorry, bro, I noticed how hard your cock was and thought a good sister should help make your morning a little nicer.",
"Aww, morning, bro! I hope you don't mind. I saw how hard you were and just wanted to make sure you started your day feeling really good.",
"Oh gosh, you're awake! Sorry! I noticed that hard cock of yours and thought I'd be a sweet sister and make your morning extra special.",
"Morninggg, bro! Sorry about the surprise, hehe. You were so hard that I couldn't resist trying to give you a really nice start to the day.",
"Ohh, you're finally awake! Sorry, bro. I saw how hard your cock was and figured your good little sis should make sure your morning started off nicely.",
]))>>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You feel completely overwhelmed and caught off guard as your cock rubs and slides against her throat and soft, wet tongue.",
"Completely unprepared for the intensity, you're overwhelmed by the feeling of your cock gliding along her throat and slick tongue.",
"The sudden stimulation overwhelms you as your cock slides against the softness of her throat and her wet tongue.",
"Caught completely unprepared, you struggle with the overwhelming sensation of her throat and soft tongue rubbing against your cock.",
"You're instantly overwhelmed as your cock repeatedly glides over her wet tongue and presses against the softness of her throat.",
"With no time to prepare yourself, every slide of your cock against her tongue and throat sends an overwhelming rush of sensation through you.",
"The unexpected intensity leaves you overwhelmed as her soft, wet tongue rubs along your cock while it slides against her throat.",
"You're completely caught off guard by how intense it feels, your cock rubbing against her slick tongue and the soft walls of her throat.",
"Every movement overwhelms your unprepared senses as your cock slides repeatedly over her wet tongue and deep against her throat.",
"Completely unprepared for the sensation, you can barely process the feeling of your cock gliding against her soft tongue and wet throat."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You feel your balls, heavy with all the cum you built up overnight, tighten and swell as your sister takes your cock balls-deep into her throat.",
"Your balls feel painfully full from the cum that built up overnight, tightening against her as your sister swallows your cock all the way down.",
"You can feel your cum-filled balls swelling and drawing tight while your sister works your entire cock deep inside her throat.",
"After building up all night, your heavy balls tighten noticeably as your sister takes your cock balls-deep and strokes it with her throat.",
"Your balls feel swollen with the load you’ve built up overnight, pulling tighter as your sister’s throat works every inch of your cock.",
"You feel the pressure in your full balls intensify as they tighten and swell while your sister keeps your cock buried balls-deep in her throat.",
"Your overnight buildup leaves your balls heavy and full, and you feel them draw tight as your sister repeatedly strokes your cock with her throat.",
"You can feel your swollen balls tightening with all that pent-up cum as your sister takes your cock as deeply into her throat as possible.",
"Your balls throb with the cum you’ve accumulated overnight, swelling tighter while your sister keeps swallowing your cock down to the base."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/5.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/6.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You feel your kegels beginning to give out as thick semen starts surging from your swollen balls and pulsing through your cock.",
"Your kegels finally start to fail, and you can feel semen rushing from your swollen balls through the length of your cock.",
"The pressure becomes too much for your kegels to hold back as semen begins pumping from your swollen balls and flowing through your cock.",
"You feel your kegels weakening with every pulse as thick semen starts forcing its way from your swollen balls through your cock.",
"Your kegels begin trembling and giving out as the buildup in your swollen balls starts surging through your cock.",
"You can feel your kegels losing control as semen begins flowing from your heavy, swollen balls and throbbing through your cock.",
"The moment your kegels start to fail, you feel thick semen rushing out of your swollen balls and traveling through your cock.",
"Your kegels can’t hold back much longer, and you feel the first heavy surge of semen pumping from your swollen balls through your cock.",
"You feel your kegels finally surrender to the pressure as semen starts pulsing from your swollen balls and flooding through your cock.",
"Your kegels begin to collapse under the buildup as wave after wave of semen starts surging from your swollen balls through your cock."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/7.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You fill your own sister’s mouth with the warm, thick cum that’s been building up throughout the night.",
"All the cum you’ve saved overnight finally pours into your sister’s mouth, warm and thick as you release.",
"Your sister’s mouth fills with the thick, warm load your body has been saving for her all night.",
"You finally release the warm, heavy load that’s been building overnight, filling your sister’s waiting mouth.",
"After holding it in all night, you unload thick, warm cum directly into your sister’s mouth.",
"Your overnight buildup finally erupts, pumping thick, warm cum into your sister’s mouth.",
"The cum that’s been building inside you throughout the night finally spills into your sister’s mouth in a thick, warm release.",
"You empty your overnight buildup into your sister’s mouth, filling it with thick, warm cum.",
"Your body finally lets go of everything it’s been saving overnight, pumping the warm, thick load into your sister’s mouth.",
"All that overnight buildup finally escapes as you fill your sister’s mouth with a thick, warm release."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.npcExp("sis", $RATES.exp.bj)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Wow, you really pumped all that thick, yummy cum you saved up overnight straight down my throat. I’m the bestest sister in the world, right, bro?",
"Oh my god, bro, you really gave me every bit of that thick cum you’d been saving all night! That totally makes me the best sister ever, right?",
"Wowww, all that thick overnight cum went right down my throat! Hehe, tell me your little sis did an amazing job, bro.",
"Brooo, you seriously emptied all that thick, yummy cum into my throat! I deserve the best-sister award after swallowing all of that, don’t I?",
"Oh gosh, you really had that much thick cum saved up for me? I swallowed every bit, so I’m definitely your bestest sister now, right, bro?",
"Wow, bro, you pumped your entire thick overnight load right down my throat! Hehe, you better tell me I’m the best sister in the whole world."
])
,window.Game.rngText([
"Oh god, you really had a lot of cum stored up throughout the night. I could barely swallow it all, haha.",
"Wow, you seriously built up that much cum overnight? I had such a hard time swallowing every last bit, hehe.",
"Oh gosh, you must've been saving up all night! There was so much cum I could barely keep up with swallowing it all.",
"Haha, wow, you really had a huge amount stored up from last night. Swallowing all of it was harder than I expected!",
"Oh god, where were you keeping all that cum? You built up so much overnight that I could hardly swallow it fast enough, hehe.",
"Wowww, you really were full after an entire night! There was so much cum that swallowing every bit turned into a challenge, haha.",
"Oh my god, that was a lot! You must've had cum building up all night because I seriously struggled to swallow all of it.",
"Hehe, you had sooo much stored up overnight! I tried my best, but swallowing that whole load was definitely not easy.",
"Wow, you really saved up a ridiculous amount during the night! I could barely manage to swallow everything you gave me, haha.",
"Oh gosh, that overnight buildup was no joke! There was so much cum that I had to work really hard to swallow it all, hehe."
]))>>
<<= window.Game.npchp("sis", 5)>>
<div class="options">
<<if !$YOU.news && $NPC.kendra.alive>>
<<= window.Game.goToLoc("Get up", 0, "news", 0, "news")>>
<<else>>
<<= window.Game.goToLoc("Get up", 0, $YOU.loc, 0)>>
<</if>>
</div>
<</if>>
<<elseif $act === "sisHj1" && $NPC.sis.alive>>
<<if $step === 1>>
<div class="story-text">You wake up</div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Hey, you're awake, bro! Stay still so I can pump all that nasty sperm out of your balls before the disease gets a chance to hurt you.",
"Oh, you're awake, bro! Don't move yet. I need to get all that nasty sperm out of your balls before the disease can cause any trouble.",
"Heyyy, sleepyhead! Stay nice and still while I pump that nasty sperm out of your balls before the disease gets to you.",
"Aww, you're finally awake, bro! Just relax and let me get all that nasty sperm out before the disease has a chance to hurt you.",
"Morning, bro! Stay right there, okay? I've gotta pump all that nasty sperm from your balls before the disease can do anything bad.",
"Oh good, you're awake! Stay still, bro. I need to make sure all that nasty sperm gets pumped out before the disease can hurt you.",
"Heyyy, bro! Don't get up yet. Let me pump all that nasty sperm out of those balls before the disease even gets a chance, hehe.",
"Aww, morning, bro! Just stay still for me while I get all that nasty sperm out of your balls before the disease can cause you any pain.",
"Oh, you're awake! Perfect, bro. Now stay nice and still so I can pump those balls empty before the disease gets the chance to hurt you.",
"Hey, sleepyhead! Don't move just yet, bro. I'm gonna get all that nasty sperm pumped out of your balls before the disease can even touch you."
])
,window.Game.rngText([
"Hey, you’re awake, bro! Stay nice and still so I can pump out all that cum before your condition even gets a chance, hehe.",
"Oh, morning, bro! Don’t move yet. I wanna get all that cum out of you before the condition has time to act up.",
"Heyyy, sleepyhead! Stay still for me, okay? I’m gonna pump out every bit of that cum before your condition can even get started, hehe.",
"Aww, you’re awake! Perfect timing, bro. Just relax while I make sure all that cum gets pumped out before the condition has a chance.",
"Oh! You’re finally awake, bro! Stay right there and let me empty all that cum out of you before your condition can cause any trouble, hehe.",
"Morninggg, bro! Don’t get up yet. I’ve gotta pump all that cum out before the condition even knows what happened!",
"Hey, bro, you’re awake! Good, now stay still while I hurry up and get all that cum out of you before your condition gets a chance, hehe.",
"Aww, morning! Just stay nice and relaxed, bro. I’m gonna make sure all that cum gets pumped out before your condition can do anything.",
"Ohhh, you woke up! Don’t move, bro. I’m already working on pumping out all that cum before your condition even has a chance to bother you, hehe.",
"Heyyy, bro! Stay still just a little longer, okay? I wanna get every bit of that cum pumped out before your condition can even think about acting up."
])
,window.Game.rngText([
"Oh my goodness, you're awake! And um... you look like you have another case of your illness again...",
"You're awake bro! I hope I didn't scare you just now... but we have to follow the doctor's orders, remember?",
"Wow, your...thing seems to be acting up again. This must be one of those episodes the doctor warned us about so I had to do something",
"I'm sorry if I startled you, but when I saw how swollen you were, I thought it best to take immediate action like the doctor said..."
]))>>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The vulnerable position lets her milk you while you’re unable to see, leaving you completely focused on the sensations of her soft, feminine hands.",
"Unable to see what she’s doing, you can only surrender to the feeling of her delicate hands as she slowly milks you.",
"The position leaves you blind to every movement, forcing you to concentrate entirely on the soft touch of her feminine hands working you.",
"With no way to watch the action, every movement of her soft hands feels heightened as she continues milking you.",
"Your vulnerable position keeps her movements hidden from view, leaving nothing to distract you from the sensation of her delicate hands.",
"Unable to anticipate what she’ll do next, you become completely absorbed in the feeling of her soft hands as they continue working you.",
"The position takes away your view entirely, making every unexpected touch of her gentle hands feel even more intense.",
"Without sight to prepare you for her movements, your senses fixate on the softness and warmth of her hands as she steadily milks you.",
"Your vulnerable position leaves you unable to see her hands at work, amplifying every subtle movement and sensation as she touches you.",
"With the action completely hidden from your sight, all you can do is focus on the intimate sensations of her soft, delicate hands working you."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/5.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Sis pumps your cock hard, concentrating on your sensitive glans the moment she realizes you’re right on the verge of cumming.",
"Feeling how close you are, sis starts stroking your cock even harder, keeping most of the pressure focused on your hypersensitive glans.",
"Sis notices you’re about to cum and immediately intensifies her strokes, relentlessly working your sensitive glans to push you over the edge.",
"The second sis feels you getting close, she pumps your cock harder and keeps teasing your glans with every fast stroke.",
"Sis can tell you’re nearly there, so she tightens her grip and focuses her hardest strokes directly over your sensitive glans.",
"As soon as sis realizes you’re about to cum, she works your cock even more aggressively, concentrating every movement around your glans.",
"Sis feels how close you are and starts pumping faster, repeatedly dragging her hand over your sensitive glans to make your orgasm hit harder."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "sleep/" + $act + "/cum.mp4")>>
<<set $YOU.stateNoVision = true>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Wow, you must’ve cum really hard. Your cum is so thick! Let’s see if we can milk even more out of you next time, bro.",
"Whoa, that must’ve been one intense orgasm with how thick your cum is! Next time, let’s try getting even more out of you, hehe.",
"Wowww, look how thick your cum is! You must’ve finished really hard. Think we can milk even more from you next time, bro?",
"Oh gosh, your cum is ridiculously thick! You must’ve cum so hard. Next time, I wanna see if we can coax even more out of you.",
"Aww, that was a strong one, huh? Your cum is sooo thick! Let’s try milking even more from you next time, hehe.",
"Wow, you definitely came hard if your cum is coming out that thick! Next time, we’re gonna see how much more we can get from you.",
"Brooo, look how thick your cum turned out! That orgasm must’ve hit you hard. Let’s try to milk even more out next time, okay?",
"Whoa, you really let go that time! Your cum is incredibly thick. Hehe, next time I wanna see if we can get even more out of you.",
"Wowww, that thick cum says you must’ve had one seriously strong orgasm! Let’s see if we can milk you even better next time, bro.",
"Aww, look how thick it is! You must’ve cum really hard. Next time, let’s work extra hard and see if we can coax even more out of you, hehe."
])
,window.Game.rngText([
"Wow, your cum is really thick, isn't it? Guess you were saving all of that for me overnight, haha.",
"Oh wow, that's seriously thick! Were you secretly saving up all night just for me? Hehe.",
"Mmm, look how thick your cum is! Aww, did you spend the whole night building that up for me?",
"Wowww, that's some really thick cum! I'm starting to think you were saving every bit of it for me overnight, haha.",
"Oh gosh, your cum came out sooo thick! Were you keeping all of that stored up just for me? Hehe.",
"Aww, look how thick that is! I guess somebody spent all night saving up a special load for me, huh?",
"Wow, that's ridiculously thick! Hehe, should I assume you were saving all of that for me while you slept?",
"Mmm, your cum is sooo thick this morning! You must've been building up plenty for me all night, huh?",
"Oh wow, look at how thick your cum turned out! Haha, I guess you had quite a bit saved up for me overnight.",
"Wowww, that's really thick! Aww, you were saving all that cum for me the entire night, weren't you? Hehe."
])
,window.Game.rngText([
"I-I hope you’re feeling a little better now...",
"Um... I hope that helped you feel better.",
"Hehe... you do feel better now, right?",
"I really hope I made you feel a little better...",
"Y-you’re feeling better now, aren’t you?",
"I hope that was enough to cheer you up a little...",
"Um... if you’re feeling better now, then I’m happy."
]))>>
<div class="options">
<<if !$YOU.news && $NPC.kendra.alive>>
<<= window.Game.goToLoc("Get ready for the day", 0, "news", 0, "news")>>
<<else>>
<<= window.Game.goToLoc("Get ready for the day", 0, $YOU.loc, 0)>>
<</if>>
</div>
<</if>>
<<else>>
<<set $act = "">>
<<set $step = 1>>
<<goto "room">>
<</if>>
</div><div class="main">
<h1> Bathroom </h1><br>
<<set $EVENTCOUNTER.home = 0>>
<<if $act === "sisBr" && $NPC.sis.alive>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You have the cutest sister right here, always ready to milk your cock, and you seriously didn’t come to me?",
"Brooo, your adorable sister is always here waiting to milk that cock, and you didn’t even come find me?",
"You’ve got your cute little sis right here whenever that cock needs milking, and somehow you didn’t come to me?",
"Aww, bro, you know your sister loves milking your cock for you. Why didn’t you come to me first?",
"You really went without when your cutest sister is always ready to milk that cock? You should’ve come straight to me!",
"Brooo, I’m always here ready to milk your cock whenever you need it, and you didn’t even ask me?",
"You have your bubbly little sister practically waiting to milk that cock for you, and you still didn’t come see me?",
"Aww, seriously, bro? You know how much your sister loves milking your cock, and you didn’t let me take care of it?"
])
,window.Game.rngText([
"Oh bro, you're SO swollen again. Come here. Time to be milked.",
"I can tell just by looking that you NEED relief again. I'm gonna make you cum again. Come here.",
"Bad boy for letting it get this worked up without calling me. Maybe you don't like me enough to make you cum. ",
"Look at you, twitching and leaking precum. Come here before you faint again.",
"Your sister knows exactly what your body craves. Look how swollen you are already. Come to sis.",
"You're hard and you didn't even call me? Fine, I'm going to milk every last drop out of you"
])
,window.Game.rngText([
"W-why are you walking around like that?! Don't you know that's dangerous?",
"I can see you're... um... struggling with your symptoms again",
"You really should come to me instead of walking around like that",
"Oh, this looks bad. Please, let me help you. I don't want your condition to worsen",
"It's embarrassing for both of us if you just wander around like this. Come here. I will help.",
"You're gonna faint again if you walk around like that. I promise I'll take good care of you",
"Ahh! You know you can't walk around like that. What if you pass out again, idiot? Come here and don't be stubborn about this, bro"
]))>>
<div class="options">
<<if $NPC.sis.bj>>
<<if $GAME.night>>
<<= window.Game.goToLoc("Blowjob", 0, State.passage, -15, ["nightSisBj1"], 1)>>
<<= window.Game.goToLoc("Handjob", 0, State.passage, -10, ["nightSisHj1"], 1)>>
<<else>>
<<= window.Game.goToLoc("Blowjob", 0, State.passage, -15, ["daySisBj1"], 1)>>
<<= window.Game.goToLoc("Handjob", 0, State.passage, -10, ["daySisHj1"], 1)>>
<</if>>
<<else>>
<<if $GAME.night>>
<<= window.Game.goToLoc("Handjob", 0, State.passage, -10, ["nightSisHj1"], 1)>>
<<else>>
<<= window.Game.goToLoc("Handjob", 0, State.passage, -10, ["daySisHj1"], 1)>>
<</if>>
<</if>>
<<= window.Game.goToLoc("Decline and promise her for another time", 0, "br", 0)>>
</div>
<<elseif $act === "daySisBj1" && $NPC.sis.alive>>
<<if $step === 1>>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your sister milks your cock with every inch of her mouth, letting it slide and rub against the tightness of her throat.",
"Your sister works every inch of your cock with her mouth as it glides back and forth against her throat.",
"She milks your cock relentlessly with her mouth, your shaft rubbing along her throat with every deep movement.",
"Your sister takes your cock deeper, using every inch of her mouth and throat to milk you with each slick stroke.",
"She wraps her mouth around your cock and keeps milking it, letting every thrust slide firmly against her throat.",
"Your cock glides deeper into your sister's mouth as she milks every inch, her throat rubbing tightly against you.",
"She uses her entire mouth to milk your cock, taking you deep enough that every movement drags against her throat.",
"Your sister keeps your cock sliding through her mouth, milking you while the tip repeatedly presses and rubs against her throat.",
"She eagerly milks every inch of your cock, her mouth working you while your shaft slides smoothly against her throat.",
"Your cock sinks deep into your sister's mouth as she keeps milking you, letting her throat squeeze and rub against every stroke.",
"She works your cock from tip to base with her mouth, each deep stroke making you slide against the tight walls of her throat."
])>><br><br>
</div>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I could feel with my tongue just how full your balls are with sperm… now use my throat to stroke your cock as hard as you can. You’re going to need to cum really hard.",
"Mmm, I could tell how loaded your balls are the moment my tongue touched them. Now thrust through my throat and let it stroke your cock until you cum as hard as possible.",
"Your balls feel so full, bro… I could feel it with my tongue. Use my throat to stroke that hard cock and build yourself up to an incredibly strong release.",
"Mmm, my tongue could feel just how much sperm is built up in your balls. Stroke your cock with my throat as hard as you can and make yourself cum really hard.",
"I can tell your balls are absolutely loaded, hehe. Now use my throat around your cock and stroke yourself hard until you’re ready to give me a powerful release.",
"Your balls felt so full against my tongue… now push your cock through my throat and use it to stroke yourself as hard as you need. I want you cumming hard.",
"Mmm, I could feel how packed your balls are with sperm. Use my throat to tightly stroke your cock, bro. You’re going to need one seriously intense release.",
"My tongue could tell exactly how full your balls are, hehe. Now let my throat stroke your cock hard and keep going until you’re ready to cum with everything you’ve got.",
"Those balls feel completely loaded, bro… I felt it with my tongue. Use my throat around your cock and stroke yourself hard enough to make your orgasm hit incredibly strong.",
"Mmm, after feeling how full your balls are with my tongue, I know you need a huge release. Use my throat to stroke your cock as hard as you can and cum really hard for me."
])
,window.Game.rngText([
"Your cock looks so hard… you should try using my throat like a toy and pushing yourself as deep as you can. I can take it… I think.",
"Mmm, your cock is ridiculously hard, bro. Go ahead and use my throat like your favorite toy. I can handle it… probably, hehe.",
"Your cock feels so hard right now… why don’t you see how deeply you can fuck my throat? I think I can take everything you give me.",
"Mmm, with your cock that hard, you should really use my throat like a toy and go as hard as you want. I can take it… I think.",
"Bro, your cock is so hard… just grab me and use my throat however you want. I’m pretty sure I can handle it, hehe.",
"Your cock looks way too hard to be gentle with me… use my throat like a toy and see just how much I can take.",
"Mmm, you’re so hard right now. Why not push your cock into my throat and use me as roughly as you can? I can handle it… probably.",
"That cock is seriously hard, bro… go ahead and treat my throat like your personal toy. I want to see if I can actually take you at full force.",
"Mmm, don’t hold back just because it’s my throat. Use it like a toy and fuck it as hard as you want… I think I’m ready for you.",
"Your cock is so unbelievably hard… you should put my throat to the test and use it as hard as you can. I can take it… hehe, I think."
]))>>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/2.mp4")>><br>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/5.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You feel your balls throb as you cum deep down your sister’s throat while she struggles to take every drop.",
"Your balls pulse hard as you release deep into your sister’s throat, leaving her struggling to swallow every drop.",
"You feel each heavy throb in your balls as you cum down your sister’s throat and she desperately tries to take it all.",
"Your balls tighten and pulse as you finish deep in your sister’s throat, forcing her to struggle with every drop.",
"Each throb of your balls sends more cum down your sister’s throat as she fights to take everything you give her.",
"You feel your balls contract again and again as you cum deep into your sister’s throat, while she struggles not to waste a drop.",
"Your balls throb intensely as you release straight down your sister’s throat and she tries desperately to swallow it all.",
"Your sister struggles around you as your throbbing balls pump cum deep down her throat, leaving her fighting to take every drop.",
"You feel your balls pulsing with every release as you cum deep into your sister’s throat, overwhelming her with each drop.",
"Your balls clench and throb as you finish down your sister’s throat while she struggles to keep taking everything you give her."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/cum.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Wow, I was right… you really did have so much nasty cum in those balls. I can’t believe I swallowed every single drop. I’m such a good sister, aren’t I? Hehe.",
"Mmm, I knew you were completely loaded. There was so much nasty cum, and somehow I swallowed all of it. That makes me a pretty good sister, right? Hehe.",
"Wow… you really had that much cum built up in your balls? I can’t believe I managed to swallow every last drop. Best sister ever, huh? Hehe.",
"Mmm, I was totally right about how full you were. You gave me so much nasty cum, and I still swallowed every drop like a good sister. Hehe.",
"God, you really were carrying a huge load in those balls. I can’t believe I swallowed all of it without wasting a drop. Am I a good sister or what? Hehe.",
"Wow, I knew those balls were full, but that was so much nasty cum. And I swallowed every single bit of it. You’re lucky to have such a good sister, hehe.",
"Mmm, turns out I was right. You had a ridiculous amount of cum built up. I can’t believe I swallowed every drop. Pretty devoted sister, huh? Hehe.",
"Wow… there really was so much cum hiding in those balls. I swallowed every last drop for you, too. I deserve some credit for being such a good sister, hehe.",
"Mmm, I knew you were loaded, but even I wasn’t expecting that much nasty cum. Somehow I swallowed all of it. Good sister award for me? Hehe.",
"God, I was right about you being completely full. That was so much nasty cum, and I still swallowed every drop. Tell me I’m a good sister, hehe."
])
,window.Game.rngText([
"My god… that was so much cum sliding down my throat. You must’ve had an incredible amount built up.",
"Mmm, that was a huge load… I could feel all that cum pouring down my throat. You must’ve been holding onto so much.",
"God, there was so much cum going down my throat… you must’ve had a massive buildup waiting to come out.",
"Mmm, I can’t believe how much cum you gave me. It just kept sliding down my throat. You must’ve been completely full.",
"My god, that was an enormous amount… I could feel every bit of it going down my throat. You must’ve had so much built up.",
"Mmm, you came so much that I could feel it continuously sliding down my throat. You must’ve been seriously backed up.",
"God, that was such a huge release… there was so much cum filling my mouth and sliding down my throat.",
"Mmm, I could feel all that warm cum going straight down my throat. You must’ve had an unbelievable amount stored up.",
"My god, you gave me so much… it felt like the cum would never stop sliding down my throat. You must’ve been incredibly full.",
"Mmm, that was a massive load. I could feel so much cum pouring down my throat. You clearly had a lot built up."
]))>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.npcExp("sis", $RATES.exp.bj)>>
<<= window.Game.npchp("sis", 5)>>
<div class="options"><<= window.Game.goToLoc("Back", 60, "br", 0)>></div>
<</if>>
<<elseif $act === "daySisHj1" && $NPC.sis.alive>>
<<if $step === 1>>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I know your cock would get so hard if you kept your hands all over my body while I jerk you off.",
"Mmm, I bet touching and squeezing my body while I stroke your cock would make you unbelievably hard.",
"Go ahead and grope me while I jerk you off, bro… I know your cock will get even harder in my hand.",
"I know feeling my body under your hands while I stroke your cock would make you so much harder.",
"Mmm, keep touching me while I jerk your cock. I want to feel exactly how hard you get from groping my body.",
"Put your hands all over me while I stroke you, bro… I know combining both will make your cock incredibly hard.",
"I bet your cock would get rock hard if you squeezed my body while I kept jerking you off.",
"Mmm, touch me everywhere while my hand keeps stroking your cock. I know it’ll make you even harder.",
"Keep groping my body while I jerk you off, bro… I want to feel your cock getting harder and harder in my hand.",
"I know you’d get so much harder if you let your hands explore my body while I keep stroking your cock, hehe."
])
,window.Game.rngText([
"I bet your cock would get even harder if you started groping my body too, hehe.",
"Mmm, I bet putting your hands all over my body would make that cock of yours even harder.",
"Go ahead and grope me, bro… I want to see just how hard your cock gets when you’re touching my body.",
"I bet if you squeezed and explored my body with your hands, your cock would get even harder for me.",
"Mmm, don’t just look at me, start groping my body too. I’m pretty sure your cock will love it.",
"Try getting your hands all over me, bro. I bet feeling my body will make your cock even harder.",
"Hehe, I wonder how hard your cock would get if you started squeezing and groping me everywhere.",
"Mmm, go ahead and feel my body with both hands. I bet your cock will get noticeably harder while you do.",
"I think you should grope me a little more, bro… seeing how your cock reacts could be really fun, hehe.",
"Put your hands on my body and squeeze me however you like. I bet your cock will get even harder from touching me."
])
,window.Game.rngText([
"Try touching me, bro… I bet feeling my body under your hands will help you feel a lot better.",
"Mmm, why don’t you put your hands on me? Touching me might be exactly what you need to feel better.",
"Go ahead and touch me wherever you want, bro. I’m sure it’ll help you relax and feel much better.",
"Try running your hands over me for a while… I have a feeling it’ll make you feel better pretty quickly.",
"Mmm, come on, bro… touch me a little. I bet having your hands on my body will make you feel so much better.",
"Why don’t you get closer and start touching me? It should help take your mind off everything and make you feel better.",
"Go ahead, bro… put your hands on me and see if touching my body helps you feel better.",
"Mmm, try feeling me with your hands. I’m pretty sure a little touching will make you feel much better.",
"Come here and touch me, bro… let your hands wander a little and see how much better it makes you feel.",
"Try touching my body for a bit. I bet once your hands are on me, you’ll start feeling much better, hehe."
]))>>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/cum.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You cum hard into your sister’s hand while your hands grope her soft, naked body and your lips stay pressed against hers.",
"Your orgasm hits while your sister strokes you, leaving you cumming into her hand as you squeeze her naked body and kiss her deeply.",
"You spill into your sister’s hand while hungrily groping her soft, bare body and keeping her locked in a passionate kiss.",
"You cum into your sister’s waiting hand as your fingers explore her naked body and your mouth stays firmly against hers.",
"Your sister feels you cum in her hand while you squeeze her soft, naked curves and continue kissing her without pulling away.",
"You release into your sister’s hand while your hands roam over her bare, soft body and your lips eagerly meet hers.",
"You cum hard against your sister’s hand, gripping her naked body tightly as the two of you keep kissing.",
"Your orgasm overwhelms you as you cum into your sister’s hand while groping her soft, exposed body and kissing her deeply.",
"You spill into her hand while squeezing your sister’s naked body against you and keeping your lips pressed passionately to hers."
])>><br><br>
</div>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/post.mp4")>>
<div class="options"><<= window.Game.goToLoc("Back", 30, "br", 0)>></div>
<</if>>
<<elseif $act === "nightSisBj1" && $NPC.sis.alive>>
<<if $step === 1>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Hey, we need to empty your balls of all that nasty cum, so we’re going to have to make you cum really hard.",
"Mmm, we need to drain every bit of that nasty cum from your balls, so you’d better be ready to cum as hard as you can.",
"Those balls are way too full of nasty cum, so we need to make sure you have one really powerful release.",
"Hey, if we’re going to empty your balls completely, we’ll have to make you cum incredibly hard, won’t we?",
"Mmm, there’s so much nasty cum built up in your balls, so we need to make that orgasm hit as hard as possible.",
"We have to get all that nasty cum out of your balls, so I guess that means making you cum really, really hard.",
"Your balls are so full that we’re going to need a seriously intense orgasm to empty them properly.",
"Mmm, we can’t leave any of that nasty cum behind, so we’ll have to make you cum hard enough to empty everything.",
"Hey, those balls need to be completely drained, so we need to build you up to the strongest release you can handle."
])
,window.Game.rngText([
"We really need to empty your balls, so that means we have to make you cum as hard as possible, right?",
"Mmm, if we’re going to completely empty those balls, we’ll need to make you cum really hard, won’t we?",
"We have to make sure your balls are totally emptied, so I guess that means giving you one seriously powerful orgasm, huh?",
"If we really want to drain your balls properly, we’re going to have to make you cum incredibly hard, right?",
"Mmm, those balls need to be completely emptied, so we’d better make your orgasm as strong as we possibly can.",
"We can’t leave your balls half-full, bro… we need to make you cum hard enough to empty everything out, right?",
"I guess if the goal is to completely empty your balls, we’ll have to make you cum harder than usual, hehe.",
"Mmm, we need to get every bit out of those balls, so you’re going to have to cum really, really hard for me.",
"If we’re serious about emptying your balls completely, then we need to build you up to one incredibly intense release, right?"
]))>>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"If I lick your balls while my throat strokes your cock, that should really get them pumping out cum like there’s no tomorrow.",
"Mmm, if I keep licking your balls while you stroke your cock with my throat, I bet you’ll start pumping out an unbelievable amount of cum.",
"If my tongue keeps working your balls while my throat strokes your cock, you’re going to be pumping out cum harder than ever.",
"Mmm, licking your balls while your cock slides through my throat should really get everything working together and make you cum like crazy.",
"If I tease your balls with my tongue while my throat keeps stroking your cock, I bet those balls will be pumping out cum nonstop.",
"Mmm, let me lick and tease your balls while you use my throat to stroke your cock. I want to see just how much cum I can get out of you.",
"If I keep my tongue on your balls while my throat tightly strokes your cock, that should make your release insanely powerful.",
"Mmm, combining my tongue on your balls with my throat stroking your cock should have you pumping out more cum than you know what to do with.",
"If I lick your balls nonstop while you stroke yourself deep in my throat, I bet you’ll end up cumming ridiculously hard."
])
,window.Game.rngText([
"I can lick your balls while taking your whole cock down my throat. I bet I could make those balls tighten up so much for me, haha.",
"Mmm, let me keep licking your balls while I throat every inch of your cock. I bet they’ll get so tight when you’re getting close.",
"I can tease your balls with my tongue while swallowing your entire cock. Just imagine how tight they’ll get for me, hehe.",
"Mmm, I’ll lick your balls while taking your whole cock deep into my throat. I want to feel them tighten more and more as you get worked up.",
"Let me keep my tongue all over your balls while I throat your cock completely. I bet they’ll pull up so tight when you’re about to cum.",
"Hehe, I can lick and tease your balls while your whole cock fills my throat. I bet that combination will make them tighten like crazy.",
"Mmm, I’ll keep licking your balls while taking every inch of your cock down my throat. I want to see just how tight I can make them.",
"I can work your balls with my tongue while throating your entire cock at the same time. I bet they’ll get incredibly tight for me, haha.",
"Mmm, let me lick those balls while your whole cock slides deep into my throat. I know they’ll start tightening up when you can’t take much more."
]))>>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/4.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Your balls look so tight and full of cum… I bet if you use my throat like a fucktoy and finish deep inside it, you won’t have a single drop left, hehe.",
"Mmm, your balls look completely loaded. Fuck my throat like your favorite toy and cum deep inside. I bet I can drain every last drop out of you.",
"Those balls look so full and tight, bro… use my throat like a fucktoy and unload everything deep inside until there’s nothing left.",
"Hehe, your balls look ready to burst. If you fuck my throat hard and cum deep inside it, I bet I can empty every last bit of sperm out of you.",
"Mmm, look how tight and full your balls are… use my throat however you want and pump all that cum deep inside until you’re completely drained.",
"Your balls are so tight and loaded right now. Fuck my throat like a toy and cum as deep as you can. I want to leave you totally empty.",
"Hehe, I can tell those balls are packed with cum. Use my throat like your personal fucktoy and unload everything inside until not a drop is left.",
"Mmm, your balls look incredibly full, bro… fuck my throat hard and cum deep inside until you’ve emptied absolutely everything.",
"Those tight balls look like they’re holding so much cum. Use my throat like a fucktoy and let it all out deep inside. I bet I can drain you completely, hehe.",
"Mmm, your balls look absolutely loaded. Fuck my throat as hard as you want and cum deep inside until every last drop has been squeezed out of you."
])
,window.Game.rngText([
"You're so close! Use my throat like a fucktoy. I’m sure you’ll let out even more if you cum deep down my throat.",
"Mmm, you’re almost there! Fuck my throat like a toy and cum as deep as you can. I bet it’ll make you release even more.",
"You’re so close, bro! Use my throat like your fucktoy and let yourself cum deep inside. I’m sure you’ll give me an even bigger load.",
"Mmm, I can tell you’re about to cum! Fuck my throat hard and finish deep down it. I bet you’ll pump out even more that way.",
"You’re right on the edge! Use my throat like a fucktoy and cum as deep as possible. I want to see how much more I can get out of you.",
"Mmm, you’re so close now! Keep fucking my throat like a toy and cum deep inside me. I’m sure it’ll make your release even stronger.",
"You're almost there, hehe! Use my throat however you want and cum deep down it. I bet your balls will empty even more that way.",
"Mmm, I can feel how close you are! Fuck my throat like your personal toy and cum as deep as you can so you can let out every last bit.",
"You’re about to cum, bro! Use my throat like a fucktoy and finish deep inside it. I bet that’ll make you release even more for me.",
"Mmm, don’t hold back now—you’re so close! Fuck my throat hard and cum deep down it. I’m sure you’ll empty yourself even more completely."
]))>>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/6.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You use your own sister’s throat like your personal fucktoy while her hands fondle your saliva-soaked balls, desperately trying to make you cum even harder.",
"You relentlessly fuck your sister’s throat like it belongs to you as she plays with your slick, saliva-covered balls, hoping to intensify your eventual release.",
"You treat your sister’s throat like your own personal fucktoy while she eagerly fondles your wet balls, doing everything she can to make your orgasm hit even harder.",
"You thrust deeply into your sister’s throat as though it were made to pleasure you, while her hands tease your saliva-drenched balls to push you toward an even stronger climax.",
"You keep using your sister’s throat like a fucktoy while she massages your slippery balls, determined to make you cum harder than you normally would.",
"You fuck your sister’s throat without holding back as she continuously fondles your saliva-covered balls, hoping the extra stimulation will make your release overwhelmingly powerful.",
"You use your sister’s throat purely for your pleasure while her fingers work over your slick balls, trying to coax an even harder orgasm out of you.",
"You repeatedly stroke your cock deep inside your sister’s throat while she fondles your wet, saliva-covered balls, intent on making every contraction stronger.",
"You make your sister’s throat your personal fucktoy as she keeps both hands busy teasing your slick balls, hoping to make you cum with as much force as possible."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.npcExp("sis", $RATES.exp.bj)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/post.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You did so good, bro! We must’ve really emptied your balls together. I can still feel your thick cum sliding down my throat… did your sister do a good job? Hehe.",
"Mmm, you did amazing, bro! I think we completely drained those balls. I can still feel your thick cum slipping down my throat… was I a good sister? Hehe.",
"Wow, bro, you did so well! We must’ve gotten every last bit out of your balls. I can still feel your cum slowly sliding down my throat… did I do good?",
"You were so good, bro! I bet we really emptied your balls this time. Your thick cum is still sliding down my throat… tell me I did a good job, hehe.",
"Mmm, look at you, bro! We must’ve drained your balls completely together. I can still feel all that thick cum going down my throat… was your sister good to you?",
"You did such a great job, bro! I think we really emptied those balls. I can still feel your warm, thick cum sliding down my throat… did I make you feel good? Hehe.",
"Wow, bro, we really worked together to empty your balls, huh? I can still feel that thick cum slowly running down my throat… did I do good for you?",
"Mmm, you did perfectly, bro! Your balls must be completely drained after that. I can still feel your thick cum slipping down my throat… was I a good sister? Hehe.",
"You did so well, bro! I don’t think your balls could possibly have much left after that. I can still feel your thick cum sliding down my throat… did I do a good job?"
])
,window.Game.rngText([
"Wow, you came so much! We really do make a great team whenever we have to make you cum, huh? Hehe.",
"Mmm, look at how much you came! I guess we’re pretty good at working together when the goal is making you cum hard.",
"Wow, that was a lot! We make one seriously good team when it comes to getting you off, don’t we? Hehe.",
"Mmm, you came so much for us! I’d say we work pretty damn well together when we’re trying to make you cum.",
"Wow, you really let out a lot! Guess we make the perfect team whenever your cock needs some extra attention, huh?",
"Hehe, look how much you came! We’re getting really good at teaming up to make your orgasms as strong as possible.",
"Mmm, that was such a huge release! We definitely make a great team when we’re both focused on making you cum.",
"Wow, you came like crazy! I guess when we work together, we’re pretty damn good at making you lose control, huh? Hehe.",
"Mmm, you gave us so much! We really know how to work together when we want to make you cum hard, don’t we?"
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 60, "br", 0)>></div>
<<elseif $act === "nightSisHj1" && $NPC.sis.alive>>
<<if $step === 1>>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You grope and caress your sister's tight, soft body while she strokes your rock-hard cock.",
"Your hands roam over your sister's firm, soft body as she steadily strokes your hard cock.",
"You squeeze and caress your sister's body while her hand continues working your rock-hard cock.",
"Your hands eagerly explore your sister's soft, tight figure as she strokes your stiff cock in return.",
"You run your hands over your sister's soft curves, groping and caressing her while she keeps stroking your hard cock.",
"Your sister strokes your rock-hard cock while you indulge yourself by squeezing and exploring her soft body.",
"You eagerly caress your sister's tight body as her hand moves steadily along your hardened cock.",
"Your hands wander across your sister's soft figure, squeezing and caressing her while she keeps your cock firmly in her hand.",
"You grope your sister's soft curves and pull her closer while she continues stroking your rock-hard cock.",
"Your hands explore and caress your sister's tight, soft body as she returns the attention by steadily stroking your cock."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/3.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Make sure you really focus on squeezing my ass while I rub your cock. I bet it’ll make you cum even harder when you finally lose control.",
"Mmm, keep both hands on my ass while I stroke your cock. The more you grope me, the harder your orgasm should hit.",
"Don’t neglect my ass while I’m rubbing your cock, bro. Keep squeezing it and I’ll try to make you cum as hard as possible.",
"Really grab and grope my ass while I work your cock. Feeling me in your hands should make your release so much stronger.",
"Keep squeezing my ass while I stroke you, hehe. I want to see if touching me makes your cock cum even harder.",
"Mmm, focus on groping my ass while I keep rubbing your cock. All that extra excitement should make your orgasm much more intense.",
"Make sure your hands stay busy with my ass while I stroke your cock. I want every squeeze to make you even more desperate to cum.",
"Keep grabbing my ass nice and firmly while I rub your cock, bro. I bet combining both sensations will make you cum incredibly hard.",
"Don’t stop groping my ass while I work your cock. The more turned on you get from touching me, the stronger your release should be.",
"Mmm, squeeze and play with my ass while I keep stroking your cock. I want to make your orgasm hit as hard as it possibly can."
])
,window.Game.rngText([
"Don’t stop groping my ass… your cock gets so hard every time you do, hehe.",
"Mmm, keep squeezing my ass like that. I can feel how nicely your cock reacts to it.",
"Don’t you dare stop touching my ass… your cock seems to love it just as much as you do.",
"Keep your hands on my ass, bro. I love feeling how hard your cock gets when you grab me.",
"Mmm, keep groping me like that… your cock responds so perfectly whenever your hands are all over my ass.",
"Don’t stop squeezing my ass. Seeing how quickly your cock reacts makes me want you to keep going.",
"Hehe, keep those hands right there on my ass… your cock gets so wonderfully hard whenever you touch me.",
"Mmm, keep grabbing and squeezing my ass, bro. Your cock clearly loves every second of it.",
"Don’t stop playing with my ass… I can tell from your cock exactly how much you enjoy touching me.",
"Keep groping my ass just like that. Your cock gets harder every time you squeeze me, hehe."
])
,window.Game.rngText([
"You really like touching my butt, huh, bro? Hehe.",
"Mmm, bro, you just can’t keep your hands off my butt, can you? Hehe.",
"Hehe, you really enjoy grabbing my butt that much, huh, bro?",
"Aww, bro, you sure seem to love getting your hands on my butt, don’t you?",
"Mmm, I noticed how much you like touching my butt, bro. Hehe.",
"You really do have a thing for my butt, huh, bro? Hehe.",
"Hehe, bro, you look way too happy every time you get your hands on my butt.",
"Mmm, you just love squeezing my butt, don’t you, bro?",
"Brooo, you’re really obsessed with touching my butt, huh? Hehe.",
"Hehe, I can tell you really like having your hands all over my butt, bro."
]))>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/cum.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You cum in your sister's hand while your hands eagerly grope her lovely tits and ass.",
"Your release spills into your sister's palm as you squeeze and explore her soft tits and ass.",
"You finish in your sister's waiting hand while your fingers roam possessively over her lovely tits and ass.",
"Your sister catches your cum in her hand as you keep yourself busy fondling her tits and squeezing her ass.",
"You release into your sister's palm while enjoying handfuls of her soft tits and shapely ass.",
"Your cum fills your sister's hand as you eagerly grope her tits and run your hands over her ass.",
"You finish heavily into your sister's hand while squeezing her lovely tits and grabbing her ass.",
"Your sister holds out her hand for your release as you indulge yourself by fondling her tits and ass.",
"You cum against your sister's palm while your hands greedily explore the softness of her tits and ass.",
"Your release lands in your sister's hand as you continue groping her lovely tits and squeezing her ass."
])>><br><br>
</div>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj)>>
<<= window.Game.npchp("sis", 5)>>
<div class="options"><<= window.Game.goToLoc("Back", 30, "br", 0)>></div>
<</if>>
<<else>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<</if>>
<</if>>
</div><div class="main">
<<if !$NPC.gm.alive || $NPC.gm.location === "sleep">>
<<goto $YOU.loc>>
<<else>>
<h1><<= $NPC.gm.name >> Experience: <<= $NPC.gm.exp >></h1><br>
<<if $NPC.gm.lvl < 1>><<set $NPC.gm.lvl = 1>><</if>>
<<if $NPC.gm.lvl > 3>><<set $NPC.gm.lvl = 3>><</if>>
<<= window.Game.lvlText("gm","main",
window.Game.rngText([
"Oh honey, I do hope you've saved up plenty of cum for everyone today! We're all counting on you!",
"Oh hey, sweetheart. I hope those balls of yours are nice and full for all of us! We need lots of treatment!",
"Heya, hun! Make sure you've got plenty of cum stored up. We're all relying on you for our therapy!",
"Hi there, darling! Better have saved up all that delicious cum, we're going to need quite a lot haha",
"My love! I certainly hope you've built up a good supply in those balls. There are quite a few of us who need treating.",
"Good day, sweet boy! Make sure those balls are loaded. I think everyone could use some serious treatment from you!",
"Greetings, darling! I hope you've been saving all that cum in those beautiful balls! We're all eager for a good dose!",
"Hello, sweet boy! Do you need anything? Are those precious balls aching again? Grandma's body is always available to help you relieve that pressure!",
"Hi, darling! Is something bothering you? Those heavy balls need attention? Remember, my entire body is here to serve your needs and help you find release!",
"Hi there, honey! Everything okay? Are you feeling that ache in your balls? Don't hesitate to use whatever part of Grandma's body you need to empty your cum!",
"How are you feeling, sweetheart? Any discomfort in those balls? Remember, Grandma's body exists to help you cum when you need!",
"My love! Those balls feeling heavy? My body is completely yours to use however you need for relief.",
"Hi, honey! Do you need anything? Are your balls throbbing? Please, use any part of Grandma however you wish."
]),
window.Game.rngText([
"Hello, sweetheart... I know you're probably too busy for little old me, what with all the neighbors needing your attention...",
"Good morning, darling... The neighbors probably need you much more than I do right now...",
"Hey, precious... I wouldn't want to take up your valuable time when there are so many others counting on you...",
"Greetings, my love... I'm certain the neighbors are a higher priority than your poor grandma...",
"Hi there, sweet boy... You probably have your hands full with everyone else, don't you...",
"Hello, treasure... I'd hate to impose when you have so many other people to attend to...",
"Welcome home, honey... I'm sure you're exhausted from helping all the neighbors and have no energy left for me...",
"Hello, sweetheart... I know you have such a demanding schedule helping everyone else...",
"Hi, honey... I understand you're probably very occupied with all the other people needing your assistance...",
"Hey, darling... I'm aware you have lots of people depending on you right now...",
"Hey, precious... I realize you must be quite busy taking care of others' needs...",
"Greetings, my love... I know you have many people to attend to these days...",
"Hi there, sweet boy... I'm sure you're stretched pretty thin helping everyone...",
"Hello, treasure... I can only imagine how much time you spend treating others...",
"Welcome home, honey... I bet you barely have time for yourself with all the people you're helping..."
]),
window.Game.rngText([
"I'm so glad to see you, dear. Is there anything I can do for you?",
"Oh, dear, I'm so happy you're here. Do you need anything?",
"It's so good to see you, sweetheart. Can I get you anything?",
"I'm glad you came by, dear. Is there anything you need?",
"Oh, sweetheart, it's wonderful to see you. Are you sure I can't do anything for you?",
"I'm so happy to see you, dear. Let me know if you need anything at all.",
"There you are, sweetheart. Can I help you with anything?",
"It's so nice to see you, dear. Are you hungry? Tired? Do you need anything?",
"Oh, I'm so glad you're here. What can I do for you, sweetheart?",
"My dear, it's so good to see you. Is there anything Grandma can help with?",
"I'm glad to see you, sweetheart. Do you need anything before you sit down?",
"It's wonderful seeing you, dear. Can I get you something?",
"Oh, sweetheart, I was hoping you'd visit. Is there anything I can do for you?",
"I'm so glad you came by, dear. Are you sure you don't need anything?",
"It's good to see you, sweetheart. Let me know what I can do for you.",
"Come in, dear. I'm so happy to see you. Do you need anything?",
"Oh, there you are. I'm so glad to see you, sweetheart. Can I help with anything?",
"I'm happy you're here, dear. Can I get you some food or something to drink?",
"It's so nice having you here, sweetheart. Is there anything you need?",
"I'm so glad to see you, dear. You just tell me if you need anything.",
"Oh, my dear, it's good to see you. Can I do anything to make you comfortable?",
"I'm glad you're here, sweetheart. Let me know if there’s anything I can do.",
"It's lovely to see you, dear. Are you doing alright? Do you need anything?",
"Oh, sweetheart, come in. I'm so glad to see you. Can I get you anything?",
"I'm so happy you stopped by, dear. What can Grandma do for you?",
"It's so good to see you, sweetheart. Are you sure you're alright?",
"I'm glad to see you, dear. Sit down and tell me if you need anything.",
"Oh, dear, seeing you makes my day. Can I help you with anything?",
"I'm so glad you're here, sweetheart. Let me know what you need.",
"It's wonderful to see you, dear. Can I make you something?",
"Oh, sweetheart, you look like you could use some care. Do you need anything?",
"I'm happy to see you, dear. Please tell me if there's anything I can do.",
"It's so nice to see you, sweetheart. Can I get you settled in?",
"I'm so glad you came to visit, dear. Is there anything you need from me?",
"Oh, my sweet dear, it's good to see you. Can Grandma do anything for you?",
"I'm glad you're here, sweetheart. Do you need food, tea, or just a little rest?",
"It's good to see you, dear. Let me take care of you if you need anything.",
"Oh, sweetheart, I'm so happy you're here. What can I do for you?",
"I'm so glad to see you, dear. Don't be shy if you need anything.",
"It's always good to see you, sweetheart. Can I help with anything at all?"
]))>>
<div class="options">
<<if !$uiRefresh && !$NPC.sis.alive && !$NPC.gm.sisDied>>
<<set $act = "sisDead">>
<<set $step = 1>>
<<goto "sanc_s">>
<<elseif !$uiRefresh && $NPC.poly.met && !$NPC.poly.alive && !$NPC.gm.polyDied>>
<<set $act = "polyDead">>
<<set $step = 1>>
<<goto "sanc_s">>
<</if>>
<<if $NPC.gm.exp >= Math.max(1, 5 * $TEST.exp) && !$NPC.poly.met && $NPC.poly.alive && $STORY.sancCounter >= Math.max(1, 1 * $TEST.time)>>
<<= window.Game.goToLoc("Grandma wants to talk (STORY EVENT)", 0, "sanc_s", 0, "poly", 1)>>
<<elseif $NPC.gm.exp >= Math.max(1, 10 * $TEST.exp) && !$NPC.aunt.met && $NPC.poly.met && $STORY.sancCounter >= Math.max(1, 1 * $TEST.time)>>
<<= window.Game.goToLoc("Grandma looks worried (STORY EVENT)", 0, "sanc_s", 0, "aunt", 1)>>
<</if>>
</div>
<div class="options">
<<= window.Game.goToLoc("Back", 15, $YOU.loc, 0)>>
</div>
<</if>>
</div><div class="main">
<h1>Sanctuary</h1><br>
<div class="options">
<div class="loc-row"> <<= window.Game.goToLoc("City", 30, "city", 0)>> <<= window.Game.npcTag("city")>> </div>
<div class="loc-row"> <<= window.Game.goToLoc("Personal Home", 15, "sancHome", 0)>> <<= window.Game.npcTag("sancHome")>> </div>
</div>
<<if $YOU.pp < 10>>
<div class="story-text">You are too tired to help anyone right now.</div><br>
<<else>>
<<if !$GAME.night>>
<div class="help-section">
<div class="help-title">People Who Need Help</div>
<div class="help-options">
<<if window.Game.rng(1, Math.max(1, 5 * $TEST.events)) <= $NPC.gm.lvl>>
<<set $num += 1>>
<<= window.Game.goToLoc("She seems interested", 60, "sancHelp", -10, ["blondeBj1", "blondeSex1"], 1)>>
<</if>>
<<if window.Game.rng(1, Math.max(1, 5 * $TEST.events)) <= $NPC.gm.lvl>>
<<set $num += 1>>
<<= window.Game.goToLoc("She's cute, invite her? ", 60, "sancHelp", -10, ["brunetteBj1", "brunetteSex1", "brunetteToy1"], 1)>>
<</if>>
<<if window.Game.rng(1, Math.max(1, 5 * $TEST.events)) <= $NPC.gm.lvl>>
<<set $num += 1>>
<<= window.Game.goToLoc("She's quite curvy", 60, "sancHelp", -10, ["curvyTj1"], 1)>>
<</if>>
<<if window.Game.rng(1, Math.max(1, 5 * $TEST.events)) <= $NPC.gm.lvl>>
<<set $num += 1>>
<<= window.Game.goToLoc("She's intimidating", 60, "sancHelp", -10, ["femdom2Sex1"], 1)>>
<</if>>
<<if window.Game.rng(1, Math.max(1, 5 * $TEST.events)) <= $NPC.gm.lvl>>
<<set $num += 1>>
<<= window.Game.goToLoc("A femdom?", 60, "sancHelp", -10, ["femdomBj1"], 1)>>
<</if>>
<<if window.Game.rng(1, Math.max(1, 5 * $TEST.events)) <= $NPC.gm.lvl>>
<<set $num += 1>>
<<if $YOU.cb >= Math.max(1, 20 * $TEST.stat)>>
<<= window.Game.goToLoc("Her physique is impressive", 60, "sancHelp", -10, ["muscleBj1"], 1)>>
<<else>>
<<= window.Game.goToLoc("Her physique is impressive", 60, "sancHelp", -10, ["muscleBj2"], 1)>>
<</if>>
<</if>>
<<if window.Game.rng(1, Math.max(1, 5 * $TEST.events)) <= $NPC.gm.lvl && $YOU.cb >= Math.max(1, 20 * $TEST.stat)>>
<<set $num += 1>>
<<= window.Game.goToLoc("She seems docile", 60, "sancHelp", -10, ["subBj1"], 1)>>
<</if>>
<<if $num === 0>>
<div class="story-text">No one catches your attention right now.</div><br>
<</if>>
</div>
</div>
<</if>>
<</if>>
</div>
<div class="main">
<h1><<print $NPC.sis.name>></h1><br>
<<if !$NPC.sis.alive>>
<div class="story-text">There is nothing more to pursue here.</div><br>
<<elseif !$NPC.sis.tease>>
<<if $NPC.sis.exp < Math.max(1, 5 * $TEST.exp)>>
<div class="story-text">Spend more time with her.</div><br>
<<else>>
<div class="story-text">Something may happen if you approach her at home.</div><br>
<</if>>
<<elseif !$NPC.sis.hj>>
<<if $NPC.sis.exp < Math.max(1, 5 * $TEST.exp)>>
<div class="story-text">Spend more time with her.</div><br>
<</if>>
<<if $STORY.sisCounter < Math.max(1, 1 * $TEST.time)>>
<div class="story-text">Give things some time.</div><br>
<</if>>
<<if $NPC.sis.exp >= Math.max(1, 5 * $TEST.exp)
&& $STORY.sisCounter >= Math.max(1, 1 * $TEST.time)>>
<div class="story-text">Something seems ready to change at home.</div><br>
<</if>>
<<elseif !$NPC.sis.solo>>
<<if $NPC.sis.exp < Math.max(1, 10 * $TEST.exp)>>
<div class="story-text">You may need to spend more time together.</div><br>
<</if>>
<<if $STORY.sisCounter < Math.max(1, 1 * $TEST.time)>>
<div class="story-text">It may be too soon for anything new.</div><br>
<</if>>
<<if $YOU.cb >= $YOU.maxCB>>
<div class="story-text">You may be a little too wound up right now.</div><br>
<</if>>
<<if $NPC.sis.exp >= Math.max(1, 10 * $TEST.exp)
&& $STORY.sisCounter >= Math.max(1, 1 * $TEST.time)
&& $YOU.cb < $YOU.maxCB>>
<div class="story-text">She might have something in mind if you approach her at home.</div><br>
<</if>>
<<elseif !$NPC.sis.bj>>
<<if $NPC.sis.exp < Math.max(1, 10 * $TEST.exp)>>
<div class="story-text">Keep spending time with her.</div><br>
<</if>>
<<if $STORY.sisCounter < Math.max(1, 1 * $TEST.time)>>
<div class="story-text">Give things a little more time.</div><br>
<</if>>
<<if $NPC.sis.exp >= Math.max(1, 10 * $TEST.exp)
&& $STORY.sisCounter >= Math.max(1, 1 * $TEST.time)>>
<div class="story-text">She may seek you out when the time is right.</div><br>
<</if>>
<<elseif !$ITEMS.toys>>
<<if $NPC.sis.exp < Math.max(1, 10 * $TEST.exp)>>
<div class="story-text">Keep developing your relationship with her.</div><br>
<</if>>
<<if $STORY.sisCounter < Math.max(1, 1 * $TEST.time)>>
<div class="story-text">Something still needs time to develop.</div><br>
<</if>>
<<if $YOU.money < Math.max(1, 200 * $TEST.money)>>
<div class="story-text">Having some extra spending money may help.</div><br>
<</if>>
<<if $NPC.sis.exp >= Math.max(1, 10 * $TEST.exp)
&& $STORY.sisCounter >= Math.max(1, 1 * $TEST.time)
&& $YOU.money >= Math.max(1, 200 * $TEST.money)>>
<div class="story-text">She appears to be planning something.</div><br>
<</if>>
<<elseif $ITEMS.toys>>
<<if $NPC.sis.exp < Math.max(1, 20 * $TEST.exp)>>
<div class="story-text">There is still room for things to develop.</div><br>
<</if>>
<<if $STORY.sisCounter < Math.max(1, 1 * $TEST.time)>>
<div class="story-text">Give the situation more time.</div><br>
<</if>>
<<if $YOU.stamina < Math.max(1, 10 * $TEST.stat)>>
<div class="story-text">You may want to build up your endurance.</div><br>
<</if>>
<<if $NPC.sis.exp >= Math.max(1, 20 * $TEST.exp)
&& $STORY.sisCounter >= Math.max(1, 1 * $TEST.time)
&& $YOU.stamina >= Math.max(1, 10 * $TEST.stat)>>
<div class="story-text">Future update.</div><br>
<</if>>
<</if>>
<br>
<h1><<print $NPC.gm.name>> / Sanctuary</h1><br>
<<if !$NPC.gm.alive>>
<div class="story-text">There is nothing more to pursue at the Sanctuary.</div><br>
<<elseif $SANC.helpUnlocked is false>>
<div class="story-text">You should visit Grandma.</div><br>
<<elseif !$NPC.poly.met && $NPC.poly.alive>>
<<if $NPC.gm.exp < Math.max(1, 5 * $TEST.exp)>>
<div class="story-text">Spend more time helping around the Sanctuary.</div><br>
<</if>>
<<if $STORY.sancCounter < Math.max(1, 1 * $TEST.time)>>
<div class="story-text">Grandma may need some time.</div><br>
<</if>>
<<if $NPC.gm.exp >= Math.max(1, 5 * $TEST.exp)
&& $STORY.sancCounter >= Math.max(1, 1 * $TEST.time)>>
<div class="story-text">Grandma may have something she wants to discuss.</div><br>
<</if>>
<<elseif $NPC.poly.met && !$NPC.aunt.met>>
<<if $NPC.gm.exp < Math.max(1, 10 * $TEST.exp)>>
<div class="story-text">Keep helping Grandma and the Sanctuary.</div><br>
<</if>>
<<if $STORY.sancCounter < Math.max(1, 1 * $TEST.time)>>
<div class="story-text">More time may need to pass.</div><br>
<</if>>
<<if $NPC.gm.exp >= Math.max(1, 10 * $TEST.exp)
&& $STORY.sancCounter >= Math.max(1, 1 * $TEST.time)>>
<div class="story-text">Grandma looks like something is worrying her.</div><br>
<</if>>
<<else>>
<div class="story-text">Future update.</div><br>
<</if>>
<br>
<h1><<print $NPC.doc.name>> / Hospital</h1><br>
<<if !$NPC.doc.alive>>
<div class="story-text">There is nothing more to pursue at the hospital.</div><br>
<<elseif $ITEMS.chip is false>>
<<if $NPC.doc.exp < Math.max(1, 5 * $TEST.exp)>>
<div class="story-text">Keep working with the doctor.</div><br>
<</if>>
<<if $STORY.hhcCounter < Math.max(1, 1 * $TEST.time)>>
<div class="story-text">She may need a little more time.</div><br>
<</if>>
<<if $NPC.doc.exp >= Math.max(1, 5 * $TEST.exp)
&& $STORY.hhcCounter >= Math.max(1, 1 * $TEST.time)>>
<div class="story-text">The doctor may have something to discuss.</div><br>
<</if>>
<<elseif $HHC.testsUnlocked is false>>
<<if $NPC.doc.exp < Math.max(1, 10 * $TEST.exp)>>
<div class="story-text">Continue working with the doctor.</div><br>
<</if>>
<<if $STORY.hhcCounter < Math.max(1, 1 * $TEST.time)>>
<div class="story-text">Give her work some time to develop.</div><br>
<</if>>
<<if $NPC.doc.exp >= Math.max(1, 10 * $TEST.exp)
&& $STORY.hhcCounter >= Math.max(1, 1 * $TEST.time)>>
<div class="story-text">She seems increasingly pleased with your progress.</div><br>
<</if>>
<<elseif $HHC.helpUnlocked is false>>
<<if $NPC.doc.exp < Math.max(1, 15 * $TEST.exp)>>
<div class="story-text">There is still more work you can do with her.</div><br>
<</if>>
<<if $STORY.hhcCounter < Math.max(1, 1 * $TEST.time)>>
<div class="story-text">Something may need more time to develop.</div><br>
<</if>>
<<if $NPC.doc.exp >= Math.max(1, 15 * $TEST.exp)
&& $STORY.hhcCounter >= Math.max(1, 1 * $TEST.time)>>
<div class="story-text">Future update.</div><br>
<</if>>
<<else>>
<div class="story-text">Future update.</div><br>
<</if>>
<br>
<h1><<print $NPC.boss.name>> / Massage Parlor</h1><br>
<<if !$NPC.boss.alive>>
<div class="story-text">There is nothing more to pursue at the Massage Parlor.</div><br>
<<elseif $NPC.boss.met is false>>
<div class="story-text">You should pay her a visit.</div><br>
<<elseif $MP.happyEndings is false>>
<<if $NPC.boss.exp < Math.max(1, 5 * $TEST.exp)>>
<div class="story-text">Spend more time working there.</div><br>
<</if>>
<<if $STORY.mpCounter < Math.max(1, 1 * $TEST.time)>>
<div class="story-text">Give things some time to develop.</div><br>
<</if>>
<<if $NPC.boss.exp >= Math.max(1, 5 * $TEST.exp)
&& $STORY.mpCounter >= Math.max(1, 1 * $TEST.time)>>
<div class="story-text">Your boss may want to discuss something while she is at the Massage Parlor.</div><br>
<</if>>
<<elseif $MP.helpUnlocked is false>>
<<if $NPC.boss.exp < Math.max(1, 10 * $TEST.exp)>>
<div class="story-text">Keep working and building your standing there.</div><br>
<</if>>
<<if $STORY.mpCounter < Math.max(1, 1 * $TEST.time)>>
<div class="story-text">It may still be too soon for anything new.</div><br>
<</if>>
<<if $NPC.boss.exp >= Math.max(1, 10 * $TEST.exp)
&& $STORY.mpCounter >= Math.max(1, 1 * $TEST.time)>>
<div class="story-text">Your boss may have something for you while she is at the Massage Parlor.</div><br>
<</if>>
<<else>>
<div class="story-text">Future update.</div><br>
<</if>>
<br>
<h1><<print $NPC.lisa.name>> / Uptown</h1><br>
<<if !$NPC.lisa.alive>>
<div class="story-text">There is nothing more to pursue here.</div><br>
<<elseif $NPC.lisa.met>>
<div class="story-text">Future update.</div><br>
<<elseif $AREAS.uptown.start>>
<div class="story-text">Nothing new seems to be developing right now.</div><br>
<<else>>
<<if !$MP.helpUnlocked && !$SANC.helpUnlocked>>
<div class="story-text">You may need to make more progress helping others first.</div><br>
<</if>>
<<if $areaLow < 60>>
<div class="story-text">The affected areas may need to be in better condition first.</div><br>
<</if>>
<<if ($MP.helpUnlocked || $SANC.helpUnlocked) && $areaLow >= 60 && !$AREAS.uptown.start>>
<div class="story-text">Something new may be developing in Uptown.</div><br>
<</if>>
<</if>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>>
</div>
</div><div class = "main">
<h1> Personal Home </h1><br>
<<if $act === "gm hj1">>
<<if $step = 1>>
<<run Game.sleep("sleep")>>
<div class="story-text"> You wake up to your grandmother taking care of you. </div><br>
<<= window.Game.vid($LINKS.events + "sanc sleep/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("gm","main",
window.Game.rngText([
"Oh sweetie, you're awake now! I couldn't wait any longer to help you feel amazing again and again!",
"My precious boy, I started without you because I wanna make you feel like you're in heaven by making you cum more and more!",
"Good morning, sweetheart! I wanted you to have the best morning, by making you cum so hard!",
"Hello, my angel. I couldn't bear to leave you not feeling the bliss of cumming, so I helped you out!",
"So happy you're awake, darling. Let me spoil you rotten by keeping your cock perfectly pleasured!",
"Oh my precious boy, you're awake! I plan to lavish your cock with constant pleasure!",
"My sweetest angel, welcome back! I'm going to indulge your cock so much you'll feel divine!",
"Glad you're awake, honey. I'm going to spoil you silly by keeping your cock in bliss constantly!",
"Welcome back, sweetheart. Let me pamper your cock endlessly while you're under my care!",
"My dearest boy, you're awake! I'm going to spoil you by giving your cock non-stop pleasure!",
"Hi there, precious. So happy you're up. Let me indulge your cock beyond your wildest dreams",
"Darling, you woke up! Let me take care of this aching cock for you. Just relax and let me milk all of that sweet cum out.",
"Oh honey, you're awake now. Don't worry, Grandma will help relieve all that tension in your poor aching balls",
"Sweetheart, I couldn't leave you in discomfort. Let me milk out all of that cum please.",
"Wakey-wakey, my dear. Grandma's going to take good care of this hard cock. Please cum hard for granny. She wants you to feel so good.",
"Good morning, love. Let me ease your aching balls and get all that cum out properly.",
"Morning, sweetheart. Time to let Grandma take care you like when you just a boy haha."
]))>>
<<= window.Game.vid($LINKS.events + "sanc sleep/" + $act + "/2.mp4")>>
<div class = "options">
<<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>>
</div>
<<elseif $step = 2>>
<<= window.Game.vid($LINKS.events + "sanc sleep/" + $act + "/3.mp4")>>
<<= window.Game.lvlText("gm","main",
window.Game.rngText([
"I can see those beautiful balls aching, my sweet boy... Don't worry, Grandma's going to empty them all for you.",
"Let me rub those lovely balls for you, darling... I know they've been feeling ached; I'll take care of emptying them soon.",
"Oh, my precious one, feel this gentle stroke... Those aching balls deserve my undivided attention, sweetheart.",
"Look how tender those balls are, my dear... Let Grandma soothe that ache and release everything inside you.",
"Letting my hands work on those aching beauties... You won't have to suffer another minute, my sweet boy.",
"These balls look so full and heavy... Don't fret, honey, I'm going to help you empty them completely.",
"Feel how much better this feels, my angel? Your aching balls are finally getting the relief they need!",
"Just let me take care of those sensitive balls for you... I promise you'll feel so much lighter soon, my love.",
"I'm gently massaging those aching parts for you... Time for Grandma to bring you some wonderful release, sweetheart."
]))>>
<<= window.Game.vid($LINKS.events + "sanc sleep/" + $act + "/cum.mp4")>>
<<= window.Game.lvlText("gm","main",
window.Game.rngText([
"Oh my goodness, look at you! You came so powerfully! Your cock is shining with such a beautiful load, sweetheart.",
"Wow, my sweet baby! You really emptied yourself for Grandma! See how thick and lovely your cum is!",
"You came so strong, my darling! It makes Grandma so incredibly happy knowing I could take such good care of your handsome cock.",
"Look at that glorious stream, honey! You really gave it to me all! I feel so proud I could help you feel this amazing!",
"Goodness! What a magnificent climax! Your cock filled me up with such a rich, wonderful sample, sweetheart.",
"You let it all out, my treasure! Isn't it amazing? I'm so glad I could give your cock such wonderful pleasure!",
"See how much you enjoyed it? You poured everything out! I love seeing my handsome boy so fully relaxed and satisfied!",
"My heart is so full watching you climax like that! Thank you for letting Grandma pamper your perfect cock, darling."
]))>>
<<= window.Game.vid($LINKS.events + "sanc sleep/" + $act + "/post.mp4")>>
<<= window.Game.stat("cb",50)>>
<<= window.Game.stat("hp",50)>>
<<set $NPC.gm.exp += 2>>
<<= window.Game.npchp("gm", 2)>
<div class = "options">
<<= window.Game.goToLoc("Get up", 0, "sancHome", 0)>>
</div>
<</if>>
<<elseif $act === "gm bj1">>
<<if $step = 1>>
<<run Game.sleep("sleep")>>
<div class="story-text"> You start having a strange dream. </div><br>
<<= window.Game.vid($LINKS.events + "sanc sleep/" + $act + "/1.mp4")>>
<div class="story-text"> Your body starts instinctively thrusting, enjoying the sensations. </div><br>
<<= window.Game.vid($LINKS.events + "sanc sleep/" + $act + "/2.mp4")>>
<div class="story-text"> What an amazing dream. </div><br>
<<= window.Game.vid($LINKS.events + "sanc sleep/" + $act + "/3.mp4")>
<div class = "options">
<<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>>
</div>
<<elseif $step = 2>>
<<= window.Game.vid($LINKS.events + "sanc sleep/" + $act + "/4.mp4")>>
<div class="story-text"> Are you having a wet dream? </div><br>
<<= window.Game.vid($LINKS.events + "sanc sleep/" + $act + "/5.mp4")>>
<<= window.Game.vid($LINKS.events + "sanc sleep/" + $act + "/cum.mp4")>>
<div class="story-text"> DId you just cum? It felt so real..and there's no stains. </div><br>
<<= window.Game.stat("cb",50)>>
<<= window.Game.stat("hp",50)>>
<<set $NPC.gm.exp += 3>>
<<= window.Game.npchp("gm", 3)>
<div class = "options">
<<= window.Game.goToLoc("Wake up", 0, "sancHome", 0)>>
</div>
<</if>>
<<else>>
<<set $act = "hj1">>
<<run Engine.play(State.passage)>>
<</if>>
</div> <div class="main">
<h1> <<print $NPC.gm.name>> </h1><br>
<div class="options">
<<if $NPC.gm.lvl >= 3>>
<<= window.Game.goToLoc("Spend time with her getting all your cum milked (8 hours)", 0, "gm acts", -75, ["time1","time2","time3"], 1)>>
<</if>>
</div>
<<set $act = "bj1">>
<<if $act === "time1">>
<<if $step === 1>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Aww, you really want to spend that much time with me? Come here, sweetheart. I’ll make you forget all about feeling sick.",
"Oh, honey, you really want to stay with me that long? Let me spoil you until that sickness is the furthest thing from your mind.",
"Aww, my darling, all that time just for me? I’ll take such wonderful care of you that you’ll forget you were ever feeling poorly.",
"Oh, sweetheart, you really want me all to yourself for that long? Then let me pamper you until every worry about your sickness disappears.",
"Aww, honey, you want to stay with me for all that time? You just relax and let me make you forget everything except how good it feels to be cared for.",
"My sweet baby, you really want to spend that long with me? Then I’m going to spoil you until you can’t even remember what was bothering you.",
"Oh, darling, all that time together sounds wonderful. Let me take care of you until that nasty sickness feels a million miles away.",
"Aww, sweetheart, you really want that much time with me? Then settle in, because I’m going to make you forget every little worry you came here with.",
"Oh, honey, you want me taking care of you for that long? I’ll make sure my darling forgets all about feeling sick.",
"Aww, my love, you really want to stay with me that long? Then let me fuss over you until your sickness is the very last thing on your mind."
]))>>
<<= window.Game.goToLoc("Next", 240, State.passage, 0, $act, 2)>>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.gm + $act + "/1." + window.Game.rng(1,2) + ".mp4")>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Yes, baby, use Grandma’s pussy. Let it take such good care of that cock for you.",
"That’s it, sweetheart, enjoy my pussy. Let Grandma take care of your cock just the way you need.",
"Yes, honey, give me that cock and use my pussy. Let me make sure my baby is properly taken care of.",
"Go ahead, baby, lose yourself in Grandma’s pussy. Let it pamper that needy cock of yours.",
"Yes, sweetheart, use my pussy all you want. Grandma wants that cock to feel completely cared for.",
"That’s right, honey, let my pussy take care of your cock. You just enjoy what Grandma gives you.",
"Yes, my sweet baby, give that cock to my pussy. Let Grandma make sure it gets all the attention it deserves"
]))>>
<<= window.Game.vid($LINKS2.gm + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Grandma keeps milking your cock, drawing more and more from you.",
"Grandma continues milking your cock, coaxing more from you with every moment.",
"Grandma keeps working your cock, milking more and more out of you.",
"Grandma refuses to stop, continuing to milk your cock for more.",
"Grandma keeps milking your cock relentlessly, determined to draw out even more.",
"Grandma continues tending to your cock, milking you more and more.",
"Grandma keeps your cock under her attention, steadily milking more from you.",
"Grandma continues milking your cock, eagerly coaxing more and more out.",
"Grandma keeps going, milking your cock for every bit more she can get.",
"Grandma continues her relentless milking, drawing more and more from your cock."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/3." + window.Game.rng(1,3) + ".mp4")>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"I'm gonna squeeze every last bit of that filthy cum out of my baby.",
"Grandma's going to squeeze every drop of that dirty cum out of you, baby.",
"I'm getting every last bit of that filthy cum out of my sweet baby.",
"That's it, baby. Grandma's going to squeeze all that filthy cum right out of you.",
"I'm not leaving a single drop of that dirty cum inside my baby.",
"Grandma wants every last bit of that filthy cum squeezed out of her baby.",
"I'm going to keep squeezing until my baby gives me every drop of that filthy cum"
]))>>
<<= window.Game.vid($LINKS2.gm + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Time seems to blur as you cum over and over, lost in a constant state of bliss that only your grandma can give you.",
"Time loses all meaning as you cum again and again, surrendering to the endless bliss only your grandma knows how to give you.",
"The hours seem to melt together as you keep cumming, trapped in a haze of pleasure that only your grandma can create.",
"Everything becomes a blur as you cum over and over, floating in an intoxicating state of bliss that only your grandma can provide.",
"You completely lose track of time as climax after climax washes over you, each one reminding you of the unique bliss only your grandma gives you.",
"Minutes and hours become meaningless as you keep cumming, consumed by the relentless pleasure only your grandma can bring you.",
"Time fades into nothing as you cum again and again, your mind lost in the continuous bliss that only your grandma knows how to give.",
"One climax blends into the next until time itself seems meaningless, leaving you immersed in the bliss only your grandma can provide.",
"The world outside seems to disappear as you keep cumming over and over, completely lost in your grandma's endless gift of bliss.",
"Time becomes an indistinct haze as you surrender to climax after climax, experiencing a constant state of pleasure that only your grandma can give you."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/5." + window.Game.rng(1,3) + ".mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She keeps you right on the edge by constantly switching things up, never giving your cock a chance to rest or adjust.",
"She keeps changing her rhythm, holding you helplessly on the edge while your cock never gets a moment to recover.",
"Every time your cock starts getting used to one sensation, she changes things up and sends you straight back to the edge.",
"She refuses to let your cock settle into a rhythm, constantly surprising you and keeping you trembling on the brink.",
"She keeps you hovering dangerously close to the edge, changing her approach before your cock can ever grow accustomed to it.",
"Your cock never gets the chance to relax as she relentlessly varies the stimulation, keeping you perpetually on the verge.",
"She expertly mixes things up whenever your cock begins to adjust, denying it any rest and keeping you trapped on the edge.",
"Just when your cock thinks it knows what's coming, she changes everything, keeping you desperate and impossibly close to the edge.",
"She never lets your cock become comfortable, shifting sensations again and again until you're constantly teetering on the brink.",
"She keeps your cock guessing without a moment of rest, changing things up relentlessly so you remain helplessly balanced on the edge."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/6.mp4")>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"More, baby, more. Grandma has to milk every last drop of cum from those balls, honey.",
"Keep giving Grandma more, sweetheart. We need to squeeze every precious drop of cum from your balls.",
"More for Grandma, baby. I want every last drop of cum milked from those needy balls of yours.",
"That's it, honey, keep going. Grandma isn't stopping until she's milked every drop of cum from your balls.",
"Give me more, baby. Grandma has to make sure those balls are completely emptied for you.",
"More, sweetheart, more. Let Grandma milk those balls until you've given me every last drop of cum."
]))>>
<<= window.Game.goToLoc("You get milked more and more", 180, State.passage, 0, $act, 3)>>
<<elseif $step === 3>>
<div class="story-text">
<<= window.Game.rngText([
"Your balls tighten, growing emptier and emptier as your cock gets pumped harder and harder by your own grandmother.",
"Your balls draw tighter with every moment, steadily emptying as your grandmother keeps pumping your cock more and more.",
"With each relentless pump from your grandmother, your balls tighten further, feeling emptier and emptier.",
"Your cock keeps getting pumped by your own grandmother as your tightening balls are gradually drained more and more.",
"Your balls pull tighter against you, growing increasingly empty while your grandmother continues pumping your cock without letting up."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/7.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"With the last bit of cum you have left, you cum deep inside your grandmother's mature pussy.",
"With almost nothing left to give, you spend your final drops inside your grandmother's mature pussy.",
"Your body gives up its last bit of cum as you finish inside your grandmother's mature pussy.",
"Drained nearly empty, you finally release the last of your cum inside your grandmother's mature pussy.",
"With one final climax, you empty what little cum remains deep inside your grandmother's mature pussy.",
"Your exhausted body manages one last release, leaving the final drops of your cum inside your grandmother's mature pussy.",
"With your balls nearly empty, you surrender the last of your cum inside your grandmother's mature pussy."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/8.mp4")>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"So much cum from my growing baby. We must've done such a wonderful job getting all of that out, sweetie. Thank you for being so strong for Grandma.",
"My goodness, baby, look how much cum you gave Grandma. We must've taken very good care of you to get that much out. Thank you for being so strong, sweetheart.",
"Aww, that's so much cum from my baby. Grandma and her sweetheart must've done an amazing job together. Thank you for being so strong for me, honey.",
"Oh, sweetie, you gave Grandma so much cum. We must've done wonderfully to get all of that out of you. I'm so proud of how strong you were for me."
]))>>
<<= window.Game.stat("cb",100)>>
<<= window.Game.stat("hp",100)>>
<<= window.Game.npcExp("gm", $RATES.exp.sex * 2)>>
<<= window.Game.npchp("gm", 100)>
<div class = "options">
<<= window.Game.goToLoc("You recover", 60, "sanc", 0)>>
</div>
<<elseif $act === "time2">>
<<if $step === 1>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Aww, you really want to spend that much time with me? Come here, sweetheart. I’ll make you forget all about feeling sick.",
"Oh, honey, you really want to stay with me that long? Let me spoil you until that sickness is the furthest thing from your mind.",
"Aww, my darling, all that time just for me? I’ll take such wonderful care of you that you’ll forget you were ever feeling poorly.",
"Oh, sweetheart, you really want me all to yourself for that long? Then let me pamper you until every worry about your sickness disappears.",
"Aww, honey, you want to stay with me for all that time? You just relax and let me make you forget everything except how good it feels to be cared for.",
"My sweet baby, you really want to spend that long with me? Then I’m going to spoil you until you can’t even remember what was bothering you.",
"Oh, darling, all that time together sounds wonderful. Let me take care of you until that nasty sickness feels a million miles away.",
"Aww, sweetheart, you really want that much time with me? Then settle in, because I’m going to make you forget every little worry you came here with.",
"Oh, honey, you want me taking care of you for that long? I’ll make sure my darling forgets all about feeling sick.",
"Aww, my love, you really want to stay with me that long? Then let me fuss over you until your sickness is the very last thing on your mind."
]))>>
<<= window.Game.goToLoc("You get milked more and more", 240, State.passage, 0, $act, 2)>>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.gm + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Grandma is willing to use every part of her body to make you cum, even her tits.",
"Grandma will use anything she has to bring you over the edge, including her tits.",
"Nothing is off-limits when Grandma wants to make you cum. Not even her tits.",
"Grandma is determined to make you finish, happily putting every part of her body to use, including her tits.",
"Whatever it takes to make you cum, Grandma is willing to use it, even her tits.",
"Grandma eagerly explores every way her body can make you cum, including putting her tits to work.",
"Every part of Grandma's body is yours to enjoy if it helps make you cum, including her tits.",
"Grandma isn't shy about using her whole body to make you finish, and her tits are no exception.",
"From head to toe, Grandma is willing to use her body however she can to make you cum, even her tits.",
"Grandma will gladly put every part of herself to work for your pleasure, including using her tits to make you cum."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/2.mp4")>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Such thick cum, baby... but that only means there’s plenty more left in my baby’s balls.",
"My goodness, sweetheart, your cum is so thick... Grandma knows that means those balls still have plenty more for me.",
"Aww, baby, look how thick your cum is. Those balls of yours must still be holding so much more for Grandma.",
"Oh, honey, such wonderfully thick cum... and I just know my baby’s balls still have plenty left to give.",
"Mmm, sweetheart, your cum is so thick. That tells Grandma there’s still so much more waiting in those balls.",
"Goodness, baby, such thick cum from you... those full little balls must have plenty more saved up for Grandma."
]))>>
<<= window.Game.vid($LINKS2.gm + $act + "/3." + window.Game.rng(1,2) + ".mp4")>>
<div class="story-text">
<<= window.Game.rngText([
She makes sure to stimulate you as much as possible, making each climax harder than the last as your balls grow lighter and lighter.",
"She keeps the stimulation relentless, pushing you into stronger and stronger orgasms while your balls feel progressively lighter.",
"She gives you every bit of stimulation she can, making you cum harder each time as your balls become emptier and emptier.",
"She relentlessly stimulates you, determined to make every release more intense while your balls steadily grow lighter.",
"She keeps you overwhelmed with stimulation, each orgasm hitting harder as more and more is drained from your balls.",
"She refuses to let the stimulation fade, driving you into increasingly powerful climaxes as your balls become lighter with every release.",
"She stimulates you from every angle she can, making each successive orgasm feel stronger as your balls are gradually emptied.",
"She keeps the pleasure constant and intense, making you cum harder and harder while your balls grow lighter after every climax.",
"She pours all her attention into stimulating you, pushing each release further as your balls become increasingly empty.",
"She keeps you intensely stimulated without letting up, making every orgasm more powerful as your balls feel lighter and lighter."
])>><br><br>
</div>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Yes, baby, cum for me. I’ll press your prostate just right and make you cum even harder, dear.",
"That’s it, sweetheart, cum for Grandma. Let me press your prostate and make that climax even stronger for you.",
"Yes, honey, give Grandma a nice hard cum. I’ll stimulate your prostate and make every pulse feel even more intense.",
"Go ahead and cum, baby. Grandma will press your prostate just the way you like so you can cum even harder.",
"That’s my baby. Cum for me, sweetheart. Let Grandma work your prostate and make your release as powerful as possible.",
"Yes, dear, let yourself cum. I’ll keep pressing your prostate so Grandma’s baby can enjoy an even harder climax."
]))>>
<<= window.Game.vid($LINKS2.gm + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Time seems to blur as you cum over and over, lost in a constant state of bliss that only your grandma can give you.",
"Time loses all meaning as you cum again and again, surrendering to the endless bliss only your grandma knows how to give you.",
"The hours seem to melt together as you keep cumming, trapped in a haze of pleasure that only your grandma can create.",
"Everything becomes a blur as you cum over and over, floating in an intoxicating state of bliss that only your grandma can provide.",
"You completely lose track of time as climax after climax washes over you, each one reminding you of the unique bliss only your grandma gives you.",
"Minutes and hours become meaningless as you keep cumming, consumed by the relentless pleasure only your grandma can bring you.",
"Time fades into nothing as you cum again and again, your mind lost in the continuous bliss that only your grandma knows how to give.",
"One climax blends into the next until time itself seems meaningless, leaving you immersed in the bliss only your grandma can provide.",
"The world outside seems to disappear as you keep cumming over and over, completely lost in your grandma's endless gift of bliss.",
"Time becomes an indistinct haze as you surrender to climax after climax, experiencing a constant state of pleasure that only your grandma can give you."
])>><br><br>
</div>
<<= window.Game.goToLoc("She keeps draining your balls", 180, State.passage, 0, $act, 3)>>
<<elseif $step === 3>>
<div class="story-text">
<<= window.Game.rngText([
"Grandma is relentless, keeping you trapped in that hypersensitive post-cumming state as she uses her body to coax more and more cum from your cock.",
"Grandma never lets the sensitivity fade, using her body relentlessly as your cock keeps pumping out more and more cum.",
"She refuses to give your oversensitive cock a moment of rest, keeping you overwhelmed while Grandma draws more cum from you.",
"Grandma keeps you helplessly hypersensitive after every climax, using every part of herself to make your cock keep pumping out more.",
"Your post-cumming sensitivity only encourages Grandma, who relentlessly uses her body to coax more and more cum from your throbbing cock.",
"Grandma keeps you suspended in unbearable sensitivity, never letting your cock recover before making it pump out even more cum.",
"She relentlessly works your hypersensitive cock after each release, using her body to keep drawing more and more cum from you.",
"Grandma refuses to let you come down from the pleasure, keeping your cock hypersensitive as she makes it pump out more with every round.",
"Every climax leaves your cock more sensitive, and Grandma eagerly takes advantage, using her body to keep coaxing more cum from you."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/5." + window.Game.rng(1,2) + ".mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Time seems to slow as she keeps you trapped in the forbidden thrill of being milked by your own grandma for hours on end.",
"Hours begin to feel endless as she makes you surrender to the taboo pleasure of your own grandma relentlessly milking you.",
"Time almost stands still while she keeps you immersed in the shameless, incestuous thrill of being milked by your grandma for hours.",
"Minutes stretch into hours as she refuses to let you escape the forbidden pleasure of your own grandmother steadily milking you.",
"The outside world fades away as your grandma keeps you consumed by the taboo intimacy of being milked by her for hour after hour.",
"Time becomes meaningless as she makes you embrace every forbidden second of your own grandmother milking you endlessly."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/6.mp4")>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Wow, how do you still have so much cum left even after fucking Grandma’s pussy? Oh well, honey... that just means there’s even more for me to take care of.",
"My goodness, baby, you still have that much cum after fucking Grandma’s pussy? I suppose Grandma has plenty more taking care of you to do.",
"Oh my, sweetheart, how can you possibly have so much cum left after giving Grandma’s pussy all that attention? Looks like I’m not finished caring for you yet.",
"Goodness, honey, there’s still so much cum left after fucking Grandma’s pussy? Well, Grandma certainly isn’t going to let all that go unattended.",
"Aww, baby, you still have more cum for me even after fucking Grandma’s pussy? Then I suppose I’ll just have to keep taking care of you.",
"Wow, sweetheart, Grandma’s pussy still didn’t get all that cum out of you? Oh well... more for Grandma to lovingly take care of.",
"My goodness, baby, after all that fucking you still have so much cum left? Grandma clearly has a lot more work to do taking care of her sweetheart."
]))>>
<<= window.Game.vid($LINKS2.gm + $act + "/7." + window.Game.rng(1,3) + ".mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your grandma forces out the last of what you have left, your cock throbbing and pulsing one final time before exhaustion takes over.",
"Your grandmother draws out your remaining sperm as your cock gives one last series of throbs before your exhausted body finally gives in.",
"Grandma pushes you for everything you have left, your cock pulsing one final time as the last of your strength disappears.",
"Your grandma forces the last remnants from you, your cock throbbing through one final release before exhaustion completely overwhelms you.",
"With almost nothing left, your grandmother draws out the remainder as your cock gives its final desperate pulses before going completely spent.",
"Grandma gets the very last of your remaining sperm, your cock throbbing weakly one final time before exhaustion finally wins.",
"Your grandmother keeps going until there's nothing left, your cock pulsing through its final release as your exhausted body begins to surrender.",
"Grandma forces out everything you have left, each final throb of your cock growing weaker until exhaustion completely takes hold.",
"Your remaining sperm is forced out by your grandmother as your cock gives one last sequence of helpless pulses before your body becomes utterly exhausted.",
"Grandma draws out the final remnants, your cock throbbing and pulsating through one last release before you become completely spent.",
"Your grandmother pushes your exhausted body to its limit, forcing out what little remains as your cock pulses one final time."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.gm + $act + "/8.mp4")>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Thank you so much, baby. You did wonderfully. Grandma loves you, honey, and I hope you enjoyed every moment with me as much as I enjoyed being with you.",
"Aww, thank you, sweetheart. You did such a wonderful job. I love you dearly, and I hope our time together made you every bit as happy as it made me.",
"Thank you, my sweet baby. You were absolutely wonderful for me. I love you, honey, and I hope you loved spending this time with Grandma too.",
"Oh, sweetheart, thank you so much. You did amazingly. Grandma loves you more than you know, and I hope you enjoyed being with me just as much as I enjoyed you.",
"Aww, honey, you did so wonderfully for Grandma. Thank you, baby. I love you, and I hope every moment together felt as special to you as it did to me.",
"Thank you, darling. You were absolutely amazing. Grandma loves you, sweetheart, and I hope you enjoyed our special time together every bit as much as I did.",
"My sweet baby, thank you. You did such an amazing job for me. I love you, honey, and I hope being with Grandma made you feel just as wonderful as you made me feel.",
"Aww, baby, you were wonderful. Thank you for spending this time with Grandma. I love you dearly, and I hope you enjoyed every second as much as I did.",
"Oh, honey, thank you so much. You did beautifully. Grandma loves you, and nothing would make me happier than knowing you enjoyed our time together just as much as I did.",
"Thank you, my darling baby. You did absolutely amazing. I love you so much, honey, and I hope you treasured being with Grandma as much as Grandma treasured being with you."
]))>>
<<= window.Game.vid($LINKS2.gm + $act + "/post.mp4")>>
<<= window.Game.lvlText("gm","main"
,window.Game.rngText([
"Mhmm, delicious. I love the taste of my baby's nasty cum. That means I did a good job taking care of you, doesn't it, honey?",
"Mmm, so delicious, baby. I just love tasting that nasty cum of yours. That's your way of telling me I did wonderfully, right, sweetheart?",
"Mhmm, honey, your nasty cum tastes delicious. I must've taken very good care of my baby to earn all of that, didn't I?",
"Mmm, delicious, sweetheart. I love tasting my baby's filthy cum. That tells me I pleased you just right, doesn't it, honey?",
"Oh, mhmm, that's delicious, baby. I adore the taste of your nasty cum. I did a wonderful job for my sweetheart, didn't I?",
"Mmm, honey, I could savor the taste of my baby's nasty cum forever. That's how I know I took good care of you, right?"
]))>>
<<= window.Game.stat("cb",100)>>
<<= window.Game.stat("hp",100)>>
<<= window.Game.npcExp("gm", $RATES.exp.sex * 2)>>
<<= window.Game.npchp("gm", 100)>
<div class = "options">
<<= window.Game.goToLoc("You rest before leaving", 60, "sanc", 0)>>
</div>
<<else>>
<<set $act = "">>
<<goto $YOU.loc>>
<</if>>
</div><div class="main">
<h1> Sanctuary </h1><br>
<<if $act === "blondeBj1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"With a perfect view of her musky pussy, she wraps her juicy mouth around your cock and strokes you with her lips and tongue.",
"Her musky pussy stays on full display while her wet mouth works your cock with slow, eager strokes.",
"You stare at her exposed pussy as she uses her warm, juicy mouth to stroke your cock again and again.",
"With her musky pussy right in your view, she slides her wet lips along your cock and works you with her mouth.",
"Her pussy fills your view while her slick, eager mouth strokes your cock with every movement of her lips and tongue.",
"You enjoy the intimate view of her musky pussy as she works your cock with her soft, juicy mouth.",
"She keeps her pussy displayed for you while her wet lips stroke along your cock, teasing you with every pass.",
"With her musky pussy exposed in front of you, she eagerly works your cock using her warm, slippery mouth.",
"Your eyes stay fixed on her pussy while her juicy lips and tongue stroke your cock and keep you completely worked up.",
"She gives you a full view of her musky pussy as her wet mouth slides along your cock, stroking you with every movement."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/2.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She refuses to let you cum anywhere but in her mouth, getting off on every second she spends sucking your cock.",
"She won’t allow your cum to end up anywhere except her mouth, loving every moment she gets to keep sucking your cock.",
"She makes it clear your cum belongs in her mouth, growing more turned on the longer she sucks your cock.",
"She refuses to let you finish anywhere else, eagerly keeping your cock in her mouth because sucking you turns her on so much.",
"She insists on taking every drop in her mouth, practically getting herself off just from sucking your cock.",
"She won’t even consider letting you cum somewhere else, too obsessed with sucking your cock and swallowing everything you give her.",
"She keeps your cock buried in her mouth, determined to catch your entire load while getting more aroused from sucking you.",
"She refuses to stop until you cum directly in her mouth, completely turned on by the feeling of sucking your cock.",
"She makes sure your only place to finish is inside her mouth, eagerly sucking your cock because the act itself gets her off.",
"She won’t let a single drop go anywhere but her mouth, happily sucking your cock while getting increasingly turned on herself."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/post.mp4")>>
<<= window.Game.areaHp(5, "sanc")>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sanc", 0)>></div>
<</if>>
<<elseif $act === "blondeSex1">>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You fuck her tight, wet pussy as she moans eagerly, desperate to finally feel your cum inside her.",
"You keep pounding her soaked pussy while she moans beneath you, eagerly waiting for the moment you finally give her your cum.",
"Her tight pussy clenches around you as she moans hungrily, hoping you’ll finally fill her with your cum.",
"You thrust into her wet pussy again and again while she eagerly moans, aching to finally receive your load.",
"She moans louder as you fuck her tight, slippery pussy, desperately hoping this is the moment you finally cum for her.",
"You keep driving into her soaked pussy as she eagerly takes every thrust, waiting impatiently for your cum.",
"Her wet pussy grips you tightly while she moans with anticipation, wanting nothing more than to finally feel you release.",
"You fuck her tight pussy relentlessly as her eager moans reveal just how badly she wants your cum.",
"She eagerly moans beneath you while you pound her wet pussy, hoping you’ll finally give her the release she’s been waiting for.",
"You keep fucking her slick, tight pussy as she moans desperately, craving the moment you finally cum inside her."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/cum.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She refuses to let you cum anywhere but in her mouth, getting off on every second she spends sucking your cock.",
"She won’t allow your cum to end up anywhere except her mouth, loving every moment she gets to keep sucking your cock.",
"She makes it clear your cum belongs in her mouth, growing more turned on the longer she sucks your cock.",
"She refuses to let you finish anywhere else, eagerly keeping your cock in her mouth because sucking you turns her on so much.",
"She insists on taking every drop in her mouth, practically getting herself off just from sucking your cock.",
"She won’t even consider letting you cum somewhere else, too obsessed with sucking your cock and swallowing everything you give her.",
"She keeps your cock buried in her mouth, determined to catch your entire load while getting more aroused from sucking you.",
"She refuses to stop until you cum directly in her mouth, completely turned on by the feeling of sucking your cock.",
"She makes sure your only place to finish is inside her mouth, eagerly sucking your cock because the act itself gets her off.",
"She won’t let a single drop go anywhere but her mouth, happily sucking your cock while getting increasingly turned on herself."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/post.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.areaHp(5, "sanc")>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sanc", 0)>></div>
<<elseif $act === "brunetteBj1">>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She sucks your cock slowly, letting her juicy lips tease your glans while you grind against her warm tongue.",
"Her wet lips wrap around your cock, stimulating the sensitive head as your glans rubs eagerly along her tongue.",
"She keeps sucking you, using her slick lips to tease your glans while your cock presses and slides over her tongue.",
"Her juicy lips work around the head of your cock as you rub your sensitive glans back and forth against her tongue.",
"She sucks your cock eagerly, focusing her wet lips on your glans while her tongue stays pressed firmly against you.",
"Your cock slides between her wet lips as she stimulates your glans, letting you grind against the softness of her tongue.",
"She wraps her juicy mouth around your cock, teasing the glans with her lips while you rub yourself across her tongue.",
"Her lips squeeze around your sensitive cockhead as she sucks you, keeping her tongue underneath for you to grind against.",
"She works your cock with her wet mouth, stimulating your glans with every movement while your shaft slides over her tongue.",
"Her juicy lips massage the head of your cock as she sucks, letting you press and rub your glans against her slick tongue."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You feel your balls tense in her hands as you get dangerously close to cumming, and she clearly has no intention of stopping until every drop of sperm is in her mouth.",
"Your balls tighten beneath her hands as your climax builds, but she keeps going, obviously determined to catch all of your sperm in her mouth.",
"You feel your balls draw tight in her grip as you near the edge, while she eagerly refuses to stop until your entire load ends up in her mouth.",
"Your balls tense harder in her hands as you get closer to cumming, and she keeps working you with one goal, taking every drop of sperm into her mouth.",
"You can feel your balls tightening as your orgasm approaches, but she only becomes more determined to keep going until all your sperm belongs in her mouth.",
"Your balls tense beneath her fingers as you struggle to hold back, and she clearly plans to keep going until you finally empty every drop into her mouth.",
"As your balls tighten in her hands and your climax gets closer, she refuses to let up, desperate to have your entire load in her mouth.",
"You feel your balls tense sharply as you near your breaking point, while she continues relentlessly, unwilling to stop before every drop of sperm is in her mouth.",
"Your balls tighten under her touch as you get closer and closer to cumming, and she makes it obvious she won’t stop until she has swallowed your entire load.",
"You feel the pressure building as your balls tense in her hands, but she keeps going eagerly, determined to take all of your sperm straight into her mouth."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.areaHp(5, "sanc")>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sanc", 0)>></div>
<<elseif $act === "brunetteSex1">>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You have the perfect view of her ass as your cock disappears again and again into her tight, soaking-wet pussy.",
"Her ass fills your view while your cock repeatedly vanishes deep inside her slick, tight pussy.",
"You watch her ass move with every thrust as your cock keeps disappearing into her wet, gripping pussy.",
"From behind, you get an irresistible view of her ass while your cock slides over and over into her tight, drenched pussy.",
"Her ass rocks in front of you as your cock repeatedly sinks deep into her warm, wet pussy.",
"You stare at her gorgeous ass while your cock disappears inside her slick pussy with every deep thrust.",
"Her ass bounces with each movement as your cock repeatedly plunges into her tight, soaking pussy.",
"You enjoy the perfect view from behind while your cock keeps vanishing deep into her wet, snug pussy.",
"Her ass stays right in your sights as your cock slides in and out of her tight, slippery pussy again and again.",
"You watch your cock disappear over and over beneath her ass, buried deep inside her wet, tightly gripping pussy."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She eagerly drops to her knees, clearly excited to taste every drop of your potent semen.",
"She sinks to her knees with an eager smile, obviously craving the taste of your thick, potent semen.",
"She quickly gets down on her knees, practically trembling with excitement at the thought of tasting your semen.",
"She kneels in front of you eagerly, making it obvious she can’t wait to taste your potent load.",
"She drops to her knees without hesitation, clearly desperate to get a taste of your rich, potent semen.",
"She eagerly kneels before you, her excitement obvious as she waits for the chance to taste your semen.",
"She gets down on her knees with a hungry look, clearly thrilled by the thought of tasting every bit of your potent cum.",
"She eagerly takes her place on her knees, barely able to hide how excited she is to taste your semen.",
"She kneels in front of you with obvious anticipation, clearly craving the taste of your thick, potent load.",
"She eagerly lowers herself to her knees, looking excited and impatient to finally taste your potent semen."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.areaHp(5, "sanc")>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sanc", 0)>></div>
<<elseif $act === "brunetteToy1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She keeps aggressively pumping your cock with the tight, textured fleshlight, clearly desperate to get your cum as quickly as possible.",
"She works the tight, textured fleshlight up and down your cock relentlessly, obviously eager to make you cum for her fast.",
"She pumps your cock harder and faster with the snug fleshlight, making it obvious she wants your cum as soon as she can get it.",
"The tight, textured fleshlight slides aggressively along your cock as she works you without slowing down, impatient for your cum.",
"She grips the fleshlight firmly and pumps your cock with frantic enthusiasm, clearly determined to make you cum as quickly as possible.",
"She relentlessly works your cock with the tight, textured sleeve, speeding up as her eagerness for your cum grows.",
"She keeps driving the snug fleshlight over your cock, aggressively pumping you while clearly trying to coax your cum out fast.",
"Her movements become rougher and quicker as she works the textured fleshlight over your cock, desperate to get you to cum.",
"She aggressively strokes your cock with the tight fleshlight again and again, obviously unwilling to stop until she gets your cum.",
"She pumps the textured fleshlight over your cock at a relentless pace, clearly obsessed with making you release as soon as possible."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/2.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The tight fleshlight becomes too much to handle, forcing you to unload every drop of semen deep inside it.",
"The intense pressure of the tight fleshlight finally overwhelms you, making you pump your entire load inside.",
"The fleshlight grips you so tightly that you can’t hold back any longer, forcing all your semen into its snug interior.",
"The tight, textured sleeve pushes you past your limit until you’re helplessly unloading your semen inside it.",
"The fleshlight becomes impossibly intense, leaving you no choice but to release your entire load deep into it.",
"The relentless tightness proves too much, and you’re forced to empty every bit of semen into the fleshlight.",
"The snug fleshlight overwhelms your control completely, making you unload hard inside its tight sleeve.",
"The pressure around your cock becomes unbearable until your body finally gives in and pumps all your semen inside.",
"The fleshlight squeezes you past the point of resistance, forcing you to release everything you’ve been holding back.",
"The tight sleeve finally breaks your control, leaving you helpless as you unload your entire supply of semen deep inside it."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/post.mp4")>>
<<= window.Game.areaHp(5, "sanc")>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sanc", 0)>></div>
<</if>>
<<elseif $act === "curvyTj1">>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She presses her voluptuous tits around your shaft, using their soft curves to stroke you slowly.",
"Her full, voluptuous tits squeeze around your shaft as she strokes you between them.",
"She wraps her soft tits around your shaft and works them up and down to pleasure you.",
"Her voluptuous breasts press tightly against your shaft as she rhythmically strokes you with them.",
"She uses the softness of her full tits to stroke your shaft, squeezing you between her cleavage.",
"Her thick, voluptuous tits slide along your shaft as she eagerly works you between them.",
"She presses her breasts together around your shaft, stroking you with the soft pressure of her tits.",
"Her voluptuous tits envelop your shaft as she moves them steadily up and down around you.",
"She nestles your shaft between her full breasts and strokes you with slow, deliberate movements.",
"Her soft, voluptuous tits squeeze and slide along your shaft, working you between their warm curves."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You cum across her big tits, coating their soft curves with your release.",
"You unload over her full breasts, leaving her big tits covered in your cum.",
"Your cum splashes across her voluptuous tits, coating them in your release.",
"You finish all over her big breasts, marking their soft curves with your cum.",
"You release across her full tits, leaving them slick and coated with your cum.",
"Your load spills over her big tits, covering them in a thick layer of your release.",
"You cum heavily across her voluptuous breasts, coating them from curve to curve.",
"You empty yourself over her big tits, leaving your cum spread across their soft surface.",
"Your release lands all over her full breasts, coating her big tits in your cum.",
"You finish across her voluptuous tits, leaving them thoroughly covered in your release."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.areaHp(5, "sanc")>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sanc", 0)>></div>
<<elseif $act === "femdom2Sex1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You feel her dildo grinding against your prostate with every movement as she rides your cock.",
"Each time she rides your cock, the dildo rubs firmly against your prostate, intensifying every thrust.",
"You feel the dildo pressing and sliding over your prostate while she keeps riding your cock.",
"With every rise and fall of her hips, the dildo massages your prostate as she rides you harder.",
"She rides your cock steadily while the dildo keeps rubbing against your prostate, making every movement feel even more intense.",
"You feel constant pressure from the dildo against your prostate as she moves up and down on your cock.",
"Every thrust of her hips makes the dildo drag across your prostate while she continues riding your cock.",
"She keeps riding you as the dildo repeatedly presses into your prostate, sending stronger sensations through you with every movement.",
"You feel the dildo working against your prostate in rhythm with every motion as she rides your cock.",
"As she rides your cock, the dildo keeps rubbing and pressing against your prostate, doubling the intensity of every thrust."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/2.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You feel your balls tighten as the dildo keeps relentlessly milking your prostate, while she refuses to give your cock even a second of rest from her pussy.",
"Your balls tense harder and harder as the dildo continues working your prostate, while her pussy keeps your cock trapped inside without a break.",
"You feel your balls drawing tight as the dildo repeatedly presses against your prostate and she keeps riding your cock without letting up.",
"Your balls tighten from the relentless prostate stimulation as she refuses to lift herself off your cock for even a moment.",
"You can feel your balls tensing as the dildo keeps milking your prostate, while her pussy continuously squeezes and works your cock.",
"Your balls pull tight as the dildo relentlessly massages your prostate and she keeps your cock buried inside her pussy without giving you any rest.",
"You feel the pressure building in your balls as the dildo refuses to stop working your prostate and she continues riding your cock nonstop.",
"Your balls tense sharply as every movement of the dildo milks your prostate, while she keeps your cock locked deep inside her pussy.",
"You feel your balls tightening uncontrollably as the dildo keeps stimulating your prostate and she refuses to let your cock escape her pussy.",
"Your balls draw tighter with every second as the dildo relentlessly works your prostate and she keeps riding your cock without giving you a single break."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/cum.mp4")>>
<<set $YOU.stateProstate = true>>
<<set $YOU.stateNoVision = true>>
<<= window.Game.stat("cb",$RATES.cb.sex + 5)>>
<<= window.Game.stat("hp",$RATES.cb.sex + 5)>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/post.mp4")>>
<<= window.Game.areaHp(5, "sanc")>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sanc", 0)>></div>
<</if>>
<<elseif $act === "femdomBj1">>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The femdom keeps you firmly on your knees as she thrusts the dildo into your ass, hitting your prostate with every stroke while her mouth works your cock.",
"She keeps you kneeling beneath her, pumping the dildo into your ass and stimulating your prostate again and again as she sucks your cock.",
"The femdom refuses to let you rise, driving the dildo against your prostate with every thrust while her lips stay wrapped around your cock.",
"She holds you obediently on your knees as she works the dildo deep into your ass, massaging your prostate while eagerly sucking you.",
"The femdom keeps you exactly where she wants you, kneeling as she thrusts the dildo against your prostate and pleasures your cock with her mouth.",
"She makes you stay on your knees while relentlessly pumping the dildo into your ass, each thrust stimulating your prostate as she sucks your cock.",
"The femdom keeps you kneeling and under her control, working the dildo against your prostate while her warm mouth continues pleasuring your cock.",
"She holds you down on your knees as the dildo repeatedly presses into your prostate, never stopping as she eagerly sucks your cock.",
"The femdom keeps you submissively kneeling while she thrusts the dildo deeper into your ass, teasing your prostate with every movement as she works your cock with her mouth.",
"She refuses to let you leave your knees, rhythmically pumping the dildo against your prostate while keeping your cock buried in her mouth."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Unable to see, you can only feel the steady pressure against your prostate while her juicy lips and tongue stroke your cock.",
"With your vision taken away, every sensation feels stronger. The pressure on your prostate and her wet lips and tongue working your cock.",
"You can’t see what she’s doing, leaving you completely focused on the pressure against your prostate and the slick movements of her mouth around your cock.",
"Unable to watch, you feel every push against your prostate while her juicy lips and tongue stroke your cock with relentless attention.",
"With nothing to see, your senses lock onto the pressure building against your prostate and the warm, wet feeling of her lips and tongue on your cock.",
"You’re left blind to the action, forced to concentrate on each pulse of pressure against your prostate and every stroke of her wet mouth.",
"Unable to see her movements, you can only feel your prostate being stimulated while her juicy lips and tongue steadily work your cock.",
"Without sight to distract you, every bit of pressure against your prostate feels intensified as her lips and tongue stroke your cock.",
"You can’t see what comes next, only feel the deep pressure on your prostate and her slick tongue and lips moving over your cock.",
"Your vision is useless, leaving you completely absorbed in the pressure against your prostate and the wet, teasing strokes of her lips and tongue."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/cum.mp4")>>
<<set $YOU.stateProstate = true>>
<<set $YOU.stateNoVision = true>>
<<= window.Game.stat("cb",$RATES.cb.bj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.bj + 5)>>
<<= window.Game.areaHp(5, "sanc")>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sanc", 0)>></div>
<<elseif $act === "muscleBj1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She seems eager to make you cum as quickly as possible, especially after feeling just how full your balls are.",
"Feeling how heavy and full your balls are only makes her more determined to get your cum out of you fast.",
"She can tell how full your balls are, and the realization makes her even more eager to make you cum right away.",
"She feels the fullness in your balls and immediately becomes obsessed with making you release as quickly as she can.",
"Knowing how packed your balls feel makes her work even harder, clearly desperate to make you cum fast.",
"She notices how full your balls are and eagerly focuses on getting every bit of that built-up cum out of you.",
"The moment she feels how full your balls are, she becomes even more impatient to push you toward a quick orgasm.",
"She seems thrilled by how full your balls feel, eagerly trying to make you cum before you can hold back much longer.",
"Feeling your heavy, loaded balls only excites her more, making her determined to bring you to release as quickly as possible.",
"She can practically feel how much cum you have built up, and it makes her eager to get you off as fast as she possibly can."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You have no choice but to cum as she stays on all fours, pumping your cock relentlessly with her mouth.",
"She keeps herself on all fours while her mouth works your cock so intensely that holding back becomes impossible.",
"With her down on all fours, she pumps your cock aggressively with her mouth until your body has no choice but to release.",
"She stays on all fours and works your cock with her wet mouth, refusing to slow down until you’re forced to cum.",
"Her mouth pumps your cock relentlessly while she remains on all fours, pushing you past the point where you can hold back.",
"You’re helpless to resist as she stays on all fours and works your cock with her mouth until your orgasm finally takes over.",
"She keeps pumping your cock with her mouth from all fours, working you so relentlessly that you can’t stop yourself from cumming.",
"With her body positioned on all fours, she uses her mouth to pump your cock harder and harder until your release becomes unavoidable.",
"She refuses to let up, staying on all fours as her mouth works your cock until you’re completely unable to hold back your cum.",
"You can only surrender to the sensation as she pumps your cock with her mouth on all fours, relentlessly driving you into orgasm."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/cum.mp4")>>
<<set $YOU.stateNoVision = true>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<div class="options"><<= window.Game.goToLoc("Leave?", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<div class="story-text">
<<= window.Game.rngText([
"You try to pull away after cumming, but she uses her strength to drag you right back, sucking your oversensitive cock even harder.",
"You attempt to escape after your orgasm, but her powerful arms pull you back as she immediately works your painfully sensitive cock with her mouth.",
"You barely start moving away before she grabs you with her muscular arms and pulls you back, sucking your post-cum cock even more intensely.",
"You try to retreat after finishing, but she easily overpowers you and keeps your sensitive cock trapped in her mouth, sucking harder than before.",
"You attempt to leave once you’ve cum, but she uses her strength to pull you straight back, eagerly attacking your hypersensitive cock with her mouth.",
"You start to back away after your release, only for her strong arms to drag you back as she keeps sucking your incredibly sensitive cock without mercy.",
"You try to get away after cumming, but she refuses to let you go, using her muscles to hold you close while she sucks your sensitive cock even harder.",
"You barely get a chance to recover before she pulls you back with her powerful grip and keeps working your oversensitive cock relentlessly with her mouth.",
"You attempt to escape the overwhelming sensation after cumming, but she drags you back and doubles down, sucking your tender cock harder than ever.",
"You try to pull yourself away after your orgasm, but her muscular grip keeps you right where she wants you as she relentlessly sucks your post-cum sensitive cock."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/post1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You try to squirm away again, but she playfully pulls you back, sucking your cock even harder as the overwhelming sensations of her mouth take over.",
"You instinctively pull back from the intensity, but she draws you close again and works your cock even harder until the pleasure becomes impossible to resist.",
"You try to retreat from the overwhelming stimulation, but she eagerly pulls you back and keeps sucking harder as you surrender to the sensations.",
"You squirm away from her mouth for a moment, only for her to pull you close again and intensify every stroke until the pleasure overwhelms you.",
"You attempt to catch a break, but she teasingly draws you back and sucks your cock even harder as the unbearable pleasure washes over you.",
"You start pulling away from the intensity again, but she eagerly brings you back and doubles her efforts until you can barely handle the sensations.",
"You squirm backward from the overwhelming pleasure, but she pulls you close again and works your sensitive cock even harder with her mouth.",
"You try to escape the intensity for just a second, but she teasingly pulls you back and keeps sucking until you completely succumb to the pleasure.",
"You instinctively recoil from the overwhelming sensations, but she draws you back in and sucks even harder until all you can do is surrender to her mouth.",
"You try to pull away from the unbearable pleasure once more, but she eagerly brings you back and intensifies her sucking until the sensations completely overwhelm you."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/post2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You finally give up trying to escape and let her have her way with your cock, enduring the overwhelming pleasure while your balls begin filling back up for next time.",
"You stop resisting and surrender your cock completely to her, enduring every intense sensation as your body starts preparing another load for next time.",
"You finally quit trying to get away, letting her do whatever she wants with your cock while you endure the relentless pleasure and your balls slowly replenish.",
"You surrender completely and let her keep working your cock however she pleases, overwhelmed by the intense pleasure as your body begins building up cum again.",
"You give up trying to resist and simply let her enjoy your cock, enduring the unbearable stimulation while your balls start preparing for your next release.",
"You finally accept that she isn’t stopping and let her have her way, enduring every overwhelming sensation as your balls begin filling up again for next time.",
"You stop struggling and surrender yourself to her relentless attention, letting her keep pleasuring your cock while your body slowly starts building another load.",
"You give in completely, allowing her to keep using your cock while you endure the intense pleasure and your balls gradually prepare more cum for next time.",
"You finally surrender to her and let her continue having her way with your cock, enduring the relentless sensations as your body begins replenishing itself.",
"You quit trying to escape and simply let her take control of your cock, overwhelmed by the pleasure while your balls start getting ready for another load."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/post3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/post4.mp4")>>
<<= window.Game.areaHp(5, "sanc")>>
<<= window.Game.npcExp("gm", 1, false)>>
<<= window.Game.stat("cb",100)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sanc", 0)>></div>
<</if>>
<<elseif $act === "muscleBj2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The muscular woman milks your cock with an aggressive, relentless rhythm that leaves you struggling to keep up.",
"She uses her strength to work your cock hard and fast, milking you with almost ruthless determination.",
"The muscular woman grips and pumps your cock with intense force, clearly intent on milking every bit of pleasure out of you.",
"She attacks your cock with powerful, aggressive strokes, using her strength to milk you as thoroughly as possible.",
"Her strong hands work your cock with relentless pressure, milking you with a rough intensity that never lets up.",
"The muscular woman pumps your cock forcefully, putting all of her strength into each stroke as she aggressively milks you.",
"She handles your cock with firm, commanding movements, milking you harder and faster with every passing second.",
"Her muscular arms drive a brutal rhythm over your cock, aggressively working you toward release.",
"She milks your cock with raw strength and determination, keeping the stimulation intense and unrelenting.",
"The muscular woman uses every bit of her power to stroke and milk your cock aggressively, refusing to ease up."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She uses her muscular strength to hold you steady while sucking your balls and rubbing your asshole hard.",
"Her powerful build keeps you firmly in place as she sucks your balls and rubs your asshole with intense pressure.",
"She uses her strength to control your body, sucking your balls eagerly while rubbing your asshole hard and relentlessly.",
"Her muscular arms keep you pinned as her mouth works your balls and her hand rubs your asshole with rough intensity.",
"She uses her powerful frame to keep you still while sucking your balls and pressing hard against your asshole.",
"Her strong body holds you exactly where she wants you as she sucks your balls and rubs your asshole aggressively.",
"She puts her muscular strength to work, keeping you firmly positioned while her mouth pleasures your balls and her hand works your asshole.",
"Her powerful grip keeps you from moving as she sucks your balls and rubs your asshole with firm, relentless pressure.",
"She uses her muscular build to dominate the pace, sucking your balls while rubbing your asshole harder and harder.",
"Her strength keeps you locked in place as she eagerly sucks your balls and works your asshole with intense, rough strokes."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She uses all her strength to stroke your dick hard while sucking you with the same aggressive intensity.",
"Her powerful hands pump your dick relentlessly while her mouth works you just as hard.",
"She grips your cock firmly and strokes it with brute force before taking it into her mouth and sucking aggressively.",
"She uses her muscular strength to work your dick hard and fast, alternating between rough strokes and intense sucking.",
"Her strong hands stroke your cock with relentless pressure while her mouth attacks it with equal enthusiasm.",
"She pumps your dick forcefully with her hands, then sucks it hard without giving you a moment to recover.",
"She puts all her strength into stroking your cock while using her mouth to keep the stimulation brutally intense.",
"Her muscular arms drive hard strokes over your dick while her mouth sucks you with fierce, determined energy.",
"She handles your cock aggressively, stroking it hard before wrapping her mouth around it and sucking with relentless force.",
"She uses every bit of her strength to stroke and suck your dick as hard as she can, keeping the pleasure intense and nonstop."
])>><br><br>
</div>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She sucks your cock while gripping your balls firmly and pressing an almost unnatural amount of pressure into your perineum.",
"Her mouth works your cock as one hand grips your balls and the other presses relentlessly against your sensitive perineum.",
"She keeps sucking your cock while squeezing your balls and driving intense pressure into your perineum at the same time.",
"Her lips stay wrapped around your cock as she grips your balls tightly and presses hard against your perineum with relentless force.",
"She sucks you aggressively, holding your balls in a firm grip while applying overwhelming pressure to your sensitive perineum.",
"Her mouth keeps working your cock as she cups your balls and pushes firmly into your perineum, intensifying every sensation.",
"She grips your balls while sucking your cock, pressing so hard against your perineum that the added stimulation becomes impossible to ignore.",
"Her mouth relentlessly pleasures your cock while her hand squeezes your balls and applies intense pressure beneath them against your perineum.",
"She sucks your cock without slowing down, firmly gripping your balls while grinding powerful pressure into your sensitive perineum.",
"Her lips and tongue work your cock as she holds your balls tightly and presses deep into your perineum, combining every sensation at once."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.bj + 5)>>
<<= window.Game.areaHp(5, "sanc")>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sanc", 0)>></div>
<</if>>
<<elseif $act === "subBj1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You use the submissive woman’s mouth like a pussy, fucking it rough while she obediently takes every thrust.",
"You treat her willing mouth like your personal pussy, thrusting into it hard and rough.",
"You take control of her submissive mouth, using it like a tight pussy as you fuck it roughly.",
"You thrust into her mouth with rough intensity, treating it exactly like a pussy made for your pleasure.",
"You use her obedient mouth however you want, fucking it rough like it’s your own tight pussy.",
"You grip control and fuck her submissive mouth hard, using it just like a wet, willing pussy.",
"You pound into her mouth roughly, treating her submissive lips like a pussy that belongs to you.",
"You keep thrusting into her obedient mouth, fucking it rough and using it like your personal pussy.",
"You dominate her willing mouth completely, using it like a tight pussy as you thrust harder and rougher.",
"You fuck the submissive woman’s mouth with rough, relentless strokes, treating it like a pussy made to take you."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Her own saliva pours down her upside-down face as you keep stroking your cock deep inside her throat.",
"Saliva streams across her inverted face while you continue using her throat to stroke your cock.",
"Her drool spills down her upside-down face as you steadily work your cock back and forth through her throat.",
"With her head hanging upside down, saliva runs messily over her face while you keep stroking your cock with her throat.",
"Her own saliva trails across her inverted face as you continue sliding your cock through her tight throat.",
"Drool pours from her lips and down her upside-down face while you keep using her throat to stroke your cock.",
"Her saliva runs freely over her face as she hangs upside down, your cock continuing to slide through her throat.",
"Saliva coats her upside-down face while you relentlessly stroke your cock using the tightness of her throat.",
"Her drool spills everywhere across her inverted face as you keep pumping your cock through her throat.",
"With saliva streaming down her upside-down face, you continue stroking your cock deep inside her throat."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/cum.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You cum deep down her throat, exactly where a submissive woman like her wants every drop.",
"You unload deep into her throat, giving your submissive woman exactly the finish she was waiting for.",
"You release deep down her throat, a fitting reward for how eagerly she submits to you.",
"You fill her throat with your cum, letting your submissive woman take every drop exactly where she wants it.",
"You finish deep inside her throat, leaving your obedient woman to swallow everything you give her.",
"You pump your cum deep into her throat, perfectly suited for a woman so eager to submit to your pleasure.",
"You release your entire load down her throat, giving your submissive woman the ending she craved.",
"You cum deep in her throat as she obediently takes your release without pulling away.",
"You empty yourself deep down her throat, exactly the kind of finish your submissive woman was hoping for.",
"You fill her throat with your release, rewarding her eager submission with every drop you have."
])>><br><br>
</div>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/post1.mp4")>>
<<= window.Game.areaHp(5, "sanc")>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="story-text">
<<= window.Game.rngText([
"You reward her by continuing to fuck her throat until your freshly spent cock finally softens inside her.",
"You keep using her throat as her reward, thrusting until your post-orgasm cock gradually becomes flaccid.",
"You reward her obedience by fucking her throat until your sensitive, cum-drained cock finally starts going soft.",
"You continue thrusting into her throat after cumming, rewarding her until your exhausted cock slowly loses its hardness.",
"You give her the reward she earned, keeping your cock deep in her throat until it finally softens after your release.",
"You keep fucking her throat through the aftermath of your orgasm, only stopping once your spent cock becomes completely flaccid.",
"You reward her submission by continuing to use her throat until your post-cum cock gradually goes soft.",
"You keep your freshly emptied cock working inside her throat, rewarding her until the last of your erection fades away.",
"You continue fucking her throat as her reward, letting her feel your cock slowly soften after you’ve completely spent yourself.",
"You reward her by keeping her throat wrapped around your cock until your post-orgasm erection finally fades into softness."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sancHelp + $act + "/post2.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sanc", 0)>></div>
<</if>>
<<else>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<</if>>
</div><div class="main">
<<if !$NPC.lisa.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "meet">>
<div class="story-text">
You are approached by an unknown woman.<br>
</div>
<<= window.Game.pic($LINKS.story + "others/lisa/" + $act + "/1.jpg")>>
<<= window.Game.npcText("lisa","main", "I know about some of the activities you've been involved with. It would be bad if law enforcement were to get involved.")>>
<<= window.Game.npcText("lisa","main", "Maybe we can come to an agreement. I've been keeping a close eye on the Uptown housing district. It seems to have been infected and you seem to have been rather busy. ")>>
<<= window.Game.npcText("lisa","main", "This city has become flooded with women offering their services. Part of the Uptown area seems to have even been converted into a Red Light District of some sort. I won't let this city get any worse and you're gonna help me unless you want to end up in a prison cell for the rest of your life. ")>>
<<set $AREAS.uptown.start = true>>
<<set $AREAS.uptown.hp = 50>>
<<run window.Game.updateAreaLevels()>>
<div class="story-text">
It may be best to look for infected prostitutes. They will have their own health to manage in addition to the Uptown area's wellness. If the area's wellness reaches 0, it will be quarantined and infected characters there will be lost.<br>
</div>
<<set $NPC.lisa.met = true>>
<<= window.Game.goToLoc("She leaves", 0, $YOU.loc, 0)>>
<<else>>
<<set $act = "">>
<<goto $YOU.loc>>
<</if>>
<</if>>
</div><div class="main">
<h1> <<print $NPC.sis.name>> </h1><br>
<<if !$NPC.sis.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "toy1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Look at you, getting so completely worked up just from me touching your prostate while you fill that plastic thing!",
"Getting off on me rubbing your prostate while you're pounding that toy? You're such a filthy little pathetic thing!",
"See how hard you get when I touch that sensitive spot while you're busy with your toy? So easy to control you.",
"Your prostate is throbbing for me! Just keep pumping that rubber toy while I take care of what really matters here.",
"I love watching you squirm while I tease your prostate while you're stuffing that sleeve! It makes me so fucking horny.",
"Look how badly you want this! Your prostate is begging for me while you're just playing with a plastic pussy.",
"Look at how close you are to cumming already just by touching your prostate while you're busy fucking your toy pussy!"])
,window.Game.rngText([
"I can tell you're getting pretty horny just from me rubbing your prostate. Don't you feel so good right now?",
"I'm impressed, you're really enjoying my prostate rubbing while you're playing with that toy... it's kind of hot...",
"I know you're not supposed to admit it, but that prostate stimulation is really getting you horny, isn't it?",
"Wow, you're such a dirty little thing. I love seeing you get all worked up over your prostate getting milked while you're using that toy.",
"That's quite an erection you have going on right now... and it's not from the toy, is it? ",
"You're such a bad boy, enjoying every second of your prostate being rubbed while you're stroking yourself with a toy. ",
"I can tell you're really into prostate pleasure... and it's only making you harder, isn't it?",
"Wow, I love seeing you get like this... your body just can't help itself when it comes to prostate play and toys."]))>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Sis presses firmly against your prostate while you work the fleshlight, forcing cum to slowly ooze from your cock.",
"Your sister keeps steady pressure on your prostate as you stroke with the fleshlight, coaxing cum out in slow, thick pulses.",
"Sis pushes hard against your prostate while the fleshlight works your cock, making cum gradually seep out with every stroke.",
"Your sister applies relentless pressure to your prostate as you use the fleshlight, slowly forcing more cum to ooze from your cock.",
"Sis massages your prostate firmly while you pump the fleshlight, drawing out your cum in slow, lingering spurts.",
"Your sister presses deeply against your prostate as the fleshlight slides over your cock, coaxing your cum out little by little.",
"Sis keeps your prostate under firm pressure while you stroke yourself with the fleshlight, making cum slowly leak from your sensitive cock.",
"Your sister pushes steadily against your prostate while you work the fleshlight, forcing your release out in slow, drawn-out pulses.",
"Sis maintains hard pressure against your prostate as you stroke with the fleshlight, gradually squeezing more and more cum from you.",
"Your sister firmly stimulates your prostate while the fleshlight works your cock, making your cum slowly ooze out as the pleasure builds."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/cum.mp4")>>
<<set $YOU.stateProstate = true>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj + 1)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Wow, look at all that cum! Your balls must be COMPLETELY drained now. We did AMAZING, bro! But next time we're going EVEN HARDER! ",
"Damn! That was a TON of sperm! Your nuts should be empty as hell. Great teamwork! Let's push you to your absolute limits next round! ",
"Wow, your balls must be sore! That was incredible work, bro. But we're not done yet, next time you're cumming even MORE! ",
"Whoa! That was so much cum! Your poor balls are probably twitching from releasing that much! I'm making sure you shoot an even bigger load next time!",
"Look at all that cum! You definitely drained your balls dry! Now let's work on making next time even more intense! ",
"Your cum is so thick! Your balls must be completely emptied out! What a team we are! But I'm going to push you to cum even BIGGER next time! ",
"Damn, that was a massive load! Your balls are probably sensitive as hell now! We did great work! Next time you're going to cum EVEN HARDER! ",
"Wow, you PUMPED out a ton of cum! Your balls must be so empty! Amazing work, bro! Let's make sure you bust even MORE next time! ",
"Fuck, that was sooo much sperm! Your balls are probably exhausted! Great effort! I want to see you cum even MORE intensely next time! "])
,window.Game.rngText([
"Holy FUCK, look at that load! Your balls must be absolutely empty after dumping that much. We're definitely a great team!",
"What a fucking load! Your balls are probably shriveled up after shooting that much. We're a perfect team!",
"Jesus Christ, look at all that cum! You must have emptied your entire ballsack. We're like a well-oiled machine, aren't we? Me milking you while you pump that toy!",
"Your balls are probably completely drained after exploding like that. We make such a sick, twisted team. Me fingering your prostate while you jack off using your toy!",
"Your balls must be completely spent after shooting that much. We're a great team. You can't deny how good it feels when I'm milking your prostate like that while you're cumming into that toy!",
"Damn, what a huge load! Your balls must be completely empty now. We're such a fucking pair. Me playing with your prostate while you shoot your load with that toy!"]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<elseif $act === "toy2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I absolutely LOVE this setup! Watching your body contort while I jerk your cock and that vibrator works your prostate is the hottest thing ever!",
"This is so fucking hot! Feeling your cock pulse in my hand while you get your prostate stimulated? I could do this forever!",
"Look at you, trembling between my hand on your cock and that vibrator on your prostate! This is exactly what I needed to see!",
"God, I live for this moment, stroking your shaft while that vibrator works you from the inside out! The way you react is incredible!",
"Can you feel both sensations? My grip on your cock and that vibrator massaging your prostate? I bet you can barely think straight!",
"This is so fun! Watching you squirm between my hand and that vibrator working your prostate! Keep it up!"])
,window.Game.rngText([
"I can tell you're really enjoying this. The way that vibrator is working your prostate while I'm touching you is kinda hot.",
"Look at you, getting so worked up just from the combination of that toy and my touch. It's turning me on!",
"I'm loving every second of this. The way you're responding to the vibrator on your prostate is just incredible...",
"Look at how responsive your body is. The vibrator on your prostate really has you going, huh? And I'm right here to take care of your cock.",
"I can see the effect the prostate vibrator is having on you. Your body is reacting so well to it while I stroke your shaft.",
"The vibrator seems to be doing its job on your prostate pretty well, huh? Your body is reacting so strongly, and I'm making sure your cock gets plenty of attention too.",
"Your prostate vibrator is really hitting the spot, isn't it? I can tell by how your body responds and I'm glad I'm here to help with your dick.",
"I notice your body is really opening up to the prostate vibrator while I take care of your cock.",
"Your prostate is clearly loving that vibrator and your cock is loving my touch. Together it's creating something really special.",
"Can you feel how well everything is working together? The vibrator stimulating your prostate while I stroke your cock? It's like we're synced perfectly.",
"The prostate vibrator is doing amazing things while I handle your cock. You're lucky to have a sister like me hehe."]))>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/2.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Come on, squeeze that asshole tighter around the vibrator! I want to see you cum hard over my hand and that toy, it's gotta be so fucking messy! ",
"Squeeze that asshole down on the vibrator and see how much you can take! I want to see your cum splatter. It's gonna be so worth it!",
"Squeeze that asshole, make it take the vibrator hard on your prostate! Make me fucking proud of you when you cum hard!",
"Come on, give it everything you've got! Squeeze hard against the vibrator. I want to see every drop of your cum until your balls are empty!",
"You're so close, just a little harder and you'll cum! Squeeze that asshole and press your prostate down on the vibrator!",
"Squeeze that asshole down on the vibrator and cum as hard as you can, I want to feel your balls completely drained!"])
,window.Game.rngText([
"It feels like too much, doesn't it? Between my hand on your cock and that vibrator on your prostate, you're so close to losing it.",
"I can tell you're getting there. The combination of my strokes and that prostate vibrator is pushing you right to the edge.",
"Your body is trembling so much. You must be really close to cumming with all this stimulation between my hand and that vibrator.",
"You're so close, I can feel your cock pulsing in my hand. The vibrator must really be doing its thing on your prostate.",
"Don't hold back, the way your body is reacting to my hand and that vibrator tells me you're almost there.",
"I think you're about to cum. The pressure building from the vibrator on your prostate plus my strokes on your cock. It's overwhelming, isn't it?",
"Your breathing is getting so heavy. I'd say you're really, REALLY close to cumming from all this combined pleasure.",
"Can you feel it building? That intense rush from both the vibrator and my touch? You're so close to cumming.",
"Your cock is swelling so much in my hand. The vibrator is really hitting your prostate just right. You're about to cum hard."]))>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/cum.mp4")>>
<<set $YOU.stateProstate = true>>
<<set $YOU.stateNoVision = true>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj + 1)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Fuck, look at that thick load! That prostate vibrator really amped up your cum load, didn't it? I can't stop staring at how creamy it is!",
"Oh god, your balls must have been churning nonstop with that vibrator against your prostate! Check out how much thicker your cum got!",
"Heh, that prostate vibrator really did a number on your load, didn't it? Look at how much cum there is!",
"Holy shit, that's some seriously thick sperm! I knew the prostate vibrator would make your cum thicker. God, you're so gross I love it!",
"Mmm, you're such a filthy cum factory when that vibrator is up your ass! Just look at how much thicker and creamier your loads are getting!",
"That prostate vibrator really worked your cum load over, huh? Damn, you're pumping out twice as much thick cum now!",
"Fuck yeah, I knew that vibrator up your asshole would make you shoot thicker loads! You're such a nasty cum-machine bro!",
"Shit, I can barely believe how thick and chunky your cum got from that vibrator! So gross bro, cumming like this from your asshole!"])
,window.Game.rngText([
"I love watching you lose control like this. The way you just explode with so much cum, it's incredible! And it's all because of that prostate play.",
"Wow, look at how much you've had stored up in those balls of yours! Whenever we get your prostate going, you just erupt with massive loads.",
"Heh, you're such an easy guy to please, aren't you? All I have to do is hit your prostate and you're squirting everywhere.",
"You really know how to blow a huge load when we're playing with your prostate, don't you? It's like your body has no choice.",
"Mmmm, the way you just gush with cum whenever we work your prostate, it's so sexy!",
"Every time we pleasure your prostate, you just cum so much harder.",
"It's amazing how sensitive your prostate is. A vibrator up your butt and you're practically cumming all over the place!"]))>>
<<if $NPC.sis.lvl >= 3>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/post1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Don't move, stay right there. I'm gonna keep stroking this sensitive cock of yours while that vibrator keeps pulsing against your prostate. We need to build you up for our next session.",
"I love how oversensitive you get after cumming. Every little stroke sends shivers through your whole body, doesn't it? Good news though, that means your next load is going to be absolutely MASSIVE.",
"Just relax, let me handle everything. My fingers on your cock, that vibrator buried in your ass. Together they're gonna coax out the biggest, thickest load you've ever produced for our next milking session.",
"Your cock is so swollen and sensitive right now, it's almost too much to touch, isn't it? Hehe, PERFECT. That means your prostate is primed and your balls are already filling up again for next time.",
"Look at you, already twitching and leaking again just from my gentle touches. That prostate vibrator is keeping you wound up tight while I softly milk your cock. Round two won't be too long now hehe"
]))>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/post2.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<</if>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<elseif $act === "toy3">>
<<if $step === 1>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I won’t hold back, bro. This toy is gonna get your cock and balls so worked up. I can’t wait to see how thick your cum gets.",
"No holding back this time, bro. I’m gonna let this toy work your cock and balls until I get to see just how thick your cum is.",
"Get ready, bro, because I’m not going easy on you. This toy is gonna work you up so much, and I’m dying to see how hard you cum.",
"I’m gonna give it everything, bro. Let this toy get your cock and balls completely worked up so I can see how thick your cum becomes.",
"Bro, I’m definitely not holding back! I want this toy driving your cock and balls crazy until you finally show me how thick that cum is.",
"No mercy, bro. I’m gonna keep this toy working you until your cock and balls are completely worked up. I wanna see exactly how hard you cum.",
"I won’t go easy on you, bro. I want this toy getting every bit of you worked up until that cock finally gives me the thick cum I’m waiting for.",
"Just let me go all out, bro. This toy is gonna work your cock and balls like crazy, and I seriously can’t wait to see how thick your cum is.",
"I’m not stopping early, bro. I want this toy getting your cock and balls ridiculously worked up before I finally get to see that thick cum.",
"Brooo, I’m gonna make the most of this toy! I want your cock and balls completely worked up so I can see just how thick your cum ends up being."
])
,window.Game.rngText([
"You’re gonna love this, bro. This toy is gonna make you cum like a horse.",
"Trust me, bro, you’re going to love this toy. It’ll have you cumming harder than ever.",
"Oh, bro, you’re gonna love what this thing does to you. It’s gonna make you cum like an absolute animal.",
"You better get ready, bro. This toy is about to make you cum harder than you thought possible.",
"Bro, you have no idea how good this is gonna feel. This toy will have you cumming like a damn horse.",
"You’re seriously gonna love this, bro. Just wait until this toy has you cumming harder and harder.",
"Get ready, bro, because this toy is going to completely overwhelm you and make you cum like crazy.",
"Brooo, you’re gonna be obsessed with this thing. It’s going to make you cum ridiculously hard.",
"Just wait until you feel this, bro. This toy is gonna have you losing control when you cum.",
]))>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"The toy overwhelms your senses as it spins, vibrates, and thrusts around your cock all at once.",
"Your senses are flooded as the toy simultaneously spins, vibrates, and thrusts around your cock.",
"The combination becomes overwhelming, with the toy twisting, vibrating, and thrusting against your cock at the same time.",
"Every sensation crashes into you at once as the toy spins around your cock, vibrates intensely, and thrusts without slowing down.",
"The toy bombards your cock with sensation, spinning and vibrating around it while thrusting relentlessly at the same time.",
"You struggle to process the stimulation as the toy surrounds your cock with simultaneous spinning, vibrating, and thrusting sensations.",
"Your senses become completely overloaded as the toy twists around your cock, pulses with vibration, and thrusts all at once.",
"The toy attacks your senses from every direction, spinning around your cock while powerful vibrations and thrusting motions overlap.",
"You become overwhelmed by the constantly changing sensations as the toy vibrates, spins, and thrusts around your cock simultaneously.",
"The spinning, vibrating, and thrusting all blend together around your cock, overwhelming your senses with nonstop stimulation."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You can no longer hold back as the toy overstimulates your penis.",
"The toy pushes your penis beyond its limit until holding back becomes impossible.",
"Your control finally gives way as the relentless stimulation overwhelms your penis.",
"The nonstop stimulation becomes too intense, leaving you completely unable to hold back.",
"Your resistance crumbles as the toy relentlessly overstimulates every sensitive nerve.",
"The overwhelming sensations finally become too much, destroying what little control you had left.",
"You reach your breaking point as the toy continues overstimulating your increasingly sensitive penis."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj + 1)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Look how creamy your cum is... sigh, I really wish all of that was inside me instead of wasted on the toy.",
"Wow, your cum is sooo creamy. I can't help wishing you'd put all of that inside me instead, hehe.",
"Aww, look how thick and creamy it is! I'm honestly jealous that the toy got all of your cum instead of me.",
"Mmm, that's such creamy cum... sigh, why does the toy get to have it when I want it inside me?",
"Look at all that creamy cum covering the toy! I wish you'd given every bit of it to me instead.",
"Wowww, your cum looks so thick and creamy! Now I'm wishing I'd gotten to have all of that inside me.",
"Aww, that's ridiculously creamy! Sigh... next time I want your cum inside me instead of all over some toy.",
"Mmm, look how creamy your cum turned out. I'm seriously wishing that was filling me instead right now.",
"That toy got sooo much thick, creamy cum... sigh, I'm jealous. I wanted all of that inside me.",
"Wow, look at how creamy your cum is! Next time, pretty please don't waste it on the toy when you could give it all to me, hehe."
])
,window.Game.rngText([
"Wow, you seriously coated that toy in so much cum! Aww, you must be feeling way too good to even notice that nasty disease anymore, huh?",
"Whoa, look at all that cum! You absolutely drenched the toy. Bet that disease isn't bothering you much anymore, hehe.",
"Wowww, you made such a mess of that toy! You must be feeling sooo much better now, right?",
"Aww, look how much cum you gave me! That toy is completely coated. Bet you've almost forgotten about that disease already, huh?",
"Whoa, you really covered that thing in cum! Hehe, somebody must be feeling a whole lot better now.",
"Wow, that's sooo much cum all over the toy! Tell me you're feeling too amazing to even think about that disease right now.",
"Aww, you completely drenched the toy! After cumming that much, you must barely even notice that annoying disease anymore, right?",
"Wowww, look at the mess you made! That's a ton of cum. You must be feeling ridiculously relieved now, hehe.",
"Whoa, you coated practically the whole toy! Aww, I bet that disease feels like the last thing on your mind after that.",
"Wow, you really gave that toy everything! Look at all that cum. You're feeling sooo much better now, aren't you?"
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<</if>>
<<elseif $act === "edgetoy1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Don't cum yet, or else you'll have to deal with me being in a bad mood all week. And trust me, you don't want that.",
"You're going to have to be a lot more patient than that if you want to survive this, bro. I'm not done milking you dry yet!",
"Oh no, don't even think about it! You're going to have to learn how to hold back your cum for me... Or else.",
"Don't move, don't breathe, just let the stroker wash over you... And don't. Even. Think. About. Cumming.",
"I'll keep this toy rubbing against your cock until you beg for mercy but you better not cum too early.",
"Mmmm, I love watching you squirm. Your cock is twitching, your balls are tightening. It's only a matter of time before you unleash that pent-up cumload, isn't it?"
])
,window.Game.rngText([
"Okay, try to hold out for as long as you can! I'm going to use this toy on your cock and see how long you can last before cumming.",
"Let's see how strong you really are, bro. I'm going to tease you with this toy but keeping it together.",
"Don't give up, keep fighting it! See if you can beat your record and last longer than usual!",
"Good luck holding back, I'm going to have to make it really hard for you.",
"I know it's tough, but you have to keep going! The longer you hold out, the stronger you'll get.",
"You're doing great, just a little longer. I know you can handle this."]))>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/2.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You look so fucking desperate, bro. Those balls of yours are packed full of thick cum, swollen and aching for release. Let me ease the tension with my stroker while we build up your stamina.",
"Mmm, your heavy cum-filled sac looks so tempting. I'm going to tease it with my toy until you're shaking, but NOT letting you cum. We need to train that cock properly",
"Your balls are so heavy with backed-up cum. Let me help you endure it, one slow stroke at a time. But don't you DARE cum yet",
"I can practically SEE how much thick, sticky jizz is sloshing around in those balls. Time for some advanced edging therapy hehe",
"We're training you to last longer, remember? So I'm going to torment those swollen, cream-packed balls. But no cumming allowed yet",
"I'm going to edge those heavy balls until you're sobbing, but we're not done until I say so. Understand, you desperate sick slut?"
])
,window.Game.rngText([
"I'm gonna play with your balls too. We have to make it even harder for you to keep from cumming.",
"I'm giving your balls some attention too. Let's see how much harder that makes it for you to hold back.",
"I'm gonna tease your balls at the same time. We can't make resisting too easy for you, can we?",
"Your balls are getting some attention too. I want to make holding back as difficult as possible for you.",
"I'm not leaving your balls out, hehe. The more worked up you get, the harder it'll be to keep yourself from cumming.",
"I'm gonna tease your balls too. Let's make staying in control a real challenge for you.",
"I'll play with your balls while we keep teasing you. I want to see just how long you can resist cumming.",
"I'm adding your balls to the teasing too. We have to make that self-control of yours work extra hard, hehe.",
"I'm gonna give your balls plenty of attention too. Let's make avoiding that orgasm almost impossible.",
"Your balls deserve some teasing too, don't they? I'm going to make it harder and harder for you to keep holding back."
]))>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<div class="options">
<<if $YOU.cb < $YOU.maxCB>>
<<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>>
<div class = "loc">
<<link "Stop for now">>
<<= window.Game.stat("stamina",1)>>
<<set $YOU.edgeCounter = 0>>
<<= window.Game.npcExp("sis", 1)>>
<<goto "sis">>
<</link>><br>
</div>
<<else>>
<<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>>
<</if>>
</div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/cum.mp4")>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj + 1)>>
<<= window.Game.stat("stamina",3)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Ahhh, there it is! What a HUGE, disgustingly thick load! Mmm, I can tell we're making progress with your stamina, bro. Next time I'll push you even harder.",
"Hehe, that was a good one, but I bet we could squeeze out even MORE cum if we tried edging you for longer next time!",
"Fuck yes, look at that nasty cum! You did so well holding on, but next time I'm going to make you wait longer before I let you cum!",
"Mmm, delicious... That was a great load, but I know you've got even more where that came from! Let's push your limits next session and see how much thicker and nastier we can make your cum!"])
,window.Game.rngText([
"Wow, you actually held out for a pretty long time! I'm impressed, bro! We're definitely getting better at this together, haha!",
"You did it! I can't believe you lasted that long under all that intense stimulation! Great job, we're such a good team!",
"That was incredible! I never thought you could hold back for so long! We're really working well together, don't you think?",
"Amazing! You totally surprised me with how long you were able to endure that! High five, teamwork makes the dream work!",
"That was seriously impressive! Your stamina is getting better thanks to our sessions! Keep it up!",
"Hehe, look at you, proud of yourself! And you should be, that took serious willpower! We're a killer combo, that's for sure!",
"You're a trooper, putting up with all my teasing and still managing to last! We're becoming quite the pair, aren't we?",
"That's the spirit! With practice, who knows how long you'll be able to hold out eventually! Aren't we a dynamic duo?"]))>>
<<if $NPC.sis.lvl >= 3>>
<div class="story-text">
<<= window.Game.rngText([
"She continues teasing your cock, still sensitive from just cumming. It seems she wants a head start on making you cum again.",
"Your cock is still sensitive from your last climax, but she keeps teasing it anyway, already working toward your next release.",
"She wastes no time teasing your freshly sensitive cock, determined to start building you toward another orgasm immediately.",
"Still hypersensitive from cumming, your cock gets no rest as she continues teasing you, eager to make you cum all over again.",
"She keeps stimulating your sensitive cock before you've even recovered, apparently determined to get an early start on your next climax.",
"Your cock hasn't recovered from cumming yet, but she continues teasing it, taking advantage of every bit of lingering sensitivity.",
"She immediately resumes teasing your sensitive cock, refusing to let the afterglow fade before she starts building you toward another release.",
"With your cock still tingling from your last orgasm, she keeps teasing you, already laying the groundwork to make you cum again.",
"She takes advantage of your post-orgasm sensitivity, continuing to tease your cock while you're still recovering and starting the buildup all over again.",
"Before your cock can fully recover from cumming, she's already teasing it again, clearly eager to get a head start on your next orgasm."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/post.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<</if>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<<set $YOU.edgeCounter = 0>>
<<= window.Game.npchp("sis", 5)>>
<</if>>
<<elseif $act === "edgetoy2">>
<<if $step === 1>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"We gotta make it hard for you to last. I'm gonna put a toy up your ass, so that sensitive prostate gets milked too.",
"We can't make holding back too easy for you. Let me put this toy inside your ass and work that sensitive prostate while you're already struggling.",
"I wanna make lasting almost impossible. This toy is going up your ass so your sensitive prostate gets milked at the same time.",
"Let's make this extra difficult for you. I'm gonna slide the toy into your ass and keep that sensitive prostate stimulated too.",
"We really need to test your self-control. I'll put the toy up your ass and milk your prostate while everything else keeps you worked up.",
"I'm gonna make it sooo much harder for you to hold back. Once this toy is inside your ass, that sensitive prostate won't get any rest either.",
"Let's give that sensitive little prostate some attention too. With this toy up your ass, good luck trying not to cum.",
"I've got the perfect way to make lasting harder. I'll put the toy inside your ass and let it keep milking that sensitive prostate.",
"We're not leaving your prostate out of the fun. I'm putting this toy up your ass so that sensitive spot gets worked while you try desperately to last.",
"Let's make holding back a real challenge. I'm gonna put the toy up your ass and keep your sensitive prostate milked until resisting gets almost impossible."
])
,window.Game.rngText([
"We gotta make it hard for you to last. I know. Let's use that prostate toy on your sensitive little spot.",
"We can't make lasting too easy for you! Ooh, I know. Let's give that sensitive prostate of yours some extra attention.",
"I wanna make it sooo hard for you to hold back. How about we add the prostate toy and tease that sensitive spot too?",
"Let's make your self-control really work for it! I know exactly what'll help. That prostate toy on your sensitive spot.",
"We need to make resisting even harder for you. Hmm... how about a little extra teasing with the prostate toy?",
"I've got an idea! Let's use the prostate toy on that sensitive little spot and see how much harder it becomes for you to last.",
"We can't let you have an easy time holding back, can we? Let's add that prostate toy and make things even more intense.",
"Ooh, I know how to make lasting harder! Let's give your sensitive prostate some attention with the toy.",
"Let's really test how long you can hold out. I'll add the prostate toy and give that sensitive spot some extra teasing.",
"We gotta make this a challenge for you! I know. Let's bring in the prostate toy and see what that sensitive spot can handle."
]))>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I'm gonna stroke your cock, so keep pressing down hard and make that toy milk you properly. But don't you dare cum too soon, okay?",
"I'll keep stroking your cock while you press against the toy and let it milk every bit of you. You better hold that cum back for me, though!",
"I'm gonna work your cock nice and steadily. Keep pressing your ass against that toy so it really milks you, but no cumming early, hehe.",
"Keep pressing hard against the toy while I stroke your cock. I want it milking you the whole time, so you'd better try really hard not to cum yet.",
"I'm taking care of your cock while you keep that toy pressed firmly against you. Let it milk you good, but don't you lose control too quickly!",
"I'll stroke your cock while you push down harder on the toy and let it milk the cum out of you. Just remember, you're supposed to last for me!",
"I'm gonna keep stroking while you press your ass firmly against that toy. Make sure it's milking you properly, and try not to cum too soon, hehe.",
"Keep pushing yourself against the toy while I work your cock. I want every bit of stimulation working together, but you better keep that orgasm under control!",
"I'm gonna stroke your cock while you press down nice and hard on that toy so it keeps milking you. Don't make it too easy by cumming right away!",
"I'll keep working your cock while you push against the toy and let it milk you from inside. Now be good and see how long you can keep yourself from cumming!"
])
,window.Game.rngText([
"I'm gonna rub your dick while pressing down on the toy so it really hits your prostate good.",
"I'll keep rubbing your dick and push down on the toy so it presses right against your prostate.",
"I'm gonna stroke your dick while putting extra pressure on the toy, making sure it really works your prostate.",
"Let me rub your dick while I press the toy down harder so it hits that sensitive prostate just right.",
"I'll keep working your dick while pushing on the toy so your prostate gets plenty of pressure too.",
"I'm gonna rub your dick and press firmly against the toy so it really stimulates your prostate at the same time.",
"Let me stroke your dick while I push down on the toy and make sure it presses directly against your prostate.",
"I'll rub your dick while adding pressure to the toy so it keeps hitting that sensitive prostate nice and firmly.",
"I'm gonna keep rubbing your dick while pressing the toy right into your prostate so you feel both sensations together.",
"Let me work your dick while I push down on the toy, making sure your prostate gets stimulated really well too."
]))>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your sister keeps changing the way she strokes your cock, watching closely to make sure you never stop squeezing down on the prostate toy.",
"She constantly switches up her strokes while keeping a close eye on you, making sure you maintain pressure on the prostate toy.",
"Your sister varies her rhythm and technique as she strokes you, never letting you forget to keep squeezing firmly against the prostate toy.",
"She keeps your cock guessing with constantly changing strokes while carefully watching to ensure you keep pressing down on the prostate toy.",
"Your sister alternates between different strokes, monitoring you the entire time to make sure you don't ease up on the prostate toy.",
"She changes her pace and grip again and again, all while making sure you keep squeezing down firmly enough to maintain pressure on the prostate toy.",
"Your sister refuses to let you adjust to any one rhythm, varying every stroke while watching closely to ensure you keep working the prostate toy.",
"She continually changes how she strokes your cock, checking every moment that you're still squeezing down against the prostate toy.",
"Your sister mixes up every movement to keep the stimulation unpredictable while making sure you maintain constant pressure on the prostate toy.",
"She keeps varying her strokes so you can never settle into the sensation, watching carefully to ensure you never stop squeezing against the prostate toy."
])>><br><br>
</div>
<<set $YOU.stateProstate = true>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/3.mp4")>>
<div class="options">
<<if $YOU.cb < $YOU.maxCB>>
<<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>>
<div class = "loc">
<<link "Stop for now">>
<<= window.Game.stat("stamina",1)>>
<<set $YOU.edgeCounter = 0>>
<<= window.Game.npcExp("sis", 1)>>
<<goto "sis">>
<</link>><br>
</div>
<<else>>
<<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>>
<</if>>
</div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"She continues stroking your cock while giving you brief moments to recover, your body twisting from the overwhelming stimulation as you clench down hard on the toy.",
"She keeps working your cock in short bursts, pausing just long enough to tease you while your clenched muscles press firmly against the toy and your body writhes.",
"She alternates between steady strokes and short breaks, leaving your body trembling and contorting as you keep squeezing tightly around the toy.",
"Her strokes come in relentless waves separated by tiny pauses, your body twisting from the intensity while you desperately maintain pressure on the toy.",
"She gives you only fleeting breaks between strokes, keeping you overwhelmed as your body convulses and your muscles clench tightly around the toy.",
"She repeatedly strokes you before easing off for a few agonizing seconds, your body writhing from every sensation as you squeeze down firmly on the toy.",
"She keeps alternating between stimulation and teasing little breaks, making your body twist uncontrollably while you continue clenching hard around the toy.",
"Every short break leaves you anticipating her next stroke, your body contorting from the combined sensations as you keep the toy tightly squeezed inside.",
"She works your cock in carefully timed bursts, giving you barely enough time to recover while your trembling body clenches harder around the toy.",
"She continues stroking you with brief pauses between each round, leaving your body writhing from the stimulation as you stubbornly keep squeezing down on the toy."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/cum.mp4")>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.npcExp("sis", $RATES.exp.hj + 1)>>
<<= window.Game.stat("stamina",3)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"SO much cum, but I bet you've still got a little more left in those balls. Guess I better make sure you cum again soon, hehe.",
"Wowww, that's a lot of cum! But there might still be some sperm hiding in those balls, so I better get you ready to cum again.",
"Aww, you gave me sooo much! Still, I think those balls might have a little more left for me, so we better make you cum again soon, hehe.",
"Look at all that cum! You did amazing, but I'm pretty sure those balls aren't completely empty yet. Better get started on your next one!",
"That's sooo much cum! But if there's even a little sperm left in those balls, I guess I'll have to make sure you cum again really soon, hehe.",
"Wow, what a load! Think you've got anything left in those balls? Because I'm totally ready to help you find out!",
"Aww, you came so much! But those balls might still be holding a little more, so your next orgasm better not be too far away, hehe.",
"Look how much you came! Still, I don't think those balls are completely done yet. Guess I better start working toward your next load!",
"Wowww, that's a ton of cum! But we can't assume those balls are empty just yet, so I better make sure you cum again soon.",
"Aww, so much cum! But I bet there's still a little more waiting in those balls. Better let me get you ready for another one, hehe."
])
,window.Game.rngText([
"Look at that load! Was all of that really for me? Hehe.",
"Aww, look at how much there is! You're telling me that was all because of me?",
"Wow, that was quite a lot! Did I really get you that worked up, hehe?",
"Look at that! Was your cute little sis really responsible for all of that?",
"Whoa, seriously? All of that was for me? You're gonna make me feel special, hehe.",
"Aww, was that whole load really because of me? I must've done a pretty good job!",
"Wowww, look at that! Did I seriously make you lose control that much?",
"That was all for me? Aww, you're making your little sis feel way too proud of herself, hehe.",
"Look how much there is! Was I really the one who got you that excited?",
"Whoa, was every bit of that because of me? Hehe, I guess I really know how to get you worked up."
]))>>
<<if $NPC.sis.lvl >= 3>>
<div class="story-text">
<<= window.Game.rngText([
"Your sister keeps stroking your cock aggressively, knowing how hypersensitive you are after just cumming. Every struggle only presses the toy harder against your prostate, and she clearly wants a head start on building your next load.",
"Your sister relentlessly strokes your freshly sensitive cock, taking full advantage of your post-orgasm sensitivity as every squirm pushes the toy harder against your prostate and starts building your next load.",
"She aggressively works your cock before you've even recovered, knowing your struggling only makes you clench harder against the prostate toy as she eagerly gets started on your next load.",
"Your sister gives your hypersensitive cock no time to recover, stroking it aggressively while every involuntary movement forces the toy tighter against your prostate, already coaxing your next load closer.",
"Still incredibly sensitive from just cumming, your cock gets no mercy from your sister's aggressive strokes. Every desperate squirm presses the toy harder into your prostate as she starts working on your next load.",
"Your sister exploits every bit of your lingering sensitivity, aggressively stroking your cock while your struggling body drives the toy harder against your prostate, giving her the perfect head start on your next load.",
"She immediately starts stroking your sensitive cock again, refusing to let you recover as every twitch makes you squeeze harder around the prostate toy and begins building another load.",
"Your sister aggressively strokes your overstimulated cock, knowing that every attempt to endure it only presses the toy more firmly against your prostate and helps her start coaxing out your next load.",
"Before your sensitivity can fade, your sister is already stroking your cock aggressively again, making you squirm against the prostate toy as she eagerly gets to work building your next load.",
"Your sister refuses to waste your post-orgasm sensitivity, aggressively working your cock while every struggle pushes the toy harder against your prostate, clearly determined to get an early start on your next load."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/post1.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.sis + "toys/" + $act + "/post2.mp4")>>
<</if>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sis", 0)>></div>
<<set $YOU.edgeCounter = 0>>
<<= window.Game.npchp("sis", 5)>>
<</if>>
<<else>>
<<set $act = "toy1">>
<<set $step = 1>>
<<goto State.passage>>
<</if>>
<</if>>
</div> <div class="main">
<h1>City</h1><br>
<<if $events.length > 0 && $eventsName !== "" && Story.has($eventsName)>>
<<set $act = window.Game.rngText($events)>>
<<goto $eventsName>>
<<else>>
<div class="options">
<div class="loc-row"><<= window.Game.goToLoc("Your neighborhood", 30, "nh", 0)>> <<= window.Game.npcTag("nh")>></div>
<<if $NPC.boss.alive>>
<div class="loc-row"><<= window.Game.goToLoc("Serenity Massage Parlor", 30, "mp", 0)>><<= window.Game.npcTag("mp")>></div>
<<else>>
<div class="story-text">Your boss, <<print $NPC.boss.name>>, is comatose. </div>
<</if>>
<div class="loc-row"><<= window.Game.goToLoc("Hospital", 30, "hhc", 0)>> <<= window.Game.npcTag("hhc")>></div>
<div class="loc-row"><<= window.Game.goToLoc("Park", 15, "park", 0)>> <<= window.Game.npcTag("park")>></div>
<<if $AREAS.uptown.start>>
<<if $AREAS.uptown.open>>
<div class="loc-row"><<= window.Game.goToLoc("Uptown", 30, "uptown", 0)>> <<= window.Game.npcTag("uptown")>></div>
<div class="loc-row"><<= window.Game.goToLoc("Red Light District", 30, "rld", 0)>> <<= window.Game.npcTag("rld")>> </div>
<<else>>
<div class="story-text">QUARANTINED</div><br>
<</if>>
<</if>>
<<if $AREAS.sanc.open>>
<<if $SANC.helpUnlocked>>
<div class="loc-row"><<= window.Game.goToLoc("Sanctuary", 30, "sanc", 0)>> <<= window.Game.npcTag("sanc")>></div>
<<else>>
<<= window.Game.goToLoc("Visit Grandma", 0, "sanc_s", 0, "helpUnlocked", 1)>>
<</if>>
<<else>>
<div class="story-text">QUARANTINED</div><br>
<</if>>
<<if window.Game.rng(1, Math.max(1, 5 * $TEST.events)) <= $EVENTCOUNTER.out && $NPC.mandy.met && $NPC.mandy.alive && $NPC.mandy.lvl >= 3 && !$GAME.night && $NPC.mandy.location !== State.passage>>
<div class="event-opportunity">
<br><br><div class="event-label">OPPORTUNITY</div>
<<= window.Game.goToLoc("You spot " + $NPC.mandy.name, 0, "city events", 0, window.Game.rngText(["mandySex1"]), 1)>>
</div>
<</if>>
</div>
<</if>>
</div><div class="main">
<<if $act === "alexis" && $NPC.alexis.alive>>
<<if $step === 1>>
<div class="story-text">
You approach the woman in the corner.
</div><br>
<<= window.Game.pic($LINKS.story + "pros/" + $act + "/1.jpg")>>
<<= window.Game.npcText("alexis","main", "Hey baby! You tryna fuck or what?")>>
<<set $NPC.alexis.ill = true>>
<<set $NPC.alexis.met = true>>
<div class="story-text">
It must be the disease. You try to take her somewhere to get help.
</div><br>
<<= window.Game.npcText("alexis","main", "Sorry, honey, there's a cost, or I'll find someone else to pound this ass.")>>
<div class="story-text">
She's not as easy as you thought. She must be one of the workers that <<= $NPC.lisa.name>> mentioned.
</div><br>
<div class="options">
<<if $YOU.money >= Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros))>>
<<= window.Game.goToLoc("Pay her ($" + Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros)) + ")", 60, State.passage, -15, $act, 2)>>
<</if>>
<<= window.Game.goToLoc("Leave for now", 0, "park", 0)>>
</div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.alexis + "sex1/5.mp4")>>
<<= window.Game.npcText("alexis","main", "Yes, baby, pound my ass!")>>
<<= window.Game.vid($LINKS2.alexis + "sex1/cum.mp4")>>
<<= window.Game.npcText("alexis","main", "Mark my face with your hot cum, baby.")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.npcExp("alexis", $RATES.exp.sex)>>
<<set $NPC.alexis.hadSex = true>>
<<= window.Game.stat("money", -Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros)))>>
<div class="story-text">
She may whore herself like that again. It may be best to look for her and other infected prostitutes.
</div><br>
<<= window.Game.goToLoc("Back", 0, "uptown", 0 )>>
<</if>>
<<else>>
<<set $act = "">>
<<run Engine.play($YOU.loc)>>
<</if>>
</div><div class="main">
<<if $NPC.mandy.location === "sleep" || !$NPC.mandy.alive>>
<<run Engine.play($YOU.loc)>>
<<else>>
<h1><<= $NPC.mandy.name >> Exp: <<= $NPC.mandy.exp >></h1><br>
<<if $NPC.mandy.lvl < 1>><<set $NPC.mandy.lvl = 1>><</if>>
<<if $NPC.mandy.lvl > 1>><<set $NPC.mandy.lvl = 3>><</if>>
<<= window.Game.lvlText("mandy","main",
window.Game.rngText([
"Welcome back, Master! Your favorite little fucktoy is ready and waiting for you, completely at your mercy",
"Hey Daddy, it's me, your personal plaything. Come on in and use me however you please!",
"Your precious fuckdoll is here to satisfy every twisted desire!",
"Your favorite toy is primed and ready, so what dirty games will you play with me today?",
"Ready or not, here I come! Time for another round of hardcore fun with my favorite cock hog!",
"Hey it's your usual fucktoy, all warmed up and eager for you to stretch me out!",
"Sweet Daddy, your favorite fucktoy has been thinking about you... and all the depraved things you'll do to me!",
"This fucktoy is raring to go, so hurry up and shove that cock in already!",
"It's showtime, Master! Your loyal fucktoy is here to entertain you with some filthy, sweaty fun!",
"Hey, lover boy! Your personal fucktoy is on the menu, so dig in and make yourself comfortable!"
]),
"",
window.Game.rngText([
"Hey, it's you. I think I'm doing okay for now.",
"Oh, hey. I think I'm all right at the moment.",
"Hey. I remember you. I'm feeling okay right now, I think.",
"Oh, it's you. Yeah, I think I'm doing fine for now.",
"Hey there. I think I'm all right at the moment.",
"Oh, hi. I think I'm feeling okay right now.",
"Hey, good to see you again. I think I'm doing all right.",
"Oh, hey. I'm okay for now, as far as I can tell.",
"Hey, it's you again. I think I'm feeling fine at the moment.",
"Oh, hello. I think I'm doing okay right now.",
"Hey. I wasn't expecting to see you, but I think I'm all right.",
"Oh, it's you. I'm feeling okay for the time being.",
"Hey there. I think everything's fine right now.",
"Oh, hi again. I think I'm doing all right for now.",
"Hey. I think I'm okay at the moment, thanks."
])
)>>
<<if $NPC.mandy.lvl >= 3>>
<div class="options">
<<= window.Game.goToLoc("Sex", 60, "mandy acts", -15, ["sex1"], 1)>>
<<= window.Game.goToLoc("Anal", 90, "mandy acts", -15, ["anal1", "anal2"], 1)>>
</div>
<</if>>
<</if>>
<div class="options">
<<= window.Game.goToLoc("Back", 15, $YOU.loc, 0)>>
</div>
</div><div class="main">
<<if $NPC.alexis.location === "" || $NPC.alexis.hadSex || !$NPC.alexis.alive>>
<<goto $YOU.loc>>
<<else>>
<h1><<= $NPC.alexis.name >> Exp: <<= $NPC.alexis.exp >></h1><br>
<<if $NPC.alexis.lvl !== 3>><<set $NPC.alexis.lvl = 3>><</if>>
<<= window.Game.lvlText("alexis","main",
window.Game.rngText([
"Hey there, honey! Looking for a good time? I can take care of all your needs tonight, big boy!",
"What's up, handsome? Want to come party with me? I promise I'll make it worth your while!",
"Hey cutie, looking to have some fun? I've got skills that'll blow your mind!",
"Hi there, sugar! Interested in a wild ride? I'm all yours, baby!",
"Yo, baby! Looking for some action? Come on over, let me show you what I can do!",
"What's up, stud? Ready for a night you won't forget? Let's have some fun!",
"Hey hot stuff! Want to come check out what I've got? I guarantee you'll love it!",
"Hi there, gorgeous! Want to party? I'm ready whenever you are!",
"Hey baby, looking to get lucky? I'm your girl tonight!",
"What's happening, handsome? Want some company? I'll treat you right!",
"You look like you could use some relaxation! Want me to help you unwind?",
"Hey cutie, want to have some fun? I promise you won't regret it!",
"Hey there, big boy! Want to come have some fun with me? I'm waiting for you!",
"Looking for a good time? I'm your girl! Let's make some memories!"
])
)>>
<div class="options">
<<if $YOU.money >= Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros))>>
<<if $NPC.tori.alive>>
<<= window.Game.goToLoc("Sex ($" + Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros)) + ")", 60, "alexis acts", -15, ["sex1", "sex2", "alexisTori1"] , 1)>>
<<else>>
<<= window.Game.goToLoc("Sex ($" + Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros)) + ")", 60, "alexis acts", -15, ["sex1", "sex2"] , 1)>>
<</if>>
<<else>>
<div class="story-text">Not enough funds. </div><br>
<</if>>
</div>
<</if>>
<div class="options">
<<= window.Game.goToLoc("Back", 15, $YOU.loc, 0)>>
</div>
</div><div class="main">
<h1>Park</h1><br>
<<if $events.length > 0 && $eventsName !== "" && Story.has($eventsName)>>
<<set $act = window.Game.rngText($events)>>
<<goto $eventsName>>
<<else>>
<div class="options">
<div class="loc-row"> <<= window.Game.goToLoc("City", 15, "city", 0)>> <<= window.Game.npcTag("city")>> </div>
<div class="loc-row"><<= window.Game.goToLoc("Your neighborhood", 15, "nh", 0)>> <<= window.Game.npcTag("nh")>></div>
</div>
<<if $AREAS.uptown.start && !$GAME.night && !$NPC.alexis.met && $NPC.alexis.alive>>
<div class="event-opportunity">
<br><br><div class="event-label">OPPORTUNITY</div>
<<= window.Game.goToLoc("You notice a woman selling her body during the day", 0, "pros_s", 0, "alexis", 1)>>
</div>
<<elseif window.Game.rng(1, Math.max(1, 20 * $TEST.events)) <= $EVENTCOUNTER.out && $NPC.alexis.met && $NPC.alexis.alive && !$NPC.alexis.hadSex && !$GAME.night && $NPC.alexis.location !== State.passage>>
<div class="event-opportunity">
<br><br><div class="event-label">OPPORTUNITY</div>
<<= window.Game.goToLoc("Is that " + $NPC.alexis.name, 0, "park events", 0, window.Game.rngText(["alexisSex1"]), 1)>>
</div>
<<elseif window.Game.rng(1, Math.max(1, 20 * $TEST.events)) <= $EVENTCOUNTER.out && $NPC.mandy.met && $NPC.mandy.alive && $NPC.mandy.lvl >= 3 && !$GAME.night && $NPC.mandy.location !== State.passage>>
<div class="event-opportunity">
<br><br><div class="event-label">OPPORTUNITY</div>
<<= window.Game.goToLoc($NPC.mandy.name + "?", 0, "park events", 0, window.Game.rngText(["mandyAnal1"]), 1)>>
</div>
<</if>>
<</if>>
</div><div class="main">
<h1>Personal Home</h1><br>
<<if $act === "">>
<<if $events.length > 0 && $eventsName !== "" && Story.has($eventsName)>>
<<set $act = window.Game.rngText($events)>>
<<goto $eventsName>>
<<else>>
<div class="options">
<<if $YOU.cook is false>>
<<= window.Game.goToLoc("Cook", 30, State.passage, 0, "cook")>>
<<else>>
<div class="story-text">You already cooked today.</div><br>
<</if>>
<<if $YOU.shower is false>>
<<= window.Game.goToLoc("Shower", 30, State.passage, 0, "shower")>>
<<else>>
<div class="story-text">You already showered today.</div><br>
<</if>>
<<= window.Game.goToLoc("Sleep", 0, State.passage, 0, "sleep")>>
<<= window.Game.goToLoc("Masturbate", 30, State.passage, -5, "masturbate")>>
<div class="loc-row"><<= window.Game.goToLoc("Outside", 15, "sanc", 0)>> <<= window.Game.npcTag("sanc")>> </div>
<<if $NPC.poly.alive && $NPC.poly.met>>
<<= window.Game.goToLoc("Call over your devotees", 15, "poly", 0)>>
<</if>>
<<if $HOME.sancOpen>>
<div class="loc">
<<link "Keep main door closed (Disable home events)">>
<<set $HOME.sancOpen = false>>
<<set $uiRefresh = true>>
<<goto "sancHome">>
<</link>><br>
</div>
<<else>>
<div class="loc">
<<link "Keep main door open (Allow home events)">>
<<set $HOME.sancOpen = true>>
<<set $uiRefresh = true>>
<<goto "sancHome">>
<</link>><br>
</div>
<</if>>
</div>
<</if>>
<<elseif $act === "cook">>
<<if $GAME.night>>
<<= window.Game.pic($LINKS.pics + "sanccook2.jpg")>>
<<else>>
<<= window.Game.pic($LINKS.pics + "sanccook1.jpg")>>
<</if>>
<<= window.Game.stat("pp", 15, "You cook. ")>>
<<set $YOU.cook = true>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, State.passage, 0)>>
</div>
<<elseif $act === "shower">>
<<= window.Game.pic($LINKS.pics + "sancshower1.jpg")>>
<<= window.Game.stat("pp", 15, "You shower. ")>>
<<set $YOU.shower = true>>
<<if $NPC.poly.alive && $NPC.poly.met && !$GAME.night && $HOME.sancOpen>>
<div class="event-opportunity">
<br><br><div class="event-label">OPPORTUNITY</div>
<<= window.Game.goToLoc("Call your devotees", 60, "sanc events", -5, ["polyShower1"], 1)>>
</div>
<<elseif $NPC.poly.alive && $NPC.poly.met && !$GAME.night && !$HOME.sancOpen>>
<div class="story-text"> Door is closed (Can't call <<= $NPC.poly.name>>) </div><br>
<</if>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, State.passage, 0)>>
</div>
<<elseif $act === "masturbate">>
<<if !$uiRefresh && window.Game.rng(1, Math.max(1, 2 * $TEST.events)) <= $NPC.poly.lvl && $NPC.poly.alive && $NPC.poly.met && $HOME.sancOpen && !$GAME.night>>
<<set $act = window.Game.rngText(["polyJerk1"])>><<set $step = 1>><<goto "sanc events">>
<<else>>
<<= window.Game.vid($LINKS.you + "jerkSanc/" + window.Game.arr(1,3,"jerkSanc") + ".mp4")>>
<<= window.Game.chip()>>
<<if $YOU.stateChip>>
<<= window.Game.stat("hp", $RATES.cb.hj + 5,"Chip activates while jerking off has raised your health. ")>>
<<else>>
<<= window.Game.stat("hp", $RATES.cb.hj,"You masturbate. ")>>
<</if>>
<</if>>
<div class = "options">
<<= window.Game.goToLoc("Back", 0, State.passage, 0)>>
</div>
<<elseif $act === "sleep">>
<<= window.Game.pic($LINKS.pics + "sancsleep1.jpg")>>
<<run window.Game.sleep("sleep")>>
<<if !$uiRefresh && $NPC.poly.alive && $NPC.poly.met && $NPC.poly.ordersSleep && $HOME.sancOpen>>
<<set $act = window.Game.rngText(["polySleep1","polySleep2"])>><<set $step = 1>><<goto "sanc events">>
<<elseif !$uiRefresh && $NPC.poly.alive && $NPC.poly.met && $NPC.poly.ordersSleep && !$HOME.sancOpen>>
<div class="story-text"> Door is closed (<<= $NPC.poly.name>> can't fulfill request) </div><br>
<</if>>
<div class="story-text"> You sleep. </div><br>
<div class="options">
<<if $YOU.news is false && $NPC.kendra.alive>>
<<= window.Game.goToLoc("Wake up", 0, "news", 0, "news")>>
<<else>>
<<= window.Game.goToLoc("Wake up", 0, State.passage, 0)>>
<</if>>
</div>
<<else>>
<<set $act = "">>
<<goto "sancHome">>
<</if>>
</div><div class="main">
<<if !$NPC.poly.alive || !$NPC.poly.met>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<h1><<= $NPC.poly.name>> Exp: <<= $NPC.poly.exp>></h1><br>
<<if $NPC.poly.lvl !== 3>><<set $NPC.poly.lvl = 3>><</if>>
<<= window.Game.npcText("poly","main",
window.Game.rngText([
"We exist solely to worship you and drink in every drop of your divine essence.",
"Our bodies are temples built to receive your sacred seed, master! Please bless us.",
"We are your humble servants, eager to receive your holy gift of life.",
"Every inch of our bodies belongs to you. Fill us with your divine seed, master!",
"Grant us the honor of bathing in your glorious, virile essence, master!",
"Our bodies are vessels waiting for your holy deposit.",
"Please use us as you see fit. We live only to serve and receive.",
"We are your devout followers, thirsting for your blessed seed.",
"Take what you need from us. We are nothing without your holy essence.",
"Our bodies ache to be blessed by your powerful seed, master.",
"Fill your harem with your glory. We are here only to serve and receive!"
]))>>
<div class="options">
<<if $GAME.night>>
<<= window.Game.goToLoc("Handjob", 30, "poly acts", -5, ["nightHj1"], 1)>>
<<= window.Game.goToLoc("Blowjob", 60, "poly acts", -10, ["nightBj1"], 1)>>
<<= window.Game.goToLoc("Sex", 60, "poly acts", -15, ["nightSex1"], 1)>>
<<else>>
<<= window.Game.goToLoc("Handjob", 30, "poly acts", -5, ["hj1"], 1)>>
<<= window.Game.goToLoc("Blowjob", 60, "poly acts", -10, ["bj1"], 1)>>
<<= window.Game.goToLoc("Sex", 60, "poly acts", -15, ["sex1"], 1)>>
<</if>>
<<if $NPC.poly.ordersSleep>>
<div class="loc">
<<link "Order them to leave you alone as you sleep">>
<<set $NPC.poly.ordersSleep = false>>
<<set $uiRefresh = true>>
<<goto "poly">>
<</link>><br>
</div>
<<else>>
<div class="loc">
<<link "Order them to please you as you sleep">>
<<set $NPC.poly.ordersSleep = true>>
<<set $uiRefresh = true>>
<<goto "poly">>
<</link>><br>
</div>
<</if>>
<<= window.Game.goToLoc("Back", 15, $YOU.loc, 0)>>
</div>
<</if>>
</div><div class="main">
<<if $act === "mandyHj1" && $NPC.mandy.alive && $NPC.mandy.met>>
<h1> Personal Home </h1><br>
<<if $step === 1>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Aw, did daddy miss his favorite cum dumpster, huh?",
"Did daddy forget how good it feels to play with his cum dumpster?",
"Aww, you missed using your personal cum dumpster, didn't you, daddy?",
"Did daddy miss the way his cum dumpster grips and milks him?",
"Aw, looks like daddy’s been missing his personal cum dumpster, huh?",
"Did daddy miss his cum dumpster?",
"Aw, you’ve been dreaming of your cum dumpster again, haven’t you?"]))>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/2.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"You're so hard just for me? Let me worship every inch of that gorgeous cock with my feet, my soft tits, and my eager hands, baby",
"Seeing you this hard for me drives me crazy! Let me show my gratitude by massaging that thick shaft with my tits, rubbing it with my soles, and stroking it with both hands",
"Your cock is so hard just thinking about me? Oh god, I'm going to adore it with my feet sliding along its length, smothering it between my tits, and jerking it with both hands until you explode",
"That hardness is all for me? Then let me prove how thankful I am by teasing it with my feet, tits, and pumping it with my hands until you lose control",
"You're rock hard just knowing it's me? Let me worship that magnificent cock with every part of my body, my feet caressing it, my breasts squeezing it, and my hands stroking it senseless"]))>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/4.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Oh baby, please cover my pretty little feet in your warm cum, it's the perfect way to thank me",
"I want nothing more than to have your sweet cum dripping all over my toes, it's like a dream come true",
"My little piggies are aching for a dose of your thick cum, baby, can you make my dreams come true?",
"I'm craving the feeling of your warm cum seeping into my skin, tracing its path across my tiny toes, oh god yes",
"Don't hold back, baby, pour your cum all over my dainty little feet and let me savor every drop",
"My toes are literally quivering with anticipation, begging for the touch of your cum, baby, please"]))>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.npcExp("mandy", $RATES.exp.hj + 1)>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/cum.mp4")>>
<<set $NPC.mandy.lvl = 1>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("mandy", 5)>>
<<set $NPC.mandy.invited = true>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Oh cool, thanks! I'm feeling like myself again now. See you later!",
"Awesome, I'm back to normal! Catch you around soon!",
"Great, all better now. I'll see you around!",
"Perfect, everything's fixed! Talk to you later!",
"Nice, I'm all good now. See ya around!",
"Sweet, normal again! Later!",
"Good to go now, thanks! Catch you next time!",
"All set, back to normal. See you!",
"Perfect, I'm fine now. Take it easy!"]))>>
<<= window.Game.goToLoc("Back", 0, "uptown", 0 )>>
<</if>>
<<elseif $act === "alexisSex1" && $NPC.alexis.alive && $NPC.alexis.met>>
<h1> Alexis's home </h1><br>
<<if $step === 1>>
<div class="story-text">
You visit <<print $NPC.alexis.name>>'s home. The door has been left open for you. <br>
</div>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Hey there, handsome. I've just been tidying up the place and keeping myself busy while I waited for you to arrive.",
"Hi baby! I've been doing a few boring chores, but all I could actually think about was you coming through that door.",
"Hey sweetheart. I've just been playing housewife and doing chores, but I'm much more interested in playing with you now.",
"Well hello, baby. I've been keeping myself occupied with chores, but I'm officially done with those and ready for some real fun.",
"Hey there, cutie. I've just been scrubbing the place down, but now I'm ready for you to make a huge mess of me.",
"Hi honey! I've been busy with chores, but I've been counting down the seconds until you got here."
]))>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/3.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Your cock was made for my pussy, baby. Wow.",
"Baby, your cock fits my pussy like it was made for me.",
"Wow, baby, your cock was absolutely made for this pussy.",
"Your cock belongs in my pussy, baby. I can feel it.",
"Baby, that cock was made to fill my pussy.",
"Wow, your cock feels like it was designed just for me.",
"Your cock and my pussy were made for each other, baby.",
"Baby, your cock feels perfect inside my pussy."
]))>>
<<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/5.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Yes, give me your cum, baby.",
"Yes, baby, give me your cum.",
"Give me your cum, baby, I want it.",
"Yes, baby, let me have your cum.",
"Give me every drop, baby.",
"Yes, give it to me, baby.",
"Cum for me, baby, I want it so bad."
]))>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.npcExp("alexis", $RATES.exp.sex)>>
<<set $NPC.alexis.hadSex = true>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("alexis", 5)>>
<<= window.Game.stat("money", -Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros)))>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Your cum tastes so good, baby. I’ll see you again soon.",
"Mmm, your cum is so tasty. Don’t keep me waiting too long, baby.",
"Your cum is delicious, handsome. I’ll be seeing you again soon.",
"Baby, your cum tastes amazing. I’ll be craving you until next time.",
"Mmm, I love the taste of your cum. Come see me again soon.",
"Your cum is so tasty, baby. I already want another visit.",
"That cum tastes so good, handsome. I’ll be waiting for you.",
"Mmm, your cum is my favorite treat. I’ll see you again soon."
]))>>
<<= window.Game.goToLoc("Back", 0, "uptown", 0 )>>
<</if>>
<<elseif $act === "toriAnal1" && $NPC.tori.alive && $NPC.tori.met && $GAME.night>>
<h1> Tori's home </h1><br>
<<if $step === 1>>
<div class="story-text">
You arrive at <<print $NPC.tori.name>>'s home. <br>
</div>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("tori","main"
,window.Game.rngText([
"I figured only my tight little asshole would be enough to really satisfy you.",
"Mmm, I had a feeling my tight little ass was the only thing that could satisfy you properly.",
"I just knew you’d need my tight little asshole if I wanted to leave you completely satisfied.",
"Honestly, I figured nothing less than my tight little ass would be enough for you.",
"Mmm, I knew exactly what you needed, my tight little asshole all to yourself.",
"I had a feeling my tight little ass was the only thing that could really give you what you wanted.",
"I figured if I really wanted to satisfy you, I’d have to offer you my tight little asshole.",
"Mmm, I knew you wouldn’t be completely satisfied until you had my tight little ass.",
"I just assumed my tight little asshole was exactly what it would take to finally satisfy you.",
"I figured only giving you my tight little ass would be enough to make sure you were fully satisfied."
]))>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You fuck Tori’s asshole, stretching her tighter and wider with every thrust to her obvious delight.",
"You keep fucking Tori’s ass, opening her up more and more as she eagerly enjoys every inch.",
"You pound Tori’s asshole steadily, stretching her further with each thrust while she revels in the sensation.",
"You work deeper into Tori’s ass, gradually stretching her open more and more as she happily takes it.",
"You keep pushing into Tori’s asshole, widening her little by little while she clearly loves every second of it.",
"You fuck Tori’s ass harder, stretching her increasingly open as her pleasure grows with every thrust.",
"You steadily work Tori’s asshole wider, each deep thrust making her enjoy the stretching even more.",
"You continue fucking Tori’s ass, opening her up further and further while she eagerly welcomes the pressure.",
"You drive deeper into Tori’s asshole, stretching her more with every movement as she delights in how full she feels.",
"You relentlessly work Tori’s ass open, stretching her wider and wider while she eagerly enjoys the intense sensation."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/4.mp4")>>
<<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/5.mp4")>>
<<= window.Game.lvlText("tori","main"
,window.Game.rngText([
"I wanna taste my own asshole on your cock, then swallow every drop of that juicy cum.",
"Mmm, I wanna taste where your cock has been before taking all that thick, juicy cum down my throat.",
"I wanna wrap my lips around your cock, taste my ass all over it, and swallow every bit of your cum.",
"God, I wanna taste my asshole on your cock so badly, then drink down all that juicy cum you’ve got for me.",
"Mmm, let me taste my ass on your cock before you fill my mouth with that delicious cum.",
"I wanna lick the taste of my asshole right off your cock, then swallow your entire juicy load.",
"Fuck, I wanna taste myself all over your cock and finish by swallowing every drop of your cum.",
"Mmm, give me your cock while it still tastes like my ass, then let me swallow all that juicy cum afterward.",
"I wanna savor the taste of my asshole on your cock before you pump that thick cum into my mouth.",
"God, let me taste my ass on your cock and then swallow every last drop of that juicy cum."
]))>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/6.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.anal)>>
<<= window.Game.stat("hp",$RATES.cb.anal)>>
<<= window.Game.npcExp("tori", $RATES.exp.anal)>>
<<set $NPC.tori.hadSex = true>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("tori", 5)>>
<<= window.Game.stat("money", -Math.max(1, window.Game.round($NPC.tori.rate * $TEST.pros)))>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/post1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/post2.mp4")>>
<<= window.Game.lvlText("tori","main"
,window.Game.rngText([
"I could swallow your cum all day, baby. Make sure you come back and visit me again real soon.",
"Mmm, I could keep swallowing your cum all day long. Don’t make me wait too long before your next visit, baby.",
"I swear I could drink down your cum all day, babe. Be sure to come see me again soon.",
"Mmm, your cum is something I could swallow all day. You better come back and give me more soon, baby.",
"I could happily swallow load after load all day long. Make sure you pay me another visit soon, babe.",
"Mmm, I could spend the whole day swallowing your cum. Come back and see me again soon, baby.",
"I could never get tired of swallowing your cum, babe. Don’t forget to visit me again real soon.",
"Mmm, I’d happily keep swallowing your cum all day if you let me. You better come back soon, baby.",
"I could swallow every drop you give me all day long. Make sure your next visit isn’t too far away, babe.",
"Mmm, I could live on your cum all day, baby. Come pay me another visit soon and give me plenty more."
]))>>
<<= window.Game.goToLoc("Back", 120, "uptown", 0 )>>
<</if>>
<<elseif $act === "sisBj1" && $NPC.sis.alive>>
<h1> Home </h1><br>
<<if $step === 1>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Mhmm, you knew I was gonna milk your cock like this when you said yes, bro. Make sure you get nice and close to my pussy too.",
"Mmm, bro, you knew exactly what you were agreeing to when you said yes. Now get that cock nice and close to my pussy for me.",
"Hehe, you knew I was gonna milk that cock properly, bro. Don’t forget to bring yourself real close to my pussy while I do it.",
"Mhmm, bro, you said yes knowing I’d work that cock until you couldn’t take anymore. Now make sure you get nice and close to my pussy too.",
"Mmm, you knew what I had planned for that cock the second you agreed, bro. Come closer and let me feel you right near my pussy.",
"Hehe, bro, don’t act surprised, you knew I was gonna milk your cock like this. Now get yourself nice and close to my pussy too.",
"Mhmm, you knew saying yes meant I was gonna give that cock a thorough milking, bro. Make sure you stay nice and close to my pussy for me.",
"Mmm, bro, you knew exactly how I was gonna treat that cock when you agreed. Now come closer and get right up against my pussy too.",
"Hehe, you knew I wouldn’t let that cock go without milking it properly, bro. So make sure you get real close to my pussy while I’m at it.",
"Mhmm, bro, you knew what you were getting into when you said yes. Let me keep milking that cock while you get nice and close to my pussy too."
])
,window.Game.rngText([
"Mhmm, I wasn’t about to call you over and not suck your cock like there’s no tomorrow, hehe.",
"Mmm, bro, you didn’t really think I’d call you and then leave that cock untouched, did you? Hehe.",
"Of course I called you, bro. I’ve been dying to suck your cock like I won’t get another chance, hehe.",
"Mhmm, I wasn’t gonna invite you over without giving that cock all the attention it deserves, bro.",
"Come on, bro, you know I wouldn’t call you just to talk when I could be sucking your cock like crazy, hehe.",
"Mmm, I called you for a reason, bro. There was no way I was letting you leave without sucking that cock thoroughly.",
"Hehe, bro, I wasn’t about to call you and waste the opportunity to suck your cock like there’s no tomorrow.",
"Mhmm, you know me better than that, bro. I call you over, I’m definitely gonna make good use of that cock.",
"Mmm, bro, I didn’t call you here just to hang out. I fully planned on sucking your cock until you could barely think straight, hehe.",
"Hehe, bro, once I called you over, there was no chance I wasn’t going to suck that cock like my life depended on it."
]))>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/2.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You’re doing so good! I can feel your cock pulsing, and your balls look so tight. If you use my throat like a fuck toy, you’re gonna cum super hard.",
"Mmm, you’re doing amazing! Your cock is pulsing so much, and your balls look ready to burst. Use my throat like a fuck toy and make yourself cum even harder.",
"You’re doing sooo good! I can feel every pulse of your cock, and your balls are getting so tight. Fuck my throat like a toy and let yourself cum as hard as you can.",
"Mhmm, look at you! Your cock is throbbing and your balls look completely full. Use my throat like your fuck toy and I bet you’ll cum insanely hard.",
"You’re doing perfect! I can feel your cock pulsing against me, and those tight balls look so ready. Fuck my throat like a toy and make that orgasm even stronger.",
"Mmm, you’re getting so close! Your cock keeps pulsing and your balls look incredibly tight. Use my throat however you want and cum as hard as possible.",
"You’re doing so well! I can feel how badly your cock wants to cum, and your balls look so tense. Treat my throat like a fuck toy and let it all out.",
"Mhmm, your cock is pulsing like crazy and your balls look ready to unload. Use my throat like your favorite toy and make yourself cum super hard.",
"You’re doing amazing! I can feel every throb of your cock, and your balls are so tight right now. Fuck my throat like a toy and push yourself over the edge.",
"Mmm, you’re almost there! Your cock is pulsing and those balls look desperate to empty. Use my throat like a fuck toy and give yourself the hardest orgasm you can."
])
,window.Game.rngText([
"You're doing so good, bro. Try using my throat like a fuck toy so your cock feels even better.",
"Mmm, you're doing amazing. Go ahead and fuck my throat like a toy if it makes your cock feel even better.",
"You're doing so good, bro. Use my throat however you want and make that cock feel as good as possible.",
"Mhmm, keep going. Treat my throat like your personal fuck toy and enjoy how good it feels around your cock.",
"You're doing great, bro. Don't hold back. Use my throat like a toy and give your cock all the pleasure it wants.",
"Mmm, that's it. Fuck my throat however feels best for your cock, bro.",
"You're doing sooo good. Go ahead and use my throat like a fuck toy if that's what makes your cock feel amazing.",
"Mhmm, bro, keep it up. Let my throat be your toy and use it to make every inch of your cock feel good.",
"You're doing perfect. Use my throat exactly how you want, bro, and make that cock feel even better.",
"Mmm, you're doing so well. Fuck my throat like your favorite toy and enjoy every bit of pleasure it gives your cock."
]))>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/3.mp4")>>
<<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Sis makes sure your cock rubs against the soft texture of her throat while her musky pussy hovers teasingly close to your face.",
"Sis keeps your cock sliding along her soft throat, making every movement count while her musky pussy stays temptingly close to your face.",
"Your cock repeatedly rubs against Sis’s soft, textured throat as her musky pussy hovers just inches from your face.",
"Sis works your cock against the soft walls of her throat while keeping her musky pussy teasingly close to your mouth.",
"She makes sure every inch of your cock feels the soft texture of her throat as her musky pussy remains hovering right above your face.",
"Sis keeps your cock pressed and sliding against her soft throat while positioning her musky pussy tantalizingly close to your face.",
"Your cock glides against the soft texture of Sis’s throat again and again while her musky pussy stays provocatively close to you.",
"Sis deliberately rubs your cock along her soft throat, all while keeping her musky pussy hovering close enough to tease your senses.",
"She works your cock deep against the soft texture of her throat as her musky pussy remains perfectly positioned near your face.",
"Sis makes every movement of her throat rub against your cock while her musky pussy hovers teasingly close, giving you even more to focus on."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/5.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You feel your cock and asshole pulsing as your balls start pumping out your cum, and Sis makes sure to keep your cock buried in her mouth.",
"Your cock throbs and your asshole contracts as your balls begin unloading, while Sis keeps your cock firmly inside her mouth.",
"You feel your cock pulse hard and your asshole tighten as your balls start releasing cum, and Sis refuses to let your cock leave her mouth.",
"Your cock and asshole begin pulsing together as your balls pump out your load, while Sis eagerly keeps your cock deep in her mouth.",
"You feel every pulse through your cock and asshole as your balls begin emptying, and Sis makes sure her mouth stays wrapped around you.",
"Your cock throbs uncontrollably and your asshole contracts as your balls start pumping cum, while Sis keeps you securely inside her mouth.",
"You feel your cock pulsing with every contraction of your asshole as your balls begin releasing, and Sis keeps your cock buried between her lips.",
"Your cock and asshole pulse rhythmically as your balls start unloading their cum, while Sis makes certain your cock never leaves her mouth.",
"You feel your orgasm take over as your cock throbs, your asshole pulses, and your balls begin pumping cum while Sis keeps sucking you.",
"Your cock pulses harder and your asshole tightens as your balls start releasing every drop, with Sis keeping your cock firmly inside her mouth the entire time."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/cum.mp4")>>
<<set $YOU.stateNoVision = true>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.npcExp("sis", $RATES.exp.bj)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"Oh my god, I feel so full from all your cum. You did amazing, bro! You really love the scent of your sister’s pussy, don’t you?",
"Mmm, bro, you filled me with so much cum! You did sooo good. I bet you can’t get enough of the smell of your sister’s pussy, huh?",
"Wowww, I feel completely full of your cum! You did such a good job, bro. You love being this close to your sister’s pussy, don’t you?",
"Oh god, bro, there’s so much of your cum inside me! You were amazing. Bet you love the scent of your sister’s pussy this close to your face.",
"Mmm, I’m so full after that, bro! You did incredibly well. You really enjoy the smell of your sister’s pussy, huh?",
"Oh my god, you gave me so much cum! I feel completely stuffed. You must love having your sister’s pussy so close, bro.",
"Wow, bro, I can still feel how full you left me! You did sooo amazing. I know you love the scent of your sister’s pussy, don’t you?",
"Mmm, you filled me up so much, bro! You were incredible. I bet the smell of your sister’s pussy drives you crazy, huh?",
"Ohhh, bro, I feel absolutely full of your cum! You did such an amazing job. You really can’t resist your sister’s pussy, can you?"
])
,window.Game.rngText([
"Wow, that was sooo much cum! I couldn’t believe how hard your cock was throbbing when you came. You did so good, bro.",
"Wowww, bro, you came so much! Your cock was throbbing like crazy while you emptied yourself. You did amazing.",
"Oh my god, that was a huge load! I could feel how hard your cock was pulsing when you came. You did sooo good, bro.",
"Mmm, bro, that was so much cum! Your cock was throbbing so intensely through your whole orgasm. You did such a good job.",
"Wow, I can’t believe how much you came! Your cock was pulsing so hard the entire time. You did perfect, bro.",
"Brooo, that was an incredible amount of cum! I could feel every strong throb of your cock while you came. You did sooo well.",
"Mmm, wow, you really emptied yourself! Your cock was throbbing so hard when you came. I’m proud of you, bro.",
"Oh wow, bro, that was a lot! Your cock kept pulsing so intensely while all that cum came out. You did amazing.",
"Wowww, you came so hard, bro! I couldn’t believe how strongly your cock was throbbing through the whole thing. You did sooo good.",
"Mmm, that was such a huge release! Your cock was pulsing like crazy while you came. You did such a good job, bro."
]))>>
<<= window.Game.goToLoc("Back", 0, "main", 0 )>>
<</if>>
<<elseif $act === "docPhj1" && $NPC.doc.alive>>
<h1> Hospital </h1><br>
<<if $step === 1>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/1.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"I must first stimulate your anus and penis simultaneously to properly warm up your genital area.",
"Before we begin, I’ll need to stimulate your penis and anus together to prepare the entire genital region.",
"I’ll start by stimulating your anus and penis at the same time to thoroughly warm up your genital area.",
"First, I need to provide simultaneous stimulation to your penis and anus so the area is properly prepared.",
"We’ll begin with stimulation of both your penis and anus at once to warm up your genital region for the examination.",
"I must first work your penis and anus simultaneously to increase sensitivity and properly prepare your genital area.",
"Before the main procedure, I’ll stimulate both your anus and penis together to make sure your genital area is sufficiently warmed up.",
"The first step requires simultaneous stimulation of your penis and anus to prepare your body for the rest of the testing.",
"I’ll begin by stimulating your penis while also working your anus, ensuring the entire genital area is fully warmed up.",
"To start, I need to stimulate your anus and penis together until your genital area is properly prepared for the procedure."
]))>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/2.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"If I stimulate your penile tissue with both hands like this, your body should respond with a very powerful erection.",
"By rubbing the penile tissue firmly between both of my hands, I should be able to produce a strong erectile response.",
"If I work your penile tissue with both hands simultaneously, your body should begin developing a powerful erection.",
"Using both hands like this allows me to stimulate the penile tissue thoroughly and encourage a much stronger erection.",
"If I continue rubbing your penile tissue with both hands, your body should respond by becoming fully and firmly erect.",
"By applying stimulation with both hands, I can encourage the penile tissue to produce an especially strong erection.",
"If I massage your penile tissue from both sides like this, we should see a very pronounced erectile response.",
"Working the penile tissue with both hands should increase the stimulation enough to produce a powerful erection.",
"If I maintain this two-handed stimulation, your penile tissue should respond quickly with a firm, sustained erection.",
"By stimulating your penile tissue thoroughly with both hands, I expect your body to produce a very strong erection."
]))>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/3.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Now that your penis is fully erect, your prostate should be nicely engorged and producing plenty of seminal fluid.",
"With your penis fully erect, your prostate should now be swollen and rich with seminal secretions.",
"Excellent. Now that you’re completely erect, your prostate should be engorged and ready with plenty of seminal fluid.",
"Now that we’ve achieved a full erection, your prostate should be swollen and actively contributing seminal fluid.",
"With that penis fully erect, I’d expect your prostate to be nicely engorged and producing a substantial amount of seminal fluid.",
"Excellent. Your full erection should mean the prostate is now swollen and prepared for the release of its seminal secretions.",
"Now that your penis is completely hard, your prostate should be thoroughly engorged and producing plenty of seminal fluid.",
"With your erection fully established, your prostate should now be swollen and primed with seminal secretions.",
"Very good. Now that you’re fully erect, your prostate should be engorged and actively preparing its contribution to your seminal fluid.",
"Now that your penis has reached full erection, your prostate should be swollen and ready to release its seminal secretions."
]))>>
<<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/4.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Excellent prostatic response, likely enhanced by the additional stimulation to your penile area.",
"Very good. Your prostate is responding strongly, likely because I’m stimulating your penis at the same time.",
"Excellent. That’s a pronounced prostatic response, probably intensified by the simultaneous penile stimulation.",
"Very impressive response. The stimulation to your penile area appears to be enhancing your prostate considerably.",
"Excellent. Your prostate is reacting exactly as expected, likely due to the added stimulation of your penis.",
"Very good. The strong prostatic response may be a direct result of stimulating your penile area simultaneously.",
"Excellent response. It seems the additional penile stimulation is significantly increasing your prostate’s reaction.",
"Very promising. Your prostate is responding quite strongly, likely because your penile tissue is being stimulated as well.",
"Excellent. The simultaneous stimulation of your penile area appears to be producing a much stronger prostatic response.",
"Very good. Your prostate is showing an excellent response, most likely amplified by the stimulation I’m providing to your penis."
]))>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/6.mp4")>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"I can feel your prostate throbbing and becoming increasingly dense. If I continue, those orgasmic contractions will become powerful and inevitable.",
"Your prostate is throbbing strongly and growing denser by the second. If I keep stimulating you, a powerful orgasmic response will be unavoidable.",
"I can feel your prostate pulsing and becoming remarkably firm. Continued stimulation should produce very intense, inevitable orgasmic contractions.",
"Excellent. Your prostate is throbbing and becoming quite dense now. If I continue, your body will have no choice but to respond with powerful contractions.",
"Your prostate is pulsing noticeably and growing firmer under stimulation. At this rate, strong orgasmic contractions will soon become inevitable.",
"I can feel your prostate becoming denser with every throb. If I maintain this stimulation, your orgasmic contractions should be exceptionally powerful.",
"Your prostate is responding beautifully. It’s throbbing and becoming increasingly firm. Continued stimulation will almost certainly trigger intense contractions.",
"I can feel your prostate pulsing harder and becoming very dense. If I keep going like this, a powerful orgasmic response will be impossible to avoid.",
"Very good. Your prostate is throbbing intensely and becoming quite firm. Continued stimulation should bring on strong, involuntary orgasmic contractions.",
"I can feel the pressure building as your prostate throbs and becomes denser. If I continue, those powerful orgasmic contractions will be inevitable."
]))>>
<<= window.Game.vid($LINKS.events + "invite/" + $act + "/cum.mp4")>>
<<set $YOU.stateProstate = true>>
<<= window.Game.stat("cb",$RATES.cb.hj)>>
<<= window.Game.stat("hp",$RATES.cb.hj)>>
<<= window.Game.npcExp("doc", $RATES.exp.hj + 1)>>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Such excellent orgasmic contractions from your prostate. I truly appreciate you taking the time to contribute to my research.",
"Excellent. Those were remarkably strong prostatic orgasmic contractions. Thank you for lending your time and body to my studies.",
"Very impressive. Your prostate produced exceptionally powerful orgasmic contractions. I greatly appreciate your cooperation with my research.",
"Excellent response. Those prostatic contractions were precisely what I hoped to observe. Thank you for taking the time to assist with my studies.",
"Wonderful. Your prostate demonstrated some remarkably intense orgasmic contractions. Your contribution to my research is greatly appreciated.",
"Such a strong orgasmic response from your prostate. Thank you for being so cooperative and allowing me to gather this valuable data.",
"Excellent. Those powerful contractions provided exactly the response I needed to study. I appreciate your time and assistance immensely.",
"Very good. Your prostate produced a fascinating series of orgasmic contractions. Thank you for helping further my research.",
"Remarkable. Those orgasmic contractions were exceptionally pronounced. I’m quite grateful that you took the time to participate in my studies.",
"Excellent work. Your prostatic orgasmic response yielded some very useful observations. Thank you for your time and invaluable assistance."
]))>>
<<= window.Game.goToLoc("Back", 0, "hhc", 0 )>>
<</if>>
<<else>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<</if>>
</div><div class="main">
<h1>Phone</h1><br>
<<set $YOU.called = true>>
<<if $act === "mandy" && $NPC.mandy.met && $NPC.mandy.alive && $NPC.mandy.lvl >= 3 && !$GAME.night && $NPC.mandy.location !== $YOU.loc>>
<<= window.Game.npcText("mandy","main"
,window.Game.rngText([
"Hey sugar, I'm craving your huge dick! Can we meet up?",
"I need a serious cock fix, baby! How about we meet so I can get some of that monster of yours?",
"Mmm, I'm aching for your cock. When can I get my hands on it again?",
"Baby, I'm dying over here without your fat cock in me! You free?",
"Hey handsome, you wouldn't happen to have that dick of yours available for playtime today?",
"Hey, baby! Wanna relieve some tension with that huge cock of yours?",
"I'm so horny I could burst! Please tell me you're free to give me some dick!",
"Hey there, big boy! When can I expect to have your massive, veiny cock again? Pretty please?"]))>>
<div class="options"><<= window.Game.goToLoc("Accept", 120, "invite", -10, "mandyHj1", 1)>></div>
<<elseif $act === "alexis" && $NPC.alexis.met && $NPC.alexis.alive && !$NPC.alexis.hadSex && !$GAME.night && $NPC.alexis.location !== $YOU.loc>>
<<= window.Game.npcText("alexis","main"
,window.Game.rngText([
"Want to meet up, handsome? I'll make sure you're shaking by the time I'm done, but my services aren't free, sugar!",
"Up for a little rendezvous? I'll give you the ride of your life, baby, as long as you've got the cash to cover it!",
"You wanna link up? I'll make it worth every single second of your time, but we've gotta talk about my rate first!",
"Looking to meet a dirty girl? I'll treat you like a king, big boy, but remember, everything has a price!",
"Want to get together? I'll make sure you leave completely satisfied, but don't forget to bring your wallet, honey!",
"You wanna meet me? I can promise you a night of pure sin, but it'll cost you a pretty penny!",
"Fancy a little get-together? I'll be whatever you want me to be, baby, for the right price!",
"Wanna meet up and play? I'll make it a memory you'll never forget, but first, let's settle on the fee!",
"You looking to meet? I'll give you a show you won't believe, but my time is expensive, handsome!"]))>>
<<if $YOU.money >= Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros))>>
<div class="options"><<= window.Game.goToLoc("Accept ($" + Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros)) + ")", 120, "invite", -10, "alexisSex1", 1)>></div>
<<else>>
<div class="story-text">Not enough funds.</div><br>
<</if>>
<<elseif $act === "tori" && $NPC.tori.met && $NPC.tori.alive && !$NPC.tori.hadSex && $GAME.night && $NPC.tori.location !== $YOU.loc>>
<<= window.Game.npcText("tori","main"
,window.Game.rngText([
"Heyyy, I’ve got a little surprise waiting for you… wanna come see? I promise I’ll make it worth every penny.",
"Hey, you. I’ve got something special to show you. Come take a look. I’ll make sure you get your money’s worth.",
"Hehe, I have a little surprise planned just for you. Wanna come see? Trust me, it’ll be worth the cost.",
"Heyyy, wanna come find out what I’ve been saving for you? Don’t worry. I’ll make sure every dollar feels well spent.",
"I’ve got a little something waiting just for you… come see, and I promise I’ll make the price worth it.",
"Hey, come here for a second. I’ve got a surprise you’re gonna like. I’ll make sure you don’t regret paying for it.",
"Hehe, I’ve been keeping a little surprise for you. Wanna come check it out? I promise you’ll get your money’s worth.",
"Heyyy, I’ve got something fun waiting for you… come see. I’ll make sure the cost feels completely worth it.",
"Come see me for a bit. I’ve got a little surprise with your name on it, and I promise I’ll make every penny count.",
"Hey, I have a surprise for you… wanna come over and see? Trust me, I’ll make sure you’re very happy you paid."
]))>>
<<if $YOU.money >= Math.max(1, window.Game.round($NPC.tori.rate * $TEST.pros))>>
<div class="options"><<= window.Game.goToLoc("Accept ($" + Math.max(1, window.Game.round($NPC.tori.rate * $TEST.pros)) + ")", 0, "invite", -10, "toriAnal1", 1)>></div>
<<else>>
<div class="story-text">Not enough funds.</div><br>
<</if>>
<<elseif $act === "sis" && $NPC.sis.alive && $NPC.sis.lvl >= 2 && $NPC.sis.location !== $YOU.loc>>
<<= window.Game.npcText("sis","main" ,
window.Game.rngText([
"Hey, bro, I’m free right now if you need that cock milked again.",
"Heyyy, bro, I’ve got some free time if you want me to milk that cock for you.",
"Hey, bro, just letting you know I’m free if your cock needs a little attention.",
"Heyyy, bro, I’m available if you need someone to milk that cock nice and thoroughly.",
"Hey, bro, I’ve got nothing going on right now… wanna let me milk your cock?",
"Heyyy, bro, I’m free at the moment if you’re in the mood to have that cock milked.",
"Hey, bro, if that cock needs emptying, I’m free and ready whenever you are.",
"Heyyy, bro, I’ve got time to spare if you want me to give that cock a good milking.",
"Hey, bro, I’m free right now, so just say the word if you need your cock milked.",
"Heyyy, bro, need a little help with that cock? I’m free and ready to milk it for you."
]))>>
<div class="options"><<= window.Game.goToLoc("Accept", 120, "invite", -10, "sisBj1", 1)>></div>
<<elseif $act === "doc" && $NPC.doc.alive && $HHC.testsUnlocked && $NPC.doc.location !== $YOU.loc && $NPC.doc.location === "hhc">>
<<= window.Game.npcText("doc","main", window.Game.rngText([
"Hello there. Would you happen to be available to stop by the office for a quick analysis?",
"Hi there. Any chance you’re free to come into the office for a brief analysis?",
"Hello. Would you be available to visit the office for a quick examination?",
"Hi. Are you by any chance free to come in for a short analysis today?",
"Hello there. I was wondering if you might be available to stop by the office for a quick assessment?",
"Hi. Would you have a little time to come into the office for a brief analysis?",
"Hello. Are you available to stop by for a quick evaluation when you get the chance?",
"Hi there. Any chance you could come into the office for a short analysis?",
"Hello. Would you be free to visit the office for a quick assessment?",
"Hi there. I was hoping you might be available to come in for a brief analysis?"
]))>>
<div class="options"><<= window.Game.goToLoc("Accept", 120, "invite", -10, "docPhj1", 1)>></div>
<<else>>
<div class="story-text">No one is on the line.</div><br>
<</if>>
<div class="options"><<= window.Game.goToLoc("Decline", 0, $YOU.loc, 0)>></div>
</div><div class="main">
<h1>Uptown</h1><br>
<<if $events.length > 0 && $eventsName !== "" && Story.has($eventsName)>>
<<set $act = window.Game.rngText($events)>>
<<goto $eventsName>>
<<else>>
<div class="options">
<div class="loc-row"><<= window.Game.goToLoc("City", 30, "city", 0)>> <<= window.Game.npcTag("city")>> </div>
<<if $AREAS.uptown.start>><div class="loc-row"><<= window.Game.goToLoc("Red Light District", 15, "rld", 0)>> <<= window.Game.npcTag("rld")>> </div><</if>>
<<if window.Game.rng(1, Math.max(1, 20 * $TEST.events)) <= $EVENTCOUNTER.out && $NPC.mandy.met && $NPC.mandy.alive && $NPC.mandy.lvl >= 3 && !$GAME.night && $NPC.mandy.location !== State.passage>>
<div class="event-opportunity">
<br><br><div class="event-label">OPPORTUNITY</div>
<<= window.Game.goToLoc($NPC.mandy.name + "?", 0, "uptown events", 0, window.Game.rngText(["mandyBj1", "mandyHj1"]), 1)>>
</div>
<</if>>
<<if window.Game.rng(1, Math.max(1, 20 * $TEST.events)) <= $EVENTCOUNTER.out && $NPC.alexis.met && $NPC.alexis.alive && !$NPC.alexis.hadSex && !$GAME.night && $NPC.alexis.location !== State.passage>>
<div class="event-opportunity">
<br><br><div class="event-label">OPPORTUNITY</div>
<<= window.Game.goToLoc("Oh, it's " + $NPC.alexis.name, 0, "uptown events", 0, window.Game.rngText(["alexisSex1"]), 1)>>
</div>
<</if>>
</div>
<</if>>
</div><div class="main">
<h1> Alexis </h1><br>
<<if !$NPC.alexis.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "sex1">>
<<if $step === 1>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Hey sugar, let me wrap these lips around your cock until it's nice and stiff for me!",
"How 'bout I get on my knees and suck you until you're ready to fuck?",
"Don't be shy honey, I'm gonna make your cock as hard as steel with my mouth!",
"Want me to get you nice and hard? Just relax, and let me work my magic on that shaft!",
"I'll take care of you baby, just let me put my lips to work and get that dick hard!",
"Let me help you out, handsome. I'll stroke and suck that cock until it's ready for whatever you want!"
]))>>
<<= window.Game.vid($LINKS2.alexis + $act + "/1.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Claim this pussy, lover! Make it obvious that you own every inch of me!",
"Yes, dominate me! Fuck me hard and make it clear that I'm your personal toy!",
"Take control, honey. Pound this tight hole until I scream that I'm yours!",
"Use me, baby. Ruin my pussy and make it unmistakably yours!",
"Do whatever you want with me, babe! I want to feel you claiming every part of my body!",
"Make me yours completely, sweetie! Fuck me until I can't think of anyone else!",
"I surrender to you, baby. Take my pussy and treat it like your private property!",
"Show me who's boss, lover! Fuck me so thoroughly that everyone knows I'm yours!",
"Use me however you please, handsome! I live to be your slutty little plaything!"
]))>>
<<= window.Game.vid($LINKS2.alexis + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.alexis + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You fuck Alexis's thick ass through a variety of positions, using her pussy exactly like the shameless whore she is.",
"You take Alexis from position to position, pounding her curvy ass while treating her pussy like it was made to be used.",
"You keep switching positions as you fuck Alexis's thick ass, relentlessly using her pussy while she eagerly takes it.",
"Alexis's phat ass bounces from one position to the next as you fuck her pussy like the willing little whore she is.",
"You work your way through position after position, fucking Alexis's curvy body and using her pussy without giving her much time to recover.",
"You bend Alexis into one position after another, enjoying her thick ass as you relentlessly fuck her eager pussy.",
"You fuck Alexis every way you want, constantly changing positions while treating her pussy like your personal plaything.",
"Alexis eagerly follows your lead through a variety of positions as you pound her thick ass and use her pussy like a shameless whore.",
"You keep Alexis moving from position to position, fucking her curvy ass while taking full advantage of her eager pussy.",
"You put Alexis through every position you can think of, relentlessly fucking her thick body and using her pussy exactly how you want."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.alexis + $act + "/4.mp4")>><br><br>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.alexis + $act + "/5.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Come on my face, baby! Mark me as yours with that hot load!",
"Spray it all over me, baby! Make sure everyone sees whose property I am!",
"Paint my face white with your cum, handsome! I want to wear your mark all day!",
"Flood my face with that thick cum! Claim me as yours and make it obvious!",
"Dump all your cum on my face, baby! Brand me as yours!",
"Shoot your load all over my pretty face, daddy! Let's make sure everyone knows who owns me!",
"Bathe my face in cum, handsome! Make it crystal clear I'm your personal property!",
"Cover my face with your cum, babe, and let everyone see who I belong to!" ,
"Spill your cum all over me, and make sure it's clear you own me this moment!",
"Mark me with your cum, baby, and let the world know you've taken me completely!"
]))>>
<<= window.Game.vid($LINKS2.alexis + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.npcExp("alexis", $RATES.exp.sex)>>
<<set $NPC.alexis.hadSex = true>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("alexis", 5)>>
<<= window.Game.stat("money", -Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros)))>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Don't disappear, baby! My pussy's always available for the right price!",
"Come back anytime, handsome! I'll make sure you get the best service for your money!",
"You know where to find me, babe! Just bring the cash and I'll take care of your needs!",
"Hey, don't be a stranger! I'm always here and ready to serve you!",
"If you need me, you know how to reach me! I'll be happy to see you again!",
"Come back soon, baby! I promise I'll make it worth your while!",
"Don't stay away too long, sweetie! My services are always available for the right payment!",
"Keep me in mind, lover! I'm here whenever you need satisfaction!"
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<elseif $act === "sex2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.alexis + $act + "/1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.alexis + $act + "/2.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Yes, baby, fuck my pussy! Fill me up with that hard cock and show me who's boss!",
"Come on, babe, pump me full of that big dick! Make this fat ass yours!",
"Yeah, stud, pound away at my pussy! I'm all yours, and I want you to claim me as your own!",
"Thrust that cock deep inside me, baby! Make my body feel like it's yours, and only yours!",
"Pump, pump, baby! Give me all of that thick cock! This fat ass is begging for it!",
"Yes, lover boy, take control! Fuck my pussy like you mean it and leave your mark on this ass!",
"Screw me, baby! Fill this fat ass with your cock and make it yours to do with as you please!"
]))>>
<<= window.Game.vid($LINKS2.alexis + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.alexis + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You keep fucking Alexis hard, pounding her pussy like the shameless street whore she’s become.",
"You continue driving into Alexis relentlessly, using her pussy like she’s fully embraced being a filthy street whore.",
"You fuck Alexis harder and harder, pounding her eager pussy like the cheap street whore she’s turned into.",
"You keep Alexis pinned beneath you, fucking her pussy without mercy like the shameless street whore she’s become.",
"You relentlessly pound Alexis’s pussy, treating her exactly like the dirty street whore she now loves being.",
"You continue fucking Alexis brutally hard, using her willing pussy like she’s nothing more than your favorite street whore.",
"You drive into Alexis again and again, pounding her pussy like the shameless little street whore she’s become.",
"You keep fucking Alexis with relentless intensity, treating her pussy like it belongs to the filthy street whore she’s turned into.",
"You pound Alexis harder, using her eager pussy exactly how you want now that she’s become such a shameless street whore.",
"You continue relentlessly fucking Alexis, pounding her pussy like the dirty, willing street whore she’s become."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.alexis + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.alexis + $act + "/cum.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"I live for the feeling of a man like you filling my pussy with your hot load!",
"Nothing beats having your thick, warm seed shooting deep into my pussy!",
"I was born to take a man like you and make him cum inside me!",
"Your cock was made to unload in my pussy, wasn't it, stud?",
"I can't get enough of the feeling of a man like you claiming my pussy with your cum!"
]))>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.npcExp("alexis", $RATES.exp.sex)>>
<<set $NPC.alexis.hadSex = true>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("alexis", 5)>>
<<= window.Game.stat("money", -Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros)))>>
<<= window.Game.vid($LINKS2.alexis + $act + "/post.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Don't disappear, baby! My pussy's always available for the right price!",
"Come back anytime, handsome! I'll make sure you get the best service for your money!",
"You know where to find me, babe! Just bring the cash and I'll take care of your needs!",
"Hey, don't be a stranger! I'm always here and ready to serve you!",
"If you need me, you know how to reach me! I'll be happy to see you again!",
"Come back soon, baby! I promise I'll make it worth your while!",
"Don't stay away too long, sweetie! My services are always available for the right payment!",
"Keep me in mind, lover! I'm here whenever you need satisfaction!"
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<elseif $act === "alexisTori1" && $NPC.tori.alive>>
<<if $step === 1>>
<<if $NPC.tori.met>>
<div class="story-text">
She has Tori over again.
</div><br>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Tori wanted to watch us fuck again, sugar. How could we possibly tell her no?",
"Looks like Tori wanted another front-row seat while we fuck, sugar. Couldn’t exactly disappoint her, could we?",
"Tori asked to watch us fuck again, baby. You know I couldn’t resist giving her another show.",
"Apparently Tori just had to see us fuck again, sugar. How were we supposed to say no to that?",
"Tori wanted another chance to watch us together, sugar. I figured we might as well give her something worth watching.",
"Guess who wanted to watch us fuck again? Tori. And really, sugar, how could we deny her?",
"Tori was practically begging for another show, sugar. So of course we had to let her watch us fuck again.",
"Seems Tori couldn’t get enough of watching us fuck last time, sugar. I say we give her another show.",
"Tori wanted to watch us go at it again, baby. We couldn’t leave our favorite little spectator disappointed, could we?",
"Tori asked if she could watch us fuck again, sugar. I took one look at you and knew there was no way we were saying no."
]))>>
<<else>>
<div class="story-text">
You see she has a friend over.
</div><br>
<<= window.Game.lvlText("alexis","main","Hey baby, don't worry about her. She's just here to get off watching us do dirty things to each other.")>>
<</if>>
<<= window.Game.vid($LINKS2.alexis + $act + "/1.mp4")>>
<<= window.Game.lvlText("tori","main"
,window.Game.rngText([
"Don’t mind me, baby. I’m just gonna sit back and enjoy the show.",
"Go ahead, baby. Pretend I’m not even here while I enjoy every second of the show.",
"Don’t worry about me, babe. I’m perfectly happy just watching you put on a show.",
"Mmm, keep going, baby. I’m just gonna relax and enjoy the view.",
"Ignore me, sweetheart. I’m only here to enjoy the little show you’re putting on.",
"Don’t stop on my account, baby. I’m having way too much fun just watching.",
"Keep doing exactly what you’re doing, babe. I’ll just sit here and enjoy the show.",
"Pay no attention to me, baby. I’m more than happy to watch and enjoy myself.",
"Mmm, carry on, babe. I’ve got the perfect seat for this little show.",
"Don’t let me distract you, baby. I’m just gonna watch and enjoy every moment."
]))>>
<div class="options"><<= window.Game.goToLoc("Fuck", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.alexis + $act + "/2.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Mmm, fuck, your huge cock fills me up so perfectly! I bet you love showing off how well-hung you are, huh?",
"Oh, baby, you're so thick! Don't you just love knowing she can see how massive your dick is?",
"Shit, you're stretching me open! I guarantee you get off on having people watch you pound this pussy.",
"Damn, your cock is enormous! I bet you get even harder knowing there's an audience.",
"Fuck, you're so deep! I can tell you're loving the attention, you horny bastard haha.",
"Mmm, your cock feels incredible inside me. I bet you love having people look at you while you fuck.",
"You're so fucking big! I'm sure you love showing off that huge dick of yours.",
"Oh my god, your cock is huge! Don't you just love having people watch you fuck?"
]))>>
<<= window.Game.vid($LINKS2.alexis + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.alexis + $act + "/4.mp4")>>
<<= window.Game.lvlText("tori","main"
,window.Game.rngText([
"My pussy is getting so wet watching you two fuck.",
"Mmm, watching you two fuck is making my pussy absolutely soaked.",
"God, my pussy keeps getting wetter the longer I watch you two go at it.",
"Watching you two fuck like that is making me so damn wet.",
"Mmm, I can feel my pussy getting wetter every second I watch you two together.",
"Fuck, just watching you two is enough to make my pussy completely soaked.",
"My pussy is practically dripping from watching you two fuck right in front of me.",
"Mmm, seeing you two go at it is making me wetter than I expected.",
"I swear, my pussy just keeps getting wetter while I watch you two fuck.",
"God, watching the two of you together is making my pussy so unbelievably wet."
]))>>
<<= window.Game.vid($LINKS2.alexis + $act + "/5.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 3)>></div>
<<elseif $step === 3>>
<<= window.Game.vid($LINKS2.alexis + $act + "/6.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Mmm, you're getting so close, baby! Cum all over my pretty face, I want to feel your warmth.",
"Oh, yeah, you're almost there! Go ahead and cover my face with your cum, I want to feel it dripping down my skin.",
"Shit, you're so close! Let it all out, baby, and paint my pretty face with your hot, sticky cum.",
"Barely holding back, huh? Well, let's see how long you can hold it in... okay, never mind, just go ahead and cum all over my face!",
"Oh, you're really close now! Just a little more, and I'll be covered in your warm, creamy cum.",
"Getting ready to let loose, huh? Well, go ahead and cover my face in your cum, I want to feel it all over me!"
]))>>
<<= window.Game.vid($LINKS2.alexis + $act + "/cum.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Hmm, you taste like heaven on my tongue! Make it a regular visit, darling. I'll be more than worth the price for that.",
"Man, you taste amazing. Come back soon, because I'm eager to taste your seed again.",
"Your seed is delicious, babe. You'll want to return if you want another fuck.",
"Savoring your cum, I know you'll want to sample this again and again so don't be a stranger.",
"Your cum is so tasty, and I want you back for another round of this delicious seed."
]))>>
<<= window.Game.stat("cb",$RATES.cb.sex + 5)>>
<<= window.Game.stat("hp",$RATES.cb.sex + 5)>>
<<= window.Game.npcExp("alexis", $RATES.exp.sex + 1)>>
<<set $NPC.alexis.hadSex = true>>
<<= window.Game.vid($LINKS2.alexis + $act + "/post.mp4")>>
<<if !$NPC.tori.met>>
<<set $NPC.tori.met = true>>
<<= window.Game.lvlText("tori","main", "Maybe you should come see me sometime too. I'll make it worth your while for the right price. ")>>
<div class="story-text">
You may need to monitor Tori as well.
</div><br>
<<else>>
<<= window.Game.lvlText("tori","main"
,window.Game.rngText([
"Be sure to come pay me a visit sometime, babe… I’d love to give you something a little more private.",
"Don’t forget to stop by and see me later… maybe we can enjoy something much more private together.",
"Come visit me when you get the chance, sweetheart… I have something far more private in mind for you.",
"Make sure you come see me again, babe… preferably somewhere we can have a little privacy.",
"Pay me a visit later, handsome… I think you’ll like what I have planned once we’re alone.",
"Don’t keep me waiting too long, babe… come see me when you’re ready for something a little more private.",
"Be sure to find me later, sweetheart… I’d much rather have you all to myself next time.",
"Come pay me a private visit sometime, babe… I promise it’ll be much more interesting when nobody’s watching.",
"Make sure you stop by again, handsome… next time, I’d like our little meeting to be much more private.",
"Don’t forget about me, babe… come find me later when you’re ready for something just between the two of us."
]))>>
<</if>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("alexis", 5)>>
<<= window.Game.stat("money", -Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros)))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<else>>
<<set $act = "sex1">>
<<set $step = 1>>
<<goto State.passage>>
<</if>>
<</if>>
</div><div class="main">
<<if !$NPC.poly.alive || !$NPC.poly.met>>
<<set $act = "">>
<<set $step = 1>>
<<goto "sancHome">>
<<else>>
<h1> <<= $NPC.poly.name>> </h1><br>
<<if $act === "hj1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.poly + $act + "/1.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Thank you for allowing us to serve you.",
"Thank you for letting us please you.",
"We are grateful you allowed us to serve you.",
"Thank you for accepting our devotion.",
"It is our pleasure to serve you.",
"Thank you for giving us the chance to please you.",
"We are so grateful you let us serve.",
"Thank you for letting us be useful to you.",
"Thank you for allowing us to devote ourselves to you.",
"Serving you is our greatest pleasure.",
"Thank you for letting us take care of you.",
"We are honored that you allowed us to serve.",
"Thank you for letting us show you how devoted we are.",
"Thank you for allowing us to make this all about you."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.poly + $act + "/3.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Allow our hands to guide you into a little piece of heaven.",
"Let our hands show you just how heavenly pleasure can feel.",
"Relax and let our hands take you somewhere absolutely divine.",
"Allow us to use our hands to give you the kind of pleasure you’ll never forget.",
"Let our hands work together and bring you closer to heaven.",
"Give in to our touch and let our hands surround you with pure pleasure.",
"Allow our hands to spoil you with sensations that feel almost heavenly.",
"Trust our hands. We know exactly how to make pleasure feel divine.",
"Let our hands work their magic and show you what heavenly pleasure truly feels like."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/4.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.poly + $act + "/5.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Please bless us with your holy seed.",
"Please bestow us with your sacred gift.",
"Please honor us with your holy release.",
"Let us receive your blessing.",
"Please grant us the pleasure of your sacred offering.",
"Bless us with what only you can give.",
"Please let us be worthy of your divine gift.",
"Allow us to receive your holy essence."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/6.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.poly + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 10)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 10)>>
<<= window.Game.npcExp("poly", $RATES.exp.hj + 2)>>
<<= window.Game.npchp("poly", 5)>>
<<= window.Game.vid($LINKS2.poly + $act + "/post.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 2)>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"We look forward to the next time you grant us that privilege.",
"We will be waiting for the moment you let us serve you again.",
"Thank you for blessing us with your attention. We hope to serve you again soon.",
"We look forward to earning your approval again.",
"We will be ready whenever you allow us to serve you again.",
"Until next time, we will think only of pleasing you.",
"We are already longing for the next chance to serve you.",
"We look forward to the moment you call on us again."
]))>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sancHome", 0)>></div>
<</if>>
<<elseif $act === "bj1">>
<<if $step === 1>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Thank you for allowing us the pleasure of serving you.",
"We’re grateful you chose us to make you feel good.",
"Thank you for letting both of us devote ourselves to your pleasure.",
"It means everything that you let us please you.",
"We love being allowed to serve you like this.",
"Thank you for giving us the honor of pleasing you.",
"We’re so lucky you let us worship you this way.",
"Thank you for letting us make you feel desired.",
"We exist for moments like this, when we can please you.",
"Thank you for allowing us to adore you properly.",
"We’re honored every time you let us satisfy you."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/1.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Please don’t hold back. Let us receive every bit of your essence.",
"Don’t deny us, grace us with everything you have.",
"Please give us the honor of receiving your essence.",
"Let go completely, and bless us with your gift.",
"Don’t hold anything back from us. We want all of your essence.",
"Please let us feel your devotion in its purest form.",
"Let your restraint fade, and give us what we worship most.",
"Please release for us. We want to feel chosen by you.",
"Don’t hold back, master, bless us with your essence."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.poly + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.poly + $act + "/4.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Please bless us with a taste of your incredible seed.",
"Grant us the pleasure of tasting your amazing seed, darling. We’ve been waiting for it.",
"Please, let us savor your delicious seed together.",
"Bless our lips with your wonderful seed.",
"Please give us the honor of tasting your potent seed.",
"Let us taste that amazing seed of yours, darling. We want to savor every bit of it.",
"Please bless us with your rich, delicious seed and let us enjoy every drop together.",
"Give us a taste of your amazing seed. We’ve been craving that reward.",
"Please, darling, bless us with your seed and let us savor the taste as long as we can.",
"Allow us to taste your wonderful seed together. We want every precious drop you give us."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.poly + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 10)>>
<<= window.Game.stat("hp",$RATES.cb.bj + 10)>>
<<= window.Game.npcExp("poly", $RATES.exp.bj + 2)>>
<<= window.Game.npchp("poly", 5)>>
<<= window.Game.vid($LINKS2.poly + $act + "/post1.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Let us fulfill our sacred duty and cleanse your manhood of every last drop of your holy semen.",
"Allow us to perform our divine obligation and purify your manhood of every precious drop of sacred seed.",
"Let us complete our holy duty, cleansing your manhood thoroughly of every last trace of your blessed semen.",
"Permit us to serve as we were meant to, drawing every sacred drop of semen from your manhood until nothing remains.",
"Let us honor our sacred role and cleanse your manhood completely, taking every drop of your holy seed.",
"It is our duty to purify your manhood, darling. Allow us to collect every blessed drop of semen you have to give.",
"Let us perform the sacred rite properly and cleanse your manhood of every final drop of your divine semen.",
"Allow us to carry out our holy service, tending to your manhood until every precious drop of seed has been taken.",
"Let us obey our divine purpose and cleanse your manhood thoroughly, savoring every sacred drop of semen.",
"Remain still and let us fulfill our sacred duty, cleansing your manhood until not a single drop of your holy seed remains."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/post2.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 10)>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Please call upon us again soon, master.",
"Please summon us again whenever you desire.",
"Don’t keep us waiting too long before you call us again.",
"Please let us serve you again soon.",
"We’ll be waiting for your next call, aching to please you.",
"Call upon us again soon, and we’ll come running.",
"Please remember us when you crave devotion again.",
"We hope you summon us again very soon.",
"Call us again, master. We live for your attention.",
"Please let us worship you again soon."
]))>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sancHome", 0)>></div>
<</if>>
<<elseif $act === "sex1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.poly + $act + "/1.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"We hope you enjoy our womanhood as much as we enjoy offering it to you.",
"We hope our feminine devotion pleases you as deeply as we love giving it.",
"May you enjoy everything we offer as much as we enjoy giving ourselves to you.",
"We hope you savor our womanhood as much as we adore sharing it with you.",
"We want you to enjoy our feminine warmth as much as we enjoy providing it.",
"We hope our bodies please you as much as our hearts delight in serving you.",
"We hope you enjoy what we offer as much as we enjoy being chosen by you."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.poly + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your devoted women use their bodies entirely for your cock’s pleasure, taking shameless joy in knowing they’re useful to you.",
"Your devotees eagerly offer their bodies for your cock, thrilled by every moment they get to serve your pleasure.",
"They surrender their bodies to your cock without hesitation, taking deep satisfaction in being useful to you.",
"Your devoted women let you use their bodies however feels best, delighted to know they’re pleasing you properly.",
"They offer every inch of themselves for your cock’s pleasure, practically glowing with pride at being useful to you.",
"Your devotees eagerly turn their bodies into instruments for your pleasure, savoring the feeling of serving you.",
"They happily let your cock use their bodies however it wants, taking immense joy in fulfilling their purpose for you.",
"Your devoted women give themselves over completely to your cock, delighted by how useful their bodies can be to your pleasure.",
"They eagerly serve your cock with their bodies, finding their own pleasure in knowing they’re satisfying you.",
"Your devotees offer themselves without restraint, using every part of their bodies to pleasure your cock while reveling in being useful to you."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.poly + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.poly + $act + "/5.mp4")>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.poly + $act + "/6.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Your body is so close to gifting us your essence, and we are delighted to receive it.",
"We can feel you nearing that precious moment, and we are honored to receive your essence.",
"You are so close to blessing us, darling, and we are eager to receive every bit of your essence.",
"Your body is ready to give us its gift, and we are devoted to receiving it.",
"We can sense your essence drawing near, and it delights us to be the ones who receive it.",
"You are almost there, darling, and we are trembling with delight to receive your gift.",
"Your body is close to surrendering its essence to us, and we welcome it with devotion.",
"We are honored to receive what your body is so close to giving.",
"Your essence is nearly ours to receive, and we are overjoyed by the privilege.",
"Let your body give us what it has been building, darling; we are ready to receive.",
"We can feel your body nearing release, and we are delighted to accept your essence."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex + 10)>>
<<= window.Game.stat("hp",$RATES.cb.sex + 10)>>
<<= window.Game.npcExp("poly", $RATES.exp.sex + 2)>>
<<= window.Game.npchp("poly", 5)>>
<<= window.Game.vid($LINKS2.poly + $act + "/post1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"They take their time savoring every bit of your cum, carefully licking it from their pussies and your cock.",
"They eagerly clean up every trace of your cum, slowly consuming what’s left on their pussies and your cock.",
"They refuse to waste a single drop, taking their time licking your cum from themselves and from your cock.",
"They slowly savor the aftermath, carefully consuming every bit of cum coating their pussies and your cock.",
"They eagerly share every remaining drop, licking your cum from their wet pussies before cleaning your cock completely.",
"They take their sweet time cleaning up your release, savoring every drop left across their pussies and your cock.",
"They meticulously consume every trace of your cum, enjoying each drop they collect from themselves and your cock.",
"They slowly lick away every bit of your release, making sure neither their pussies nor your cock are left with a single drop.",
"They eagerly savor your cum from every surface, carefully cleaning their pussies and your cock until nothing remains.",
"They treat every remaining drop like something precious, slowly consuming all the cum left on their pussies and your cock."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.poly + $act + "/post2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.poly + $act + "/post3.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex + 10)>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Your virility is incredible; thank you for sharing it with us.",
"Your power leaves us breathless. Thank you, darling.",
"Your masculine energy is amazing, and we are honored by it.",
"Your virility overwhelms us in the sweetest way. Thank you.",
"Your vitality is intoxicating. We are grateful to receive your attention.",
"Your masculine presence is extraordinary; thank you for blessing us with it.",
"Your virility makes us feel chosen and adored."
]))>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sancHome", 0)>></div>
<</if>>
<<elseif $act === "nightHj1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.poly + $act + "/1.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Please focus your mind on the sensation of our hands, Master.",
"Master, let your mind sink into the feeling of our hands.",
"Please focus only on our hands and the pleasure we are giving you.",
"Master, let every thought fade except the touch of our hands.",
"Please give your full attention to the way our hands worship you.",
"Master, focus on our touch and let everything else disappear.",
"Let your mind stay with our hands, Master.",
"Please feel every movement of our hands and let yourself enjoy it.",
"Master, let our hands guide your thoughts into pleasure."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/2.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"It brings us such joy to see the way your manhood responds to our touch.",
"Master, we love watching your manhood react to our hands.",
"It makes us so happy seeing how eagerly your body responds to us.",
"Your manhood responds so beautifully to our touch, Master.",
"We adore the way your body answers every little touch from us.",
"It brings us great joy to know our hands can affect you this much.",
"Master, seeing your manhood react to us fills us with pride.",
"We love watching you grow more excited beneath our touch.",
"Your body responds to us so perfectly, Master."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/3.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Allow our hands to make you feel heaven.",
"Let our hands take you somewhere heavenly, Master.",
"Allow our touch to carry you into bliss.",
"Let us show you heaven with our hands.",
"Allow our hands to worship you into paradise.",
"Master, let our fingers guide you into pure pleasure.",
"Allow us to make you feel divine with every touch.",
"Let our hands make the world disappear for you.",
"Allow us to bring heaven closer, one touch at a time.",
"Let our hands show you the pleasure you deserve."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/4.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.poly + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.poly + $act + "/6.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Our mouths are nothing but vessels for your seed, Master. Please fulfill them.",
"Master, our mouths exist to receive your seed. Please fill them.",
"Our mouths are waiting for your seed, Master. Please fulfill us.",
"Please fill our mouths with your seed, Master; we are ready to receive.",
"Our mouths are here to be blessed by your seed.",
"Master, let your seed fulfill our devoted mouths.",
"Our mouths are open for your gift, Master. Please give it to us.",
"Please let our mouths receive everything you have for us."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 10)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 10)>>
<<= window.Game.npcExp("poly", $RATES.exp.hj + 2)>>
<<= window.Game.npchp("poly", 5)>>
<<= window.Game.vid($LINKS2.poly + $act + "/post.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"The taste of your glorious seed is amazing. Thank you, Master.",
"Your glorious seed tastes incredible. Thank you for blessing us.",
"Amazing is the taste of your sacred seed. Thank you, Master.",
"Thank you, Master. Your seed tastes absolutely divine.",
"Your seed is glorious on our tongues. Thank you.",
"Thank you for letting us taste your glorious seed, Master.",
"The taste of your seed is heavenly. Thank you for sharing it with us.",
"Master, your glorious seed is our sweetest reward. Thank you.",
"Thank you. The taste of your seed leaves us wanting more.",
"Your seed tastes like a blessing, Master. Thank you."
]))>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sancHome", 0)>></div>
<</if>>
<<elseif $act === "nightBj1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.poly + $act + "/1.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"We hope we take care of you exactly the way you deserve, Master.",
"We hope our devotion meets every one of your expectations.",
"Master, we hope we please you as deeply as you imagined.",
"We hope we take care of you well enough to make you call us again.",
"We hope our hands, mouths, and hearts serve you to your satisfaction.",
"Master, we want to exceed every expectation you have of us.",
"We hope we make you feel as worshipped as you deserve.",
"We hope our care leaves you completely satisfied."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/2.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"We hope you are enjoying the way we work together to guide you toward the greatest climax, Master.",
"Master, we hope you love how perfectly we work together to bring you to your greatest climax.",
"We hope you can feel how devoted we are as we lead you toward that perfect moment.",
"Master, we want you to enjoy every second of us working together for your pleasure.",
"We hope you are savoring the way we move together to bring you closer and closer.",
"Master, we want to bear witness to the most powerful climax your body can give.",
"We hope our teamwork makes this feel unforgettable, Master.",
"We hope you enjoy how carefully we are building you toward your greatest release."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.poly + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"They work together perfectly, using their soft, wet mouths to stimulate your cock and balls at the same time.",
"The two women coordinate their mouths, keeping your cock and balls surrounded by warm, wet stimulation simultaneously.",
"They eagerly work together, one soft mouth pleasuring your cock while the other lavishes attention on your balls.",
"Their wet mouths move in perfect harmony, stimulating your cock and balls together without giving either a moment of rest.",
"They coordinate every movement, using their soft lips and tongues to pleasure your cock and balls at the same time.",
"Both women work you together, their warm, wet mouths surrounding your cock and balls with constant stimulation.",
"They eagerly share the task, using their mouths simultaneously to keep both your cock and balls overwhelmed with pleasure.",
"Their soft mouths work in tandem, one focused on your cock while the other teases your balls with wet, eager attention.",
"They synchronize their movements, pleasuring your cock and balls together with their soft lips and slick tongues.",
"The two women combine their efforts, using their warm, wet mouths to stimulate your cock and balls simultaneously."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.poly + $act + "/5.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.poly + $act + "/6.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Your body is reacting beautifully, Master. Allow us to bring you over the edge.",
"Master, your body is responding so perfectly. Let us take you over the edge.",
"Your body is giving us such beautiful reactions. Let us finish this for you, Master.",
"Master, we can feel how close you are. Allow us to guide you over the edge.",
"Your body is trembling so beautifully for us, Master. Let us take you all the way.",
"Master, every reaction from you tells us you are ready. Let us bring you over the edge.",
"Your body is answering our touch so sweetly. Let us finish what we started.",
"Master, you are reacting exactly the way we hoped. Let us carry you into bliss.",
"Your body is so close, Master. Allow your devoted women to take you over the edge.",
"Master, let us turn those beautiful reactions into complete release."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/7.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.poly + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 10)>>
<<= window.Game.stat("hp",$RATES.cb.bj + 10)>>
<<= window.Game.npcExp("poly", $RATES.exp.bj + 2)>>
<<= window.Game.npchp("poly", 5)>>
<<= window.Game.vid($LINKS2.poly + $act + "/post1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"They swap your cum between them, savoring every drop as they indulge in its taste and texture.",
"They eagerly share your cum, passing it between their mouths while enjoying its rich taste and thick texture.",
"They take turns savoring your release, slowly swapping it back and forth so they can enjoy every bit of its flavor and consistency.",
"They share your cum between them without wasting a drop, lingering over both its taste and texture.",
"They eagerly trade mouthfuls of your cum, savoring the way it tastes and feels as they indulge themselves completely.",
"They slowly swap your release between their lips, treating every drop like something worth savoring to the fullest.",
"They share your cum together, taking their time to enjoy its flavor, thickness, and texture before swallowing.",
"They eagerly pass your cum back and forth, savoring every bit of its taste and consistency as long as they can.",
"They indulge in your release together, swapping it between them while enjoying every drop of its flavor and texture.",
"They make a point of sharing your cum slowly, savoring its taste and thick texture until they’ve enjoyed every last bit."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.poly + $act + "/post2.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Amazing... we are not worthy of such a magnificent quantity of your seed.",
"Master, we are not worthy of receiving so much of your glorious seed.",
"Such a magnificent blessing... we are not worthy, Master.",
"Amazing, Master. You have given us more seed than we could ever deserve.",
"We are not worthy of such a generous gift, Master.",
"Your seed is so abundant, so magnificent... thank you for blessing us.",
"Master, this is more than we deserve, and we are grateful for every drop.",
"We are humbled by such a powerful gift of your seed.",
"Amazing... your body blessed us with so much.",
"Master, we are not worthy of the quantity you have given us."
]))>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sancHome", 0)>></div>
<</if>>
<<elseif $act === "nightSex1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.poly + $act + "/1.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Our bodies are made for your pleasure. Please accept us.",
"Master, our bodies were made to please you. Please accept everything we offer.",
"Our bodies are yours to enjoy, Master. Please accept our devotion.",
"Please accept us, Master. We were made to bring you pleasure.",
"Our bodies exist tonight for your pleasure. Please take us in.",
"Master, we offer our bodies to you completely. Please accept us.",
"Our bodies are here to serve your desire. Please accept your devoted women.",
"Please accept us, Master. Every part of us longs to please you.",
"Our bodies were made to make you feel adored.",
"Master, let our bodies become your pleasure."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.poly + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.poly + $act + "/4.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"What carries your glorious seed is tensing up... please release your essence deep into my soul.",
"Master, we can feel your seed holders tightening... please pour your essence deep into my soul.",
"Your sacred seed is so close... please release it into the depths of my soul.",
"We can feel you tensing, Master... bless me with your essence and let it reach my soul.",
"That glorious seed of yours is ready... please give it to me like a blessing.",
"Master, your body is preparing its sacred gift... release it deep into me.",
"I can feel your essence drawing near... please let it fill my soul.",
"Your seed holders are tightening for us, Master... give us the blessing we crave."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex + 10)>>
<<= window.Game.stat("hp",$RATES.cb.sex + 10)>>
<<= window.Game.npcExp("poly", $RATES.exp.sex + 2)>>
<<= window.Game.npchp("poly", 5)>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Thank you for this delicious gift. We would be grateful if you allowed us to clean up our work before we go.",
"Thank you, Master, for this delicious gift. Please let us clean up every bit before we leave.",
"Thank you for blessing us with such a delicious gift. Allow us to clean everything properly before we go.",
"Master, thank you for this wonderful gift. Please let your devoted women clean up after ourselves.",
"Thank you for this delicious reward. We would love to clean you up before we leave.",
"Thank you, Master. Please let us finish by cleaning every trace of our devotion.",
"Thank you for this sweet gift. Let us take care of the cleanup before we go."
]))>>
<<= window.Game.vid($LINKS2.poly + $act + "/post1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your devotees eagerly lick every trace of cum from their pussies and your cock, fulfilling their duty as your devoted servants.",
"They carefully clean your cum from their pussies and your cock, taking pride in completing their service to you.",
"Your devoted servants refuse to waste a drop, licking your cum from themselves and your cock as part of their sacred duty.",
"They work together to consume as much of your cum as possible, cleaning their pussies and your cock in devoted service.",
"Your devotees eagerly gather every remaining drop from their pussies and your cock, treating the task like an honored duty.",
"They slowly lick away your release from their bodies and your cock, delighted to fulfill their role as obedient servants.",
"Your servants make certain every trace of cum is cleaned from their pussies and your cock, savoring the chance to serve you.",
"They eagerly tend to the aftermath, licking your cum from their pussies and your cock until their duty is complete.",
"Your devotees carefully consume every drop they can find, cleaning themselves and your cock as a final act of service.",
"They devote themselves to licking up your remaining cum from their pussies and your cock, pleased to fulfill their duty to you."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.poly + $act + "/post2.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 10)>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sancHome", 0)>></div>
<</if>>
<<else>>
<<set $act = "">>
<<goto $YOU.loc>>
<</if>>
<</if>>
</div><div class="main">
<h1> Personal Home </h1><br>
<<if !$NPC.ana.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto "city">>
<<else>>
<<if $act === "blondeAnal1">>
<<= window.Game.npcText("fnpc","main", window.Game.rngText([
"Time to put that thick cock to good use, baby boy, deep in my dripping wet pussy!",
"Come on, stud, give me a real man's fuck! Pound me like you mean it and fill me up!",
"Baby, I need that big dick inside me, stretching me open, and making me moan your name!",
"I'm so hot for you, I can barely wait to feel you thrusting into me, claiming my body as yours!",
"You know exactly what I crave. Now give it to me, a hard, deep, passionate fuck!",
"I want you to take me rough, just like I know you can. Fuck me with everything you've got, baby!",
"Unleash your wild side and give me a primal fucking, stud! I'm ready to be ravaged by that thick cock!",
"Pound me with that big beautiful dick until I'm screaming in pleasure, baby! Make me forget my own name!",
"I need you to get in there and start drilling me, darling. I want to feel every inch of you throbbing inside me!",
"Stop teasing me, love, and give me the raw, animalistic fucking I'm craving! I want you to dominate my body completely!"
]))>>
<<= window.Game.vid($LINKS2.sancNight + $act + "/1." + window.Game.arr(1,3,1) + ".mp4")>>
<<= window.Game.npcText("fnpc","main", window.Game.rngText([
"Hold back, stud, I'm craving even more of your hot, thick sex. Don't forget about my ass. I want you to stretch it out with that big dick too!",
"Not yet, darling, keep going! I'm insatiable when it comes to your cock. And don't neglect my tight little asshole. I want you to claim it as well!",
"Baby, you're getting close but I'm not done with you yet. Give me more of that hard fucking and then show me how you can make my ass clench up tight around your shaft!",
"Pull out, sweetheart, I want you to keep pumping me full of that wonderful cock but, stuff my ass next and really make me scream with pleasure!",
"Just a little more, love, then I'll let you cum inside me. But first, I need you to switch and fuck my asshole like it owes you money!",
"Not finished with you yet, stud. Aim that big dick at my ass and split me open with it!",
"Hold off on that orgasm, baby, I need more of your cock playing with my insides. Shove it up my ass and give me the anal pounding of a lifetime!"
]))>>
<<= window.Game.vid($LINKS2.sancNight + $act + "/2." + window.Game.arr(1,4,1) + ".mp4")>>
<<= window.Game.npcText("fnpc","main", window.Game.rngText([
"I want every single drop of that hot load deep inside my tight little asshole, baby!",
"Fill me up, stud! I want to feel all of your cum dripping right into my perfect little ass!",
"Baby, shower me! I want your entire load deep down in my little asshole!",
"Give me all of it, baby. Make sure your whole glorious cum ends up in my tight asshole!",
"Don't save any! Let all that beautiful cum stream right into my little asshole, please!",
"I'm ready, baby! Make sure every single drop of that warm load sinks right into my ass!",
"Pour it all out for me, handsome! Right where it belongs, deep inside my tight asshole!",
"Yeah! Flood me! I want to feel every last drop of your hot cum deep inside my little asshole!"
]))>>
<<= window.Game.vid($LINKS2.sancNight + $act + "/3.mp4")>>
<<= window.Game.vid($LINKS2.sancNight + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.anal + 10)>>
<<= window.Game.stat("hp",$RATES.cb.anal + 10)>>
<<= window.Game.areaHp(5, "sanc")>>
<<= window.Game.npcExp("gm", 1, false)>>
<<else>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<</if>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sancHome", 0)>></div>
<</if>>
</div><div class="main">
<h1> Personal Home </h1><br>
<<set $EVENTCOUNTER.sanc = 0>>
<<if !$NPC.poly.alive || !$NPC.poly.met>>
<<set $act = "">>
<<set $step = 1>>
<<goto "sancHome">>
<<else>>
<<if $act === "polyJerk1">>
<<if $step === 1>>
<<= window.Game.npcText("poly","main"
,"Master, " + window.Game.rngText([
"there is no need for that when we are right here. Allow us to help.",
"you do not have to handle that alone. Let us take care of you.",
"there is no need to trouble yourself. Your devoted women are here.",
"let us help you. That is what we are here for.",
"you have us now. Allow us to serve you properly.",
"there is no need for you to resist when we are here to help.",
"let your devoted girls take care of that for you.",
"you do not need to do anything alone. Use us."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/1.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"We are grateful for the chance to taste your seed holders, Master.",
"Thank you for letting us worship your seed holders with our mouths.",
"We are honored to taste what carries your sacred seed.",
"Master, we are so grateful to savor your seed holders.",
"We are grateful for every moment our lips get to worship your seed holders.",
"Master, your seed holders are a blessing for us to adore.",
"We are thankful you allow us to taste and worship them."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/2.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"We can feel you tensing up, Master. Please cover us in your sacred essence.",
"Master, your body is getting so close. Bless us with your sacred essence.",
"We feel you tightening, darling. Please give us every drop of your essence.",
"Master, let go for us and cover your devoted women in your sacred gift.",
"We can feel that beautiful tension building. Please release your essence for us.",
"Your body is ready, Master. Cover us in the blessing we crave.",
"We feel you getting close. Please let your sacred essence fall over us.",
"Master, do not hold back. Give us the gift of your essence."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.hj + 5)>>
<<= window.Game.stat("hp",$RATES.cb.hj + 5)>>
<<= window.Game.npcExp("poly", $RATES.exp.hj + 1)>>
<<= window.Game.npchp("poly", 5)>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/post.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Please call us instead of being all alone, Master.",
"Master, you never have to be alone when we are here.",
"Please call for us whenever you feel lonely.",
"Master, let us come to you instead of leaving you by yourself.",
"Please let your devoted women keep you company.",
"Master, do not spend the night alone when we are waiting for you.",
"Please call us, and we will come take care of you.",
"Master, you have us. There is no need to be alone.",
"Please let us be the ones you call when you need comfort."
]))>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sancHome", 0)>></div>
<</if>>
<<elseif $act === "polyShower1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/1.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Master, thank you for calling us to take care of you.",
"Thank you for summoning us, Master. We’re here to take care of you.",
"Master, it’s our pleasure to be called upon to serve you.",
"Thank you for choosing us, Master. Let us take care of you properly.",
"Master, we’re honored you called us to tend to you.",
"Thank you for calling us, Master. We’ve been waiting to please you.",
"Master, we’re so grateful you let us come take care of you.",
"Thank you for needing us, Master. We’re yours to command.",
"Master, nothing pleases us more than being called to serve you."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/2.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Allow our hands to make you feel heaven.",
"Let our hands take you somewhere heavenly.",
"Allow our touch to carry you into bliss.",
"Let us show you heaven with our hands.",
"Allow our hands to worship you into paradise.",
"Let our fingers guide you into pure bliss.",
"Allow us to make you feel divine with every touch.",
"Let our hands make the world disappear for you.",
"Allow us to bring heaven closer, one touch at a time.",
"Let our hands show you the pleasure you deserve."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/3.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"The taste of your manhood is our greatest delight.",
"Tasting your manhood is a pleasure we crave.",
"The taste of you makes us feel completely devoted.",
"Nothing delights us more than savoring your manhood.",
"Your taste is something we both adore.",
"We could lose ourselves in the pleasure of tasting you.",
"Your manhood is a gift we love to worship."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/4.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/6.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Please grace us with your holy essence.",
"Please bless us with your essence, Master.",
"Grace us with the gift of your essence, darling.",
"Please let us receive your sacred essence.",
"Bless your devoted women with your essence.",
"Please give us the honor of receiving your essence.",
"Grace us with what only you can give.",
"Please let your essence be our blessing."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 10)>>
<<= window.Game.stat("hp",$RATES.cb.bj + 10)>>
<<= window.Game.npcExp("poly", $RATES.exp.bj + 2)>>
<<= window.Game.npchp("poly", 5)>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/post.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 10)>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Thank you, Master. It is our pleasure to please you.",
"Thank you. We live to make you feel adored.",
"Thank you, Master. Your devoted women are here.",
"Thank you, Master. We are grateful for every moment with you."
]))>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "sancHome", 0)>></div>
<</if>>
<<elseif $act === "polySleep1">>
<<if $step === 1>>
<div class="story-text"> You wake up in the middle of the night </div><br>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/1.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"We tried to please you without disturbing your rest, Master. Please forgive us.",
"We only wanted to make you feel cared for while you rested. We apologize, Master.",
"We tried to tend to you quietly, Master. We are sorry if we overstepped.",
"We wanted to make your rest sweeter without waking you. Please forgive us.",
"We only meant to serve you gently while you relaxed, Master. We apologize.",
"We tried to comfort you without disturbing you. Forgive your devoted girls.",
"We wanted you to wake feeling adored, Master. We are sorry if we failed."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/2.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Please allow us to finish, Master, then you may return to your rest.",
"Let us finish taking care of you, and then you can rest again.",
"Please let your devoted women finish pleasing you before you drift back to rest.",
"Please let us complete our devotion, then you may relax again.",
"Let us finish serving you properly before you return to your rest.",
"Please allow us to satisfy you first, Master, then you can rest.",
"Give us a few more moments to please you, then we’ll let you sleep peacefully."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/4.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/5.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"You are so close. Please release as much as you can for us.",
"Please don’t hold back, darling. Give us as much as you can.",
"You’re almost there. Let go and give your devoted women everything.",
"Please release for us, Master. Give us every bit you can.",
"You are right on the edge. Let us receive as much as your body can give.",
"Don’t fight it anymore. Release for us as fully as you can.",
"Please give us everything you have, darling.",
"You’re so close. Let your body reward us with everything it can.",
"Release for us, Master. We want as much of your essence as you can give."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 10)>>
<<= window.Game.stat("hp",$RATES.cb.bj + 10)>>
<<= window.Game.npcExp("poly", $RATES.exp.bj + 2)>>
<<= window.Game.npchp("poly", 5)>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Please let us savor this a little longer before we leave.",
"Please let us enjoy you a bit more before we go.",
"Let us linger just a little longer, darling.",
"Please let your devoted women savor this moment before we leave.",
"Give us a few more moments to enjoy you properly.",
"Please let us taste this pleasure a little longer before we go.",
"Let us savor every last moment with you before we leave.",
"Please don’t send us away just yet; we want to enjoy you a little more.",
"Let us stay close a bit longer, Master.",
"Let us take in this moment just a little longer."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/post1.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 10)>>
<<= window.Game.npcExp("gm", 1, false)>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/post2.mp4")>>
<div class="story-text"> You go back to sleep. </div><br>
<div class="options">
<<if !$YOU.news && $NPC.kendra.alive>>
<<= window.Game.goToLoc("Morning", 0, "news", 0, "news")>>
<<else>>
<<= window.Game.goToLoc("Morning", 0, $YOU.loc, 0)>>
<</if>>
</div>
<</if>>
<<elseif $act === "polySleep2">>
<<if $step === 1>>
<div class="story-text"> You wake up right on time. </div><br>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/1.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"You're awake, Master. Let us take care of you as requested.",
"Master, you’re awake. Your devoted women are here to take care of you.",
"You’re awake now, darling. Let us give you exactly what you asked for.",
"Master, you opened your eyes just in time. Let us take care of you properly.",
"You’re awake, and we’re ready to serve as requested.",
"Master, we waited for you. Now let us take care of you.",
"You’re awake, darling. Let us fulfill your request.",
"Master, your girls are here. Allow us to take care of you.",
"You’re awake now. Let us make you feel cared for and adored."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/2.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"We tried to please you without disturbing your rest, Master. Please forgive us.",
"We only wanted to make you feel cared for while you rested. We apologize, Master.",
"We tried to tend to you quietly, Master. We are sorry if we overstepped.",
"We wanted to make your rest sweeter without waking you. Please forgive us.",
"We only meant to serve you gently while you relaxed, Master. We apologize.",
"We tried to comfort you without disturbing you. Forgive your devoted girls.",
"We wanted you to wake feeling adored, Master. We are sorry if we failed."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/3.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"The musk of your manhood is intoxicating.",
"Your masculine scent is absolutely intoxicating.",
"Master, the scent of your manhood makes us weak.",
"Your manhood carries such an intoxicating musk.",
"We could lose ourselves in the scent of your manhood.",
"Your masculine musk makes us crave you even more.",
"The scent of you is driving us wild, Master.",
"Your manhood smells so powerful and tempting.",
"We love breathing in the musk of your manhood."
]))>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/4.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"The taste of your flesh is mesmerizing.",
"The taste of your body is absolutely intoxicating.",
"Master, the taste of your flesh leaves us spellbound.",
"The taste of you is enough to make us lose ourselves.",
"Your flesh is mesmerizing to taste, Master.",
"We cannot get enough of the taste of your manhood.",
"The taste of your flesh makes us feel completely devoted.",
"Your flesh is our favorite temptation."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/5.mp4")>>
<<= window.Game.npcText("poly","main"
,window.Game.rngText([
"Please bless us with the fruits of our labor, Master.",
"Master, please reward your devoted women with what we have worked so hard to earn.",
"Please let us receive the sweet reward of pleasing you.",
"Master, bless us with the gift our devotion has earned.",
"Please give us the fruits of our labor and let us savor them.",
"Master, we have worked so hard for your pleasure. Please reward us.",
"Please let your devoted girls receive what they have earned.",
"Bless us, Master, with the reward of our devotion.",
"Please give us the gift we worked so lovingly to deserve.",
"Master, let us taste the reward of serving you well."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 10)>>
<<= window.Game.stat("hp",$RATES.cb.bj + 10)>>
<<= window.Game.npcExp("poly", $RATES.exp.bj + 2)>>
<<= window.Game.npchp("poly", 5)>>
<<= window.Game.npcText("poly","main"
,"Thank you. " + window.Game.rngText([
"Please let us clean you up by savoring every drop.",
"Let us clean you properly and taste every drop.",
"Please let your devoted women take care of every last drop.",
"Let us clean you up the way we love most.",
"Please let us savor every drop while we clean you.",
"We want to clean you with our lips.",
"Let us take care of every drop for you.",
"Please let us taste every bit you gave us.",
"Let us clean you slowly and enjoy every drop.",
"Nothing should go to waste when we are here."
]))>>
<<= window.Game.vid($LINKS.events + "sanc/" + $act + "/post.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj + 10)>>
<<= window.Game.npcExp("gm", 1, false)>>
<div class="options">
<<if !$YOU.news && $NPC.kendra.alive>>
<<= window.Game.goToLoc("Get up", 0, "news", 0, "news")>>
<<else>>
<<= window.Game.goToLoc("Get up", 0, $YOU.loc, 0)>>
<</if>>
</div>
<</if>>
<<else>>
<<set $act = "">>
<<set $step = 1>>
<<goto "sancHome">>
<</if>>
<</if>>
</div><div class="main">
<h1> Park </h1><br>
<<set $EVENTCOUNTER.out = 0>>
<<if $act === "mandyAnal1" && $NPC.mandy.alive>>
<<if $step === 1>>
<<= window.Game.vid($LINKS.events + "park/" + $act + "/1.mp4")>>
<div class="story-text">She must be corrupted again. </div><br>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Oh, if it isn’t my favorite cum dispenser. Like what you see?",
"Well, look who it is... my favorite cum dispenser came back for me.",
"Oh, there you are. My favorite source of cum. Like staring at what belongs to you?",
"Mmm, if it isn’t my favorite cum dispenser. Don’t pretend you’re not enjoying the view.",
"Look at you staring already. Do you like what your filthy little cum-hungry woman looks like?",
"Oh, my favorite cum dispenser is here. I was hoping you’d come fill my night.",
"Well, well... my favorite cum dispenser. Are you enjoying the way I look for you?",
"Mmm, like what you see? I dressed like this because I wanted your eyes all over me.",
"Oh, if it isn’t the man who keeps me full. Like what you see?"
]))>>
<div class="story-text"> Should you help her? </div><br>
<div class="options">
<<= window.Game.goToLoc("Take her", 90, State.passage, -15, $act, 2)>>
<<= window.Game.goToLoc("Leave her", 0, $YOU.loc, 0)>>
</div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "park/" + $act + "/2.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"I love how your cock feels in my asshole.",
"Mmm, I love feeling your cock buried in my ass.",
"Your cock feels so good in my asshole, baby.",
"I love how deep your cock stretches my ass.",
"Mmm, my asshole loves taking your cock.",
"Your cock feels perfect inside my ass.",
"I love the way you fill my asshole, baby.",
"Mmm, don’t stop. Your cock feels too good in my ass.",
"I love how dirty it feels when your cock is in my asshole.",
"Your cock belongs in my ass, baby.",
"I love feeling every inch of you inside my asshole.",
"Mmm, you make my ass feel so full."
]))>>
<<= window.Game.vid($LINKS.events + "park/" + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "park/" + $act + "/4.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Yes, baby, give me that cum. Reward this needy, cum-hungry body of mine.",
"Mmm, yes, baby, give me every drop. My cum-hungry body has been waiting for its reward.",
"Yes! Give me your cum, baby. Reward me for how badly my body has been craving it.",
"Come on, baby, give me that load. My needy body wants every drop you can give me.",
"Mmm, yes, fill me with your cum, baby. Give this hungry body exactly the reward it deserves.",
"Yes, baby, don’t hold back. Give my cum-hungry body everything you’ve got.",
"God, yes, give me that cum. I’ve been craving my reward so badly, baby.",
"Mmm, reward me, baby. Let my greedy, cum-hungry body have every last drop.",
"Yes! Give it all to me, baby. My body has been begging for your cum.",
"Come on, baby, reward this needy body of mine with all that cum you’ve been saving for me."
]))>>
<<= window.Game.vid($LINKS.events + "park/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.anal + 10)>>
<<= window.Game.stat("hp",$RATES.cb.anal + 10)>>
<<= window.Game.npcExp("mandy", $RATES.exp.anal + 1)>>
<<set $NPC.mandy.lvl = 1>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("mandy", 5)>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"What happened? My ass is sore... you must have saved me a little too well.",
"Wow... my butt hurts. I remember wanting you, but you really saved me hard.",
"Mmm, I’m back to normal, but my ass definitely remembers you.",
"What happened? I feel fine now, but my body says you were very thorough.",
"My head is clear again, but my ass is still aching from how well you saved me.",
"Wow... you saved me, but you definitely left a reminder behind.",
"I’m okay now, but my butt is telling me you took your time.",
"What happened? My ass hurts... I guess you saved me a little too passionately.",
"Wow... I’m cured, but I think you enjoyed saving me a little too much."
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<elseif $act === "alexisSex1" && $NPC.alexis.alive>>
<<if $step === 1>>
<div class="story-text"> You approach <<= $NPC.alexis.name>> working out </div><br>
<<= window.Game.vid($LINKS.events + "park/" + $act + "/1.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Hey, handsome. I’m just warming up, but for the right price, we can work up a much better sweat at my place.",
"Well, hello, baby. Like what you see? Pay me right, and I’ll give you a private workout you won’t forget.",
"Hey there, sexy. I’m getting my body nice and warm, but I’d rather finish this workout with you back at my place.",
"Mmm, perfect timing, handsome. For the right price, I’ll show you just how flexible I can be in private.",
"Hey, baby. I was planning to exercise alone, but you look like you could make things much more interesting.",
"Like watching me work up a sweat? Pay me right, and you can get a much closer look at my place.",
"Well, hello there, sexy. I’m already warmed up, so come make me an offer and let’s continue this workout somewhere private."
]))>>
<div class="options">
<<if $YOU.money >= Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros))>>
<<= window.Game.goToLoc("Accept ($" + Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros)) + ")", 60, State.passage, -15, $act, 2)>>
<</if>>
<<= window.Game.goToLoc("Decline", 0, "park", 0)>>
</div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "park/" + $act + "/2.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"You were such a patient boy, baby. Now let me suck that cock until it’s rock-hard for me.",
"Since you waited so nicely, let me wrap my lips around your cock and get you hard, baby.",
"You’ve been so patient, handsome. Let me reward you by sucking your cock until you’re aching hard.",
"Good things come to patient men, baby, so let me get on my knees and suck you till you're rock-hard.",
"You waited long enough, sexy. Now let me use my mouth to make that cock nice and hard.",
"Since you behaved so well, baby, I’m going to suck your cock until it’s completely hard for me.",
"Mmm, you’ve earned your reward, handsome. Let me suck that cock until it’s throbbing and rock-hard."
]))>>
<<= window.Game.vid($LINKS.events + "park/" + $act + "/3.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Fuck, baby, your cock feels so damn good inside my pussy.",
"Mmm, your cock fills my pussy exactly the way I like.",
"God, your cock feels incredible buried deep in my pussy.",
"Keep fucking me, baby. Your cock feels perfect inside me.",
"Mmm, I love how good your hard cock feels in my pussy.",
"Fuck, I could keep your cock inside my pussy all night.",
"Your cock feels so fucking good stretching my pussy, baby."
]))>>
<<= window.Game.vid($LINKS.events + "park/" + $act + "/4.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Fuck, this is the hottest workout a girl could ever ask for.",
"Mmm, now this is my kind of workout, baby.",
"God, forget the gym. This is how I really like to work up a sweat.",
"Fuck, baby, nothing gets my body moving quite like this.",
"Mmm, this beats every workout I’ve ever had.",
"Now this is the kind of exercise I could do all day.",
"Fuck, who needs a trainer when I can work my body like this?"
]))>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 3)>></div>
<<elseif $step === 3>>
<<= window.Game.vid($LINKS.events + "park/" + $act + "/5.mp4")>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Give me every drop of your cum, baby. I need it so badly.",
"Come on, baby, give me your cum. I’m desperate for it.",
"Give me that hot cum, baby. I’ve been craving it all night.",
"Don’t hold back, baby. Give me all the cum you’ve got.",
"Cum for me, baby. I need to feel you let it all go.",
"Give it to me, baby. I’m begging for your cum.",
"Come on, handsome, cover me in your cum. I need every drop."
]))>>
<<= window.Game.vid($LINKS.events + "park/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.lvlText("alexis","main"
,window.Game.rngText([
"Don’t stay away too long, baby. I’ll be waiting for you.",
"Come back and see me soon, handsome. I might start missing you.",
"Don’t be a stranger, baby. This body will be waiting for you.",
"You’d better come back soon, sexy. I’m not finished with you yet.",
"Visit me again soon, baby. I’ll make it worth your while.",
"Don’t keep me waiting too long, handsome. You know where to find me.",
"Come back soon, baby. I’ll be ready whenever you are."
]))>>
<<= window.Game.npcExp("alexis", $RATES.exp.sex)>>
<<set $NPC.alexis.hadSex = true>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("alexis", 5)>>
<<= window.Game.stat("money", -Math.max(1, window.Game.round($NPC.alexis.rate * $TEST.pros)))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<else>>
<<set $act = "">>
<<goto "park">>
<</if>>
</div> <div class="main">
<h1> <<= $NPC.sis.name >>'s Room </h1><br>
<<set $NPC.sis.sneakIn = true>>
<<if $act === "sisJerk1" && $NPC.sis.alive>>
<div class="story-text"><<= $NPC.sis.name >> is deeply asleep.</div><br>
<<= window.Game.vid($LINKS.events + "sisRoom/" + $act + "/1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "sisRoom/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "sisRoom/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",10)>>
<<= window.Game.stat("hp",10)>>
<<= window.Game.npcExp("sis", 1)>>
<<= window.Game.npchp("sis", 5)>>
<<= window.Game.vid($LINKS.events + "sisRoom/" + $act + "/post.mp4")>>
<div class="options"><<= window.Game.goToLoc("Leave", 30, "sisRoom", 0)>></div>
<<elseif $act === "sisBj1" && $NPC.sis.alive>>
<<if $step === 1>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You’re so dirty sneaking into my room bro. Come fuck my mouth, and you better leave those balls empty when you cum.",
"Such a filthy little sneak, coming into my room this late. Now put that cock in my mouth and don’t stop until your balls are empty.",
"You’re so bad for sneaking in here. Come fuck my face and make sure you empty every drop of that nasty cum.",
"Bro, you’re way too dirty for sneaking into my room. Now come use my mouth until your balls are completely empty.",
"You came into my room acting all naughty, so now you better give my mouth every bit of sperm in your balls.",
"You’re filthy for sneaking in here like this. Come fuck my mouth and don’t you dare hold back any cum in your balls.",
"Such a bad boy, creeping into my room at night. Now come fuck my face till your cock is throbbing.",
"Bro, you broke the rules coming in here. Now I want your cock in my mouth until there’s not a drop of cum left.",
"You’re so naughty sneaking into my room. Come fuck my throat and empty those dirty balls."
])
,window.Game.rngText([
"Aren’t you naughty, sneaking into your own sister's room this late? Come here and let me take care of you with my mouth.",
"Well, look who came creeping into my room. Why don’t you let me help you cum?",
"You’re so bad for sneaking in at this hour. Come closer and let my mouth make it worth the trouble.",
"Aww, couldn’t stay away from me? Come here bro and let me relieve your balls.",
"You know you shouldn’t be here this late, but since you are... let me take care of you.",
"Look at you, being all sneaky. Come here and let my throat reward you.",
"You’re such trouble, coming into my room at this hour. Let me help you empty all of that nasty cum.",
"Aren’t you bold, sneaking in here? Come closer and let me use my mouth to milk you.",
"Aww, you dirty thing, sneaking in here for my mouth. Come here and give me every drop.",
"Hehe, you really couldn’t wait until morning? Let me make this little visit worth it."
]))>>
<<= window.Game.vid($LINKS.events + "sisRoom/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You fuck your sister’s soft, wet mouth while your balls brush against her perky tits with every thrust.",
"Your sister’s warm mouth surrounds your cock as your balls rub against the soft curves of her perky breasts.",
"You thrust into your sister’s wet mouth, feeling your balls press against her perky tits each time you push deeper.",
"Your cock slides through your sister’s soft mouth while your balls repeatedly graze her firm, perky breasts.",
"You fuck your sister’s slick mouth steadily, your balls rubbing against her tits with every deep movement.",
"Her soft, wet mouth works around your cock as your balls drag teasingly across her perky breasts.",
"You keep thrusting into your sister’s mouth while your balls bounce gently against the softness of her tits.",
"Your sister keeps her warm lips wrapped around your cock as your balls press against her perky tits again and again.",
"You fuck her soft mouth deeper, enjoying the extra sensation of your balls rubbing over her firm breasts."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "sisRoom/" + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS.events + "sisRoom/" + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Cum", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "sisRoom/" + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You feel your balls begin pumping out cum as your cock slides along her throat while her hands eagerly play with your balls.",
"Your balls tense and start pumping cum as her throat strokes your cock and her fingers keep teasing you below.",
"You feel every pulse in your balls as your cock glides against her throat while she fondles them with eager attention.",
"Your cock slides deeper along her throat as your balls tighten in her hands and begin pumping out your release.",
"You feel your balls throbbing beneath her fingers as her throat works your cock and your cum starts surging through you.",
"Her throat keeps rubbing against your cock while her hands play with your tightening balls, making you feel them begin to pump."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "sisRoom/" + $act + "/5.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You better not pull out. You’ll cum so much harder down my throat, and I want to feel every drop slide into my stomach.",
"Don’t you dare pull out, bro. I want every drop of your cum going straight down my throat.",
"Keep it deep. You’ll cum so much harder when my throat takes every bit of you.",
"You better stay right there. I want to feel your semen spilling down into my stomach.",
"Don’t pull back now. I want your cum deep in my throat so I can swallow every drop.",
"Stay in my mouth, bro. I want to feel you empty your dirty balls all the way into me.",
"You better not pull out. My throat wants every drop, and I want to feel it fill my stomach.",
"Keep it deep and cum hard for your favorite sister. I want to swallow all the cum you give me.",
"Don’t waste a drop. Cum down my throat and let me feel all of it inside me.",
"You’ll cum so much harder if you stay in my throat. Let sis swallow every bit.",
"Keep your cock right there. Your favorite sister wants to feel every pulse of your cum going down.",
"Don’t stop, bro. Cum down my throat and let me take every drop into my stomach."
])
,window.Game.rngText([
"You should cum down my throat. It’ll make you cum even harder.",
"You should finish deep in my throat, bro. I want to make you cum harder than ever.",
"Let it all go down my throat. I want to feel you cum hard for me.",
"Cum in my throat. I promise it’ll make it feel so much better.",
"You should cum as deep as you can. Your illness won't have a chance with how hard you will cum that way.",
"Cum down my throat and let sis make it feel amazing for you.",
"You should finish in my throat. I want to feel you release as hard as possible.",
"Hehe, cum deep for me. I know my throat can make it stronger."
]))>>
<<= window.Game.vid($LINKS.events + "sisRoom/" + $act + "/cum.mp4")>>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"I felt every throb of your cock when you came down my throat. I already can’t wait for another taste of your dirty, thick cum.",
"I felt you pulsing in my throat, and now all I can think about is tasting that thick cum again, bro.",
"Your cock throbbed so hard when you came down my throat. I want that dirty taste back on my tongue.",
"I felt every pulse as you filled my throat, and I’m already craving another messy taste of your sperm.",
"Your cum was so thick, so dirty, and I loved feeling every throb of your cock as you fed it to me.",
"I could feel your cock twitching in my throat, and it made me want every drop even more.",
"I felt you cum so much down my throat. I must be addicted to the taste of my brother's cum mhmm.",
"Your cock pulsed so deep when you came, and I loved swallowing every filthy drop down my stomach.",
"I felt every throb of you in my throat, and I want your thick cum again already.",
"You came so hard down my throat, and now I can’t stop thinking about how naughty you tasted, bro.",
"I loved feeling your cock twitch while you filled my mouth. I want another taste so badly.",
"Every pulse of your cock made me want to swallow more of your thick cum."
])
,window.Game.rngText([
"Wow, I can barely catch my breath after how much you came inside. I’m going to sleep so good feeling this full.",
"Wow, you filled me so much I can hardly think straight. I’m going to sleep like a dream tonight.",
"Wow, you really emptied your balls into me bro. I’m going to fall asleep feeling completely stuffed.",
"You came so much inside me, I can still feel it. I’m going to sleep so peacefully like this.",
"Wow, I feel so full of your cum right now, bro. I’m definitely sleeping with a smile tonight.",
"I can barely catch my breath after taking all of that. You made me feel so full.",
"I feel so warm and full after that. I’m going to sleep like the happiest sister alive."
]))>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.npcExp("sis", $RATES.exp.bj)>>
<<= window.Game.npchp("sis", 5)>>
<div class="options"><<= window.Game.goToLoc("Leave", 60, "sisRoom", 0)>></div>
<</if>>
<<else>>
<<set $act = "">>
<<set $step = 1>>
<<goto "sisRoom">>
<</if>>
</div><div class="main">
<<set $YOU.news = true>>
<<if !$NPC.kendra.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "news" || $act === "">>
<<= window.Game.pic($LINKS.pics + "news" + $GAME.day + ".jpg")>>
<<if !$uiRefresh>>
<<set $num = window.Game.rng(1,5)>>
<<if $num === 1 && $YOU.hp < 25>>
<<set $num = 5>>
<<elseif $num === 2 && $areaLow <= 30>>
<<set $num = 5>>
<<elseif $num === 3 && $areaLow <= 30>>
<<set $num = 5>>
<<elseif $num > 5>>
<<set $num = 5>>
<</if>>
<</if>>
<<if $num === 1>>
<<= window.Game.npcText("kendra","main"
,window.Game.rngText([
"...some infected individuals appear to be feeling increasingly ill, and we are reporting live from the scene.",
"...we’re seeing reports that some infected people are experiencing worsening symptoms across the general population.",
"...officials say a number of infected individuals are beginning to feel more severely ill. We are here on site with the latest.",
"...there are growing concerns tonight as some infected residents report feeling worse than before.",
"...some members of the infected population appear to be showing stronger symptoms, and we are reporting from the affected area.",
"...reports suggest that certain infected individuals are becoming noticeably more ill. We are live on location as this develops.",
"...health officials are monitoring a rise in worsening symptoms among some infected people in the community."
]))>>
<<if !$uiRefresh>>
<<set $num2 = window.Game.rng(5,15)>>
<<set $YOU.hp -= $num2>>
<</if>>
<div class="story-text">Health has decreased by $num2</div><br>
<<elseif $num === 2>>
<<= window.Game.npcText("kendra","main"
,window.Game.rngText([
"...we are live on the scene, where this area has been hit especially hard by the recent outbreak.",
"...we’re reporting live from a community that has been heavily affected by the outbreak in recent days.",
"...we are on site in one of the areas most severely impacted by the outbreak so far.",
"...we’re live from the scene, where residents have been dealing with the outbreak’s effects for several days now.",
"...this area has seen some of the worst effects of the outbreak, and we are reporting live from the ground.",
"...we are live in a neighborhood that has been hit particularly hard as the outbreak continues to spread.",
"...we’re reporting from an area that officials say has been heavily affected by the ongoing outbreak."
]))>>
<<set _activeAreas = []>>
<<for _areaKey, _area range $AREAS>>
<<if _area.start>>
<<run _activeAreas.push(_areaKey)>>
<</if>>
<</for>>
<<if _activeAreas.length > 0>>
<<if !$uiRefresh>>
<<set $str = _activeAreas[window.Game.rng(0, _activeAreas.length - 1)]>>
<<set $num2 = Math.min(
window.Game.rng(5,10),
$AREAS[$str].hp - 30
)>>
<</if>>
<<if $num2 > 0>>
<<= window.Game.areaHp(-$num2, $str)>>
<</if>>
<</if>>
<<elseif $num === 3>>
<<= window.Game.npcText("kendra","main"
,window.Game.rngText([
"...it appears disease rates have increased across the board.",
"...officials are reporting a broad rise in disease rates throughout the nearby areas.",
"...we’re seeing disease rates climb across nearly every reported category.",
"...the latest numbers suggest infection rates are rising across the board.",
"...health officials say disease rates have gone up throughout the general population.",
"...there appears to be a widespread increase in reported illness across the neighboring areas.",
"...new reports indicate that disease rates are rising on multiple fronts.",
"...the data coming in suggests a general increase in disease activity."
]))>>
<<if !$uiRefresh>>
<<set $num2 = Math.min(
window.Game.rng(1,5),
$areaLow - 30
)>>
<</if>>
<<if $num2 > 0>>
<<= window.Game.areaHp(-$num2, "all")>>
<</if>>
<<elseif $num === 4>>
<<= window.Game.npcText("kendra","main"
,window.Game.rngText([
"...reports indicate an increase in unusual activity. Stay alert.",
"...we’ve received reports of a rise in strange activity. Please remain cautious.",
"...reports suggest unusual activity has become more frequent. Be advised.",
"...there has been a noticeable increase in reports of strange activity. Stay vigilant.",
"...recent reports point to a greater occurrence of unusual activity. Exercise caution.",
"...we’re seeing more reports of strange activity than usual. Remain alert.",
"...reports confirm a growing number of unusual incidents. Be advised and stay cautious.",
"...strange activity appears to be occurring more frequently. Please remain vigilant.",
"...there has been an uptick in reports of unexplained activity. Stay alert and proceed carefully.",
"...authorities are reporting increased strange activity in the area. Be advised."
]))>>
<<if !$uiRefresh>>
<<set $num2 = window.Game.rng(1,2)>>
<</if>>
<<if $TEST.events > $num2>><<set $TEST.events = $num2 >><</if>>
<<elseif $num === 5>>
<<= window.Game.npcText("kendra","main"
,window.Game.rngText([
"...and authorities believe this may be having an unusual effect on the population. Stay tuned as we learn more.",
"...and officials now suspect the phenomenon is affecting the population in unexpected ways. We’ll have more as the story develops.",
"...and authorities are investigating what they describe as an unusual effect on local residents. Stay with us for further updates.",
"...and officials believe the situation may be causing strange changes throughout the population. We’ll bring you more information as it becomes available.",
"...and investigators say the population appears to be experiencing unusual effects linked to the incident. Stay tuned for the latest developments.",
"...and authorities are warning that the event may be affecting residents in ways they did not initially anticipate. More details are expected soon.",
"...and officials say evidence suggests the population is being affected in unusual and unexplained ways. Stay tuned for continuing coverage.",
"...and authorities now believe there may be a connection between the incident and unusual changes observed across the population. We’ll keep you updated.",
"...and reports suggest the population may be experiencing unexpected effects as a result. Stay with us as authorities continue their investigation.",
"...and officials remain concerned about the unusual effects being reported throughout the population. Stay tuned as this developing story continues."
]))>>
<<if !$uiRefresh>>
<<set $num2 = window.Game.rng(3,5)>>
<</if>>
<<= window.Game.npcExp("all", $num2)>>
<<else>>
<<set $act = "">>
<<goto $YOU.loc>>
<</if>>
<div class="options">
<<= window.Game.goToLoc("Back", 0, $YOU.loc, 0)>>
</div>
<<else>>
<<set $act = "">>
<<goto $YOU.loc>>
<</if>>
<</if>>
</div><div class="main">
<h1> City </h1><br>
<<set $EVENTCOUNTER.out = 0>>
<<if $act === "mandySex1" && $NPC.mandy.alive && $NPC.mandy.met>>
<<if $step === 1>>
<<= window.Game.vid($LINKS.events + "city/" + $act + "/1.mp4")>>
<div class="story-text">Is she corrupted again? </div><br>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Yes, it’s you! Come on, baby. Let’s sneak into the bathroom and fuck.",
"There you are, sexy. Get in the bathroom with me and fuck me right now.",
"Fuck yes, it’s you! Let’s lock the bathroom door and have some fun.",
"Finally, baby. Come fuck me in the bathroom before anyone notices.",
"Yes, you! I’ve been waiting. Now take me into the bathroom and fuck me.",
"Mmm, there’s my favorite distraction. Let’s go fuck in the bathroom, baby.",
"Fuck, I was hoping it would be you. Come on, bathroom, now."
]))>>
<div class="story-text"> Yes, yes she is.</div><br>
<div class="options">
<<= window.Game.goToLoc("Follow her", 60, State.passage, -15, $act, 2)>>
<<= window.Game.goToLoc("Leave", 0, $YOU.loc, 0)>>
</div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS.events + "city/" + $act + "/2.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Sucking your cock right here feels so filthy, baby. I fucking love it.",
"Mmm, having your cock in my mouth somewhere this dirty turns me on so much.",
"Fuck, sucking you off right here is so wrong and that makes it feel even better.",
"I love how dirty it feels to kneel here and suck your cock, baby.",
"Mmm, anyone could catch me with your cock in my mouth. I love that.",
"Sucking your hard cock out here is so fucking naughty, and I can’t get enough.",
"God, this is so dirty, baby. Keep your cock right where it is."
]))>>
<<= window.Game.vid($LINKS.events + "city/" + $act + "/3.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Fuck, it’s so hot doing this here when someone could catch us at any second.",
"Mmm, knowing we might get caught makes fucking you feel even dirtier.",
"God, baby, the thought of someone finding us like this turns me on so much.",
"Fuck me harder. The risk of getting caught makes this feel incredible.",
"Mmm, anyone could walk in on us, and that makes me want you even more.",
"This is so fucking naughty, baby. We could be discovered at any moment.",
"God, fucking you somewhere this risky is making me lose control."
]))>>
<<= window.Game.vid($LINKS.events + "city/" + $act + "/4.mp4")>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Don’t stop fucking me until your cum is dripping all over my body.",
"Keep pounding me, baby. I want to be completely covered in your cum.",
"Fuck me until you can’t hold back, then cover me with every drop.",
"Don’t you dare stop until I’m soaked in your hot cum.",
"Keep fucking me hard, baby. I want your cum all over me.",
"Use me until you’re ready to explode, then make a mess of me.",
"Fuck me senseless, baby, and don’t stop until I’m covered in your cum."
]))>>
<<= window.Game.vid($LINKS.events + "city/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.npcExp("mandy", $RATES.exp.sex)>>
<<set $NPC.mandy.lvl = 1>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("mandy", 5)>>
<<= window.Game.lvlText("mandy","main"
,window.Game.rngText([
"Oh, wow. You saved me even here? You really are my hero, aren’t you?",
"I can’t believe you came through for me again. My handsome hero always knows how to rescue me.",
"You helped me here too? Careful, hero. I might have to find a very special way to thank you.",
"You saved me yet again, handsome. Maybe I should stay close to my favorite hero from now on."
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "city", 0 )>></div>
<</if>>
<<else>>
<<set $act = "">>
<<goto "city">>
<</if>>
</div><img class="game-logo" @src="$LINKS.pics + 'logo.jpg'" alt="Unknown Disease"><div class="main">
<h1>Red Light District</h1><br>
<<if $events.length > 0 && $eventsName !== "" && Story.has($eventsName)>>
<<set $act = window.Game.rngText($events)>>
<<goto $eventsName>>
<<else>>
<div class="options">
<div class="loc-row"><<= window.Game.goToLoc("City", 30, "city", 0)>> <<= window.Game.npcTag("city")>> </div>
<div class="loc-row"><<= window.Game.goToLoc("Uptown", 15, "uptown", 0)>> <<= window.Game.npcTag("uptown")>></div>
</div>
<</if>>
</div><div class="main">
<<if !$NPC.alexis.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<else>>
<<set $act = "sex1">>
<<set $step = 1>>
<<goto State.passage>>
<</if>>
<</if>>
</div><div class="main">
<<if $NPC.madison.location === "sleep" || !$NPC.madison.alive>>
<<run Engine.play($YOU.loc)>>
<<else>>
<h1><<= $NPC.madison.name >> Exp: <<= $NPC.madison.exp >></h1><br>
<<if $NPC.madison.lvl < 1>><<set $NPC.madison.lvl = 1>><</if>>
<<if $NPC.madison.lvl > 1>><<set $NPC.madison.lvl = 3>><</if>>
<<= window.Game.lvlText("madison","main",
window.Game.rngText([
"Why waste time talking when we could be fucking instead?",
"Mmm, why keep chatting when we could be having so much more fun together?",
"Why bother with small talk when I’d much rather be fucking you?",
"Talking is nice, but wouldn’t you rather skip straight to fucking?",
"Mmm, why use our mouths for talking when we could be doing something much more exciting?",
"Why stand around chatting when we both know what we really want to be doing?",
"Forget the conversation. Why don’t we just get straight to fucking?",
"Mmm, I can think of a much better way for us to spend our time than talking.",
"Why keep pretending we came here to talk when we could already be fucking?",
"Enough talking, babe. Why don’t we get to the part we actually came here for?"
]),
"",
window.Game.rngText([
"Hey, how are you doing?",
"Hey, how’ve you been?",
"Hi there, how are you?",
"Hey, you! How’s everything going?",
"Hey, how are you feeling today?",
"Hi! How’ve you been doing?",
"Hey, how’s your day going?",
"Hey there, how have you been?",
"Hi, how are things?",
"Hey, how’s everything with you?"
])
)>>
<<if $NPC.madison.lvl >= 3>>
<div class="options">
<<if $YOU.loc === "mp">>
<<= window.Game.goToLoc("Sex", 60, "madison acts", -15, ["mpsex1", "mpsex2"], 1)>>
<<else>>
<<= window.Game.goToLoc("Sex", 60, "madison acts", -15, ["sex1", "sex2"], 1)>>
<</if>>
</div>
<</if>>
<</if>>
<div class="options">
<<= window.Game.goToLoc("Back", 15, $YOU.loc, 0)>>
</div>
</div><div class="main">
<h1> Madison </h1><br>
<<if !$NPC.madison.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "sex1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.madison + $act + "/1.mp4")>>
<<= window.Game.lvlText("madison","main"
,window.Game.rngText([
"YES! Fuck my pussy and let my body become your ecstasy.",
"Yes, baby! Fuck my pussy and lose yourself completely in the pleasure of my body.",
"YES! Take my pussy and use my body to give yourself all the ecstasy you want.",
"Fuck yes! Pound my pussy and let every inch of my body become your pleasure.",
"YES! Fuck me hard and let my body give you all the ecstasy you can handle.",
"God, yes! Take my pussy and let my body be the source of all your pleasure.",
"YES! Fuck my pussy and lose yourself in every bit of ecstasy my body can give you.",
"Fuck yes, baby! Use my pussy and let my whole body become your personal paradise.",
"YES! Give my pussy everything you’ve got and let my body drown you in ecstasy.",
"God, YES! Fuck my pussy and let yourself get completely lost in the pleasure of my body."
]))>>
<<= window.Game.vid($LINKS2.madison + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You fuck Madison’s tight little pussy through position after position, both of you using each other’s bodies to chase pure ecstasy.",
"You take Madison in every position you can, her tight pussy gripping you as you both lose yourselves in overwhelming pleasure.",
"You fuck Madison’s tight pussy from every angle, using each other’s bodies to push yourselves deeper and deeper into ecstasy.",
"You move Madison from one position to another, pounding her tight pussy as the two of you relentlessly chase the pleasure building between you.",
"You fuck Madison again and again in different positions, your bodies working together until nothing matters except the ecstasy you create.",
"You take Madison through position after position, her tight pussy surrounding you as you both surrender completely to the pleasure.",
"You keep changing positions as you fuck Madison’s tight pussy, using every angle to drive each other closer to overwhelming ecstasy.",
"You fuck Madison from every position that feels good, letting your bodies feed off each other’s pleasure until you’re both completely lost in it.",
"You move together through one position after another, fucking Madison’s tight pussy while each movement sends both of you deeper into ecstasy.",
"You relentlessly pleasure each other through position after position, using Madison’s tight pussy and your body together to reach absolute ecstasy."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.madison + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.madison + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.madison + $act + "/5.mp4")>>
<<= window.Game.lvlText("madison","main"
,window.Game.rngText([
"Yes, darling… cover me in that delectable semen and make an absolute mess of me.",
"Mmm, yes, honey. Shower me with that delicious semen. I want every drop.",
"Yes, my dear… coat my body in that exquisite semen of yours.",
"Mmm, darling, don’t waste a drop. Cover me in that delectable release.",
"Yes, sweetheart… let that rich semen spill all over me exactly where I want it.",
"Mmm, honey, give me every last drop and leave me beautifully coated in your semen.",
"Yes, darling… indulge me and cover me in that delicious semen of yours.",
"Mmm, my love, let yourself go and paint me with every delectable drop.",
"Yes, honey… I want that luscious semen all over me. Don’t hold anything back.",
"Mmm, darling, cover me thoroughly in that delectable semen and let me savor every drop."
]))>>
<<= window.Game.vid($LINKS2.madison + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.npcExp("madison", $RATES.exp.sex)>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("madison", 5)>>
<<= window.Game.lvlText("madison","main"
,window.Game.rngText([
"We really should arrange meetings like this more often, darling. My pussy is already aching for you again.",
"Mmm, perhaps we ought to make this a regular affair. I can already feel my pussy craving you again.",
"I must say, darling, we should indulge like this more often. My pussy is already longing for another visit from you.",
"Perhaps we’ve discovered a very good reason to meet more frequently, love. My pussy is already aching to feel you again.",
"Mmm, I think these little encounters should become a habit. My pussy is already yearning for you all over again.",
"We really must do this more often, sweetheart. I can already feel that familiar ache between my legs for you.",
"Darling, I believe another meeting should be arranged soon. My pussy is already impatient for you again.",
"Mmm, this was far too enjoyable to be a rare occasion. My pussy is already aching for another taste of you.",
"We should make a point of seeing each other like this more often, love. My pussy is already begging for your attention again.",
"Perhaps we shouldn’t wait so long until our next encounter, darling. My pussy is already aching to have you back."
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<elseif $act === "sex2">>
<<if $step === 1>>
<<= window.Game.lvlText("madison","main"
,window.Game.rngText([
"No, darling… before you fuck my pussy, I want a proper taste of that cock first.",
"Mmm, not yet, love. Before you slide into my pussy, let me savor your cock with my mouth.",
"Easy, darling. My pussy can wait. I want to enjoy the taste of your cock first.",
"No, sweetheart… before you fuck me, I insist on giving that delicious cock a proper taste.",
"Mmm, darling, don’t rush. Let me taste your cock thoroughly before my pussy gets its turn.",
"Not quite yet, love. Before you bury yourself in my pussy, I want to savor every inch of your cock.",
"Patience, darling. I’d like a good taste of that cock before I let you fuck my pussy.",
"Mmm, sweetheart, my pussy will have you soon enough. First, let me enjoy your cock with my mouth.",
"No, love… I have something else in mind first. Let me taste that lovely cock before you fuck me.",
"Mmm, darling, before you take my pussy, allow me to indulge in the delightful taste of your cock."
]))>>
<<= window.Game.vid($LINKS2.madison + $act + "/1.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.madison + $act + "/2.mp4")>>
<<= window.Game.lvlText("madison","main"
,window.Game.rngText([
"God, darling, the feeling of your cock penetrating my pussy is absolutely heavenly.",
"Mmm, darling, having your cock slide inside my pussy feels simply divine.",
"Oh god, love, the sensation of your cock filling my pussy is pure heaven.",
"Mhmm, darling, every inch of your cock inside my pussy feels utterly exquisite.",
"God, sweetheart, feeling your cock penetrate me like this is positively heavenly.",
"Mmm, love, the way your cock moves inside my pussy feels more divine with every thrust.",
"Oh, darling, having you buried inside my pussy feels like absolute bliss.",
"God, love, the sensation of your cock sliding deep into my pussy is simply intoxicating.",
"Mhmm, darling, nothing compares to the heavenly feeling of your cock penetrating my pussy.",
"Oh god, sweetheart, feeling your cock deep inside me is pure, exquisite pleasure."
]))>>
<<= window.Game.vid($LINKS2.madison + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You fuck each other through position after filthy position, using every inch of each other’s bodies until neither of you can think straight.",
"You twist, turn, and fuck in every position you can manage, greedily using each other’s bodies for nonstop pleasure.",
"You keep changing positions, fucking each other from every angle possible as your bodies become nothing but tools for mutual pleasure.",
"You use each other shamelessly, moving from one filthy position to the next without giving either body a chance to recover.",
"You fuck in every position you can think of, grabbing, grinding, and using each other’s bodies until the pleasure becomes overwhelming.",
"You relentlessly reposition each other, chasing dirtier angles and using every part of your bodies to make the fucking feel even better.",
"You lose yourselves in each other, fucking through position after position as you greedily squeeze every possible sensation from one another.",
"You keep switching positions like neither of you can get enough, using each other’s bodies in every filthy way that feels good.",
"You fuck each other from every angle imaginable, treating each other’s bodies like endless sources of dirty, relentless pleasure.",
"You tear through position after position, using each other shamelessly until your bodies are exhausted from all the filthy pleasure."
])>><br><br>
</div>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.madison + $act + "/4.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.madison + $act + "/5.mp4")>>
<<= window.Game.lvlText("madison","main"
,window.Game.rngText([
"No, darling, don’t pull away. My pussy is craving every beautiful drop of your sperm inside me.",
"Mmm, stay right there, love. My pussy wants your gorgeous release deep inside.",
"Don’t you dare pull away, darling. I want your beautiful sperm filling my pussy completely.",
"No, sweetheart, remain inside me. My pussy is aching to be filled with your lovely cum.",
"Mmm, darling, stay buried deep. My pussy is craving the feeling of your sperm spilling inside.",
"Don’t pull out, love. I want every exquisite drop of your release exactly where my pussy wants it.",
"Stay inside me, darling. My pussy is practically begging for your beautiful sperm.",
"Mmm, sweetheart, don’t leave me empty. I want your delicious release deep inside my pussy.",
"No, love, keep yourself right there. My pussy wants to be filled with every last drop you have.",
"Mmm, darling, don’t pull away now. My pussy is craving your beautiful cum far too much."
]))>>
<<= window.Game.vid($LINKS2.madison + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.npcExp("madison", $RATES.exp.sex)>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("madison", 5)>>
<<= window.Game.vid($LINKS2.madison + $act + "/post.mp4")>>
<<= window.Game.lvlText("madison","main"
,window.Game.rngText([
"Mmm, darling, we really should embrace each other like this again very soon.",
"Mhmm, love, I think our bodies deserve another encounter like this before too long.",
"Mmm, sweetheart, we simply must enjoy each other this intimately again soon.",
"Mhmm, darling, I could certainly become accustomed to embracing you like this more often.",
"Mmm, love, let’s not wait too long before our bodies find each other like this again.",
"Mhmm, sweetheart, this feels far too delightful not to repeat again very soon.",
"Mmm, darling, I think another intimate little embrace like this should be arranged rather soon.",
"Mhmm, love, we ought to indulge in each other’s bodies like this much more frequently.",
"Mmm, sweetheart, I already find myself looking forward to embracing you like this again.",
"Mhmm, darling, promise me we won’t wait long before enjoying each other’s bodies like this again."
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<elseif $act === "mpsex1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.madison + $act + "/1.mp4")>>
<<= window.Game.lvlText("madison","main"
,window.Game.rngText([
"Mhmm, darling, I adore the taste of your delicious cock. I can hardly wait to feel it sliding deep inside my pussy.",
"Mmm, your cock tastes absolutely exquisite, love. I’m already aching to feel it penetrate my pussy.",
"Darling, I could savor the taste of your cock all night, but I’m even more eager to feel it buried inside my pussy.",
"Mhmm, your delicious cock is far too tempting. I can’t wait to feel every inch of it entering my pussy.",
"Mmm, love, I adore tasting you like this. Still, I’m already craving the moment your cock finally penetrates my pussy.",
"Darling, your cock tastes positively divine. I’m becoming terribly impatient to feel it deep inside my pussy.",
"Mhmm, I could happily keep tasting your delicious cock, but my pussy is already aching to feel you penetrate me.",
"Mmm, sweetheart, I absolutely love the taste of you. I can scarcely wait to feel that cock sliding into my pussy.",
"Darling, tasting your cock is exquisite, but the thought of feeling it penetrate my pussy is becoming irresistible.",
"Mhmm, your cock tastes delicious, love. Now I’m simply dying to feel it sink deep into my waiting pussy."
]))>>
<<= window.Game.vid($LINKS2.madison + $act + "/2.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You take her on the massage table, fucking her pussy as the two of you surrender completely to the pleasure of each other’s bodies.",
"She welcomes you between her thighs on the massage table, letting you fuck her pussy as you both lose yourselves in the intimacy of the moment.",
"You fuck her pussy across the massage table, savoring every movement as your bodies press together in mutual pleasure.",
"She gives herself to you on the massage table, her pussy taking you eagerly while the two of you indulge in every sensation.",
"You bury yourself in her pussy on the massage table, both of you embracing the warmth, closeness, and pleasure of your bodies together.",
"She spreads herself for you across the massage table, letting you fuck her pussy while you both luxuriate in the pleasure between you.",
"You make love to her roughly on the massage table, fucking her pussy while your bodies move together in perfect, pleasurable rhythm.",
"She pulls you closer on the massage table as you fuck her pussy, the two of you savoring every intimate sensation your bodies create.",
"You fuck her deeply on the massage table, letting the pleasure of her pussy and the closeness of your bodies consume you both.",
"She eagerly takes you on the massage table, her pussy wrapped around you as the two of you completely surrender to the ecstasy of each other’s bodies."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.madison + $act + "/3.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.madison + $act + "/4.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.madison + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.madison + $act + "/6.mp4")>>
<<= window.Game.lvlText("madison","main"
,window.Game.rngText([
"Don’t you dare pull out, darling. I want every beautiful drop of your sperm spilling from my pussy afterward.",
"Mmm, stay exactly where you are, darling. I want that lovely sperm deep inside me and slowly pouring from my pussy.",
"Don’t even think about pulling away, love. I want your beautiful release filling me until it leaks from my pussy.",
"Mhmm, darling, remain inside me. I want every exquisite drop of your sperm before it begins spilling out of my pussy.",
"Stay deep inside me, sweetheart. I want your beautiful sperm filling my pussy and dripping from me afterward.",
"Mmm, no pulling out, darling. I want you to leave every last drop inside my pussy and let it slowly pour out.",
"Don’t you dare deny me, love. I want your gorgeous load deep inside me, spilling from my pussy when you’re finished.",
"Mhmm, keep yourself buried inside me, darling. I want to feel your sperm fill my pussy before it starts leaking out.",
"Stay right there, sweetheart. I want every beautiful drop you have left inside my pussy, pouring from me afterward.",
"Mmm, darling, I insist you finish inside me. I want your lovely sperm filling my pussy and slowly spilling free."
]))>>
<<= window.Game.vid($LINKS2.madison + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.npcExp("madison", $RATES.exp.sex)>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("madison", 5)>>
<<= window.Game.lvlText("madison","main"
,window.Game.rngText([
"We really should arrange meetings like this more often, darling. My pussy is already aching for you again.",
"Mmm, perhaps we ought to make this a regular affair. I can already feel my pussy craving you again.",
"I must say, darling, we should indulge like this more often. My pussy is already longing for another visit from you.",
"Perhaps we’ve discovered a very good reason to meet more frequently, love. My pussy is already aching to feel you again.",
"Mmm, I think these little encounters should become a habit. My pussy is already yearning for you all over again.",
"We really must do this more often, sweetheart. I can already feel that familiar ache between my legs for you.",
"Darling, I believe another meeting should be arranged soon. My pussy is already impatient for you again.",
"Mmm, this was far too enjoyable to be a rare occasion. My pussy is already aching for another taste of you.",
"We should make a point of seeing each other like this more often, love. My pussy is already begging for your attention again.",
"Perhaps we shouldn’t wait so long until our next encounter, darling. My pussy is already aching to have you back."
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "mp", 0 )>></div>
<</if>>
<<elseif $act === "mpsex2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.madison + $act + "/1.mp4")>>
<<= window.Game.lvlText("madison","main"
,window.Game.rngText([
"Mmm, darling, I’m going to savor the delightful taste of your cock before letting it slip into my wet, aching pussy.",
"Allow me to enjoy the exquisite taste of your cock first, darling, before my needy pussy gets its turn.",
"Mhmm, love, I intend to savor every taste of that delicious cock before welcoming it deep inside my wet pussy.",
"Darling, let me enjoy that wonderful cock with my mouth first. My soaked pussy can have you immediately afterward.",
"Mmm, sweetheart, I’m going to thoroughly savor the taste of your cock before letting my wet, hungry pussy enjoy you next.",
"I simply must taste that delightful cock first, darling, before I allow it anywhere near my aching, soaked pussy.",
"Mhmm, love, your cock deserves to be savored properly before I let it penetrate my wet, eager pussy.",
"Darling, I’ll indulge in the taste of your delicious cock first, then let my needy pussy enjoy every inch of you.",
"Mmm, sweetheart, let me savor that exquisite cock with my lips before my wet pussy eagerly takes its turn.",
"I’m going to enjoy every delicious taste of your cock, darling, before letting it slide into my soaking, desperate pussy."
]))>>
<<= window.Game.vid($LINKS2.madison + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.madison + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.madison + $act + "/4.mp4")>>
<<= window.Game.lvlText("madison","main"
,window.Game.rngText([
"Yes, darling, keep using my pussy until you simply can’t hold back any longer. I want every delicious drop.",
"Mmm, darling, don’t stop until your control finally breaks. I want every exquisite drop you have to give me.",
"Yes, love, keep taking pleasure from my pussy until you’re forced to cum. I want to savor every last drop.",
"Mhmm, darling, keep going until you can’t possibly restrain yourself anymore. I want all of that delicious release.",
"Yes, sweetheart, use my pussy until you reach your limit. I want every precious drop when you finally let go.",
"Mmm, love, keep yourself buried in my pussy until holding back becomes impossible. I want every delicious bit of your release.",
"Yes, darling, keep enjoying my pussy until you finally lose control. I want every last drop you’ve been holding back.",
"Mhmm, sweetheart, don’t deny yourself. Keep using my pussy until you simply have to cum, and give me every delicious drop.",
"Yes, love, keep going until your body can’t resist any longer. I want to feel every exquisite drop you release.",
"Mmm, darling, let my pussy push you all the way to the edge, then give me every delicious drop when you finally surrender."
]))>>
<<= window.Game.vid($LINKS2.madison + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.madison + $act + "/6.mp4")>>
<<= window.Game.lvlText("madison","main"
,window.Game.rngText([
"Yes, darling, keep using my pussy for your pleasure...and mine.",
"Mmm, darling, keep taking your pleasure from my pussy while giving me exactly what I crave.",
"Yes, love, keep enjoying my pussy as much as you want. I intend to enjoy every second of it too.",
"Mhmm, darling, keep using my pussy however pleases you most. I’m getting just as much pleasure from it.",
"Yes, sweetheart, take all the pleasure you want from my pussy while I savor every sensation with you.",
"Mmm, love, keep yourself buried in my pussy and enjoy it fully. Your pleasure only makes mine sweeter.",
"Yes, darling, keep using my pussy to satisfy yourself while I indulge in every delicious moment too.",
"Mhmm, sweetheart, take your pleasure from my pussy freely. I’m enjoying this even more.",
"Yes, love, keep giving yourself to the pleasure of my pussy while I lose myself in yours.",
"Mmm, darling, keep using my pussy exactly as you desire. There’s nothing more delightful than pleasing each other like this."
]))>>
<<= window.Game.vid($LINKS2.madison + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.npcExp("madison", $RATES.exp.sex)>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("madison", 5)>>
<<= window.Game.lvlText("madison","main"
,window.Game.rngText([
"Mhm, darling, we really should embrace like this more often.",
"Mmm, love, I think we ought to enjoy each other like this far more frequently.",
"Mhmm, darling, this is far too delightful to be such a rare indulgence.",
"Mmm, sweetheart, perhaps we should make moments like this a regular habit.",
"Mhmm, love, I could certainly get used to embracing you like this more often.",
"Mmm, darling, we really shouldn’t wait so long before enjoying each other like this again.",
"Mhmm, sweetheart, I think these intimate little embraces deserve to happen much more often.",
"Mmm, love, perhaps we’ve discovered something we should indulge in far more regularly.",
"Mhmm, darling, I rather like us like this. We should make a habit of it.",
"Mmm, sweetheart, embracing you like this feels far too good to save for special occasions."
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "mp", 0 )>></div>
<</if>>
<<else>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<</if>>
<</if>>
</div><div class="main">
<<if $NPC.tori.location === "" || $NPC.tori.hadSex || !$NPC.tori.alive>>
<<goto $YOU.loc>>
<<else>>
<h1><<= $NPC.tori.name >> Exp: <<= $NPC.tori.exp >></h1><br>
<<if $NPC.tori.lvl !== 3>><<set $NPC.tori.lvl = 3>><</if>>
<<= window.Game.lvlText("tori","main",
window.Game.rngText([
"Looking for a good fuck? My body can be completely yours.",
"Need someone to satisfy you? Come take my body. I’m all yours.",
"Looking for a good hard fuck? You can have every inch of my body.",
"Mmm, if you’re looking for someone to fuck, my body is yours to enjoy.",
"Want a body you can have your way with? Mine can be all yours.",
"Looking for some filthy fun? Come claim my body and make it yours.",
"If you’re craving a good fuck, babe, you can have my body however you want it.",
"Mmm, looking for someone to use for your pleasure? My body is waiting for you.",
"Need a woman to fuck? Come take me, my whole body can be yours.",
"Looking for a good time? You can have my body all to yourself."
])
)>>
<div class="options">
<<if $YOU.money >= Math.max(1, window.Game.round($NPC.tori.rate * $TEST.pros))>>
<<= window.Game.goToLoc("Sex ($" + Math.max(1, window.Game.round($NPC.tori.rate * $TEST.pros)) + ")", 60, "tori acts", -15, ["sex1", "sex2"] , 1)>>
<<else>>
<div class="story-text">Not enough funds. </div><br>
<</if>>
</div>
<</if>>
<div class="options">
<<= window.Game.goToLoc("Back", 15, $YOU.loc, 0)>>
</div>
</div><div class="main">
<h1> Tori </h1><br>
<<if !$NPC.tori.alive>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<<if $act === "sex1">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.tori + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You fuck Tori in as many positions as you can, using every angle of her body to keep your cock overwhelmed with pleasure.",
"You move Tori from position to position, using her body in every way you can to maximize the pleasure around your cock.",
"You keep changing positions as you fuck Tori, making sure every part of her body is used to pleasure your cock as much as possible.",
"You take Tori through one position after another, chasing the angles that make her body feel best around your cock.",
"You fuck Tori from every position you can think of, using her body relentlessly to give your cock as much stimulation as possible.",
"You keep repositioning Tori beneath you, finding new ways to use her body to squeeze, stroke, and pleasure your cock.",
"You work through position after position with Tori, taking full advantage of her body to keep your cock buried in constant pleasure.",
"You fuck Tori every way you want, switching positions again and again to get the most pleasure possible from her body.",
"You keep experimenting with different positions, using Tori’s body from every angle to intensify the sensations around your cock.",
"You move Tori through as many positions as possible, making sure her body keeps your cock stimulated from start to finish."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.tori + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.tori + $act + "/3.mp4")>>
<<= window.Game.lvlText("tori","main"
,window.Game.rngText([
"I might have to stop charging you if you keep fucking me this good.",
"Fuck, keep fucking me like this and I’m gonna start letting you have me for free.",
"If you keep making me feel this good, baby, I might forget all about charging you.",
"God, at this rate I’m gonna have to stop taking your money and just let you fuck me whenever you want.",
"Keep fucking me like that and I swear I’m gonna start giving you the house special for free.",
"Fuck, you’re making it really hard to justify charging you when I’m enjoying this so damn much.",
"If you keep pounding me like this, I might start looking forward to your visits more than your money.",
"God, keep doing that and I might decide your cock is payment enough.",
"You keep fucking me this good and I’m seriously gonna have to stop charging you altogether.",
"Fuck, if this is how you’re gonna treat me every time, I might just start begging you to come back for free."
]))>>
<<= window.Game.vid($LINKS2.tori + $act + "/4.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.tori + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.tori + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.npcExp("tori", $RATES.exp.sex)>>
<<set $NPC.tori.hadSex = true>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("tori", 5)>>
<<= window.Game.stat("money", -Math.max(1, window.Game.round($NPC.tori.rate * $TEST.pros)))>>
<<= window.Game.lvlText("tori","main"
,window.Game.rngText([
"God, I can’t wait for you to come visit me again and fuck me like the whore I am.",
"Fuck, I’m already counting down until you come back and use me like your filthy little whore again.",
"God, I need you to visit me again soon and fuck me just as hard as you did before.",
"I seriously can’t wait until you come back and treat me like your favorite whore again.",
"Fuck, just thinking about you visiting again and fucking me like a whore is already getting me worked up.",
"God, come back soon. I’m dying to have you fuck me like your shameless little whore again.",
"I can’t stop thinking about the next time you visit and fuck me like I belong to you.",
"Fuck, I want you back here so badly, pounding me like the needy whore I’ve become for you.",
"God, I already miss the way you fuck me. Come visit again and treat me like your little whore.",
"I can’t wait for your next visit, baby. I want you to fuck me like a whore all over again."
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<elseif $act === "sex2">>
<<if $step === 1>>
<<= window.Game.vid($LINKS2.tori + $act + "/1.mp4")>>
<<= window.Game.lvlText("tori","main"
,window.Game.rngText([
"Take me for a ride, baby. I love every second of it!",
"Mmm, take me for a ride all over, baby. I fucking love it!",
"Go on, baby, take me for a ride. I can’t get enough of this!",
"Ride me all over, baby. God, I love how this feels!",
"Take me wherever you want, baby. I’m loving every bit of this ride!",
"Mmm, keep taking me for a ride, baby. I don’t want it to stop!",
"Come on, baby, take me for a wild ride. I absolutely love it!",
"Take me for another ride, baby. Fuck, this feels way too good!",
"All over, baby. Take me for a ride and don’t hold back. I love it!",
"Mmm, take me for a ride however you want, baby. I’m loving every second!"
]))>>
<<= window.Game.vid($LINKS2.tori + $act + "/2.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.tori + $act + "/3.mp4")>>
<div class="options"><<= window.Game.goToLoc("Next", 0, State.passage, 0, $act, 2)>></div>
<<elseif $step === 2>>
<<= window.Game.vid($LINKS2.tori + $act + "/4.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You fuck Tori’s tight, wet pussy until your cock is aching for release.",
"You keep pounding Tori’s soaked pussy until your cock throbs desperately, begging to cum.",
"You drive into Tori’s tight pussy again and again until the pressure in your cock becomes almost unbearable.",
"You fuck Tori’s wet, gripping pussy relentlessly until your cock aches with the need to finally release.",
"You keep thrusting deep into Tori’s soaked pussy until your cock is throbbing and desperate to cum.",
"You pound Tori’s tight, slippery pussy until every nerve in your cock is screaming for release.",
"You continue fucking Tori’s wet pussy hard, pushing yourself closer and closer until your cock aches to cum.",
"You bury your cock deep in Tori’s tight pussy over and over until the need to release becomes overwhelming.",
"You relentlessly work Tori’s soaked pussy until your cock is painfully hard and aching to finally cum.",
"You fuck Tori’s tight, wet pussy without slowing down until your cock can barely hold back its release."
])>><br><br>
</div>
<<= window.Game.vid($LINKS2.tori + $act + "/5.mp4")>>
<div class="scene-beat"></div>
<<= window.Game.vid($LINKS2.tori + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.sex)>>
<<= window.Game.stat("hp",$RATES.cb.sex)>>
<<= window.Game.npcExp("tori", $RATES.exp.sex)>>
<<set $NPC.tori.hadSex = true>>
<<= window.Game.areaHp(5, "uptown")>>
<<= window.Game.npchp("tori", 5)>>
<<= window.Game.stat("money", -Math.max(1, window.Game.round($NPC.tori.rate * $TEST.pros)))>>
<<= window.Game.lvlText("tori","main"
,window.Game.rngText([
"I’m already getting excited just thinking about the next time you come looking for my services.",
"Mmm, I’m already looking forward to the next time you decide you need my special attention.",
"I can’t help getting excited thinking about your next visit and everything I’ll get to do for you.",
"I’m already counting down until you come back and ask for my services again.",
"Mmm, something tells me I’m going to enjoy your next visit just as much as you will.",
"I’m already wondering when you’ll come back for another taste of what I have to offer.",
"Just thinking about you seeking my services again is already getting me excited.",
"I hope you come looking for me again soon. I’m already eager to take care of you another time.",
"Mmm, I’m already anticipating the moment you walk through my door asking for my services again.",
"I’m already excited for your next visit, baby. Don’t keep me waiting too long."
]))>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "uptown", 0 )>></div>
<</if>>
<<else>>
<<set $act = "sex1">>
<<set $step = 1>>
<<goto State.passage>>
<</if>>
<</if>>
</div><div class="story-text">
<<if $ITEMS.chip>>
<h2>Chip</h2><br>
<<if $ITEMS.chipOn>>
<<link "Turn chip off">>
<<set $ITEMS.chipOn = false>>
<<set $uiRefresh = true>>
<<goto $YOU.loc>>
<</link>><br>
<<else>>
<<link "Turn chip on">>
<<set $ITEMS.chipOn = true>>
<<set $uiRefresh = true>>
<<goto $YOU.loc>>
<</link>><br>
<</if>>
<<if $ITEMS.chipVolume>>
<<link "Turn chip volume off">>
<<set $ITEMS.chipVolume = false>>
<<set $uiRefresh = true>>
<<goto $YOU.loc>>
<</link>><br>
<<else>>
<<link "Turn chip volume on">>
<<set $ITEMS.chipVolume = true>>
<<set $uiRefresh = true>>
<<goto $YOU.loc>>
<</link>><br>
<</if>>
<</if>>
<br><br>
<<if $ITEMS.augPenis>>
<h2>Penile Augment</h2><br>
<<if $ITEMS.augPenisOn>>
<<link "Turn penis augmentation off">>
<<set $ITEMS.augPenisOn = false>>
<<set $uiRefresh = true>>
<<goto $YOU.loc>>
<</link>><br>
<<else>>
<<link "Turn penis augmentation on">>
<<set $ITEMS.augPenisOn = true>>
<<set $uiRefresh = true>>
<<goto $YOU.loc>>
<</link>><br>
<</if>>
<</if>>
<br><br>
<<if $ITEMS.augTesticles>>
<h2>Testicular Augment</h2><br>
<<if $ITEMS.augTesticlesOn>>
<<link "Turn testicular augmentation off">>
<<set $ITEMS.augTesticlesOn = false>>
<<set $uiRefresh = true>>
<<goto $YOU.loc>>
<</link>><br>
<<else>>
<<link "Turn testicular augmentation on">>
<<set $ITEMS.augTesticlesOn = true>>
<<set $uiRefresh = true>>
<<goto $YOU.loc>>
<</link>><br>
<</if>>
<</if>>
</div>
<div class="options">
<div class = "loc"><<link "Back">>
<<set $uiRefresh = true>>
<<goto $YOU.loc>>
<</link>></div>
</div>
<div class="main">
<<if !$NPC.ana.alive || !$NPC.ana.met || !$GAME.night>>
<<set $act = "">>
<<set $step = 1>>
<<goto $YOU.loc>>
<<else>>
<h1><<= $NPC.ana.name>> Exp: <<= $NPC.ana.exp>></h1><br>
<<if $NPC.ana.lvl !== 3>><<set $NPC.ana.lvl = 3>><</if>>
<<= window.Game.lvlText("ana","main",
window.Game.rngText([
"Did you stop by at this hour just to see me… or did you have something else in mind? Hehe.",
"Oh? Did you come by this late just for me, or were you hoping for something a little more interesting? Hehe.",
"Did you really stop by at this time just to see your doctor, or is there another reason you’re here? Hehe.",
"My, my… did you come all this way just to see me, or were you hoping I’d give you a little extra attention? Hehe.",
"Did you choose this time specifically to see me, or were you looking for something beyond a normal visit? Hehe.",
"Oh? You stopped by at quite an interesting hour. Was it really just to see me, or did you have something else planned? Hehe.",
"Tell me, did you come here just because you missed your doctor, or were you hoping for something more personal? Hehe.",
"Did you stop by this late simply to see me, or is there another little reason you’re not telling me? Hehe.",
"Hmm, did you really come here only to see me, or were you secretly hoping for something else? Hehe.",
"Oh, you came to see me at this hour? Should I assume it’s just a visit… or did you have something more exciting in mind? Hehe."
]))>>
<div class="options">
<<if $GAME.night>>
<<= window.Game.goToLoc("Sex", 30, "ana acts", -5, ["nighthj1"], 1)>>
<</if>>
<<= window.Game.goToLoc("Back", 15, $YOU.loc, 0)>>
</div>
<</if>>
</div><div class="main">
<h1> Kitchen </h1><br>
<<if !$uiRefresh && window.Game.rng(1, Math.max(1, 2 * $TEST.events)) <= $EVENTCOUNTER.home>>
<<if $NPC.sis.alive && $NPC.sis.home && $NPC.sis.bj>>
<<set $act = "sisCook">><<goto "home events">>
<</if>>
<</if>>
<<set $EVENTCOUNTER.home = 0>>
<<if !$NPC.sis.alive>>
<<set $act = "">>
<<goto $YOU.loc>>
<<elseif $NPC.sis.alive>>
<<if $act === "">>
<<= window.Game.lvlText("sis","main"
,window.Game.rngText([
"You have the cutest sister right here, always ready to milk your cock, and you seriously didn’t come to me?",
"Brooo, your adorable sister is always here waiting to milk that cock, and you didn’t even come find me?",
"You’ve got your cute little sis right here whenever that cock needs milking, and somehow you didn’t come to me?",
"Aww, bro, you know your sister loves milking your cock for you. Why didn’t you come to me first?",
"You really went without when your cutest sister is always ready to milk that cock? You should’ve come straight to me!",
"Brooo, I’m always here ready to milk your cock whenever you need it, and you didn’t even ask me?",
"You have your bubbly little sister practically waiting to milk that cock for you, and you still didn’t come see me?",
"Aww, seriously, bro? You know how much your sister loves milking your cock, and you didn’t let me take care of it?"
])
,window.Game.rngText([
"Oh bro, you're SO swollen again. Come here. Time to be milked.",
"I can tell just by looking that you NEED relief again. I'm gonna make you cum again. Come here.",
"Bad boy for letting it get this worked up without calling me. Maybe you don't like me enough to make you cum. ",
"Look at you, twitching and leaking precum. Come here before you faint again.",
"Your sister knows exactly what your body craves. Look how swollen you are already. Come to sis.",
"You're hard and you didn't even call me? Fine, I'm going to milk every last drop out of you"
])
,window.Game.rngText([
"W-why are you walking around like that?! Don't you know that's dangerous?",
"I can see you're... um... struggling with your symptoms again",
"You really should come to me instead of walking around like that",
"Oh, this looks bad. Please, let me help you. I don't want your condition to worsen",
"It's embarrassing for both of us if you just wander around like this. Come here. I will help.",
"You're gonna faint again if you walk around like that. I promise I'll take good care of you",
"Ahh! You know you can't walk around like that. What if you pass out again, idiot? Come here and don't be stubborn about this, bro"
]))>>
<div class="options">
<<= window.Game.goToLoc("Decline", 0, $YOU.loc, 0)>>
<<if $NPC.sis.bj>>
<<if $GAME.night>>
<<= window.Game.goToLoc("Yes", 60, State.passage, -15, ["nightsisbj1"], 1)>>
<<else>>
<<= window.Game.goToLoc("Yes", 60, State.passage, -15, ["daysisbj1"], 1)>>
<</if>>
<</if>>
</div>
<<elseif $act === "daysisbj1">>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/1.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"Your sister milks your cock with every inch of her mouth, letting it slide and rub against the tightness of her throat.",
"Your sister works every inch of your cock with her mouth as it glides back and forth against her throat.",
"She milks your cock relentlessly with her mouth, your shaft rubbing along her throat with every deep movement.",
"Your sister takes your cock deeper, using every inch of her mouth and throat to milk you with each slick stroke.",
"She wraps her mouth around your cock and keeps milking it, letting every thrust slide firmly against her throat.",
"Your cock glides deeper into your sister's mouth as she milks every inch, her throat rubbing tightly against you.",
"She uses her entire mouth to milk your cock, taking you deep enough that every movement drags against her throat.",
"Your sister keeps your cock sliding through her mouth, milking you while the tip repeatedly presses and rubs against her throat.",
"She eagerly milks every inch of your cock, her mouth working you while your shaft slides smoothly against her throat.",
"Your cock sinks deep into your sister's mouth as she keeps milking you, letting her throat squeeze and rub against every stroke.",
"She works your cock from tip to base with her mouth, each deep stroke making you slide against the tight walls of her throat."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/2.mp4")>><br>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/3.mp4")>>
<div class="story-text">
<<= window.Game.rngText([
"You feel your balls throb as you cum deep down your sister’s throat while she struggles to take every drop.",
"Your balls pulse hard as you release deep into your sister’s throat, leaving her struggling to swallow every drop.",
"You feel each heavy throb in your balls as you cum down your sister’s throat and she desperately tries to take it all.",
"Your balls tighten and pulse as you finish deep in your sister’s throat, forcing her to struggle with every drop.",
"Each throb of your balls sends more cum down your sister’s throat as she fights to take everything you give her.",
"You feel your balls contract again and again as you cum deep into your sister’s throat, while she struggles not to waste a drop.",
"Your balls throb intensely as you release straight down your sister’s throat and she tries desperately to swallow it all.",
"Your sister struggles around you as your throbbing balls pump cum deep down her throat, leaving her fighting to take every drop.",
"You feel your balls pulsing with every release as you cum deep into your sister’s throat, overwhelming her with each drop.",
"Your balls clench and throb as you finish down your sister’s throat while she struggles to keep taking everything you give her."
])>><br><br>
</div>
<<= window.Game.vid($LINKS.events + "br/" + $act + "/cum.mp4")>>
<<= window.Game.stat("cb",$RATES.cb.bj)>>
<<= window.Game.stat("hp",$RATES.cb.bj)>>
<<= window.Game.npcExp("sis", $RATES.exp.bj)>>
<<= window.Game.npchp("sis", 5)>>
<div class="options"><<= window.Game.goToLoc("Back", 0, "br", 0)>></div>
<<else>>
<<set $act = "">>
<<goto $YOU.loc>>
<</if>>
<</if>>
</div>