Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
,<img src="img/scenery/start1.jpg">
Hey Anon, thank you for playing my game, it means a lot. I hope that you can join our discord and possibly leave a feedback or few suggestions. I am hoping that our discord community grows so that we can make a perfect game based on your desires.
I've wanted to make a game long time ago using twine but was never truly inspired due to fear of it not being good enough, but fuck it, here goes nothing.
[[Start]]
<img src="img/scenery/bunker.jpg">
You play as a 20 year old girl whose homeland is decimated by war, in your very last days being in the country your parents seeked shelter in a bunker, fearing each day of their lives. On a very cold morning your parent's IRC rescue appeal got approved and you were on your way to a new beginning in the country of FREEDOM. "We're finally going to live a normal life" said your father hugging all three of you. The next day your country signed a cease fire and you evacuated out of the city, boarding a plane the next stop was New York.
What's your name?
<<textbox "$name" "">>
[[Airport]]<img src="img/scenery/planesleep.jpg">
After a day of flying, you are woken up by your parents telling you you've arrived. As you leave the plane you're filled with excitement for new beginning, a bit nervous, but eager to meet all the new people. Your parents grab your luggage and you're awaited by a bus.
[[Enter the bus]]<img src="img/scenery/bus/bus1.jpg" width="70%">
As you step on the bus you're greeted by a driver,
<<speech "Driver">>
Welcome aboard, we're glad to help a family in need!
<</speech>>
<<speech "You">>
Thank you hehe
<</speech>>
[[Sit back]]<img src="img/scenery/bus/bus2.jpg" width="70%">
You sit in the back of the bus, looking out the window you think to yourself "This is all I've ever wanted". As the bus continues to drive you're astonished how everything is different from back home, thinking about all the new opportunities you're given, you're yet to choose your path.
[[The bus stops at your new house|Arrival]]<img src="img/scenery/housestart.jpg">
As you enter your new house your father calls your name:
<<speech "Father">>Hey, $name, could you lend me a hand here? <</speech>>
<<linkreplace "Help your father with unpacking">>\
<<speech "You" $name>> Yeah, sure! <</speech>>
You respond and start unpacking [[stuff|House]].
<span style="color:green"> +1 Father Mood </span>
<<remember $fmood += 1>>
<<stamina -5>>
<<hygiene -10>>
<<passtime>>
<</linkreplace>>
<img src="img/main/face.jpg" width="100%">
Stats:
<span style="color:#80e89d">💸Money: <<print $money>>$ </span>
<span style="color:#e8e680">⚡Stamina: <<print $stamina>> </span>
<span style="color:#c080e8">💜Corruption: <<print $corruption>> </span>
<span style="color:#7fc3eb">🚿Hygiene: <<print $hygiene>> </span>
<span style="color:#a30825">🍷Intoxication: <<print $intoxication>> </span>
<<if $hygiene lte 60>>
<span style="color:orange">
You should take a shower
</span>
<</if>>
<<if $gameTime lte 2>>☀️<<else>> 🌙 <</if>>Time: <<=setup.dayPart[$gameTime]>>
Day: <<print $days>>
[[Relations|Relations]]<<widget "stamina">>
<<set $stamina to Math.clamp($stamina + $args[0], 0, 100)>>
<</widget>>
<<widget "hygiene">>
<<set $hygiene to Math.clamp($hygiene + $args[0], 0, 100)>>
<</widget>>
<<widget "study">>
<<set $study to Math.clamp($study + $args[0], 0, 100)>>
<</widget>>
<<widget "addmoney">>
<<set $money to Math.clamp($money + $args[0], 0, 999999)>>
<</widget>>
<<widget "drink">>
<<set $intoxication to Math.clamp($intoxication + $args[0], 0, 100)>>
<</widget>>
<<widget "passtime">>
<<if ++$gameTime >= setup.dayPart.length>>
<<set $gameTime = 0>>
<<set $gameDate.setDate($gameDate.getDate() + 1)>>
<</if>>
<</widget>>
<img src="img/father/icon/fatherfull.jpg" width="40%">
Check [[Father|FatherR]]
<img src="img/mother/icon/mother1.jpg" width="40%">
Check [[Mother|MotherR]]
<img src="img/brother/icon/brother.jpg" width="40%">
Check [[Brother|BrotherR]]
<<if $principle is true>> Check [[Principle|PrincipleR]] <</if>>
<<if $Michael is true>> Check [[Michael|MichaelR]] <</if>>
<<return "Back">> <span style="color:green"> Mood: <<print $fmood>> </span>
<span style="color:red"> Corruption: <<print $fcorr>> </span>
<<back "Back">><span style="color:green"> Mood: <<print $mmood>> </span>
<span style="color:red"> Corruption: <<print $mcorr>> </span>
<<back "Back">><span style="color:green"> Mood: <<print $bmood>> </span>
<span style="color:red"> Corruption: <<print $bcorr>> </span>
<<back "Back">>
<img src="img/scenery/house/hallway.jpg" width="100%">
<<if $momintro is false>> [[Your mom wants to talk to you|MomTalk]] <</if>>
<<if $dadsad is true>> [[You notice your father acting weird|DadSad]] <</if>>
<<if $dadsr is false and $hygiene lt 40>> [[You stink, you need to take a shower!|DadWalkInShower]] <</if>>
[[Bedroom|Bedroom]]
[[Parents Room|Proom]]
[[Brother's Room|Broom]]
[[Living Room|Living Room]]
[[Kitchen|Kitchen]]
[[Shower|Shower]]
<<if $worked is 0 and $hasjob is true>>
<<link "Go to work" 'Cafe'>> <</link>>
<</if>>
[[Exit|Outside]]
<img src="img/scenery/house/bedroom/bedroom.jpg" width="60%">
[[Laptop|Laptop]]
<<link "Sleep" 'Bedroom'>>
<<set $gameTime to 0>>
<<set $days to $days + 1>>
<<set _weekday to $day % 7>>
<<switch _weekday>>
<<case 0>>Monday
<<case 4>>Friday
<</switch>>
<<stamina +100>>
<<hygiene -40>>
<<drink -100>>
<<set $breakfast to false>>
<<set $mmeal to false>>
<<goto lewddream>>
<<if $attendance eq 0>>
<<set $missed to $missed + 1>>
<<else>>
<<set $attendance to 0>>
<</if>>
<</link>>
<<if $gameTime lt 4>>
<<link "Nap" 'Bedroom'>>
<<passtime>>
<<stamina +20>>
<</link>>
<<else>>
You better go to sleep.
<</if>>
[[Back|House]]
<<if $days is 5>>
<<set $dadsad to true>>
<</if>>
<<if $corruption gte 5 and $corruptedmind is false and $fatherdream is true>>
<<run Dialog.setup("You've gained a trait")>>
<<run Dialog.wiki("Your mind becomes corrupted.")>>
<<run Dialog.open()>>
<<set $corruptedmind to true>>
<</if>><img src="img/scenery/house/proom/proom1.jpg" width="100%">
<<if $gameTime is 3>>
<<speech "Father">> Hey baby... <</speech>>
<</if>>
<<if $gameTime is 4>>
Your parents are sleeping.
<</if>>
<<linkreplace "Wardrobe">> Just a bunch of clothes... <</linkreplace>>
<<linkreplace "Desk">> You found nothing... <</linkreplace>>
<<if $corruptedmind is true and $gameTime is 3>>
<<include 'fathermorningtease'>>
<</if>>
[[Back|House]] <img src="img/scenery/house/broom/broom.jpg" width="70%">
<<if $dateTime isnot 0>> Your brother is playing PS5.
<<speech "Bro">> Don't you see I'm playing a game? <</speech>>
<<if $bmood gt 5>>
<<linkreplace "Join him">>
<<speech "Bro">> Uhh, sure. <</speech>>
<</linkreplace>>
<<else>>
<<linkreplace "test">>
<<speech "Bro">> Stop bothering me. <</speech>>
<</linkreplace>>
<</if>>
<</if>>
[[Back|House]] <img src="img/scenery/house/kitchen/kitchen.png" width="100%">
<<if $mmeal is false>>
<<linkreplace "Make something to eat">>
<video src="vid/kitchen/cook.mp4" controls></video>
You prepare a quick snack
<span style="color:#e8e680">+30 Stamina.</span>
<<stamina +30>>
<<set $mmeal to true>>
<</linkreplace>>
<</if>>
[[Back|House]]
<img src="img/scenery/house/bathroom/bathroom.jpg" width="50%">
<<if $gameTime is 0 and $mothershower is false>>
<<goto ShowerMom>>
<</if>>
<<if $gameTime is 3 and $fathershower is false>>
<<goto ShowerDad>>
<</if>>
Take a [[Shower|Shower1]]
[[Back|House]] <img src="img/scenery/outside.jpg" width="100%">
<<if $principle is true>> [[Principle's House]] <</if>>
<<if $gameTime lt 2>> [[Cafe|Cafe]] <<else>> Cafe is closed <</if>>
<<if $gameTime lt 3>> Club (Opens at night) <<else>> [[Club|Club]] <</if>>
<<if $gameTime lt 2>> [[Park|Park]] <<else>> It's too dark to walk alone in the park <</if>>
<<if $gameTime lte 3>>[[Mall|Mall]] <<else>> Mall is Closed <</if>>
<<if $gameTime lte 1>> [[College|College]] <<else>> College is Closed <</if>>
[[House|House]]
<<set $money = 100>>
<<set $stamina = 100>>
<<set $corruption = 0>>
<<set $hygiene = 100>>
<<set $study = 0>>
<<set $intoxication = 0>>
<<set $corruptedmind = false>>
<<set $fmood = 0>>
<<set $fcorr = 0>>
<<set $mmood = 0>>
<<set $mcorr = 0>>
<<set $bmood = 0>>
<<set $bcorr = 0>>
<<set $pmood = 0>>
<<set $pcorr = 0>>
<<set $mimood = 0>>
<<set $micorr = 0>>
/* your day segments */
<<set setup.dayPart = ["Morning", "Afternoon", "Evening", "Night", "LateNight"]>>
/* start in the first day segment, morning */
<<set $gameTime = 0>>
<<set $days to 0>>
<<set _weekday to $days % 7>>
<<switch _weekday>>
<<case 0>>Monday
<<case 1>>Tuesday
<<case 2>>Wednesday
<<case 3>>Thursday
<<case 4>>Friday
<<case 5>>Saturday
<<case 6>>Sunday
<</switch>>
<<set $fatherdream = false>>
<<set $dadsad = false>> \after day 5
<<set $dadsad2 = false>> \after day 8
<<set $dadsr = false>> \ walk in on dad in the shower
<<set $principle = false>>
<<set $workevent = 0>>
<<set $momintro = false>>
<<set $hasjob = false>>
<<set $yshower = 0>>
<<set $worked = 0>>
<<set $test = 0>>
<<set $attendance = 0>>
<<set $missed = 0>>
<<set $flroom = false>>
<<set $Michael = false>>
<<set $breakfast = false>>
<<set $fathershower = false>>
<<set $mothershower = false>>
<<set $mmeal = false>><<set $imagechoice to random(2)>>
<<if $imagechoice is 0>><img src="vid/house/bathroom/you/shower.gif">
<<elseif $imagechoice is 1>><img src="vid/house/bathroom//you/shower1.gif" width = "30%">
<<elseif $imagechoice is 2>><img src="vid/house/bathroom/you/shower.gif">
<</if>>
You took a shower
<span style="color:#7fc3eb">+100 Hygiene</span>
<<hygiene +100>>
[[Finish|House]]<img src="img/scenery/house/bedroom/laptop.jpg" width="80%">
<<linkreplace "Study">>
<<if $stamina gte 50>> You study for a while..
+1 Study
-50 Stamina
<<study +1>>
<<stamina -50
<<passtime>>
<<else>> You don't have enough stamina.
<</if>>
<</linkreplace>>
Watch some porn
[[Back|Bedroom]]<img src="img/scenery/house/livingroom/lroom.jpg" width="100%">
<<if $gameTime is 2>>
<<speech "Father">> Hey, $name, could you move a bit, I'm watching this show? <</speech>>
<</if>>
<<if $gameTime is 2 and $corruptedmind is true>>
<<include "roomclean">>
<<set $flroom to true>>
<<else>>
<<linkreplace "Clean the room">>
You clean the room a bit...
<</linkreplace>>
<</if>>
[[Back|House]]<img src="img/scenery/cafe/cafe.jpg" width="100%">
<<if $gameTime gt 1>>
<<goto Outside>>
<</if>>
<<if $hasjob is false>> [[Ask for a job|Job]] <</if>>
<<if $hasjob is true and $stamina gt 20>> [[Work|CafeWork]] <<else>> You're too tired to work. <</if>>
[[Leave|Outside]]<<if $gameTime is 2>> <<goto "Outside">> <</if>>
<img src="img/club/club.jpg" width="100%">
You're in a club, the music is loud and everyone's already drunk.
<<if $intoxication lt 50>>[[Dance]] <<else>> [[Dance|Dance]] <</if>>
[[Drink|CDrink]]
[[Leave|Outside]]<img src="img/scenery/park.jpg" width = "100%">
[[Take a stroll through the park|PStroll]]
[[Toilet]]
[[Back|Outside]]
<<if $gameTime is 3>>
<<goto Outside>>
<</if>>WIP
[[Back|Outside]]<img src="img/scenery/college/college.jpg" width="100%">
You enter college..
<<if $missed gte 5 and $principle is false>>
<<goto principle>>
<</if>>
[[Enter Class|Class]]
[[Principle's office]]
[[Back|Outside]]<img src="img/boss/icon/bossfull.jpg" width="70%">
You're escorted to the Cafe Owner's office by a worker, seeing your pretty face, Owner immediately told you to sit down and take an interview.
<<speech "Boss">> I don't always get pretty faces like you to work around here, tell me, why do you want to work here? <</speech>>
He says, inspecting you from head to toe, laying back in his chair and spinning his pencil around his fingers, not even listening to what you're saying.
<<speech "You">> Well, my family just moved here, we're new in the area so I'm trying to sustain myself while tending college. <</speech>>
He pauses for a brief second, your foreign accent turns him on and he takes a second to collect his thoughts.
<<speech "Boss">> Well, my name is Ronald, I don't really have much workers and you seem like a great addition to the team, welcome aboard. <</speech>>
He then immediately stands up, walks up to you and hands you the paperwork.
<<speech "Boss">> Make sure to not mess up something there, I'm sure you're gonna enjoy working for me. <</speech>>
<<link "Fill in the paperwork and leave" 'Cafe'>>
<<set $hasjob = true>>
<</link>>
<img src="img/mother/icon/mother.jpg" width="50%">
<<speech
"Mom">> Phew, $name, this was an exhausting ride...
<</speech>>
Back home, your mother was a tradwife everyone desired, she always dreamed and talked about moving abroad and starting a better life, but your father, being a patriot he is, never really wanted to leave the country up until now.
<<speech "Mom">>
What do you say honey, this place looks quite refreshing
<</speech>>
<<choice "I love it">>
<<choice "I hate it">>
<<speech "Mom">> I knew you'd like it, honey! <</speech>>
<span style="color:green"> +3 Mom mood. </span>
<<set $momintro = true>>
<<set $mmood += 3>>
[[Back|House]]<<speech "Mom">> Freshen up a bit, you're going to meet all the new people here, isn't that exciting? Have this. <</speech>>
<span style="color:#80E89d"> +20 Cash </span>
<span style="color:#c080e8"> +2 Mom Corruption </span>
<<set $momintro = true>>
<<set $money += 20>>
<<set $mcorr += 2>>
[[Back|House]]<img src="img/scenery/college/class.jpg" width="80%">
As you enter the classroom, you're greeted by your professor.
<<speech "Mpro" 'Professor'>> Listen here young ladies...<</speech>>
<<linkreplace "Attend class">>
<<if $stamina gte 40>>
<<set $attendance to 1>>
<<passtime>>
<<stamina -40>>
<<study +1>>
<<else>> You don't have enough stamina...
<</if>>
<</linkreplace>>
[[Back|College]]<img src="img/college/scold.jpg" width="100%">
You're approached by principle who is furious at you and starts scolding you for not attending classes
<<speech "Principle">> Ms. $name , do you know if you continue like this you won't ever finish any classes, let alone college? <</speech>>
<<speech "You">> But... <</speech>>
You try to come up with something but you're quicklky interrupted by the principle as he raises his finger up and says.
<<speech "Principle">> No butts but yours out of this college if you continue like this, I want to see that you actually care. <</speech>>
He puts his hand inside of his pocket and pulls out a tiny piece of paper and hands it over to you.
<<speech "Principle">> This is my address, come for private tutoring and we will see if you're worthy of this college. <</speech>>
<<set $principle to true>>
The principle turns around and walks off into [[hallway|College]]<img src="img/scenery/house/bathroom/closed.jpg" width="70%">
Your mom is taking a shower...
<<if $corruption gt 5 and $corruptedmind is true>>
<<linkreplace "Peek">>
<img src="vid/house/bathroom/mom/mom1.gif" width="50%">
<span style="color:#c080e8">+1 Corruption</span>
<<passtime>>
<</linkreplace>>
<<set $corruption += 1>>
<</if>>
<<set $mothershower to true>>
[[Wait until she finishes|Shower1]]
[[Back|House]] <img src="img/scenery/house/bathroom/closed.jpg" width="70%">
<<if $corruption gte 5 and $dadsr is true>>
<<linkreplace "Peek">>
<img src="vid/house/bathroom/father/father.gif" width="60%">
<span style="color:#c080e8">+1 Corruption</span>
<<set $corruption += 1>>
<<passtime>>
<</linkreplace>>
<<else>>
Not brave enough...
<</if>>
<<set $fathershower to true>>
[[Wait until he finishes|Shower1]]
[[Back|Shower]] <img src="vid/cafe/work.gif" width="60%">
Today was pretty uneventful, you earn a few tips on the way.
<span style="color:#80e89d">+15$ Cash.</span>
<span style="color:#e8e680">-20 Stamina.</span>
<<addmoney +15>>
<<stamina -20>>
<<set $worked to true>>
<<passtime>>
[[Back|Cafe]]
<<set $cafeevent to random(10)>>
<<if $cafeevent lt 3>>
<<goto cafeevent>>
<</if>>
<img src="vid/cafe/work1.gif" width="60%">
As the day keeps getting more boring each minute, you notice a single man walk into the cafe and sit down in a corner, "Finally.." You think to yourself having your first customer in an hour.
<<speech "You">> How may I he- <</speech>>
You don't even get to finish a sentence as you notice he put his hand behind your back and is slowly moving it underneath.
<<speech "Unknown Man">> He-he-he I know many different ways that you can help me <</speech>>
<<linkreplace "Ignore it">>
<<if $corruption gt 5>>
<img src="vid/cafe/workgrope.gif" width="60%">
You ignore the man, letting him slap your ass jiggly butt.
<<speech "Unknown Man">> Fuck, I've never felt anything so soft <</speech>>
The man says squeezing your butt tighter, after a while he moves behind you and starts caressing your chest with his hands.
<span style="color:#c080e8"> +1 Corruption </span>
<<set $corruption +=1>>
<<linkreplace "Let him continue">>
<<if $corruption gt 10 and $corruptedmind is true>>
<img src="vid/cafe/worktitgrope.gif" width="60%">
<<speech "You">> (This feels too good, at least there's no one in here) Mpphh.. <</speech>>
The man notices the moan and tries to take your tits out.
<span style="color:#c080e8"> +2 Corruption </span>
<<set $corruption +=2>>
<<linkreplace "You start enjoying it">>
<<if $corruption gt 12>>
<img src="vid/cafe/worktitgrope1.gif" width="60%">
<<speech "Unknown Man">> You fucking whore, I knew you'd love this, give me those tits. <</speech>>
The words he whispers in your ears make your panties drip as he is pushing himself onto you while squeezing your tits harder.
<span style="color:#c080e8"> +3 Corruption </span>
<<set $corruption +=3>>
<<linkreplace "He grabs you by the hair">>
<<if $corruption gt 15>>
<img src="vid/cafe/cafebj.gif" width="60%">
The man grabs you by the hair and pushes you on your knees while whipping out his cock.
<<speech "Unknown Man">> Nughhh, your mouth feels soo good, whore. <</speech>>
<<speech "You">> *Glugh* *Glugh* *Glugh* <</speech>>
You gobble his cock in excitement and you actually enjoy it.
<span style="color:#c080e8"> +5 Corruption </span>
<span style="color:#80e89d">He throws an extra tip +40$ </span>
<<hygiene -40>>
<<addmoney +40>>
<<stamina -10>>
<<passtime>>
<<else>>
Not brave enough...
<</if>>
<</linkreplace>>
<<else>>
Not brave enough
<</if>>
<</linkreplace>>
<<else>>
Not brave enough...
<</if>>
<</linkreplace>>
<<else>>
Not brave enough...
<</if>>
<</linkreplace>>
[[Back|Cafe]]<img src="img/college/office.jpg" width="100%">
<<speech "Principle">> If it isn't for my favorite student, is there a problem? <</speech>>
[[Nevermind|College]]<img src="img/principle/phouse.jpg" width="100%">
<<if $gameTime is 2, 3>> [[Knock|pInside]] <<else>> No one answers.. <</if>>
[[Back|Outside]]<img src="img/principle/pinside.jpg">
<<speech "Principle">> Ah, Welcome $name, here for some tutoring? <</speech>>
<<linkreplace "Tutoring">>
<</linkreplace>>
[[Leave|Outside]]<<set $imagechoice to random(3)>>
<<if $imagechoice is 0>><img src="vid/club/dance/dance.gif">
<<elseif $imagechoice is 1>><img src="vid/club/dance/dance2.gif">
<<elseif $imagechoice is 2>><img src="vid/club/dance/dance3.gif">
<<elseif $imagechoice is 3>><img src="vid/club/dance/dance4.gif">
<</if>>
You dance around the club a bit...
[[Dance some more|Dance]]
[[Stop Dancing|Club]]
<<set $clubevent to random(10)>>
<<if $clubevent lt 4>>
<<goto ClubEvent>>
<</if>><img src="vid/club/bartender.gif" width="100%">
<<speech "Bartender">> What would you like to drink? <</speech>>
<<link "Beer 2$" 'CDrink'>>
<<if $money gt 2>>
<<drink +5>>
<<addmoney -2>>
<<else>>
You don't have enough money
<</if>>
<</link>>
<<link "Wine 4$" 'CDrink'>>
<<if $money gt 4>>
<<drink +10>>
<<addmoney -4>>
<<else>>
You don't have enough money
<</if>>
<</link>>
<<link "Rum 10$" 'CDrink'>>
<<if $money gt 10>>
<<drink +17>>
<<addmoney -10>>
<<else>>
You don't have enough money
<</if>>
<</link>>
<<link "Whiskey 20$" 'CDrink'>>
<<if $money gt 20>>
<<drink +38>>
<<addmoney -20>>
<<else>>
You don't have enough money
<</if>>
<</link>>
[[Back|Club]]<<set $imagechoice to random(3)>>
<<if $imagechoice is 0>><img src="vid/club/dance/dance.gif">
<<elseif $imagechoice is 1>><img src="vid/club/dance/dance2.gif">
<<elseif $imagechoice is 2>><img src="vid/club/dance/dance3.gif">
<<elseif $imagechoice is 3>><img src="vid/club/dance/dance4.gif">
<</if>>
As you're dancing around the club you notice a hand reaching from the back
<<linkreplace "Tease him a bit">>
<<if $corruption gt 7>>
<<if $imagechoice is 0 or 3>><img src="vid/club/dance/danceflash.gif">
<<elseif $imagechoice is 1>><img src="vid/club/dance/danceflash2.gif">
<<elseif $imagechoice is 2>><img src="vid/club/dance/danceflash3.gif">
<</if>>
You wiggle your butt, when you turn around you notice he's hard and is enjoying your view, so you decide to take your panties off.
<<linkreplace "Push yourself onto him">>
<<if $corruption gt 10 and $corruptedmind is true>>
<<if $imagechoice is 0>><img src="vid/club/dance/dance.gif">
<<elseif $imagechoice is 1>><img src="vid/club/dance/dancegrope.gif">
<<elseif $imagechoice is 2>><img src="vid/club/dance/dancegrope3.gif">
<<elseif $imagechoice is 3>><img src="vid/club/dance/dancegrope2.gif">
<</if>>
The man lays his hands on you as you push the weight of your body onto him causing his erect penis to almost burst out of his pants, his hands are all over your body.
<<linkreplace "Take it further">>
<<if $corruption gt 14>>
<<goto clubsex>>
<<else>>
Not brave enough
<</if>>
<</linkreplace>>
<<else>>
Not brave enough
<</if>>
<</linkreplace>>
<<else>>
Not brave enough
<</if>>
<</linkreplace>>
[[Stop|Club]]<<set $imagechoice to random(3)>>
<<if $imagechoice is 0>><img src="vid/club/dance/dance.gif">
<<elseif $imagechoice is 1>><img src="vid/club/dance/dance2.gif">
<<elseif $imagechoice is 2>><img src="vid/club/dance/dance3.gif">
<<elseif $imagechoice is 3>><img src="vid/club/dance/dance4.gif">
<</if>>
You dance around the club a bit...
Dance some more|DDance
Stop Dancing|Club<img src="vid/club/sex/unzip.gif" width="100%">
As you enter the bathroom you push him against the wall and start unzipping his pants eager to see his cock that was grinding on your ass the entire night.
<<linkreplace "Continue">>
<img src="vid/club/sex/bj.gif" width="100%">
As soon as you see his pants drop you take off your panties and with one finger in your pussy you put his entire cock down your throat slurping it and making it glide down your throat. The man's moans would be so loud you could hear them through the bass and song that's coming through the closed doors of the toilet.
<<linkreplace "A man walks in">>
<img src="vid/club/sex/bj2.gif" width="100%">
A man that walked in but you couldn't hear could clearly hear and guess what was happening behing the closed doors, he ducks down to confirm his imagination and see an even prettier butt and a hot blonde sucking a huge cock.
<<linkreplace "Jump on his cock">>
<img src="vid/club/sex/sex.gif" width="100%">
You push the man and he falls butt down on the toilet seat, not a second later you grab his cock and ride it as the ecstasy is filling your body you jump harder and harder on his cock and grind your pussy up and down.
<<linkreplace "He bends you over">>
<img src="vid/club/sex/sex2.gif" width="100%">
The man grabs you with both hands, flips you around and takes a good look of your soaking wet pussy feeling it with his left hand, then shortly after he glides his huge cock inside of your already drooling pussy. Another man would walk in, you would try to close the door, but would fail due to every muscle in your body being weakened by his throbbing cock pounding you for the last 20 minutes.
<<linkreplace "He finishes">>
<img src="vid/club/sex/finish.gif" width="100%">
He grabs you by the throat and pushes you down on your knees, you open your mouth wide as he decorates your face with a huge load.
<span style="color:#c080e8">+5 Corruption</span>
<<passtime>>
<<hygiene -60>>
<<set $corruption += 5>>
[[Continue|Michael]]
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><<speech "Michael">> Fucking hell baby, you're the prettiest, yet craziest girl I've met around here. Here's my number, text me. <</speech>>
You got Michael's number.
<<set $Michael to true>>
[[Go Home|House]]
<<linkreplace "Clean the room">>
<<if $flroom is true>>
<<speech "You">> I'll just clean the room a bit <</speech>>
<img src="vid/house/livingroom/cleaning.gif" width="50%">
Your father watches the tv, but continues to peek every once a while at your jiggly butt.
<span style="color:green">+1 Father Mood</span>
<span style="color:red">+2 Father Corruption</span>
<span style="color:#c080e8">+1 Corruption</span>
<<stamina -10>>
<<set $fmood +=1>>
<<set $fcorr +=2>>
<<set $corruption +=1>>
<<passtime>>
<<else>> You clean the room...
<</if>>
<</linkreplace>><<speech "Mom">> Honey, sit and eat with us... <</speech>>
<<speech "Father">> Good morning <</speech>>
<<speech "Bro">> *Eats* <</speech>>
<<linkreplace "Sit and eat with family">>
You enjoy your meal with family.
<<if $corruption gt 7 and $fcorr gt 5 and $dadsr is true and $corruptedmind is true>>
<<linkreplace "Have some under the table fun">>
<img src="vid/father/fj.gif" width="100%">
You see your father was a bit crunky this morning and decided to have some fun while calming him down at the same time. You start teasing your father with your feet.
<span style="color:#c080e8">+2 Corruption</span>
<span style="color:red">+3 Father Corruption</span>
<<set $corruption +=2>>
<<set $fcorr +=3>>
<<linkreplace "Move in a seat closer">>
<<if $corruption gt 10 and $fcorr gt 10>>
<img src="vid/father/hj.gif" width="100%">
As your mother stands up to wash the dishes you move in a seat closer and decide to go further with this little fun of yours, you whip out your father's huge cock to see him ooze with precum, after a few thrusts he came all over your thighs.
<span style="color:#c080e8">+2 Corruption</span>
<span style="color:red">+5 Father Corruption</span>
<<set $corruption +=2>>
<<set $fcorr +=3>>
<<linkreplace "Finish">>
<<goto "Kitchen">>
<</linkreplace>>
<<else>>
Not brave enough..
<</if>>
<</linkreplace>>
<</linkreplace>>
<<else>>
Not brave enough..
<</if>>
<<set $breakfast to true>>
<</linkreplace>>Principle Mood:
Principle Corruption:
<<back "Back">><span style="color:green"> Mood: <<print $bmood>> </span>
<span style="color:red"> Corruption: <<print $bcorr>> </span>
<<back "Back">><<linkreplace "Cheer your daddy up">>
<<include feventass>>
<<speech "You">>Why are you so bored sometimes daddy, let me cheer you up<</speech>>
You say as you wiggle your butt left and right for daddy trying to brighten his mood up, afterwards you jump into his bed and start talking about your day and throw in a few jokes.
<span style="color:green">+3 Father Mood</span>
<span style="color:red">+1 Father Corruption</span>
<<set $fcorr += 1>>
<<set $fmood += 3>>
<<passtime>>
<<if $corruptedmind is true and $fcorr gt 6>>
<<linkreplace "Strip panties">>
<<include "feventassjob">>
You strip down and jump on your father's cock massaging it with your huge ass, he was hesitant at first but as soon as his dick felt the pleasure of your ass cheeks he complied.
<<speech "You">> Hehehe <</speech>>
You've been waiting for this moment ever since the shower incident happened and finally you have the courage to push things further and have your fantasies become true.
<<linkreplace "Turn around and jack him off">>
<<include feventhj>>
You turn around to see your father's cock soaked with your pussy juice, feeling the urge to just have your father already plow you with his cock you resist the urge and decide to have some fun beforehand, you take it with your hand and start jacking it off.
<<speech "Father">> Baby...It feels soo good.. <</speech>>
<<linkreplace "Give him a blowjob">>
Without even putting his cock inside of your throat you can already feel it being there, after a while of jerking your father off you decide to put his cock inside your mouth.
<<speech "Father">> Baby I don't think we sho- <</speech>>
But before he can even finish the speech you already put his entire cock inside your mouth making it drip from your saliva.
<<include feventbj>>
<<linkreplace "Climb on top of him">>
After a good minute of cock slurping you decide that your pussy can't hold it anymore and you jump on top of his cock..
<<include "feventsex">>
You are overrun with ecstasy as your pussy keeps being railed by your own father, you're moaning quietly trying not to be heard by family members.
<<speech "Father">> (What am I doing, am I really fucking my own daughter? <</speech>>
Your father knows it's wrong but your pussy just feels too good for him to stop.
<<linkreplace "He throws you on the bed">>
<<include "feventdoggy">>
Your father's mind is completely empty of guilt by this point and is purely filled with only one goal that is fulfilling his satisfaction. He slams you on the bed and starts ramming your pussy harder in doggy as your massive ass starts bouncing back and fourth.
<<speech "You">> Ah-Ah-Ah-Ah, harder daddy! <</speech>>
<<linkreplace "He puts it in another hole">>
<<include "feventanal">>
Your father switches it up and puts it inside your tight, never used before, ass. At this point the mixture between pain and pleasure is fulfilling and you don't care about anyone hearing as you moan as hard as you can.
<<linkreplace "Finish it up">>
<<speech "Father">> I'm cumming, baby ahhh <</speech>>
As soon as you hear those words you jump from his cock and immediately take his cock in your hands, not long after he sprays you with his cum.
<<include "feventcumshot">>
His eyes roll back from the pleasure and he is unable to move just lays in bed not saying a word after. You make sure to slurp all of his cum afterwards, but the sound of someone walking towards the room and your mother's voice frighten you, you take your stuff, throw a blanket over your naked father and bolt out of the room. You can hear your mother coming inside of the room and asking your father "Is everything alright"\
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</if>>
<</linkreplace>>
<<set $imagechoice to random(6)>>
<<if $imagechoice is 0>>
<img src="vid/father/asstease.gif">
<<elseif $imagechoice is 1>>
<img src="vid/father/asstease2.gif" width = "50%">
<<elseif $imagechoice is 2>>
<img src="vid/father/asstease3.gif" width = "50%">
<<elseif $imagechoice is 3>>
<img src="vid/father/asstease4.gif" width = "50%">
<<elseif $imagechoice is 4>>
<img src="vid/father/asstease5.gif" width = "50%">
<<elseif $imagechoice is 5>>
<img src="vid/father/asstease6.gif" width = "50%">
<<elseif $imagechoice is 6>>
<img src="vid/father/asstease7.gif" width = "50%">
<</if>><<set $imagechoice to random(4)>>
<<if $imagechoice is 0>>
<img src="vid/father/assjob.gif">
<<elseif $imagechoice is 1>>
<img src="vid/father/assjob2.gif" width = "50%">
<<elseif $imagechoice is 2>>
<img src="vid/father/assjob3.gif" width = "50%">
<<elseif $imagechoice is 3>>
<img src="vid/father/assjob4.gif" width = "50%">
<<elseif $imagechoice is 4>>
<img src="vid/father/assjob5.gif" width = "50%">
<</if>><<set $imagechoice to random(7)>>
<<if $imagechoice is 0>>
<img src="vid/father/bj1.gif">
<<elseif $imagechoice is 1>>
<img src="vid/father/bj2.gif" width = "50%">
<<elseif $imagechoice is 2>>
<img src="vid/father/bj3.gif" width = "50%">
<<elseif $imagechoice is 3>>
<img src="vid/father/bj4.gif" width = "50%">
<<elseif $imagechoice is 4>>
<img src="vid/father/bj5.gif" width = "50%">
<<elseif $imagechoice is 5>>
<img src="vid/father/bj6.gif" width = "50%">
<<elseif $imagechoice is 6>>
<img src="vid/father/bj7.gif" width = "50%">
<<elseif $imagechoice is 7>>
<img src="vid/father/bj8.gif" width = "50%">
<</if>><<set $imagechoice to random(3)>>
<<if $imagechoice is 0>>
<img src="vid/father/handjob.gif">
<<elseif $imagechoice is 1>>
<img src="vid/father/handjob2.gif" width = "50%">
<<elseif $imagechoice is 2>>
<img src="vid/father/handjob3.gif" width = "50%">
<<elseif $imagechoice is 3>>
<img src="vid/father/handjob4.gif" width = "50%">
<</if>><<set $imagechoice to random(6)>>
<<if $imagechoice is 0>>
<img src="vid/father/cowgirl.gif">
<<elseif $imagechoice is 1>>
<img src="vid/father/cowgirl2.gif" width = "50%">
<<elseif $imagechoice is 2>>
<img src="vid/father/cowgirl3.gif" width = "50%">
<<elseif $imagechoice is 3>>
<img src="vid/father/cowgirl4.gif" width = "50%">
<<elseif $imagechoice is 4>>
<img src="vid/father/cowgirl5.gif" width = "50%">
<<elseif $imagechoice is 5>>
<img src="vid/father/cowgirl6.gif" width = "50%">
<<elseif $imagechoice is 6>>
<img src="vid/father/cowgirl7.gif" width = "50%">
<</if>><<set $imagechoice to random(6)>>
<<if $imagechoice is 0>>
<img src="vid/father/doggy.gif">
<<elseif $imagechoice is 1>>
<img src="vid/father/doggy2.gif" width = "50%">
<<elseif $imagechoice is 2>>
<img src="vid/father/doggy3.gif" width = "50%">
<<elseif $imagechoice is 3>>
<img src="vid/father/doggy4.gif" width = "50%">
<<elseif $imagechoice is 4>>
<img src="vid/father/doggy5.gif" width = "50%">
<<elseif $imagechoice is 5>>
<img src="vid/father/doggy6.gif" width = "50%">
<<elseif $imagechoice is 6>>
<img src="vid/father/doggy7.gif" width = "50%">
<</if>><<set $imagechoice to random(5)>>
<<if $imagechoice is 0>>
<img src="vid/father/anal.gif">
<<elseif $imagechoice is 1>>
<img src="vid/father/anal2.gif" width = "50%">
<<elseif $imagechoice is 2>>
<img src="vid/father/anal3.gif" width = "50%">
<<elseif $imagechoice is 3>>
<img src="vid/father/anal4.gif" width = "50%">
<<elseif $imagechoice is 4>>
<img src="vid/father/anal5.gif" width = "50%">
<<elseif $imagechoice is 5>>
<img src="vid/father/anal6.gif" width = "50%">
<</if>><<set $imagechoice to random(3)>>
<<if $imagechoice is 0>>
<img src="vid/father/cumshot.gif">
<<elseif $imagechoice is 1>>
<img src="vid/father/cumshot2.gif" width = "50%">
<<elseif $imagechoice is 2>>
<img src="vid/father/cumshot3.gif" width = "50%">
<<elseif $imagechoice is 3>>
<img src="vid/father/cumshot4.gif" width = "50%">
<</if>>Father content -
ACCIDENTALLY WALK INTO SHOWER WHILE HE IS SHOWERING AND TRIGGER LEWD DREAMS✅
Morning sex - ✅
kitchen fun - half ✅
Late night mom sleep sex -
shower sex -
gym content -
Mother -
cheat on father while at work -
Brother -
Clean his room -
Play ps5 with him -
School fun -
sleep with him -
Room sex -
Sleeping with mother -
Principle -
detention sex -
private tutor sex -
Ronald (cafe)-
random cafe fun - ✅
ronald furious -
Michael -
club sex - ✅
work as a club stripper -
Work as maid -
go on a vacation with michael (yacht content as well) -
sleep at his place -
College -
implement math class
implement biology class
implement history class
implement sports class
Park -
rape content -
smoking weed -
meeting a guy -
Mall -
wardrobes -
tech (camera, laptop) -
PLAYER -
cam show star -
fully functioning inventory and clothes system -
people react to different sort of clothing -
possible events -
going back to fight for your country -
Double-click this passage to edit it.You talk a calm stroll through the park.
[[Back|Park]]
<<set $parkevent to random(10)>>
<<if $parkevent lt 3>>
<<goto parksex>>
<</if>>
<img src="img/scenery/ptoilet.jpg">
<<linkreplace "Freshen up a bit">>
You wash your face with some cold water.
<span style="color:#7fc3eb">+10 Hygiene</span>
<<hygiene +10>>
<</linkreplace>>
[[Use the Toilet]]
[[Back|Park]] <img src="vid/park/flush.gif">
You flush the water feeling relieved, "Great toilets that they have out here" you think to yourself.
[[Back|Toilet]]
<img src="img/scenery/house/dadsad.webp">
You notice your father acting weird lately, you see him walking into his room, should you check up on him?
<<linkreplace "Check up on your father">>
You decide to checkup on your father, walking slowly towards your parents room and opening the door you notice him unbuttoning his shirt and getting ready for bed.
<<speech "You">> Hey, dad, are you okay? <</speech>>
He looks back at you, but without much emotion he just responds to your question
<<speech "Father">> Yeah.. <</speech>>
At this point you start to worry, you've never seen your father in this state, not even back on tougher days in the homeland.
<<speech "You">> I'm worried dad, you can speak to me, I know something's not right <</speech>>
He looks up and smiles.
<<speech "Father">> Hey, everything's fine, relax! Go get yourself some sleep, come on. <</speech>>
He says pushing you out of the room, something must be off and you can't quite put the finger on what it is.
<<set $dadsad to false>>
<</linkreplace>>
[[Back|House]]Double-click this passage to edit it.<<if $gameTime is 0 and $breakfast is false>> <<include "morningmeal">> <</if>>As you're relieving yourself in the toilet <img src="img/scenery/park/walk.jpg">
As you're walking down the park you end up going to a more peacful areas where there's not a lot of people around, enjoying the sound of the birds and leaves, your peace is interrupted by loud clapping, turning around the bush you notice a couple going at one another in public.
<<include "psex">>
You can't help but look, even though your subconsciousness is telling you it's wrong and to ignore it, you can't avert the gaze from the couple. Their intimacy is stuck in your head and you're enjoying every minute they go.
<span style="color:#c080e8">+1 Corruption</span>
<<set $corruption += 1>>
<<passtime>>
[[I should stop...|Park]]
<<set $imagechoice to random(4)>>
<<if $imagechoice is 0>>
<img src="vid/park/sex/sex.webp">
<<elseif $imagechoice is 1>>
<img src="vid/park/sex/sex2.webp">
<<elseif $imagechoice is 2>>
<img src="vid/park/sex/sex3.webp">
<<elseif $imagechoice is 3>>
<img src="vid/park/sex/sex4.webp">
<<elseif $imagechoice is 4>>
<img src="vid/park/sex/sex5.webp">
<</if>><img src="vid/house/bathroom/you/toilet.gif">
You barely clutch it in time and decide to relieve yourself before taking a shower, but as soon as you stand up you notice the shower is steamed hot and to your shock the shower curtains open up.
<img src="vid/house/bathroom/father/cover.gif" width="60%">
<<speech "Father">> $name ! What the hell are you doing here, get out! <</speech>>
Seeing your own father's THANG, you bolt out of the bathroom without saying a word....
<<set $dadsr = true>>
[[Back|House]]You struggle to fall sleep but after some time your body becomes numb as your mind drifts off to sleep...
[[Wake up|Bedroom]]
<<if $dadsr is true and $fatherdream is false>>
<<include fatherdream>>
<</if>>As your mind drifts off to space, you're dreaming of the event that happened to you earlier today, you dream about your father taking a shower, except the dream feels like it's never ending and as the time goes on you're getting a warmer feeling in your chest and below.
<img src="vid/house/bathroom/father/dreamshower.gif">
You've never felt this way before and you've never saw your own father in this manner before, it excites you and for the next few days you know your mind will only think of one thing.
<<set $fatherdream to true>>
[[Wake Up|Bedroom]]