<center>
@@.big-name;
Attention!
@@
This game contains pornographic content.
Please continue only if you are over the legal age of your country.
If you are not in legal age of your country to play this kind of game, please close it immidiately.
If you like this game and want to help its development, please join the discord server
<a href = "https://discord.gg/ezaNzPN8jn"><img class = "sideimg" src = "images/ui/discord2.png" class="centerImage" style="max-width:30%;"/></a>
<div class="choice">[[Continue|Start]]</div>
</center><img src="images/ui/1.png" style="max-width:65%;"/>//-------------- Time-------------- \\
<<set
$dayTimes = ["Morning", "Afternoon", "Evening", "Night", "Midnight"],
$dayNames = ["Monday", "Tuesday", "Wednesday","Thursday","Friday","Saturday","Sunday"]
>>
<<set
$gameTime = 0,
$gameDay = 1,
$gameWeekDay = 0
>>
\\---------------------------------------//
//--------------Your Stats-------------- \\
<<set $money = 200>>
<<set $energy = 100>>
<<set $fitness = 10>>
<<set $corruption = 0>>
<<set $hygiene = 100>>
<<set $inteligence = 5>>
<<set $intoxication = 0>>
<<set $questbutton to "You">>
\\---------------------------------------//
//-------------- Relations-------------- \\
<<set $fmood = 0>>
<<set $fcorr = 0>>
<<set $mmood = 0>>
<<set $mcorr = 0>>
<<set $rmood = 0>>
<<set $rcorr = 0>>
<<set $bmood = 0>>
<<set $bcorr = 0>>
<<set $miamood = 0>>
<<set $miacorr = 0>>
\\---------------------------------------//
//-------------- Quests-------------- \\
<<set $momquest = false>>
<<set $youquest = false>>
<<set $miaquest = false>>
<<set $rileyquest = false>>
<<set $brotherquest = false>>
\\------------------------------------//
//--------------Others---------------\\
<<set $hasjob = false>>
<<set $worked = false>>
<<set $meetriley = false>>
<<set $driley = false>>
<<set $parkwalk = false>>
<<set $parkwalk1 = false>>
<<set $meetmia = false>>
<<set $cafeparty = false>>
<<set $gcard = false>>
<<set $scard = false>>
<<set $miaexercise = false>>
<<set $momshower = false>>
<<set $ktalk = false>>
<<set $miadinner = false>>
<<set $wine = false>>
<<display "Widgets">>
<<display "Quests">>
\\------------------------------------//
<<widget "energy">>
<<set $energy to Math.clamp($energy + $args[0], 0, 100)>>
<</widget>>
<<widget "hygiene">>
<<set $hygiene to Math.clamp($hygiene + $args[0], 0, 100)>>
<</widget>>
<<widget "inteligence">>
<<set $inteligence to Math.clamp($inteligence + $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 "cwork">>
<<set $worked to Math.clamp($stamina + $args[0], 0, 100)>>
<</widget>>
<<widget "fitness">>
<<set $fitness to Math.clamp($fitness + $args[0], 0, 100)>>
<</widget>>
<<widget "Refresh">>
<<script>>state.display(state.active.title, null, "back") <</script>>
<</widget>>
<<widget "loc">>
<<nobr>>
<<if $args.length eq 2>>
<<set $args[2] to $args[0]>>
<<elseif $args.length eq 1>>
<<set $args[1] to $args[0]>>
<<set $args[2] to $args[0]>>
<</if>>
<div class = "background" @style ='"background-image: url(images/bg/"+$args[0]+".jpg);"' data-passage="$args[1]">
<h4>$args[2]</h4>
</div>
<</nobr>>
<</widget>>
<<widget "passtime">>
<<set $gameTime++>>
<<if $gameTime >= $dayTimes.length>>
<<set
$gameTime = 0,
$gameDay++
>>
<<set $gameWeekDay = $gameDay%7 >>
<</if>>
<</widget>><<nobr>>
<<if $gameTime >= 5>>\
<<goto "Sleep Timeout">>\
<<set $gameTime to 0>>
<</if>>
<<include "StoryInterfaceSpecialPassage">>
<</nobr>>
<<if $corruption lte 30 and $intro eq true>><img src="images/character/bella/bella.jpg" class="centerImage" style="max-width:70%;"/>
<<elseif $corruption lte 50 and $intro eq true>><img src="images/character/bella/1.jpg" class="centerImage" style="max-width:70%;"/>
<<elseif $corruption lte 100 and $intro eq true>><img src="images/character/bella/2.jpg" class="centerImage" style="max-width:70%;"/>
<<elseif $corruption lte 999 and $intro eq true>><img src="images/character/bella/3.jpg" class="centerImage" style="max-width:70%;"/>
<</if>>
<<nobr>>
<<if $intro eq true>><div class="caption"><<TxtCol "gold">>''Energy : ''<</TxtCol>>
<meter @value="$energy" min="0" max="100"></meter>
</div>
<</if>>
<</nobr>>
<div class="caption"> <a href = "https://discord.gg/ezaNzPN8jn"><img class = "sideimg" src = "images/ui/discord.png" class="centerImage" style="max-width:100%;"/></a>
<hr>
<a href = "https://f95zone.to/threads/step-family-v0-30-xcrazy.126171/"><img class = "sideimg" src = "images/ui/f95zone.png" class="centerImage" style="max-width:100%;"/></a></div>
<<if $intro eq true>><div class="caption">
<div id=header>
<table width=100%>
<div class=centered>
Day : $gameDay<hr>
</div>
<div class=centered>
<<switch $gameWeekDay>>
<<case 0>>
Monday<hr>
<<case 1>>
Tuesday<hr>
<<case 2>>
Wednesday<hr>
<<case 3>>
Thursday<hr>
<<case 4>>
Friday<hr>
<<case 5>>
Saturday<hr>
<<case 6>>
Sunday<hr>
<</switch>>
</div>
<div class=centered>
<<switch $gameTime>>
<<case 0>>
Morning<img src="images/ui/morning.png" class="centerImage" style="max-width:15%;"/>
<<case 1>>
Afternoon<img src="images/ui/noon.png" class="centerImage" style="max-width:15%;"/>
<<case 2>>
Evening<img src="images/ui/afternoon.png" class="centerImage" style="max-width:15%;"/>
<<case 3>>
Night<img src="images/ui/evening.png" class="centerImage" style="max-width:15%;"/>
<<case 4>>
Midnight<img src="images/ui/night.png" class="centerImage" style="max-width:15%;"/>
<</switch>>
</div>
</table>
</div>
</div>
<div style="margin-bottom: 5px;">
<<link "@@Skip Time@@ " `passage()`>>
<<set $gameTime += 1>>
<</link>>|
<<link "@@Skip Day@@" `passage()`>>
<<set $gameDay += 1>>
<<set $gameWeekDay = $gameDay%7 >>
<</link>>
</div>
<</if>><center><img src="images/ui/bg.jpg" class="centerImage" style="max-width:100%;"/>
Your parents split up when you were 7 and you ended up living with your grandmother.
At 16, your grandmother died of an illness and you were left alone, so because your biological parents were nowhere to be found, you ended up living with this beautiful and loving family.
@@color:Red;Your name is @@<<textbox "$name" "Bella">>
<div class="choice">[[Continue|Intro]]</div>
</center><<if $intro eq true>>
<<nobr>>
@@#You;<<button "You">>
<<set $questbutton to "You">>
<<Refresh>>
<</button>>@@
@@#Mia;<<button "Mia">>
<<set $questbutton to "Mia">>
<<Refresh>>
<</button>>@@
@@#Mom;<<button "Mom">>
<<set $questbutton to "Mom">>
<<Refresh>>
<</button>>@@
@@#Riley;<<button "Riley">>
<<set $questbutton to "Riley">>
<<Refresh>>
<</button>>@@
@@#Father;<<button "Father">>
<<set $questbutton to "Father">>
<<Refresh>>
<</button>>@@
@@#Brother;<<button "Brother">>
<<set $questbutton to "Brother">>
<<Refresh>>
<</button>>@@
<</nobr>>
<center>
<<nobr>>
<div class="caption">
<<print $questbutton>>
<<if $questbutton eq "You">>
<div id='choice' class='gb'>Money : <<print $money>> $
<div id='choice' class='bb'>Inteligence : <<print $inteligence>>
<div id='choice' class='ob'>Fitness : <<print $fitness>>
<div id='choice' class='hpb'>Corruption : <<print $corruption>> </div>
<div id='choice' class='pbb'>Hygiene : <<print $hygiene>> </div><hr>
<<if $intoxication gte 80>> <span class="blink">You are very drunk , you shold go home </span>
<</if>>
<<if $hygiene lte 60>><span style="color:red">You should take a shower</span>
<</if>><hr>
@@<<include Quests>>@@
<<elseif $questbutton eq "Mia">>
<div id='choice' class='db'>Mood: <<print $miamood>>
<div id='choice' class='hpb'>Corruption : <<print $miacorr>></div><hr>
@@<<include Quests>>@@
<<elseif $questbutton eq "Mom">>
<div id='choice' class='db'>Mood: <<print $mmood>>
<div id='choice' class='hpb'>Corruption : <<print $mcorr>> </div><hr>
@@<<include Quests>>@@
<<elseif $questbutton eq "Riley">>
<div id='choice' class='db'>Mood: <<print $rmood>>
<div id='choice' class='hpb'>Corruption : <<print $rcorr>></div><hr>
@@<<include Quests>>@@
<<elseif $questbutton eq "Father">>
<div id='choice' class='db'>Mood: <<print $fmood>>
<div id='choice' class='hpb'>Corruption : <<print $fcorr>></div><hr>
@@<<include Quests>>@@
<<elseif $questbutton eq "Brother">>
<div id='choice' class='db'>Mood: <<print $bmood>>
<div id='choice' class='hpb'>Corruption : <<print $bcorr>></div><hr>
@@<<include Quests>>@@
<</if>>
</div>
<</nobr>>
</center>
<</if>>
<center>
<img src="images/character/mother/1.jpg" class="centerImage" style="max-width:40%;"/>
Her name is <<textbox "$mom" "Brandy">>
She is your <<textbox "$m.rel" "Stepmother">>
<div class="choice">[[Continue|Intro1]]</div>
</center><center>
<img src="images/character/father/1.jpg" class="centerImage" style="max-width:40%;"/>
His name is <<textbox "$dad" "John">>
He is your <<textbox "$d.rel" "Stepfather">>
<div class="choice">[[Continue|Intro2]]</div>
</center><center>
<img src="images/character/brother/1.jpg" class="centerImage" style="max-width:40%;"/>
His name is <<textbox "$bro" "Jordy">>
He is your <<textbox "$b.rel" "Stepbrother">>
<div class="choice">[[Continue|info]]</div>
</center><img src="images/bg/house/bedroom/1.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<div class="row">
<<loc "Sleep" "sleep" "Sleep till 8am">>
<<loc "nap" "nap" "take a nap">>
<<loc "Laptop" "laptop" "Laptop">>
</div>
<div class="row">
<<loc "Kitchen" "Kitchen" "Kitchen">>
<<loc "Bathroom" "Bathroom" "Bathroom">>
<<loc "LivingRoom" "Livingroom" "Living Room">>
</div>
<div class="row">
<<loc "hallway" "House" "Hallway">>
<<loc "Outside" "Outside" "Outside">>
<<loc "Town" "Town" "Town">>
</div>
<</nobr>><img src="images/character/bella/sleep.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<<link "<div class='say'><p>Wake up</p></div>">><<goto 'bedroom'>>
<<set $gameTime = 0>>
<<set $gameDay += 1>>
<<set $gameWeekDay = $gameDay%7 >>
<<set $energy = 100>>
<<hygiene -40>>
<<drink -100>>
<<set $breakfast to false>>
<<set $mmeal to false>>
<</link>>
<<link "<div class='say'><p>Go to bathroom</p></div>">><<goto 'Bathroom'>>
<<set $gameTime = 0>>
<<set $gameDay += 1>>
<<set $gameWeekDay = $gameDay%7 >>
<<set $energy = 100>>
<<hygiene -40>>
<<drink -100>>
<<set $breakfast to false>>
<<set $mmeal to false>>
<</link>>
<</nobr>><img src="images/bg/house/bedroom/laptop.jpg" class="centerImage" style="max-width:80%;"/>
<<if $gameTime lt 4 and $energy gte 10>><<link "<div class='say'><p>Watch porn</p></div>">><<goto "porn">><</link>><<else>><<link "<div class='say'><p>Is to late to watch porn</p></div>">><<goto "sleep">><</link>><</if>>
<div class="choice">[[Cheats|cheat]]</div>
<div class="choice">[[Notes|notepad]]</div>
<div class="choice">[[Turn off|bedroom]]</div><img src="images/bg/kitchen.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<<if $mmeal is false>><<link "<div class='say'><p>Make something to eat</p></div>">><<goto "cook">><</link>><</if>>
<<if $momquest eq 4>>
<<speech "Narrator">>$mom is here<</speech>>
<<link "<div class='say'><p>Speak with her</p></div>">><<goto "breakfast">><</link>><</if>>
<</nobr>>
<<nobr>>
<div class="row">
<<loc "Bedroom" "bedroom" "Bedroom">>
<<loc "brother" "brotherroom" "$bro Room">>
<<loc "parents" "parentsroom" "Parents Room">>
</div>
<div class="row">
<<loc "hallway" "House" "Hallway">>
<<loc "Bathroom" "Bathroom" "Bathroom">>
<<loc "LivingRoom" "Livingroom" "Living Room">>
</div>
<</nobr>><img src="images/bg/bathroom.jpg" class="centerImage" style="max-width:80%;"/>
<<link "<div class='say'><p>Take a shower</p></div>">><<goto "Shower1">><</link>>
<<link "<div class='say'><p>Hall</p></div>">><<goto "House">><</link>><img src="images/bg/Livingroom.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<<if $momquest is false and $gameTime is 2>><<link "<div id='quest' class='gb'><p>[[Speak with her|mspeak]]</p></div>">>
<</link>>
<</if>>
<<if $momquest eq 1 and $gameTime is 3>>
<<speech "Narrator">>Your mother is wathcing TV<</speech>>
<<link "<div id='quest' class='gb'><p>[[Speak with her|mspeak1]]</p></div>">>
<</link>>
<</if>>
<<if $momquest eq 3 and $gameTime is 3 and $wine is true>>
<<link "<div id='quest' class='gb'><p>[[Watch tv with her|mwatch]]</p></div>">>
<</link>>
<</if>>
<<if $momquest eq 6 and $gameTime is 0 and $gameDay gte 15>>
<<speech "Narrator">>Your mother is drinking cofee and reading the paper<</speech>>
<<link "<div id='quest' class='gb'><p>[[Speak with her|mjoin2]]</p></div>">>
<</link>>
<</if>>
<</nobr>>
<<nobr>>
<div class="row">
<<loc "Bedroom" "bedroom" "Bedroom">>
<<loc "brother" "brotherroom" "$bro Room">>
<<loc "parents" "parentsroom" "Parents Room">>
</div>
<div class="row">
<<loc "hallway" "House" "Hallway">>
<<loc "Bathroom" "Bathroom" "Bathroom">>
<<loc "Kitchen" "Kitchen" "Kitchen">>
</div>
<</nobr>><<if $gameTime lt 3>>
<img src="images/character/bella/napping.gif" class="centerImage" style="max-width:100%;"/>
<div class="choice">[[Wake up|bedroom][$gameTime += 1]]</div>
<<else>>
<<speech "Narrator">>Is to late for a nap<</speech>>
<div class="choice">[[Go to bedroom|bedroom]]</div>
<</if>><<set $rand = Math.floor(Math.random()*6)>>
<<if $rand == 1>>
<video width="700" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/house/bedroom/porn/anal.webm" class="centerImage" style="max-width:80%;"/>
<<elseif $rand == 2>>
<video width="700" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/house/bedroom/porn/bj.webm" class="centerImage" style="max-width:80%;"/>
<<elseif $rand == 3>>
<video width="700" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/house/bedroom/porn/sex1.webm" class="centerImage" style="max-width:80%;"/>
<<elseif $rand == 4>>
<video width="700" autoplay loop controls poster="Source material/Misc/Loading.jpg" prop src="images/house/bedroom/porn/sex2.webm" class="centerImage" style="max-width:80%;"/>
<<elseif $rand == 5>>
<video width="700" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/house/bedroom/porn/doggy.webm" class="centerImage" style="max-width:80%;"/>
<<elseif $rand == 0>>
<video width="700" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/house/bedroom/porn/facefuck.webm" class="centerImage" style="max-width:80%;"/>
<</if>><<nobr>><<if $gameTime lt 4 and $energy gte 10>><<link "<div class='say'><p>Watch more porn</p></div>">><<goto "porn">><</link>><<else>><<link "<div
class='say'><p>Is to late to watch porn</p></div>">><<goto "sleep">><</link>><</if>><<link "<div class='say'><p>Back to Laptop</p></div>">><<goto "laptop">><</link>><<notify 3s>><span style="color:#c080e8">+1 Corruption</span><hr><span style="color:#eee400">-10 Energy</span><</notify>><<set $corruption += 1>><<passtime>><<energy -10>>
<</nobr>><<set $rand = Math.floor(Math.random()*5)>>
<<if $rand == 1>>
<video width="50%" autoplay controls poster="Source material/Misc/Loading.jpg" src="images/house/bathroom/shower/shower1.mp4" class="centerImage" style="max-width:80%;"/>
<<elseif $rand == 2>>
<video width="40%" autoplay controls poster="Source material/Misc/Loading.jpg" src="images/house/bathroom/shower/shower2.mp4" class="centerImage" style="max-width:80%;"/>
<<elseif $rand == 3>>
<video width="50%" autoplay controls poster="Source material/Misc/Loading.jpg" src="images/house/bathroom/shower/shower3.mp4" class="centerImage" style="max-width:80%;"/>
<<elseif $rand == 4>>
<video width="50%" autoplay controls poster="Source material/Misc/Loading.jpg" prop src="images/house/bathroom/shower/shower4.mp4" class="centerImage" style="max-width:80%;"/>
<<elseif $rand == 0>>
<video width="50%" autoplay controls poster="Source material/Misc/Loading.jpg" src="images/house/bathroom/shower/shower5.mp4" class="centerImage" style="max-width:80%;"/>
<</if>>
<<link "<div class='say'><p>Back to your room</p></div>">><<goto "bedroom">><</link>>
<<notify 3s>><span style="color:#c080e8">+100 Hygiene</span><</notify>>
<<hygiene +100>><img src="images/bg/bathroom.jpg" class="centerImage" style="max-width:80%;"/>
[[Back|Bathroom]] <img src="images/bg/hallway.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<div class="row">
<<loc "Bedroom" "bedroom" "Bedroom">>
<<loc "brother" "brotherroom" "$bro Room">>
<<loc "parents" "parentsroom" "Parents Room">>
</div>
<div class="row">
<<loc "Kitchen" "Kitchen" "Kitchen">>
<<loc "Bathroom" "Bathroom" "Bathroom">>
<<loc "LivingRoom" "Livingroom" "Living Room">>
</div>
<div class="row">
<<loc "Outside" "Outside" "Outside">>
<<loc "Town" "Town" "Town">>
<<if $hasjob is true>><<loc "Cafe" "Cafe" "cafe">><</if>>
</div>
<</nobr>><img src="images/bg/parents.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<<if $momquest eq 4>> <<speech "Narrator">>$mom is on the bed crying<</speech>><<link "<div id='quest' class='gb'><p>[[Talk with her|talk to her]]</p></div>">>
<</link>>
<</if>>
<<if $momquest eq 5 and $gameTime is 2>><<speech "Narrator">>$mom is not here ,maybe she's in the shower <</speech>><<link "<div id='quest' class='gb'><p>[[Go to bathroom|showerevent]]</p></div>">>
<</link>>
<</if>>
<<if $gameTime is 4>>
<<speech "Narrator">>Your parents are sleeping<</speech>>
<</if>>
<</nobr>>
<<link "<div class='say'><p>Wardrobe</p></div>">><<goto "wardrobe">><</link>><<link "<div class='say'><p>Desk</p></div>">><<goto "desk">><</link>><<link "<div class='say'><p>Hall</p></div>">><<goto "House">><</link>><img src="images/bg/brother.jpg" class="centerImage" style="max-width:80%;"/>
<<if $gameTime is 2>>
<<speech "Jordy">> Hey, $name. <</speech>>
<<speech "You">> Hey, $bro. <</speech>>
<<speech "Jordy">>I have some problems with the homework. Can you help me . <</speech>>
<<if $inteligence gte 10>><<speech "You">> Yes, $bro. <</speech>>
<div id='quest' class='gb'><p>[[Help your brother|helpbro]] </p></div>
<<else>>
<<speech "You">> I don't have time , maybe tommorow<</speech>><</if>><</if>>
<div class="choice">[[Hallway|House]]</div><video autoplay muted loop controls poster="Source material/Misc/Loading.jpg" src="images/house/kitchen/cook.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You prepared a quick meal<</speech>>
<<link "<div class='say'><p>Hall</p></div>">><<goto "House">><</link>>
<<energy +30>>
<<set $mmeal to true>>
<<notify 3s>><span style="color:#c080e8">+30 Energy</span><</notify>><img src="images/house/brother/Homework.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You started to explain to your brother how to do his homework <</speech>>
<center>
<img src="images/house/brother/homework2.jpg" class="centerImage" style="max-width:80%;"/>
</center>
<<speech "Narrator">>You realized that you did the whole homework for him and he didn't understand anything <</speech>>
<<speech "Narrator">>You slapped him and ran to your room <</speech>>
<div class="choice">[[Run to your room|bedroom][$brotherquest +=1]]</div>
<<passtime>><center>
<<set $cheats = "" >>
@@Enter the cheatcode and press enter @@
<<textbox "$cheats" "Type cheat code here" "cheat1">>
<span class="blink">@@Cheat code can be found o discord:@@</span>
<a href = "https://discord.gg/ezaNzPN8jn"><img class = "sideimg" src = "images/ui/discord.png" class="centerImage" style="max-width:100%;"/></a>
<div class="choice">[[Go back|laptop]]</div>
</center><<if $cheats == "StepFamilyCheats">>
<<link "<div class='say'><p>Go to cheat page</p></div>">><<goto "cheat2">><</link>><<else>><div class="choice">[[Wrong code . Try again|cheat]]</div><</if>>
<center>@@CHEAT PAGE@@</center>
<<nobr>>
<div class="caption"><hr>
<center>@@Your Stats@@
<hr>
<div id='choice' class='gb'>Money : </div>
<<button "+500 Money">><<Refresh>><</button>><<set $money += 500 >>
<<button "+1000 Money">><<Refresh>><</button>><<set $money += 1000 >>
<<button "+5000 Money">><<Refresh>><</button>><<set $money += 5000 >>
<div id='choice' class='bb'>Inteligence : </div>
<<button "+1 Inteligence">><<Refresh>><</button>><<set $inteligence += 5 >>
<<button "+5 Inteligence">><<Refresh>><</button>><<set $inteligence += 10>>
<<button "+10 Inteligence">><<Refresh>><</button>><<set $inteligence += 15 >>
<div id='choice' class='ob'>Fitness : </div>
<<button "+1 Fitness">><<Refresh>><</button>><<set $fitness += 5 >>
<<button "+5 Fitness">><<Refresh>><</button>><<set $fitness += 10>>
<<button "+10 Fitness">><<Refresh>><</button>><<set $fitness += 15 >>
<div id='choice' class='hpb'>Corruption : </div>
<<button "+1 Corruption">><<Refresh>><</button>><<set $corruption += 5 >>
<<button "+5 Corruption">><<Refresh>><</button>><<set $corruption += 10>>
<<button "+10 Corruption">><<Refresh>><</button>><<set $corruption += 15 >><hr><hr></center>
<center>@@Mother Stats@@
<hr>
<div id='choice' class='hpb'>Mother Corruption : </div>
<<button "+1 Corruption">><<Refresh>><</button>><<set $mcorr += 5 >>
<<button "+5 Corruption">><<Refresh>><</button>><<set $mcorr += 10>>
<<button "+10 Corruption">><<Refresh>><</button>><<set $mcorr += 15 >>
<div id='choice' class='db'>Mother Mood: </div>
<<button "+1 Mood">><<Refresh>><</button>><<set $mmood += 5 >>
<<button "+5 Mood">><<Refresh>><</button>><<set $mmood += 10>>
<<button "+10 Mood">><<Refresh>><</button>><<set $mmood += 15 >>
<hr><hr></center>
<center>@@Mia Stats@@
<hr>
<div id='choice' class='hpb'>Mia Corruption : </div>
<<button "+1 Corruption">><<Refresh>><</button>><<set $miacorr += 5 >>
<<button "+5 Corruption">><<Refresh>><</button>><<set $miacorr += 10>>
<<button "+10 Corruption">><<Refresh>><</button>><<set $miacorr += 15 >>
<div id='choice' class='db'>Mia Mood: </div>
<<button "+1 Mood">><<Refresh>><</button>><<set $miamood += 5 >>
<<button "+5 Mood">><<Refresh>><</button>><<set $miamood += 10>>
<<button "+10 Mood">><<Refresh>><</button>><<set $miamood += 15 >>
<hr><hr></center>
<center>@@Father stats@@
<hr>
<div id='choice' class='hpb'>Father Corruption : </div>
<<button "+1 Corruption">><<Refresh>><</button>><<set $fcorr += 5 >>
<<button "+5 Corruption">><<Refresh>><</button>><<set $fcorr += 10>>
<<button "+10 Corruption">><<Refresh>><</button>><<set $fcorr += 15 >>
<div id='choice' class='db'>Father Mood: </div>
<<button "+1 Mood">><<Refresh>><</button>><<set $fmood += 5 >>
<<button "+5 Mood">><<Refresh>><</button>><<set $fmood += 10>>
<<button "+10 Mood">><<Refresh>><</button>><<set $fmood += 15 >>
<hr><hr></center>
<center>@@Riley stats@@
<hr>
<div id='choice' class='hpb'>Riley Corruption : </div>
<<button "+1 Corruption">><<Refresh>><</button>><<set $rcorr += 5 >>
<<button "+5 Corruption">><<Refresh>><</button>><<set $rcorr += 10>>
<<button "+10 Corruption">><<Refresh>><</button>><<set $rcorr += 15 >>
<div id='choice' class='db'>Riley Mood: </div>
<<button "+1 Mood">><<Refresh>><</button>><<set $rmood += 5 >>
<<button "+5 Mood">><<Refresh>><</button>><<set $rmood += 10>>
<<button "+10 Mood">><<Refresh>><</button>><<set $rmood += 15 >>
<hr><hr></center>
<</nobr>>
<div class="choice">[[Turn off|bedroom]]</div>
<img src="images/bg/outside.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<div class="row">
<<loc "Park" "Park" "Park">>
<<loc "Cafe" "Cafe" "Cafe">>
<<loc "Town" "Town" "Town">>
</div>
<</nobr>><img src="images/bg/town.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<div class="row">
<<loc "House" "House" "Home">>
<<if $meetmia is true and $cafeparty is true>><<loc "mia/apartment" "Miaplace" "Mia Apartment">><</if>>
<<if $meetriley is true >><<loc "Rileyplace" "Rileyplace" "Riley Apartment">><</if>>
</div>
<div class="row">
<<if $gameTime lte 3>><<loc "Gym" "Gym" "Gym">>
<</if>>
<<if $gameTime lte 2>><<loc "Mall" "Mall" "Mall">>
<</if>>
<<if $gameTime lte 2>><<loc "College" "College" "College">>
<</if>>
</div>
<</nobr>><img src="images/bg/mia/miaplace.jpg" class="centerImage" style="max-width:80%;"/>
<<if $cafeparty is false and $miaquest eq 1>><div id='quest' class='gb'><p>[[Go with Mia|party1]]</p></div>
<<else>>
<<nobr>>
<div class="row">
<<loc "mia/bedroom" "miabedroom" "Bedroom">>
<<loc "mia/bathroom" "miabathroom" "Bathroom">>
<<loc "mia/kitchen" "miakitchen" "Kitchen">>
</div>
<div class="row">
<<loc "mia/livingroom" "mialivingroom" "Living Room">>
<<loc "Outside" "Outside" "Outside">>
<<loc "Town" "Town" "Town">>
</div>
<</nobr>>
<</if>><img src="images/bg/hallway.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<div class="row">
<<loc "riley/bedroom" "rileybedroom" "Bedroom">>
<<loc "riley/bathroom" "rileybathroom" "Bathroom">>
<<loc "riley/kitchen" "rileykitchen" "Kitchen">>
</div>
<div class="row">
<<loc "riley/livingroom" "rileylivingroom" "Living Room">>
<<loc "Outside" "Outside" "Outside">>
<<loc "Town" "Town" "Town">>
</div>
<</nobr>><img src="images/town/gym/1.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<<if $gcard is false and $scard is false>><div class="choice">[[Buy a gym membership|buygymcard]]</div><</if>>
<<if $gcard is false and $scard is true>><div class="choice">[[Upgrade the gym membership|ugymcard]]</div><</if>>
<<if $gcard is true or $scard is true>><div class="choice">[[Go inside|gym1]]</div><</if>>
<div class="choice">[[Go back|Town]]</div>
<</nobr>><img src="images/bg/mall.jpg" class="centerImage" style="max-width:80%;"/>
<<if $momquest eq 2>><div id='quest' class='gb'><p>[[Buy a bottle of wine|Mall][$wine to true]]</p></div><<set $momquest += 1>>
<<else>>
<div class="choice">[[Back|Town]]</div><</if>><img src="images/bg/cafe.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<<if $momquest eq 7>><<link "<div id='quest' class='gb'><p>[[Ask for a job|Job]]</p></div>">>
<</link>>
<</if>>
<</nobr>>
<<if $hasjob is true and $energy gte 20>><<link "<div class='say'><p>Work</p></div>">><<goto "CafeWork">><</link>><</if>>
<<link "<div class='say'><p>Leave</p></div>">><<goto "Outside">><</link>><img src="images/bg/park.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<<if $parkwalk is false >><div class="say"><p>[[Go for a long walk|Walk Park]]</p></div>
<<else>><div class="choice">[[Go for a walk|Walk Park]]</div><</if>>
<div class="choice">[[Back|Outside]]</div>
<</nobr>><img src="images/bg/riley/bedroom.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<div class="row">
<<loc "riley/livingroom" "rileylivingroom" "Living Room">>
<<loc "riley/bathroom" "rileybathroom" "Bathroom">>
<<loc "riley/kitchen" "rileykitchen" "Kitchen">>
</div>
<div class="row">
<<loc "riley/hallway" "Rileyplace" "Hallway">>
<<loc "Outside" "Outside" "Outside">>
<<loc "Town" "Town" "Town">>
</div>
<</nobr>><img src="images/bg/riley/livingroom.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<div class="row">
<<loc "riley/kitchen" "rileykitchen" "Kitchen">>
<<loc "riley/bedroom" "rileybedroom" "Bedroom">>
<<loc "riley/bathroom" "rileybathroom" "Bathroom">>
</div>
<div class="row">
<<loc "riley/hallway" "Rileyplace" "Hallway">>
<<loc "Outside" "Outside" "Outside">>
<<loc "Town" "Town" "Town">>
</div>
<</nobr>><img src="images/bg/riley/bathroom.jpg" class="centerImage" style="max-width:100%;"/>
<<nobr>>
<div class="row">
<<loc "riley/livingroom" "rileylivingroom" "Living Room">>
<<loc "riley/bedroom" "rileybedroom" "Bedroom">>
<<loc "riley/kitchen" "rileykitchen" "Kitchen">>
</div>
<div class="row">
<<loc "riley/hallway" "Rileyplace" "Hallway">>
<<loc "Outside" "Outside" "Outside">>
<<loc "Town" "Town" "Town">>
</div>
<</nobr>><img src="images/bg/riley/kitchen.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<div class="row">
<<loc "riley/livingroom" "rileylivingroom" "Living Room">>
<<loc "riley/bedroom" "rileybedroom" "Bedroom">>
<<loc "riley/bathroom" "rileybathroom" "Bathroom">>
</div>
<div class="row">
<<loc "riley/hallway" "Rileyplace" "Hallway">>
<<loc "Outside" "Outside" "Outside">>
<<loc "Town" "Town" "Town">>
</div>
<</nobr>><img src="images/park/1.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<<speech "Narrator">>You walked around the park for an hour<</speech>>
<<if $parkwalk is false and $parkwalk1 is false and $youquest is false>><div class="say"><p>[[Keep going|walk]]</p></div><</if>><<passtime>><div class="choice">[[Go back to the park|Park]]</div>
<</nobr>><img src="images/bg/school/school.jpg" class="centerImage" style="max-width:90%;"/>
<<if $gameTime lt 3>><div class="choice">[[Go inside|Schoolhall]]</div><<else>> <div class="choice">@@ It's too late to go to school @@</div><</if>>
<div class="choice">[[Leave|Outside]]</div><<chunkText "Wait quietly">>
<img src="images/park/4.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>Walking alone through the forest, you heard some noises that seemed to be coming towards you<</speech>>
<<speech "Narrator">>Scared, you hid behind a tree and waited to see what it is<</speech>>
<<next "Wait and see what they do">>
<<speech "Narrator">>After two minutes you saw that there was nothing to be afraid of.<</speech>>
<<speech "Narrator">>Is just a couple walking through the woods<</speech>>
<img src="images/park/2.jpg" class="centerImage" style="max-width:80%;"/>
<<next "Hide better and spy">>
<img src="images/park/5.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>They stopped in front of you and started kissing<</speech>>
<img src="images/park/6.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>The guy took off his jacket and placed it on the ground<</speech>>
<<speech "Narrator">>They both sat on the jacket and continued kissing and removing their clothes<</speech>>
<<next "Keep looking">>
<img src="images/park/7.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You feel excited when you see them undressed and kissing<</speech>>
<img src="images/park/8.jpg" class="centerImage" style="max-width:80%;"/>
<img src="images/park/9.jpg" class="centerImage" style="max-width:80%;"/>
<<next "Keep looking">>
<img src="images/park/10.jpg" class="centerImage" style="max-width:80%;"/>
<img src="images/park/11.jpg" class="centerImage" style="max-width:80%;"/>
<img src="images/park/12.jpg" class="centerImage" style="max-width:80%;"/>
<<next "Play with yourself">>
<img src="images/park/13.jpg" class="centerImage" style="max-width:80%;"/>
<img src="images/park/14.jpg" class="centerImage" style="max-width:80%;"/>
<img src="images/park/15.jpg" class="centerImage" style="max-width:80%;"/>
<img src="images/park/16.jpg" class="centerImage" style="max-width:80%;"/>
<img src="images/park/17.jpg" class="centerImage" style="max-width:80%;"/>
<img src="images/park/18.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>you can't help it, you're very horny<</speech>>
<<next "Finger yourself">>
<<speech "Narrator">>You took off your pants and started playing with your pussy<</speech>>
<video width="850" autoplay muted controls poster="Source material/Misc/Loading.jpg" src="images/park/1.mp4"></video>
<<next "Stand up">>
<video width="850" autoplay muted controls poster="Source material/Misc/Loading.jpg" src="images/park/2.mp4"></video>
<<next "Next">>
<<speech "Narrator">>You stood up and took off your blouse<</speech>>
<video width="850" autoplay muted controls poster="Source material/Misc/Loading.jpg" src="images/park/3.mp4"></video>
<<next "Next">>
<<speech "Narrator">>You started playing with your breasts but also with your pussy<</speech>>
<video width="850" autoplay muted controls poster="Source material/Misc/Loading.jpg" src="images/park/4.mp4"></video>
<<next "Look at the couple" "walk2">>
<video width="850" autoplay muted controls poster="Source material/Misc/Loading.jpg" src="images/park/5.mp4"></video>
<<speech "Narrator">>When you are about to cum you stepped on a piece of wood<</speech>>
<</chunkText>>
<<set $parkwalk to true>><img src="images/park/3.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<p><<speech "Narrator">>At the end of the park you saw a bridge leading into the forest<</speech>></p>
<p><<speech "Narrator">>You are a little scared but at the same time curious<</speech>></p>
<div class='say'><p>[[Go to the forest|walk1]]</p></div>
<div class="choice">[[Go back to the park|Park]]</div>
<</nobr>><<chunkText "Try to find them">>
<<speech "Narrator">>When they saw you, they left as if nothing had happened and immediately hid in the forest<</speech>>
<img src="images/park/19.jpg" class="centerImage" style="max-width:80%;"/>
<<next "Go back to park" "Park">>
<img src="images/park/20.png" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You searched almost all over the forest and didn't find them<</speech>>
<</chunkText>>
<<set $youquest += 1>><<chunkText "Wait">>
<img src="images/town/gym/0.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>There is no one at the counter<</speech>>
<<speech "You">>I should wait a little, maybe someone will come<</speech>>
<<next "Go back" "Gym">>
<img src="images/town/gym/5.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>A tall and muscular guy came right away<</speech>>
<<speech "Receptionist">>Hello, how can I help you?<</speech>>
<<speech "You">>Hello, I would like to buy a membership card<</speech>>
<<speech "Receptionist">>Of course and we have several membership card options<</speech>>
<<speech "Receptionist">>We have gold and silver membership cards<</speech>>
<img src="images/town/gym/6.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Receptionist">>With the golden one you can use the whole gym and with the silver one you can only use the fitness room<</speech>>
<<speech "You">>How much would the card cost?<</speech>>
<<speech "Receptionist">>The gold card is $1500 and the silver card is $900<</speech>>
<<speech "Receptionist">>Would you like to buy one?<</speech>>
<<if $money gte 1500>><div class="choice"> [[Gold|gcard]] </div><<else>> You don't have enough money to buy this card <</if>>
<<if $money gte 900>><div class="choice"> [[Silver|scard]] </div><<else>> You don't have enough money to buy this card <</if>>
<</chunkText>><img src="images/town/gym/5.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "You">>Hello, if possible, I would like to improve the membership card<</speech>>
<<speech "Receptionist">>Of course it is possible, you only have to pay the price difference and the new card will be given to you on the spot<</speech>>
<<speech "You">>Good, but how much would the price difference be?<</speech>>
<<speech "Receptionist">>The difference would be $600.<</speech>>
<<if $money gte 600>> [[Upgrade the membership|ucard]] <<else>> You don't have enough money to buy this card <</if>>
[[Back|Gym]]
<img src="images/town/gym/13.webp" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<<if $gameTime lt 3>><div class="choice">[[Workout|workout]]</div><<else>><div class="choice">@@It's too late to workout@@</div><</if>>
<div class="choice">[[Back|Gym]]</div>
<</nobr>><img src="images/town/gym/7.jpg" class="centerImage" style="max-width:80%;"/>
<<chunkText "Buy">>
<<speech "You">>I would like to buy the gold membership card<</speech>>
<<speech "Receptionist">>The card will be issued on the spot and will cost $1500<</speech>>
<<next "Go inside" "gym1">>
<<speech "Receptionist">>Thank you for choosing our gym<</speech>>
<<addmoney -1500>>
<<notify 3s>><span style="color:#80e89d">-1500$ Cash.</span><</notify>>
<<set $gcard to true>>
<</chunkText>><img src="images/town/gym/7.jpg" class="centerImage" style="max-width:80%;"/>
<<chunkText "Buy">>
<<speech "You">>I would like to buy the silver membership card.<</speech>>
<<speech "Receptionist">>The card will be issued on the spot and will cost $900<</speech>>
<<next "Go inside" "gym1">>
<<speech "Receptionist">>Thank you for choosing our gym<</speech>>
<<addmoney -900>>
<<notify 3s>><span style="color:#80e89d">-900$ Cash.</span><</notify>>
<<set $scard to true>>
<</chunkText>><img src="images/town/gym/4.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Receptionist">>Thank you and we guarantee that you will not regret the choice made<</speech>>
<<speech "You">>Thanks<</speech>>
[[Go inside|gym1]]
<<notify 3s>><span style="color:#80e89d">-600$ Cash.</span><</notify>>
<<addmoney -600>>
<<set $gcard to true>>
<<set $scard to false>><<nobr>>
<<set $rand = Math.floor(Math.random()*4)>>
<<if $rand == 1>>
<video autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/gym/exercise/1.mp4" class="centerImage" style="max-width:80%;"/>
<<elseif $rand == 2>>
<video autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/gym/exercise/2.mp4" class="centerImage" style="max-width:60%;"/>
<<elseif $rand == 3>>
<video autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/gym/exercise/3.mp4" class="centerImage" style="max-width:50%;"/>
<<elseif $rand == 0>>
<video autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/gym/exercise/4.mp4" class="centerImage" style="max-width:60%;"/>
<</if>>
<div class="choice">[[Finish exercises|gym1]]</div>
<<notify 3s>><span style="color:#F29308"> +1 Fitness</span>
<span style="color:#eee400">-20 Energy</span><</notify>>
<<fitness +1>>
<<energy -20>>
<<passtime>>
<</nobr>><<nobr>><<if $energy gte 30>><<include exercise>><<else>><<speech "Narrator">> You don't have enough Energy<</speech>><</if>>
<</nobr>><<nobr>>
<center>
<<if $questbutton eq "Mom">>
<<if $momquest is false>> 1. Go to livingroom in the evening
<<elseif $momquest eq 1>> 2. Go to livingroom at night
<<elseif $momquest eq 2>> 3. Go and buy a bottle of wine (Mall)
<<elseif $momquest eq 3>> 4. Watch Tv with $mom at night
<<elseif $momquest eq 4>> 5. Talk with $mom in the kitchen (morning)
<<elseif $momquest eq 5>> 6. Go to $mom room in the evening
<<elseif $momquest eq 6>> 7. After the 15th day has passed, go to the living room in the morning
<<elseif $momquest eq 7>> 8. Go to cafe and ask about the job
<<else>>
<<set $momquest gte 8>> It's end content for this update.
<</if>>
<</if>>
<<if $questbutton eq "You">>
<<if $youquest is false>> 1. Go for a long walk in the park
<<else>>
<<set $youquest gte 1>> It's end content for this update.
<</if>>
<</if>>
<<if $questbutton eq "Mia">>
<<if $miaquest is false>> 1. Finish $mom (mom) quest #8
<<elseif $miaquest eq 1>> 2. Work 5 time in the cafe
<<elseif $miaquest eq 2>> 3. Invite Mia to dinner (Evening Mia livingroom)
<<else>>
<<set $miaquest gte 3>> It's end content for this update.
<</if>>
<</if>>
<<if $questbutton eq "Riley">>
<<if $rileyquest is false>> 1. Go to college and meet her after class (bathroom)
<<else>>
<<set $miaquest gte 1>> It's end content for this update.
<</if>>
<</if>>
<<if $questbutton eq "Brother">>
<<if $inteligence lt 10>> 1. Rise your inteligence to 10
<<elseif $brotherquest is false>> 2. Help him with homework
<<else>>
<<set $brotherquest gte 1>> It's end content for this update.
<</if>>
<</if>>
</center>
<</nobr>><<chunkText "Dust the furniture">>
<img src="images/house/livingroom/1.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "You">>Mom do you need help?<</speech>>
<<speech "Brandy">>Yes, dear, I would need some help?<</speech>>
<<speech "You">>What would you want me to do??<</speech>>
<<speech "Brandy">>Please dust the furniture.<</speech>>
<<speech "You">>What would you want me to do??<</speech>>
<<next "Go back" "House">>
<video width="700" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/house/livingroom/cleaning.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "You">>I'm done, do you need anything else?<</speech>>
<<speech "Brandy">>No my dear that was all<</speech>>
<<speech "Brandy">>Thanks<</speech>>
<<nobr>>
<<notify 3s>><span style="color:#c080e8">+1 Mother Mood</span><</notify>>
<<set $mmood += 1>>
<<set $momquest += 1>>
<<passtime>>
<</nobr>>
<</chunkText>><img src="images/house/livingroom/10.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "You">>Hello mother , what are you watching?<</speech>>
<<speech "Brandy">>Hi $name, I'm watching a comedy movie<</speech>>
<<speech "Brandy">>If you want you can join me<</speech>>
<div class="choice">[[Join her|mjoin]]</div><<chunkText "Ask her what happened">>
<img src="images/house/kitchen/0.jpg" width="850" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You noticed that she is looking at her phone and seems a little upset<</speech>>
<<speech "Narrator">>You didn't have the courage to talk about what happened last night<</speech>>
<<next "Hide and wait">>
<img src="images/house/kitchen/1.jpg" width="850" class="centerImage" style="max-width:80%;"/>
<<speech "You">>Hi mom, why are you upset? What happened?<</speech>>
<<speech "Brandy">>I'm sorry dear, but that's not a discussion I can have with you<</speech>>
<<speech "You">>Come on mom, you know you can talk to me about anything<</speech>>
<<speech "Brandy">>I'm sorry dear, but not now<</speech>>
<<speech "You">>Ok mom , bye<</speech>>
<<next "Wait longer">>
<img src="images/house/kitchen/2.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You saw her arguing with someone on the phone<</speech>>
<<speech "Narrator">>It seems to be a very familiar male voice to you<</speech>>
<<speech "You">>I should wait to see what happens<</speech>>
<<next "Follow her" "parentsroom">>
<<speech "Narrator">>$mom threw the phone angrily and went to the bedroom<</speech>>
<img src="images/house/kitchen/4.jpg" class="centerImage" style="max-width:80%;"/>
<</chunkText>><<chunkText "Go with her">>
<img src="images/cafe/2.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Mia">>Hello, I'm Mia, please come with me<</speech>>
<<next "Go and change">>
<img src="images/cafe/3.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Mia">>Here is the locker room where you can change<</speech>>
<img src="images/cafe/4.webp" class="centerImage" style="max-width:80%;"/>
<<speech "Mia">>Here is our bathroom to which only the staff has access<</speech>>
<img src="images/cafe/inside.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Mia">>And here is the cafe where we will work together<</speech>>
<<speech "You">>Awesome Mia, I really like it<</speech>>
<<speech "Mia">>I'm really glad you like it<</speech>>
<<speech "Mia">>This is your uniform, go and change in the locker room<</speech>>
<<next "Go to work" "CafeWork">>
<img src="images/cafe/3.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You entered the locker room and started to change<</speech>>
<img src="images/cafe/5.gif" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>While you were taking off your blouse, you noticed that someone was spying on you<</speech>>
<img src="images/cafe/6.gif" class="centerImage" style="max-width:100%;"/>
<<speech "Narrator">>You immediately put on your uniform and left the locker room<</speech>>
<<set $meetmia to true>>
<</chunkText>>
<video width="700" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/cafe/work.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>For today's work you received<</speech>>
<<nobr>>
<center>
<<notify 3s>><span style="color:#80e89d">+150$ Cash.</span><hr>
<span style="color:#e8e680">-40 Energy.</span><</notify>>
</center>
<<link "<div class='say'><p>Back</p></div>">><<goto "Cafe">><</link>>
<center>
<<if $cwork gte 5 and $cafeparty is false>><div id='quest' class='gb'><p>[[Invitation to party|party]]</p></div>
<</if>>
</center>
<<addmoney +150>>
<<energy -40>>
<<set $worked to true>>
<<passtime>>
<<set $cwork += 1>>
<</nobr>>
<<chunkText "Ask about the job">>
<img src="images/cafe/cafe.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">> You saw the job poster in the window of the cafe<</speech>>
<img src="images/cafe/job1.jpg" class="centerImage" style="max-width:80%;"/>
<<next "Go talk with Mike">>
<img src="images/cafe/inside.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">> You approached the woman who is behind the bar<</speech>>
<<speech "You">> Hello, I'm here for the vacant position<</speech>>
<<speech "Women">> Hi , you need to talk with our manager , Mike<</speech>>
<<next "Sit and wait">>
<<speech "You">> Hello, I'm $name ,I'm here for the vacant position<</speech>>
<img src="images/cafe/phone.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Manager">>Good morning $name , please sit anywhere. I will come and we will discuss it in 5 minutes<</speech>>
<<next "Take the interview">>
<<speech "You">> Hello, I'm $name ,I'm here for the vacant position<</speech>>
<<speech "Manager">>Good morning $name , I apologize for making you wait<</speech>>
<<speech "Mike">>I ' m Michael and i'm the manager here <</speech>>
<img src="images/cafe/meet.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Mike">>Are you ready for the interview?<</speech>>
<<speech "Mike">>Can we start now?<</speech>>
<<speech "You">>Yes , Mr. Michael , we can start<</speech>>
<<next "Go with the girl" "uniform">>
<img src="images/cafe/talk.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You talked for almost 3 hours and the interview is finally over<</speech>>
<<speech "Mike">>That was all, the job is yours<</speech>>
<img src="images/cafe/job2.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "You">>Thank you , Mr. Michael , you won t regret<</speech>>
<<speech "Mike">>With great pleasure, you can call me Mike<</speech>>
<<speech "You">>When could I start working?<</speech>>
<<speech "Mike">>If you want, I can get someone to give you the uniform and you can start right now<</speech>>
<<speech "You">>Awesome<</speech>>
<img src="images/cafe/1.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Mike">>Hello Mia, please come to my office<</speech>>
<<speech "Narrator">>Immediately a gorgeous blonde girl appears<</speech>>
<<speech "Mike">>She is Mia, she will show you around the cafe and help you with anything you need.<</speech>>
<<set $hasjob = true>>
<<set $miaquest +=1>>
<<set $momquest += 1>>
<</chunkText>><img src="images/house/livingroom/12.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "You">>The movie was very good<</speech>>
<<speech "Brandy">>That's right, it was really good<</speech>>
<<speech "You">>I really liked sitting together to watch a movie.<</speech>>
<<speech "Brandy">>I liked it too, we should do it again<</speech>>
<<speech "You">>Sure, how about tomorrow night<</speech>>
<<speech "Brandy">>Of course $name<</speech>>
<<speech "Narrator">>The movie ended and you both went to your rooms<</speech>>
<<nobr>>
<div class="choice">[[Go to your room|bedroom]]</div>
<<notify 3s>><span style="color:#c080e8">+1 Mother Mood</span><</notify>>
<<set $mmood += 1>>
<<set $momquest += 1>>
<<passtime>>
<</nobr>><img src="images/house/livingroom/11.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Brandy">>Hi $name , I was waiting for you <</speech>>
<<speech "Brandy">>I prepared some snacks for the movie<</speech>>
<<speech "You">>And I brought a bottle of wine<</speech>>
<img src="images/house/livingroom/13.jpg" class="centerImage" style="max-width:40%;"/>
<<speech "Brandy">>The perfect evening for a movie<</speech>>
<div class="choice">[[Sit and watch TV|mwatch1]]</div><img src="images/house/livingroom/12.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "You">>Mom, would you like some more wine?<</speech>>
<<speech "Brandy">>Yes, but only half a glass<</speech>>
<img src="images/house/livingroom/14.jpg" class="centerImage" style="max-width:100%;"/>
<<speech "Brandy">>Thank you<</speech>>
<div class="choice">[[Keep watching tv|mwatch2]]</div><<chunkText "Touch her boobs">>
<<speech "You">>I don't know if it's the wine in me talking, but you have perfect breasts<</speech>>
<<speech "You">>You don't think so?<</speech>>
<video autoplay muted loop controls poster="Source material/Misc/Loading.jpg" src="images/house/livingroom/event1/1.mp4" class="centerImage" style="max-width:95%;"/>
<<next "Try to kiss her">>
<<speech "Brandy">>$name , I'm your mother, how can you say something like that<</speech>>
<video autoplay muted loop controls poster="Source material/Misc/Loading.jpg" src="images/house/livingroom/event1/2.mp4" class="centerImage" style="max-width:95%;"/>
<<next "Kiss her one more time">>
<<speech "Narrator">>When you saw that she didn't move, you tried to kiss her<</speech>>
<video autoplay muted loop controls poster="Source material/Misc/Loading.jpg" src="images/house/livingroom/event1/3.mp4" class="centerImage" style="max-width:95%;"/>
<<next "Stop" "mwatch3">>
<<speech "Narrator">>You kissed her one more time <</speech>>
<video autoplay muted loop controls poster="Source material/Misc/Loading.jpg" src="images/house/livingroom/event1/4.mp4" class="centerImage" style="max-width:95%;"/>
<<speech "Brandy">>$name this is wrong , please stop<</speech>>
<<speech "You">>I'm sorry mom<</speech>>
<<speech "Narrator">>You ran straight to your room<</speech>>
<</chunkText>>
<<nobr>>
<<notify 3s>><span style="color:#c080e8">+3 Mother Mood</span><hr>
<span style="color:#c080e8">+5 Mother Corruption</span><</notify>>
<<set $mmood += 3>>
<<set $mcorr += 5>>
<<passtime>>
<</nobr>><img src="images/house/parents/1.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Brandy">>Not now dear, please leave<</speech>>
<<speech "You">>Why mom ? Who was on the phone<</speech>>
<<speech "Brandy">>Please leave, I don't feel like talking right now<</speech>>
<<speech "You">>Ok mom but we need to talk<</speech>>
<<speech "Brandy">>Of course, but not now<</speech>>
<div class="choice">[[Leave her alone|House][$momquest += 1]]</div>
<<chunkText "Knock">>
<img src="images/house/bathroom/event/1.jpg" class="centerImage" style="max-width:50%;"/>
<<speech "Narrator">>The bathroom door is slightly open<</speech>>
<<next "Go inside">>
<img src="images/house/bathroom/event/3.jpg" class="centerImage" style="max-width:50%;"/>
<<speech "Narrator">>You hit an empty bottle with the door<</speech>>
<<speech "Brandy">>$name is that you?<</speech>>
<<speech "Brandy">>Please come inside <</speech>>
<<next "Help her to stand up" "showerevent01">>
<img src="images/house/bathroom/event/4.jpg" class="centerImage" style="max-width:50%;"/>
<<speech "Narrator">>Your mother is on the floor<</speech>>
<<speech "Brandy">>Yes Dear?<</speech>>
<<speech "You">>MOOOOMMM WHAT ARE YOU DOING?<</speech>>
<<speech "Brandy">>Nothing...<</speech>>
<<speech "Narrator">>And she starts mumbling something you didn't understand<</speech>>
<</chunkText>><<chunkText "Speak with her">>
<img src="images/house/livingroom/event/1.jpg" class="centerImage" style="max-width:40%;"/>
<<speech "You">>Hi mom what are you doing? <</speech>>
<<speech "Brandy">>Hello dear, nothing, I'm just drinking my coffee and reading the newspaper<</speech>>
<<speech "Narrator">>When you got close to her you smelled the drink from her breath<</speech>>
<<speech "You">>Mom why did you start drinking so early in the morning<</speech>>
<<speech "Brandy">>You mean that i'm drunk?<</speech>>
<<speech "You">>No, but it's the first time I see you reading the newspaper<</speech>>
<<speech "Brandy">>It is not true, I have read the newspaper many times<</speech>>
<<speech "You">>At the employment section?<</speech>>
<<speech "Brandy">>No .. yess... but <</speech>>
<<speech "Narrator">>Your mother started stuttering<</speech>>
<<speech "You">>Come on mom talk to me<</speech>>
<<next "Listen">>
<<speech "Brandy">>Ok ok , now listen<</speech>>
<img src="images/house/livingroom/event/2.jpg" class="centerImage" style="max-width:40%;"/>
<<speech "You">>Hey mom ,your boob came out<</speech>>
<<speech "Brandy">>Sorry dear, what was I talking about <</speech>>
<<speech "Narrator">>Now you really think she's drunk<</speech>>
<<speech "Narrator">>The perfect moment to find out what was discussed on the phone the other day<</speech>>
<<speech "You">>You just started telling me about the phone conversation in the kitchen the other day<</speech>>
<<next "Listen">>
<<speech "Brandy">>You noticed that your father is not around much anymore<</speech>>
<<speech "You">>Now that you said it, yes<</speech>>
<<speech "Brandy">>Me and $dad started arguing more and more often<</speech>>
<<speech "You">>I know this, but I thought that's how it is in a marriage<</speech>>
<<speech "Brandy">>Ha ha ha <</speech>>
<<speech "Brandy">>No dear, it's not like that<</speech>>
<<next "Go to the hall" "House">>
<<speech "Brandy">>Because of the arguments, we decided it was better to take a break<</speech>>
<<speech "Brandy">>And the other day , $dad told me that he want to divorce again <</speech>>
<<speech "You">>Again ? what?<</speech>>
<<speech "Brandy">>A long time ago, before we adopted you, we had similar problems<</speech>>
<<speech "Brandy">>At Family Therapy we were told that we could try to adopt a child<</speech>>
<<speech "Brandy">>That's what we did and everything was perfect until a few months ago<</speech>>
<<speech "Brandy">>Now that he's moved, we can't keep up with the bills<</speech>>
<<speech "Brandy">>I'm sorry dear, I really am. <</speech>>
<<speech "You">>Mom it's not your fault<</speech>>
<<speech "You">>But if you want I could find a job myself<</speech>>
<<speech "Brandy">>It would help a lot if you could find a job too<</speech>>
<<speech "You">>Okay, I'll look for a job<</speech>>
<<nobr>>
<<notify 3s>><span style="color:#c080e8">+1 Mother Mood</span>
<<set $mmood += 1>>
<<set $momquest += 1>>
<<passtime>>
<</notify>>
<</nobr>>
<</chunkText>><img src="images/bg/school/schoolhall.jpg" class="centerImage" style="max-width:90%;"/>
<<nobr>>
<<if $gameTime lt 2 and $energy gte 40>><div id='quest' class='gb'><p>[[Go to class|hclass]]</p></div><<else>> <div class="choice">@@ Is too late for class@@</div><</if>>
<</nobr>>
<<nobr>>
<<if $meetriley is true and $driley is true>>@@#blinky;<div id='quest' class='gb'><p>[[Detention|detention]]</p></div>@@<<script>>
$(document).one(':passagerender', function (ev) {
$(ev.content).find("#blinky").fadeTo(1000, 0).fadeTo(1000, 1).delay(200).fadeTo(1000, 0).fadeTo(1000, 1).delay(200).fadeTo(1000, 0).fadeTo(1000, 1).fadeTo(1000, 0).fadeTo(1000, 1).delay(200);
});
<</script>>
<</if>>
<</nobr>>
<<nobr>>
<div class="row">
<<loc "school/library" "library" "Library">>
<<loc "school/bathroom" "bathroom" "Bathroom">>
<<loc "school/school" "College" "School Entrance">>
</div>
<</nobr>><img src="images/school/morningclass.jpg" class="centerImage" style="max-width:90%;"/>
<<nobr>>
<<if $hygiene gte 60>><div id='quest' class='gb'><p>[[Pay attention|teach]]</p></div>
<<else>> <<speech "Narrator">>You smell bad, you should take a shower<</speech>>
<</if>>
<</nobr>>
<<nobr>>
<div class="row">
<<loc "school/library" "library" "Library">>
<<loc "school/bathroom" "bathroom" "Bathroom">>
<<loc "school/schoolhall" "Schoolhall" "School Hall">>
</div>
<</nobr>><img src="images/school/teach.jpg" class="centerImage" style="max-width:90%;"/>
<<nobr>>
<<speech "Narrator">>The class is over<</speech>>
<<link "<div class='say'><p>Leave</p></div>">><<goto "Schoolhall">><</link>>
<<notify 3s>><span style="color:#c080e8">- 30 Energy</span><hr><span style="color:#c080e8">+1 Inteligence</span><</notify>><<passtime>><<energy -30>><<inteligence +1>>
<</nobr>><img src="images/bg/school/library.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>><<if $gameTime lt 4 and $energy gte 10>><div class="choice">[[Read a book|read]]</div><<else>><div class="choice">@@It's too late to read.@@</div><</if>>
<</nobr>>
<<nobr>>
<div class="row">
<<loc "school/school" "College" "School Entrance">>
<<loc "school/bathroom" "bathroom" "Bathroom">>
<<loc "school/schoolhall" "Schoolhall" "School Hall">>
</div>
<</nobr>><img src="images/school/1.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<<speech "Narrator">>You read for a few minutes<</speech>>
<<if $gameTime lt 2 and $energy gte 10>><div class="choice">[[Read another book|read]]</div><<else>><div class="choice">@@It's too late to read.@@</div><</if>><<passtime>>
<<nobr>>
<div class="row">
<<loc "school/school" "College" "School Entrance">>
<<loc "school/bathroom" "bathroom" "Bathroom">>
<<loc "school/schoolhall" "Schoolhall" "School Hall">>
</div>
<</nobr>>
<<notify 3s>><span style="color:aqua">+1 inteligence</span><hr><span style="color:#eee400">-10 Energy</span><</notify>>
<<inteligence +1>><<energy -10>>
<</nobr>>
<img src="images/bg/school/bathroom.jpg" class="centerImage" style="max-width:90%;"/>
<<if $gameTime eq 2 and $meetriley is false>><div id='quest' class='gb'><p>[[Meet Riley|meetriley]]</p></div><<else>><<link "<div class='say'><p>Schoolhall</p></div>">><<goto "Schoolhall">><</link>><</if>>
<div class="choice">[[Leave|Schoolhall]]</div>
<img src="images/school/00.jpg" class="centerImage" style="max-width:90%;"/>
<<speech "Narrator">>You heard noises of games in a cabin<</speech>>
<<speech "Narrator">>You entered the next cabin and looked over the wall
to see who was is in there<</speech>>
<img src="images/school/01.jpg" class="centerImage" style="max-width:90%;"/>
<div class="choice">[[Continue|meetriley2][$meetriley to true]]</div><<speech "Narrator">>You stared at her for a minute or two before she noticed you<</speech>>
<img src="images/school/02.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Girl">>HEEEII , not cool dude<</speech>>
<img src="images/school/03.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Girl">>Go away , NOWWW<</speech>>
<div class="choice">[[Continue|meetriley3]]</div><<speech "Narrator">>She slammed the bathroom door and ran away<</speech>>
<<speech "You">>I should follow her and apologize<</speech>>
<<set $driley to true>>
<div class="choice">[[Go after her|Schoolhall]]</div><img src="images/school/12.jpg" class="centerImage" style="max-width:80%;"/>
<<if $gameTime gte 2 and $meetriley is true>><div class="choice">[[Look inside|detention1]]</div><</if>>
<div class="choice">[[Leave|Schoolhall]]</div><<chunkText "Knock">>
<<speech "Narrator">> You looked into the detention room and saw her talking to a teacher<</speech>>
<img src="images/school/10.jpg" class="centerImage" style="max-width:80%;"/>
<<next "Wait">>
<<speech "Narrator">>when you were about to knock, you saw that the teacher and the girl were kissing<</speech>>
<img src="images/school/11.jpg" class="centerImage" style="max-width:80%;"/>
<<next "Knock and enter" "dclass">>
<img src="images/school/13.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>They kissed once more and after that they continued the class<</speech>>
<</chunkText>>
<<set $driley to false>><<chunkText "Wait">>
<<speech "You">> I'm sorry to bother but i really need to talk with one of your student<</speech>>
<<speech "Professor">> Of couse miss, just wait 5 min <</speech>>
<<speech "Narrator">>You went to the front door and waited<</speech>>
<<next "Talk to her">>
<<speech "You">>Hello, I'm $name and a i want to talk to you <</speech>>
<<speech "Girl">>Hi $name , I'm Riley , nice to meet you<</speech>>
<<speech "Riley">>Whats up ?<</speech>>
<img src="images/school/15.jpg" class="centerImage" style="max-width:80%;"/>
<<next "School Hall" "Schoolhall">>
<<speech "You">>I'm really sorry for what happened in the bathroom<</speech>>
<<speech "Riley">>Ohh that's what it was about?<</speech>>
<<speech "Riley">>Stay calm, it's no problem<</speech>>
<<speech "Riley">>You are forgiven and I really have to go<</speech>>
<<speech "You">>Thank you , thank you and see you around<</speech>>
<</chunkText>>
<<set $meetriley to true>>
<<set $rileyquest += 1>><img src="images/cafe/party/1.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Mia">> Hello $name ,today is my best friend's birthday and she is having a party at her house<</speech>>
<<speech "Mia">> If you are free after work and want to come to the party, you are welcome<</speech>>
<<speech "You">>Yes Mia , I'm free and i love to come to your party<</speech>>
<<speech "You">>But..<</speech>>
<<speech "You">>But.....<</speech>>
<<speech "Mia">> What $name ??<</speech>>
<<speech "You">>I have nothing to wear for a party<</speech>>
<<speech "Mia">>It is not an fancy party, you can wear anything<</speech>>
<<speech "Mia">>But if you want, you can borrow something from me<</speech>>
<<speech "You">>Thanks Mia, sounds perfect<</speech>>
<<speech "Mia">> Perfectly we can go to my place after work<</speech>>
<div class="choice">[[Go with Mia|Miaplace1]]</div><img src="images/town/miaplace/1.jpg" class="centerImage" style="max-width:80%;"/>
<<chunkText "Ask her how she can afford such an apartment">>
<<speech "Narrator">> You and Mia arrived in front of the apartment where she lives<</speech>>
<<speech "Narrator">> You noticed that it is a huge building <</speech>>
<<next "Go inside" "Miaplace">>
<<speech "Mia">> It was a birthday present from my parents, they are very rich<</speech>>
<<speech "You">>I did not know this<</speech>>
<<speech "Mia">>Not many people know this about me<</speech>>
<<speech "You">>But why? <</speech>>
<<speech "Mia">>I want to make a name for myself, not with their help<</speech>>
<<speech "Mia">>That's why I work as a waitress and ....<</speech>>
<<speech "Mia">>but that's enough for now, let's go upstairs<</speech>>
<<speech "You">>Ok , let's go<</speech>>
<</chunkText>>
<img src="images/bg/mia/kitchen.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<div class="row">
<<loc "mia/bedroom" "miabedroom" "Bedroom">>
<<loc "mia/bathroom" "miabathroom" "Bathroom">>
<<loc "mia/livingroom" "mialivingroom" "Living Room">>
</div>
<div class="row">
<<loc "mia/miaplace" "Miaplace" "Hallway">>
<<loc "Outside" "Outside" "Outside">>
<<loc "Town" "Town" "Town">>
</div>
<</nobr>><img src="images/bg/mia/livingroom.jpg" class="centerImage" style="max-width:80%;"/>
<<if $gameTime eq 2 and $miaquest eq 2>><<link "<div id='quest' class='gb'><p>Invite Mia to dinner</p></div>">><<goto "miadinner">><</link>><<else>>
<<speech "Narrator">>nothing here at the moment<</speech>><</if>>
<<nobr>>
<div class="row">
<<loc "mia/bedroom" "miabedroom" "Bedroom">>
<<loc "mia/bathroom" "miabathroom" "Bathroom">>
<<loc "mia/livingroom" "mialivingroom" "Living Room">>
</div>
<div class="row">
<<loc "mia/miaplace" "Miaplace" "Hallway">>
<<loc "Outside" "Outside" "Outside">>
<<loc "Town" "Town" "Town">>
</div>
<</nobr>><img src="images/bg/mia/bathroom.jpg" class="centerImage" style="max-width:80%;"/>
<<nobr>>
<div class="row">
<<loc "mia/bedroom" "miabedroom" "Bedroom">>
<<loc "mia/kitchen" "miakitchen" "Kitchen">>
<<loc "mia/livingroom" "mialivingroom" "Living Room">>
</div>
<div class="row">
<<loc "mia/miaplace" "Miaplace" "Hallway">>
<<loc "Outside" "Outside" "Outside">>
<<loc "Town" "Town" "Town">>
</div>
<</nobr>><img src="images/bg/mia/bedroom.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>nothing here at the moment<</speech>>
<<nobr>>
<div class="row">
<<loc "mia/bathroom" "miabathroom" "Bathroom">>
<<loc "mia/kitchen" "miakitchen" "Kitchen">>
<<loc "mia/kitchen" "miakitchen" "Kitchen">>
</div>
<div class="row">
<<loc "mia/miaplace" "Miaplace" "Hallway">>
<<loc "Outside" "Outside" "Outside">>
<<loc "Town" "Town" "Town">>
</div>
<</nobr>><img src="images/bg/mia/bedroom.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Mia">>This is my room and this is the dressing room <</speech>>
<<speech "You">>Are you kidding me?<</speech>>
<div class="choice">[[Go to dressing room|dressingroom]]</div><<chunkText "Undress">>
<img src="images/town/miaplace/4.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You are in the dressing room and you saw Mia undressing in front of you<</speech>>
<<speech "You">>M.... M... Mia what are you doing?<</speech>>
<center>
<video width="50%" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/2.mp4" class="centerImage" style="max-width:80%;"/>
</center>
<<speech "Mia">>Calm down, it's just the two of us here<</speech>>
<center>
<video width="50%" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/1.mp4" class="centerImage" style="max-width:80%;"/>
</center>
<<set $corruption += 1>>
<<set $miacorr += 1>>
<<speech "Mia">>Hurry up, we're going to be late for the party<</speech>>
<<notify 3s>><span style="color:#c080e8">+1 Corruption</span><hr>
<span style="color:#c080e8">+1 Mia Corruption</span><</notify>>
<<next "Go to Mia">>
<video width="400" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/3.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You unbuttoned your blouse and started playing with your breasts<</speech>>
<video width="400" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/4.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You heard Maia making strange noises from the other side of the dressing room <</speech>>
<<next "Go to Mia">>
<video width="100%" autoplay muted loop controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/5.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You saw Maia playing with her pussy <</speech>>
<img src="images/town/miaplace/1.gif" class="centerImage" style="max-width:80%;"/>
<<speech "You">>Mia ,what are you doing?<</speech>>
<<speech "Mia">>I'm sorry $name .<</speech>>
<<speech "Mia">>I liked you from the first time I saw you in the cafe<</speech>>
<<speech "Mia">>And now that I saw you playing with your breasts<</speech>>
<<speech "Mia">>I could not help myself<</speech>>
<<notify 3s>><span style="color:#c080e8">+1 Corruption</span><hr>
<span style="color:#c080e8">+3 Mia Corruption</span><hr>
<span style="color:#c080e8">+2 Mia Mood</span><</notify>>
<<set $corruption += 1>>
<<set $miacorr += 3>>
<<set $miamood += 2>>
<<next "Next">>
<video width="850" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/6.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>Without thinking, you kissed Mia<</speech>>
<video width="850" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/7.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>She kissed you back without hesitation<</speech>>
<<notify 3s>><span style="color:#c080e8">+2 Corruption</span><hr>
<span style="color:#c080e8">+5 Mia Corruption</span><hr>
<span style="color:#c080e8">+3 Mia Mood</span><</notify>>
<<set $corruption += 2>>
<<set $miacorr += 5>>
<<set $miamood += 3>>
<<next "Go to the party" "party2">>
<<speech "Mia">>Come with me<</speech>>
<<speech "Narrator">>She took you to the bedroom and threw you on the bed <</speech>>
<video width="850" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/8.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>She rubs her pussy against your leg <</speech>>
<video width="850" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/9.mp4" class="centerImage" style="max-width:80%;"/>
<video width="850" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/10.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "You">>Mia, we have to go to the party<</speech>>
<<speech "Mia">>Sorry, I got carried away<</speech>>
<<speech "Narrator">>You both got dressed quickly<</speech>>
<<notify 3s>><span style="color:#c080e8">+5 Corruption</span><hr>
<span style="color:#c080e8">+7 Mia Corruption</span><hr>
<span style="color:#c080e8">+5 Mia Mood</span><</notify>>
<<set $corruption += 5>>
<<set $miacorr += 7>>
<<set $miamood += 5>>
<</chunkText>><img src="images/town/miaplace/party/1.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You're a little late, but that's no problem<</speech>>
<<speech "Narrator">>When you went inside you noticed that most of them were drunk<</speech>>
<img src="images/town/miaplace/party/2.gif" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You quickly looked for the birthday girl and gave her the gift<</speech>>
<<speech "Narrator">>After a while you went home<</speech>>
<<passtime>>
<div class="choice">[[Go home|House][$cafeparty to true]]</div>
<<set $miaquest +=1>><img src="images/town/miaplace/livingroom/2.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>Mia is watching Tv<</speech>>
<<speech "You">>Hi Mia, how are you?<</speech>>
<<speech "Mia">>Hi $name, I'm very bored.<</speech>>
<<speech "Mia">>But how are you?<</speech>>
<<speech "You">>I am very hungry but also a little bored.<</speech>>
<<speech "Mia">>I don't remember the food.<</speech>>
<<speech "Mia">>I'm so hungry I could eat you.<</speech>>
<<speech "You">>How about we go to dinner together?<</speech>>
<<speech "Mia">>It's a very good idea, give me 5 minutes to prepare<</speech>>
<<speech "You">>Ok i will wait for you here.<</speech>>
<<speech "Narrator">>Mia jumped off the couch and ran straight to the shower<</speech>>
<<link "<div class='say'><p>Wait for her</p></div>">><<goto "miashower">><</link>><<chunkText "Go to her">>
<img src="images/town/miaplace/livingroom/3.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>After 10 minutes you started to get bored of the TV and decided to see what Mia was doing<</speech>>
<<next "Look inside">>
<img src="images/town/miaplace/bathroom/2.jpg" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>The door is open<</speech>>
<<speech "Narrator">>It's still in the shower<</speech>>
<<next "Wait and see what happens">>
<video width="850" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bathroom/1.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You saw Mia playing with a dildo<</speech>>
<<next "Wait and see what happens">>
<video width="60%" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bathroom/2.mp4" class="centerImage" style="max-width:80%;"/>
<<next "Wait more">>
<video width="500" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bathroom/4.mp4" class="centerImage" style="max-width:80%;"/>
<<next "And more">>
<video width="850" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bathroom/3.mp4" class="centerImage" style="max-width:80%;"/>
<<next "Obey">>
<<speech "Narrator">>You made a little noise<</speech>>
<<speech "Mia">>$name is that you?<</speech>>
<<speech "You">>I'm sorry Mia, I didn't want to spy on you but the door was open.<</speech>>
<<speech "Mia">>Shut up and come here<</speech>>
<<next "Enter the shower">>
<video width="850" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bathroom/5.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You undressed quickly and entered the shower<</speech>>
<<next "Kiss back">>
<video width="850" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bathroom/8.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>As soon as you entered the shower, Mia started kissing you<</speech>>
<<next "Kiss back">>
<video width="80%" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bathroom/6.mp4" class="centerImage" style="max-width:80%;"/>
<<next "Return the favor">>
<video width="800" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bathroom/9.mp4" class="centerImage" style="max-width:80%;"/>
<<next "More Kissing">>
<video width="600" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bathroom/7.mp4" class="centerImage" style="max-width:80%;"/>
<<next "Go to bedroom" "mbedroom1">>
<video width="800" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bathroom/10.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "Mia">>Let's take this to the bedroom<</speech>>
<</chunkText>><<chunkText "more kissing">>
<video width="50%" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bedroom/1.mp4" class="centerImage" style="max-width:80%;"/>
<<next "More">>
<video width="800" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bedroom/2.mp4" class="centerImage" style="max-width:80%;"/>
<<next "Finger her">>
<video width="800" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bedroom/3.mp4" class="centerImage" style="max-width:80%;"/>
<<next "scissoring">>
<video width="800" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bedroom/5.mp4" class="centerImage" style="max-width:80%;"/>
<<next "more scissoring">>
<video width="800" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bedroom/6.mp4" class="centerImage" style="max-width:80%;"/>
<<next "more scissoring">>
<video width="800" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bedroom/7.mp4" class="centerImage" style="max-width:80%;"/>
<<next "Take the dildo">>
<video width="800" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bedroom/8.mp4" class="centerImage" style="max-width:80%;"/>
<<speech "Narrator">>You saw a toy under the nightstand<</speech>>
<<next "suck both">>
<video width="800" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bedroom/9.mp4" class="centerImage" style="max-width:80%;"/>
<<next "strapon">>
<video width="800" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bedroom/10.mp4" class="centerImage" style="max-width:80%;"/>
<<next "Change position">>
<video width="800" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bedroom/11.mp4" class="centerImage" style="max-width:80%;"/>
<<next "other position">>
<video width="800" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bedroom/12.mp4" class="centerImage" style="max-width:80%;"/>
<<next "Orgasm">>
<video width="800" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bedroom/13.mp4" class="centerImage" style="max-width:80%;"/>
<<next "Get dressed and go to dinner" "dinner">>
<video width="800" autoplay loop muted controls poster="Source material/Misc/Loading.jpg" src="images/town/miaplace/bedroom/14.mp4" class="centerImage" style="max-width:80%;"/>
<</chunkText>><<speech "Narrator">>nothing here at the moment<</speech>>
<<speech "Narrator">>The event will continue in the next update <</speech>>
<<speech "Narrator">>Please be patient<</speech>>
<div class="choice">[[Mia Apartment|Miaplace][$miaquest += 1]]</div>
<<set $miadinner to true>><img src="images/character/bella/sleepy.gif" class="centerImage" style="max-width:100%;"/>
<<speech "Narrator">>It's getting late so you decide to call it a night.<</speech>>
<div class="choice">[[Go to sleep|sleep]]</div>
<center>
@@.big-name;
Information
@@
Stats is now accessibly from right side panel.
<<button "Hide the right panel">>
<<addclass "#right-ui-bar" "stowed">>
<<Refresh>>
<</button>>
<<button "Show the right panel">>
<<removeclass "#right-ui-bar" "stowed">>
<<Refresh>>
<</button>>
Your avatar and energy bar is on the left panel
<<button "Hide the panel">>
<<run UIBar.stow() >>
<<Refresh>>
<</button>>
<<button "Show the panel">>
<<run UIBar.unstow() >>
<<Refresh>>
<</button>>
You can change your game theme , font size and font style from settings
<<button "Settings">>
<<script>>UI.settings();<</script>>
<<Refresh>>
<</button>>
<div class="choice">[[Continue|bedroom][$intro to true]]</div>
</center><<speech "You">>Sorry, I got carried away<</speech>>
<<speech "Brandy">>I am your stepmother, what we did now is wrong<</speech>>
<<speech "You">>Yes I know<</speech>>
<<speech "Narrator">>You ran shamefully to your room<</speech>>
<div class="choice">[[Bedroom|bedroom][$momquest += 1]]</div><img src="images/house/bathroom/event/2.jpg" class="centerImage" style="max-width:50%;"/>
<<speech "Narrator">>What a crazy evening<</speech>>
<div class="choice">[[Go to your room|bedroom][$momquest += 1]]</div><<chunkText "Kiss her back">>
<<speech "Narrator">>$mom grabbed your hand and started kissing you<</speech>>
<img width="500" src="images/house/bathroom/event/1.webp" class="centerImage" style="max-width:100%;"/>
<<next "Continue">>
<<speech "Narrator">>$mom started to take off your dress<</speech>>
<img width="500" src="images/house/bathroom/event/2.webp" class="centerImage" style="max-width:100%;"/>
<<next "Continue">>
<<speech "Narrator">>While kissing you, she slowly lowered her hand to your vagina<</speech>>
<img width="500" src="images/house/bathroom/event/3.webp" class="centerImage" style="max-width:100%;"/>
<<next "continue">>
<<speech "Narrator">>He took your dress off completely<</speech>>
<img width="500" src="images/house/bathroom/event/4.webp" class="centerImage" style="max-width:100%;"/>
<<next "Enter the shower">>
<<speech "Narrator">>She also took off your panties and started rubbing you<</speech>>
<img width="500" src="images/house/bathroom/event/5.webp" class="centerImage" style="max-width:100%;"/>
<<next "Continue">>
<<speech "Narrator">>You continued to kiss in the shower as well<</speech>>
<video width="700" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/house/bathroom/event/1.mp4" class="centerImage" style="max-width:100%;"/>
<<next "Continue">>
<<speech "Narrator">>She started kissing you all over your body<</speech>>
<video width="700" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/house/bathroom/event/2.mp4" class="centerImage" style="max-width:100%;"/>
<<next "Return the favor">>
<<speech "Narrator">>He took you out of the shower and put you on the sink and started to finger you<</speech>>
<video width="700" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/house/bathroom/event/3.mp4" class="centerImage" style="max-width:100%;"/>
<<next "Continue">>
<video width="700" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/house/bathroom/event/4.mp4" class="centerImage" style="max-width:100%;"/>
<<next "Leave" "showerevent1">>
<video width="700" autoplay loop controls poster="Source material/Misc/Loading.jpg" src="images/house/bathroom/event/5.mp4" class="centerImage" style="max-width:100%;"/>
<</chunkText>>
<<nobr>>
<<notify 3s>><span style="color:#c080e8">+5 Mother Mood</span><hr>
<span style="color:#c080e8">+5 Mother Corruption</span><</notify>>
<<set $mmood += 5>>
<<set $mcorr += 5>>
<<passtime>>
<</nobr>>