<img src="media/images/Attention.png" width="850px" height="280px">
!Warning!
This game contains scenes of a sexual nature, drug use, alcohol use, and possibly worse. You must be at least 18 years old to continue or whatever the equivalent legal age is in your country.
All of the acts depicted in this game are completely fictional. All of these characters are at least 18 years of age. This is a game, not real life.
<<linkreplace "Disclaimer*">>
There's no blood relationships between anyone within this game at all. Everyone in the game is an actor. None of the events taken place within the game are real, not even within the game sense. The world is one of free use. All actions that take place with "use", "used", or "using" are all within the realm of free use.
<</linkreplace>>
Want access to builds early, cheat codes, voting power, and the ability to put your name plus your ideas into the game? The various tiers on my patreon can help you with that.
<a href="http://www.patreon.com/VioletRoseGames" target="_blank"> <img src="media/images/patreon.png" ></a>
Are you legally an adult?
[[I'm an adult->introduction]]
[[If I'm honest, no, but I'm mature enough->the user isn't an adult]]
<<linkreplace "Changelog">>
''v0.1.3''
''Main Update Below This One''
''Added:''
-Added patreon member to the water fountain
''Changed:''
-Resized warning image
-Changed sidebar color
-Changed background image
-Changed all stats to have a color
-Changed conversations to have a chat bubble
-Changed wording of male roommate blowjob during breakfast
-Removed top wording from male roommate bathroom interaction
''Fixed:''
-Fixed the yoga pants cum interaction so that it remembers if you hung them up on your wall
-Fixed spelling errors in the yoga pants cum passage
-Fixed certain passages using corruption currency instead of corruption level
-Fixed wording with exhibitionist outside interaction with guy passage
-Fixed shower with female tennant running an error
-Fixed dildo with female tennant using the wrong variables for going to a share dildo scene
-Fixed strap-on scene with female tennant sometimes displaying the wrong text
-Fixed share dildo scene with female roommate spelling errors
-Fixed strap-on scene with female roommate gramatical errors
-Fixed strap-on scene with female roommate sometimes displaying the wrong text
-Fixed gramatical errors and changed wording with female tennant and male roommate threesome scene
-Fixed fivesome scene failing to occur
-Fixed bathroom sex with male roommate spelling errors
''v0.1.2''
''80 new passages and 132 new images.''
''Totals to 325 passages and 802 images.''
''Added:''
-Corruption Quest
-Corruption Level
-Corruption Currency
-Perk System
-Exhibitionist Perk
-Free Use Perk
-Porn Ads Perk
-Sharer Perk
-New location: Police Station
-Serve time in jail
-Paying bail in jail
-Paying "another" way
-Having "fun" with cellmate
-Jail: Two scenes (three within)
-Hallway: Added four share scenes (three within each)
-Living Room: Added six threesome scenes (three within), one foursome scene (three within), and one fivesome scene (one within)
-Outside: Added three (3) scenes using the exhibitionist perk. One is a cop.
-Kitchen: Added "help with breakfast" passage
-Kitchen: Added "help clean dishes" passage
-Kitchen: Added two scenes (three within)
-Room: Added history
''Changed:''
-Changed how to change relations with household members (can call them "friends, strangers, etc.")
-Changed some of the code bloat, should help with some of the lag
-Changed wording of getting stuck doing laundry
-Changed getting stuck doing laundry needing the free use perk
-Changed wording of getting groped
-Made it so you don't have to watch the scene of tennants "interacting" if you don't want to
-Grouped variables
-Changed how changed stats are displayed
-Balanced money gain from modeling
-Balanced mc stat gain for corruption (currency) and lust
-Changed how time works in some passages
-Removed two passages
-Removed unused variables
''Fixed:''
-Fixed interaction with female roommate using the female tennant's corruption
-Fixed interaction with male tennant failing to change stats
-Fixed female roomate shower using female tennant's corruption
''If you want to vote on what I add to the game, give me more ideas, or get early access to builds, join my patreon.''
''v0.1''
''Start of development.''
''Over 245 passages and 670 images.''
''Currently you can:''
-Watch porn
-Scroll "Lipstock"
-Game
-Game on a console with your male roommate
-Do various actions in the living room
-Do various actions in the kitchen
-Do various actions in the bathrooms
-Do various actions in the game room
-Do various actions in the laundry room
-Do various "acts" with your male roommate
-Do various "acts" with your male tennant
-Do various "acts" with your female roommate
-Do various "acts" with your female tennant
-Tease household members
-Do various actions in the neighborhood park
-Do various actions in the downtown bar
-Do various actions in Sping Dubs
-Do various actions in the gym
-Do various actions in the mall (cafe, clothing store, electronics store, adult store (and actions within those))
-Do various actions in the big park
-Do various actions in the treatment center
-Do various actions in the photo studio
-Do various actions on the beach
-Buy various items
-Cam
Plus other things like sleeping, checking your fitness in the mirror, etc. etc.
''If you want to vote on what I add to the game or give me more ideas, join my patreon.''
<</linkreplace>>
<<set $mc = {
corruption : 0,
fitness : 0,
energy : 100,
willpower : 100,
lust : 0,
money : 150,
fame : 0,
name : "",
corruptionlvl : 0
}>>
<<set $mcperks = {
exhibitionist : 0,
freeuse : 0,
familypassivecorruption : 0,
share : 0,
}>>
<<set $mccorruptionquest = {
stage : 0,
tease : 0,
simple : 0,
mouth : 0,
nearpussy : 0,
anal : 0,
sex : 0,
multiplepeople : 0,
total : 0,
}>>
<<set $brother = {
corruption : 0,
lust : 0,
yogapantscum : 0,
name : ""
}>>
<<set $father = {
corruption : 0,
lust : 0,
name : ""
}>>
<<set $mother = {
corruption : 0,
lust : 0,
name : ""
}>>
<<set $sister = {
corruption : 0,
lust : 0,
name : ""
}>>
<<set $brotherevents = {
sleepingblowjob : 0,
handdjob : 0
}>>
<<set $fatherevents = {
sleepingblowjob : 0,
handdjob : 0
}>>
<<set $bar = {
job : 0,
shift : 0,
drunk : 0,
promotion : 0,
work : 0,
promotiontoday : 0
}>>
<<set $mcitems = {
gun : 0,
pepperspray : 0,
gympass : 0,
croptop : 0,
shortshorts : 0,
plushie : 0,
energypill : 0,
webcam : 0,
phone : 0,
gamingconsole : 0,
dildo : 0,
hdildo : 0,
ddildo : 0
}>>
<<set $cafe = {
job : 0,
promotion : 0,
work : 0,
workdays : 0,
promotiontoday : 0
}>>
<<set $cam = {
job : 0,
followers : 0,
}>>
<<set $weekday to 0>>
<<set $hour to 0>>
<<set $minute to 0>>
<<set $snack to 0>>
<<set $breakfast to 0>>
<<set $kitchentease to 0>>
<<set $time to 0>>
<<set $policesleep to 0>><img src="media/images/Untangled Mind.png" width="768px" height="768px">
You're a <span style="color:pink">girl</span> who's lives with two females and two males. You felt like everything that you had built inside your mind was confusing and needed a change. You want to find your way through life to untangle who you thought you were to become someone new. This is your story.
Enter your <span style="color:purple">name</span> and press enter <<textbox "$mc.name" "" "names">>
<<set $hour to 8>>I don't care if you think you're mature enough, you're not. Please get off the game.
[[I clicked this by accident->warning page]] <img src="media/images/House/house.jpg" width="304px" height="456px">
You're standing inside of your house.
It's a simple three story house in a decent neighborhood. Nothing out of the ordinary except there's a scratch on the wall from when you helped move the couch into the living room.
<<if $mccorruptionquest.stage == 0>>''You want to scroll Lipstock on your computer.''<</if>>
''Ground Level''
[[Kitchen->Kitchen]]<<if $time lt 2 and $time gte 0>><---$mother.name<</if>><<if $time lt 4 and $time gte 2>><---$familyname<</if>>
[[Living Room->Living Room]]
[[Bathroom->Main Floor Bathroom]]<<if $time lt 2 and $time gte 0>><---$brother.name<</if>>
''Upstairs''
[[Your Room->Your Room]]
[[Bedroom->Brother's Room]]<<if $time gte 6>><---$brother.name<</if>>
[[Master bedroom->Parent's Room]]<<if $time gte 4>><---$father.name<</if>><<if $time gte 6>> | <---$mother.name<</if>>
[[Bathroom->Upstairs Bathroom]]<<if $time lt 2 and $time gte 0>><---$father.name<</if>><<if $time lt 6 and $time gte 4>><---$mother.name<</if>>
''Basement''
[[Game Room->Game Room]]<<if $time lt 6 and $time gte 4>><---$brother.name<</if>>
[[Bathroom->Downstairs Bathroom]]<<if $time lt 2 and $time gte 0>><---$sister.name<</if>>
[[Laundry Room->Laundry Room]]
[[Downstairs Bedroom->Sister's Room]]<<if $time gte 4>><---$sister.name<</if>>
''Door''
[[Leave->Outside]]
<<if $mcperks.share gte 1>><<set $sharechoice to random(3)>>
<<if $sharechoice is 0>><<if $brother.lust gte 50 or $sister.lust gte 50 and $brother.corruption gte 280 and $sister.corruption gte 280>><<set $imagechoice to random(2)>><<if $imagechoice is 0>><img src="media/images/House/sb1.webp" ><<elseif $imagechoice is 1>><img src="media/images/House/sb2.webp" ><<elseif $imagechoice is 2>><img src="media/images/House/sb3.webp" ><</if>>
Your $brother.name and $sister.name are having sex!
<span style="color:pink">''+25 lust''</span>
<<set $sister.lust to 0>>
<<set $brother.lust to 0>>
<<set $mc.lust to $mc.lust + 25>><</if>><<elseif $sharechoice is 1>><<if $father.lust gte 50 or $sister.lust gte 50 and $father.corruption gte 280 and $sister.corruption gte 280>><<set $imagechoice to random(2)>><<if $imagechoice is 0>><img src="media/images/House/sf1.webp" ><<elseif $imagechoice is 1>><img src="media/images/House/sf2.webp" ><<elseif $imagechoice is 2>><img src="media/images/House/sf3.webp" ><</if>>
Your $father.name and $sister.name are having sex!
<span style="color:pink">''+25 lust''</span>
<<set $sister.lust to 0>>
<<set $father.lust to 0>>
<<set $mc.lust to $mc.lust + 25>><</if>><<elseif $sharechoice is 2>><<if $mother.lust gte 50 or $sister.lust gte 50 and $mother.corruption gte 280 and $sister.corruption gte 280>><<set $imagechoice to random(2)>><<if $imagechoice is 0>><img src="media/images/House/sm1.webp" ><<elseif $imagechoice is 1>><img src="media/images/House/sm2.webp" ><<elseif $imagechoice is 2>><img src="media/images/House/sm3.webp" ><</if>>
Your $mother.name and $sister.name are having sex!
<span style="color:pink">''+25 lust''</span>
<<set $sister.lust to 0>>
<<set $mother.lust to 0>>
<<set $mc.lust to $mc.lust + 25>><</if>><<elseif $sharechoice is 3>><<if $brother.lust gte 50 or $mother.lust gte 50 and $brother.corruption gte 280 and $mother.corruption gte 280>><<set $imagechoice to random(2)>><<if $imagechoice is 0>><img src="media/images/House/mb1.webp" ><<elseif $imagechoice is 1>><img src="media/images/House/mb2.webp" ><<elseif $imagechoice is 2>><img src="media/images/House/mb3.webp" ><</if>>
Your $brother.name and $mother.name are having sex!
<span style="color:pink">''+25 lust''</span>
<<set $mother.lust to 0>>
<<set $brother.lust to 0>>
<<set $mc.lust to $mc.lust + 25>><</if>>
<</if>><</if>>
<<set $time to $time +.25>><img src="media/images/House/Main Floor/Kitchen/Kitchen.jpg" width="400px" height="240px">
You're in the kitchen. It has all the food you love (mostly). It was redone about two years ago because your $father thought that it didn't match the rest of the house. It's almost always kept clean thanks to your $mother.
<<set $time to $time+.25>>
<<if $time lt 2 and $time gte 0>>
<img src="media/images/House/Main Floor/Kitchen/mothercooking.webp" >
Your $mother.name is currently making breakfast.
[[Help her make breakfast->Breakfast Help]]
<</if>>
<<if $time lt 3 and $time gte 2 and $breakfast == 0>>
Everyone is currently eating.
[[Eat breakfast with them->Family Food]]
<<elseif $time lte 4 and $time gte 3>>
Your $familyname is cleaning up after breakfast.
[[Help Them->Kitchen Clean]]
<</if>>
<<if $snack lte 2>>
[[Eat a snack->Snack]]
<<else>>
You already ate enough snacks today.
<</if>>
[[Leave->house]]<img src="media/images/House/Main Floor/Living Room/Living Room.jpg" width="266px" height="400px">
You're in the living room. There's a nice couch that everyone moved in awhile ago. There's also two other reclining chairs on both sides of the couch. There's plenty of room for everyone to watch T.V.
[[Watch T.V.->Watch TV]]
[[Leave->house]]
<<set $time to $time+.25>><img src="media/images/House/Main Floor/Main Floor Bathroom/Main Floor Bathroom.jpg" width="400px" height="240px">
You're in the main floor bathroom. This is a shared bathroom between you and your $brother.name. It has a lovely shower head because he didn't like the previous one. Your side is organized with cute decorations. His side looks like someone threw everything around and just hoped that it landed somewhere nice.
<<set $time to $time+.25>>
<<if $time lt 2 and $time gte 0>>
Your $brother.name is taking a shower
[[Take a shower with him->Brother Shower]]
<<else>>
[[Take a shower->Shower]]
<</if>>
[[Leave->house]]<img src="media/images/House/Upstairs/Your Room/Your Room.jpg" width="400px" height="240px">
You're in your room. It's small but cozy. You have some led strips lighting up the room. Your bed is a twin sized bed, but it's enough and you don't think you'd need more.
<<set $time to $time+.25>>
[[Sleep->Sleep]]
[[Nap->Nap]]
[[Laptop->Laptop]]
[[Mirror->Mirror]]
[[Sexual History->Stats]]
<<if $mcitems.gamingconsole gte 1>>[[Gaming Console->Gaming Console]]<</if>>
<<if $brother.yogapantscum gte 1>>[[Look at the picture on your wall->Brother Yoga Pants Wall]]<</if>>
[[Leave->house]]
<<set $mccorruptionquest.total to $mccorruptionquest.tease+$mccorruptionquest.simple+$mccorruptionquest.mouth+$mccorruptionquest.nearpussy+$mccorruptionquest.anal+$mccorruptionquest.sex+$mccorruptionquest.multiplepeople>><img src="media/images/House/Upstairs/Brother's Room/Brother's Room.jpg" width="284px" height="428px">
You're in your $brother.name's room. It's kinda plain with no pictures or really anything. He has two monitors, a computer, and a few game figures standing around.
<<if $brother.lust gte 75 and $brother.corruption lte 25>>
<<goto "brothermasturbate">>
<</if>>
<<if $time gte 6 and $time lt 12>>
Your $brother.name is in his room.
$brother.name's Corruption: $brother.corruption | $brother.name's Lust: $brother.lust
[[Talk->Talk With Brother]]
<<if $brother.corruption gte 50 and $brother.lust gte 75 and $mc.energy gte 10>>
[[He started masturbating in front of you->Brother Masturbate Open]]
<</if>>
<<if $mc.energy gte 10 and $mccorruptionquest.stage gte 2>>
[[Tease him->Brother Tease]]
<<elseif $mccorruptionquest.stage lte 2>>
You're not corrupted enough to do anything naughty to your $brother.name.
<<else>>
You're too tired.
<</if>>
<<if $mc.corruption gte 10 and $mc.energy gte 10 and $mccorruptionquest.stage gte 2>>
[[Tease him more->Brother Tease More]]
<</if>>
<<if $mc.corruption gte 20 and $mc.energy gte 10 and $mccorruptionquest.stage gte 2 and $mc.corruptionlvl gte 1>>
[[Ask him if he wants to try something->You Ask Brother]]
<</if>>
<</if>>
<<if ($time gte 12)>>
Your $brother.name is sleeping.
<<if ($brother.corruption gte 120 and $mc.corruption gte 120 and $mc.corruptionlvl gte 2) and $brotherevents.sleepingblowjob == 0 and $mc.energy gte 10>>
[[Give Him A Blowjob While He Sleeps->Brother Sleeping Blowjob]]
<</if>>
<</if>>
<<if $time gte 0 and $time lt 4>>
Your $brother.name isn't in his room.
<</if>>
[[Leave->house]]
<<set $time to $time+.25>>
<<if $mcperks.freeuse gte 1>>
<<if $brother.lust gte 50>>
<<set $brotherfreeuse to random(6)>>
<<if $brotherfreeuse is 0>>
<<if $mc.corruptionlvl gte 1 and $brother.corruption gte 10>>
<<goto "Brother Free Use Room">>
<</if>>
<<elseif $brotherfreeuse is 1>>
<<if $mc.corruptionlvl gte 2 and $brother.corruption gte 30>>
<<goto "Brother Free Use Room">>
<</if>>
<<elseif $brotherfreeuse is 2>>
<<if $mc.corruptionlvl gte 2 and $brother.corruption gte 50>>
<<goto "Brother Free Use Room">>
<</if>>
<<elseif $brotherfreeuse is 3>>
<<if $mc.corruptionlvl gte 3 and $brother.corruption gte 90>>
<<goto "Brother Free Use Room">>
<</if>>
<</if>>
<</if>>
<</if>>
<img src="media/images/House/Upstairs/Parent's Room/Parent's Room.jpg" width="400px" height="240px">
You're in your $mother.name and $father.name's room. It's spacious enough to fit a king sized bed plus enough clothes for your $mother.name. The decorations are fairly plain because they don't want to make it too girly or too guyish for each other.
<<if ($time gte 12)>>
They're sleeping.
<</if>>
<<set $time to $time+.25>>
$mother.name's Corruption: $mother.corruption | $mother.name's Lust: $mother.lust
<<if $time gte 6 and $time lt 12>>
<<if $mccorruptionquest.stage gte 2 and $mc.energy gte 10>>
[[Tease her->Mother Tease]]
<<elseif $mccorruptionquest.stage lt 2>>
You're not corrupted enough to do anything naughty to your $mother.name.
<<else>>
You're too tired.
<</if>>
<<if $mc.corruption gte 10 and $mc.energy gte 10 and $mccorruptionquest.stage gte 2>>
[[Tease her more->Mother Tease More]]
<</if>>
<<if $mc.corruption gte 20 and $mc.energy gte 10 and $mccorruptionquest.stage gte 2 and $mc.corruptionlvl gte 1>>
[[Ask her if she wants to try something->You Ask Mother]]
<</if>>
<</if>>
<<if $time gte 0 and $time lt 6>>
Your $mother.name isn't in her room.
<</if>>
---------------------------------------------------------------------------------------------
$father.name's Corruption: $father.corruption | $father.name's Lust: $father.lust
<<if $time gte 4 and $time lt 12>>
<<if $mccorruptionquest.stage gte 2 and $mc.energy gte 10>>
[[Tease him->Father Tease]]
<<elseif $mccorruptionquest.stage lt 2>>
You're not corrupted enough to do anything naughty to your $father.name.
<<else>>
You're too tired.
<</if>>
<<if $mc.corruption gte 10 and $mc.energy gte 10 and $mccorruptionquest.stage gte 2>>
[[Tease him more->Father Tease More]]
<</if>>
<<if $mc.corruption gte 20 and $mc.energy gte 10 and $mccorruptionquest.stage gte 2 and $mc.corruptionlvl gte 1>>
[[Ask him if he wants to try something->You Ask Father]]
<</if>>
<</if>>
<<if ($mc.fatherc gte 120 and $mc.corruption gte 120) and $fatherevents.sleepingblowjob == 0 and $mc.energy gte 10 and $time gte 12>>
[[Give Him A Blowjob While He Sleeps->Father Sleeping Blowjob]]
<</if>>
<<if $time gte 0 and $time lt 4>>
Your $father.name isn't in his room.
<</if>>
---------------------------------------------------------------------------------------------
[[Leave->house]]
<<if $mother.lust gte 75 and $father.lust gte 75>>
<<goto "Parents Horny Sex">>
<</if>>
<<if $mcperks.freeuse gte 1>>
<<if $father.lust gte 50>>
<<set $freeuse to random(13)>>
<<if $freeuse is 0>>
<<if $mc.corruptionlvl gte 1 and $father.corruption gte 10>>
<<goto "Father Free Use Room">>
<</if>>
<<elseif $freeuse is 1>>
<<if $mc.corruptionlvl gte 2 and $father.corruption gte 30>>
<<goto "Father Free Use Room">>
<</if>>
<<elseif $freeuse is 2>>
<<if $mc.corruptionlvl gte 2 and $father.corruption gte 50>>
<<goto "Father Free Use Room">>
<</if>>
<<elseif $freeuse is 3>>
<<if $mc.corruptionlvl gte 3 and $father.corruption gte 90>>
<<goto "Father Free Use Room">>
<</if>>
<<elseif $freeuse is 4>>
<<if $mc.corruptionlvl gte 3 and $father.corruption gte 125>>
<<goto "Father Free Use Room">>
<</if>>
<<elseif $freeuse is 5>>
<<if $mc.corruptionlvl gte 4 and $father.corruption gte 210>>
<<goto "Father Free Use Room">>
<</if>>
<<elseif $freeuse is 6>>
<<if $mc.corruptionlvl gte 5 and $father.corruption gte 280>>
<<goto "Father Free Use Room">>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $mcperks.freeuse gte 1>>
<<if $mother.lust gte 50>>
<<set $freeusem to random(13)>>
<<if $freeusem is 0>>
<<if $mc.corruptionlvl gte 1 and $mother.corruption gte 10>>
<<goto "Mother Free Use Room">>
<</if>>
<<elseif $freeusem is 1>>
<<if $mc.corruptionlvl gte 1 and $mother.corruption gte 30>>
<<goto "Mother Free Use Room">>
<</if>>
<<elseif $freeusem is 2>>
<<if $mc.corruptionlvl gte 2 and $mother.corruption gte 50>>
<<goto "Mother Free Use Room">>
<</if>>
<<elseif $freeusem is 3>>
<<if $mc.corruptionlvl gte 3 and $mother.corruption gte 90>>
<<goto "Mother Free Use Room">>
<</if>>
<<elseif $freeusem is 4>>
<<if $mc.corruptionlvl gte 3 and $mother.corruption gte 125>>
<<goto "Mother Free Use Room">>
<</if>>
<<elseif $freeusem is 5>>
<<if $mc.corruptionlvl gte 4 and $mother.corruption gte 210>>
<<goto "Mother Free Use Room">>
<</if>>
<<elseif $freeusem is 6>>
<<if $mc.corruptionlvl gte 5 and $mother.corruption gte 280>>
<<goto "Mother Free Use Room">>
<</if>>
<</if>>
<</if>>
<</if>><img src="media/images/House/Upstairs/Upstairs Bathroom/Upstairs Bathroom.jpg" width="320px" height="400px">
You're in the upstairs bathroom. The upstairs bathroom is shared between your $mother.name and $father.name. Her side has exquisite decorations and appliances. His side is less so, and more minimalistic.
<<set $time to $time+.25>>
<<if $time lt 2 and $time gte 0>>
Your $father.name is taking a shower
[[Take a shower with him->Father Shower]]
<</if>>
<<if $time lt 6 and $time gte 4>>
Your $mother.name is taking a shower
[[Take a shower with Her->Mother Shower]]
<</if>>
[[Leave->house]]<img src="media/images/House/Downstairs/Game Room/Game Room.jpg" width="300px" height="400px">
You're in the game room. The game room is your $brother.name's favorite place to be when he has friends over. There's multiple game consoles to keep all of his friends entertained for days. There's a luxurious T.V. that he bought with his savings because the original T.V. was terrible to game on. There's also a nice couch, plenty of blankets, and a stash of snacks just waiting to be devoured.
<<if $time lt 6 and $time gte 4>>
Your $brother.name is sitting on the couch gaming.
[[Play Video Games With Him->Brother Video Games Game Room]]
<</if>>
[[Leave->house]]
<<set $time to $time+.25>><img src="media/images/House/Downstairs/Downstairs Bathroom/Downstairs Bathroom.jpg" width="400px" height="240px">
You're in the downstairs bathroom. This is your $sister's personal bathroom. There's plenty of room for her to put all of her make-up and various other bathroom appliances. She's lucky to be the only one who doesn't share a bathroom with anyone else.
<<set $time to $time+.25>>
<<if $time lt 2 and $time gte 0>>
Your $sister.name is taking a shower
[[Take a shower with her->Sister Shower]]<</if>>
[[Leave->house]]<img src="media/images/House/Downstairs/Sister's Room/Sister's Room.jpg" width="400px" height="240px">
You're in your $sister.name's room. Her room is super cozy. She's always been better than you at decorating sadly. She has some cute plushies and some beautiful paintings. Everything fits her cozy theme, even her bedside lamp.
<<set $time to $time+.25>>
$sister.name's Corruption: $sister.corruption | $sister.name's Lust: $sister.lust
<<if $time gte 4 and $time lt 12>>
<<if $mccorruptionquest.stage gte 2 and $mc.energy gte 10>>
[[Tease her->Sister Tease]]
<<elseif $mccorruptionquest.stage lt 2>>
You're not corrupted enough to do anything naughty to your $sister
<<else>>
You're too tired.
<</if>>
<<if $mc.corruption gte 10 and $mc.energy gte 10 and $mccorruptionquest.stage gte 2>>
[[Tease her more->Sister Tease More]]
<</if>>
<<if $mc.corruption gte 20 and $mc.energy gte 10 and $mccorruptionquest.stage gte 2 and $mc.corruptionlvl gte 1>>
[[Ask her if she wants to try something->You Ask Sister]]
<</if>>
<</if>>
<<if $time gte 0 and $time lt 4>>
Your $sister.name isn't in her room.
<</if>>
[[Leave->house]]
<<if $mcperks.freeuse gte 1 and $sister.lust gte 50 and $sister.corruption gte 20>>
<<goto "Sister Free Use Room">>
<</if>><img src="media/images/House/Downstairs/Laundry Room/Laundry Room.jpg" width="285px" height="428px">
You're in the laundry room. The laundry room is significantly colder than the rest of the house. There's plenty of laundry detergent on the shelves. The washer and dryer are both fairly new because the dryer broke and your $mother.name didn't want to buy a new one that didn't fit the aesthetic of the washer.
<<if $mc.energy gte 20>>
[[Do Laundry->Do Laundry]]<<else>>You're too tired to do laundry.<</if>>
[[Leave->house]]
<<set $time to $time+.25>><img src="media/images/House/Upstairs/Your Room/Sleeping.jpg" >
You sleep cozily in your bedroom.
<<if $mcitems.croptop gte 1>>
<<set $mc.corruption to $mc.corruption +2>>
<span style="color:purple">''+2 corruption (croptop)''</span>
<</if>>
<<if $mcitems.shortshorts gte 1>>
<<set $mc.corruption to $mc.corruption +3>>
<span style="color:purple">''+3 corruption (short shorts)''</span>
<</if>>
<<if $mccorruptionquest.stage == 9 and $mccorruptionquest.nearpussy gte 5 and $mcitems.dildo lt 1>>You need to own a dildo for the next part of the quest.<</if>>
<<if $mcperks.familypassivecorruption gte 1>><span style="color:purple">''Porn Ads! +15 $familyname corruption''</span><</if>>
[[Wake Up->Your Room]]
<<if $mc.fitness lt 100>>
<<set $mc.energy to 100>>
<</if>>
<<if $mc.fitness gte 100>>
<<set $mc.energy to 150>>
<</if>>
<<set $weekday to $weekday +1>>
<<set $time to 0>>
<<set $snack to 0>>
<<set $breakfast to 0>>
<<set $kitchentease to 0>>
<<set $brotherevents.sleepingblowjob to 0>>
<<set $fatherevents.sleepingblowjob to 0>>
<<set $bar.work to 0>>
<<set $bar.promotiontoday to 0>>
<<if $mcitems.gympass gt 0>><<set $mcitems.gympass to $mcitems.gympass - 1>><</if>>
<<set $cafe.promotiontoday to 0>>
<<set $cafe.work to 0>>
<<set $brother.lust to $brother.lust +25>>
<<set $father.lust to $father.lust +25>>
<<set $mother.lust to $mother.lust +25>>
<<set $sister.lust to $sister.lust + 25>>
<<if $mcperks.familypassivecorruption gte 1>>
<<set $brother.corruption to $brother.corruption + 15>>
<<set $father.corruption to $father.corruption + 15>>
<<set $mother.corruption to $mother.corruption + 15>>
<<set $sister.corruption to $sister.corruption + 15>>
<</if>>
<<if $mccorruptionquest.stage == 2 and $mccorruptionquest.tease gte 5>>
<<goto "Corruption Quest Stage Two">>
<</if>>
<<if $mccorruptionquest.stage == 4 and $mccorruptionquest.simple gte 5>>
<<goto "Corruption Quest Stage 3">>
<</if>>
<<if $mccorruptionquest.stage == 7 and $mccorruptionquest.mouth gte 5>>
<<goto "Corruption Quest Stage 4">>
<</if>>
<<if $mccorruptionquest.stage == 9 and $mccorruptionquest.nearpussy gte 5 and $mcitems.dildo gte 1>>
<<goto "Corruption Quest Stage 5">>
<</if>>
<<if $mccorruptionquest.stage == 11 and $mccorruptionquest.anal gte 5>>
<<goto "Corruption Quest Stage 6">>
<</if>>
<<if $mccorruptionquest.stage == 14 and $mccorruptionquest.sex gte 5>>
<<goto "Corruption Quest Stage 7">>
<</if>>
<<if $bar.drunk == 2>>
<<goto "Sleep Drunk Reset">>
<</if>><img src="media/images/House/Upstairs/Your Room/Nap.jpg" >
You take a nap.
<<set $mc.energy to $mc.energy +20>>
<<set $time to $time+2>>
<<if $mcitems.plushie gte 1>>
<<set $mc.energy to $mc.energy +10>>
<</if>>
<span style="color:yellow">''+20 energy''</span>
[[Wake Up->Your Room]] [[Play Video Games->Video Games]]
[[Scroll LipStock->Lipstock]]
[[Watch Porn->Watch Porn]]
[[Cheats->Cheats]]
[[Change Relations->names]]
[[Change Name->changename]]
<<if $mcitems.webcam gte 1>>[[Camgirl->Camming]]<</if>>
<<if $mccorruptionquest.stage == 1>>[[Look up what to do online->Corruption Quest Stage One]]<</if>><<if $mccorruptionquest.stage == 5>>[[Look up what to do online->Corruption Quest Stage 3.55]]<</if>>
[[Close the laptop->Your Room]]
You browse your favorite porn sites.
[[Vanilla->Vanilla]]
[[Anal->Anal]]
[[Creampie->Creampie]]
[[Bukkake->Bukkake]]
[[BBC->BBC]]
[[Gangbang->Gangbang]]
[[Close the porn site->Laptop]]
<img src="media/images/House/Upstairs/Your Room/Vanilla.webp" >
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust +35>>
<span style="color:pink">''+lust''</span>
<<if $mc.energy gte 10 and $mc.lust gte 70>>
[[Masturbate->Masturbate]]
<<if $mcitems.dildo gte 1>>[[Dildo->Dildo Masturbate]]<</if>>
<<if $mcitems.ddildo gte 1>>[[Canine Dildo->Canine Dildo Masturbate]]<</if>>
<<if $mcitems.hdildo gte 1>>[[Horse Dildo->Horse Dildo Masturbate]]<</if>>
<<elseif $mc.energy lte 9>>
You're too tired.
<<else>>
You're not horny enough to masturbate.
<</if>>
[[Leave->Watch Porn]] <img src="media/images/House/Upstairs/Your Room/Anal.webp" >
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust +35>>
<span style="color:pink">''+lust''</span>
<<if $mc.energy gte 10 and $mc.lust gte 70>>
[[Masturbate->Masturbate]]
<<if $mcitems.dildo gte 1>>[[Dildo->Dildo Masturbate]]<</if>>
<<if $mcitems.ddildo gte 1>>[[Canine Dildo->Canine Dildo Masturbate]]<</if>>
<<if $mcitems.hdildo gte 1>>[[Horse Dildo->Horse Dildo Masturbate]]<</if>>
<<elseif $mc.energy lte 9>>
You're too tired.
<<else>>
You're not horny enough to masturbate.
<</if>>
[[Leave->Watch Porn]] <img src="media/images/House/Upstairs/Your Room/Bukkake.webp" >
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust +35>>
<span style="color:pink">''+lust''</span>
<<if $mc.energy gte 10 and $mc.lust gte 70>>
[[Masturbate->Masturbate]]
<<if $mcitems.dildo gte 1>>[[Dildo->Dildo Masturbate]]<</if>>
<<if $mcitems.ddildo gte 1>>[[Canine Dildo->Canine Dildo Masturbate]]<</if>>
<<if $mcitems.hdildo gte 1>>[[Horse Dildo->Horse Dildo Masturbate]]<</if>>
<<elseif $mc.energy lte 9>>
You're too tired.
<<else>>
You're not horny enough to masturbate.
<</if>>
[[Leave->Watch Porn]] <img src="media/images/House/Upstairs/Your Room/BBC.webp" >
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust +35>>
<span style="color:pink">''+lust''</span>
<<if $mc.energy gte 10 and $mc.lust gte 70>>
[[Masturbate->Masturbate]]
<<if $mcitems.dildo gte 1>>[[Dildo->Dildo Masturbate]]<</if>>
<<if $mcitems.ddildo gte 1>>[[Canine Dildo->Canine Dildo Masturbate]]<</if>>
<<if $mcitems.hdildo gte 1>>[[Horse Dildo->Horse Dildo Masturbate]]<</if>>
<<elseif $mc.energy lte 9>>
You're too tired.
<<else>>
You're not horny enough to masturbate.
<</if>>
[[Leave->Watch Porn]] <img src="media/images/House/Upstairs/Your Room/Gangbang.webp" >
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust +35>>
<span style="color:pink">''+lust''</span>
<<if $mc.energy gte 10 and $mc.lust gte 70>>
[[Masturbate->Masturbate]]
<<if $mcitems.dildo gte 1>>[[Dildo->Dildo Masturbate]]<</if>>
<<if $mcitems.ddildo gte 1>>[[Canine Dildo->Canine Dildo Masturbate]]<</if>>
<<if $mcitems.hdildo gte 1>>[[Horse Dildo->Horse Dildo Masturbate]]<</if>>
<<elseif $mc.energy lte 9>>
You're too tired.
<<else>>
You're not horny enough to masturbate.
<</if>>
[[Leave->Watch Porn]] <img src="media/images/House/Upstairs/Your Room/Creampie.webp" >
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust +35>>
<span style="color:pink">''+lust''</span>
<<if $mc.energy gte 10 and $mc.lust gte 70>>
[[Masturbate->Masturbate]]
<<if $mcitems.dildo gte 1>>[[Dildo->Dildo Masturbate]]<</if>>
<<if $mcitems.ddildo gte 1>>[[Canine Dildo->Canine Dildo Masturbate]]<</if>>
<<if $mcitems.hdildo gte 1>>[[Horse Dildo->Horse Dildo Masturbate]]<</if>>
<<elseif $mc.energy lte 9>>
You're too tired.
<<else>>
You're not horny enough to masturbate.
<</if>>
[[Leave->Watch Porn]] <<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/Masturbate1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/Masturbate2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/Masturbate3.webp" >
<</if>>
<<set $mc.corruption to $mc.corruption +1>>
<<set $mc.energy to $mc.energy -10>>
<<set $time to $time+1>>
<<set $mc.lust to 0>>
<span style="color:purple">''+corruption currency''</span>
<span style="color:pink">''-lust''</span>
<span style="color:yellow">''-energy''</span>
[[Clean Up->Watch Porn]]<<if hasVisited("house")>>
!Today: <<if $weekday is 0>>Monday<<elseif $weekday is 1>>Tuesday<<elseif $weekday is 2>>Wednesday<<elseif $weekday is 3>>Thursday<<elseif $weekday is 4>>Friday<<elseif $weekday is 5>>Saturday<<elseif $weekday is 6>>Sunday<</if>>
<<if $time lt 6 and $time gte 0>><img src="media/images/morning.jpg" width="200px" height="200px"><</if>><<if $time lt 10 and $time gte 6>><img src="media/images/midday.jpg" width="200px" height="200px"><</if>><<if $time gte 10>><img src="media/images/night.jpg" width="200px" height="200px"><</if>>
''Time: <<if $time lt 2 and $time gte 0>>Early-Morning<<elseif $time lt 4 and $time gte 2>>Morning<<elseif $time lt 6 and $time gte 4>>Noon<<elseif $time lt 8 and $time gte 6>>Afternoon<<elseif $time lt 10 and $time gte 8>>Evening<<elseif $time lt 12 and $time gte 10>>Night<<elseif $time gte 12>>Late Night''<</if>>
<</if>>
<<if hasVisited("house")>>
''Stats for <span style="color:purple">$mc.name</span>''
Corruption Level:<span style="color:rebeccapurple"> $mc.corruptionlvl</span>
Corruption Currency:<span style="color:purple"> $mc.corruption</span>
Money: <span style="color:rebeccapurple">$mc.money</span>
Lust: <span style="color:purple">$mc.lust</span>
Willpower: <span style="color:rebeccapurple">$mc.willpower</span>
Fitness: <span style="color:purple">$mc.fitness</span>
Energy: <span style="color:rebeccapurple">$mc.energy</span>
//version 0.1.3//
<</if>>
/*
<<if $time lt 2 and $time gte 0>>Early-Morning
<<if $time lt 4 and $time gte 2>>Morning
<<if $time lt 6 and $time gte 4>>Noon
<<if $time lt 8 and $time gte 6>>Afternoon
<<if $time lt 10 and $time gte 8>>Evening
<<if $time lt 12 and $time gte 10>>Night
<<if $time gte 12>>Late Night
<span style="color:purple"></span>
*/<img src="media/images/Outside/outside.jpeg" width="223px" height="334px">
You're outside wondering where you wanna go.
<<set $time to $time+.25>>
<<if $mc.lust gte 75 and $mc.corruption gte 50>>[[You're horny and need a release->Horny Outside]]<</if>>
''Your Neighborhood''
[[Your House->house]]
[[Park->Park]]
''Downtown''
[[Bar->Bar]]
[[Sping Dubs->Sping Dubs]]
[[Gym->Gym]]
''City''
[[Mall->Mall]]
[[Big Park->Big Park]]
[[Treatment Center->Treatment Center]]
[[Photo Studio->Photo Studio]]
[[Beach->Beach]]
[[Police Station->Police Station]]
---------------------------------------------------------------------------------------------
<<if $mcperks.exhibitionist gte 1>><<linkreplace "Exhibitionist!">>
<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/exhibitionistwalking1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/exhibitionistwalking2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/exhibitionistwalking3.webp" >
<</if>>
You're walking outside completely naked!
<<set $exhibencounter to random(5)>>
<<if $exhibencounter is 0>>
[[A cop walks up to you->Outside Exhibitionist Cop]]
<<elseif $exhibencounter is 1>>
[[A guy walks up to you->Outside Exhibitionist Guy]]
<<elseif $exhibencounter is 3>>
[[A girl walks up to you->Outside Exhibitionist Girl]]
<</if>>
<</linkreplace>>
<</if>>
<<set $outsidegrope to random(9)>>
<<if $outsidegrope is 9 and $mcitems.gun lt 1 and $mcitems.pepperspray lt 1>>
<<goto "Outside Grope">>
<<elseif $mcitems.pepperspray gte 1>>
<<set $mcitems.pepperspray to $mcitems.pepperspray - 1>>
<</if>><<set $showersolo to random(2)>>
<<if $showersolo is 0>><img src="media/images/House/Main Floor/Main Floor Bathroom/Shower1.webp" width="408px" height="708px" >
<<elseif $showersolo is 1>><img src="media/images/House/Main Floor/Main Floor Bathroom/Shower2.webp" >
<<elseif $showersolo is 2>><img src="media/images/House/Main Floor/Main Floor Bathroom/Shower3.webp" >
<</if>>
<<set $time to $time+.50>>
<span style="color:yellow">''+10 energy''</span>
<<set $mc.energy to $mc.energy +10>>
[[Get Out->Main Floor Bathroom]] <<if $mc.corruptionlvl gte 1 and $brother.corruption gte 35>>
<<set $time to $time+1>>
You're showering with your $brother.name.
<img src="media/images/House/Main Floor/Main Floor Bathroom/bsshower.webp">
<<set $mc.corruption to $mc.corruption +5>>
<span style="color:pink">+5 corruption</span>
<<if $mc.corruptionlvl gte 1 and $brother.corruption gte 50>>
[[Give him a handjob->brotherhandjobbathroom]]
<</if>>
<<if $mc.corruptionlvl gte 2 and $brother.corruption gte 100>>
[[Give him a blowjob->brotherblowjobbathroom]]
<</if>>
<<if $mc.corruptionlvl gte 5 and $brother.corruption gte 350>>
[[Have Sex->brothersexbathroom]]
<</if>>
<<elseif $brother.corruption lt 35 and $mc.corruption gte 35>>
Your $brother.name isn't corrupted enough for that.
<<else>>
You're not corrupted enough for that
<</if>>
[[Leave->Main Floor Bathroom]] <img src="media/images/House/Upstairs/Your Room/Video Game.jpg" width="273px" height="144px" >
You played video games on your computer for awhile to calm your mind.
<span style="color:pink">''-10 lust''</span>
<<if $mcitems.gamingconsole = 0>><span style="color:red">''+10 willpower''</span><</if>><<if $mcitems.gamingconsole gte 1>><span style="color:red">''+20 willpower''</span><</if>>
[[Stop->Laptop]]
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust - 10>>
<<set $mc.willpower to $mc.willpower +10>>
<<if $mcitems.gamingconsole gte 1>>
<<set $mc.willpower to $mc.willpower +10>>
<</if>><<set $time to $time+1>>
<<set $imagechoice to random(8)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/funnylipstock.webp">
<<set $mc.lust to $mc.lust -5>>
spooky
<span style="color:pink">''-lust''</span>
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/funnylipstock2.webp">
<<set $mc.lust to $mc.lust -5>>
now I'm hungry
<span style="color:pink">''-lust''</span>
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/funnylipstock3.webp" >
<<set $mc.lust to $mc.lust -5>>
sus
<span style="color:pink">''-lust''</span>
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Your Room/sexylipstock.webp" >
<<set $mc.lust to $mc.lust +10>>
I thought it was just gonna be a normal LipStock.
<<if $mc.corruptionlvl == 0>>[[This gives you an idea->Corruption Quest Stage Zero]]<</if>>
<span style="color:pink">''+lust''</span>
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Your Room/sexylipstock2.webp" >
<<set $mc.lust to $mc.lust +10>>
I need to go to the gym to look like her.
<<if $mc.corruptionlvl == 0>>[[This gives you an idea->Corruption Quest Stage Zero]]<</if>>
<span style="color:pink">''+lust''</span>
<<elseif $imagechoice is 5>><img src="media/images/House/Upstairs/Your Room/sexylipstock3.webp" >
<<set $mc.lust to $mc.lust +10>>
She's so hot.
<span style="color:pink">''+lust''</span>
<<if $mc.corruptionlvl == 0>>[[This gives you an idea->Corruption Quest Stage Zero]]<</if>>
<<elseif $imagechoice is 6>><img src="media/images/House/Upstairs/Your Room/sexylipstock4.webp" >
<<set $mc.lust to $mc.lust +10>>
I need to wear that around someone.
<span style="color:pink">''+lust''</span>
<<if $mc.corruptionlvl == 0>>[[This gives you an idea->Corruption Quest Stage Zero]]<</if>>
<<elseif $imagechoice is 7>><img src="media/images/House/Upstairs/Your Room/sexylipstock5.webp" >
<<set $mc.lust to $mc.lust +10>>
I need to learn that dance.
<span style="color:pink">''+lust''</span>
<<if $mc.corruptionlvl == 0>>[[This gives you an idea->Corruption Quest Stage Zero]]<</if>>
<<elseif $imagechoice is 8>><img src="media/images/House/Upstairs/Your Room/sexylipstock6.webp" >
<<set $mc.lust to $mc.lust +10>>
Maybe I should just watch some porn.
<span style="color:pink">''+lust''</span>
<<if $mc.corruptionlvl == 0>>[[This gives you an idea->Corruption Quest Stage Zero]]<</if>>
<</if>>
[[Close the app->Laptop]] <<if ($mc.fitness gte 0 and $mc.fitness lte 24)>>
<img src="media/images/House/Upstairs/Your Room/smallbutt.webp" >
<<elseif ($mc.fitness gte 25 and $mc.fitness lte 49)>>
<img src="media/images/House/Upstairs/Your Room/butt25.webp" >
<<elseif ($mc.fitness gte 50 and $mc.fitness lte 74)>>
<img src="media/images/House/Upstairs/Your Room/butt50.webp" >
<<elseif ($mc.fitness gte 75 and $mc.fitness lte 99)>>
<img src="media/images/House/Upstairs/Your Room/butt75.webp" >
<<elseif $mc.fitness gte 100>>
<img src="media/images/House/Upstairs/Your Room/butt100.webp" >
<</if>>
[[Stop Looking->Your Room]] <<set $brothertease to random(4)>>
<<if $brothertease is 0>><img src="media/images/House/Upstairs/Brother's Room/tease1.webp" >
<div class="bluetext"><span style="color:blue">What the ''fuck'' are you doing to that chair?</span></div>
<div class="purpletext"><span style="color:purple">Sorry, I'm kinda itchy.</span></div>
<div class="bluetext"><span style="color:blue">Itchy. That's your excuse?</span></div>
<<elseif $brothertease is 1>><img src="media/images/House/Upstairs/Brother's Room/tease2.webp" >
<div class="bluetext"><span style="color:blue">Why are you doing that?</span></div>
<div class="purpletext"><span style="color:purple">It's super hot! The AC is off and I need to cool down.</span></div>
<div class="bluetext"><span style="color:blue">Right, yeah.</span></div>
<<elseif $brothertease is 2>><img src="media/images/House/Upstairs/Brother's Room/tease3.webp" >
<div class="bluetext"><span style="color:blue">You're in a good mood today.</span></div>
<div class="purpletext"><span style="color:purple">I just kinda woke up and felt great! It makes me happier that I'm around you too!</span></div>
<div class="bluetext"><span style="color:blue">Yeah, you're enjoyable too ig.</span></div>
<<elseif $brothertease is 3>><img src="media/images/House/Upstairs/Brother's Room/tease4.webp" >
<div class="purpletext"><span style="color:purple">I just got these new shorts. I think they're super cute. What do think?</span></div>
<div class="bluetext"><span style="color:blue">Yeah they're cool.</span></div>
<<elseif $brothertease is 4>><img src="media/images/House/Upstairs/Brother's Room/tease5.webp" >
<div class="bluetext"><span style="color:blue">WHAT are you doing.</span></div>
<div class="purpletext"><span style="color:purple">Sorry I'm bored.</span></div>
<div class="bluetext"><span style="color:blue">And what do you want me to do about that?</span></div>
<div class="purpletext"><span style="color:purple">I dunno, I'm sure you can think of something.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $brother.corruption to $brother.corruption +1>>
<<set $brother.lust to $brother.lust +25>>
<<set $mc.corruption to $mc.corruption +1>>
<span style="color:purple">''+1 corruption currency''</span>
<span style="color:pink">''+25 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''+25 lust''</span>
<span style="color:blue">''+1 corruption''</span>
[[Stop Teasing Him->Brother's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mc.lust to $mc.lust +25>>
<<set $mccorruptionquest.tease to $mccorruptionquest.tease + 1>><<set $time to $time+1>>
Your $brother.name said he needed some time alone and closed the door.
<<set $brother.lust to 0>>
<span style="color:blue">''-100 lust''</span>
[[Go to the hall->house]] [[Return->house]]
''Made in according to version 0.1.3''
!How do I increase my corruption currency?
-Watch porn
-Do various sexual acts like teasing, blowjobs, etc. etc.
-Get "used" or groped
-Get drunk to increase corruption for a day
-Buy clothing to increase corruption passively each day
!How do I increase my corruption level?
-Follow the quest. Click the quests tab if you're stuck
!How do I make money?
-Work at the bar
-Bet money while playing pool at the bar
-Work at the cafe
-Buy a webcam
-Work at the photo studio
!What do I use money for?
-Betting
-Drinking
-Pepper Spray or a Gun (Prevent being "used", pepper spray has limited uses while a gun is infinite
-Energy Drinks
-Coffee
-Gym Pass
-Working out with a trainer
-Clothes
-"Mysterious Pill"
-Plushies
-Gaming Console
-Webcam
-Dildos
-Lust Pills
!What do I use corruption currency for?
-Perks within the perk tab
!How do I increase my fitness?
You can watch your progress by looking at the mirror in your room.
-Take a walks
-Go to the gym
-Swim
!How do I decrease my fitness?
-Drink
-Sleep in the jail
!What is fitness used for?
-If you get fit enough, your max energy will increase
-Changes what you see in your bedroom mirror
!How do I use cheats?
Enter the cheatcode into your computer. You can find cheats on my socials [[here->Socials]]
!What increases and decreases willpower?
If your willpower reaches too low, you will just accept that you're gonna have sex with someone. Buy a gun or pepper spray if you don't want to keep up with your willpower.
''Increase''
-Play video games
-Drink at the bar
''Decrease''
-Get "used" or groped
-Going to jail
!What is willpower used for?
-Currently, if willpower gets too low, you can't say no to most scenes
!How do I get energy?
-Take a shower
-Take a nap
-Eat food
-Sleep
-Relax
-Energy drinks
-Coffee
-Plushies increase how much energy you gain (besides energy drinks, coffee, etc.)
-Max fitness increases your max energy
-A "magical pill" can increase your max energy
!How do I corrupt NPCs?
There are various ways depending on the NPC like:
-Teasing them
-Blowjobs
-Sex
-Etc.
!How do I change relations after the game has started?
[[Click Here->names]]
[[Return->house]]
Enter the cheatcode and press enter <<textbox "$cheatcode" "" "Cheatcode">>
[[Close the cheat app->Laptop]] <<if $cheatcode.includes ("untangledcorruptionquest")>>
''You''
[[+10 energy|Cheatcode][$mc.energy to $mc.energy +10]]
[[-10 energy|Cheatcode][$mc.energy to $mc.energy -10]]
[[+10 corruption currency|Cheatcode][$mc.corruption to $mc.corruption +10]]
[[-10 corruption currency|Cheatcode][$mc.corruption to $mc.corruption -10]]
[[+10 lust|Cheatcode][$mc.lust to $mc.lust +10]]
[[-10 lust|Cheatcode][$mc.lust to $mc.lust -10]]
[[+1000 money|Cheatcode][$mc.money to $mc.money + 1000]]
[[-1000 money|Cheatcode][$mc.money to $mc.money - 1000]]
[[+10 fitness|Cheatcode][$mc.fitness to $mc.fitness + 10]]
[[-10 fitness|Cheatcode][$mc.fitness to $mc.fitness - 10]]
[[+10 willpower|Cheatcode][$mc.willpower to $mc.willpower +10]]
[[-10 willpower|Cheatcode][$mc.willpower to $mc.willpower -10]]
''$brother.name''
[[+10 corruption|Cheatcode][$brother.corruption to $brother.corruption +10]]
[[-10 corruption|Cheatcode][$brother.corruption to $brother.corruption -10]]
[[+10 lust|Cheatcode][$brother.lust to $brother.lust +10]]
[[-10 lust|Cheatcode][$brother.lust to $brother.lust -10]]
''$father.name''
[[+10 corruption|Cheatcode][$father.corruption to $father.corruption +10]]
[[-10 corruption|Cheatcode][$father.corruption to $father.corruption -10]]
[[+10 lust|Cheatcode][$father.lust to $father.lust +10]]
[[-10 lust|Cheatcode][$father.lust to $father.lust -10]]
''$mother.name''
[[+10 corruption|Cheatcode][$mother.corruption to $mother.corruption +10]]
[[-10 corruption|Cheatcode][$mother.corruption to $mother.corruption -10]]
[[+10 lust|Cheatcode][$motherl to $motherl +10]]
[[-10 lust|Cheatcode][$motherl to $motherl -10]]
''$sister.name''
[[+10 corruption|Cheatcode][$sister.corruption to $sister.corruption +10]]
[[-10 corruption|Cheatcode][$sister.corruption to $sister.corruption -10]]
[[+10 lust|Cheatcode][$sister.lust to $sister.lust +10]]
[[-10 lust|Cheatcode][$sister.lust to $sister.lust -10]]
<<else>>
You entered the wrong code.
<</if>>
<<if $mc.lust gte 101>>
<<set $mc.lust to 100>>
<</if>>
<<if $mc.willpower gte 101>>
<<set $mc.willpower to 100>>
<</if>>
<<if $mc.money lte -1>>
<<set $mc.money to 0>>
<</if>>
[[Close the cheat app->Laptop]] [[Return->house]]
You can enter cheats on your computer in your room.
Don't have the cheatcode? You can find that on my patreon.
Besides cheatcodes, my patreon will give you the ability to vote on what I add to the game, access to builds early, access to future dlcs, your name in the game, and the ability to put your ideas into the game (you can pay to add your ideas like a "dark alley" or "neighbor's house").
<a href="http://www.patreon.com/VioletRoseGames" target="_blank"> <img src="media/images/patreon.png" ></a>
[[Return->house]] <img src="media/images/House/Main Floor/Kitchen/eat.webp" >
You're currently eating and regained some energy.
<<if $mccorruptionquest.stage gte 2 and $kitchentease == 0>>
[[Tease Them->Kitchen Tease]]
<<elseif $mccorruptionquest.stage lt 2 and $kitchentease == 0>>
You're not corrupted enough to tease them.
<<else>>
You already teased them!
<</if>>
<<if $mc.corruptionlvl gte 1 and $brother.corruption gte 10>>Your $brother.name is sitting next to you.
[[Give him a handjob->Brother Breakfast Handjob]]<</if>>
<<if $mc.corruptionlvl gte 2 and $father.corruption gte 50>>Your $father.name is sitting next to you.
[[Give him a blowjob->Father Breakfast Blowjob]]<</if>>
[[Stop Eating->Kitchen]]
<<if $breakfast == 0>>
<<set $time to 3>>
<<set $breakfast to 1>>
<</if>>You ate a snack and regained some energy.
<<if $brother.corruption gte 30 and $brother.lust gte 40>>
<<set $brotherhornysnack to random(2)>>
<<if $brotherhornysnack is 0>><img src="media/images/House/Main Floor/Kitchen/hornysnack1.webp" >
<div class="bluetext"><span style="color:blue">Imagine I used you right here and now.</span></div>
<<if $mc.corruptionlvl gte 5 and $brother.corruption gte 280>>
[[Please->Brother Kitchen Snack Sex]]<<else>><div class="purpletext"><span style="color:purple">Too bad I won't let you.</span></div>
<</if>>
<<set $brother.corruption to $brother.corruption + 8>>
<<elseif $brotherhornysnack is 1>>
<<elseif $brotherhornysnack is 2>>
<</if>>
<</if>>
<<set $snack to $snack + 1>>
<<set $mc.energy to $mc.energy + 10>>
<<if $mcitems.plushie gte 1>>
<<set $mc.energy to $mc.energy +10>>
<</if>>
[[Stop Eating->Kitchen]] <<set $imagechoice to random(5)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Kitchen/tease1.webp" >
<div class="purpletext"><span style="color:purple">Is this skirt too short? I can't tell.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Kitchen/tease2.webp" >
<div class="purpletext"><span style="color:purple">Check out this new outfit I got!!! It's so cute ⋆。‧˚ʚ♡ɞ˚‧。⋆</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Kitchen/tease3.webp" >
<div class="purpletext"><span style="color:purple">I was thinking of using this as my workout outfit. Does it make my butt look too big?</span></div>
<<elseif $imagechoice is 3>><img src="media/images/House/Main Floor/Kitchen/tease4.webp" >
<div class="purpletext"><span style="color:purple">This motion reminds me of something but I can't figure it out.</span></div>
<<elseif $imagechoice is 4>><img src="media/images/House/Main Floor/Kitchen/tease5.webp" >
<div class="purpletext"><span style="color:purple">I forgot to wear something but I can't remember what it was. Oh well ¯\_(ツ)_/¯</span></div>
<<elseif $imagechoice is 5>><img src="media/images/House/Main Floor/Kitchen/tease6.webp" >
<div class="purpletext"><span style="color:purple">Wigalous the spigalous</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $energy to $energy -10>>
<span style="color:purple">''+1 corruption currency''</span>
<span style="color:pink">''+10 lust''</span>
<span style="color:blue">''+10 lust''</span>
<span style="color:blue">''+10 lust''</span>
<span style="color:pink">''+10 lust''</span>
<span style="color:pink">''+10 lust''</span>
[[Stop Teasing Them->Family Food]]
<<if $kitchentease == 0>>
<<set $brother.corruption to $brother.corruption +1>>
<<set $brother.lust to $brother.lust +10>>
<<set $mother.corruption to $mother.corruption +1>>
<<set $mother.lust to $mother.lust +10>>
<<set $father.corruption to $father.corruption +1>>
<<set $father.lust to $father.lust +10>>
<<set $sister.corruption to $sister.corruption +1>>
<<set $sister.lust to $sister.lust + 10>>
<<set $kitchentease to 1>>
<<set $mc.corruption to $mc.corruption +1>>
<<set $mc.lust to $mc.lust + 10>>
<<set $mccorruptionquest.tease to $mccorruptionquest.tease + 1>>
<</if>>
<<set $brothertease to random(4)>>
<<if $brothertease is 0>><img src="media/images/House/Upstairs/Brother's Room/teaseextra1.webp" >
<div class="bluetext"><span style="color:blue">I'm sorry, did you forget you're in my room or something??</span></div>
<div class="purpletext"><span style="color:purple">WHAT! Are you serious?? I've been in your room this whole time!?!</span></div>
<<elseif $brothertease is 1>><img src="media/images/House/Upstairs/Brother's Room/teaseextra2.webp" >
<div class="purpletext"><span style="color:purple">Jiggle goes the ocean.</span></div>
<div class="bluetext"><span style="color:blue">Are you a fucking poet now or?</span></div>
<div class="purpletext"><span style="color:purple">Fire goes the dipshit.</span></div>
<<elseif $brothertease is 2>><img src="media/images/House/Upstairs/Brother's Room/teaseextra3.webp" >
<div class="bluetext"><span style="color:blue">I swear you have no self awareness.</span></div>
<div class="purpletext"><span style="color:purple">I, myself, am aware that you're oblivious.</span></div>
<div class="bluetext"><span style="color:blue">And you're oblivious of the fucking mountain you're creating.</span></div>
<<elseif $brothertease is 3>><img src="media/images/House/Upstairs/Brother's Room/teaseextra4.webp" >
<div class="bluetext"><span style="color:blue">You need to get a boyfriend what the hell.</span></div>
<div class="purpletext"><span style="color:purple">And you need to get a grip.</span></div>
<<elseif $brothertease is 4>><img src="media/images/House/Upstairs/Brother's Room/teaseextra5.webp" >
<div class="purpletext"><span style="color:purple">Whoops, dropped my phone haha.</span></div>
<div class="bluetext"><span style="color:blue">I dropped a pencil earlier can you get it?</span></div>
<div class="purpletext"><span style="color:purple">I can't find it, where'd you drop it?</span></div>
<div class="bluetext"><span style="color:blue">Just keeeeep looking.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $brother.corruption to $brother.corruption +3>>
<<set $brother.lust to $brother.lust +35>>
<<set $mc.corruption to $mc.corruption +3>>
Your $brother.name is trying to hide his obvious boner from you.
<span style="color:purple">''+3 corruption currency''</span>
<span style="color:pink">''+25 lust''</span>
<span style="color:yellow">''-energy''</span>
<span style="color:blue">''+35 lust''</span>
<span style="color:blue">''+3 corruption''</span>
[[Stop Teasing Him->Brother's Room]]
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust + 25>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.tease to $mccorruptionquest.tease + 1>><<if $brotherhandjob lte 0>>
<div class="purpletext"><span style="color:purple">I think you have a problem and I wanna try to find a way to fix this. I think I know how, do you wanna try?</span></div><<else>><div class="purpletext"><span style="color:purple">I want to have some fun with you.</span></div><</if>>
<<if $mc.corruptionlvl gte 1 and $brother.corruption gte 10>>
[[Do you want a handjob?->Brother Handjob]]
<</if>>
<<if $mc.corruptionlvl gte 2 and $brother.corruption gte 30>>
[[I think I can do better. Do you want a titjob?->Brother Titjob]]
<</if>>
<<if $mc.corruptionlvl gte 2 and $brother.corruption gte 50>>
[[I want to taste you. Do you want a blowjob?->Brother Blowjob]]
<</if>>
<<if $mc.corruptionlvl gte 3 and $brother.corruption gte 90>>
[[I want to get close, but not too close. Want me to grind on you?->Brother Grind]]
<</if>>
<<if $mc.corruptionlvl gte 3 and $brother.corruption gte 125>>
[[I want to feel you. Do you want a thighjob?->Brother Thighjob]]
<</if>>
<<if $mc.corruptionlvl gte 4 and $brother.corruption gte 210>>
[[I need you inside me. Wanna stick your dick in my ass?->Brother Anal]]
<</if>>
<<if $mc.corruptionlvl gte 5 and $brother.corruption gte 280>>
[[I want to feel every part of you near my womb->Brother Sex]]
<</if>>
------------------------------------------------------------------------------------------------
<<if $mc.willpower lt 35 and $mc.energy gte 10 and $mc.corruptionlvl gte 1 and $brother.corruption gte 10>>
You don't have to willpower to say no to his dick.<<else>>[[You Stop Asking Him->Brother's Room]]<</if>><img src="media/images/House/Upstairs/Brother's Room/brothersolomasturbate.webp">
Your $brother.name started masturbating out in the open.
[[You need to go to your room to sort out how you feel->Solo Masturbate After Brother]]
<</if>>
<<if $mc.corruptionlvl gte 1 and $brother.corruption gte 10>>
[[I can help. Let me give you a handjob.->Brother Handjob]]
<</if>>
<<if $mc.corruptionlvl gte 2 and $brother.corruption gte 20>>
[[I wanna push my tits around your cock.->Brother Titjob]]
<</if>>
<<if $mc.corruptionlvl gte 2 and $brother.corruption gte 35>>
[[I need to give you a blowjob.->Brother Blowjob]]
<</if>>
<span style="color:pink">''+25 lust''</span>
<span style="color:blue">''-100 lust''</span>
[[You Tell Him To Stop->Brother's Room]]
<<set $time to $time+.25>>
<<set $mc.lust to $mc.lust +25>>
<<set $brother.lust to 0>><<set $brotherhandjobpic to random(4)>>
<<if $brotherhandjobpic is 0>><img src="media/images/House/Upstairs/Brother's Room/handjob1.webp" >
<div class="purpletext"><span style="color:purple">I swear I didn't do anything.</span></div>
<div class="bluetext"><span style="color:blue">Oh that? That's just precum.</span></div>
<div class="purpletext"><span style="color:purple">I don't think there's supposed to be that much. Do you wanna try again later?</span></div>
<div class="bluetext"><span style="color:blue">Yeah that sounds great, I need to do homework anyways.</span></div>
<<elseif $brotherhandjobpic is 1>><img src="media/images/House/Upstairs/Brother's Room/handjob2.webp" >
<div class="purpletext"><span style="color:purple">Oh wow! You came a lot!</span></div>
<div class="bluetext"><span style="color:blue">I'm like a shotgun up in this bitch.</span></div>
<div class="purpletext"><span style="color:purple">Yet you're still not up in this bitch :/</span></div>
<<elseif $brotherhandjobpic is 2>><img src="media/images/House/Upstairs/Brother's Room/handjob3.webp" >
<div class="bluetext"><span style="color:blue">How are you so goddamn cute.</span></div>
<div class="purpletext"><span style="color:purple">I bet I make you wanna do a lot bad things huh?</span></div>
<div class="bluetext"><span style="color:blue">Don't tempt me.</span></div>
<div class="purpletext"><span style="color:purple">Aww :(</span></div>
<<elseif $brotherhandjobpic is 3>><img src="media/images/House/Upstairs/Brother's Room/handjob4.webp" >
<div class="purpletext"><span style="color:purple">OMG finally. I've been doing this for the past twenty minutes.</span></div>
<div class="bluetext"><span style="color:blue">That's your fault.</span></div>
<div class="purpletext"><span style="color:purple">Alright bitch, how 'bout we stop our "sessions"</span></div>
<div class="bluetext"><span style="color:blue">After a long consideration, I'm sorry.</span></div>
<div class="purpletext"><span style="color:purple">Yay!</span></div>
<<elseif $brotherhandjobpic is 4>><img src="media/images/House/Upstairs/Brother's Room/handjob5.webp" >
<div class="purpletext"><span style="color:purple">Imagine slapping your dick on my ass instead.</span></div>
<div class="bluetext"><span style="color:blue">You're cruel.</span></div>
<div class="purpletext"><span style="color:purple">I'll drink your cum off of my hand.</span></div>
<div class="bluetext"><span style="color:blue">Nevermind.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $brother.corruption to $brother.corruption +5>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.lust to $mc.lust +35>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+5 corruption''</span>
[[Clean Up->Brother's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.simple to $mccorruptionquest.simple + 1>><<set $brotheranalpic to random(6)>>
<<if $brotheranalpic is 0>><img src="media/images/House/Upstairs/Brother's Room/anal1.webp" >
<div class="bluetext"><span style="color:blue">Take that bitch!</span></div>
<div class="purpletext"><span style="color:purple">omg ram your cum inside me.</span></div>
<<elseif $brotheranalpic is 1>><img src="media/images/House/Upstairs/Brother's Room/anal2.webp" >
<div class="purpletext"><span style="color:purple">Your cock stretches out my hole so much.</span></div>
<div class="bluetext"><span style="color:blue">I can go slower if you want.</span></div>
<div class="purpletext"><span style="color:purple">Please no, I want my hole to be a perfect size for you.</span></div>
<<elseif $brotheranalpic is 2>><img src="media/images/House/Upstairs/Brother's Room/anal3.webp" >
<div class="purpletext"><span style="color:purple">I thought ''I'' was supposed to be riding ''you''.</span></div>
<div class="bluetext"><span style="color:blue">You feel too good.</span></div>
<div class="purpletext"><span style="color:purple">As long as you give me my gift idc..</span></div>
<<elseif $brotheranalpic is 3>><img src="media/images/House/Upstairs/Brother's Room/anal4.webp" >
<div class="purpletext"><span style="color:purple">I can feel you reaching my stomach.</span></div>
<<elseif $brotheranalpic is 4>><img src="media/images/House/Upstairs/Brother's Room/anal5.webp" >
<div class="purpletext"><span style="color:purple">You have no idea how long I've wanted this.</span></div>
<div class="bluetext"><span style="color:blue">Same, you feel amazing.</span></div>
<<elseif $brotheranalpic is 5>><img src="media/images/House/Upstairs/Brother's Room/anal6.webp" >
<div class="purpletext"><span style="color:purple">Yeah! Pull my hair like I'm your slut!</span></div>
<div class="bluetext"><span style="color:blue">A good slut takes it quietly.</span></div>
<div class="purpletext"><span style="color:purple">Well then I'm a bad slut, punish me ( •̀ω •́ )</span></div>
<<elseif $brotheranalpic is 6>><img src="media/images/House/Upstairs/Brother's Room/anal7.webp" >
<div class="purpletext"><span style="color:purple">OMG your dick is magical.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<<set $brother.corruption to $brother.corruption +15>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +15>>
<<set $mc.lust to 0>>
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+15 corruption''</span>
[[Clean Up->Brother's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -25>>
<<set $mccorruptionquest.anal to $mccorruptionquest.anal + 1>><<set $brothersexpic to random(9)>>
<<if $brothersexpic is 0>><img src="media/images/House/Upstairs/Brother's Room/sex1.webp" >
<div class="bluetext"><span style="color:blue">You grip me so well.</span></div>
<div class="purpletext"><span style="color:purple">I've made sure to keep my holes tight just for you.</span></div>
<<elseif $brothersexpic is 1>><img src="media/images/House/Upstairs/Brother's Room/sex2.webp" >
<div class="purpletext"><span style="color:purple">Please breed me.</span></div>
<div class="bluetext"><span style="color:blue">You ''want'' me to cum inside?</span></div>
<div class="purpletext"><span style="color:purple">I want your babies.</span></div>
<div class="bluetext"><span style="color:blue">I thought you said you were on the pill!</span></div>
<div class="purpletext"><span style="color:purple">I'm just being metaphorical haha.</span></div>
<<elseif $brothersexpic is 2>><img src="media/images/House/Upstairs/Brother's Room/sex3.webp" >
<div class="purpletext"><span style="color:purple">Your cock reaches my womb.</span></div>
<<elseif $brothersexpic is 3>><img src="media/images/House/Upstairs/Brother's Room/sex4.webp" >
<div class="purpletext"><span style="color:purple">OMG you're so big. I can see you inside of me.</span></div>
<div class="bluetext"><span style="color:blue">You're too hot, you make me rock hard.</span></div>
<div class="purpletext"><span style="color:purple">And you're so big, I need you everyday.</span></div>
<<elseif $brothersexpic is 4>><img src="media/images/House/Upstairs/Brother's Room/sex5.webp" >
<div class="purpletext"><span style="color:purple">I don't get how a cock can be that big.</span></div>
<div class="bluetext"><span style="color:blue">I was born with it? Idk</span></div>
<div class="purpletext"><span style="color:purple">I wonder if it runs in the family.</span></div>
<div class="bluetext"><span style="color:blue">There's no way.</span></div>
<div class="purpletext"><span style="color:purple">Who knows ╮( ̄▽ ̄"")╭ </span></div>
<<elseif $brothersexpic is 5>><img src="media/images/House/Upstairs/Brother's Room/sex6.webp" >
<div class="purpletext"><span style="color:purple">Finally, I was so thirsty.</span></div>
<div class="bluetext"><span style="color:blue">You're crazy, you know that right?</span></div>
<div class="purpletext"><span style="color:purple">Yeah, crazy for your cock.</span></div>
<<elseif $brothersexpic is 6>><img src="media/images/House/Upstairs/Brother's Room/sex7.webp" >
<div class="purpletext"><span style="color:purple">There's so much! I can feel it leaking all over my pussy.</span></div>
<<elseif $brothersexpic is 7>><img src="media/images/House/Upstairs/Brother's Room/sex8.webp" >
<div class="purpletext"><span style="color:purple">I'm a sementery.</span></div>
<div class="bluetext"><span style="color:blue">A sementery?</span></div>
<div class="purpletext"><span style="color:purple">A resting place for your cum.</span></div>
<<elseif $brothersexpic is 8>><img src="media/images/House/Upstairs/Brother's Room/sex9.webp" >
<div class="purpletext"><span style="color:purple">I hope this cum stays inside me forever.</span></div>
<div class="bluetext"><span style="color:blue">I don't think it works that way.</span></div>
<div class="purpletext"><span style="color:purple">Ig I'll just have to get my supply everyday ʅ ( ․ ⤙ ․) ʃ </span></div>
<<elseif $brothersexpic is 9>><img src="media/images/House/Upstairs/Brother's Room/sex10.webp" >
<div class="bluetext"><span style="color:blue">Are you a creamery with too much product? Cause this dick wants to buy some.</span></div>
<div class="purpletext"><span style="color:purple"><span style="color:purple">Stop.</span></div>
<div class="bluetext"><span style="color:blue">Steamy the creamy</span></div>
<div class="purpletext"><span style="color:purple"><span style="color:purple">Cummy in tummy?</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<<set $brother.corruption to $brother.corruption +20>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +20>>
<span style="color:purple">''+20 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+20 corruption''</span>
[[Clean Up->Brother's Room]]
<<set $mc.lust to 0>>
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -25>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>><<set $brotherboobjobpic to random(4)>>
<<if $brotherboobjobpic is 0>><img src="media/images/House/Upstairs/Brother's Room/boobjob1.webp" >
<div class="purpletext"><span style="color:purple">Am I doing this right? Please tell me I'm doing this right.</span></div>
<div class="bluetext"><span style="color:blue">Holy shit calm down you're doing a good job.</span></div>
<div class="purpletext"><span style="color:purple">I'll believe it when you coat me with your cum.</span></div>
<<elseif $brotherboobjobpic is 1>><img src="media/images/House/Upstairs/Brother's Room/boobjob2.webp" >
<div class="bluetext"><span style="color:blue">Your tits are godlike.</span></div>
<div class="purpletext"><span style="color:purple">I can tell, you gave me a nice snack for later :D</span></div>
<div class="bluetext"><span style="color:blue">Sometimes I can't tell if you're serious.</span></div>
<div class="purpletext"><span style="color:purple">Want me to save some for you too?!</span></div>
<div class="bluetext"><span style="color:blue">Not serious, got it.</span></div>
<<elseif $brotherboobjobpic is 2>><img src="media/images/House/Upstairs/Brother's Room/boobjob3.webp" >
<div class="purpletext"><span style="color:purple">You came all over my face!! You must really love me.</span></div>
<div class="bluetext"><span style="color:blue">I mean I love your tits.</span></div>
<div class="purpletext"><span style="color:purple">Excuse me!?!</span></div>
<div class="bluetext"><span style="color:blue">I was joking, ofc I love you.</span></div>
<div class="purpletext"><span style="color:purple">Good.</span></div>
<<elseif $brotherboobjobpic is 3>><img src="media/images/House/Upstairs/Brother's Room/boobjob4.webp" >
<div class="purpletext"><span style="color:purple">I'm giving your cock a coat so I can get a coat!</span></div>
<div class="bluetext"><span style="color:blue">You're so weird sometimes.</span></div>
<div class="purpletext"><span style="color:purple">I'll aim it at you.</span></div>
<div class="bluetext"><span style="color:blue">My bad my bad, I love it when you give me a coat.</span></div>
<div class="purpletext"><span style="color:purple">:)</span></div>
<<elseif $brotherboobjobpic is 4>><img src="media/images/House/Upstairs/Brother's Room/boobjob5.webp" >
<div class="purpletext"><span style="color:purple">You ever think it's weird that you're wasting all this cum when it could all be used inside me?</span></div>
<div class="bluetext"><span style="color:blue">Are you saying you want me to cum inside you?</span></div>
<div class="purpletext"><span style="color:purple">What? No. Not right now.</span></div>
<div class="bluetext"><span style="color:blue">So you do!</span></div>
<div class="purpletext"><span style="color:purple">I never said that.</span></div>
<div class="bluetext"><span style="color:blue">"Not right now"</span></div>
<div class="purpletext"><span style="color:purple">Not right now could also mean never.</span></div>
<div class="bluetext"><span style="color:blue">I guess.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $brother.corruption to $brother.corruption +8>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.lust to $mc.lust +35>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+100 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+8 corruption''</span>
[[Clean Up->Brother's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>><<set $brotherthighjobpic to random(5)>>
<<if $brotherthighjobpic is 0>><img src="media/images/House/Upstairs/Brother's Room/thighjob1.webp" >
<div class="purpletext"><span style="color:purple">I spent three hours trying to find this outfit.</span></div>
<div class="bluetext"><span style="color:blue">Why the hell did you spend three hours just to find an outfit?</span></div>
<div class="purpletext"><span style="color:purple">To make you cum.</span></div>
<div class="bluetext"><span style="color:blue">An outfit isn't going to make me cum.</span></div>
<div class="purpletext"><span style="color:purple">It just did.</span></div>
<div class="bluetext"><span style="color:blue">No, your ''thighs'' did.</span></div>
<div class="purpletext"><span style="color:purple">Mmmmm, no you can't prove it.</span></div>
<div class="bluetext"><span style="color:blue">(ノಠ益ಠ)ノ彡┻━┻</span></div>
<<elseif $brotherthighjobpic is 1>><img src="media/images/House/Upstairs/Brother's Room/thighjob2.webp" >
<div class="purpletext"><span style="color:purple">Next time can you do it in a cup?</span></div>
<div class="bluetext"><span style="color:blue">What?</span></div>
<div class="purpletext"><span style="color:purple">Cum -> Cup</span></div>
<div class="bluetext"><span style="color:blue">Do you want to just give me a blowjob?</span></div>
[[OMG Yes->Brother Blowjob]]
[[Cup->Brother's Room]]
<<elseif $brotherthighjobpic is 2>><img src="media/images/House/Upstairs/Brother's Room/thighjob3.webp" >
<div class="purpletext"><span style="color:purple">I'm never washing these yoga pants.</span></div>
<div class="bluetext"><span style="color:blue">What are you gonna hang them up on your wall?</span></div>
<div class="purpletext"><span style="color:purple">You just gave me an idea!</span></div>
<<if $brother.yogapantscum lt 1>>[[Hang them up on your wall->Brother Yoga Pants Wall]]
[[Pretend to but don't actually->Brother's Room]]
<<else>>[[Take a look at the glorious picture->Brother Yoga Pants Wall]] <</if>>
<<elseif $brotherthighjobpic is 3>><img src="media/images/House/Upstairs/Brother's Room/thighjob4.webp" >
<div class="purpletext"><span style="color:purple">Paint that floor! You handyman!</span></div>
<div class="bluetext"><span style="color:blue">Where else am I supposed to cum?</span></div>
<div class="purpletext"><span style="color:purple">You could cum on my tits.</span></div>
[[Titjob->Brother Titjob]]
[[He doesn't want to->Brother's Room]]
<<elseif $brotherthighjobpic is 4>><img src="media/images/House/Upstairs/Brother's Room/thighjob5.webp" >
<div class="purpletext"><span style="color:purple">Your cum fills up my glasses.</span></div>
<div class="bluetext"><span style="color:blue">No expression.</span></div>
<div class="purpletext"><span style="color:purple">Tell me teacher what's my lesson?</span></div>
<div class="bluetext"><span style="color:blue">I can see right through you, I saw right through you.</span></div>
<div class="bluetext"><span style="color:blue">The dreams in which I'm cumming are the best I've ever had.</span></div>
<div class="purpletext"><span style="color:purple">I find it hard to tell you, your cock is hard to take.</span></div>
<div class="purpletext"><span style="color:purple">Enlargen your cock.</span></div>
<div class="bluetext"><span style="color:blue">Mad cock.</span></div>
<<elseif $brotherthighjobpic is 5>><img src="media/images/House/Upstairs/Brother's Room/thighjob6.webp" >
<div class="purpletext"><span style="color:purple">I got the plug, what you need?</span></div>
<div class="bluetext"><span style="color:blue">To cum inside you.</span></div>
<<if $mc.corruptionlvl gte 4>>[[Say no less->Brother Anal]]<<else>><div class="purpletext"><span style="color:purple">The plug has lots, but the plug doesn't have that :/</span></div><</if>>
<</if>>
------------------------------------------------------------------------------------------------
<<set $brother.corruption to $brother.corruption +12>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +12>>
<<set $mc.lust to 0>>
<span style="color:purple">''+12 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+12 corruption''</span>
[[Clean Up->Brother's Room]]
<<set $time to $time+1>>
<<set $energy to $energy -25>>
<<set $mccorruptionquest.nearpussy to $mccorruptionquest.nearpussy + 1>><<set $brothergrindpic to random(5)>>
<<if $brothergrindpic is 0>><img src="media/images/House/Upstairs/Brother's Room/grind1.webp" >
<div class="purpletext"><span style="color:purple">Just gotta make sure I get as much as I can up in thereee</span></div>
<div class="bluetext"><span style="color:blue">Stop! I'm not trying to get you pregnant.</span></div>
<div class="purpletext"><span style="color:purple">If I'm not preggors, I wanna peg yur.</span></div>
<div class="bluetext"><span style="color:blue">What the hell. Are you on the pill.</span></div>
<div class="purpletext"><span style="color:purple">Yeah.</span></div>
<div class="bluetext"><span style="color:blue">Why are you trying to scare me like that.</span></div>
<div class="purpletext"><span style="color:purple">It's funny to see that look on your face.</span></div>
<div class="bluetext"><span style="color:blue">You better be on the pill..</span></div>
<<elseif $brothergrindpic is 1>><img src="media/images/House/Upstairs/Brother's Room/grind2.webp" >
<div class="bluetext"><span style="color:blue">You're going so slow it's like you're edging me.</span></div>
<div class="purpletext"><span style="color:purple">I'm a wave sliding up the sand.</span></div>
<<elseif $brothergrindpic is 2>><img src="media/images/House/Upstairs/Brother's Room/grind3.webp" >
<div class="purpletext"><span style="color:purple">Don't you dare cum, my clit is loving this.</span></div>
<<elseif $brothergrindpic is 3>><img src="media/images/House/Upstairs/Brother's Room/grind4.webp" >
<div class="bluetext"><span style="color:blue">Do you have to be so rough?</span></div>
<div class="purpletext"><span style="color:purple">Remember that time you didn't lend me five dollars?</span></div>
<div class="bluetext"><span style="color:blue">Yeah.</span></div>
<div class="purpletext"><span style="color:purple">This is for that.</span></div>
<div class="bluetext"><span style="color:blue">That was five years ago!</span></div>
<div class="purpletext"><span style="color:purple">Five years without five dollars :(</span></div>
<<elseif $brothergrindpic is 4>><img src="media/images/House/Upstairs/Brother's Room/grind5.webp" >
<div class="purpletext"><span style="color:purple">It's like riding an angry bull, except I sedated it.</span></div>
<div class="bluetext"><span style="color:blue">That, that's not an angry bull then.</span></div>
<div class="purpletext"><span style="color:purple">People can go to bed angry >:(</span></div>
<div class="bluetext"><span style="color:blue">I uh, yeah fair point.</span></div>
<<elseif $brothergrindpic is 5>><img src="media/images/House/Upstairs/Brother's Room/grind6.webp" >
<div class="purpletext"><span style="color:purple">Imagine how easily I could just slip this in..</span></div>
<div class="bluetext"><span style="color:blue">Shit, what are you waiting for?</span></div>
<div class="purpletext"><span style="color:purple">Five dollars :(</span></div>
<div class="bluetext"><span style="color:blue">You're still mad about that?!?!</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<<set $brother.corruption to $brother.corruption +10>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +10>>
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+10 corruption''</span>
[[Clean Up ->Brother's Room]]
<<set $time to $time+1>>
<<set $mc.lust to 0>>
<<set $mc.energy to $mc.energy -25>>
<<set $mccorruptionquest.nearpussy to $mccorruptionquest.nearpussy + 1>><<set $brotherblowjobpic to random(5)>>
<<if $brotherblowjobpic is 0>><img src="media/images/House/Upstairs/Brother's Room/blowjob1.webp" >
<div class="purpletext"><span style="color:purple">I want to drink your cum like it's water.</span></div>
<div class="bluetext"><span style="color:blue">Shit you're gonna make me cum early.</span></div>
<<elseif $brotherblowjobpic is 1>><img src="media/images/House/Upstairs/Brother's Room/blowjob2.webp" >
<div class="bluetext"><span style="color:blue">How the fuck are you doing that?</span></div>
<div class="purpletext"><span style="color:purple">I used to pretend you were a lollypop.</span></div>
<div class="bluetext"><span style="color:blue">Are you joking?</span></div>
<div class="purpletext"><span style="color:purple">Huh? Oh yeah ofc.</span></div>
<<elseif $brotherblowjobpic is 2>><img src="media/images/House/Upstairs/Brother's Room/blowjob3.webp" >
<div class="purpletext"><span style="color:purple">You're not using my handles >:(</span></div>
<div class="bluetext"><span style="color:blue">You ''want'' me to pull your hair?</span></div>
<div class="purpletext"><span style="color:purple">Noooo I just mentioned it for no reason.</span></div>
<div class="bluetext"><span style="color:blue">Okay then, I'll pull your hair next time.</span></div>
<div class="purpletext"><span style="color:purple">I'm your slave ( •̀ω •́ )</span></div>
<<elseif $brotherblowjobpic is 3>><img src="media/images/House/Upstairs/Brother's Room/blowjob4.webp" >
<div class="purpletext"><span style="color:purple">I'm so wet just thinking of your cock inside of me.</span></div>
<div class="bluetext"><span style="color:blue">Don't have to ask me twice.</span></div>
<<if $mc.corruptionlvl gte 5>>
[[Gimmi that dick->Brother Sex]]<<else>><div class="purpletext"><span style="color:purple">I'm not ready.</span></div><</if>>
<<elseif $brotherblowjobpic is 4>><img src="media/images/House/Upstairs/Brother's Room/blowjob5.webp" >
<div class="purpletext"><span style="color:purple">So what's it like carrying this heavy stick of meat everywhere you go?</span></div>
<div class="bluetext"><span style="color:blue">It's awful, it needs to be drained everyday or else it gets heavier.</span></div>
<div class="purpletext"><span style="color:purple">Sounds awful :( I'll help you out as much as I can!</span></div>
<<elseif $brotherblowjobpic is 5>><img src="media/images/House/Upstairs/Brother's Room/blowjob6.webp" >
<div class="purpletext"><span style="color:purple">Your puppy princess finally got her bone!</span></div>
<div class="bluetext"><span style="color:blue">I can't tell if I should run or thrust harder.</span></div>
<div class="purpletext"><span style="color:purple">Arf Arf!</span></div>
<div class="bluetext"><span style="color:blue">Stop 눈_눈</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<<set $brother.corruption to $brother.corruption +8>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +8>>
<<set $mc.lust to $mc.lust +35>>
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+8 corruption''</span>
[[Clean Up->Brother's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>><<set $after to random(2)>>
<<if $after is 0>><img src="media/images/House/Upstairs/Brother's Room/afterbrothermasturbate1.webp" >
<<elseif $after is 1>><img src="media/images/House/Upstairs/Brother's Room/afterbrothermasturbate2.webp" >
<<elseif $after is 2>><img src="media/images/House/Upstairs/Brother's Room/afterbrothermasturbate3.webp" >
<</if>>
[[Clean Up->Your Room]]
<<set $mc.lust to 0>>
<<set $time to $time+1>><div class="purpletext"><span style="color:purple">He gets so hard when I'm around him. I bet he wants me to do this every night.</span></div>
<<set $brothersleep to random(2)>>
<<if $brothersleep is 0>><img src="media/images/House/Upstairs/Brother's Room/sleepingblowjob1.webp" >
<<elseif $brothersleep is 1>><img src="media/images/House/Upstairs/Brother's Room/sleepingblowjob2.webp" >
<<elseif $brothersleep is 2>><img src="media/images/House/Upstairs/Brother's Room/sleepingblowjob3.webp" >
<</if>>
<<set $brothersleepingblowjob to 1>>
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''+30 lust''</span>
<span style="color:blue">''-100 lust''</span>
[[Clean Up->Brother's Room]]
<<set $mc.lust to $mc.lust + 30>>
<<set $mc.corruption to $mc.corruption + 10>>
<<set $brother.lust to 0>>It's too late and you need to go to bed.
[[Go to Bed->Sleep]]<<if $time gte 14 and $time lte 20>>
<<goto "Too Late">>
<<set $time to 21>>
<</if>>
<<if $weekday gte 7>>
<<set $weekday to 0>>
<</if>>
<<if $lust lt 0>>
<<set $lust to 0>>
<</if>>
<<if $willpower gte 101>>
<<set $willpower to 100>>
<</if>>
<<if $willpower lt 0>>
<<set $willpower to 0>>
<</if>>
<<if $lust gte 101>>
<<set $lust to 100>>
<</if>>
<<if $mc.fitness lte 99>>
<<if $mc.energy gte 100 + $mcitems.energypill>>
<<set $mc.energy to 100 + $mcitems.energypill>>
<</if>>
<</if>>
<<if $mc.fitness gte 100>>
<<if $mc.energy gte 150 + $mcitems.energypill>>
<<set $mc.energy to 150 + $mcitems.energypill>>
<</if>>
<</if>>
<<if $mcitems.gympass lt 0>>
<<set $gympass to 0>>
<</if>>
<<if $mc.fitness lt 0>>
<<set $mc.fitness to 0>>
<</if>><<set $brotherhandjobbathroom to random(4)>>
<<if $brotherhandjobbathroom is 0>><img src="media/images/House/Main Floor/Main Floor Bathroom/handjobbathroom1.webp" >
<div class="purpletext"><span style="color:purple">Your cock is so big in my hand.</span></div>
<<elseif $brotherhandjobbathroom is 1>><img src="media/images/House/Main Floor/Main Floor Bathroom/handjobbathroom2.webp" >
<div class="purpletext"><span style="color:purple">Why haven't you painted my face yet.</span></div>
<div class="bluetext"><span style="color:blue">You can't rush me.</span></div>
<<elseif $brotherhandjobbathroom is 2>><img src="media/images/House/Main Floor/Main Floor Bathroom/handjobbathroom3.webp" >
<div class="bluetext"><span style="color:blue">I'm close.</span></div>
<div class="purpletext"><span style="color:purple">Aim for my mouth please.</span></div>
<<elseif $brotherhandjobbathroom is 3>><img src="media/images/House/Main Floor/Main Floor Bathroom/handjobbathroom4.webp" >
<div class="purpletext"><span style="color:purple">I love it when you grab me like that.</span></div>
<<elseif $brotherhandjobbathroom is 4>><img src="media/images/House/Main Floor/Main Floor Bathroom/handjobbathroom5.webp" >
<div class="purpletext"><span style="color:purple">You taste so good.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<<set $brother.lust to 0>>
<<set $mc.lust to $mc.lust + 35>>
<<set $brother.corruption to $brother.corruption + 5>>
<<set $mc.corruption to $mc.corruption +5>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+5 corruption''</span>
[[Clean Up->Main Floor Bathroom]]
<<set $mccorruptionquest.simple to $mccorruptionquest.simple + 1>>
<<set $time to 2>><<set $brotherblowjobbathroom to random(4)>>
<<if $brotherblowjobbathroom is 0>><img src="media/images/House/Main Floor/Main Floor Bathroom/blowjobbathroom1.webp" >
<div class="purpletext"><span style="color:purple">I can barely fit it in my mouth.</span></div>
<div class="bluetext"><span style="color:blue">You better work on that.</span></div>
<div class="purpletext"><span style="color:purple">Trust me I've been practicing for you.</span></div>
<<elseif $brotherblowjobbathroom is 1>><img src="media/images/House/Main Floor/Main Floor Bathroom/blowjobbathroom2.webp" >
<div class="purpletext"><span style="color:purple">I love servicing you.</span></div>
<<elseif $brotherblowjobbathroom is 2>><img src="media/images/House/Main Floor/Main Floor Bathroom/blowjobbathroom3.webp" >
<div class="purpletext"><span style="color:purple">No one knows we're in here, just me, you, and your cock.</span></div>
<div class="bluetext"><span style="color:blue">Somehow I feel like you wish someone knew.</span></div>
<div class="purpletext"><span style="color:purple">Maybe.</span></div>
<<elseif $brotherblowjobbathroom is 3>><img src="media/images/House/Main Floor/Main Floor Bathroom/blowjobbathroom4.webp" >
<div class="purpletext"><span style="color:purple">Gimmi your cummi gummies.</span></div>
<<elseif $brotherblowjobbathroom is 4>><img src="media/images/House/Main Floor/Main Floor Bathroom/blowjobbathroom5.webp" >
<div class="purpletext"><span style="color:purple">I'm your humble servant.</span></div>
<div class="bluetext"><span style="color:blue">Yeah bitch! Go make me a fucking sandwich after this.</span></div>
<div class="purpletext"><span style="color:purple">I'll bite.</span></div>
<div class="bluetext"><span style="color:blue">Nevermind.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<<set $brother.lust to 0>>
<<set $mc.lust to $mc.lust + 35>>
<<set $brother.corruption to $brother.corruption + 5>>
<<set $mc.corruption to $mc.corruption +5>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+5 corruption''</span>
[[Clean Up->Main Floor Bathroom]]
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>
<<set $time to 2>><<set $brotherbathroomsex to random(4)>>
<<if $brotherbathroomsex is 0>><img src="media/images/House/Main Floor/Main Floor Bathroom/bathroomsex1.webp" >
<div class="bluetext"><span style="color:blue">Your pussy hugs my cock so nicely.</span></div>
<div class="purpletext"><span style="color:purple">It's like I was made for you.</span></div>
<<elseif $brotherbathroomsex is 1>><img src="media/images/House/Main Floor/Main Floor Bathroom/bathroomsex2.webp" >
<div class="purpletext"><span style="color:purple">You think someone is watching?</span></div>
<div class="bluetext"><span style="color:blue">I'd like to not think about that.</span></div>
<div class="purpletext"><span style="color:purple">Maybe I should let our neighbors know we have sex so we can have an audience.</span></div>
<div class="bluetext"><span style="color:blue">Please don't.</span></div>
<div class="purpletext"><span style="color:purple">Fine.</span></div>
<<elseif $brotherbathroomsex is 2>><img src="media/images/House/Main Floor/Main Floor Bathroom/bathroomsex3.webp" >
<div class="purpletext"><span style="color:purple">Use and abuse me.</span></div>
<<elseif $brotherbathroomsex is 3>><img src="media/images/House/Main Floor/Main Floor Bathroom/bathroomsex4.webp" >
<div class="purpletext"><span style="color:purple">I love it when you play rough.</span></div>
<<elseif $brotherbathroomsex is 4>><img src="media/images/House/Main Floor/Main Floor Bathroom/bathroomsex5.webp" >
<div class="purpletext"><span style="color:purple">Please don't stop.</span></div>
<div class="bluetext"><span style="color:blue">Yeah what if I do? What are you gonna do?</span></div>
<div class="purpletext"><span style="color:purple">Maybe your console will just randomly disappear ¯\_(ツ)_/¯</span></div>
<div class="bluetext"><span style="color:blue">Okay my bad.</span></div>
<div class="purpletext"><span style="color:purple">Keep the pace too.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<<set $brother.lust to 0>>
<<set $mc.lust to 0>>
<<set $brother.corruption to $brother.corruption + 10>>
<<set $mc.corruption to $mc.corruption +10>>
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+10 corruption''</span>
[[Clean Up->Main Floor Bathroom]]
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>>
<<set $time to 2>><<set $brothertalk to random(2)>>
<<if $brothertalk is 0>><img src="media/images/House/Upstairs/Brother's Room/talk1.jpg" >
<div class="purpletext"><span style="color:purple">I got this new bra. Do you think guys will like it?</span></div>
<div class="bluetext"><span style="color:blue">I mean, yeah. I like it. Why are you showing me this?</span></div>
<div class="purpletext"><span style="color:purple">I dunno. I just kinda wanted to see how you liked it.</span></div>
<<elseif $brothertalk is 1>><img src="media/images/House/Upstairs/Brother's Room/talk2.jpg" >
<div class="purpletext"><span style="color:purple">Do you like my outfit?</span></div>
<div class="bluetext"><span style="color:blue">Yeah it's kinda hot.</span></div>
<div class="purpletext"><span style="color:purple">Excuse me?</span></div>
<div class="bluetext"><span style="color:blue">Sorry just saying it how it is.</span></div>
<<elseif $brothertalk is 2>><img src="media/images/House/Upstairs/Brother's Room/talk3.png" >
<div class="purpletext"><span style="color:purple">I got these new earrings! I think they look absolutely amazing.</span></div>
<div class="bluetext"><span style="color:blue">They're cool.</span></div>
<</if>>
[[Stop Talking->Brother's Room]] <<set $fathertease to random(4)>>
<<if $fathertease is 0>><img src="media/images/House/Upstairs/Parent's Room/fathertease1.webp" >
<div class="purpletext"><span style="color:purple">I learned this new dance on Lip Stock do you like it?</span></div>
<div class="bluetext"><span style="color:blue">Is that even a dance?</span></div>
<<elseif $fathertease is 1>><img src="media/images/House/Upstairs/Parent's Room/fathertease2.webp" >
<div class="purpletext"><span style="color:purple">How was your day?!! Anything fun happen?</span></div>
<div class="bluetext"><span style="color:blue">Uh not really no.</span></div>
<<elseif $fathertease is 2>><img src="media/images/House/Upstairs/Parent's Room/fathertease3.webp" >
<div class="bluetext"><span style="color:blue">Why are you in my room?</span></div>
<div class="purpletext"><span style="color:purple">I wanted to paint.</span></div>
<div class="bluetext"><span style="color:blue">Right but why in my room?</span></div>
<div class="purpletext"><span style="color:purple">Your room has more lighting.</span></div>
<<elseif $fathertease is 3>><img src="media/images/House/Upstairs/Parent's Room/fathertease4.webp" >
<div class="bluetext"><span style="color:blue">Can you get my glasses?</span></div>
<div class="purpletext"><span style="color:purple">I can't find them.</span></div>
<div class="bluetext"><span style="color:blue">Just keep looking for me.</span></div>
<div class="purpletext"><span style="color:purple">I've never seen you wear glasses.</span></div>
<div class="bluetext"><span style="color:blue">They're new, just keep looking.</span></div>
<<elseif $fathertease is 4>><img src="media/images/House/Upstairs/Parent's Room/fathertease5.webp" >
<div class="bluetext"><span style="color:blue">Did you forget something?</span></div>
<div class="purpletext"><span style="color:purple">What? No.</span></div>
<div class="bluetext"><span style="color:blue">I don't like you wearing that.</span></div>
<div class="purpletext"><span style="color:purple">I wonder why.</span></div>
<</if>>
<<set $father.corruption to $father.corruption +1>>
<<set $father.lust to $father.lust +15>>
<<set $mc.corruption to $mc.corruption +1>>
Your $father.name is trying to act like you didn't do anything.
<span style="color:purple">''+1 corruption currency''</span>
<span style="color:pink">''+25 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''+15 lust''</span>
<span style="color:blue">''+1 corruption''</span>
[[Stop Teasing Him->Parent's Room]]
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust + 25>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.tease to $mccorruptionquest.tease + 1>><<set $fatherteasemore to random(4)>>
<<if $fatherteasemore is 0>><img src="media/images/House/Upstairs/Parent's Room/fatherteasemore1.webp" >
<div class="purpletext"><span style="color:purple">I got a new nightgown. Do you like it?</span></div>
<div class="bluetext"><span style="color:blue">Uh yeah. You only wear that here right?</span></div>
<div class="purpletext"><span style="color:purple">Probably.</span></div>
<<elseif $fatherteasemore is 1>><img src="media/images/House/Upstairs/Parent's Room/fatherteasemore2.webp" >
<div class="bluetext"><span style="color:blue">I can't believe our neighbors son has a loud ass car. It's so fucking -</span></div>
<div class="purpletext"><span style="color:purple">:)</span></div>
<div class="bluetext"><span style="color:blue">What are you doing?</span></div>
<div class="purpletext"><span style="color:purple">I'm not doing anything.</span></div>
<div class="bluetext"><span style="color:blue">Right.</span></div>
<<elseif $fatherteasemore is 2>><img src="media/images/House/Upstairs/Parent's Room/fatherteasemore3.webp" >
<div class="purpletext"><span style="color:purple">I got this new dress!</span></div>
<div class="bluetext"><span style="color:blue">A little short don't you think?</span></div>
<div class="purpletext"><span style="color:purple">No.</span></div>
<<elseif $fatherteasemore is 3>><img src="media/images/House/Upstairs/Parent's Room/fatherteasemore4.webp" >
<div class="purpletext"><span style="color:purple">I love this bathing suit!</span></div>
<div class="bluetext"><span style="color:blue">That's a bathing suit?</span></div>
<div class="purpletext"><span style="color:purple">ofc yeah</span></div>
<div class="bluetext"><span style="color:blue">You're gonna wear that to the beach?</span></div>
<div class="purpletext"><span style="color:purple">noooo I'm gonna wear it around the house. yes, ofc I am.</span></div>
<div class="bluetext"><span style="color:blue">Please don't be stupid.</span></div>
<<elseif $fatherteasemore is 4>><img src="media/images/House/Upstairs/Parent's Room/fatherteasemore5.webp" >
<div class="bluetext"><span style="color:blue">Where did your pants go?</span></div>
<div class="purpletext"><span style="color:purple">OMG I must have forgot them.</span></div>
<</if>>
<<set $father.corruption to $father.corruption +3>>
<<set $father.lust to $father.lust +30>>
<<set $mc.corruption to $mc.corruption +3>>
Your $father.name put a sheet over his body.
<span style="color:purple">''+3 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''+30 lust''</span>
<span style="color:blue">''+3 corruption''</span>
[[Stop Teasing Him->Parent's Room]]
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust + 35>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.tease to $mccorruptionquest.tease + 1>><<if $father.handjob lte 0>>
<div class="purpletext"><span style="color:purple">I notice you've been looking at me kinda differently. Do you wanna go to my room to try something?</span></div><<else>><div class="purpletext"><span style="color:purple">Wanna go to my room to have some fun?</span></div><</if>>
<<if $mc.corruptionlvl gte 1 and $father.corruption gte 10>>
[[Do you want a handjob?->Father Handjob]]
<</if>>
<<if $mc.corruptionlvl gte 2 and $father.corruption gte 30>>
[[I think I can do better. Do you want a titjob?->Father Titjob]]
<</if>>
<<if $mc.corruptionlvl gte 2 and $father.corruption gte 50>>
[[I want to taste you. Do you want a blowjob?->Father Blowjob]]
<</if>>
<<if $mc.corruptionlvl gte 3 and $father.corruption gte 90>>
[[I want to get close, but not too close. Want me to grind on you?->Father Grind]]
<</if>>
<<if $mc.corruptionlvl gte 3 and $father.corruption gte 125>>
[[I want to feel you. Do you want a thighjob?->Father Thighjob]]
<</if>>
<<if $mc.corruptionlvl gte 4 and $father.corruption gte 210>>
[[I need you inside me. Wanna stick your dick in my ass?->Father Anal]]
<</if>>
<<if $mc.corruptionlvl gte 5 and $father.corruption gte 280>>
[[I want to feel every part of you near my womb->Father Sex]]
<</if>>
------------------------------------------------------------------------------------------------
<<if $mc.willpower lt 35 and $mc.energy gte 10 and $mc.corruption gte 20 and $father.corruption gte 10>>
You don't have the willpower to say no to his dick.<<else>>[[You Stop Asking Him->Parent's Room]]<</if>>
I feel so naughty.
<<set $fathersleep to random(2)>>
<<if $fathersleep is 0>><img src="media/images/House/Upstairs/Parent's Room/sleepingblowjob1.webp" >
<<elseif $fathersleep is 1>><img src="media/images/House/Upstairs/Parent's Room/sleepingblowjob2.webp" >
<<elseif $fathersleep is 2>><img src="media/images/House/Upstairs/Parent's Room/sleepingblowjob3.webp" >
<</if>>
<<set $fathersleepingblowjob to 1>>
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:blue">''-100 lust''</span>
[[Clean Up->Parent's Room]]
<<set $mc.lust to $mc.lust + 35>>
<<set $mc.corruption to $mc.corruption + 10>>
<<set $father.lust to 0>><<set $fatherhandjobpic to random(4)>>
<<if $fatherhandjobpic is 0>><img src="media/images/House/Upstairs/Parent's Room/handjob1.webp" >
<div class="purpletext"><span style="color:purple">You came so much!</span></div>
<div class="bluetext"><span style="color:blue">Well you keep teasing me.</span></div>
<<elseif $fatherhandjobpic is 1>><img src="media/images/House/Upstairs/Parent's Room/handjob2.webp" >
<div class="purpletext"><span style="color:purple">Not in the hair!</span></div>
<div class="bluetext"><span style="color:blue">Your wish is my command.</span></div>
<<elseif $fatherhandjobpic is 2>><img src="media/images/House/Upstairs/Parent's Room/handjob3.webp" >
<div class="purpletext"><span style="color:purple">You coated me so much!</span></div>
<div class="bluetext"><span style="color:blue">You seem to enjoy this.</span></div>
<div class="purpletext"><span style="color:purple">Ofc I do! We're spending so much time together!</span></div>
<<elseif $fatherhandjobpic is 3>><img src="media/images/House/Upstairs/Parent's Room/handjob4.webp" >
<div class="bluetext"><span style="color:blue">You aimed it at me!</span></div>
<div class="purpletext"><span style="color:purple">Sorry it just getting out pent aggression.</span></div>
<div class="bluetext"><span style="color:blue">Over what?</span></div>
<div class="purpletext"><span style="color:purple">We didn't do this sooner :(</span></div>
<<elseif $fatherhandjobpic is 4>><img src="media/images/House/Upstairs/Parent's Room/handjob5.webp" >
<div class="purpletext"><span style="color:purple">I've wanted your cum for so long.</span></div>
<</if>>
<<set $father.corruption to $father.corruption +5>>
<<set $father.lust to 0>>
<<set $mc.corruption to $mc.corruption +5>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+5 corruption''</span>
[[Clean Up->Stay Or Leave Your Room]]
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust + 35>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.simple to $mccorruptionquest.simple + 1>><<set $fatherboobjobpic to random(4)>>
<<if $fatherboobjobpic is 0>><img src="media/images/House/Upstairs/Parent's Room/boobjob1.webp" >
<div class="bluetext"><span style="color:blue">Your boobs are the perfect size.</span></div>
<div class="purpletext"><span style="color:purple">Aw thank you.</span></div>
<<elseif $fatherboobjobpic is 1>><img src="media/images/House/Upstairs/Parent's Room/boobjob2.webp" >
<div class="purpletext"><span style="color:purple">Is this good?</span></div>
<div class="bluetext"><span style="color:blue">Yeah you're super good at this.</span></div>
<div class="purpletext"><span style="color:purple">Thank you!</span></div>
<<elseif $fatherboobjobpic is 2>><img src="media/images/House/Upstairs/Parent's Room/boobjob3.webp" >
<div class="bluetext"><span style="color:blue">I can't believe we didn't do this sooner. You're really good at this.</span></div>
<div class="purpletext"><span style="color:purple">(⸝⸝> ω <⸝⸝)</span></div>
<<elseif $fatherboobjobpic is 3>><img src="media/images/House/Upstairs/Parent's Room/boobjob4.webp" >
<div class="bluetext"><span style="color:blue">Shit sorry.</span></div>
<div class="purpletext"><span style="color:purple">Don't worry I do my laundry tomorrow.</span></div>
<<elseif $fatherboobjobpic is 4>><img src="media/images/House/Upstairs/Parent's Room/boobjob5.webp" >
<div class="bluetext"><span style="color:blue">Please don't ever get tit implants. Yours are perfect.</span></div>
<div class="purpletext"><span style="color:purple">Thanks :D</span></div>
<</if>>
<<set $father.corruption to $father.corruption +8>>
<<set $father.lust to 0>>
<<set $mc.corruption to $mc.corruption +8>>
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+8 corruption''</span>
[[Clean Up->Stay Or Leave Your Room]]
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust + 35>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>><<set $fathergrindpic to random(5)>>
<<if $fathergrindpic is 0>><img src="media/images/House/Upstairs/Parent's Room/grind1.webp" >
<div class="purpletext"><span style="color:purple">Why do you have stairs to the attic in your room?</span></div>
<div class="bluetext"><span style="color:blue">I wanted to be able to store stuff.</span></div>
<<elseif $fathergrindpic is 1>><img src="media/images/House/Upstairs/Parent's Room/grind2.webp" >
<div class="purpletext"><span style="color:purple">Your shaft feels sooo good.</span></div>
<<elseif $fathergrindpic is 2>><img src="media/images/House/Upstairs/Parent's Room/grind3.webp" >
<div class="purpletext"><span style="color:purple">I made you cum with my pussy!</span></div>
<div class="bluetext"><span style="color:blue">You're really good at this I'm surprised you're surprised.</span></div>
<<elseif $fathergrindpic is 3>><img src="media/images/House/Upstairs/Parent's Room/grind4.webp" >
<div class="purpletext"><span style="color:purple">You came so much! Your wifey not take care of your needs?</span></div>
<div class="bluetext"><span style="color:blue">Don't talk about her like that.</span></div>
<div class="purpletext"><span style="color:purple">Sorry :(</span></div>
<<elseif $fathergrindpic is 4>><img src="media/images/House/Upstairs/Parent's Room/grind5.webp" >
<div class="purpletext"><span style="color:purple">I'm so happy we get to do this.</span></div>
<<elseif $fathergrindpic is 5>><img src="media/images/House/Upstairs/Parent's Room/grind6.webp" >
<div class="purpletext"><span style="color:purple">You fit perfectly between my lips.</span></div>
<</if>>
<<set $father.corruption to $father.corruption +10>>
<<set $father.lust to 0>>
<<set $mc.corruption to $mc.corruption +10>>
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+10 corruption''</span>
[[Clean Up ->Stay Or Leave Your Room]]
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust + 35>>
<<set $mc.energy to $mc.energy -25>>
<<set $mccorruptionquest.nearpussy to $mccorruptionquest.nearpussy + 1>><<set $fatherthighjobpic to random(5)>>
<<if $fatherthighjobpic is 0>><img src="media/images/House/Upstairs/Parent's Room/thighjob1.webp" >
<div class="purpletext"><span style="color:purple">I love this. It's like my giving cock a hug.</span></div>
<div class="bluetext"><span style="color:blue">Can't say I don't love it either.</span></div>
<<elseif $fatherthighjobpic is 1>><img src="media/images/House/Upstairs/Parent's Room/thighjob2.webp" >
<div class="bluetext"><span style="color:blue">You're on the pill right.</span></div>
<div class="purpletext"><span style="color:purple">Ofc, don't want anyone to find out.</span></div>
<<elseif $fatherthighjobpic is 2>><img src="media/images/House/Upstairs/Parent's Room/thighjob3.webp" >
<div class="purpletext"><span style="color:purple">omg you almost put it in.</span></div>
<div class="bluetext"><span style="color:blue">Maybe some day.</span></div>
<<elseif $fatherthighjobpic is 3>><img src="media/images/House/Upstairs/Parent's Room/thighjob4.webp" >
<div class="purpletext"><span style="color:purple">Hows my ass feel?</span></div>
<div class="bluetext"><span style="color:blue">Wonderful.</span></div>
<<elseif $fatherthighjobpic is 4>><img src="media/images/House/Upstairs/Parent's Room/thighjob5.webp" >
<div class="purpletext"><span style="color:purple">Imagine we do this everyday.</span></div>
<div class="bluetext"><span style="color:blue">You'd want to?</span></div>
<div class="purpletext"><span style="color:purple">My clit certainly does.</span></div>
<<elseif $fatherthighjobpic is 5>><img src="media/images/House/Upstairs/Parent's Room/thighjob6.webp" >
<div class="purpletext"><span style="color:purple">Even with my clothes on! You must really love me huh.</span></div>
<div class="bluetext"><span style="color:blue">My cock certainly does.</span></div>
<</if>>
<<set $father.corruption to $father.corruption +12>>
<<set $father.lust to 0>>
<<set $mc.corruption to $mc.corruption +12>>
<span style="color:purple">''+12 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+12 corruption''</span>
[[Clean Up->Stay Or Leave Your Room]]
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust + 35>>
<<set $mc.energy to $mc.energy -25>>
<<set $mccorruptionquest.nearpussy to $mccorruptionquest.nearpussy + 1>><<if $fathersex == 0>>
<div class="purpletext"><span style="color:purple">I knew you wanted me from the beginning.</span></div><<set $fathersex to 1>><<else>><div class="purpletext"><span style="color:purple">I want your cum to reach my womb.</span></div><</if>>
<<set $fathersexpic to random(9)>>
<<if $fathersexpic is 0>><img src="media/images/House/Upstairs/Parent's Room/sex1.webp" >
<div class="purpletext"><span style="color:purple">I've been thinking about you all day.</span></div>
<<elseif $fathersexpic is 1>><img src="media/images/House/Upstairs/Parent's Room/sex2.webp" >
<div class="purpletext"><span style="color:purple">I'm so wet for you.</span></div>
<<elseif $fathersexpic is 2>><img src="media/images/House/Upstairs/Parent's Room/sex3.webp" >
<div class="purpletext"><span style="color:purple">You came so much! I might actually get pregnant.</span></div>
<div class="bluetext"><span style="color:blue">What happened to the pill?</span></div>
<div class="purpletext"><span style="color:purple">I took it don't worry.</span></div>
<<elseif $fathersexpic is 3>><img src="media/images/House/Upstairs/Parent's Room/sex4.webp" >
<div class="purpletext"><span style="color:purple">I've been needing a good dick like yours.</span></div>
<<elseif $fathersexpic is 4>><img src="media/images/House/Upstairs/Parent's Room/sex5.webp" >
<div class="purpletext"><span style="color:purple">I've been practicing for you.</span></div>
<<elseif $fathersexpic is 5>><img src="media/images/House/Upstairs/Parent's Room/sex6.webp" >
<div class="bluetext"><span style="color:blue">You're my slave now.</span></div>
<<elseif $fathersexpic is 6>><img src="media/images/House/Upstairs/Parent's Room/sex7.webp" >
<div class="purpletext"><span style="color:purple">Snug fit.</span></div>
<<elseif $fathersexpic is 7>><img src="media/images/House/Upstairs/Parent's Room/sex8.webp" >
<div class="purpletext"><span style="color:purple">You're so big! I wonder if it runs in the family.</span></div>
<div class="bluetext"><span style="color:blue">There's no way.</span></div>
<div class="purpletext"><span style="color:purple">Who knows ╮( ̄▽ ̄"")╭ </span></div>
<<elseif $fathersexpic is 8>><img src="media/images/House/Upstairs/Parent's Room/sex9.webp" >
<div class="purpletext"><span style="color:purple">Your dick is so big! I'm surprised it even fits.</span></div>
<<elseif $fathersexpic is 9>><img src="media/images/House/Upstairs/Parent's Room/sex10.webp" >
<div class="purpletext"><span style="color:purple">I can't even think.</span></div>
<div class="bluetext"><span style="color:blue">Good sluts don't need to.</span></div>
<</if>>
<<set $father.corruption to $father.corruption +20>>
<<set $father.lust to 0>>
<<set $mc.corruption to $mc.corruption +20>>
<span style="color:purple">''+20 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+20 corruption''</span>
[[Clean Up->Stay Or Leave Your Room]]
<<set $time to $time+1>>
<<set $mc.lust to 0>>
<<set $mc.energy to $mc.energy -25>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>><<set $fatheranalpic to random(6)>>
<<if $fatheranalpic is 0>><img src="media/images/House/Upstairs/Parent's Room/anal1.webp" >
<div class="purpletext"><span style="color:purple">Your cock fits my ass so well.</span></div>
<div class="bluetext"><span style="color:blue">Sorry if I stretch it out a bit.</span></div>
<<elseif $fatheranalpic is 1>><img src="media/images/House/Upstairs/Parent's Room/anal2.webp" >
<div class="purpletext"><span style="color:purple">Your cock is everything I need.</span></div>
<<elseif $fatheranalpic is 2>><img src="media/images/House/Upstairs/Parent's Room/anal3.webp" >
<div class="bluetext"><span style="color:blue">You're mine now.</span></div>
<<elseif $fatheranalpic is 3>><img src="media/images/House/Upstairs/Parent's Room/anal4.webp" >
<div class="bluetext"><span style="color:blue">Your technique is incredible. How the fuck did you learn this?</span></div>
<div class="purpletext"><span style="color:purple">Who knows.</span></div>
<<elseif $fatheranalpic is 4>><img src="media/images/House/Upstairs/Parent's Room/anal5.webp" >
<div class="purpletext"><span style="color:purple">My ass is ready for you.</span></div>
<div class="bluetext"><span style="color:blue">I've been wanting this all day.</span></div>
<<elseif $fatheranalpic is 5>><img src="media/images/House/Upstairs/Parent's Room/anal6.webp" >
<div class="purpletext"><span style="color:purple">You filled me up! I should walk around this house with cum dripping down my leg.</span></div>
<div class="bluetext"><span style="color:blue">Please don't.</span></div>
<<elseif $fatheranalpic is 6>><img src="media/images/House/Upstairs/Parent's Room/anal7.webp" >
<div class="purpletext"><span style="color:purple">I'll be dripping for days.</span></div>
<</if>>
<<set $father.corruption to $father.corruption +15>>
<<set $father.lust to 0>>
<<set $mc.corruption to $mc.corruption +15>>
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+15 corruption''</span>
[[Clean Up->Stay Or Leave Your Room]]
<<set $time to $time+1>>
<<set $mc.lust to 0>>
<<set $mc.energy to $mc.energy -25>>
<<set $mccorruptionquest.anal to $mccorruptionquest.anal + 1>><<set $fatherblowjobpic to random(5)>>
<<if $fatherblowjobpic is 0>><img src="media/images/House/Upstairs/Parent's Room/blowjob1.webp" >
<div class="purpletext"><span style="color:purple">It's like licking a lollypop.</span></div>
<<elseif $fatherblowjobpic is 1>><img src="media/images/House/Upstairs/Parent's Room/blowjob2.webp" >
<div class="purpletext"><span style="color:purple">I heard it's really sensitive here.</span></div>
<div class="bluetext"><span style="color:blue">Yeah holy shit don't stop.</span></div>
<<elseif $fatherblowjobpic is 2>><img src="media/images/House/Upstairs/Parent's Room/blowjob3.webp" >
<div class="purpletext"><span style="color:purple">Thank you so much.</span></div>
<div class="bluetext"><span style="color:blue">For what?</span></div>
<div class="purpletext"><span style="color:purple">I've been wanting your cum.</span></div>
<<elseif $fatherblowjobpic is 3>><img src="media/images/House/Upstairs/Parent's Room/blowjob4.webp" >
<div class="bluetext"><span style="color:blue">The fucks the fluffy thing?</span></div>
<div class="purpletext"><span style="color:purple">I like to record our blowjobs so I rub my pussy to them later.</span></div>
<div class="bluetext"><span style="color:blue">Are you serious?</span></div>
<div class="purpletext"><span style="color:purple">Mayyybe.</span></div>
<<elseif $fatherblowjobpic is 4>><img src="media/images/House/Upstairs/Parent's Room/blowjob5.webp" >
<div class="purpletext"><span style="color:purple">My mouths your cum dumpster.</span></div>
<<elseif $fatherblowjobpic is 5>><img src="media/images/House/Upstairs/Parent's Room/blowjob6.webp" >
<div class="purpletext"><span style="color:purple">I wanna do this everyday.</span></div>
<</if>>
<<set $father.corruption to $father.corruption +8>>
<<set $father.lust to 0>>
<<set $mc.corruption to $mc.corruption +8>>
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+8 corruption''</span>
[[Clean Up->Stay Or Leave Your Room]]
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust + 35>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>Do you want to stay in your room or go back?
[[Stay->Your Room]]
[[Go Back->Parent's Room]] <<if $mc.corruptionlvl gte 1 and $father.corruption gte 35>>
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust +35>>
You're showering with your $father.name.
<img src="media/images/House/Upstairs/Upstairs Bathroom/fathershower.webp">
<<set $mc.corruption to $mc.corruption +5>>
<<if $mc.corruptionlvl gte 1 and $father.corruption gte 50>>
[[Give him a handjob->fatherhandjobbathroom]]
<</if>>
<<if $mc.corruptionlvl gte 2 and $father.corruption gte 100>>
[[Give him a blowjob->fatherblowjobbathroom]]
<</if>>
<<if $mc.corruptionlvl gte 5 and $father.corruption gte 350>>
[[Have Sex->fathersexbathroom]]
<</if>>
<<elseif $father.corruption lt 35 and $mc.corruptionlvl gte 1>>
Your $father.name isn't corrupted enough for that.
<<else>>
You're not corrupted enough for that
<</if>>
[[Leave->Upstairs Bathroom]]
<<set $fatherhandjobbathroom to random(4)>>
<<if $fatherhandjobbathroom is 0>><img src="media/images/House/Upstairs/Upstairs Bathroom/handjobbathroom1.webp" >
<div class="purpletext"><span style="color:purple">You've been so dirty. Let me help you.</span></div>
<<elseif $fatherhandjobbathroom is 1>><img src="media/images/House/Upstairs/Upstairs Bathroom/handjobbathroom2.webp" >
<div class="purpletext"><span style="color:purple">Imagine someone caught us.</span></div>
<div class="bluetext"><span style="color:blue">The moment I saw you I locked the door.</span></div>
<div class="purpletext"><span style="color:purple">I unlocked at :P</span></div>
<<elseif $fatherhandjobbathroom is 2>><img src="media/images/House/Upstairs/Upstairs Bathroom/handjobbathroom3.webp" >
<div class="purpletext"><span style="color:purple">Am I good girl?</span></div>
<div class="bluetext"><span style="color:blue">So good that I have a gift for you.</span></div>
<<elseif $fatherhandjobbathroom is 3>><img src="media/images/House/Upstairs/Upstairs Bathroom/handjobbathroom4.webp" >
<div class="purpletext"><span style="color:purple">It's so big that I can't even wrap my hand all the way around.</span></div>
<<elseif $fatherhandjobbathroom is 4>><img src="media/images/House/Upstairs/Upstairs Bathroom/handjobbathroom5.webp" >
<div class="purpletext"><span style="color:purple">I've been tanning for you.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<<set $father.lust to 0>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:blue">''+5 corruption''</span>
<span style="color:blue">''-100 lust''</span>
[[Clean Up->Upstairs Bathroom]]
<<set $mc.lust to $mc.lust +35>>
<<set $mc.corruption to $mc.corruption + 5>>
<<set $father.corruption to $father.corruption +5>>
<<set $time to 2>><<set $fatherblowjobbathroom to random(4)>>
<<if $fatherblowjobbathroom is 0>><img src="media/images/House/Upstairs/Upstairs Bathroom/blowjobbathroom1.webp" >
<div class="bluetext"><span style="color:blue">Go deeper.</span></div>
<div class="purpletext"><span style="color:purple">Yes master.</span></div>
<<elseif $fatherblowjobbathroom is 1>><img src="media/images/House/Upstairs/Upstairs Bathroom/blowjobbathroom2.webp" >
<div class="purpletext"><span style="color:purple">You taste so good.</span></div>
<div class="bluetext"><span style="color:blue">Yeah?</span></div>
<div class="purpletext"><span style="color:purple">I think I'm addicted.</span></div>
<div class="bluetext"><span style="color:blue">Well you'll this dick as much as you want.</span></div>
<div class="purpletext"><span style="color:purple">Yay!</span></div>
<<elseif $fatherblowjobbathroom is 2>><img src="media/images/House/Upstairs/Upstairs Bathroom/blowjobbathroom3.webp" >
<div class="purpletext"><span style="color:purple">Please cum in my mouth.</span></div>
<div class="bluetext"><span style="color:blue">As long as you swallow.</span></div>
<div class="purpletext"><span style="color:purple">What else would I do?</span></div>
<<elseif $fatherblowjobbathroom is 3>><img src="media/images/House/Upstairs/Upstairs Bathroom/blowjobbathroom4.webp" >
<div class="purpletext"><span style="color:purple">omg thank you for the mouth wash</span></div>
<<elseif $fatherblowjobbathroom is 4>><img src="media/images/House/Upstairs/Upstairs Bathroom/blowjobbathroom5.webp" >
<div class="purpletext"><span style="color:purple">Shower me with you cum please.</span></div>
<</if>>
<<set $fatherlust to 0>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:blue">''-100 lust''</span>
[[Clean Up->Upstairs Bathroom]]
<<set $lust to $lust +35>>
<<set $corruption to $corruption + 10>>
<<set $time to 2>><<set $fathersexbathroom to random(4)>>
<<if $fathersexbathroom is 0>><img src="media/images/House/Upstairs/Upstairs Bathroom/sexbathroom1.webp" >
<div class="purpletext"><span style="color:purple">All I can think about is your cum.</span></div>
<<elseif $fathersexbathroom is 1>><img src="media/images/House/Upstairs/Upstairs Bathroom/sexbathroom2.webp" >
<div class="purpletext"><span style="color:purple">You're tearing my insides apart.</span></div>
<div class="bluetext"><span style="color:blue">Sorry, we can stop if you-</span></div>
<div class="purpletext"><span style="color:purple">No, that means go faster.</span></div>
<<elseif $fathersexbathroom is 2>><img src="media/images/House/Upstairs/Upstairs Bathroom/sexbathroom3.webp" >
<div class="purpletext"><span style="color:purple">Please cum inside me.</span></div>
<div class="bluetext"><span style="color:blue">You want me to?</span></div>
<div class="purpletext"><span style="color:purple">I need you to.</span></div>
<<elseif $fathersexbathroom is 3>><img src="media/images/House/Upstairs/Upstairs Bathroom/sexbathroom4.webp" >
<div class="purpletext"><span style="color:purple">You're so strong. You can fuck me and carry me. Now I have to repay you by fucking you and carrying your child.</span></div>
<div class="bluetext"><span style="color:blue">I swear, if you're not on the pill.</span></div>
<div class="purpletext"><span style="color:purple">You force me to :(</span></div>
<<elseif $fathersexbathroom is 4>><img src="media/images/House/Upstairs/Upstairs Bathroom/sexbathroom5.webp" >
<div class="purpletext"><span style="color:purple">I've needed a good fucking lately.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<<set $father.lust to 0>>
<<set $mc.lust to 0>>
<<set $father.corruption to $father.corruption + 10>>
<<set $mc.corruption to $mc.corruption +10>>
<span style="color:purple">''+10 corruption''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:blue">''+10 corruption currency''</span>
<span style="color:blue">''-100 lust''</span>
[[Clean Up->Upstairs Bathroom]]
<<set $time to 2>><img src="media/images/Outside/Bar/Bar.jpg" width="252px" height="336px">
You're in the town bar. It has everything you could wish for from a bar. Lots of drinks, people, games, and shows.
<<if $bar.job == 0>>
''Work''
[[Get a job at the local bar->Bar Interview]]
<<elseif $bar.work == 0 and $mc.energy gte 40>>
''Work''
[[Work a shift at the local bar->Bar Shift]]
<<elseif $bar.work gt 0>>
''Work''
You already worked today.
<<if $bar.promotiontoday == 0>>
[[Ask for a promotion->Bar Promotion]]<<else>>You already got promoted today.<</if>>
<<else>>
''Work''
You're too tired
<</if>>
''Activities''
<<if $bar.drunk lte 1>>[[Get a drink->Bar Drink]]<<else>>You've had enough drinks.<</if>>
[[Play Pool->Bar Pool]]
[[Bathrooms->Bar Bathroom]]
[[Leave->Outside]]
<<set $time to $time+.25>><img src="media/images/Outside/Sping Dubs/spingdubs.jpg" width="305px" height="379px">
You're standing in the downtown grocery store. It has most things that you'd expect, plus some extras.
[[Tease->Sping Dubs Tease]]
''Buy''
<<if $mc.money gte 100>>[[Pepper Spray (3 uses) - $100|Sping Dubs][$mcitems.pepperspray to $mcitems.pepperspray +3, $mc.money to $mc.money - 100]] - $mcitems.pepperspray uses left<<else>>You don't have enough money for pepper spay. ($100)<</if>>
<<if $mcitems.gun lt 1 and $mc.money gte 1000>>[[Gun - $1000|Sping Dubs][$mcitems.gun to $mcitems.gun +1, $mc.money to $mc.money - 1000]]<<elseif $mc.money lt 1000>>You don't have enough money for a gun. ($1000)<<else>>You already own a gun.<</if>>
<<if $mc.money gte 10>>[[Energy Drink - $10|Sping Dubs][$mc.energy to $mc.energy +25, $mc.money to $mc.money - 10]]<<elseif $mc.money lt 10>>You don't have enough money for an energy drink. ($10)<</if>>
''Sell''
<<if $mcitems.pepperspray gte 1>>[[Sell Pepper Spay + $20|Sping Dubs][$mcitems.pepperspray to $mcitems.pepperspray - 1, $mc.money to $mc.money + 20]]<</if>>
<<if $mcitems.gun gte 1>>[[Sell Gun + $800|Sping Dubs][$mcitems.gun to 0, $mc.money to $mc.money + 800]]<</if>>
<<if $mccorruptionquest.stage == 15>>[[Meet them in the secret room->Corruption Quest Stage 7.5]]<</if>>
[[Leave->Outside]]
<<set $time to $time+.25>><img src="media/images/Outside/Mall/mall.jpg" width="600px" height="400px">
You're standing in the main hall of the mall. It was built awhile ago but constant renovating has made it feel like it's new.
[[Cafe->Mall Cafe]]
[[Clothing Store->Mall Clothing Store]]
[[Electronics Store->Mall Electronics Store]]
[[Adult Store->Mall Adult Store]]
[[Leave->Outside]]
<<set $time to $time+.25>><img src="media/images/Outside/Big Park/bigpark.jpg" width="649px" height="412px">
You're standing in one of the biggest parks in area.
[[Relax on a bench->Relax Big Bench]]
[[Go to the Bathroom->Bathroom Big Park]]
[[Go for a Walk->Walk Big Park]]
[[Water Fountain->Water Fountain]]
------------------------------------------------------------------------------------------------
''You see a shady guy standing in a shaded section under a tree.''
<div class="bluetext"><span style="color:blue">You want to buy a pill? You'll notice you have more energy throughout the day.</span></div>
<<if $mcitems.energypill lt 25 and $mc.money gte 500>>[[Weird Pill (+Max Energy) - $500|Big Park][$mcitems.energypill to $mcitems.energypill +25, $mc.money to $mc.money - 500]]<<elseif $mc.money lt 500>>You don't have enough money for the weird pill. ($500)<<else>>You already took one of the pills.<</if>>
[[Leave->Outside]]
<<set $time to $time+.25>><img src="media/images/Outside/Park/mainparkimage.jpeg" width="250px" height="375px">
You're in a small park near your house. It's kinda cute. It has a small trail and a park bench.
[[Relax on the bench->Relax Small Bench]]
[[Tease Someone->Tease Small Park]]
[[Go for a Walk->Walk Small Park]]
[[Leave->Outside]]
<<set $time to $time+.25>><img src="media/images/Outside/Gym/Gym.jpg" width="640px" height="426px">
You're standing in the downtown gym. It's kinda nice? Not great, but there's enough here to get fit.
<<if $mcitems.gympass lte 0>>
<div class="pinktext"><span style="color:pink">Heyyy!! I see you don't have a gym membership, do you wanna buy one?</span></div>
<<if $mc.money gte 50>>[[One Day Pass - $50|Gym][$mcitems.gympass to $mcitems.gympass +1, $mc.money to $mc.money - 50]]<<elseif $mc.money lt 50>>You don't have enough money for a gym membership.<</if>>
<<if $mc.money gte 120>>[[Three Day Pass - $120|Gym][$mcitems.gympass to $mcitems.gympass +3, $mc.money to $mc.money - 120]]<<else>>You don't have enough money for a three day pass.<</if>>
<<if $mc.money gte 235>>[[Week Long Pass - $235|Gym][$mcitems.gympass to $mcitems.gympass +7, $mc.money to $mc.money - 235]]<<else>>You don't have enough money for a week long pass.<</if>>
<<if $mc.money gte 1200>>[[Month Long Pass - $1200|Gym][$mcitems.gympass to $mcitems.gympass +30, $mc.money to $mc.money - 1200]]<<else>>You don't have enough money for a month long pass.<</if>>
<</if>>
<<if $mcitems.gympass gte 1>>
[[Workout Alone->Workout Alone]]
[[Tease->Gym Tease]]
<<if $mc.money gte 20>>[[Workout With a Trainer - $20->Workout Trainer]]<<else>>You don't have enough money to workout with a trainer. ($20)<</if>><</if>>
<<if $mccorruptionquest.stage == 8>>
[[Find the guy on the forum->Guy Forum Quest]]
[[Find the girl on the forum->Girl Forum Quest]]
<</if>>
[[Leave->Outside]]
<<set $time to $time+.25>><img src="media/images/Outside/Treatment Center/treatmentcenter.jpg" width="320px" height="391px">
You're at the city's treatment center.
<div class="pinktext"><span style="color:pink">Hello! Would you like to book a therapy appointment?</span></div>
<<if $mc.money gte 150>>[[Therapy Session ($150)->Therapy Session]]<<else>>You don't have enough money. ($150)<</if>>
<<if $mccorruptionquest.stage == 12>>
You see the guy from the forum. [[Get in his car->Quest Guy Car]]
You see the girl from the forum. [[Get in her car->Quest Girl Car]]
You see your $brother.name. [[Get in his car->Quest Brother Car]]
You see your $sister.name. [[Get in her car->Quest Sister Car]]
You see your $father.name. [[Get in his car->Quest Father Car]]
You see your $mother.name. [[Get in her car->Quest Mother Car]]
<</if>>
[[Leave->Outside]]
<<set $time to $time+.25>>
<img src="media/images/Outside/Photo Studio/photostudio.jpg" width="274px" height="411px">
You're standing in a photo studio. It's a nice studio within a complex.
<div class="bluetext"><span style="color:blue">Welcome to my photo studio. Would you like to sign up for a photo shoot?</span></div>
[[That sounds lovely->Photo Shoot]]
[[Leave->Outside]]
<<set $time to $time+.25>><img src="media/images/Outside/Park/parkbench.jpeg" width="263px" height="375px">
You're resting on the park bench and gained some energy.
<<set $time to $time+1>>
//<<set $parksleep to random(4)>>
//<<if $parksleep is 4 and $gun lt 1 and $pepperspray lt 1>>
// <<goto "Park Sleep">>
//<<elseif $pepperspay gte 1>>
// <<set $pepperspray to $pepperspray - 1>>
//<</if>>
<span style="color:yellow">''+30 energy''</span>
<<if $mcitems.plushie gte 1>><span style="color:yellow">''+10 energy (plushie)''</span><</if>>
[[Leave->Park]]
<<set $mc.energy to $mc.energy + 30>>
<<if $mcitems.plushie gte 1>>
<<set $mc.energy to $mc.energy +10>>
<</if>><<if $mc.corruption gte 25>>
<<set $mc.lust to $mc.lust +35>>
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +3>>
<<set $mc.fame to $mc.fame + 5>>
<<set $imagechoice to random(2)>>
<<set $parkencounter to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Park/tease1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Park/tease2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Park/tease3.webp" >
<span style="color:purple">''+3 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<</if>>
<</if>>
<<if $mc.corruption lte 24>>
You're not corrupted enough for that.
<</if>>
<<if $mc.corruption gte 25 and $parkencounter is 2>>
<<goto "Park Encounter">>
<</if>>
[[Leave->Park]]
<<set $mccorruptionquest.tease to $mccorruptionquest.tease + 1>><<if $mc.energy gte 20>>
You're going for a walk on the park trail. You feel more fit.
<<set $parkwalk to random(2)>>
<<set $mc.fitness to $mc.fitness + 5>>
<<set $mc.energy to $mc.energy - 20>>
<<set $time to $time+1>>
<<if $parkwalk is 0>><img src="media/images/Outside/Park/parkwalk1.webp" >
<<elseif $parkwalk is 1>><img src="media/images/Outside/Park/parkwalk2.webp" >
<<elseif $parkwalk is 2>><img src="media/images/Outside/Park/parkwalk3.webp" >
<</if>>
<span style="color:yellow">''-20 energy''</span>
<span style="color:orange">''+5 fitness''</span>
<<else>>
You're too tired.
<</if>>
[[Stop Walking->Park]] <div class="bluetext"><span style="color:blue">You run track?, cause I heard you relay want this dick.</span></div>
<<if $mc.corruptionlvl gte 2>>
[[Sure!(Blowjob)->ParkBlowjob]]<</if>>
<<if $mc.corruptionlvl gte 5>>
[[Sure!(Sex)->ParkSex]]
<</if>>
<<if $mc.willpower gte 35 and $mc.corruption gte 2>>
[[Please Go Away->Park]]<<elseif $mc.corruptionlvl lt 2>>[[Please Go Away->Park]]<<else>>You don't have the willpower to say no.
<</if>><<set $parkblowjob to random(2)>>
<<if $parkblowjob is 0>><img src="media/images/Outside/Park/blowjob1.webp" >
<div class="purpletext"><span style="color:purple">This is so aesthetic. We're in nature, and you put your nature in my mouth!</span></div>
<div class="bluetext"><span style="color:blue">I just wanted head not some random poetry bullshit.</span></div>
<div class="purpletext"><span style="color:purple">Ig I won't let you cum ¯\_(˶ᵔ ᵕ ᵔ˶)_/¯</span></div>
<div class="bluetext"><span style="color:blue">Speak more of this nature.</span></div>
<<elseif $parkblowjob is 1>><img src="media/images/Outside/Park/blowjob2.webp" >
<div class="bluetext"><span style="color:blue">What are you doing with my balls?</span></div>
<div class="purpletext"><span style="color:purple">They're fun to play with.</span></div>
<div class="bluetext"><span style="color:blue">Can you stop.</span></div>
<div class="purpletext"><span style="color:purple">I'll squeeze.</span></div>
<div class="bluetext"><span style="color:blue">Please holy shit my wife doesn't want to.</span></div>
<img src="media/images/Outside/Park/ballsquuze.webp" >
<<elseif $parkblowjob is 2>><img src="media/images/Outside/Park/blowjob3.webp" >
<div class="purpletext"><span style="color:purple">You're not rough enough.</span></div>
<div class="bluetext"><span style="color:blue">You want me to break your throat bitch.</span></div>
<div class="purpletext"><span style="color:purple">I wanna choke until I pass out.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<<set $mc.fame to $mc.fame + 5>>
[[Leave->Park]]
<<set $mc.corruption to $mc.corruption +10>>
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust +35>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>><<set $parksex to random(2)>>
<<if $parksex is 0>><img src="media/images/Outside/Park/sex1.webp" >
<div class="purpletext"><span style="color:purple">Cum inside please.</span></div>
<div class="bluetext"><span style="color:blue">Don't have to ask me twice.</span></div>
<div class="purpletext"><span style="color:purple">Time to feed the fishies.</span></div>
<div class="bluetext"><span style="color:blue">What?</span></div>
<div class="purpletext"><span style="color:purple">Cum->Drip->Fish</span></div>
<<elseif $parksex is 1>><img src="media/images/Outside/Park/sex2.webp" >
<div class="purpletext"><span style="color:purple">My ass needed to be stretched today.</span></div>
<<elseif $parksex is 2>><img src="media/images/Outside/Park/sex3.webp" >
<div class="purpletext"><span style="color:purple">Cum on my ass, I wanna walk around and show everyone my achievement.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<<set $mc.fame to $mc.fame + 5>>
[[Leave->Park]]
<<set $mc.corruption to $mc.corruption +10>>
<<set $time to $time+1>>
<<set $mc.lust to 0>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>><<set $parkr to random(1)>>
<<if $parkr is 1 and $mc.willpower lte 35 and $mcitems.gun lt 1 and $mcitems.pepperspray lt 1>>
<<goto "ParkR">>
<<elseif $mcitems.pepperspray gte 1>>
<<set $mcitems.pepperspray to $mcitems.pepperspay - 1>>
<<goto "Park">>
<<else>>
<<goto "Park">>
<</if>><img src="media/images/Outside/Beach/beach.jpg" width="545px" height="409px">
You feel the wind in your face and see a beautful view of the ocean.
<img src="media/images/Outside/Beach/beach.webp">
<<if $mc.energy gte 20>>[[Go for a walk->Beach Walk]]<<else>>You're too tired to walk along the shore.<</if>>
[[Sunbathe->Beach Sunbathe]]
<<if $mc.energy gte 20>>[[Go swim->Beach Swim]]<<else>>You're too tired to swim.<</if>>
''You see a sign that says "nude beach"''
<<if $mcperks.exhibitionist gte 1>>[[Go to the nude beach->Nude Beach]]<<else>>You need to exhibitionist perk to go here.<</if>>
<<if $mccorruptionquest.stage == 10>>
[[Find the guy->Quest Anal]]
[[Find the girl->Quest Scissor]]
<</if>>
[[Leave->Outside]]
<<set $time to $time+.25>>You fell asleep and someone took advantage of you.
<<set $sleepadvantage to random(2)>>
<<if $sleepadvantage is 0>><img src="media/images/Outside/Park/sleep1.webp" >
<<elseif $sleepadvantage is 1>><img src="media/images/Outside/Park/sleep2.webp" >
<<elseif $sleepadvantage is 2>><img src="media/images/Outside/Park/sleep3.webp" >
<</if>>
<<set $mc.willpower to $mc.willpower - 20>>
<span style="color:red">''-20 willpower''</span>
[[Wake Up->Park]] Someone groped you!
<<set $grope to random(2)>>
<<if $grope is 0>><img src="media/images/Outside/grope1.webp" >
<<elseif $grope is 1>><img src="media/images/Outside/grope2.webp" >
<<elseif $grope is 2>><img src="media/images/Outside/grope3.webp" >
<</if>>
<div class="purpletext"><span style="color:purple">''Finally''</span></div>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+1 corruption currency''</span>
<span style="color:red">''-10 willpower''</span>
[[Walk Away->Outside]]
<<set $mc.willpower to $mc.willpower - 10>>
<<set $mc.corruption to $mc.corruption +1>><div class="bluetext"><span style="color:blue">This job is fairly easy. Just hand out some drinks throughout the day. ''The pay is $60 per shift. You can get a promotion every fifth shift''. I will let you know that ''some of the customers like to get a little "grabby" when they're drunk''. If we're at an understanding and you're okay with that, I'll be happy to give you a job.</span></div>
[[Accept Job->Bar Interview Accept]]
[[Decline Job->Bar]]<<set $bargrope to random(2)>>
<<set $bargropeimage to random(2)>>
<<if $bargrope is 2>>
<<set $mc.lust to $mc.lust + 25>>
<span style="color:purple">''+1 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<<if $bargropeimage is 0>><img src="media/images/Outside/Bar/bargrope1.webp" >
<<elseif $bargropeimage is 1>><img src="media/images/Outside/Bar/bargrope2.webp" >
<<elseif $bargropeimage is 2>><img src="media/images/Outside/Bar/bargrope3.webp" >
<</if>>
Someone groped you!
<<set $mc.corruption to $mc.corruption +1>>
<<set $mc.lust to $mc.lust +35>>
<<else>>
<img src="media/images/Outside/Bar/shift.jpg" >
You worked a normal shift.
<</if>>
<span style="color:green">''+60 (+$bar.promotion) money''</span>
[[End Shift->Bar]]
<<set $bar.shift to $bar.shift +1>>
<<set $time to $time +7>>
<<set $mc.money to $mc.money + (60 + $bar.promotion)>>
<<set $bar.work to 1>>
<<set $mc.energy to $mc.energy - 40>><<set $bar.job to 1>>
<<goto "Bar">><img src="media/images/Outside/Bar/bathroom.jpg" width="500px" height="333px">
You're in the bar's bathroom.
[[Look at yourself in the mirror->Bar Mirror]]
[[Go to the bathroom->Bar Go To Bathroom]]
[[Enter the last stall->Bar Gloryhole]]
[[Leave->Bar]] <<if $mc.money gte 40>>
You have a drink you ease your mind.
You overdid it, and now you can barely remember your name.
<span style="color:pink">''+100 lust''</span>
<span style="color:red">''+10 willpower''</span>
<span style="color:green">''-40 money''</span>
<span style="color:orange">''-5 fitness''</span>
<div class="bluetext"><span style="color:blue">Are you an archaeologist? Because I’ve got a bone for you to examine.</span></div>
[[OMG LET ME EXAMINE YOU->Bar Drink Sex]]
[[GO AWAY!->Bar]]
<<set $time to $time+.25>>
<<set $mc.money to $mc.money - 40>>
<<set $mc.willpower to $mc.willpower +10>>
<<set $mc.corruption to $mc.corruption +10>>
<<set $bar.drunk to 2>>
<<set $mc.corruption to $mc.corruption + 50>>
<<set $mc.fitness to $mc.fitness - 5>>
<<set $mc.lust to $mc.lust + 100>>
<<else>>
You don't have enough money. ($40)
<</if>>
[[Leave->Bar]]
<<if $bar.shift gte 5>>
<div class="bluetext"><span style="color:blue">You've been doing great work out there! I'd be happy to give you a promotion.</span></div>
[[Get a promotion->Real Promotion]]
<<else>>
<div class="bluetext"><span style="color:blue">I can't say you've worked enough to earn a promotion. If you wanna find someway to motivate me, I'm sure we could work something out.</span></div>
<<if $mc.corruptionlvl gte 2 and $mc.energy gte 10>>
[[Convince him->Convinced Promotion]]
<<elseif $mc.energy lt 10>>
You're too tired to convince him for a promotion.
<<else>>
You're not corrupted enough to convince him.
<</if>>
<</if>>
[[Decide you don't want a promotion->Bar]] <img src="media/images/Outside/Bar/pool.jpg" width="252px" height="336px">
You're playing some pool.
<<if $mc.money gte 20 and $mc.energy gte 5>>
[[Bet $20 with some other players->Bar Pool Bet]]
<<else>>
You're too tired to bet.
<</if>>
[[Stop Playing->Bar]]
<<set $time to $time+1>> <div class="bluetext"><span style="color:blue">I did some numbers and I can get you a ''$10'' raise.</span></div>
[[Thank You!->Bar]]
<<set $bar.shift to 0>>
<<set $bar.promotion to $bar.promotion + 10>>
<<set $bar.promotiontoday to 1>><<if $mc.corruption gte 35>>
<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Bar/blowjob1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Bar/blowjob2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Bar/blowjob3.webp" >
<</if>>
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +5>>
<div class="bluetext"><span style="color:blue">I did some numbers and I can get you a ''$5'' raise.</span></div>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-10 energy''</span>
[[Thank You!->Bar]]
<<set $bar.promotion to $bar.promotion + 5>>
<<set $bar.promotiontoday to 1>>
<<set $mc.energy to $mc.energy - 10>>
<<set $mc.lust to $mc.lust + 35>>
<<else>>
You're not corrupted enough for that.
[[Leave->Bar]]
<</if>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>He took you to the bathroom.
<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Bar/drunk1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Bar/drunk2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Bar/drunk3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
[[Clean Up->Bar]]
<<set $mc.corruption to $mc.corruption +10>>
<<set $mc.energy to $mc.energy - 25>>
<<set $mc.lust to 0>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>><img src="media/images/Outside/Bar/drunksleep.webp" >
<<set $mc.corruption to $mc.corruption - 50>>
<<set $bar.drunk to 0>>
You sober up.
[[Wake Up->Your Room]] <<set $barpoolbet to random(3)>>
<<if $barpoolbet is 0>>
You win!
<span style="color:green">''+20 money''</span>
<<set $mc.money to $mc.money + 20>>
<<elseif $barpoolbet is 1>>
You win!
<span style="color:green">''+20 money''</span>
<<set $mc.money to $mc.money + 20>>
<<elseif $barpoolbet is 2>>
You lost!
<span style="color:green">''-20 money''</span>
<div class="bluetext"><span style="color:blue">If you wanna keep your money follow me into the bathroom and we can play a different game.</span></div>
[[Follow->Bar Pool Bet Lost]]
<<set $mc.money to $mc.money - 20>>
<<elseif $barpoolbet is 3>>
You lost!
<span style="color:green">''-20 money''</span>
<<set $mc.money to $mc.money -20>>
<</if>>
<span style="color:yellow">''-15 energy''</span>
[[Stop Playing->Bar]]
<<set $time to $time+.5>>
<<set $mc.energy to $mc.energy - 15>><<if $mc.corruption gte 5 and $mc.energy gte 10>>
<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Bar/poolbet1.webp" >
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>>
<<elseif $imagechoice is 1>><img src="media/images/Outside/Bar/poolbet2.webp" >
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>
<<elseif $imagechoice is 2>><img src="media/images/Outside/Bar/poolbet3.webp" >
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>>
<</if>>
You got your money back!
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''+100 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+20 money''</span>
<<set $mc.money to $mc.money + 20>>
<<set $mc.corruption to $mc.corruption +10>>
<<set $lust to 0>>
[[Clean Up->Bar]]
<<set $time to $time+.5>>
<<set $mc.energy to $mc.energy - 10>>
<<set $mc.corruption to $mc.corruption + 10>>
<<set $mc.lust to 0>>
<<elseif $mc.energy lte 9>>
You're too tired.
[[Leave->Bar]]
<<else>>
You're not corrupted enough.
[[Leave->Bar]]
<</if>>
<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Bar/mirror1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Bar/mirror2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Bar/mirror3.webp" >
<</if>>
You're checking yourself out in the mirror.
[[Stop Looking->Bar Bathroom]]
<<set $time to $time+.25>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Bar/pee1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Bar/pee2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Bar/pee3.webp" >
<</if>>
You're going to the bathroom.
[[Stop->Bar Bathroom]]
<<set $time to $time+.25>><img src="media/images/Outside/Bar/gloryhole.jpeg" width="550px" height="366px">
You notice that there's a hole that's cutout.
<<if $mccorruptionquest.stage gte 7>>[[Interact with the mysterious hole->Bar Gloryhole Interact]]<</if>>
[[Leave the Stall->Bar Bathroom]]
<<if $mccorruptionquest.stage == 6>>
[[A dick appears through the hole->Quest Blowjob]]
[[A girl walks into the same stall as you->Quest Eat]]<</if>>
<<set $time to $time+.25>>
<img src="media/images/Outside/Bar/gloryhole.webp" >
<span style="color:pink">''+35 lust''</span>
<<if $mc.corruptionlvl gte 2 and $mc.energy gte 10>>
[[Give him a blowjob->Bar Gloryhole Blowjob]]
<<elseif $mc.energy lt 10>>
You're too tired to give a blowjob.
<<else>>
You're not corrupted enough for a blowjob.
<</if>>
<<if $mc.corruptionlvl gte 4 and $mc.energy gte 10>>
[[Have anal sex->Bar Gloryhole Anal]]
<<elseif $mc.energy lt 10>>
You're too tired for anal.
<<else>>
You're not corrupted enough for anal.
<</if>>
<<if $mc.corruptionlvl gte 5 and $mc.energy gte 10>>
[[Have sex->Bar Gloryhole Sex]]
<<elseif $mc.energy lt 10>>
You're too tired for sex.
<<else>>
You're not corrupted enough for sex.
<</if>>
<<if $mc.willpower lt 35 and $mc.energy gte 10 and $mc.corruptionlvl gte 2>>
You don't have to willpower to leave this dick alone.<<else>>[[Leave->Bar Bathroom]]<</if>>
<<set $time to $time+.25>>
<<set $mc.lust to $mc.lust + 35>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Bar/gloryholeblowjob1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Bar/gloryholeblowjob2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Bar/gloryholeblowjob3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-10 energy''</span>
[[Clean Up->Bar Bathroom]]
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.energy to $mc.energy - 10>>
<<set $mc.lust to $mc.lust + 35>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Bar/gloryholeanal1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Bar/gloryholeanal2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Bar/gloryholeanal3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
[[Clean Up->Bar Bathroom]]
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +10>>
<<set $mc.energy to $mc.energy - 25>>
<<set $mc.lust to 0>>
<<set $mccorruptionquest.anal to $mccorruptionquest.anal + 1>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Bar/gloryholesex1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Bar/gloryholesex2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Bar/gloryholesex3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
[[Clean Up->Bar Bathroom]]
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +15>>
<<set $mc.energy to $mc.energy - 25>>
<<set $mc.lust to 0>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>><<if $mc.energy gte 25>>
<img src="media/images/Outside/Gym/workout.webp" >
You're working out by yourself.
<span style="color:yellow">''-20 energy''</span>
<span style="color:orange">''+10 fitness''</span>
[[Go For a Water Break->Water Break Gym]]
[[Stop Working Out->Gym]]
<<set $time to $time+1>>
<<set $mc.fitness to $mc.fitness + 10>>
<<set $mc.energy to $mc.energy - 20>>
<<else>>
You're too tired to workout.
[[Leave->Gym]]
<</if>><<if $mc.energy gte 25>>
<img src="media/images/Outside/Gym/workouttrainer.webp" >
You're working out with a trainer.
[[Tease the Trainer->Flirt Trainer]]
<span style="color:pink">''+20 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:orange">''+15 fitness''</span>
[[Go For a Water Break->Water Break Gym]]
[[Stop Working Out->Gym]]
<<set $time to $time+1>>
<<set $mc.fitness to $mc.fitness + 15>>
<<set $mc.lust to $mc.lust + 5>>
<<set $mc.energy to $mc.energy - 25>>
<<else>>
You're too tired to workout.
[[Leave->Gym]]
<</if>><<if $mc.corruption gte 20>>
<<set $imagechoice to random(2)>>
<<set $gymcounter to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Gym/gymtease1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Gym/gymtease2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Gym/gymtease3.webp" >
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +3>>
<<set $mc.lust to $mc.lust + 35>>
<</if>>
<<set $time to $time+.25>>
<span style="color:purple">''+3 corruption''</span>
<span style="color:pink">''+35 lust''</span>
<<set $mc.fame to $mc.fame + 5>>
<<else>>
You're not corrupted enough.
<</if>>
<<if $mc.corruption gte 25 and $gymcounter is 2>>
<<goto "Gym Encounter">>
<</if>>
[[Stop Teasing->Gym]]
<<set $time to $time+.25>>
<<set $mccorruptionquest.tease to $mccorruptionquest.tease + 1>><<if $mc.corruption gte 20>>
<<set $imagechoice to random(2)>>
<<set $islecounter to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Sping Dubs/tease1.webp" >
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +3>>
<span style="color:purple">''+3 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<<set $mc.fame to $mc.fame + 5>>
<<elseif $imagechoice is 1>><img src="media/images/Outside/Sping Dubs/tease2.webp" >
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +3>>
<span style="color:purple">''+3 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<<set $mc.fame to $mc.fame + 5>>
<<elseif $imagechoice is 2>><img src="media/images/Outside/Sping Dubs/tease3.webp" >
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +3>>
<span style="color:purple">''+3 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<<set $mc.fame to $mc.fame + 5>>
<</if>>
<<set $time to $time+.25>>
<<else>>
You're not corrupted enough.
<</if>>
<<if $mc.corruption gte 25 and $islecounter is 2>>
<<goto "Sping Dubs Encounter">>
<</if>>
<<set $mc.lust to $mc.lust + 35>>
[[Stop Teasing->Sping Dubs]]
<<set $mccorruptionquest.tease to $mccorruptionquest.tease + 1 >><img src="media/images/Outside/Gym/drinkwater.webp" >
You're drinking some water and gained some energy.
<span style="color:yellow">''+10 energy''</span>
<<if $mcitems.plushie gte 1>><span style="color:yellow">''+10 energy (plushie)''</span><</if>>
[[Stop Drinking Water->Gym]]
<<set $time to $time+.25>>
<<set $mc.energy to $mc.energy + 10>>
<<if $mcitems.plushie gte 1>>
<<set $mc.energy to $mc.energy +10>>
<</if>><div class="bluetext"><span style="color:blue">Do you like bacon? Wanna strip?</span></div>
<<if $mc.corruption gte 30 and $mc.energy gte 10>>
[[Sure!(Blowjob)->SpingDubsBlowjob]]<<elseif $mc.energy lt 10>>You're too tired to give a blowjob.
<<else>>You're not corrupted enough to give him a blowjob in Sping Dubs.
<</if>>
<<if $mc.corruption gte 65 and $mc.energy gte 10>>
[[Sure!(Sex)->Sping Dubs Sex]]<<elseif $mc.energy lt 10>>You're too tired to have sex in Sping Dubs.
<<else>>You're not corrupted enough to have sex in Sping Dubs.
<</if>>
[[No Thank You->Sping Dubs]]<<set $spingdubssex to random(2)>>
<<if $spingdubssex is 0>><img src="media/images/Outside/Sping Dubs/blowjob1.webp" >
<div class="purpletext"><span style="color:purple">Shower me with your cum.</span></div>
<<elseif $spingdubssex is 1>><img src="media/images/Outside/Sping Dubs/blowjob2.webp" >
<div class="purpletext"><span style="color:purple">Please cum inside. I don't wanna have to eat boring food.</span></div>
<<elseif $spingdubssex is 2>><img src="media/images/Outside/Sping Dubs/blowjob3.webp" >
<div class="purpletext"><span style="color:purple">Cum on my tits please.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+8 corruption''</span>
<span style="color:pink">''+35 lust''</span>
<<set $mc.fame to $mc.fame + 5>>
[[Leave->Sping Dubs]]
<<set $mc.corruption to $mc.corruption +8>>
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust + 35>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>><<set $spingdubssex to random(2)>>
<<if $spingdubssex is 0>><img src="media/images/Outside/Sping Dubs/sex1.webp" >
<div class="purpletext"><span style="color:purple">Shit I think I heard someone.</span></div>
<div class="bluetext"><span style="color:blue">We're just giving the place more mouths to feed I'm sure they'll understand.</span></div>
<<elseif $spingdubssex is 1>><img src="media/images/Outside/Sping Dubs/sex2.webp" >
<div class="bluetext"><span style="color:blue">How do they not care?</span></div>
<<elseif $spingdubssex is 2>><img src="media/images/Outside/Sping Dubs/sex3.webp" >
<div class="purpletext"><span style="color:purple">I love that we're doing this in public.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<<set $mc.fame to $mc.fame + 5>>
[[Leave->Sping Dubs]]
<<set $mc.corruption to $mc.corruption +10>>
<<set $time to $time+1>>
<<set $mc.lust to 0>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>><div class="bluetext"><span style="color:blue">Are you a boxer? How about you get on your knees and give me two blows to the head?</span></div>
<<if $mc.corruptionlvl gte 2 and $mc.energy gte 10>>
[[Sure!(Blowjob)->GymBlowjob]]
<<elseif $mc.energy lt 10>>You're too tired to give a blowjob.
<<else>>You're not corrupted enough to give him a blowjob in the gym.
<</if>>
<<if $mc.corruptionlvl gte 5 and $mc.energy gte 10>>
[[Sure!(Sex)->GymSex]]
<<elseif $mc.energy lt 10>>You're too tired to have sex.
<<else>>You're not corrupted enough to have sex in the gym.
<</if>><<set $gymsex to random(2)>>
<<if $gymsex is 0>><img src="media/images/Outside/Gym/blowjobtease1.webp" >
<<elseif $gymsex is 1>><img src="media/images/Outside/Gym/blowjobtease2.webp" >
<<elseif $gymsex is 2>><img src="media/images/Outside/Gym/blowjobtease3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<<set $mc.fame to $mc.fame + 5>>
[[Leave->Gym]]
<<set $mc.corruption to $mc.corruption +8>>
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust + 35>>
<<set $mc.energy to $mc.energy - 15>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>><<set $gymsex to random(2)>>
<<if $gymsex is 0>><img src="media/images/Outside/Gym/sextease1.webp" >
<<elseif $gymsex is 1>><img src="media/images/Outside/Gym/sextease2.webp" >
<<elseif $gymsex is 2>><img src="media/images/Outside/Gym/sextease3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<<set $mc.fame to $mc.fame + 5>>
[[Leave->Gym]]
<<set $mc.corruption to $mc.corruption +10>>
<<set $time to $time+1>>
<<set $mc.lust to 0>>
<<set $mc.energy to $mc.energy - 25>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>><img src="media/images/Outside/Gym/gymteasetrainer.webp" >
<div class="purpletext"><span style="color:purple">Do you know any workout to reduce the breast size? Mine is a bit too big to handle.</span></div>
<<if $mc.corruptionlvl gte 2 and $mc.energy gte 10>>
[[Give him a blowjob->GymBlowjobTrainer]]
<<elseif $mc.energy lt 10>>You're too tired to give a blowjob.
<<else>>You're not corrupted enough to give him a blowjob in Sping Dubs.
<</if>>
<<if $mc.corruptionlvl gte 5 and $mc.energy gte 10>>
[[Have sex with him->GymSexTrainer]]
<<elseif $mc.energy lt 10>>You're too tired to have sex.
<<else>>You're not corrupted enough to have sex with your trainer.
<</if>>
[[Stop Teasing->Gym]]
<<set $mccorruptionquest.tease to $mccorruptionquest.tease + 1>><<set $gymsex to random(2)>>
<<if $gymsex is 0>><img src="media/images/Outside/Gym/blowjobteasetrainer1.webp" >
<<elseif $gymsex is 1>><img src="media/images/Outside/Gym/blowjobteasetrainer2.webp" >
<<elseif $gymsex is 2>><img src="media/images/Outside/Gym/blowjobteasetrainer3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<<set $mc.fame to $mc.fame + 5>>
[[Leave->Gym]]
<<set $mc.corruption to $mc.corruption +8>>
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust + 35>>
<<set $mc.energy to $mc.energy - 10>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>><<set $gymsex to random(2)>>
<<if $gymsex is 0>><img src="media/images/Outside/Gym/sexteasetrainer1.webp" >
<<elseif $gymsex is 1>><img src="media/images/Outside/Gym/sexteasetrainer2.webp" >
<<elseif $gymsex is 2>><img src="media/images/Outside/Gym/sexteasetrainer3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+20 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<<set $mc.fame to $mc.fame + 5>>
[[Leave->Gym]]
<<set $mc.corruption to $mc.corruption +20>>
<<set $time to $time+1>>
<<set $mc.lust to 0>>
<<set $mc.energy to $mc.energy - 25>><img src="media/images/Outside/Mall/cafe.jpg" width="263px" height="395px">
You're in one of the most popular places to get food inside of the mall. It's one of the best places to get coffee.
<<if $cafe.job == 0>>
[[Get a job at the cafe->Cafe Interview]]
<<elseif $cafe.work == 0 and $mc.energy gte 40>>
[[Work a shift at the cafe->Cafe Shift]]
<<elseif $cafe.work gt 0>>
You already worked today.
<<if $cafe.promotiontoday == 0>>
[[Ask for a promotion->Cafe Promotion]]<<else>>You already got promoted today.<</if>>
<<else>>
You're too tired
<</if>>
<<if $mc.money gte 15>>[[Coffee - $15|Mall Cafe][$mc.energy to $mc.energy +25, $mc.money to $mc.money - 15]]<<elseif $mc.money lt 15>>You don't have enough money for a coffee. ($15)<</if>>
[[Leave Cafe->Mall]] <img src="media/images/Outside/Mall/electronicsstore.jpg" width="500px" height="333px">
You're in one of your $brother's favorite shops. It has everything from game consoles to phones.
<<if $mcitems.webcam lt 1 and $mc.money gte 295>>[[Webcam - $295|Mall Electronics Store][$mcitems.webcam to $mcitems.webcam +1, $mc.money to $mc.money - 295]] <<elseif $mc.money lt 295>>You don't have enough money for a webcam. ($295)<<else>>You already own a webcam.<</if>>
<<if $mcitems.gamingconsole lt 1 and $mc.money gte 495>>[[Gaming Console (+Willpower Gained and Can Game With People) - $495|Mall Electronics Store][$mcitems.gamingconsole to $mcitems.gamingconsole +1, $mc.money to $mc.money - 495]]<<elseif $mc.money lt 495>>You don't have enough money for a gaming console. ($495)<<else>>You already own a gaming console.<</if>>
[[Leave the electronics store->Mall]]
<<set $time to $time+.25>>
/*
<<if $phone lt 1 and $money gte 895>>[[Phone - $895|Mall Electronics Store][$phone to $phone +1, $money to $money - 895]]<<elseif $money lt 895>>You don't have enough money for a phone. ($895)<<else>>You already own a phone.<</if>>
*/<img src="media/images/Outside/Mall/adultstore.jpg" width="277px" height="416px">
You're in one of the best adult stores in the mall. It has various toys ranging from butt plugs to giant dildos.
<<if $mcitems.dildo lt 1 and $mc.money gte 150>>[[Dildo - $150|Mall Adult Store][$mcitems.dildo to $mcitems.dildo +1, $mc.money to $mc.money - 150]] <<elseif $mc.money lt 150>>You don't have enough money for a dildo. ($150)<<else>>You already own a dildo.<</if>>
<<if $mcitems.ddildo lt 1 and $mc.money gte 200>>[[Canine Dildo - $200|Mall Adult Store][$mcitems.ddildo to $mcitems.ddildo +1, $mc.money to $mc.money - 200]] <<elseif $mc.money lt 200>>You don't have enough money for a canine dildo. ($200)<<else>>You already own a canine dildo.<</if>>
<<if $mcitems.hdildo lt 1 and $mc.money gte 250>>[[Horse Dildo - $250|Mall Adult Store][$mcitems.hdildo to $mcitems.hdildo +1, $mc.money to $mc.money - 250]] <<elseif $mc.money lt 250>>You don't have enough money for a horse dildo. ($250)<<else>>You already own a horse dildo.<</if>>
<<if $mc.money gte 35>>[[Lust Pill - $35|Mall Adult Store][$mc.lust to 100, $mc.money to $mc.money - 35]] <<elseif $mc.money lt 35>>You don't have enough money for a lust pill. ($35)
<</if>>
[[Leave the adult store->Mall]]
<<set $time to $time+.25>><img src="media/images/Outside/Mall/clothingstore.jpg" width="400px" height="600px">
You're inside one of your favorite clothing stores.
<<if $mcitems.croptop lt 1 and $mc.money gte 100>>[[Crop Top (+Corruption Currency Overnight) - $100|Mall Clothing Store][$mcitems.croptop to $mcitems.croptop +1, $mc.money to $mc.money - 100]] <<elseif $mc.money lt 100>>You don't have enough money for a crop top. ($100)<<else>>You already own a crop top.<</if>>
<<if $mcitems.shortshorts lt 1 and $mc.money gte 150>>[[Short Shorts (+Corruption Currency Overnight) - $150|Mall Clothing Store][$mcitems.shortshorts to $mcitems.shortshorts +1, $mc.money to $mc.money - 150]]<<elseif $mc.money lt 150>>You don't have enough money for short shorts. ($150)<<else>>You already own short shorts.<</if>>
''You see a section off in the corner.''
<<if $mcitems.plushie lt 1 and $mc.money gte 200>>[[Plushie (+Energy Gained) - $200|Mall Clothing Store][$mcitems.plushie to $mcitems.plushie +1, $mc.money to $mc.money - 200]]<<elseif $mc.money lt 200>>You don't have enough money for a plushie. ($200)<<else>>You already own a plushie.<</if>>
[[Leave the Clothing Store->Mall]]
<<set $time to $time+.25>><div class="pinktext"><span style="color:pink">So, we need a shift filled. I'm sure that you have all the skills we need. It's fairly simple. ''The base pay is $50 per shift, but you can get a raise after every third shift.'' Sound good?</span></div>
[[Accept Job->Cafe Interview Accept]]
[[Decline Job->Mall Cafe]]<<set $cafegrope to random(2)>>
<<set $cafegropeimage to random(2)>>
<<if $cafegrope is 2>>
<<set $mc.lust to $mc.lust + 25>>
<<if $cafegropeimage is 0>><img src="media/images/Outside/Mall/cafegrope1.webp" >
<<elseif $cafegropeimage is 1>><img src="media/images/Outside/Mall/cafegrope2.webp" >
<<elseif $cafegropeimage is 2>><img src="media/images/Outside/Mall/cafegrope3.webp" >
<</if>>
Someone groped you!
<span style="color:purple">''+1 corruption currency''</span>
<span style="color:pink">''+25 lust''</span>
<<set $mc.corruption to $mc.corruption +1>>
<<else>>
<img src="media/images/Outside/Mall/shift.png" >
You worked a normal shift.
<</if>>
<span style="color:yellow">''-40 energy''</span>
<span style="color:green">''+50 money''</span>
<<if $cafe.promotion gte 1>><span style="color:green">''+$cafe.promotion money''</span><</if>>
[[End Shift->Mall Cafe]]
<<set $cafe.workdays to $cafe.workdays +1>>
<<set $time to $time +7>>
<<set $mc.money to $mc.money + (50 + $cafe.promotion)>>
<<set $cafe.work to 1>>
<<set $mc.energy to $mc.energy - 40>><<if $cafe.workdays gte 3>>
<div class="pinktext"><span style="color:pink">You serve coffee like a pro! I'd love to give you a promotion.</span></div>
[[Get a promotion->Cafe Real Promotion]]
<<else>>
<div class="pinktext"><span style="color:pink">You haven't worked enough for me to give you a promotion. Wanna work something out?</span></div>
<<if $mc.corruption gte 35 and $mc.energy gte 10>>
[[Convince her->Cafe Convinced Promotion]]
<<elseif $mc.energy lt 10>>
You're too tired to convince her for a promotion.
<<else>>
You're not corrupted enough to convince her.
<</if>>
<</if>>
[[Decide you don't want a promotion->Mall Cafe]] <<set $cafe.job to 1>>
<<goto "Mall Cafe">><div class="pinktext"><span style="color:pink">With everything accounted for I can give you a ''$10'' raise.</span></div>
[[Thank You!->Mall Cafe]]
<<set $cafe.promotion to $cafe.promotion + 10>>
<<set $cafe.promotiontoday to 1>>
<<set $cafe.workdays to 0>><<if $mc.corruptionlvl gte 2>>
<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Mall/promotion1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Mall/promotion2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Mall/promotion3.webp" >
<</if>>
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +8>>
<div class="pinktext"><span style="color:pink">After that I can give you a ''$5'' raise.</span></div>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>
[[Thank You!->Mall Cafe]]
<<set $cafe.promotion to $cafe.promotion + 5>>
<<set $cafe.promotiontoday to 1>>
<<set $mc.energy to $mc.energy - 10>>
<<set $mc.lust to 0>>
<<else>>
You're not corrupted enough for that.
[[Leave->Bar]]
<</if>>
<img src="media/images/House/Upstairs/Your Room/gamingconsolesolo.webp">
Your $brother.name is playing games with you.
<<if $mc.corruption gte 5 and $mc.energy gte 10>>
[[Tease Him->Brother Tease Gaming]]<<elseif $mc.corruption lt 5>>You're not corrupted enough to tease him.<<else>>You're too tired to tease him.<</if>>
<<if $mc.lust gte 40>>
<<if $mc.corruption gte 20 and $brother.corruption gte 10>>[[Give your him a handjob->Brother Handjob Gaming]]<<elseif $brother.corruption lt 10>>He's not corrupted enough for a handjob.<<elseif $mc.corruption lt 20>>You're not corrupted enough to give him a handjob.<<else>>You're too tired to give him a handjob.<</if>>
<<if $mc.corruption gte 90 and $brother.corruption gte 50>>[[Give your him a blowjob->Brother Blowjob Gaming]]<<elseif $brother.corruption lt 50>>He's not corrupted enough for a blowjob.<<else>>You're not corrupted enough to give him a blowjob.<</if>>
<<if $mc.corruption gte 350 and $brother.corruption gte 280>>[[Have sex->Brother Sex Gaming]]<<elseif $brother.corruption lt 280>>He's not corrupted enough for sex.<<else>>You're not corrupted enough to have sex with him.<</if>>
<<else>>You're not horny enough to do anything with your $brother.name.
<</if>>
[[Stop gaming->Your Room]]
<<set $time to $time+1>>You're on a camgirl website that you heard about from while you were watching porn.
<<if $cam.job lte 0>>[[Apply to be a Camgirl->Camgirl Apply]]<</if>>
<<if $cam.job gte 1>>[[Work as a Camgirl->Camgirl Work]]<</if>>
[[Exit the Website->Laptop]] <img src="media/images/House/Upstairs/Your Room/gamingconsolesoloo.webp">
You played video games on your gaming console for awhile to calm your mind.
<<if $mcitems.gamingconsole == 0>><span style="color:red">''+10 willpower''</span><</if>><<if $mcitems.gamingconsole gte 1>><span style="color:red">''+20 willpower''</span><</if>>
Should you ask your $brother.name to game with you?
[[Ask Him->Game with Brother]]
[[Stop->Your Room]]
<<set $time to $time+1>>
<<set $mc.willpower to $mc.willpower +10>>
<<if $mcitems.gamingconsole gte 1>>
<<set $mc.willpower to $mc.willpower +10>>
<</if>><<if $mc.energy gte 15>>
<<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/brotherhandjob1.webp" >
<div class="bluetext"><span style="color:blue">I'm trying to ride a horse here.</span></div>
<div class="purpletext"><span style="color:purple">Yeah and that's why I'm not riding you.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/brotherhandjob2.webp" >
<div class="purpletext"><span style="color:purple">Topping the leaderboard must be exhausting, let me help.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/brotherhandjob3.webp" >
<div class="purpletext"><span style="color:purple">I see you stopped playing for me.</span></div>
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Your Room/brotherhandjob4.webp" >
<div class="purpletext"><span style="color:purple">I'm here to help you relax.</span></div>
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Your Room/brotherhandjob5.webp" >
<div class="purpletext"><span style="color:purple">Your gamer girl is ready for the potion.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''+5 corruption''</span>
<span style="color:blue">''-100 lust''</span>
<<set $brother.corruption to $brother.corruption +5>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mc.lust to $mc.lust +35>>
<<else>>You're too tired,
<</if>>
[[Clean Up->Your Room]]<<if $mc.energy gte 15>>
<<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/brotherblowjob1.webp" >
<div class="bluetext"><span style="color:blue">You keep losing, want a tip?</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/brotherblowjob2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/brotherblowjob3.webp" >
<div class="purpletext"><span style="color:purple">I'm here to service you.</span></div>
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Your Room/brotherblowjob4.webp" >
<div class="bluetext"><span style="color:blue">I bet ''you'' don't get head while gaming, probably why you're getting destroyed.</span></div>
<div class="bluetext"><span style="color:red">Whatever bro I just got this game.</span></div>
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Your Room/brotherblowjob5.webp" >
<div class="purpletext"><span style="color:purple">omg finally</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''+5 corruption''</span>
<span style="color:blue">''-100 lust''</span>
<<set $brother.corruption to $brother.corruption +5>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mc.lust to $mc.lust +35>>
<<else>>You're too tired,
<</if>>
[[Clean Up->Your Room]]<<if $mc.energy gte 25>>
<<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/brothersex1.webp" >
<div class="purpletext"><span style="color:purple">I love it when you fill me up.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/brothersex2.webp" >
<div class="purpletext"><span style="color:purple">I can't tell if this is helping or if I'm doing worse.</span></div>
<div class="bluetext"><span style="color:blue">When I'm done you'll have a whole army behind you.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/brothersex3.webp" >
<div class="purpletext"><span style="color:purple">Nerf this pussy bitch.</span></div>
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Your Room/brothersex4.webp" >
<div class="purpletext"><span style="color:purple">You knocked my headphones off..</span></div>
<div class="bluetext"><span style="color:blue">Sorry, want me to go slower?</span></div>
<div class="purpletext"><span style="color:purple">Please don't.</span></div>
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Your Room/brothersex5.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:blue">''+10 corruption''</span>
<span style="color:blue">''-100 lust''</span>
<<set $brother.corruption to $brother.corruption +10>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +10>>
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -25>>
<<set $mc.lust to 0>>
<<else>>You're too tired.
<</if>>
[[Clean Up->Your Room]]<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/brothertease1.webp" >
<div class="purpletext"><span style="color:purple">Take that bitch!</span></div>
<div class="bluetext"><span style="color:blue">Sweating that much must be exhausting.</span></div>
<div class="purpletext"><span style="color:purple">Yeah I need to air out after destroying you.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/brothertease2.webp" >
<div class="purpletext"><span style="color:purple">Hey check this out.</span></div>
<div class="bluetext"><span style="color:blue">Stop distracting me.</span></div>
<div class="purpletext"><span style="color:purple">The quicker you die the quicker I get to play.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/brothertease3.webp" >
<div class="purpletext"><span style="color:purple">I need to stretch after gaming so much.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+1 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:blue">''+1 corruption''</span>
<span style="color:blue">''+35 lust''</span>
[[Stop Teasing Him->Your Room]]
<<set $mc.lust to $mc.lust +35>>
<<set $mc.corruption to $mc.corruption +1>>
<<set $brother.corruption to $brother.corruption +1>>
<<set $brother.lust to $brother.lust +35>>''Welcome to our camgirl website! Wanna be a cam girl? Apply here!''
[[Become a camgirl->Camgirl apply accept]]
[[Decide against it->Laptop]] <img src="media/images/House/Upstairs/Your Room/camgirl.webp">
''Current Followers: $cam.followers''
''Non-Nude''<<if $mc.corruptionlvl gte 1>>
[[Ahegao->Agegao]]
[[Jiggle Your Ass->Ass Jiggle]]
[[Jiggle Your Tits->Tits Jiggle]]
[[Play With Your Ass->Ass Play]]
[[Play With Your Tits->Tits Play]]
<<else>>
You're not corrupted enough<</if>>
''Semi-Nude''<<if $mc.corruptionlvl gte 2>>
[[Strip to your Underwear->Underwear Strip]]
[[Jiggle Your Ass->Underwear Ass Jiggle]]
[[Jiggle Your Tits->Underwear Tits Jiggle]]
[[Play With Your Ass->Underwear Ass Play]]
[[Play With Your Tits->Underwear Tits Play]]
<<else>>
You're not corrupted enough.<</if>>
''Nude''<<if $mc.corruptionlvl gte 3>>
[[Strip Completely Nude->Nude Strip]]
[[Jiggle Your Ass->Nude Ass Jiggle]]
[[Jiggle Your Tits->Nude Tits Jiggle]]
[[Rub Your Pussy->Pussy Rub]]
[[Finger Your Pussy->Pussy Finger]]
[[Orgasm->Finger Orgasm]]
<<else>>
You're not corrpted enough.<</if>>
''Toys''<<if $mc.corruptionlvl gte 4>>
<<if $mcitems.dildo gte 1>>[[Dildo->Dildo]]<</if>>
<<if $mcitems.ddildo gte 1>>[[Canine Dildo->Canine Dildo]]<</if>>
<<if $mcitems.hdildo gte 1>>[[Horse Dildo->Horse Dildo]]<</if>>
<<else>>
You're not corrupted enough.<</if>>
[[Close the Website->Laptop]]
<<set $mc.money to $mc.money + 5>>
<<set $time to $time + .5>><<set $cam.job to 1>>
<<goto "Camming">><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/assjiggle1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/assjiggle2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/assjiggle3.webp" >
<</if>>
<span style="color:purple">''+3 corruption currency''</span>
<span style="color:pink">''+10 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 7>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 3>>
<<set $mc.lust to $mc.lust + 10>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/titsplay1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/titsplay2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/titsplay3.webp" >
<</if>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+10 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 12>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 5>>
<<set $mc.lust to $mc.lust + 10>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/assplay1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/assplay2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/assplay3.webp" >
<</if>>
<span style="color:purple">''+3 corruption currency''</span>
<span style="color:pink">''+10 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 12>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 3>>
<<set $mc.lust to $mc.lust + 10>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/strip1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/strip2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/strip3.webp" >
<</if>>
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+10 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 15>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 8>>
<<set $mc.lust to $mc.lust + 10>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/underwearassjiggle1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/underwearassjiggle2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/underwearassjiggle3.webp" >
<</if>>
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+10 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 20>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 8>>
<<set $mc.lust to $mc.lust + 10>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/underweartitsjiggle1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/underweartitsjiggle2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/underweartitsjiggle3.webp" >
<</if>>
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+10 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 25>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 8>>
<<set $mc.lust to $mc.lust + 10>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/underwearassplay1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/underwearassplay2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/underwearassplay3.webp" >
<</if>>
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+10 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 28>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 8>>
<<set $mc.lust to $mc.lust + 10>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/underweartitsplay1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/underweartitsplay2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/underweartitsplay3.webp" >
<</if>>
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+10 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 29>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 8>>
<<set $mc.lust to $mc.lust + 10>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/ahegao1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/ahegao2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/ahegao3.webp" >
<</if>>
<span style="color:purple">''+2 corruption currency''</span>
<span style="color:pink">''+5 lust''</span>
<span style="color:yellow">''-5 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 5>>
<<set $mc.energy to $mc.energy -5>>
<<set $mc.corruption to $mc.corruption + 2>>
<<set $mc.lust to $mc.lust + 5>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/nudeassjiggle1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/nudeassjiggle2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/nudeassjiggle3.webp" >
<</if>>
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''+10 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 32>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 10>>
<<set $mc.lust to $mc.lust + 10>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/nudetitsjiggle1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/nudetitsjiggle2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/nudetitsjiggle3.webp" >
<</if>>
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''+10 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 34>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 10>>
<<set $mc.lust to $mc.lust + 10>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/pussyrub1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/pussyrub2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/pussyrub3.webp" >
<</if>>
<span style="color:purple">''+12 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 36>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 12>>
<<set $mc.lust to 0>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/pussyfinger1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/pussyfinger2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/pussyfinger3.webp" >
<</if>>
<span style="color:purple">''+12 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 38>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 12>>
<<set $mc.lust to 0>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/orgasm1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/orgasm2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/orgasm3.webp" >
<</if>>
<span style="color:purple">''+12 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 40>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 12>>
<<set $mc.lust to 0>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/stripnude1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/stripnude2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/stripnude3.webp" >
<</if>>
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''+10 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 30>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 10>>
<<set $mc.lust to $mc.lust + 10>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/titsjiggle1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/titsjiggle2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/titsjiggle3.webp" >
<</if>>
<span style="color:purple">''+3 corruption currency''</span>
<span style="color:pink">''+10 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 7>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 3>>
<<set $mc.lust to $mc.lust + 10>><img src="media/images/House/Upstairs/Your Room/cumyogapants.jpg">
<<set $brother.yogapantscum to 1>>
Your wall with a beautifully stunning picture from when you got cum on your yoga pants.
[[Stop looking at the picture->Your Room]] <<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Kitchen/brothersex1.webp" >
<div class="purpletext"><span style="color:purple">Imagine we got caught.</span></div>
<div class="bluetext"><span style="color:blue">They'd be a bunch of cucks.</span></div>
<div class="purpletext"><span style="color:purple">Maybe we could let them join?</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Kitchen/brothersex2.webp" >
<div class="purpletext"><span style="color:purple">You're making my snack for later.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Kitchen/brothersex3.webp" >
<div class="purpletext"><span style="color:purple">Please cum inside my pussy. I've been needing this.</span></div>
<div class="bluetext"><span style="color:blue">Don't have to ask me again.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">+10 corruption currency</span>
<span style="color:pink">-100 lust</span>
<span style="color:blue">+10 corruption</span>
<span style="color:blue">-100 lust</span>
[[Clean Up->Kitchen]]
<<set $brother.corruption to $brother.corruption +10>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption + 10>>
<<set $mc.lust to 0>>
<div class="purpletext"><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/dildo1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/dildo2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/dildo3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Your Room/dildo4.webp" >
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Your Room/dildo5.webp" >
<</if>>
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 45>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 15>>
<<set $mc.lust to 0>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/hdildo1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/hdildo2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/hdildo3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Your Room/hdildo4.webp" >
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Your Room/hdildo5.webp" >
<</if>>
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 45>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 15>>
<<set $mc.lust to 0>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/ddildo1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/ddildo2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/ddildo3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Your Room/ddildo4.webp" >
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Your Room/ddildo5.webp" >
<</if>>
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:green">''+money''</span>
[[Stop->Camgirl Work]]
<<set $mc.money to $mc.money + .5 * $cam.followers>>
<<set $time to $time + 2>>
<<set $cam.followers to $cam.followers + 45>>
<<set $mc.energy to $mc.energy -10>>
<<set $mc.corruption to $mc.corruption + 15>>
<<set $mc.lust to 0>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/MasturbateDildo1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/MasturbateDildo2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/MasturbateDildo3.webp" >
<</if>>
<<set $mc.corruption to $mc.corruption +3>>
<<set $mc.energy to $mc.energy -10>>
<<set $time to $time+1>>
<<set $mc.lust to 0>>
<span style="color:purple">''+3 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-10 energy''</span>
[[Clean Up->Watch Porn]]<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/MasturbateDDildo1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/MasturbateDDildo2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/MasturbateDDildo3.webp" >
<</if>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.energy to $mc.energy -10>>
<<set $time to $time+1>>
<<set $mc.lust to 0>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-10 energy''</span>
[[Clean Up->Watch Porn]]<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Your Room/MasturbateHDildo1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Your Room/MasturbateHDildo2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Your Room/MasturbateHDildo3.webp" >
<</if>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.energy to $mc.energy -10>>
<<set $time to $time+1>>
<<set $mc.lust to 0>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-10 energy''</span>
[[Clean Up->Watch Porn]]<img src="media/images/Outside/Big Park/WaterFountain.jpg" width="592px" height="393px">
You're standing at a wonderful water fountain. The city put a lot of work into it and it shows.
<img src="media/images/Outside/Big Park/names.jpg" width="667px" height="444px">
''You also see a signpost made out of gold with names on it.''
<div class="goldtext"><span style="color:gold">Jose Sanchez
</span></div>
<<if $mc.energy gte 15 and $mc.corruptionlvl gte 3>>
[[There's a dildo stuck on the signpost->Dildo Sign]]<<elseif $corruption lte 45>>You're not corrupted enough to use a dildo out in public.<<else>>You're too tired to masturbate.<</if>>
[[Stop Looking->Big Park]] <<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Big Park/dildowall1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Big Park/dildowall2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Big Park/dildowall3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<<set $mc.fame to $mc.fame + 5>>
[[Stop Masturbating->Water Fountain]]
<<set $mc.corruption to $mc.corruption +10>>
<<set $mc.energy to $mc.energy -10>>
<<set $time to $time+1>>
<<set $mc.lust to 0>>
<img src="media/images/Outside/Park/parkbench.jpeg" width="263px" height="375px">
You're resting on the park bench and gained some energy.
<<set $time to $time+1>>
//<<set $parksleep to random(4)>>
//<<if $parksleep is 4 and $gun lt 1 and $pepperspray lt 1>>
// <<goto "Big Park Sleep">>
//<<elseif $pepperspay gte 1>>
// <<set $pepperspray to $pepperspray - 1>>
//<</if>>
<span style="color:yellow">''+20 energy''</span>
<<if $mcitems.plushie gte 1>><span style="color:yellow">''+10 energy (plushie)''</span><</if>>
[[Leave->Big Park]]
<<set $mc.energy to $mc.energy + 20>>
<<if $mcitems.plushie gte 1>>
<<set $mc.energy to $mc.energy +10>>
<</if>><<if $mc.energy gte 20>>
You're going for a walk on the park trail. You feel more fit.
<<set $parkwalk to random(2)>>
<<set $mc.fitness to $mc.fitness + 5>>
<<set $mc.energy to $mc.energy - 20>>
<<set $time to $time+1>>
<<if $parkwalk is 0>><img src="media/images/Outside/Big Park/walk1.webp" >
<<elseif $parkwalk is 1>><img src="media/images/Outside/Big Park/walk2.webp" >
<<elseif $parkwalk is 2>><img src="media/images/Outside/Big Park/walk3.webp" >
<</if>>
<span style="color:yellow">''-20 energy''</span>
<span style="color:orange">''+5 fitness''</span>
<<else>>
You're too tired.
<</if>>
[[Stop Walking->Big Park]] <img src="media/images/Outside/Bar/bathroom.jpg" width="500px" height="333px">
You're in the park bathroom.
<<if $mc.corruptionlvl gte 2>>[[Walk to the last stall->Park Gloryhole]]<</if>>
[[Go to the bathroom->Big Park Go To The Bathroom]]
<<set $bigparkencounter to random(4)>>
<<if $bigparkencounter is 0>><span style="color:blue">You’re so sexy, my zipper is falling for you.</span>
<<if $mc.corruptionlvl gte 5>>[[Have sex with the stranger->Big Park Bathroom Sex Guy]]<</if>>
<<elseif $bigparkencounter is 1>><span style="color:pink">I can’t taste my cherry lip gloss! Can you give it a try?</span>
<<if $mc.corruptionlvl gte 5>>[[Have sex with the stranger->Big Park Bathroom Sex Girl]]<</if>>
<<else>>
<</if>>
<<if $mccorruptionquest.stage == 3>>
[[Find someone to give a handjob to->Quest Handjob]]
[[Find someone to finger->Quest Finger]]
<</if>>
[[Leave->Big Park]] You fell asleep and someone took advantage of you.
<<set $sleepadvantage to random(2)>>
<<if $sleepadvantage is 0>><img src="media/images/Outside/Park/sleep1.webp" >
<<elseif $sleepadvantage is 1>><img src="media/images/Outside/Park/sleep2.webp" >
<<elseif $sleepadvantage is 2>><img src="media/images/Outside/Park/sleep3.webp" >
<</if>>
<<set $mc.willpower to $mc.willpower - 10>>
<span style="color:red">''-10 willpower''</span>
[[Wake Up->Big Park]] <img src="media/images/Outside/Bar/gloryhole.jpeg" width="550px" height="366px">
You notice that there's a hole that's cutout.
[[Interact with the mysterious hole->Big Park Gloryhole Interact]]
[[Leave the Stall->Bathroom Big Park]]
<<set $time to $time+.25>>
<img src="media/images/Outside/Big Park/gloryholeinteract.webp" >
<span style="color:pink">''+25 lust''</span>
<<if $mc.corruptionlvl gte 2 and $mc.energy gte 15>>
[[Give him a blowjob->Big Park Gloryhole Blowjob]]
<<elseif $mc.energy lt 15>>
You're too tired to give a blowjob.
<<else>>
You're not corrupted enough for a blowjob.
<</if>>
<<if $mc.corruptionlvl gte 4 and $mc.energy gte 25>>
[[Have anal sex->Big Park Gloryhole Anal]]
<<elseif $mc.energy lt 25>>
You're too tired for anal.
<<else>>
You're not corrupted enough for anal.
<</if>>
<<if $mc.corruptionlvl gte 5 and $mc.energy gte 25>>
[[Have sex->Big Park Gloryhole Sex]]
<<elseif $mc.energy lt 25>>
You're too tired for sex.
<<else>>
You're not corrupted enough for sex.
<</if>>
<<if $mc.willpower lt 35 and $mc.energy gte 10 and $mc.corruptionlvl gte 2>>
You don't have the willpower to leave this dick alone.<<else>>[[Leave->Bathroom Big Park]]<</if>>
<<set $time to $time+.25>>
<<set $mc.lust to $mc.lust + 25>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Big Park/sexguy1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Big Park/sexguy2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Big Park/sexguy3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-20 energy''</span>
<<set $mc.fame to $mc.fame + 5>>
[[Clean Up->Bathroom Big Park]]
<<set $mc.corruption to $mc.corruption +10>>
<<set $mc.energy to $mc.energy - 20>>
<<set $mc.lust to 0>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Big Park/sexgirl1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Big Park/sexgirl2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Big Park/sexgirl3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-20 energy''</span>
<<set $mc.fame to $mc.fame + 5>>
[[Clean Up->Bathroom Big Park]]
<<set $mc.corruption to $mc.corruption +10>>
<<set $mc.energy to $mc.energy - 20>>
<<set $mc.lust to 0>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Big Park/gloryholeblowjob1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Big Park/gloryholeblowjob2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Big Park/gloryholeblowjob3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
[[Clean Up->Bathroom Big Park]]
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.energy to $mc.energy - 15>>
<<set $mc.lust to $mc.lust + 35>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Big Park/gloryholeanal1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Big Park/gloryholeanal2.webp" >
Someone joined you.
<<elseif $imagechoice is 2>><img src="media/images/Outside/Big Park/gloryholeanal3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
[[Clean Up->Bathroom Big Park]]
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +10>>
<<set $mc.energy to $mc.energy - 25>>
<<set $mc.lust to 0>>
<<set $mccorruptionquest.anal to $mccorruptionquest.anal + 1>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Big Park/gloryholesex1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Big Park/gloryholesex2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Big Park/gloryholesex3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+25 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
[[Clean Up->Bathroom Big Park]]
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +10>>
<<set $mc.energy to $mc.energy - 25>>
<<set $mc.lust to 0>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>><<linkreplace "Your hear moaning in the master bedroom.">>
<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Parent's Room/parentssex1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Parent's Room/parentssex2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Parent's Room/parentssex3.webp" >
<</if>>
Your $mother.name and $father.name are having sex!
<span style="color:pink">''+40 lust''</span>
[[Masturbate->Parents Sex Masturbate]]
<<set $mc.lust to $mc.lust + 40>>
<</linkreplace>>
[[Leave->house]]
<<set $father.lust to 0>>
<<set $mother.lust to 0>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Parent's Room/spyingsolomasturbate1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Parent's Room/spyingsolomasturbate2.webp" >
Your $brother.name started watching with you and you're too horny to think. <<set $brother.corruption to $brother.corruption + 10>><<set $brother.lust to 0>>
<span style="color:blue">''+10 corruption''</span>
<span style="color:blue">''-100 lust''</span>
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Parent's Room/spyingsolomasturbate3.webp" >
<</if>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.energy to $mc.energy -10>>
<<set $time to $time+1>>
<<set $mc.lust to 0>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-10 energy''</span>
[[Clean Up->house]]<img src="media/images/Outside/Treatment Center/therapy.jpg" width="595px" height="397px">
You cried your eyes out to the therapist. He helped you through your struggles and you feel better.
<span style="color:green">''-150 money''</span>
<span style="color:red">''+100 willpower''</span>
[[Leave->Treatment Center]]
<<set $time to $time+2>>
<<set $mc.willpower to 100>>
<<set $mc.money to $mc.money - 150>><<if $mc.energy gte 25>>[[Normal Photo Shoot->Normal Photo Shoot]]<<else>>You're too tired for a normal photo shoot.<</if>>
<<if $mc.corruptionlvl gte 2 and $mc.energy gte 25>>[[Underwear Photo Shoot->Underwear Photo Shoot]]<<elseif $energy lt 25>>You're too tired for an underwear photo shoot.<<else>>You're not corrupted enough for an underwear photo shoot<</if>>
<<if $mc.corruptionlvl gte 3 and $mc.energy gte 25>>[[Nude Photo Shoot->Nude Photo Shoot]]<<elseif $energy lt 25>>You're too tired for a nude photo shoot.<<else>>You're not corrupted enough for a nude photo shoot<</if>>
[[Leave->Photo Studio]]
<<set $time to $time+.25>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Photo Studio/normal1.jpg" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Photo Studio/normal2.jpg" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Photo Studio/normal3.jpg" >
<<elseif $imagechoice is 3>><img src="media/images/Outside/Photo Studio/normal4.jpg" >
<<elseif $imagechoice is 4>><img src="media/images/Outside/Photo Studio/normal5.png" >
<</if>>
You had a lovely time while taking photos.
<span style="color:yellow">''-40 energy''</span>
<span style="color:green">''+28 money''</span>
[[Stop taking photos->Photo Studio]]
<<set $mc.energy to $mc.energy - 25>>
<<set $mc.money to $mc.money +28>>
<<set $time to $time + 3.5>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Photo Studio/nude1.png" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Photo Studio/nude2.jpg" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Photo Studio/nude3.jpg" >
<<elseif $imagechoice is 3>><img src="media/images/Outside/Photo Studio/nude4.jpg" >
<<elseif $imagechoice is 4>><img src="media/images/Outside/Photo Studio/nude5.jpg" >
<</if>>
You had an amazing time while taking photos.
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:yellow">''-40 energy''</span>
<span style="color:green">''+40 money''</span>
------------------------------------------------------------------------------------------------
<<set $photostudioencounter to random (2)>>
<<if $photostudioencounter is 2>><span style="color:blue">Wow you look stunning. What do you say we go into a dark room and see what develops?</span>
<<if $mc.corruptionlvl gte 5 and $mc.energy gte 20>>[[Sure!->Photography Encounter]]<<elseif $mc.energy lt 20>>You're too tired.<<else>>You're not corrupted enough.<</if>>
<<if $mc.willpower lt 35 and $mc.corruptionlvl gte 5>>You don't have the willpower to say no.<<else>>[[No Thanks->Photo Studio]]<</if>>
<</if>>
[[Stop taking photos->Photo Studio]]
<<set $mc.energy to $mc.energy - 25>>
<<set $mc.money to $mc.money +40>>
<<set $time to $time + 3.5>>
<<set $mc.corruption to $mc.corruption + 8>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Photo Studio/underwear1.jpg" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Photo Studio/underwear2.jpg" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Photo Studio/underwear3.jpg" >
<<elseif $imagechoice is 3>><img src="media/images/Outside/Photo Studio/underwear4.jpg" >
<<elseif $imagechoice is 4>><img src="media/images/Outside/Photo Studio/underwear5.jpg" >
<</if>>
You had a wonderful time while taking photos.
<span style="color:purple">''+3 corruption currency''</span>
<span style="color:yellow">''-40 energy''</span>
<span style="color:green">''+35 money''</span>
------------------------------------------------------------------------------------------------
<<set $photostudioencounter to random (2)>>
<<if $photostudioencounter is 2>><div class="bluetext"><span style="color:blue">Wow you look stunning. What do you say we go into a dark room and see what develops?</span></div>
<<if $mc.corruptionlvl gte 5 and $mc.energy gte 20>>[[Sure!->Photography Encounter]]<<elseif $mc.energy lt 20>>You're too tired.<<else>>You're not corrupted enough.<</if>>
<<if $mc.willpower lt 35 and $mc.corruptionlvl gte 5>>You don't have the willpower to say no.<<else>>[[No Thanks->Photo Studio]]<</if>>
<</if>>
[[Stop taking photos->Photo Studio]]
<<set $mc.energy to $mc.energy - 45>>
<<set $mc.money to $mc.money +35>>
<<set $time to $time + 3.5>>
<<set $mc.corruption to $mc.corruption + 3>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Photo Studio/sex1.webp" >
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>>
<<elseif $imagechoice is 1>><img src="media/images/Outside/Photo Studio/sex2.webp" >
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>
<<elseif $imagechoice is 2>><img src="media/images/Outside/Photo Studio/sex3.webp" >
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>>
<<elseif $imagechoice is 3>><img src="media/images/Outside/Photo Studio/sex4.webp" >
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>
<<elseif $imagechoice is 4>><img src="media/images/Outside/Photo Studio/sex5.webp" >
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-20 energy''</span>
[[Clean Up->Photo Studio]]
<<set $mc.energy to $mc.energy - 20>>
<<set $time to $time + 1>>
<<set $mc.corruption to $mc.corruption + 10>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Beach/walk1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Beach/walk3.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Beach/walk2.webp" >
<</if>>
<span style="color:yellow">''-20 energy''</span>
<span style="color:orange">''+5 fitness''</span>
[[Stop Walking->Beach]]
<<set $time to $time+.75>>
<<set $mc.fitness to $mc.fitness + 5>>
<<set $mc.energy to $mc.energy - 20>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Beach/sunbathe1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Beach/sunbathe3.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Beach/sunbathe2.webp" >
<</if>>
<span style="color:yellow">''+20 energy''</span>
[[Stop Sunbathing->Beach]]
<<set $time to $time+.5>>
<<set $energy to $energy + 20>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Beach/swim1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Beach/swim3.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Beach/swim2.webp" >
<</if>>
<span style="color:yellow">''-20 energy''</span>
<span style="color:orange">''+5 fitness''</span>
[[Stop Walking->Beach]]
<<set $time to $time+.75>>
<<set $mc.fitness to $mc.fitness + 5>>
<<set $mc.energy to $mc.energy - 20>><img src="media/images/Outside/Beach/nudebeach.webp">
You're at the nude beach.
[[Look around->Nude Beach Look Around]]
[[Tease->Nude Beach Tease]]
<<if $mc.corruptionlvl gte 5>>[[Flirt with someone swimming->Swim Nude Beach]]<<else>>You're not corrupted enough to flirt with someone swimming.<</if>>
[[Leave->Beach]]
<<set $time to $time+.25>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Beach/lookaround1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Beach/lookaround2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Beach/lookaround3.webp" >
<</if>>
<span style="color:pink">''+35 lust''</span>
[[Stop Looking->Nude Beach]]
<<set $time to $time+.5>>
<<set $mc.lust to $mc.lust + 35>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Beach/tease1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Beach/tease2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Beach/tease3.webp" >
<</if>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<<set $mc.fame to $mc.fame + 5>>
<<set $beachencounter to random(1)>>
<<if $beachencounter is 1>>
<div class="bluetext"><span style="color:blue">Are you the deep end? Because I’m ready to dive right in.</span></div>
<<if $mc.corruptionlvl gte 5>>[[Have sex->Nude Beach sex]]<</if>>
<<if $mc.willpower gte 35 and $mc.corruptionlvl gte 5>>[[No thank you->Nude Beach]]<<elseif $mc.willpower lt 35 and $mc.corruptionlvl gte 5>>You don't have the willpower to say no.<<else>>[[No thanks->Nude Beach]]<</if>>
<</if>>
<<if $beachencounter is 0>>
[[Stop Teasing->Nude Beach]]<</if>>
<<set $time to $time+.5>>
<<set $mc.lust to $mc.lust + 35>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mccorruptionquest.tease to $mccorruptionquest.tease + 1>><img src="media/images/Outside/Beach/flirt.webp">
<div class="purpletext"><span style="color:purple">Are we on the same wave? Because I feel a connection.</span></div>
[[Have sex->Swim Nude Beach Sex]]
[[Stop Flirting->Nude Beach]]
<<set $time to $time +.25>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Beach/sex1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Beach/sex2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Beach/sex3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/Outside/Beach/sex4.webp" >
<<elseif $imagechoice is 4>><img src="media/images/Outside/Beach/sex5.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+20 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<<set $mc.fame to $mc.fame + 5>>
[[Clean Up->Nude Beach]]
<<set $mc.corruption to $mc.corruption +20>>
<<set $mc.lust to 0>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Beach/swimsex1.webp" >
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>
<<elseif $imagechoice is 1>><img src="media/images/Outside/Beach/swimsex2.webp" >
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>>
<<elseif $imagechoice is 2>><img src="media/images/Outside/Beach/swimsex3.webp" >
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>>
<<elseif $imagechoice is 3>><img src="media/images/Outside/Beach/swimsex4.webp" >
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>>
<<elseif $imagechoice is 4>><img src="media/images/Outside/Beach/swimsex5.webp" >
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<<set $mc.fame to $mc.fame + 5>>
[[Clean Up->Nude Beach]]
<<set $mc.corruption to $mc.corruption +15>>
<<set $mc.lust to 0>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Bar/pee1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Bar/pee2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Bar/pee3.webp" >
<</if>>
You're going to the bathroom.
[[Stop->Bathroom Big Park]]
<<set $time to $time+.25>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/horny1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/horny2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/horny3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
[[Clean Up->Outside]]
<<set $time to $time + .5>>
<<set $mc.corruption to $mc.corruption + 10>>
<<set $mc.lust to 0>><img src="media/images/House/Main Floor/Living Room/watch.webp">
You're watching T.V.
<span style="color:red">''+willpower''</span>
[[Turn on a porn channel->Porn Channel]]
[[Stop Watching->Living Room]]
<<set $time to $time +.5>>
<<set $willpower to $willpower +5>>
<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/porn1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/porn2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/porn3.webp" >
<</if>>
<span style="color:pink">''+35 lust''</span>
<<set $encounter to random (12)>>
<<if $encounter is 0>>
Your $brother.name joined you.
<span style="color:blue">''+35 lust''</span><<set $brother.lust to $brother.lust + 35>>
<<if $brother.corruption gte 50 and $mc.corruptionlvl gte 2>>[[Give him a blowjob->Living Room Brother Blowjob]]<</if>>
<<if $brother.corruption gte 280 and $mc.corruptionlvl gte 5>>[[Have Sex->Living Room Brother Sex]]<</if>>
<<elseif $encounter is 1>>
Your $father.name joined you.
<span style="color:blue">''+35 lust''</span><<set $father.lust to $father.lust + 35>>
<<if $father.corruption gte 50 and $mc.corruptionlvl gte 2>>[[Give him a blowjob->Living Room Father Blowjob]]<</if>>
<<if $father.corruption gte 280 and $mc.corruptionlvl gte 5>>[[Have Sex->Living Room Father Sex]]<</if>>
<<elseif $encounter is 2>>
Your $mother.name joined you.
<span style="color:pink">''+35 lust''</span><<set $mother.lust to $mother.lust + 35>>
<<if $mother.corruption gte 50 and $mc.corruptionlvl gte 2>>[[Eat her out->Living Room Mother Eat Out]]<</if>>
<<if $mother.corruption gte 280 and $mc.corruptionlvl gte 5>>[[Have Sex->Living Room Mother Sex]]<</if>>
<<elseif $encounter is 3>>
Your $sister.name joined you.
<span style="color:pink">''+35 lust''</span><<set $sister.lust to $sister.lust + 35>>
<<if $sister.corruption gte 50 and $mc.corruptionlvl gte 2>>[[Eat her out->Living Room Sister Eat Out]]<</if>>
<<if $sister.corruption gte 280 and $mc.corruptionlvl gte 5>>[[Have Sex->Living Room Sister Sex]]<</if>>
<<elseif $encounter is 4>>
Your $mother.name and $brother.name are watching porn with you.
<span style="color:pink">''+35 lust''</span><<set $mother.lust to $mother.lust + 35>>
<span style="color:blue">''+35 lust''</span><<set $brother.lust to $brother.lust + 35>>
<<if $mother.corruption gte 280 and $brother.corruption gte 280 and $mc.corruptionlvl gte 5>>
[[Have a threesome->MotherBrotherThreesomePorn]]
<</if>>
<<elseif $encounter is 5>>
Your $father.name and $brother.name are watching porn with you.
<span style="color:blue">''+35 lust''</span><<set $father.lust to $father.lust + 35>>
<span style="color:blue">''+35 lust''</span><<set $brother.lust to $brother.lust + 35>>
<<if $father.corruption gte 280 and $brother.corruption gte 280 and $mc.corruptionlvl gte 5>>
[[Have a threesome->FatherBrotherThreesomePorn]]
<</if>>
<<elseif $encounter is 6>>
Your $sister.name and $brother.name are watching porn with you.
<span style="color:pink">''+35 lust''</span><<set $sister.lust to $sister.lust + 35>>
<span style="color:blue">''+35 lust''</span><<set $brother.lust to $brother.lust + 35>>
<<if $sister.corruption gte 280 and $brother.corruption gte 280 and $mc.corruptionlvl gte 5>>
[[Have a threesome->SisterBrotherThreesomePorn]]
<</if>>
<<elseif $encounter is 7>>
Your $father.name and $sister.name are watching porn with you.
<span style="color:pink">''+35 lust''</span><<set $sister.lust to $sister.lust + 35>>
<span style="color:blue">''+35 lust''</span><<set $brother.lust to $brother.lust + 35>>
<<if $father.corruption gte 280 and $sister.corruption gte 280 and $mc.corruptionlvl gte 5>>
[[Have a threesome->FatherSisterThreesomePorn]]
<</if>>
<<elseif $encounter is 8>>
Your $father.name and $mother.name are watching porn with you.
<span style="color:blue">''+35 lust''</span><<set $father.lust to $father.lust + 35>>
<span style="color:pink">''+35 lust''</span><<set $mother.lust to $mother.lust + 35>>
<<if $father.corruption gte 280 and $mother.corruption gte 280 and $mc.corruptionlvl gte 5>>
[[Have a threesome->FatherMotherThreesomePorn]]
<</if>>
<<elseif $encounter is 9>>
Your $sister.name and $mother.name are watching porn with you.
<span style="color:pink">''+35 lust''</span><<set $sister.lust to $sister.lust + 35>>
<span style="color:pink">''+35 lust''</span><<set $mother.lust to $mother.lust + 35>>
<<if $sister.corruption gte 280 and $mother.corruption gte 280 and $mc.corruptionlvl gte 5>>
[[Have a threesome->SisterMotherThreesomePorn]]
<</if>>
<<elseif $encounter is 10>>
Your $sister.name, $mother.name, and $father.name are watching porn with you.
<span style="color:pink">''+35 lust''</span><<set $sister.lust to $sister.lust + 35>>
<span style="color:pink">''+35 lust''</span><<set $mother.lust to $mother.lust + 35>>
<span style="color:blue">''+35 lust''</span><<set $father.lust to $father.lust + 35>>
<<if $sister.corruption gte 280 and $mother.corruption gte 280 and $mc.corruptionlvl gte 5 and $father.corruption gte 280>>
[[Have a foursome->FoursomePorn]]
<</if>>
<<elseif $encounter is 11>>
Your $sister.name, $mother.name, $brother.name, and $father.name are watching porn with you.
<span style="color:pink">''+35 lust''</span><<set $sister.lust to $sister.lust + 35>>
<span style="color:pink">''+35 lust''</span><<set $mother.lust to $mother.lust + 35>>
<span style="color:blue">''+35 lust''</span><<set $father.lust to $father.lust + 35>>
<span style="color:blue">''+35 lust''</span><<set $brother.lust to $brother.lust + 35>>
<<if $sister.corruption gte 280 and $mother.corruption gte 280 and $mc.corruptionlvl gte 5 and $brother.corruption gte 280 and $father.corruption gte 280>>
[[Have a fivesome->FivesomePorn]]
<</if>>
<</if>>
[[Stop Watching->Living Room]]
<<set $time to $time +.5>>
<<set $lust to $lust +35>>
<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/brotherblowjob1.webp" >
<div class="purpletext"><span style="color:purple">I love this show.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/brotherblowjob2.webp" >
<div class="purpletext"><span style="color:purple">I've wanted to clean your cock all day.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/brotherblowjob3.webp" >
<div class="purpletext"><span style="color:purple">Thank you for my snack. I was sad there wasn't any popcorn.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+8 corruption''</span>
[[Clean Up->Living Room]]
<<set $brother.corruption to $brother.corruption +8>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +8>>
<<set $mc.lust to $mc.lust + 35>>
<<set $time to $time+1>>
<<set $energy to $energy -15>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/brothersex1.webp" >
<div class="bluetext"><span style="color:blue">Your tight ass was made for me.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/brothersex2.webp" >
<div class="purpletext"><span style="color:purple">Cum inside me like that porn star.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/brothersex3.webp" >
<div class="purpletext"><span style="color:purple">My ass is ready for you.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+20 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+20 corruption''</span>
[[Clean Up->Living Room]]
<<set $brother.corruption to $brother.corruption +20>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +20>>
<<set $mc.lust to 0>>
<<set $time to $time+1>>
<<set $energy to $energy -25>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/fatherblowjob1.webp" >
<div class="purpletext"><span style="color:purple">OMG I love it when you use me.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/fatherblowjob2.webp" >
<div class="purpletext"><span style="color:purple">You know how to give a girl a gift.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/fatherblowjob3.webp" >
<div class="purpletext"><span style="color:purple">How could I even fit this in my mouth?</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+8 corruption''</span>
[[Clean Up->Living Room]]
<<set $father.corruption to $father.corruption +8>>
<<set $father.lust to 0>>
<<set $mc.corruption to $mc.corruption +8>>
<<set $mc.lust to $mc.lust + 35>>
<<set $time to $time+1>>
<<set $energy to $energy -15>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/mothersex1.webp" >
<div class="pinktext"><span style="color:pink">I'm gonna keep you chained up until you finally clean the kitchen.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/mothersex2.webp" >
<div class="purpletext"><span style="color:purple">I love riding you.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/mothersex3.webp" >
<div class="pinktext"><span style="color:pink">Gentle you're going too deep.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+20 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+20 corruption''</span>
[[Clean Up->Living Room]]
<<set $mother.corruption to $mother.corruption +20>>
<<set $mother.lust to 0>>
<<set $mc.corruption to $mc.corruption +20>>
<<set $mc.lust to 0>>
<<set $time to $time+1>>
<<set $energy to $energy -25>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/mothereatout1.webp" >
<div class="purpletext"><span style="color:purple">How are you so good at this?</span></div>
<div class="pinktext"><span style="color:pink">I had a fun college life.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/mothereatout2.webp" >
<div class="purpletext"><span style="color:purple">If you keep doing this I'll be wet everytime I see you.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/mothereatout3.webp" >
<div class="pinktext"><span style="color:pink">You're so gentle.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+8 corruption''</span>
[[Clean Up->Living Room]]
<<set $mother.corruption to $mother.corruption +8>>
<<set $mother.lust to 0>>
<<set $mc.corruption to $mc.corruption +8>>
<<set $mc.lust to $mc.lust + 35>>
<<set $time to $time+1>>
<<set $energy to $energy -15>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/sistersex1.webp" >
<div class="purpletext"><span style="color:purple">I love you so much.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/sistersex2.webp" >
<div class="pinktext"><span style="color:pink">Fuck do you have to take out your aggression on me?</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/sistersex3.webp" >
<div class="pinktext"><span style="color:pink">I can't believe we're doing this out in the open.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+20 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+20 corruption''</span>
[[Clean Up->Living Room]]
<<set $sister.corruption to $sister.corruption +20>>
<<set $sister.lust to 0>>
<<set $mc.corruption to $mc.corruption +20>>
<<set $mc.lust to 0>>
<<set $time to $time+1>>
<<set $energy to $energy -25>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/sistereatout1.webp" >
<div class="purpletext"><span style="color:purple">You taste so good.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/sistereatout2.webp" >
<div class="pinktext"><span style="color:pink">I've been dripping since I saw you in the living room.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/sistereatout3.webp" >
<div class="pinktext"><span style="color:pink">I needed this.</span></div>
<</if>>
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+8 corruption''</span>
[[Clean Up->Living Room]]
<<set $sister.corruption to $sister.corruption +8>>
<<set $sister.lust to 0>>
<<set $mc.corruption to $mc.corruption +8>>
<<set $mc.lust to $mc.lust + 35>>
<<set $time to $time+1>>
<<set $energy to $energy -15>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/fathersex1.webp" >
<div class="purpletext"><span style="color:purple">I love your cock so much.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/fathersex2.webp" >
<div class="purpletext"><span style="color:purple">I love it when you use my tight ass as a grip.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/fathersex3.webp" >
<div class="purpletext"><span style="color:purple">Use me until you can't anymore.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+20 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+20 corruption''</span>
[[Clean Up->Living Room]]
<<set $father.corruption to $father.corruption +20>>
<<set $father.lust to 0>>
<<set $mc.corruption to $mc.corruption +20>>
<<set $mc.lust to 0>>
<<set $time to $time+1>>
<<set $energy to $energy -25>><<set $mothertease to random(4)>>
<<if $mothertease is 0>><img src="media/images/House/Upstairs/Parent's Room/mothertease1.webp" >
<div class="purpletext"><span style="color:purple">Check out this new dance I learned!</span></div>
<div class="pinktext"><span style="color:pink">Aw thats cute. I'm sure you'll get a lot of attention doing that.</span></div>
<<elseif $mothertease is 1>><img src="media/images/House/Upstairs/Parent's Room/mothertease2.webp" >
<div class="purpletext"><span style="color:purple">Do you like my new outfit?</span></div>
<div class="pinktext"><span style="color:pink">I love it! Looks great on you.</span></div>
<<elseif $mothertease is 2>><img src="media/images/House/Upstairs/Parent's Room/mothertease3.webp" >
<div class="purpletext"><span style="color:purple">I was thinking of posting this online.</span></div>
<div class="pinktext"><span style="color:pink">Are you sure you want that kind of attention?</span></div>
<div class="purpletext"><span style="color:purple">Why not? It'll be fun.</span></div>
<<elseif $mothertease is 3>><img src="media/images/House/Upstairs/Parent's Room/mothertease4.webp" >
<div class="purpletext"><span style="color:purple">OMG I'm sorry that wasn't supposed to happen.</span></div>
<div class="pinktext"><span style="color:pink">Aw sweetie, I don't think that fits you.</span></div>
<<elseif $mothertease is 4>><img src="media/images/House/Upstairs/Parent's Room/mothertease5.webp" >
<div class="purpletext"><span style="color:purple">I've been working out lately!</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $mother.corruption to $mother.corruption +1>>
<<set $mother.lust to $mother.lust +25>>
<<set $mc.corruption to $mc.corruption +1>>
<span style="color:purple">''+1 corruption currency''</span>
<span style="color:pink">''+20 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:pink">''+25 lust''</span>
<span style="color:pink">''+1 corruption''</span>
[[Stop Teasing Her->Parent's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mc.lust to $mc.lust +20>>
<<set $mccorruptionquest.tease to $mccorruptionquest.tease + 1>><<set $mothertease to random(4)>>
<<if $mothertease is 0>><img src="media/images/House/Upstairs/Parent's Room/motherteasemore1.webp" >
<div class="purpletext"><span style="color:purple">Do you think I'll get this kind of shake while I'm at the beach?</span></div>
<div class="pinktext"><span style="color:pink">Maybe, you should be careful, it looks kinda small on you.</span></div>
<<elseif $mothertease is 1>><img src="media/images/House/Upstairs/Parent's Room/motherteasemore2.webp" >
<div class="purpletext"><span style="color:purple">Do you think my boobs look good while wearing this?</span></div>
<div class="pinktext"><span style="color:pink">Well, I can't really tell considering you took it off.</span></div>
<div class="purpletext"><span style="color:purple">Whoops sorry yeah.</span></div>
<<elseif $mothertease is 2>><img src="media/images/House/Upstairs/Parent's Room/motherteasemore3.webp" >
<div class="purpletext"><span style="color:purple">Could I pick someone up by doing this?</span></div>
<div class="pinktext"><span style="color:pink">Absolutely honey.</span></div>
<<elseif $mothertease is 3>><img src="media/images/House/Upstairs/Parent's Room/motherteasemore4.webp" >
<div class="purpletext"><span style="color:purple">I got this new outfit, what do you think?</span></div>
<div class="pinktext"><span style="color:pink">You're not gonna wear that out right sweetie?</span></div>
<div class="purpletext"><span style="color:purple">Ofc not.</span></div>
<<elseif $mothertease is 4>><img src="media/images/House/Upstairs/Parent's Room/motherteasemore5.webp" >
<div class="purpletext"><span style="color:purple">I think I could make a lot of money being a maid.</span></div>
<div class="pinktext"><span style="color:pink">I think you'd make something for nine months if you were a maid.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $mother.corruption to $mother.corruption +3>>
<<set $mother.lust to $mother.lust +35>>
<<set $mc.corruption to $mc.corruption +3>>
<span style="color:purple">''+3 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:pink">''+3 corruption''</span>
[[Stop Teasing Her->Parent's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mc.lust to $mc.lust +35>>
<<set $mccorruptionquest.tease to $mccorruptionquest.tease + 1>><div class="purpletext"><span style="color:purple">I want to have some fun with you.</span></div>
<<if $mc.corruptionlvl gte 1 and $mother.corruption gte 10>>
[[Do you want to make out?->Mother Make Out]]
<</if>>
<<if $mc.corruptionlvl gte 1 and $mother.corruption gte 30>>
[[Do you want to get fingered?->Mother Finger]]
<</if>>
<<if $mc.corruptionlvl gte 2 and $mother.corruption gte 50>>
[[Want me to eat you out?->Mother Eat Out]]
<</if>>
<<if $mc.corruptionlvl gte 3 and $mother.corruption gte 90>>
[[Wanna use a dildo?->Mother Dildo]]
<</if>>
<<if $mc.corruptionlvl gte 3 and $mother.corruption gte 125>>
[[Wanna share a dildo?->Mother Share Dildo]]
<</if>>
<<if $mc.corruptionlvl gte 4 and $mother.corruption gte 210>>
[[Want to get scissored?->Mother Scissor]]
<</if>>
<<if $mc.corruptionlvl gte 5 and $mother.corruption gte 280>>
[[Wanna use a strap-on?->Mother Strap-On]]
<</if>>
------------------------------------------------------------------------------------------------
<<if $mc.willpower lt 35 and $mc.energy gte 10 and $mc.corruption gte 20 and $mother.corruption gte 10>>
You don't have to willpower to say no to her.<<else>>[[You Stop Asking Her->Parent's Room]]<</if>>
<<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Parent's Room/makeout1.webp" >
<div class="purpletext"><span style="color:purple">You're a really good kisser.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Parent's Room/makeout2.webp" >
<div class="purpletext"><span style="color:purple">I need to learn how to kiss better, could you teach me?</span></div>
<div class="pinktext"><span style="color:pink">Ofc.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Parent's Room/makeout3.webp" >
<div class="purpletext"><span style="color:purple">I think we should do this more often.</span></div>
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Parent's Room/makeout4.webp" >
<div class="purpletext"><span style="color:purple">I picked this outfit just for you.</span></div>
<div class="pinktext"><span style="color:pink">I knew you did so I matched yours.</span></div>
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Parent's Room/makeout5.webp" >
<div class="purpletext"><span style="color:purple">I've always wanted to grab your ass.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $mother.corruption to $mother.corruption +5>>
<<set $mother.lust to $mother.lust + 35>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.lust to $mc.lust +35>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:pink">''+5 corruption''</span>
[[Clean Up->Stay Or Leave Your Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.simple to $mccorruptionquest.simple + 1>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Parent's Room/finger1.webp" >
<div class="purpletext"><span style="color:purple">OMG don't stop.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Parent's Room/finger2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Parent's Room/finger3.webp" >
<div class="purpletext"><span style="color:purple">I've wanted this for so long.</span></div>
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Parent's Room/finger4.webp" >
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Parent's Room/finger5.webp" >
<</if>>
---------------------------------------------------------------------------------------------
<<set $mother.corruption to $mother.corruption +8>>
<<set $mother.lust to 0>>
<<set $mc.corruption to $mc.corruption +8>>
<<set $mc.lust to 0>>
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+15 corruption''</span>
[[Clean Up->Stay Or Leave Your Room]]
<<set $time to $time+1>>
<<set $energy to $energy -15>>
<<set $mccorruptionquest.simple to $mccorruptionquest.simple + 1>><<set $imagechoice to random(5)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Parent's Room/eatout1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Parent's Room/eatout2.webp" >
<div class="purpletext"><span style="color:purple">Am I doing good?</span></div>
<div class="pinktext"><span style="color:pink">Baby keep doing exactly what you're doing.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Parent's Room/eatout3.webp" >
<div class="pinktext"><span style="color:pink">It feels like my first time.</span></div>
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Parent's Room/eatout4.webp" >
<div class="purpletext"><span style="color:purple">I wanna eat you dry.</span></div>
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Parent's Room/eatout5.webp" >
<div class="pinktext"><span style="color:pink">You deserve this after a long hard day.</span></div>
<<elseif $imagechoice is 5>><img src="media/images/House/Upstairs/Parent's Room/eatout6.webp" >
<div class="purpletext"><span style="color:purple">You taste so good.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $mother.corruption to $mother.corruption +8>>
<<set $mother.lust to 0>>
<<set $mc.corruption to $mc.corruption +8>>
<<set $mc.lust to 0>>
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+8 corruption''</span>
[[Clean Up->Stay Or Leave Your Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>><<set $imagechoice to random(6)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Parent's Room/scissor1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Parent's Room/scissor2.webp" >
<div class="purpletext"><span style="color:purple">Our rhythm is great! We should go to the club</span></div>
<div class="pinktext"><span style="color:pink">I'm not convinced.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Parent's Room/scissor3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Parent's Room/scissor4.webp" >
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Parent's Room/scissor5.webp" >
<<elseif $imagechoice is 5>><img src="media/images/House/Upstairs/Parent's Room/scissor6.webp" >
<div class="purpletext"><span style="color:purple">You've always been so good to me I wanted to repay you.</span></div>
<<elseif $imagechoice is 6>><img src="media/images/House/Upstairs/Parent's Room/scissor7.webp" >
<div class="purpletext"><span style="color:purple">Dishes that trash that. Obey me.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $mother.corruption to $mother.corruption +10>>
<<set $mother.lust to 0>>
<<set $mc.corruption to $mc.corruption +10>>
<<set $mc.lust to 0>>
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+10 corruption''</span>
[[Clean Up->Stay Or Leave Your Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -25>>
<<set $mccorruptionquest.anal to $mccorruptionquest.anal + 1>><<set $imagechoice to random(5)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Parent's Room/dildo1.webp" >
<div class="purpletext"><span style="color:purple">OMG please tell me we're gonna share this.</span></div>
<<if $mother.corruption gte 125>>[[Share the dildo->Mother Share Dildo]]<<else>>She's not corrupted enough.<</if>>
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Parent's Room/dildo2.webp" >
<div class="purpletext"><span style="color:purple">I'm sorry for not doing the dishes, please I'll be good.</span></div>
<div class="pinktext"><span style="color:pink">I'm not convinced.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Parent's Room/dildo3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Parent's Room/dildo4.webp" >
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Parent's Room/dildo5.webp" >
<div class="pinktext"><span style="color:pink">Let me help you dear.</span></div>
<<elseif $imagechoice is 5>><img src="media/images/House/Upstairs/Parent's Room/dildo6.webp" >
<div class="pinktext"><span style="color:pink">This is what you get for forgetting to take out the trash.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $mother.corruption to $mother.corruption +10>>
<<set $mother.lust to 0>>
<<set $mc.corruption to $mc.corruption +10>>
<<set $mc.lust to 0>>
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+10 corruption''</span>
[[Clean Up->Stay Or Leave Your Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -25>>
<<set $mccorruptionquest.nearpussy to $mccorruptionquest.nearpussy + 1>><<set $imagechoice to random(5)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Parent's Room/sharedildo1.webp" >
<div class="purpletext"><span style="color:purple">You're making me do all the work.</span></div>
<div class="pinktext"><span style="color:pink">You have to make up for all the chores you forgot to do.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Parent's Room/sharedildo2.webp" >
<div class="purpletext"><span style="color:purple">Our rhythm is great! We should go to the club</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Parent's Room/sharedildo3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Parent's Room/sharedildo4.webp" >
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Parent's Room/sharedildo5.webp" >
<<elseif $imagechoice is 5>><img src="media/images/House/Upstairs/Parent's Room/sharedildo6.webp" >
<div class="pinktext"><span style="color:pink">Your ass is amazing.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $mother.corruption to $mother.corruption +10>>
<<set $mother.lust to 0>>
<<set $mc.corruption to $mc.corruption +10>>
<<set $mc.lust to 0>>
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+10 corruption''</span>
[[Clean Up->Stay Or Leave Your Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -25>>
<<set $mccorruptionquest.nearpussy to $mccorruptionquest.nearpussy + 1>><<set $imagechoice to random(9)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Parent's Room/strapon1.webp" >
<div class="purpletext"><span style="color:purple">I've been a bad girl I need to be punished.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Parent's Room/strapon2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Parent's Room/strapon3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Parent's Room/strapon4.webp" >
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Parent's Room/strapon5.webp" >
<div class="purpletext"><span style="color:purple">omg I needed this.</span></div>
<<elseif $imagechoice is 5>><img src="media/images/House/Upstairs/Parent's Room/strapon6.webp" >
<div class="purpletext"><span style="color:purple">I love it when you use me.</span></div>
<<elseif $imagechoice is 6>><img src="media/images/House/Upstairs/Parent's Room/strapon7.webp" >
<div class="purpletext"><span style="color:purple">WTF did you do?</span></div>
<div class="pinktext"><span style="color:pink">I bought a new strapon. Kinda fun right?</span></div>
<div class="purpletext"><span style="color:purple">If you tell me!</span></div>
<<elseif $imagechoice is 7>><img src="media/images/House/Upstairs/Parent's Room/strapon8.webp" >
<<elseif $imagechoice is 8>><img src="media/images/House/Upstairs/Parent's Room/strapon9.webp" >
<<elseif $imagechoice is 9>><img src="media/images/House/Upstairs/Parent's Room/strapon10.webp" >
<div class="pinktext"><span style="color:pink">Take it like a good girl.</span></div>
<div class="purpletext"><span style="color:purple">Yes mistress.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $mother.corruption to $mother.corruption +10>>
<<set $mother.lust to 0>>
<<set $mc.corruption to $mc.corruption +10>>
<<set $mc.lust to 0>>
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+10 corruption''</span>
[[Clean Up->Stay Or Leave Your Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -25>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>><<if $mc.corruptionlvl gte 1 and $mother.corruption gte 35>>
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust +35>>
You're showering with your $mother.name.
<img src="media/images/House/Upstairs/Upstairs Bathroom/mothershower.webp">
<<set $mc.corruption to $mc.corruption +5>>
<<if $mc.corruptionlvl gte 1 and $mother.corruption gte 50>>
[[Finger->motherfingerbathroom]]
<</if>>
<<if $mc.corruptionlvl gte 2 and $mother.corruption gte 100>>
[[Eat Out->mothereatoutbathroom]]
<</if>>
<<elseif $mother.corruption lt 35 and $mc.corruptionlvl gte 1>>
Your $mother isn't corrupted enough for that.
<<else>>
You're not corrupted enough for that
<</if>>
[[Leave->Upstairs Bathroom]]
<<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Upstairs Bathroom/eatout1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Upstairs Bathroom/eatout2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Upstairs Bathroom/eatout3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Upstairs Bathroom/eatout4.webp" >
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Upstairs Bathroom/eatout5.webp" >
<</if>>
<<set $motherl to 0>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+5 corruption''</span>
<span style="color:pink">''-100 lust''</span>
[[Clean Up->Upstairs Bathroom]]
<<set $mc.lust to 0>>
<<set $mc.corruption to $mc.corruption + 5>>
<<set $mother.corruption to $mother.corruption +5>>
<<set $time to 6>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Upstairs/Upstairs Bathroom/finger1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Upstairs/Upstairs Bathroom/finger2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Upstairs/Upstairs Bathroom/finger3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/House/Upstairs/Upstairs Bathroom/finger4.webp" >
<<elseif $imagechoice is 4>><img src="media/images/House/Upstairs/Upstairs Bathroom/finger5.webp" >
<</if>>
<<set $motherl to 0>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+5 corruption''</span>
<span style="color:pink">''-100 lust''</span>
[[Clean Up->Upstairs Bathroom]]
<<set $mc.lust to 0>>
<<set $mc.corruption to $mc.corruption + 5>>
<<set $mother.corruption to $mother.corruption +5>>
<<set $time to 6>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Sister's Room/tease1.webp" >
<div class="purpletext"><span style="color:purple">I got these new jeans!</span></div>
<div class="pinktext"><span style="color:pink">They're kinda tight.</span></div>
<div class="purpletext"><span style="color:purple">Perfect! I love how they make my ass look.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Sister's Room/tease2.webp" >
<div class="purpletext"><span style="color:purple">Check out these new shorts.</span></div>
<div class="pinktext"><span style="color:pink">Those are shorts?</span></div>
<div class="purpletext"><span style="color:purple">Can't you tell?</span></div>
<div class="pinktext"><span style="color:pink">Idk kinda seems shorter than shorts.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Sister's Room/tease3.webp" >
<div class="pinktext"><span style="color:pink">You bought ''those'' leggings?!</span></div>
<div class="purpletext"><span style="color:purple">Yeah why?</span></div>
<<elseif $imagechoice is 3>><img src="media/images/House/Downstairs/Sister's Room/tease4.webp" >
<div class="purpletext"><span style="color:purple">I'm gonna go workout you wanna join?</span></div>
<div class="pinktext"><span style="color:pink">I'm okay thank you.</span></div>
<<elseif $imagechoice is 4>><img src="media/images/House/Downstairs/Sister's Room/tease5.webp" >
<div class="pinktext"><span style="color:pink">What did you just do?</span></div>
<div class="purpletext"><span style="color:purple">Nothing wym?</span></div>
<div class="pinktext"><span style="color:pink">I could have sworn you just, nvm</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $sister.corruption to $sister.corruption +1>>
<<set $sister.lust to $sister.lust +25>>
<<set $mc.corruption to $mc.corruption +1>>
<<set $lust to $lust +20>>
<span style="color:purple">''+1 corruption currency''</span>
<span style="color:pink">''+20 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:pink">''+25 lust''</span>
<span style="color:pink">''+1 corruption''</span>
[[Clean Up->Sister's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.tease to $mccorruptionquest.tease + 1>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Sister's Room/teasemore1.webp" >
<div class="purpletext"><span style="color:purple">These leggings fit me so well.</span></div>
<div class="pinktext"><span style="color:pink">They fit you a little ''too'' well.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Sister's Room/teasemore2.webp" >
<div class="purpletext"><span style="color:purple">I love how this fits me.</span></div>
<div class="pinktext"><span style="color:pink">Doesn't leave much to the imagination does it?</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Sister's Room/teasemore3.webp" >
<div class="pinktext"><span style="color:pink">Why are your tits out!?!</span></div>
<div class="purpletext"><span style="color:purple">It's really hot, it's not that big of a deal.</span></div>
<<elseif $imagechoice is 3>><img src="media/images/House/Downstairs/Sister's Room/teasemore4.webp" >
<div class="purpletext"><span style="color:purple">My titties are soooo soft. Wanna feel?</span></div>
<div class="pinktext"><span style="color:pink">What's your skin care routine? Wth</span></div>
<<elseif $imagechoice is 4>><img src="media/images/House/Downstairs/Sister's Room/teasemore5.webp" >
<div class="pinktext"><span style="color:pink">You're such a slut.</span></div>
<div class="purpletext"><span style="color:purple">It's so fun! You should try with me!</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $sister.corruption to $sister.corruption +3>>
<<set $sister.lust to $sister.lust +35>>
<<set $mc.corruption to $mc.corruption +3>>
<<set $mc.lust to $mc.lust +35>>
<span style="color:purple">''+3 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:pink">''+3 corruption''</span>
[[Clean Up->Sister's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.tease to $mccorruptionquest.tease + 1>><div class="purpletext"><span style="color:purple">I want to have some fun with you.</span></div>
<<if $mc.corruptionlvl gte 1 and $sister.corruption gte 10>>
[[Do you want to make out?->Sister Make Out]]
<</if>>
<<if $mc.corruptionlvl gte 1 and $sister.corruption gte 30>>
[[Do you want to get fingered?->Sister Finger]]
<</if>>
<<if $mc.corruptionlvl gte 2 and $sister.corruption gte 50>>
[[Want me to eat you out?->Sister Eat Out]]
<</if>>
<<if $mc.corruptionlvl gte 3 and $sister.corruption gte 90>>
[[Wanna use a dildo?->Sister Dildo]]
<</if>>
<<if $mc.corruptionlvl gte 3 and $sister.corruption gte 125>>
[[Wanna share a dildo?->Sister Share Dildo]]
<</if>>
<<if $mc.corruptionlvl gte 4 and $sister.corruption gte 210>>
[[Want to get scissored?->Sister Scissor]]
<</if>>
<<if $mc.corruptionlvl gte 5 and $sister.corruption gte 280>>
[[Wanna use a strap-on?->Sister Strap-On]]
<</if>>
------------------------------------------------------------------------------------------------
<<if $mc.willpower lt 35 and $mc.energy gte 10 and $mc.corruption gte 20 and $sister.corruption gte 10>>
You don't have to willpower to say no to her.<<else>>[[You Stop Asking Her->Sister's Room]]<</if>>
<<set $imagechoice to random(9)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Sister's Room/strapon1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Sister's Room/strapon2.webp" >
<div class="purpletext"><span style="color:purple">Fuck ow. You forgot the lube.</span></div>
<div class="pinktext"><span style="color:pink">No I didn't.</span></div>
<div class="purpletext"><span style="color:purple">Uh yes you did.</span></div>
<div class="pinktext"><span style="color:pink">Uh no I didn't. I just didn't use any because you haven't eaten me out enough recently.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Sister's Room/strapon3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/House/Downstairs/Sister's Room/strapon4.webp" >
<div class="purpletext"><span style="color:purple">Your recoil should be studied.</span></div>
<div class="pinktext"><span style="color:pink">Shut up.</span></div>
<div class="purpletext"><span style="color:purple">I'm serious, you look great.</span></div>
<<elseif $imagechoice is 4>><img src="media/images/House/Downstairs/Sister's Room/strapon5.webp" >
<<elseif $imagechoice is 5>><img src="media/images/House/Downstairs/Sister's Room/strapon6.webp" >
<div class="purpletext"><span style="color:purple">What happened to you wanting me to top?</span></div>
<div class="pinktext"><span style="color:pink">Shut up.</span></div>
<div class="purpletext"><span style="color:purple">Sorry mistress.</span></div>
<<elseif $imagechoice is 6>><img src="media/images/House/Downstairs/Sister's Room/strapon7.webp" >
<div class="purpletext"><span style="color:purple">My cute little servant.</span></div>
<div class="pinktext"><span style="color:pink">Excuse me?</span></div>
<div class="purpletext"><span style="color:purple">Don't make me pull your hair harder.</span></div>
<div class="pinktext"><span style="color:pink">I'm sorry mistress.</span></div>
<<elseif $imagechoice is 7>><img src="media/images/House/Downstairs/Sister's Room/strapon8.webp" >
<div class="purpletext"><span style="color:purple">I've always wanted this.</span></div>
<<elseif $imagechoice is 8>><img src="media/images/House/Downstairs/Sister's Room/strapon9.webp" >
<<elseif $imagechoice is 9>><img src="media/images/House/Downstairs/Sister's Room/strapon10.webp" >
<div class="purpletext"><span style="color:purple">What are you doing?</span></div>
<div class="pinktext"><span style="color:pink">Recording a video to send to my boyfriend.</span></div>
<div class="purpletext"><span style="color:purple">My face better not be in it.</span></div>
<div class="pinktext"><span style="color:pink">It's not dw.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $sister.corruption to $sister.corruption +20>>
<<set $sister.lust to 0>>
<<set $mc.corruption to $mc.corruption +20>>
<<set $mc.lust to 0>>
<span style="color:purple">''+20 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+20 corruption''</span>
[[Clean Up->Sister's Room]]
<<set $time to $time+1>>
<<set $energy to $energy -25>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>><<set $imagechoice to random(6)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Sister's Room/scissor1.webp" >
<div class="pinktext"><span style="color:pink">I love it when you top.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Sister's Room/scissor2.webp" >
<div class="pinktext"><span style="color:pink">I think I'm getting the technique down.</span></div>
<div class="purpletext"><span style="color:purple">You're doing great!</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Sister's Room/scissor3.webp" >
<div class="purpletext"><span style="color:purple">omg you feel so good.</span></div>
<<elseif $imagechoice is 3>><img src="media/images/House/Downstairs/Sister's Room/scissor4.webp" >
<div class="purpletext"><span style="color:purple">You have so much energy holy shit.</span></div>
<div class="pinktext"><span style="color:pink">I'm not stopping until it's spent.</span></div>
<div class="purpletext"><span style="color:purple">Fuck</span></div>
<<elseif $imagechoice is 4>><img src="media/images/House/Downstairs/Sister's Room/scissor5.webp" >
<<elseif $imagechoice is 5>><img src="media/images/House/Downstairs/Sister's Room/scissor6.webp" >
<<elseif $imagechoice is 6>><img src="media/images/House/Downstairs/Sister's Room/scissor7.webp" >
<</if>>
---------------------------------------------------------------------------------------------
<<set $sister.corruption to $sister.corruption +15>>
<<set $sister.lust to 0>>
<<set $mc.corruption to $mc.corruption +15>>
<<set $mc.lust to 0>>
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+15 corruption''</span>
[[Clean Up->Sister's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -25>>
<<set $mccorruptionquest.anal to $mccorruptionquest.anal + 1>><<set $imagechoice to random(5)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Sister's Room/sharedildo1.webp" >
<div class="purpletext"><span style="color:purple">omg I love you.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Sister's Room/sharedildo2.webp" >
<div class="pinktext"><span style="color:pink">We're getting really good at this!</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Sister's Room/sharedildo3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/House/Downstairs/Sister's Room/sharedildo4.webp" >
<div class="purpletext"><span style="color:purple">Fuck keep going.</span></div>
<<elseif $imagechoice is 4>><img src="media/images/House/Downstairs/Sister's Room/sharedildo5.webp" >
<div class="purpletext"><span style="color:purple">I'm gonna scoot a little closer.</span></div>
<div class="pinktext"><span style="color:pink">Don't you dare.</span></div>
<div class="pinktext"><span style="color:pink">FUCK! You're tearing my insides apart.</span></div>
<<elseif $imagechoice is 5>><img src="media/images/House/Downstairs/Sister's Room/sharedildo6.webp" >
<</if>>
---------------------------------------------------------------------------------------------
<<set $sister.corruption to $sister.corruption +12>>
<<set $sister.lust to 0>>
<<set $mc.corruption to $mc.corruption +12>>
<<set $mc.lust to 0>>
<span style="color:purple">''+12 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+12 corruption''</span>
[[Clean Up->Sister's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -25>>
<<set $mccorruptionquest.nearpussy to $mccorruptionquest.nearpussy + 1>><<set $imagechoice to random(5)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Sister's Room/dildo1.webp" >
<div class="purpletext"><span style="color:purple">Holy shit you're going so deep.</span></div>
<div class="pinktext"><span style="color:pink">Oh sorry I'll stop.</span></div>
<div class="purpletext"><span style="color:purple">No no please don't.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Sister's Room/dildo2.webp" >
<div class="purpletext"><span style="color:purple">I'm almost there!</span></div>
<div class="pinktext"><span style="color:pink">Me too!</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Sister's Room/dildo3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/House/Downstairs/Sister's Room/dildo4.webp" >
<<elseif $imagechoice is 4>><img src="media/images/House/Downstairs/Sister's Room/dildo5.webp" >
<div class="purpletext"><span style="color:purple">Good girl.</span></div>
<<elseif $imagechoice is 5>><img src="media/images/House/Downstairs/Sister's Room/dildo6.webp" >
<div class="pinktext"><span style="color:pink">FUCK</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $sister.corruption to $sister.corruption +10>>
<<set $sister.lust to 0>>
<<set $mc.corruption to $mc.corruption +10>>
<<set $mc.lust to 0>>
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+10 corruption''</span>
[[Clean Up->Sister's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.nearpussy to $mccorruptionquest.nearpussy + 1>><<set $imagechoice to random(5)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Sister's Room/eatout1.webp" >
<div class="pinktext"><span style="color:pink">OMG finally, I was hungry.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Sister's Room/eatout2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Sister's Room/eatout3.webp" >
<div class="pinktext"><span style="color:pink">Am I doing good?</span></div>
<div class="purpletext"><span style="color:purple">Ofc! Your tongue feels amazing.</span></div>
<<elseif $imagechoice is 3>><img src="media/images/House/Downstairs/Sister's Room/eatout4.webp" >
<div class="pinktext"><span style="color:pink">You don't have to attack me!</span></div>
<div class="purpletext"><span style="color:purple">Why? It's kinda fun.</span></div>
<<elseif $imagechoice is 4>><img src="media/images/House/Downstairs/Sister's Room/eatout5.webp" >
<<elseif $imagechoice is 5>><img src="media/images/House/Downstairs/Sister's Room/eatout6.webp" >
<</if>>
---------------------------------------------------------------------------------------------
<<set $sister.corruption to $sister.corruption +8>>
<<set $sister.lust to 0>>
<<set $mc.corruption to $mc.corruption +8>>
<<set $mc.lust to 0>>
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+8 corruption''</span>
[[Clean Up->Sister's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Sister's Room/finger1.webp" >
<div class="purpletext"><span style="color:purple">Please don't stop.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Sister's Room/finger2.webp" >
<div class="pinktext"><span style="color:pink">We should totally start a threesome.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Sister's Room/finger3.webp" >
<div class="pinktext"><span style="color:pink">I need you so bad.</span></div>
<<elseif $imagechoice is 3>><img src="media/images/House/Downstairs/Sister's Room/finger4.webp" >
<div class="pinktext"><span style="color:pink">love you</span></div>
<div class="purpletext"><span style="color:purple">What was that?</span></div>
<div class="pinktext"><span style="color:pink">nothing stop being weird</span></div>
<<elseif $imagechoice is 4>><img src="media/images/House/Downstairs/Sister's Room/finger5.webp" >
<</if>>
---------------------------------------------------------------------------------------------
<<set $sister.corruption to $sister.corruption +8>>
<<set $sister.lust to 0>>
<<set $corruption to $corruption +8>>
<<set $mc.lust to 0>>
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+8 corruption''</span>
[[Clean Up->Sister's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.simple to $mccorruptionquest.simple + 1>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Sister's Room/makeout1.webp" >
<div class="purpletext"><span style="color:purple">You're so soft.</span></div>
<div class="pinktext"><span style="color:pink">Thank you.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Sister's Room/makeout2.webp" >
<div class="pinktext"><span style="color:pink">This is just us practicing right?</span></div>
<div class="purpletext"><span style="color:purple">Ofc! What else would it be?</span></div>
<div class="pinktext"><span style="color:pink">Yeah ig yeah</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Sister's Room/makeout3.webp" >
<div class="purpletext"><span style="color:purple">You're so beautiful. I bet you get all the guys.</span></div>
<<elseif $imagechoice is 3>><img src="media/images/House/Downstairs/Sister's Room/makeout4.webp" >
<div class="purpletext"><span style="color:purple">I love your tattoo! Here let me show you how much I love it.</span></div>
<<elseif $imagechoice is 4>><img src="media/images/House/Downstairs/Sister's Room/makeout5.webp" >
<div class="pinktext"><span style="color:pink">Are you sure we're pretending?</span></div>
<div class="purpletext"><span style="color:purple">Could be.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<<set $sister.corruption to $sister.corruption +5>>
<<set $sister.lust to $sister.lust + 35>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $lust to $lust +35>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:pink">''+5 corruption''</span>
[[Clean Up->Sister's Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -15>>
<<set $mccorruptionquest.simple to $mccorruptionquest.simple + 1>><<if $mc.corruptionlvl gte 1 and $sister.corruption gte 35>>
<<set $time to $time+1>>
<<set $mc.lust to $mc.lust +35>>
You're showering with your $sister.name.
<img src="media/images/House/Downstairs/Downstairs Bathroom/sistershower.webp">
<<set $mc.corruption to $mc.corruption +5>>
<<if $mc.corruptionlvl gte 1 and $sister.corruption gte 50>>
[[Finger->sisterfingerbathroom]]
<</if>>
<<if $mc.corruptionlvl gte 2 and $sister.corruption gte 100>>
[[Eat Out->sistereatoutbathroom]]
<</if>>
<<elseif $sister.corruption lt 35 and $mc.corruptionlvl gte 1>>
Your $sister.name isn't corrupted enough for that.
<<else>>
You're not corrupted enough for that
<</if>>
[[Leave->Downstairs Bathroom]]
<<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Downstairs Bathroom/eatout1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Downstairs Bathroom/eatout2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Downstairs Bathroom/eatout3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/House/Downstairs/Downstairs Bathroom/eatout4.webp" >
<<elseif $imagechoice is 4>><img src="media/images/House/Downstairs/Downstairs Bathroom/eatout5.webp" >
<</if>>
<<set $sister.lust to 0>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+5 corruption''</span>
<span style="color:pink">''-100 lust''</span>
[[Clean Up->Downstairs Bathroom]]
<<set $mc.lust to 0>>
<<set $mc.corruption to $mc.corruption + 5>>
<<set $sister.corruption to $sister.corruption +5>>
<<set $time to 2>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Downstairs Bathroom/finger1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Downstairs Bathroom/finger2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Downstairs Bathroom/finger3.webp" >
<<elseif $imagechoice is 3>><img src="media/images/House/Downstairs/Downstairs Bathroom/finger4.webp" >
<<elseif $imagechoice is 4>><img src="media/images/House/Downstairs/Downstairs Bathroom/finger5.webp" >
<</if>>
<<set $sister.lust to 0>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+5 corruption''</span>
<span style="color:pink">''-100 lust''</span>
[[Clean Up->Downstairs Bathroom]]
<<set $mc.lust to 0>>
<<set $mc.corruption to $mc.corruption + 5>>
<<set $sister.corruption to $sister.corruption +5>>
<<set $time to 2>><img src="media/images/House/Downstairs/Game Room/gaming.webp" >
You're playing video games with your $brother.name.
<<if $mc.corruptionlvl gte 1 and $brother.corruption gte 10>>
[[Give Him a Footjob->Game Room Footjob]]<</if>>
<<if $mc.corruptionlvl gte 2 and $brother.corruption gte 50>>
[[Give Him a Blowjob->Game Room Blowjob]]<</if>>
<<if $mc.corruptionlvl gte 5 and $brother.corruption gte 280>>
[[Have Sex->Game Room Sex]]<</if>>
<<if $mc.willpower lt 35 and $mc.energy gte 25 and $mc.corruptionlvl gte 1 and $brother.corruption gte 10>>You don't have the willpower to say no.<<else>>[[Stop Gaming->Game Room]] <</if>>
<<set $time to $time + 1>><img src="media/images/House/Downstairs/Laundry Room/laundry.webp" >
You're doing your laundry.
<span style="color:red">''-20 energy''</span>
<<if $mcperks.freeuse gte 1>><<set $laundry to random(0)>>
<<if $laundry is 0>>
<img src="media/images/House/Downstairs/Laundry Room/stuckinside.webp" >
Your plan worked and now you're stuck!
<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Laundry Room/stuck1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Laundry Room/stuck2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Laundry Room/stuck3.webp" >
<</if>>
Someone took your pants off and started using you!
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:red">''-15 willpower''</span>
<<set $mc.corruption to $mc.corruption +10>>
<<set $mc.willpower to $mc.willpower - 15>>
<<set $mc.lust to 0>>
<</if>><</if>>
[[Stop Doing Laundry->Laundry Room]]
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy - 20>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>><<if $mc.energy gte 15>>
<<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Game Room/footjob1.webp" >
<span style="color:purple">Thank you for my reward.</span>
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Game Room/footjob2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Game Room/footjob3.webp" >
<span style="color:purple">I love making you cum.</span>
<<elseif $imagechoice is 3>><img src="media/images/House/Downstairs/Game Room/footjob4.webp" >
<span style="color:purple">I'm your princess.</span>
<<elseif $imagechoice is 4>><img src="media/images/House/Downstairs/Game Room/footjob5.webp" >
<span style="color:purple">Please cum all over me.</span>
<</if>>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+5 corruption''</span>
[[Clean Up->Game Room]]
<<set $brother.corruption to $brother.corruption +5>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.lust to $mc.lust +35>>
<<set $mc.energy to $mc.energy - 15>>
<<set $mccorruptionquest.simple to $mccorruptionquest.simple + 1>>
<<else>>
You're too tired.
<</if>><<if $mc.energy gte 15>>
<<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Game Room/blowjob1.webp" >
<span style="color:blue">My cum slut.</span>
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Game Room/blowjob2.webp" >
<span style="color:blue">Quit playing around.</span>
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Game Room/blowjob3.webp" >
<span style="color:purple">Please let me service you.</span>
<<elseif $imagechoice is 3>><img src="media/images/House/Downstairs/Game Room/blowjob4.webp" >
<span style="color:purple">Your cum slut wants her reward.</span>
<<elseif $imagechoice is 4>><img src="media/images/House/Downstairs/Game Room/blowjob5.webp" >
<</if>>
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+8 corruption''</span>
[[Clean Up->Game Room]]
<<set $brother.corruption to $brother.corruption +8>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +8>>
<<set $mc.lust to $mc.lust +35>>
<<set $mc.energy to $mc.energy - 15>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>
<<else>>
You're too tired.
<</if>><<if $mc.energy gte 25>>
<<set $imagechoice to random(4)>>
<<if $imagechoice is 0>><img src="media/images/House/Downstairs/Game Room/sex1.webp" >
<span style="color:purple">Please cum inside. I play better know your cum is inside me.</span>
<<elseif $imagechoice is 1>><img src="media/images/House/Downstairs/Game Room/sex2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House/Downstairs/Game Room/sex3.webp" >
<span style="color:blue">Fuck you made me lose.</span>
<span style="color:purple">Can't focus? Huh I wonder why.</span>
<<elseif $imagechoice is 3>><img src="media/images/House/Downstairs/Game Room/sex4.webp" >
<span style="color:purple">I needed a good creampie today.</span>
<<elseif $imagechoice is 4>><img src="media/images/House/Downstairs/Game Room/sex5.webp" >
<span style="color:purple">You've came inside me three times already how are you still going??</span>
<</if>>
<span style="color:purple">''+10 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+10 corruption''</span>
[[Clean Up->Game Room]]
<<set $brother.corruption to $brother.corruption +10>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +10>>
<<set $mc.lust to 0>>
<<set $mc.energy to $mc.energy - 25>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>>
<<else>>
You're too tired.
<</if>><<if hasVisited("house")>>
[[Patreon|Socials]]
[[Quests|Quests]]
[[Perks|Perks]]
[[Help|Help]]
[[Stuck|house]]
<</if>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/bm1.webp" >
<div class="purpletext"><span style="color:purple">How's it taste $mother.name?</span></div>
<div class="pinktext"><span style="color:pink">I get you're trying to be hot and all but it tastes like skin and sweat I don't know what you're expecting.</span></div>
<div class="purpletext"><span style="color:purple">Way to ruin a good thing $mother.name.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/bm2.webp" >
<div class="purpletext"><span style="color:purple">It's unfair that you get all the dick, I want some.</span></div>
<div class="pinktext"><span style="color:pink">Oh I see now my tongue isn't good enough?</span></div>
<div class="purpletext"><span style="color:purple">What? No you're a master.</span></div>
<div class="pinktext"><span style="color:pink">Then you'll take my tongue like a good girl.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/bm3.webp" >
<div class="purpletext"><span style="color:purple">Omg I can't believe get dicked down by my $brother.name while my $mother.name is giving me a hickey.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-30 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+15 corruption''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+15 corruption''</span>
[[Clean Up->Living Room]]
<<set $brother.corruption to $brother.corruption +15>>
<<set $brother.lust to 0>>
<<set $mother.corruption to $mother.corruption +15>>
<<set $mother.lust to 0>>
<<set $mc.corruption to $mc.corruption +15>>
<<set $mc.lust to 0>>
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -30>>
<<set $mccorruptionquest.multiplepeople to $mccorruptionquest.multiplepeople + 1>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/bf1.webp" >
<div class="purpletext"><span style="color:purple">//Gargles//</span></div>
<div class="bluetext"><span style="color:blue">$father.name: $mc.name we can't hear a word you're saying.</span></div>
<div class="purpletext"><span style="color:purple">//Gargles sadly//</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/bf2.webp" >
<div class="bluetext"><span style="color:blue">$father.name: $mc.name can seriously take a good load.</span></div>
<div class="purpletext"><span style="color:purple">Too bad you're wasting it on my face instead of my pussy.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/bf3.webp" >
<div class="purpletext"><span style="color:purple">I feel so at peace with you two inside of me.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-30 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+15 corruption''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+15 corruption''</span>
[[Clean Up->Living Room]]
<<set $brother.corruption to $brother.corruption +15>>
<<set $brother.lust to 0>>
<<set $father.corruption to $father.corruption +15>>
<<set $father.lust to 0>>
<<set $mc.corruption to $mc.corruption +15>>
<<set $mc.lust to 0>>
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -30>>
<<set $mccorruptionquest.multiplepeople to $mccorruptionquest.multiplepeople + 1>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/sb1.webp" >
<div class="purpletext"><span style="color:purple">This is hot and all but why tf are you rubbing your pussy on my ear?</span></div>
<div class="pinktext"><span style="color:pink">Oh your ear looked dry so I thought I'd help.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/sb2.webp" >
<div class="pinktext"><span style="color:pink">Omg $brother.name, you're going so deep.</span></div>
<div class="purpletext"><span style="color:purple">You better not cum inside her I want my share.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/sb3.webp" >
<div class="purpletext"><span style="color:purple">I get to suck first.</span></div>
<div class="pinktext"><span style="color:pink">Bitch nuh uh, he clearly wants me more.</span></div>
<div class="bluetext"><span style="color:blue">Will you calm down? You each get a turn.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-30 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+15 corruption''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+15 corruption''</span>
[[Clean Up->Living Room]]
<<set $brother.corruption to $brother.corruption +15>>
<<set $brother.lust to 0>>
<<set $sister.corruption to $sister.corruption +15>>
<<set $sister.lust to 0>>
<<set $mc.corruption to $mc.corruption +15>>
<<set $mc.lust to 0>>
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -30>>
<<set $mccorruptionquest.multiplepeople to $mccorruptionquest.multiplepeople + 1>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/fs1.webp" >
<div class="bluetext"><span style="color:blue">$father.name: I'm about to-</span></div>
<div class="pinktext"><span style="color:pink">$sister.name: Inside me? Are you crazy?</span></div>
<div class="purpletext"><span style="color:purple">Hey, if you're gonna be a bitch about it I'll take his dick next time.</span></div>
<div class="bluetext"><span style="color:blue">$father.name: Calm down $mc.name.</span></div>
<div class="pinktext"><span style="color:pink">$sister.name: Yeah seriously, besides I like his dick.</span></div>
<div class="purpletext"><span style="color:purple">Well I love it sooo.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/fs2.webp" >
<div class="purpletext"><span style="color:purple">I can't wait for my snack.</span></div>
<div class="pinktext"><span style="color:pink">$sister.name: You are such a whore.</span></div>
<div class="purpletext"><span style="color:purple">Who's the one getting dicked down right now? Thought so.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/fs3.webp" >
<div class="purpletext"><span style="color:purple">You're wasting it all!</span></div>
<div class="pinktext"><span style="color:pink">$sister.name: I'm sorry but I don't like swallowing ʅ ( ․ ⤙ ․) ʃ </span></div>
<div class="purpletext"><span style="color:purple">Well now he knows to cum inside me next time so it works for me.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-30 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+15 corruption''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+15 corruption''</span>
[[Clean Up->Living Room]]
<<set $father.corruption to $father.corruption +15>>
<<set $father.lust to 0>>
<<set $sister.corruption to $sister.corruption +15>>
<<set $sister.lust to 0>>
<<set $mc.corruption to $mc.corruption +15>>
<<set $mc.lust to 0>>
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -30>>
<<set $mccorruptionquest.multiplepeople to $mccorruptionquest.multiplepeople + 1>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/fm1.webp" >
<div class="purpletext"><span style="color:purple">We're good little sluts.</span></div>
<div class="pinktext"><span style="color:pink">$mother.name: Noo, no, you're the slut, I'm actually supposed to do this.</span></div>
<div class="purpletext"><span style="color:purple">Whatever.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/fm2.webp" >
<div class="purpletext"><span style="color:purple">Your tongue feels amazing $father.name.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/fm3.webp" >
<div class="purpletext"><span style="color:purple">You better cum, I want my snack.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-30 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+15 corruption''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+15 corruption''</span>
[[Clean Up->Living Room]]
<<set $father.corruption to $father.corruption +15>>
<<set $father.lust to 0>>
<<set $mother.corruption to $mother.corruption +15>>
<<set $mother.lust to 0>>
<<set $mc.corruption to $mc.corruption +15>>
<<set $mc.lust to 0>>
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -30>>
<<set $mccorruptionquest.multiplepeople to $mccorruptionquest.multiplepeople + 1>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/sm1.webp" >
<div class="pinktext"><span style="color:pink">$sister.name: You taste soo good.</span></div>
<div class="pinktext"><span style="color:pink">$mother.name: So does her tongue.</span></div>
<div class="purpletext"><span style="color:purple">Stop, you're gonna make me blush.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/sm2.webp" >
<div class="pinktext"><span style="color:pink">$sister.name: Getting my daily does of $mother.name's milk.</span></div>
<div class="purpletext"><span style="color:purple">//To self: There's no way that tastes good right?//</span></div>
<div class="pinktext"><span style="color:pink">$mother.name: You okay sweetie? You look trapped in thought.</span></div>
<div class="purpletext"><span style="color:purple">Huh? Oh yeah I was just thinking how hot you two are.</span></div>
<div class="pinktext"><span style="color:pink">$sister.name: Awww</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/sm3.webp" >
<div class="purpletext"><span style="color:purple">//To self: This is super hot but I think I'm gonna die of suffocation.// </span></div>
<div class="pinktext"><span style="color:pink">$mother.name: Don't let up sweetie.</span></div>
<div class="purpletext"><span style="color:purple">//To self: Fuck.//</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-30 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+15 corruption''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+15 corruption''</span>
[[Clean Up->Living Room]]
<<set $mother.corruption to $mother.corruption +15>>
<<set $mother.lust to 0>>
<<set $sister.corruption to $sister.corruption +15>>
<<set $sister.lust to 0>>
<<set $mc.corruption to $mc.corruption +15>>
<<set $mc.lust to 0>>
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -30>>
<<set $mccorruptionquest.multiplepeople to $mccorruptionquest.multiplepeople + 1>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Living Room/foursome1.webp" >
<div class="purpletext"><span style="color:purple">I knew you'd go for me first $father.name.</span></div>
<div class="pinktext"><span style="color:pink">$sister.name: He's just saving the best for last.</span></div>
<div class="pinktext"><span style="color:pink">$mother.name: Well he's fucked me the most times so he definitely wants me the most.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Living Room/foursome2.webp" >
<div class="bluetext"><span style="color:blue">So many choices, who wants to get face fucked first?</span></div>
<div class="pinktext"><span style="color:pink">$sister.name: Me!</span></div>
<div class="pinktext"><span style="color:pink">$mother.name: Well then I get to go next.</span></div>
<div class="purpletext"><span style="color:purple">Ha! I get his cum.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Living Room/foursome3.webp" >
<div class="pinktext"><span style="color:pink">$sister.name: How do you feel $father.name? Now that you have all the girls in the $family.name wrapping their tongues around your cock.</span></div>
<div class="bluetext"><span style="color:blue">It's how it was always meant to be.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-30 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+15 corruption''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+15 corruption''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+15 corruption''</span>
[[Clean Up->Living Room]]
<<set $father.corruption to $father.corruption +15>>
<<set $father.lust to 0>>
<<set $mother.corruption to $mother.corruption +15>>
<<set $mother.lust to 0>>
<<set $sister.corruption to $sister.corruption +15>>
<<set $sister.lust to 0>>
<<set $mc.corruption to $mc.corruption +15>>
<<set $mc.lust to 0>>
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -30>>
<<set $mccorruptionquest.multiplepeople to $mccorruptionquest.multiplepeople + 1>><img src="media/images/House/Main Floor/Living Room/fivesome1.webp" >
<div class="pinktext"><span style="color:pink">$sister.name: Omg my ass needed this.</span></div>
<div class="pinktext"><span style="color:pink">$mother.name: Your $brother.name's cock feels absolutely riveting.</span></div>
<div class="purpletext"><span style="color:purple">You two better fit both of your dicks inside of me at once after them.</span></div>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+15 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-30 energy''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+15 corruption''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+15 corruption''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:pink">''+15 corruption''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+15 corruption''</span>
[[Clean Up->Living Room]]
<<set $father.corruption to $father.corruption +15>>
<<set $father.lust to 0>>
<<set $mother.corruption to $mother.corruption +15>>
<<set $mother.lust to 0>>
<<set $sister.corruption to $sister.corruption +15>>
<<set $sister.lust to 0>>
<<set $brother.corruption to $brother.corruption +15>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption +15>>
<<set $mc.lust to 0>>
<<set $time to $time+1>>
<<set $mc.energy to $mc.energy -30>>
<<set $mccorruptionquest.multiplepeople to $mccorruptionquest.multiplepeople + 1>>Who you live with your: (Roommates)
<<textbox "$familyname" Name>>
There's a <span style="color:blue">''male''</span> who is ''older than you'', he is your: (Male Tennant)
<<textbox "$father.name" Name>>
There's a <span style="color:pink">''female''</span> who is ''older than you'', she is your: (Female Tennant)
<<textbox "$mother.name" Name>>
There's a <span style="color:blue">''male''</span> who is ''around your age'', he is your: (Male Roommate)
<<textbox "$brother.name" Name>>
There's a <span style="color:pink">''female''</span> who is ''around your age'', she is your: (Female Roommate)
<<textbox "$sister.name" Name>>
<<button "Submit">>
<<goto "house">>
<</button>>Enter your name and press enter <<textbox "$mc.name" "" "house">><<return>>
''Corruption Quest''
<<if $mccorruptionquest.stage == 0>>You're fairly pure. You don't really know how what to do with your life now that you've gotten out of college. Maybe you should scroll Lipstock for some ideas?<</if>><<if $mccorruptionquest.stage == 1>>You feel kinda weird teasing people. Maybe you should look up info about it on your computer.<</if>><<if $mccorruptionquest.stage == 2>>I think I'm ready. I need to go out and find people to tease. (when done, go to sleep)
You've teased $mccorruptionquest.tease out of 5 times.<</if>><<if $mccorruptionquest.stage == 3>>You kinda want to do something sexual with someone. Nothing crazy. Just something simple. Go to the ''Big Park bathroom'' and find someone to either give a handjob or to finger.<</if>><<if $mccorruptionquest.stage == 4>>You wanna see where this goes. Commit ''five'' "simple" acts to continue.
You've done $mccorruptionquest.simple out of 5 acts. Go to sleep when you're done.<</if>><<if $mccorruptionquest.stage == 5>>Search your computer for ideas.<</if>><<if $mccorruptionquest.stage == 6>>Go to the bar and find the gloryhole.<</if>><<if $mccorruptionquest.stage == 7>>You really enjoyed what happened at the bathroom. You still need to decide if you want to continue with what you're doing. Commit ''five'' sexual acts out of the following list:
Blowjob
Titjob
Eat Out
You've done $mccorruptionquest.mouth sexual acts out of 5 times. When done, go to sleep.<</if>><<if $mccorruptionquest.stage == 8>>You found some people wanting to recieve either a thighjob or share a dildo with you. Go to the gym and find them.<</if>><<if $mccorruptionquest.stage == 9>>You want to get more experienced before you try anything else. Commit ''five'' sexual acts out of the following list:
Grind
Thighjob
Lesbian Dildo
Lesbian Dildo Share
You've done $mccorruptionquest.nearpussy sexual acts out of 5 times. When done, buy a dildo, then go to sleep.<</if>><<if $mccorruptionquest.stage == 10>>Go meet either the girl or the guy at the beach.<</if>><<if $mccorruptionquest.stage == 11>>You loved what happened at the beach. Commit ''five'' sexual acts out of the following list:
Anal
Scissor
You've done $mccorruptionquest.anal sexual acts out of 5 times. When done, go to sleep.<</if>><<if $mccorruptionquest.stage == 12>>Go meet someone at the ''treatment center'' and have sex with them.<</if>><<if $mccorruptionquest.stage == 14>>You loved what happened in the car. Commit ''five'' sexual acts out of the following list:
Vaginal
Strapon
You've done $mccorruptionquest.sex sexual acts out of 5 times. When done, go to sleep.<</if>><<if $mccorruptionquest.stage == 15>>Go meet them at ''Sping Dubs'' and have sex with them.<</if>><<if $mccorruptionquest.stage == 16>>You've done everything within the corruption quest!<</if>>
<<return>><div class="purpletext"><span style="color:purple">I've been super bored lately. These girls seem to have so much fun teasing people. Maybe I should do what they do. Who knows, maybe I'll really start to enjoy it.</span></div>
<div class="purpletext"><span style="color:purple">Who should I do it to though? I feel like it'll be really awkward. Maybe someone I know well? Well, idk, that could be really bad. Maybe I should just do it to strangers? No! That's even worse. ''Maybe I should look up what I should do online.''</span></div>
[[Close Lipstock->Laptop]]
<<set $mccorruptionquest.stage to 1>><div class="purpletext"><span style="color:purple">Why is this making me so nervous? I'm sure it's not that big of a deal right? It's just teasing.</span></div>
<<linkreplace "You find a forum talking about teasing">>
<img src="media/images/House/Upstairs/Your Room/corruptionquestwebsitetease.webp" >
<div class="pinktext"><span style="color:pink">I love teasing people! It's kinda like I'm giving them some money to make them happy :) I even tease people I know! They don't make it weird, I don't either! Just a happy time for everyone :D</span></div>
<div class="purpletext"><span style="color:purple">Ig it's not really that big of a deal. I should probably tease people until I'm used to it.</span></div>
Tease people ''five'' times.
[[Close the forum->Laptop]]
<<set $mccorruptionquest.stage to 2>>
<</linkreplace>>
<img src="media/images/House/Upstairs/Your Room/corruptionqueststartsexualacts.webp" >
<span class='fadeIn'>You're dreaming about giving someone a footjob.</span>
[[Wake Up->Corruption Quest Stage Two.5]]<div class="purpletext"><span style="color:purple">Well that was weird. It was just a dream though, nothing serious.</span></div>
<<linkreplace "You start to feel yourself getting wetter and wetter.">>
<img src="media/images/House/Upstairs/Your Room/corruptionquestwet.webp" >
<div class="purpletext"><span style="color:purple" class='fadeIn'>Maybe I don't want it to be just a dream. I can just try it. No harm, if I don't enjoy it I can just stop. Who I should I try something with? I think it's best if I do "it" with someone I don't know. I heard from a friend that there's people who go to bathrooms and have sex at the Big Park. I think I'll go there first.</span></div>
Go to the Big Park bathroom to give someone a handjob or finger them.
[[Get ready for the day->Your Room]]
<<set $mccorruptionquest.stage to 3>>
<</linkreplace>>//You're walking home//
<img src="media/images/Outside/Big Park/questwalking.webp" >
<div class="purpletext"><span style="color:purple">I can't believe I just did that! It was actually kinda fun! I think I wanna try that with more people now. I could also try to do more. I really wanna see where this goes!</span></div>
<span style="color:purple">$mc.name's</span> corruption level has been set to level one. ''Interactions unlocked:''
''Handjob''
''Footjob''
''Making Out''
''Fingering''
Do ''five'' more sexual acts for the next part of the quest.
[[You arrive at your home->house]]
<<set $time to 12>>
<<set $mc.corruptionlvl to 1>>
<<set $mccorruptionquest.stage to 4>><div class="purpletext"><span style="color:purple">This is taking forever. Maybe I should just leave.</span></div>
<<linkreplace "Someone walks in.">>
<div class="bluetext"><span style="color:blue">Yo, so you here for the "services"?</span></div>
<div class="purpletext"><span style="color:purple">I think so yeah. How does it work? Do I just wait here for someone orr.</span></div>
<div class="bluetext"><span style="color:blue">You can follow me into the stall and I can show you exactly how it works.</span></div>
[[Follow him into the stall->Quest Handjob Stall]]
[[Leave->Bathroom Big Park]]
<</linkreplace>><div class="purpletext"><span style="color:purple">This is taking forever. Maybe I should just leave.</span></div>
<<linkreplace "Someone walks in.">>
<div class="pinktext"><span style="color:pink">Heyyy! Are you also here for those "services"?</span></div>
<div class="purpletext"><span style="color:purple">I think so yeah. How does it work? Do I just wait here for someone orr.</span></div>
<div class="pinktext"><span style="color:pink">You can follow me into the stall and I can show you ;)</span></div>
[[Follow her into the stall->Quest Finger Stall]]
[[Leave->Bathroom Big Park]]
<</linkreplace>><img src="media/images/Outside/Big Park/questfinger.webp" >
<div class="purpletext"><span style="color:purple">Am I doing it right?</span></div>
<div class="pinktext"><span style="color:pink">There's no way you just said that.</span></div>
<div class="purpletext"><span style="color:purple">What, why?</span></div>
<div class="pinktext"><span style="color:pink">Shh just keep doing what you're doing.</span></div>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
[[You need to think about what just happened->Corruption Quest Stage Two.55]]
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.energy to $mc.energy - 15>>
<<set $mc.lust to $mc.lust + 35>><div class="purpletext"><span style="color:purple">So just keep doing it like this?</span></div>
<div class="bluetext"><span style="color:blue">You sure this is your first time? I'm about to-</span></div>
<img src="media/images/Outside/Big Park/questhandjob.webp" >
<div class="purpletext"><span style="color:purple">OMG you got it everywhere! Be quiet you're being too loud.</span></div>
<div class="bluetext"><span style="color:blue">You're the one yelling I don't see how I-</span></div>
<div class="purpletext"><span style="color:purple">Shhh</span></div>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
[[You need to think about what just happened->Corruption Quest Stage Two.55]]
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.energy to $mc.energy - 15>>
<<set $mc.lust to $mc.lust + 35>><img src="media/images/House/Upstairs/Your Room/questblowjobdream.webp" >
<span class='fadeIn'>You're dreaming about giving someone a blowjob.</span>
[[Wake Up->Corruption Quest Stage 3.5]]<div class="purpletext"><span style="color:purple">Well that was new. Maybe my dreams are trying to tell me something?</span></div>
<<linkreplace "Using only my hands isn't intimate enough.">>
<img src="media/images/House/Upstairs/Your Room/playercorruptionquestmouth.webp" >
<div class="purpletext"><span style="color:purple" class='fadeIn'>I need to do something with my mouth. I want to know that I can pleasure someone enough to orgasm. I want to see their face when they do it. It almost feels like a need. I need to do this. I'm ready. Plus, I won't get pregnancy scares so that's great. Who should I give head to? Maybe I should look up areas online.</span></div>
Search your ''computer'' for ideas.
[[Get ready for the day->Your Room]]
<<set $mccorruptionquest.stage to 5>>
<</linkreplace>>//You've been searching for awhile//
<div class="purpletext"><span style="color:purple">There has to be something! I don't want to give head to someone I know. This needs to be private.</span></div>
<<linkreplace "You find a link about a bar">>
<div class="bluetext"><span style="color:blue">You can't be serious.</span></div>
<div class="bluetext"><span style="color:blue">Bro I'm telling you, there's sluts who go to the bathroom just for the gloryhole.</span></div>
<div class="purpletext"><span style="color:purple">Well I'm not a slut but that's an idea.</span></div>
Go to the ''bar'' and find the ''gloryhole''.
[[Close the computer->Your Room]]
<<set $mccorruptionquest.stage to 6>>
<</linkreplace>>
<img src="media/images/Outside/Bar/questblowjob.webp" >
//You feel your panties soaking while you're giving him a blowjob//
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
[[You need to think about what just happened->Corruption Quest Stage 3.7]]
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.energy to $mc.energy - 15>>
<<set $mc.lust to $mc.lust + 35>>
<div class="pinktext"><span style="color:pink">First time in a gloryhole?</span></div>
<div class="purpletext"><span style="color:purple">Yeah first time. I don't think I really wanna do this.</span></div>
<div class="pinktext"><span style="color:pink">You could do something with me if it makes you less nervous :)</span></div>
<<linkreplace "Eat her out">>
<img src="media/images/Outside/Bar/questeat.webp" >
<div class="pinktext"><span style="color:pink">Wow babe you're really good at this!</span></div>
<div class="purpletext"><span style="color:purple">Thank you!</span></div>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
[[You need to think about what just happened->Corruption Quest Stage 3.7]]
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.energy to $mc.energy - 15>>
<<set $mc.lust to $mc.lust + 35>>
<</linkreplace>>
<img src="media/images/Outside/Bar/questlicklips.webp" >
<div class="purpletext"><span style="color:purple" class='fadeIn'>
This is starting to get kinda addicting. Maybe I should try it a few more times to see if I really do like it.
</span></div>
<span style="color:purple">$mc.name's</span> corruption level has been set to level two. ''Interactions unlocked:''
''Blowjob''
''Titjob''
''Eat Out''
Do ''five'' more of the above sexual acts for the next part of the quest.
[[Walk Home->house]]
<<set $mccorruptionquest.stage to 7>>
<<set $mc.corruptionlvl to 2>>//You're dreaming of giving someone a thighjob at a party//
<img src="media/images/House/Upstairs/Your Room/quest7dreamthighjob.webp" >
<div class="bluetext"><span style="color:blue">Follow me real quick, I have someone to show you.</span></div>
//You follow him to a girl who promptly pushes you down and hands you a dildo//
<img src="media/images/House/Upstairs/Your Room/quest7dreamdildo.webp" >
[[Wake Up->Corruption Quest Stage 4.2]]
<img src="media/images/House/Upstairs/Your Room/quest7dreamwet.webp" >
<div class="purpletext"><span style="color:purple">I can't even think right now. I need to do something.</span></div>
<<linkreplace "You put you hand down your panties">>
<img src="media/images/House/Upstairs/Your Room/quest7underpanties.webp" >
<img src="media/images/House/Upstairs/Your Room/quest7masturbate.webp" >
<img src="media/images/House/Upstairs/Your Room/quest7squirt.webp" >
[[You sit there in silence->Corruption Quest Stage 4.5]]
<</linkreplace>><div class="purpletext"><span style="color:purple">Maybe I ''don't'' care. There's nothing wrong with having some fun. This has been the best time I've had since college.</span></div>
<div class="purpletext"><span style="color:purple">I still don't wanna get pregnant, so I have to be kinda careful. At least I think? Idk. Regardless, I don't want to take the chance.</span></div>
<div class="purpletext"><span style="color:purple">The internet has helped me so far. Ig that's how I'll figure out what to do.</span></div>
[[You find a forum talking about ways to have sex without getting pregnant->Corruption Quest Stage 4.65]]<img src="media/images/House/Upstairs/Your Room/questforumthighjob.webp" >
<div class="pinktext"><span style="color:pink">Yeah! I didn't want to get pregnant sooo, thighjobs are a great option! My clit loves it, he loves it, there's no way to lose!</span></div>
<div class="purpletext"><span style="color:purple">Thighjobs work ig.</span></div>
<<linkreplace "You see a post about someone wanting a thighjob">>
<div class="bluetext"><span style="color:blue">Anyone want to give me a thighjob? I work at the gym so I'm usually there.</span></div>
<div class="pinktext"><span style="color:pink">I also work at the gym and wanna share a dildo with someone.</span></div>
Go to the gym to give him a thighjob or share a dildo with her.
[[Close the computer->Your Room]]
<<set $mccorruptionquest.stage to 8>>
<</linkreplace>><div class="purpletext"><span style="color:purple">Heyy, I'm looking for a guy that works here who was looking for a girl like me :P</span></div>
<div class="bluetext"><span style="color:blue">OH! I didn't think someone would actually show up. Yeah, follow me.</span></div>
<img src="media/images/Outside/Gym/questthighjob.webp" >
<div class="bluetext"><span style="color:blue">Damn girl you took my fuckin soul</span></div>
<div class="purpletext"><span style="color:purple">Haha yeah I'm pretty good at this. If you want another one call me!</span></div>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
[[You walk out of the gym with a smile->Corruption Quest Stage 4.75]]
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.energy to $mc.energy - 15>>
<<set $mc.lust to $mc.lust + 35>><div class="purpletext"><span style="color:purple">Heyy, I'm looking for a girl that works here who was looking for a girl like me :P</span></div>
<div class="pinktext"><span style="color:pink">HI! Soo I brough my device with me, follow me ;)</span></div>
<img src="media/images/Outside/Gym/questdoubledildo.webp" >
<div class="pinktext"><span style="color:pink">Girl you act like you're a professional</span></div>
<div class="purpletext"><span style="color:purple">Haha yeah I'm pretty good at this. If you want another one call me!</span></div>
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-15 energy''</span>
[[You walk out of the gym with a smile->Corruption Quest Stage 4.75]]
<<set $time to $time+.5>>
<<set $mc.corruption to $mc.corruption +5>>
<<set $mc.energy to $mc.energy - 15>>
<<set $mc.lust to $mc.lust + 35>><img src="media/images/Outside/Gym/questwalking.webp" >
<div class="purpletext"><span style="color:purple">This is so exciting! I can't wait to try this on more people!</span></div>
<span style="color:purple">$mc.name's</span> corruption level has been set to level three. ''Interactions unlocked:''
''Grind''
''Thighjob''
''Lesbian Dildo''
''Lesbian Dildo Share''
Do ''five'' more of the above sexual acts for the next part of the quest.
[[Walk Home->house]]
<<set $mccorruptionquest.stage to 9>>
<<set $mc.corruptionlvl to 3>><<set $mc.lust to 100>>
<<linkreplace "You wake up horny">>
<div class="purpletext"><span style="color:purple">What time is it?</span></div>
//You look over to see that it's an hour before your alarm goes off//
<div class="purpletext"><span style="color:purple">Ugh whatever. Regardless, I can't think. I can't go throughout the day feeling like this.</span></div>
//You remember the dildo you bought//
<<linkreplace "Might as well">>
<img src="media/images/House/Upstairs/Your Room/questdildoanal.webp" >
<span style="color:pink">-100 lust</span>
<<set $mc.lust to 0>>
<div class="purpletext"><span style="color:purple">That felt //really// good. I kinda wanna try that with someone now.</span></div>
[[Find someone on your computer who'd want to do something with->Corruption Quest Stage 5.3]]
<</linkreplace>>
<<set $mccorruptionquest.stage to 10>>
<</linkreplace>><<linkreplace "You make a post about wanting to meet someone">>
<div class="purpletext"><span style="color:purple">Heyyy! Anyone wanna meet to have some fun?</span></div>
<<linkreplace "Nothing">>
<<linkreplace "Still Nothing">>
<<linkreplace "Someone Responded">>
<div class="bluetext"><span style="color:blue">I'm at the beach a lot. What do you want to do?</span></div>
<div class="purpletext"><span style="color:purple">I was thinking anal?</span></div>
<div class="bluetext"><span style="color:blue">You're actually asking for anal? Yeah absolutely, ask for me anytime.</span></div>
<div class="pinktext"><span style="color:pink">I was also looking to scissor someone! Find me if you wanna have some fun :P</span></div>
[[Get ready for your day->Your Room]]
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><img src="media/images/Outside/Beach/questpublic.webp">
//You see a couple having sex//
<div class="purpletext"><span style="color:purple">This looks like the right place.</span></div>
<<linkreplace "You message him that you're at the beach">>
<div class="bluetext"><span style="color:blue">I'm the one waving over here.</span></div>
//You walk over to him//
<div class="bluetext"><span style="color:blue">Damn you look even better in person.</span></div>
<div class="purpletext"><span style="color:purple">Haha, thank you. I'm excited to feel your cock inside of me.</span></div>
<div class="bluetext"><span style="color:blue">No time wasted I see.</span></div>
<<linkreplace "You take off his swim trunks">>
<img src="media/images/Outside/Beach/questanal.webp">
<div class="purpletext"><span style="color:purple">Omg the view is amazing.</span></div>
<div class="bluetext"><span style="color:blue">You're telling me.</span></div>
<div class="purpletext"><span style="color:purple">You can cum inside if you want :P</span></div>
<img src="media/images/Outside/Beach/questcreampie.webp">
<div class="purpletext"><span style="color:purple">Thank you! That was super fun!</span></div>
<div class="bluetext"><span style="color:blue">Anytime.</span></div>
[[You walk home->Corruption Quest Stage 5.7]]
<</linkreplace>>
<</linkreplace>><img src="media/images/Outside/Beach/questpublic.webp">
//You see a couple having sex//
<div class="purpletext"><span style="color:purple">This looks like the right place.</span></div>
<<linkreplace "You message her that you're at the beach">>
<div class="pinktext"><span style="color:pink">I'm the one waving over here.</span></div>
//You walk over to her//
<div class="pinktext"><span style="color:pink">Damn girl you look even better in person.</span></div>
<div class="purpletext"><span style="color:purple">Haha, thank you. I'm excited to rub my pussy all over yours.</span></div>
<div class="pinktext"><span style="color:pink">Chillll, I got us some drinks first.</span></div>
<<linkreplace "You two start drinking">>
<img src="media/images/Outside/Beach/questfun.webp">
<div class="purpletext"><span style="color:purple">Omg the view is amazing.</span></div>
<div class="pinktext"><span style="color:pink">Yeah babe, it's gorgeous.</span></div>
//You only have a few drops left in your drink//
<div class="purpletext"><span style="color:purple">You ready? :P</span></div>
//She takes off your swimsuit so you take off hers//
<img src="media/images/Outside/Beach/beachscissor.webp">
<div class="purpletext"><span style="color:purple">Thank you! That was super fun!</span></div>
<div class="pinktext"><span style="color:pink">Call me! :)</span></div>
[[You walk home->Corruption Quest Stage 5.7]]
<</linkreplace>>
<</linkreplace>><img src="media/images/Outside/Beach/questwalk.webp">
//You're walking home//
<div class="purpletext"><span style="color:purple">That was amazing! I can't wait to try that with more people (˶˃ ᵕ ˂˶)</span></div>
<span style="color:purple">$mc.name's</span> corruption level has been set to level four. ''Interactions unlocked:''
''Anal''
''Scissor''
Do ''five'' more of the above sexual acts for the next part of the quest.
[[You arrive at your house->house]]
<<set $time to 12>>
<<set $mccorruptionquest.stage to 11>>
<<set $mc.corruptionlvl to 4>><img src="media/images/House/Upstairs/Your Room/questdreamsex.webp" >
//You dream about having sex with someone//
<<set $lust to 100>>
<div class="purpletext"><span style="color:purple">Why do I keep having these dreams?</span></div>
<<linkreplace "You grab your dildo">>
<img src="media/images/House/Upstairs/Your Room/questdreamdildo6.webp" >
//You orgasm//
<div class="purpletext"><span style="color:purple">That felt soo good inside me.</span></div>
<div class="purpletext"><span style="color:purple">Idk if I really wanna go that far with someone. Do I?</span></div>
<div class="purpletext"><span style="color:purple">You know what? Why not. I'm ready!</span></div>
[[Find someone on a forum that wants to have sex with you->Corruption Quest Stage 6.25]]
<<set $lust to 0>>
<</linkreplace>><<linkreplace "You find a post about someone that wants to have sex in a car">>
<div class="bluetext"><span style="color:blue">Anyone wanna have sex in a car? You can meet me at the Treatment Center parking lot.</span></div>
<div class="pinktext"><span style="color:pink">Saaame, meet me in the same place.</span></div>
//You recognize some usernames, they're your $familyname's!//
<div class="bluetext"><span style="color:blue">$brother.name: Same.</span></div>
<div class="bluetext"><span style="color:blue">$father.name: Same.</span></div>
<div class="pinktext"><span style="color:pink">$mother.name: Same.</span></div>
<div class="pinktext"><span style="color:pink">$sister.name: Same.</span></div>
[[Get ready->Your Room]]
<<set $mccorruptionquest.stage to 12>>
<</linkreplace>><<linkreplace "You wave to him and enter his car">>
<div class="bluetext"><span style="color:blue">Just checking, how do you know me?</span></div>
<div class="purpletext"><span style="color:purple">I found you on a forum :P</span></div>
<div class="bluetext"><span style="color:blue">Awesome, lemme just drive to a good spot.</span></div>
<<linkreplace "You got horny and couldn't wait">>
<img src="media/images/Outside/Treatment Center/questhandjob.webp" >
<div class="bluetext"><span style="color:blue">Damn do you want us to crash?</span></div>
<div class="purpletext"><span style="color:purple">Oh, I can stop if you want.</span></div>
<div class="bluetext"><span style="color:blue">Nahh I can handle it don't worry.</span></div>
<<linkreplace "You get to the location">>
//You take off your pants and start riding his dick//
<img src="media/images/Outside/Treatment Center/questsex.webp" >
<div class="purpletext"><span style="color:purple">Omg you feel so good. I need all of you inside of me.</span></div>
<div class="bluetext"><span style="color:blue">Calm down you're gonna make me-</span></div>
<img src="media/images/Outside/Treatment Center/questcreampie.webp" >
A stranger popped your cherry and creampied you!
<div class="purpletext"><span style="color:purple">Thank you so much! Your dick felt amazing.</span></div>
<div class="bluetext"><span style="color:blue">Anytime.</span></div>
[[He drives you home and you go to your room to think->Corruption Quest Stage 6.75]]
<<set $mccorruptionquest.stage to 13>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<<linkreplace "You wave to her and enter her car">>
<div class="pinktext"><span style="color:pink">Heyy, just checking, how do you know me?</span></div>
<div class="purpletext"><span style="color:purple">I found you on a forum :P</span></div>
<div class="pinktext"><span style="color:pink">Coolio, lemme just drive to a good spot.</span></div>
<<linkreplace "You got horny and couldn't wait">>
<img src="media/images/Outside/Treatment Center/questdrive.webp" >
<div class="pinktext"><span style="color:pink">Damn girl, do you want us to crash?</span></div>
<div class="purpletext"><span style="color:purple">Oh, I can stop if you want.</span></div>
<div class="pinktext"><span style="color:pink">Oh I can handle it don't worry.</span></div>
<<linkreplace "You get to the location">>
//You take off her pants and start fingering her//
<img src="media/images/Outside/Treatment Center/questfinger.webp" >
<div class="pinktext"><span style="color:pink">Omg your fingers feel soo good. Let me return the favor.</span></div>
<img src="media/images/Outside/Treatment Center/queststrapon.webp" >
A stranger popped your cherry!
<div class="purpletext"><span style="color:purple">Thank you so much! Your strapon felt amazing.</span></div>
<div class="pinktext"><span style="color:pink">Anytime babe, call me!</span></div>
[[She drops you off at your house and you go to your room to think->Corruption Quest Stage 6.75]]
<<set $mccorruptionquest.stage to 13>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<<if $brother.corruption gte 280>>
<<linkreplace "You wave to him and enter his car">>
<div class="bluetext"><span style="color:blue">What are you doing here?</span></div>
<div class="purpletext"><span style="color:purple">I found you on a forum :P</span></div>
<div class="bluetext"><span style="color:blue">You sure you're ready?</span></div>
<div class="purpletext"><span style="color:purple">I need your dick inside me.</span></div>
<div class="bluetext"><span style="color:blue">Damn okay, lemme just drive to a good spot.</span></div>
<<linkreplace "You got horny and couldn't wait">>
<img src="media/images/Outside/Treatment Center/questhandjob.webp" >
<div class="bluetext"><span style="color:blue">Do you want us to crash?</span></div>
<div class="purpletext"><span style="color:purple">Oh, I can stop if you want.</span></div>
<div class="bluetext"><span style="color:blue">Nahh I can handle it don't worry.</span></div>
<<linkreplace "You get to the location">>
//You take off your pants and start riding his dick//
<img src="media/images/Outside/Treatment Center/questsex.webp" >
<div class="purpletext"><span style="color:purple">Omg you feel so good. I need all of you inside of me.</span></div>
<div class="bluetext"><span style="color:blue">Calm down you're gonna make me-</span></div>
<img src="media/images/Outside/Treatment Center/questcreampie.webp" >
You $brother.name popped your cherry and creampied you!
<div class="purpletext"><span style="color:purple">Thank you so much! Your dick felt amazing.</span></div>
<div class="bluetext"><span style="color:blue">Anytime $mc.name.</span></div>
[[He drives you both back to the house and you go to your room to think->Corruption Quest Stage 6.75]]
<<set $mccorruptionquest.stage to 13>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<<else>>
[[He isn't corrupted enough(280c)->Treatment Center]]
<</if>><<if $sister.corruption gte 280>>
<<linkreplace "You wave to her and enter her car">>
<div class="pinktext"><span style="color:pink">Heyyy, what are you doing here?</span></div>
<div class="purpletext"><span style="color:purple">I found you on a forum :P</span></div>
<div class="pinktext"><span style="color:pink">You sure you're ready?</span></div>
<div class="purpletext"><span style="color:purple">I've needed this for a long time.</span></div>
<div class="pinktext"><span style="color:pink">Coolio, lemme just drive to a good spot.</span></div>
<<linkreplace "You got horny and couldn't wait">>
<img src="media/images/Outside/Treatment Center/questdrive.webp" >
<div class="pinktext"><span style="color:pink">Damn girl, do you want us to crash?</span></div>
<div class="purpletext"><span style="color:purple">Oh, I can stop if you want.</span></div>
<div class="pinktext"><span style="color:pink">Oh I can handle it don't worry.</span></div>
<<linkreplace "You get to the location">>
//You take off her pants and start fingering her//
<img src="media/images/Outside/Treatment Center/questfinger.webp" >
<div class="pinktext"><span style="color:pink">Omg your fingers feel soo good. Let me return the favor.</span></div>
<img src="media/images/Outside/Treatment Center/queststrapon.webp" >
Your $sister.name popped your cherry!
<div class="purpletext"><span style="color:purple">Thank you so much! Your strapon felt amazing.</span></div>
<div class="pinktext"><span style="color:pink">Anytime $mc.name.</span></div>
[[She drives you both home and you go to your room to think->Corruption Quest Stage 6.75]]
<<set $mccorruptionquest.stage to 13>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<<else>>
[[She isn't corrupted enough(280c)->Treatment Center]]
<</if>><<if $father.corruption gte 280>>
<<linkreplace "You wave to him and enter his car">>
<div class="bluetext"><span style="color:blue">What are you doing here?</span></div>
<div class="purpletext"><span style="color:purple">I found you on a forum :P</span></div>
<div class="bluetext"><span style="color:blue">You sure you're ready?</span></div>
<div class="purpletext"><span style="color:purple">I need your dick inside me.</span></div>
<div class="bluetext"><span style="color:blue">Damn okay, lemme just drive to a good spot.</span></div>
<<linkreplace "You got horny and couldn't wait">>
<img src="media/images/Outside/Treatment Center/questhandjob.webp" >
<div class="bluetext"><span style="color:blue">Do you want us to crash?</span></div>
<div class="purpletext"><span style="color:purple">Oh, I can stop if you want.</span></div>
<div class="bluetext"><span style="color:blue">Nahh I can handle it don't worry.</span></div>
<<linkreplace "You get to the location">>
//You take off your pants and start riding his dick//
<img src="media/images/Outside/Treatment Center/questsex.webp" >
<div class="purpletext"><span style="color:purple">Omg you feel so good. I need all of you inside of me.</span></div>
<div class="bluetext"><span style="color:blue">Calm down you're gonna make me-</span></div>
<img src="media/images/Outside/Treatment Center/questcreampie.webp" >
You $father.name popped your cherry and creampied you!
<div class="purpletext"><span style="color:purple">Thank you so much! Your dick felt amazing.</span></div>
<div class="bluetext"><span style="color:blue">Anytime $mc.name.</span></div>
[[He drives you both back to the house and you go to your room to think->Corruption Quest Stage 6.75]]
<<set $mccorruptionquest.stage to 13>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<<else>>
[[He isn't corrupted enough(280c)->Treatment Center]]
<</if>><<if $mother.corruption gte 280>>
<<linkreplace "You wave to her and enter her car">>
<div class="pinktext"><span style="color:pink">Heyyy, what are you doing here?</span></div>
<div class="purpletext"><span style="color:purple">I found you on a forum :P</span></div>
<div class="pinktext"><span style="color:pink">You sure you're ready?</span></div>
<div class="purpletext"><span style="color:purple">I've needed this for a long time.</span></div>
<div class="pinktext"><span style="color:pink">Coolio, lemme just drive to a good spot.</span></div>
<<linkreplace "You got horny and couldn't wait">>
<img src="media/images/Outside/Treatment Center/questdrive.webp" >
<div class="pinktext"><span style="color:pink">Damn girl, do you want us to crash?</span></div>
<div class="purpletext"><span style="color:purple">Oh, I can stop if you want.</span></div>
<div class="pinktext"><span style="color:pink">Oh I can handle it don't worry.</span></div>
<<linkreplace "You get to the location">>
//You take off her pants and start fingering her//
<img src="media/images/Outside/Treatment Center/questfinger.webp" >
<div class="pinktext"><span style="color:pink">Omg your fingers feel soo good. Let me return the favor.</span></div>
<img src="media/images/Outside/Treatment Center/queststrapon.webp" >
Your $mother.name popped your cherry!
<div class="purpletext"><span style="color:purple">Thank you so much! Your strapon felt amazing.</span></div>
<div class="pinktext"><span style="color:pink">Anytime $mc.name.</span></div>
[[She drives you both home and you go to your room to think->Corruption Quest Stage 6.75]]
<<set $mccorruptionquest.stage to 13>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<<else>>
[[She isn't corrupted enough(280c)->Treatment Center]]
<</if>><img src="media/images/House/Upstairs/Your Room/questvictorydance.webp" >
//You do a victory dance//
<div class="purpletext"><span style="color:purple">I'm finally not a virgin!</span></div>
<div class="purpletext"><span style="color:purple">I understand that if people knew what I've been doing, I'd be called a total slut, but idc anymore.</span></div>
<div class="purpletext"><span style="color:purple">This is fun, I enjoy it, so who cares? I can't wait for the future!</span></div>
<span style="color:purple">$mc.name's</span> corruption level has been set to level five. ''Interactions unlocked:''
''Vaginal''
''Strapon''
Do ''five'' more of the above sexual acts for the next part of the quest.
[[Your Room]]
<<set $mccorruptionquest.stage to 14>>
<<set $mc.corruptionlvl to 5>>
<<set $time to 12>><<set $mc.lust to 100>>
<img src="media/images/House/Upstairs/Your Room/questdreamthreesome.webp" >
//You're dreaming of a girl leading a guy's cock inside of you//
<<linkreplace "You wake up">>
<div class="purpletext"><span style="color:purple">I know what to do next!</span></div>
<div class="purpletext"><span style="color:purple">I love having sex and I love sharing that connection with someone, why not share it with multiple people at the same time!</span></div>
[[You scroll the forums for people->Corruption Quest Stage 7.2]]
<</linkreplace>><<linkreplace "You find a post called threesomes, foursomes, and everything else">>
<div class="bluetext"><span style="color:blue">If anyone wants to meet up let me know. There's a secret area in Sping Dubs that we could meet at.</span></div>
<div class="pinktext"><span style="color:pink">Meet your there.</span></div>
<div class="bluetext"><span style="color:blue">Same.</span></div>
<div class="pinktext"><span style="color:pink">Same.</span></div>
<div class="pinktext"><span style="color:pink">Same.</span></div>
<div class="bluetext"><span style="color:blue">Same.</span></div>
+8 replies
[[Ig I'll meet them at Sping Dubs->Your Room]]
<<set $mccorruptionquest.stage to 15>>
<</linkreplace>>You've teased people <span style="color:purple">$mccorruptionquest.tease</span> times.
You've done simple acts (handjobs, footjobs, making out, and fingering) <span style="color:purple">$mccorruptionquest.simple</span> times.
You've used your mouth (or given a titjob) <span style="color:purple">$mccorruptionquest.mouth</span> times.
You've gotten close but not too close (grind, thighjob, lesbian dildo, lesbian share dildo) <span style="color:purple">$mccorruptionquest.nearpussy</span> times.
You've done anal or scissored <span style="color:purple">$mccorruptionquest.anal</span> times.
You've had vaginal sex or used a strapon <span style="color:purple">$mccorruptionquest.sex</span> times.
You've had sex with multiple people at once <span style="color:purple">$mccorruptionquest.multiplepeople</span> times.
All together you've done something sexual <span style="color:purple">$mccorruptionquest.total</span> times.
[[Your Room]]
<div class="bluetext"><span style="color:blue">Follow me there's lots of people in here.</span></div>
[[Follow him to a room with boths guys and girls->Quest 'Some Both]]
<div class="pinktext"><span style="color:pink">Follow me if you just want the girlies.</span></div>
[[Follow her to a room with just girls->Quest 'Some Girls]]//You follow him to the secret room and sit down//
<img src="media/images/Outside/Sping Dubs/questorgymf1.webp" >
<div class="bluetext"><span style="color:blue">Damn bitch you're hot as hell.</span></div>
<div class="purpletext"><span style="color:purple">Haha thank you :P when can we start?</span></div>
//He starts taking your clothes off//
<div class="bluetext"><span style="color:blue">Right now.</span></div>
<<linkreplace "Him and his friend push you down">>
<img src="media/images/Outside/Sping Dubs/questorgymf2.webp" >
<div class="purpletext"><span style="color:purple">Thank you for cumming on my face, your cum is so delicious.</span></div>
<<linkreplace "You and a couple of other girls take turns with a guy">>
<img src="media/images/Outside/Sping Dubs/questorgymf3.webp" >
<div class="purpletext"><span style="color:purple">Omg right there don't stop.</span></div>
<div class="pinktext"><span style="color:pink">My turn next!</span></div>
<div class="pinktext"><span style="color:pink">No mine!</span></div>
<img src="media/images/Outside/Sping Dubs/questorgymf4.webp" >
//He cums inside you//
<div class="purpletext"><span style="color:purple">I don't know what I'll do without your dick, at least you left me a present to take with me :D</span></div>
<<linkreplace "You and another girl take turns getting rammed">>
<img src="media/images/Outside/Sping Dubs/questorgymf5.webp" >
//He slides his dick into her while she eats your pussy//
<div class="bluetext"><span style="color:blue">You're so tight I think I'm about to-</span></div>
<div class="purpletext"><span style="color:purple">Nuh uh.</span></div>
//You pull his dick out and aim it at your face//
<img src="media/images/Outside/Sping Dubs/questorgymf6.webp" >
//A couple of other guys joined in taking turns shooting loads at your face.//
<div class="purpletext"><span style="color:purple">Thank you so much for your cum! I'll never forget any of you.</span></div>
[[You start to walk home->Corruption Quest Stage 7.8]]
<<set $mccorruptionquest.multiplepeople to $mccorruptionquest.multiplepeople + 1>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>//You follow her to the secret room and start making out with one of the girls//
<img src="media/images/Outside/Sping Dubs/questorgyf1.webp" >
//She pushes you down onto a couch//
<div class="purpletext"><span style="color:purple">What are you-</span></div>
<div class="pinktext"><span style="color:pink">Shh, just let me take care of you.</span></div>
<<linkreplace "She starts eating you out while you make out with another girl">>
<img src="media/images/Outside/Sping Dubs/questorgyf2.webp" >
//You can barely hold in your moans while she eats you out//
<<linkreplace "The girl you were making out with leads you to a bed">>
<img src="media/images/Outside/Sping Dubs/questorgyf3.webp" >
//She starts fingering you and another girl//
<div class="purpletext"><span style="color:purple">Omg you're magical.</span></div>
<div class="pinktext"><span style="color:pink">Please let this day never end.</span></div>
//You and the girl who fingered you grab a dildo and start thrusting//
<img src="media/images/Outside/Sping Dubs/questorgyf4.webp" >
//You cum to her thrusts//
<<linkreplace "Everyone gathers for an orgy">>
<img src="media/images/Outside/Sping Dubs/questorgyf5.webp" >
//Everyone takes turns with the wand until everyone reaches an orgasm//
<img src="media/images/Outside/Sping Dubs/questorgyf6.webp" >
//Everyone starts to get ready to leave.//
<div class="purpletext"><span style="color:purple">Thank you so much for this experience! I'll never forget any of you.</span></div>
[[You start to walk home->Corruption Quest Stage 7.8]]
<<set $mccorruptionquest.multiplepeople to $mccorruptionquest.multiplepeople + 1>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><img src="media/images/Outside/Sping Dubs/questdrip.webp" >
//Everything has left you dripping//
<div class="pinktext"><span style="color:purple">I can't think of any other way I'd want to spend my time. That was amazing.</span></div>
<img src="media/images/Outside/Sping Dubs/questwalk.webp" >
//You're walking home//
<div class="purpletext"><span style="color:purple">I want to be a slut. I need to be a slut. This is everything I've ever wanted.</span></div>
<span style="color:purple">$mc.name's</span> corruption level has been set to level six. ''Interactions unlocked:''
''Threesome''
''Foursome''
''Fivesome''
''Etc.''
[[You arrive at your home->house]]
<<set $mccorruptionquest.stage to 16>>
<<set $mc.corruptionlvl to 6>>
<<set $time to 12>>!Perks!
<img src="media/images/perks.webp">
Current Corruption Currency: $mc.corruption
''Exhibitionist''
You don't feel free enough. Your clothes feel restricting! Why not sometimes take them off for the whole world to see!
Unlocks: Nude Beach plus various scenes throughout the world.
<<if $mcperks.exhibitionist lt 1 and $mc.corruption gte 250>>[[Buy Exhibitionist - 250 Corruption Currency|Perks][$mcperks.exhibitionist to $mcperks.exhibitionist + 1, $mc.corruption to $mc.corruption - 250]]<<elseif $mc.corruption lt 250 and $mcperks.exhibitionist lt 1>>You don't have enough corruption currency. (250)<<else>>Have fun!<</if>>
''Free Use''
You find it annoying that you always have to ask people to have sex. You want people to just use you!
Unlocks: Scenes around the house plus current scenes happen without asking.
<<if $mcperks.freeuse lt 1 and $mc.corruption gte 300>>[[Buy Free Use - 300 Corruption Currency|Perks][$mcperks.freeuse to $mcperks.freeuse + 1, $mc.corruption to $mc.corruption - 300]]<<elseif $mc.corruption lt 300 and $mcperks.freeuse lt 1>>You don't have enough corruption currency. (300)<<else>>Have fun!<</if>>
''Porn Ads''
Why are you the only one who gets more corrupted as time goes on? It doesn't make sense. Just place some porn ads on your $familyname's computers!
Unlocks: Passive corruption of your $familyname as time goes on.
<<if $mcperks.familypassivecorruption lt 1 and $mc.corruption gte 250>>[[Buy Porn Ads - 250 Corruption Currency|Perks][$mcperks.familypassivecorruption to $mcperks.familypassivecorruption + 1, $mc.corruption to $mc.corruption - 250]]<<elseif $mc.corruption lt 250 and $mcperks.familypassivecorruption lt 1>>You don't have enough corruption currency. (250)<<else>>Have fun!<</if>>
''Sharer''
It's unfair that you're the main link. You want everyone from your $familyname to be able to have sex with each other!
Unlocks: Scenes between your $familyname without you in it.
<<if $mcperks.share lt 1 and $mc.corruption gte 300>>[[Buy Sharer - 300 Corruption Currency|Perks][$mcperks.share to $mcperks.share + 1, $mc.corruption to $mc.corruption - 300]]<<elseif $mc.corruption lt 300 and $mcperks.share lt 1>>You don't have enough corruption currency. (300)<<else>>Have fun!<</if>>
[[You find yourself in your room->Your Room]] //Your $brother.name walks over to you.//
<div class="bluetext"><span style="color:blue">Remember that agreement we had?</span></div>
[[Get ready->Brother Free Use Room Decider]]
<<set $freeuse to random(6)>>
<<if $freeuse is 0>>
<<if $mc.corruptionlvl gte 1 and $brother.corruption gte 10>>
<<goto "Brother Handjob">>
<</if>>
<<elseif $freeuse is 1>>
<<if $mc.corruptionlvl gte 2 and $brother.corruption gte 30>>
<<goto "Brother Blowjob">>
<</if>>
<<elseif $freeuse is 2>>
<<if $mc.corruptionlvl gte 2 and $brother.corruption gte 50>>
<<goto "Brother Titjob">>
<</if>>
<<elseif $freeuse is 3>>
<<if $mc.corruptionlvl gte 3 and $brother.corruption gte 90>>
<<goto "Brother Grind">>
<</if>>
<<elseif $freeuse is 4>>
<<if $mc.corruptionlvl gte 3 and $brother.corruption gte 125>>
<<goto "Brother Thighjob">>
<</if>>
<<elseif $freeuse is 5>>
<<if $mc.corruptionlvl gte 4 and $brother.corruption gte 210>>
<<goto "Brother Anal">>
<</if>>
<<elseif $freeuse is 6>>
<<if $mc.corruptionlvl gte 5 and $brother.corruption gte 280>>
<<goto "Brother Sex">>
<</if>>
<<else>>
<<goto "Brother Free Use Room Decider">>
<</if>>
//Your $father.name walks over to you.//
<div class="bluetext"><span style="color:blue">Remember that agreement we had?</span></div>
[[Get ready->Father Free Use Room Decider]]
<<set $freeuse to random(6)>>
<<if $freeuse is 0>>
<<if $mc.corruptionlvl gte 1 and $father.corruption gte 10>>
<<goto "Father Handjob">>
<</if>>
<<elseif $freeuse is 1>>
<<if $mc.corruptionlvl gte 2 and $father.corruption gte 30>>
<<goto "Father Blowjob">>
<</if>>
<<elseif $freeuse is 2>>
<<if $mc.corruptionlvl gte 2 and $father.corruption gte 50>>
<<goto "Father Titjob">>
<</if>>
<<elseif $freeuse is 3>>
<<if $mc.corruptionlvl gte 3 and $father.corruption gte 90>>
<<goto "Father Grind">>
<</if>>
<<elseif $freeuse is 4>>
<<if $mc.corruptionlvl gte 3 and $father.corruption gte 125>>
<<goto "Father Thighjob">>
<</if>>
<<elseif $freeuse is 5>>
<<if $mc.corruptionlvl gte 4 and $father.corruption gte 210>>
<<goto "Father Anal">>
<</if>>
<<elseif $freeuse is 6>>
<<if $mc.corruptionlvl gte 5 and $father.corruption gte 280>>
<<goto "Father Sex">>
<</if>>
<<else>>
<<goto "Father Free Use Room Decider">>
<</if>>
//Your $mother.name walks over to you.//
<div class="pinktext"><span style="color:pink">Remember that agreement we had?</span></div>
[[Get ready->Mother Free Use Room Decider]]
<<set $freeusem to random(6)>>
<<if $freeusem is 0>>
<<if $mc.corruptionlvl gte 1 and $mother.corruption gte 10>>
<<goto "Mother Make Out">>
<</if>>
<<elseif $freeusem is 1>>
<<if $mc.corruptionlvl gte 1 and $mother.corruption gte 30>>
<<goto "Mother Finger">>
<</if>>
<<elseif $freeusem is 2>>
<<if $mc.corruptionlvl gte 2 and $mother.corruption gte 50>>
<<goto "Mother Eat Out">>
<</if>>
<<elseif $freeusem is 3>>
<<if $mc.corruptionlvl gte 3 and $mother.corruption gte 90>>
<<goto "Mother Dildo">>
<</if>>
<<elseif $freeusem is 4>>
<<if $mc.corruptionlvl gte 3 and $mother.corruption gte 125>>
<<goto "Mother Share Dildo">>
<</if>>
<<elseif $freeusem is 5>>
<<if $mc.corruptionlvl gte 4 and $mother.corruption gte 210>>
<<goto "Mother Scissor">>
<</if>>
<<elseif $freeusem is 6>>
<<if $mc.corruptionlvl gte 5 and $mother.corruption gte 280>>
<<goto "Mother Strap-On">>
<</if>>
<<else>>
<<goto "Mother Free Use Room Decider">>
<</if>>
//Your $sister.name walks over to you.//
<div class="pinktext"><span style="color:pink">Remember that agreement we had?</span></div>
[[Get ready->Sister Free Use Room Decider]]
<<set $freeusem to random(13)>>
<<if $freeusem is 0>>
<<if $mc.corruptionlvl gte 1 and $mother.corruption gte 10>>
<<goto "Sister Make Out">>
<</if>>
<<elseif $freeusem is 1>>
<<if $mc.corruptionlvl gte 1 and $mother.corruption gte 30>>
<<goto "Sister Finger">>
<</if>>
<<elseif $freeusem is 2>>
<<if $mc.corruptionlvl gte 2 and $mother.corruption gte 50>>
<<goto "Sister Eat Out">>
<</if>>
<<elseif $freeusem is 3>>
<<if $mc.corruptionlvl gte 3 and $mother.corruption gte 90>>
<<goto "Sister Dildo">>
<</if>>
<<elseif $freeusem is 4>>
<<if $mc.corruptionlvl gte 3 and $mother.corruption gte 125>>
<<goto "Sister Share Dildo">>
<</if>>
<<elseif $freeusem is 5>>
<<if $mc.corruptionlvl gte 4 and $mother.corruption gte 210>>
<<goto "Sister Scissor">>
<</if>>
<<elseif $freeusem is 6>>
<<if $mc.corruptionlvl gte 5 and $mother.corruption gte 280>>
<<goto "Sister Strap-On">>
<</if>>
<<else>>
<<goto "Sister Free Use Room Decider">>
<</if>>
<div class="bluetext"><span style="color:blue">You can't go walking around naked everywhere. I'm gonna have to take you in.</span></div>
<<if $mc.corruptionlvl gte 5 and $mc.energy gte 25>><<linkreplace "Please no, I'll repay in another way.">>
<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/exhibcop1.webp" >
<div class="bluetext"><span style="color:blue">You're free to go.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/Outside/exhibcop2.webp" >
<div class="bluetext"><span style="color:blue">You're free to go.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/Outside/exhibcop3.webp" >
<div class="bluetext"><span style="color:blue">You're free to go.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+20 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<<set $mc.corruption to $mc.corruption + 20>>
<<set $mc.lust to 0>>
<<set $time to $time + 1>>
<<set $mc.energy to $mc.energy - 25>>
[[You're free->Outside]]
<</linkreplace>>
<<elseif $mc.energy lt 25>>
You're too tired to have sex with the cop.
<<else>>
You're not corrupted enough to have sex with the cop.
<</if>>
[[Go to Jail->Jailed]] <div class="bluetext"><span style="color:blue">Can you do telekinesis? Because you’ve made a part of me move without even touching it.</span></div>
<<if $mc.corruptionlvl gte 5 and $mc.energy gte 25>><<linkreplace "Have sex with him">>
<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/exhibsexguy1.webp" >
<div class="purpletext"><span style="color:purple">You stretch me out more than my $familyname.</span></div>
<div class="bluetext"><span style="color:blue">What?</span></div>
<div class="purpletext"><span style="color:purple">Nothing :P</span></div>
<<elseif $imagechoice is 1>><img src="media/images/Outside/exhibsexguy2.webp" >
<div class="bluetext"><span style="color:blue">I can't believe you're actually letting me do this.</span></div>
<div class="purpletext"><span style="color:purple">I walked around completely naked in an open street flirting with people and you're surprised I let you dick me down?</span></div>
<div class="bluetext"><span style="color:blue">Kinda yeah.</span></div>
<div class="purpletext"><span style="color:purple">
╱|、
(˚ˎ 。7
|、˜〵
じしˍ,)ノ</span></div>
<<elseif $imagechoice is 2>><img src="media/images/Outside/exhibsexguy3.webp" >
<div class="bluetext"><span style="color:blue">Damn bitch you got the fattest ass around.</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<span style="color:purple">''+20 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<<set $mc.corruption to $mc.corruption + 20>>
<<set $mc.lust to 0>>
<<set $time to $time + 1>>
<<set $mc.energy to $mc.energy - 25>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>>
<</linkreplace>>
<<elseif $mc.energy lt 25>>
You're too tired
<<else>>
You're not corrupted enough to have sex with him.
<</if>>
[[Leave->Outside]] <div class="pinktext"><span style="color:pink">Are you a diet? Because I’d like to have you on my eating plan.</span></div>
<<if $mc.corruptionlvl gte 5 and $mc.energy gte 25>><<linkreplace "Have sex with her">>
<<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/outsidesexgirl1.webp" ><<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>
<div class="purpletext"><span style="color:purple">Omg why can't I find girls like you everyday.</span></div>
<div class="pinktext"><span style="color:pink">˶ᵔ ᵕ ᵔ˶</span></div>
<<elseif $imagechoice is 1>><img src="media/images/Outside/outsidesexgirl2.webp" ><<set $mccorruptionquest.simple to $mccorruptionquest.simple + 1>>
<div class="pinktext"><span style="color:pink">You're an angel.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/Outside/outsidesexgirl3.webp" ><<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>
<div class="purpletext"><span style="color:purple">Why can't my $mother.name be like you?</span></div>
<div class="pinktext"><span style="color:pink">What?</span></div>
<div class="purpletext"><span style="color:purple">Nothing :P</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+20 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
<<set $mc.corruption to $mc.corruption + 20>>
<<set $mc.lust to 0>>
<<set $time to $time + 1>>
<<set $mc.energy to $mc.energy - 25>>
<</linkreplace>>
<<elseif $mc.energy lt 25>>
You're too tired
<<else>>
You're not corrupted enough to have sex with her.
<</if>>
[[Leave->Outside]] <img src="media/images/Outside/Police Station/jailed.webp">
You've been caught! What will you do?
<span style="color:red">''-100 willpower''</span>
[[Serve Your Time (-25 fitness)->Jail Waiting]]
[[Pay Bail ($200)->Jail Bail]]
[[Pay Another Way->Jail Sex Cop]]
[[Have Fun With Your Cellmate->Jail Sex Cellmate]]
<<set $mc.willpower to 0>>
<img src="media/images/Outside/Police Station/jail.jpg" width="654px" height="431px">
You're standing in the Police Station. A place you hope you never have to be in.
[[Leave->Outside]] <img src="media/images/Outside/Police Station/celebrate.webp">
You're free!
<div class="bluetext"><span style="color:blue">Police Officer: HEY! Do you want to go back to jail?</span></div>
<div class="purpletext"><span style="color:purple">No I'm sorry officer.</span></div>
[[You put your clothes on and drive home->house]]
<<set $policesleep to 0>><<if $mc.money gte 200>>
<img src="media/images/Outside/Police Station/money.jpg">
<div class="purpletext"><span style="color:purple">Hey officer I'd like to pay my bail.</span></div>
<div class="bluetext"><span style="color:blue">Works for me.</span></div>
[[You're free!->Jail Serve Time]]
<<set $mc.money to $mc.money - 200>>
<<else>>
You don't have that kind of money.
[[Rethink your options->Jailed]]
<</if>><img src="media/images/Outside/Police Station/officertease.webp">
<div class="purpletext"><span style="color:purple">Heyyy officer, I wanna get out of here. I think I have something that you want too :P</span></div>
<<if $mc.corruptionlvl gte 5>>[[He bends you over->Jail Sex Cop Images]]<</if>>
<<if $mc.corruptionlvl lt 5>>
<div class="bluetext"><span style="color:blue">Alrighty then, bend over.</span></div>
<div class="purpletext"><span style="color:purple">What? No. Why can't I just show you my boobs or something?</span></div>
<div class="bluetext"><span style="color:blue">It's puss or nothing.</span></div>
[[Rethink your options (need corruption level 5)->Jailed]]
<</if>><<if $mc.energy gte 25>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Police Station/cellmatesex1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Police Station/cellmatesex2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Police Station/cellmatesex3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+20 corruption currency''</span>
<span style="color:pink">''+25 lust''</span>
<span style="color:yellow">''-25 energy''</span>
[[Clean Up->Jailed]]
<<set $mc.corruption to $mc.corruption + 20>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>
<<set $mc.lust to $mc.lust + 25>>
<<set $mc.energy to $mc.energy - 25>>
<<else>>
You're too tired.
[[Jail->Jailed]]
<</if>><<if $policesleep lt 5>>
You have nothing to do but [[sleep->Jail Sleep]]<</if>>
<<if $policesleep gte 5>>
[[You're free->Jail Serve Time]]<</if>><img src="media/images/Outside/Police Station/sleep.jpg">
[[Wake Up->Jail Waiting]]
<<set $mc.fitness to $mc.fitness - 5>>
<<set $policesleep to $policesleep + 1>>
<<set $time to 0>>
<<set $mc.energy to 100>>
<<set $weekday to $weekday +1>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/Outside/Police Station/copsex1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/Outside/Police Station/copsex2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/Outside/Police Station/copsex3.webp" >
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+20 corruption currency''</span>
<span style="color:pink">''-100 lust''</span>
<span style="color:yellow">''-25 energy''</span>
[[You're free!->Jail Serve Time]]
<<set $mc.corruption to $mc.corruption + 20>>
<<set $mccorruptionquest.sex to $mccorruptionquest.sex + 1>>
<<set $mc.lust to 0>>
<<set $mc.energy to $mc.energy - 25>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House//Main Floor/Kitchen/helpcook1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House//Main Floor/Kitchen/helpcook2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House//Main Floor/Kitchen/helpcook3.webp" >
<</if>>
You're helping your $mother.name cook breakfast.
[[Eat Breakfast->Family Food]]
<<set $time to 2>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House//Main Floor/Kitchen/dishes1.webp" >
<<elseif $imagechoice is 1>><img src="media/images/House//Main Floor/Kitchen/dishes2.webp" >
<<elseif $imagechoice is 2>><img src="media/images/House//Main Floor/Kitchen/dishes3.webp" >
<</if>>
You're helping to wash dishes.
[[Stop Cleaning->Kitchen]]
<<set $time to 4>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Kitchen/brotherhandjob1.webp" >
<div class="purpletext"><span style="color:purple">//Whispering:// Omg thank you for the cum.</span></div>
//$mc.name goes back to her seat.//
<div class="pinktext"><span style="color:pink">$mother.name: What's that in your hair?</span></div>
<div class="purpletext"><span style="color:purple">Haha, just some new lotion, I must have squeezed it too hard or something.</span></div>
<div class="pinktext"><span style="color:pink">$sister.name: Riiight.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Kitchen/brotherhandjob2.webp" >
<div class="purpletext"><span style="color:purple">If you cum on the table, I'll be that weird kid in class and eat gum from under the table.</span></div>
<div class="bluetext"><span style="color:blue">You're so "interesting" sometimes you know that?</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Kitchen/brotherhandjob3.webp" >
<div class="purpletext"><span style="color:purple">You better cum in my hand.</span></div>
<div class="bluetext"><span style="color:blue">Why?</span></div>
<div class="purpletext"><span style="color:purple">My salads stale.</span></div>
<div class="bluetext"><span style="color:blue">ദ്ദി ༎ຶ‿༎ຶ )</span></div>
<</if>>
---------------------------------------------------------------------------------------------
<span style="color:purple">''+5 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+5 corruption''</span>
[[Clean Up->Kitchen]]
<<set $brother.corruption to $brother.corruption + 5>>
<<set $brother.lust to 0>>
<<set $mc.corruption to $mc.corruption + 5>>
<<set $mc.lust to $mc.lust + 35>>
<<set $mc.energy to $mc.energy - 10>>
<<set $mccorruptionquest.simple to $mccorruptionquest.simple + 1>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="media/images/House/Main Floor/Kitchen/fatherblowjob1.webp" >
<div class="pinktext"><span style="color:pink">$mother.name: Everything alright sweetie?</span></div>
<div class="bluetext"><span style="color:blue">Everythings perfect just feeling kinda tired.</span></div>
<div class="pinktext"><span style="color:pink">$mother.name: Oh I'm sorry, do you want me to fix that later ;)</span></div>
<div class="bluetext"><span style="color:blue">I'll be okay.</span></div>
<<elseif $imagechoice is 1>><img src="media/images/House/Main Floor/Kitchen/fatherblowjob2.webp" >
<div class="bluetext"><span style="color:blue">//Whispering:// Could you be a little quieter, you're-</span></div>
<div class="purpletext"><span style="color:purple">I know how to make my $father.name cum. I don't guidance thank you.</span></div>
<<elseif $imagechoice is 2>><img src="media/images/House/Main Floor/Kitchen/fatherblowjob3.webp" >
<div class="bluetext"><span style="color:blue">Be careful.</span></div>
<</if>>
------------------------------------------------------------------------------------------------
<span style="color:purple">''+8 corruption currency''</span>
<span style="color:pink">''+35 lust''</span>
<span style="color:yellow">''-10 energy''</span>
<span style="color:blue">''-100 lust''</span>
<span style="color:blue">''+8 corruption''</span>
[[Clean Up->Kitchen]]
<<set $father.corruption to $father.corruption + 8>>
<<set $father.lust to 0>>
<<set $mc.corruption to $mc.corruption + 8>>
<<set $mc.lust to $mc.lust + 35>>
<<set $mc.energy to $mc.energy - 10>>
<<set $mccorruptionquest.mouth to $mccorruptionquest.mouth + 1>>