//-------------- 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 to 300>>
<<set $energy to 100>>
<<set $maxenergy to 100>>
<<set $fitness to 15>>
<<set $maxfitness to 100>>
<<set $corruption to 0>>
<<set $maxcorruption to 100>>
<<set $hygiene to 100>>
<<set $maxhygiene to 100>>
<<display "Widgets">>
\\---------------------------------------//
//-------------- Energy-------------- \\
<<newmeter '$energyBar'>><<label '$energy' var(--sidebar-text)>>
<<colors '#FF5733' '#C70039' 'var(--sidebar-color)'>>
<</newmeter>>
\\---------------------------------------//
//-------------- Corruption-------------- \\
<<newmeter '$corruptionBar'>><<label '$corruption' var(--sidebar-text)>>
<<colors '#C39BD3' '#B600FF' 'var(--sidebar-color)'>>
<</newmeter>>
\\---------------------------------------//
//-------------- Hygiene-------------- \\
<<newmeter '$hygieneBar'>><<label '$hygiene' var(--sidebar-text)>>
<<colors '#5AA600' '#E74A14' 'var(--sidebar-color)'>>
<</newmeter>>
\\---------------------------------------//
//-------------- Fitness-------------- \\
<<newmeter '$fitnessBar'>><<label '$fitness' var(--sidebar-text)>>
<<colors '#007FFD' '#0032FD' 'var(--sidebar-color)'>>
<</newmeter>>
\\---------------------------------------//
//--------------Characters avatars-------------- \\
<<character 'You' 'assets/char/avatar/1.jpg'>>
<<character 'Your_head' 'assets/char/avatar/6.jpg'>>
<<character 'Narrator' 'assets/char/avatar/0.jpg'>>
<<character 'Unknown_woman' 'assets/char/avatar/2.jpg'>>
<<character 'Unknown_girl' 'assets/char/avatar/2.jpg'>>
<<character 'Unknown_man' 'assets/char/avatar/3.jpg'>>
<<character 'Anna' 'assets/char/avatar/4.jpg'>>
<<character 'Jonny' 'assets/char/avatar/5.jpg'>>
<<character 'Read' 'assets/char/avatar/7.jpg'>>
<<character 'Principal' 'assets/char/avatar/8.jpg'>>
\\---------------------------------------//
//--------------Variable-------------- \\
//--------------Ver0.0.1-------------- \\
<<set $newgame to false>>
\\--------------------------------------//
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<<chunkText "Go to the door">>
<img src="assets/events/event1/0.jpg" class="centerImage" style="max-width:50%;"/> <br>
<<say Narrator>>You had just entered the door of the house when you heard the doorbell<</say>>
<<say You>>Not even 5 minutes have passed and someone is already looking for me<</say>>
<<say You>>How not to love this town<</say>>
<br>
<<next "Go to kitchen">>
<img src="assets/events/event1/door.jpg" class="centerImage" style="max-width:100%;"/>
<<say You>>Hello !<</say>>
<<say Unknown_woman>>Oh hello! Welcome to our neighborhood.<</say>>
<<say You>>Thank you, you are so nice!<</say>>
<<say You>>Please come in<</say>>
<<say Narrator>>A neighbor and his son, I think?<</say>>
<br>
<<next "Talk">>
<img src="assets/backgrounds/house/kitchen.jpg" class="centerImage" style="max-width:90%;"/>
<br>
<<say Unknown_woman>>Excuse me, I'm Anna, your neighbor across the street!<</say>>
<<say Anna>>This is my son , Jonny<</say>>
<<say Jonny>>Hi , I .. I'm Joo <</say>>
<br>
<<say Narrator>>Wtf? Why he run away?<</say>>
<br>
<<say Anna>>Sorry ,he is very shy<</say>>
<<say Narrator>>Omg she has a son my age? But ... But come on, she is so hot.<</say>>
<<say You>>Where are my manners, please sit down<</say>>
<<next "Continue talking">>
<img src="assets/events/event1/1.jpg" class="centerImage" style="max-width:100%;"/><br>
<<say You>>I'm $mc , nice to meet you!<</say>>
<<say Anna>>Nice to meet you too , $mc<</say>>
<<say Anna>>Your parents are home ?<</say>>
<<say You>>Aaamm.... nope .<</say>>
<<say Anna>>Are they at work?<</say>>
<<say You>>No, I live alone.<</say>>
<<next "Continue talking">>
<<say Narrator>>After a few minutes and an awkward silence<</say>>
<<say Narrator>>You heard a phone ringing<</say>>
<img src="assets/events/event1/1.webp" style="max-width:100%;"/>
<<say Narrator>>You checked your phone but it wasn't yours<</say>>
<<next "Continue">>
<img src="assets/events/event1/2.jpg" class="centerImage" style="max-width:100%;"/><br>
<<say Anna>>Sorry, I can't talk nowI<</say>>
<<say Anna>>an emergency? <</say>>
<<say Anna>>OK<</say>>
<<say Anna>>I'll be there in a moment<</say>>
<<say Narrator>>She quickly hung up the phone and threw the phone in his bag<</say>>
<<next "Continue">>
<<say Anna>>I have to go, sorry<</say>>
<<say Narrator>>And she practically disappeared.<</say>>
<<say You>>What was that?<</say>>
<<say You>>Why was she so worried?<</say>>
<<say You>>Is anyone hurt? or?<</say>>
<<say You>>Now I'm worried too.<</say>>
<<next "Take out your phone">>
<img src="assets/events/event1/3.jpg" class="centerImage" style="max-width:100%;"/><br>
<<say You>>What should I do?<</say>>
<<say You>>What should I do?<</say>>
<<say You>><<shake>>FUUUCCKKK... fuck , fuck , fuck<</shake>><</say>>
<<say You>>What should I do?<</say>>
<<say You>>I know....<</say>>
<<say You>>I should call her<</say>>
<<next "Go take a shower" "eshower">>
<img src="assets/events/event1/4.jpg" class="centerImage" style="max-width:100%;"/><br>
<<say Narrator>>you took your phone out of your bag without thinking.<</say>>
<<say Narrator>>you opened the phone book<</say>>
<<say Narrator>>after some scrolling you realized that you don't have her number<</say>>
<<say You>>I'm so stupid!<</say>>
<<say You>>Great $mc , now what?<</say>>
<<say You>>I need to know what happened.<</say>>
<<say You>>Ohh .. I know, I should go to her house<</say>>
<<say You>>But first i need to take a shower<</say>>
<</chunkText>>
</fieldset>
<<set $newgame to true>><<run UIBar.hide() >>
<center>
<fieldset>\
<legend>Desires - a game by xCrazy</legend>\
<img src="assets/ui/logo.png" style="max-width:80%;"/><br>
<<button "New game">>
<<goto "Intro">>
<</button>>
<<button "Load game">>
<<ui saves>>
<</button>>
<<button "Changelog">>
<<goto "changelog">>
<</button>>
</fieldset>\
</center><<nobr>>
<<include "checks">>
<<include "StoryInterfaceSpecialPassage">>
<</nobr>>
<img src="assets/char/mc/mc.jpg" class="centerImage" style="max-width:80%;"/>
<center>
<br>
Money :<div id='choice' class='db'><<print $money>> $</div>
Energy
<<showmeter '$energyBar' `$energy / $maxenergy`>>
<<if $energydrink >= 1 and $energy lte 90>><<link 'Drink a potion.'>>
<<updatemeter '$energyBar' `$energy / $maxenergy`>>
<</link>>
<</if>>
Corruption
<<showmeter '$corruptionBar' `$corruption/ $maxcorruption`>>
<<if $corruptiondrink >= 1>><<link 'Drink a potion.'>>
<<updatemeter '$corruptionBar' `$corruption / $maxcorruption`>>
<</link>>
<</if>>
Hygiene
<<showmeter '$hygieneBar' `$hygiene/ $maxhygiene`>>
Fitness
<<showmeter '$fitnessBar' `$fitness/ $maxfitness`>>
</center><<widget "Refresh">>
<<script>>state.display(state.active.title, null, "back") <</script>>
<</widget>>
<<widget "passtime">>
<<set $gameTime++>>
<<if $gameTime >= $dayTimes.length>>
<<set
$gameTime = 0,
$gameDay++
>>
<<set $gameWeekDay = $gameDay%7 >>
<</if>>
<</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(assets/backgrounds/house/"+$args[0]+".jpg);"' data-passage="$args[1]">
<h4>$args[2]</h4>
</div>
<</nobr>>
<</widget>>
<<widget "outside">>
<<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(assets/backgrounds/outside/"+$args[0]+".jpg);"' data-passage="$args[1]">
<h4>$args[2]</h4>
</div>
<</nobr>>
<</widget>><<run UIBar.hide() >>
<center>
<fieldset>
<legend>Desires - a game by xCrazy</legend>\
<img src="assets/ui/attention.png" style="max-width:30%;"/>
I could only tell you this story if you understand that this is a fictional game, the story and all characters are made up and should be treated accordingly!
<<button "I understand">>
<<goto "story">>
<</button>>
<<button "I do not like it">>
<<goto "Start">>
<</button>>
</fieldset>
</center><<run UIBar.hide() >>
<center>
<fieldset>\
<legend>Desires - a game by xCrazy</legend>\
<img src="assets/ui/18.png" style="max-width:30%;"/>
This game contains adult content as age-restricted !!
You must be 18+ to play this game
<<nobr>>
<<button "Start">>
<<goto "Intro2">>
<</button>>
<<button "Exit">>
<<goto "Start">>
<</button>>
<</nobr>>
</fieldset>
</center><center>
<fieldset>
<legend>Desires - a game by xCrazy</legend>\
Once upon a time, there was a girl named <<textbox "$mc" "Emma">>.
$mc lived in a small town in the countryside and had just graduated high school and was a bright student who had always dreamed of studying abroad.After much research and consideration, she decided to move to another country to pursue his studies.
$mc was excited about the prospect of living in a new country and experiencing a new culture.She was also nervous about leaving his family and friends behind.But knew that this was an opportunity that she couldn’t pass up.
When he arrived in the new country <<textbox "$country" "Gondal">> .
$mc was amazed by the beauty of the place.The people were friendly and welcoming.
She immediatly felt in love with this small town <<textbox "$town" "Springfield">> and and its people
She shere joined the <<textbox "$university" "SpringField University">> and rented a house near the university.
The story of $mc ends here , now is your turn to continue his story.<br>
<<button " Continue her story">>
<<goto "event1">>
<</button>>
</fieldset>
</center><<run UIBar.show() >>
<center>
<img src="assets/backgrounds/house/hallway.jpg" class="centerImage" style="max-width:90%;"/>
<fieldset>
<<if $newgame is true>>
<<shake>>
<div class="cq">[[Find your neighbor|event1.1]]</div>
<</shake>>
<</if>>
<<if $newgame == 27>>
<<shake>><div class="cq">[[Finaly home|event2]]</div><</shake>>
<<else>>
<<if $newgame == 30>>
<<shake>><div class="cq">[[Explore the town|event2.1]]</div><</shake>>
<<else>>
<legend>Desires - a game by xCrazy</legend>
<div class="border">Ground Floor</div>
<div class="choice">[[Livingroom|Livingroom]]</div>
<div class="choice">[[Kitchen|Kitchen]]</div>
<div class="choice">[[Bathroom|Bathroom]]</div>
<div class="border">Upstairs</div>
<div class="choice">[[Your Bedroom|Bedroom]]</div>
<div class="choice">[[Empty Room|Room1]]</div>
<div class="choice">[[Empty Room|Room2]]</div>
<div class="border">Hallway</div>
<<if $hygiene gte 30>>
<div class="choice">[[Leave the House|Outsite]]</div>
<<else>>
<div class="choice"><<shake>>You smell very bad ! Go take a shower<</shake>> </div>
<</if>>
<</if>>
<</if>>
</fieldset>
</center><img src="assets/backgrounds/house/livingroom.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<div class="choice">[[Go to Hallway|House]]</div>
</fieldset><img src="assets/backgrounds/house/kitchen.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<div class="choice">[[Go to Hallway|House]]</div>
</fieldset><img src="assets/backgrounds/house/bathroom.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<div class="choice">[[Take a shower|shower]]</div>
<br>
<div class="choice">[[Go to Hallway|House]]</div>
</fieldset><img src="assets/backgrounds/house/bedroom.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<<nobr>>
<<if $gameTime lt 4 and $energy gte 10>>
<div class="choice">[[Laptop|Laptop]]</div>
<<else>>
<div class="choice"><<shake>>Its to late<</shake>> </div>
<</if>>
<<if $gameTime >= 4>>
<div class="choice">[[Go to sleep|sleep]]</div>
<<elseif $gameTime <= 4>>
<div class="choice">[[Take a nap|nap]]</div>
<</if>>
<</nobr>>
<br>
<div class="choice">[[Go to Hallway|House]]</div>
</fieldset><img src="assets/backgrounds/house/bedroom.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<div class="choice">[[Go to Hallway|House]]</div>
</fieldset><img src="assets/backgrounds/house/bedroom.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<div class="choice">[[Go to Hallway|House]]</div>
</fieldset><img src="assets/char/mc/sleepy.gif" class="centerImage" style="max-width:80%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<<if $hygiene gte 60>>
<div class="choice">[[Wake up|Bedroom]]</div>
<<set $gameTime = 0>>
<<set $gameDay += 1>>
<<set $gameWeekDay = $gameDay%7 >>
<<set $energy to 100>>
<<set $hygiene -=30>>
<<else>>
<div class="choice">[[Go Take a shower|shower]]</div>
<</if>>
</fieldset>Day : $gameDay<hr>
<<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>>
<<switch $gameTime>>
<<case 0>>
Morning<img src="assets/ui/morning.png" class="centerImage" style="max-width:15%;"/>
<<case 1>>
Afternoon<img src="assets/ui/noon.png" class="centerImage" style="max-width:15%;"/>
<<case 2>>
Evening<img src="assets/ui/afternoon.png" class="centerImage" style="max-width:15%;"/>
<<case 3>>
Night<img src="assets/ui/evening.png" class="centerImage" style="max-width:15%;"/>
<<case 4>>
Midnight<img src="assets/ui/night.png" class="centerImage" style="max-width:15%;"/>
<</switch>>
<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>><br>
<<link "@@Emergency escape@@" `passage()`>>
<<goto "Bedroom">>
<</link>>
</div><center>
<img src="assets/backgrounds/outside/outside.jpg" class="centerImage" style="max-width:90%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<<nobr>>
<div class="row">
<<outside "university" "university" "University">>
<<outside "park" "park" "Park">>
<<outside "mall" "mall" "Mall">>
</div>
<</nobr>>
<br>
<div class="choice">[[Go Home|House]]</div>
</fieldset>
</center><img src="assets/char/mc/sleep.jpg" class="centerImage" style="max-width:80%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<<if $hygiene gte 60>>
<div class="choice">[[Wake up|Bedroom]]</div>
<<set $gameTime = 0>>
<<set $gameDay += 1>>
<<set $gameWeekDay = $gameDay%7 >>
<<set $energy to 100>>
<<set $hygiene -=30>>
<<else>>
<div class="choice">[[Go Take a shower|shower]]</div>
<</if>>
</fieldset><img src="assets/char/mc/napping.gif" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<<if $hygiene gte 60>>
<div class="choice">[[Wake up|Bedroom]]</div>
<<set $gameTime += 1>>
<<set $energy +=10>>
<<set $hygiene -=10>>
<<else>>
<div class="choice">[[Go Take a shower|shower]]</div>
<</if>>
</fieldset><img src="assets/house/bedroom/laptop/1.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<nobr>
<div class="choice">[[Watch porn|porn]]</div>
<div class="choice">[[Changelog|changelog]]</div>
<div class="choice">[[Cheats|preCheats]]</div>
</nobr>
<br>
<div class="choice">[[Turn Off|Bedroom]]</div>
</fieldset><fieldset>
<legend>Desires - a game by xCrazy</legend>
<video id="porn" src="" class="centerImage" width="900px" autoplay loop controls poster="Source material/Misc/Loading.jpg" />
<script>
var imageFiles = ["1.mp4", "2.mp4", "3.mp4", "4.mp4", "5.mp4"];
var videoElement = document.getElementById("porn");
var randomIndex = Math.floor(Math.random() * imageFiles.length);
videoElement.src = "assets/house/bedroom/laptop/porn/" + imageFiles[randomIndex];
</script>
<div class="choice">[[Search more porn|porn]]</div>
<<set $gameTime += 1>>
<<set $energy -=10>>
<br>
<div class="choice">[[Stop|Laptop]]</div>
<<set $gameTime += 1>>
<<set $energy -=10>>
</fieldset><fieldset>
<legend>Desires - a game by xCrazy</legend>
<<link 'Version 0.0.1'>>
<<dialog 'Desires v0.0.1'>>\
1.Initial release!<br>
-This is the first realease and there almost no content.
<</dialog>>
<</link>>
</fieldset><fieldset>
<legend>Desires - a game by xCrazy</legend>
<<button "From the beginning - your house">>
<<goto event1>>
<</button>><br>
<<button "From Lisa's house">>
<<goto event1.1>>
<</button>><br>
<<button "Your house">>
<<goto event2>>
<</button>><br>
<<button "Explore the town">>
<<goto event2.1>>
<</button>><br>
<br><br><br><br><br><br>
This page is in progres...
<br>
Wait for UPDATES!!<br>
<fieldset>
<legend>Desires - a game by xCrazy</legend><center>
<<shake>>Some of the cheat codes will be on discord<</shake>><br><br>
For more and faster updates please join our discord:<br><br>
<a href = "https://discord.gg/QAymdXRdNm"><img class = "sideimg" src = "assets/ui/discord.png" class="centerImage" style="max-width:100%;"/></a>
<div class="choice">[[Bedroom|Bedroom]]</div>
</center>
</fieldset>
</fieldset><fieldset>
<legend>Desires - a game by xCrazy</legend>
<video id="shower" src="" class="centerImage" width="500px" autoplay loop controls poster="Source material/Misc/Loading.jpg" />
<script>
var imageFiles = ["1.mp4", "2.mp4", "3.mp4", "4.mp4", "5.mp4"];
var videoElement = document.getElementById("shower");
var randomIndex = Math.floor(Math.random() * imageFiles.length);
videoElement.src = "assets/house/bathroom/shower/" + imageFiles[randomIndex];
</script>
<br>
<div class="choice">[[Stop|Bathroom]]</div>
<<set $gameTime += 1>>
<<set $hygiene to 100>>
</fieldset><center>
<img src="assets/backgrounds/outside/park.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<div class="choice">[[Leave|Outsite]]</div>
</fieldset>
</center><center>
<img src="assets/backgrounds/outside/mall.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<div class="border">Ground Floor</div>
<div class="choice">[[Grocery store|grocery]]</div>
<div class="choice">[[Electronic store|electronics]]</div>
<div class="choice">[[Clothing store|clothing]]</div>
<div class="border">Second Floor</div>
<div class="choice">[[Cafe|cafe]]</div>
<div class="choice">[[Restaurant|restaurant]]</div>
<div class="choice">[[Bathroom|mbathrooom]]</div>
<div class="border">Hallway</div>
<div class="choice">[[Leave|Outsite]]</div>
</fieldset>
</center><center>
<img src="assets/backgrounds/outside/university.jpg" class="centerImage" style="max-width:150%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<<if $newgame == 33>>
<div class="choice">[[University enrollment|enrollment]]</div>
<<else>>
<div class="choice">[[Leave|Outsite]]</div>
<</if>>
</fieldset>
</center><center>
<img src="assets/backgrounds/outside/cafe.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<div class="choice">[[Leave|mall]]</div>
</fieldset>
</center><center>
<img src="assets/backgrounds/outside/clothing.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<div class="choice">[[Leave|mall]]</div>
</fieldset>
</center><center>
<img src="assets/backgrounds/outside/electronics.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<div class="choice">[[Leave|mall]]</div>
</fieldset>
</center><center>
<img src="assets/backgrounds/outside/grocery.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<div class="choice">[[Leave|mall]]</div>
</fieldset>
</center><center>
<img src="assets/backgrounds/outside/restaurant.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<div class="choice">[[Leave|mall]]</div>
</fieldset>
</center><center>
<img src="assets/backgrounds/outside/bathroom.jpg" class="centerImage" style="max-width:100%;"/>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<div class="choice">[[Leave|mall]]</div>
</fieldset>
</center><<if $gameTime >= 5>>\
<<goto "Sleep Timeout">>\
<<set $gameTime to 0>>
<</if>>
<<if $energy <= 0>>
<<set $energy == 0>>
<<goto "Sleep Timeout">>
<<elseif $energy >= 100>>
<<set $energy == 100>>
<</if>>
<<if $hygiene lt 0>>
<<set $hygiene to 0>>
<<dialog 'Take a shower'>>
Go and take a shower, you smell really bad!
<</dialog>>
<</if>><fieldset>
<legend>Desires - a game by xCrazy</legend>
<<chunkText "Go and change">>
<img src="assets/events/event1/6.jpg" class="centerImage" style="max-width:100%;"/> <br>
<<say You>>I can't go dressed like that<</say>>
<<say Narrator>>You just got out of the shower<</say>>
<<say Narrator>>Your hair is still wet and you are wearing a bath towel<</say>>
<<say You>>You have to go get dressed<</say>>
<<next "Change again">>
<img src="assets/events/event1/7.jpg" class="centerImage" style="max-width:70%;"/> <br>
<<say Narrator>>You quickly dressed in the first dress you found.<</say>>
<<say Narrator>>And when you looked in the mirror you didn't like it.<</say>>
<<say You>>I don't really like how I look in this dress<</say>>
<<say You>>Maybe I should change?<</say>>
<<say You>>Yes, I definitely have to change<</say>>
<<next "Change again">>
<<say You>>What should i wear?<</say>><br>
<img src="assets/events/event1/5.jpg" class="centerImage" style="max-width:90%;"/> <br>
<<say You>>I like this dress but it's too much<</say>>
<<say You>>Oh .. i know..<</say>>
<<say You>>Now where is it?<</say>>
<<say Narrator>>After a few minutes you find the clothes you want<</say>>
<<next "Go find your neighbor">>
<img src="assets/events/event1/8.jpg" class="centerImage" style="max-width:60%;"/> <br>
<img src="assets/events/event1/9.jpg" class="centerImage" style="max-width:60%;"/> <br>
<<say You>>I love this outfit.<</say>>
<<say You>>I should go now.<</say>>
<<next "Look out the window">>
<img src="assets/events/event1/10.webp" class="centerImage" style="max-width:100%;"/> <br>
<<say Narrator>>You remember that she said she was the neighbor across the street.<</say>>
<<say Narrator>>You went to the first house you saw across the street .<</say>>
<<say You>>This must be the house, it is the only one.<</say>>
<<say You>>I have to make sure it's this.<</say>>
<<next "Look through the window again">>
<img src="assets/events/event1/11.jpg" class="centerImage" style="max-width:100%;"/> <br>
<<say You>>She's just sleeping.<</say>>
<<say You>>Omg , and i was so warried.<</say>>
<<say You>>How could she?<</say>>
<<say Your_head>>She has such beautiful breasts<</say>>
<<next "Look through the window again">>
<img src="assets/events/event1/12.jpg" class="centerImage" style="max-width:100%;"/> <br>
<<say Unknown_man>>Anna , $#%^ *&%<</say>>
<<say You>>Did I hear a man's voice?<</say>>
<<say You>>I didn't understand anything he said<</say>>
<<say You>>Maybe if I look again I will understand what is happening<</say>>
<<next "Look again">><br>
<img src="assets/events/event1/12.jpg" class="centerImage" style="max-width:100%;"/> <br>
<<say Your_head>>Wuaaahh...nice boobs<</say>>
<<say You>>Omg.. omg.. what am I thinking? She could be my mother.<</say>>
<<say You>> I'm so stupid.<</say>>
<<say Your_head>><<shake>>I want more boobs<</shake>><</say>>
<<say You>>Why the hell am I thinking this?<</say>>
<<say You>>I'm a woman <</say>>
<<say You>>Can women like breasts?<</say>>
<<say Your_head>>Of course stupid...<</say>>
<<next "Look more">>
<<say You>>She wakes up!<</say>>
<br>
<img src="assets/events/event1/13.jpg" class="centerImage" style="max-width:100%;"/> <br>
<img src="assets/events/event1/14.jpg" class="centerImage" style="max-width:100%;"/> <br>
<img src="assets/events/event1/15.jpg" class="centerImage" style="max-width:100%;"/> <br>
<<next "Look moreeeee">>
<br>
<img src="assets/events/event1/16.jpg" class="centerImage" style="max-width:100%;"/> <br>
<img src="assets/events/event1/17.jpg" class="centerImage" style="max-width:100%;"/> <br>
<img src="assets/events/event1/18.jpg" class="centerImage" style="max-width:100%;"/> <br>
<<next "Moooreeeee">>
<<say Your_head>>Why is she naked?<</say>>
<<say Your_head>>Why is she closing the curtains?<</say>>
<<say You>> Why am I thinking about this? Again?<</say>>
<<say You>> I do not know what to do anymore <</say>>
<<say Your_head>>I know..<</say>>
<<next "What??">>
<<say You>>Shut up you stupid brain<</say>>
<<say You>> Why do you think like this?<</say>>
<<say Your_head>>Look again and you will understand<</say>>
<<next "Check">>
<img src="assets/events/event1/19.jpg" class="centerImage" style="max-width:100%;"/> <br>
<<say Narrator>>You quickly jumped from the window<</say>>
<<say You>>Omg, she saw me<</say>>
<<say You>>Omg, what should i do?<</say>>
<<say Your_head>>She didn't see me<</say>>
<<say Your_head>>How did he see me?<</say>>
<<say Your_head>>Maybe i should check if he saw me<</say>>
<<next "Keep spying">>
<img src="assets/events/event1/20.jpg" class="centerImage" style="max-width:100%;"/> <br>
<img src="assets/events/event1/21.jpg" class="centerImage" style="max-width:100%;"/> <br>
<<say Your_head>>Relax, she didn't see you<</say>>
<<say Your_head>>You can spy on her quietly<</say>>
<<say You>>What the ? I'm not spying on her<</say>>
<<say Your_head>>Yes you are....but no one knows<</say>>
<<say You>>I know that's wrong but..<</say>>
<<say Your_head>>But what? Relax and keep spying.<</say>>
<<next "Where did she go?">>
<img src="assets/events/event1/22.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/23.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/24.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/25.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/26.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<next "Continue">>
<img src="assets/events/event1/27.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/28.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/29.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/30.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<next "Wait and see">>
<img src="assets/events/event1/1.webp" style="max-width:40%;"/> <br>
<<say Your_head>>Her phone rings.<</say>><br>
<img src="assets/events/event1/31.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/32.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<say Anna>>Hello? Yes. I'm waiting for you.<</say>>
<<say Your_head>>I wonder who called.<</say>>
<<next "Continue">>
<<say Your_head>>I wonder who she is waiting for<</say>><br>
<img src="assets/events/event1/34.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/33.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/35.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<next "Continue">>
<img src="assets/events/event1/1.webp" style="max-width:40%;"/> <br>
<<say Your_head>>Her phone rings again.<</say>><br>
<img src="assets/events/event1/37.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/36.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<next "Wait and see">>
<<say Your_head>>A man? Her husband?<</say>><br>
<img src="assets/events/event1/38.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<say You>>How do you think he can be her husband?<</say>>
<<say You>>Stupid Brain<</say>>
<<say Your_head>>Why not? Becouse he is young?<</say>>
<<say Your_head>>Or what?<</say>>
<<next "Continue">>
<img src="assets/events/event1/38.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<say You>>See? Stupid brain ?He's just a masseur<</say>>
<<say You>>Stupid Brain<</say>>
<<say You>>Stupid ... stupid<</say>>
<<next "Continue">>
<img src="assets/events/event1/39.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/40.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/41.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<say Your_head>>She took off her bra <</say>>
<<say Your_head>>See ?? He must be her husband .<</say>>
<<say Your_head>>Now who is stupid?<</say>>
<<say You>>Shut up..<</say>>
<<next "Keep watching">>
<img src="assets/events/event1/42.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/43.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/44.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<say You>>What is he doing?<</say>><br>
<img src="assets/events/event1/45.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<say You>>What's going on with him?<</say>>
<<next "Keep watching">>
<<say You>>I would like someone to give me a massage too<</say>><br>
<img src="assets/events/event1/46.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<say You>>What? Why is he pouring massage oil on her .... <</say>><br>
<img src="assets/events/event1/47.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<say You>>That's it!! She didn't like that.<</say>><br>
<img src="assets/events/event1/48.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/49.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<say You>>What the? She is smiling?<</say>><br>
<img src="assets/events/event1/50.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<say You>>Ok? Now whats next?<</say>><br>
<<next "NEXT??">>
<img src="assets/events/event1/51.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/52.jpg" class="centerImage" style="max-width:80%;"/> <br>
<img src="assets/events/event1/53.jpg" class="centerImage" style="max-width:80%;"/> <br>
<<say You>><<shake>>WHAAATTTT???<</shake>><</say>><br>
<<say Narrator>>You immediately turned and ran towards the house!<</say>>
<<next "Go home" "House">>
This event is in progres...
<br>
Wait for UPDATES!!<br>
For more and faster updates please join our discord:<br><br>
<a href = "https://discord.gg/QAymdXRdNm"><img class = "sideimg" src = "assets/ui/discord.png" class="centerImage" style="max-width:100%;"/></a>
<br><br><br>
<</chunkText>>
</fieldset>
<<set $newgame += 1>><fieldset>
<legend>Desires - a game by xCrazy</legend>
<<chunkText "Unpack">>
<img src="assets/backgrounds/house/bedroom.jpg" class="centerImage" style="max-width:100%;"/><br>
<<say Narrator>>It's late, but you have the energy to unpack your things<</say>>
<<next "Unpack your underwear">><br>
<img src="assets/events/event2/0.jpg" class="centerImage" style="max-width:80%;"/><br>
<img src="assets/events/event2/1.jpg" class="centerImage" style="max-width:100%;"/><br>
<<say Narrator>>You immediately finished unpacking because you don't have many clothes<</say>>
<<next "Go to sleep" "sleep">>
<img src="assets/events/event2/2.webp" class="centerImage" style="max-width:100%;"/><br>
<<say Narrator>>All your things are unpacked and arranged nicely<</say>>
<<say You>>And now I can sleep<</say>>
<</chunkText>>
</fieldset>
<<set $newgame += 1>>
<video id="shower" src="" class="centerImage" width="500px" autoplay loop controls poster="Source material/Misc/Loading.jpg" />
<script>
var imageFiles = ["1.mp4", "2.mp4", "3.mp4", "4.mp4", "5.mp4"];
var videoElement = document.getElementById("shower");
var randomIndex = Math.floor(Math.random() * imageFiles.length);
videoElement.src = "assets/house/bathroom/shower/" + imageFiles[randomIndex];
</script>
<fieldset>
<legend>Desires - a game by xCrazy</legend>
<div class="choice">[[Get dressed|event1.1]]</div>
<<set $gameTime += 4>>
<<set $hygiene to 100>>
</fieldset><fieldset>
<legend>Desires - a game by xCrazy</legend>
<<chunkText "Go to park">>
<img src="assets/backgrounds/outside/outside.jpg" class="centerImage" style="max-width:110%;"/> <br>
<<say Narrator>>This is you house.<</say>>
<<say Narrator>>It is a very very big house just for you<</say>>
<<say Narrator>>Luckily for you, your parents managed to pay your rent for a while<</say>><br>
<<say You>>What a nice house managed my parents to rent<</say>>
<<say You>>I like it very much !<</say>>
<<next "Go to Mall">><br>
<img src="assets/backgrounds/outside/park.jpg" class="centerImage" style="max-width:100%;"/><br>
<<say You>>What a nice park<</say>>
<<next "Go to University" "university">>
<img src="assets/backgrounds/outside/mall.jpg" class="centerImage" style="max-width:100%;"/><br><br>
<<say Narrator>>There is no need to enter the mall.<</say>>
<</chunkText>>
</fieldset>
<<set $newgame += 1>><fieldset>
<legend>Desires - a game by xCrazy</legend>
<<chunkText "Ask someone about the principal's office">>
<img src="assets/backgrounds/outside/universityhallway.jpg" class="centerImage" style="max-width:60%;"/><br>
<<say Narrator>>You can't believe that you will study here<</say>>
<<say Your_head>>All I can think about now is <</say>><br>
<img src="assets/outside/university/1.gif" class="centerImage" style="max-width:50%;"/><br>
<<say Narrator>>After a few minutes of staring, you remembered that you had to talk to the director.<</say>>
<<say Your_head>>I should ask someone where the principal's office is<</say>><br>
<<next "Find someone else to ask">>
<<say You>>Hello<</say>>
<<say Unknown_girl>>Hi<</say>>
<<say You>>Hello, I'm sorry, I'm new in town, and I'm going to study here.<</say>>
<<say Unknown_girl>>Hello "sorry" , what's up?<</say>>
<<say You>>No no no my name is not sorry...<</say>>
<<say Unknown_girl>>Ok "not sorry" what are you looking for?<</say>>
<<say You>><<shake>>HEY<</shake>> <</say>><br>
<<say Narrator>>you turned around pissed and tried to leave<</say>><br>
<<next "Go and talk with her">>
<<say Read>>Hey , I'm Read , I'm sorry.<</say>>
<<say Read>>I'm sorry<</say>>
<<say Read>>I'm sorry, I was just playing with you<</say>>
<<say You>>Read what?<</say>>
<<say Narrator>>You said in a vengeful voice<</say>>
<<say Read>>You little bi..<</say>>
<<say Read>>Ok , i deserve that<</say>>
<<say Read>>Now please tell me your name<</say>>
<<next "Go to the principal's office">>
<<say You>>$mc<</say>>
<<say Read>>Nice name, now tell me what you are looking for here<</say>>
<<say You>>Thank you<</say>>
<<say Read>>I like you, you are very polite<</say>>
<<say You>>Thank you<</say>>
<<say Read>>Now tell me what you are looking for here<</say>>
<<say You>>I'm looking for the principal's office<</say>>
<<say Read>>Lucky you, I'm going there too.<</say>>
<<say Read>>You can follow me<</say>>
<<say You>>Ok<</say>>
<<next "Go inside">>
<img src="assets/outside/university/2.jpg" class="centerImage" style="max-width:90%;"/><br>
<<say Read>>Hello, Mr. Directooor<</say>>
<<say You>>Hel..<</say>>
<<say Principal>><<shake>>I told you not to call me that anymore<</shake>><</say>>
<<say Principal>>Oh my<</say>>
<<say Principal>>I didn't know you were with someone<</say>>
<<say Principal>>Please come in<</say>>
<<next "Speak">>
<<say Principal>>Hello ,I am the director of $university<</say>>
<<say Principal>>And also Read's father<</say>>
<<say Read>>Stepfather<</say>>
<<say Principal>>Sorry stepfather!<</say>>
<<say Narrator>>After a few awkward moments you opened your mouth<</say>>
<<next "Hug him">>
<<say You>>hello, I'm $mc and I want to study here. <</say>>
<<say Principal>>Oh ...<</say>>
<<say Principal>>Hi $mc, your parents told me you will be arriving today<</say>>
<<say Principal>>Your parents and I went to college together.<</say>>
<<say Principal>>You can consider me a family friend<</say>>
<<say Principal>>All the paper work has been done!<</say>>
<<say You>><<shake>>THANK YOU , THANK YOU<</shake>> <</say>><br>
<<say Narrator>>And in a moment of joy here<</say>>
<<say Narrator>>You unconsciously hugged him<</say>>
<<next "Go Home" "House">>
<<say Principal>>$mc this is inappropriate!<</say>>
<<say You>><<shake>>I'm sorry , I'm verrrry sorrryyyy<</shake>> <</say>><br>
<<say Narrator>>And you ran, slamming the door behind you<</say>>
<</chunkText>>
</fieldset>
<<set $newgame += 1>><fieldset>
<legend>Desires - a game by xCrazy</legend>
<<set $code1 to ''>>
<<textbox '$code1' '' autofocus>>
<span id='textbox-submit'>
<<button 'Submit'>><br>
<<set $code1 to $code1.trim().toLowerCase()>>
<<if hashStr($code1) == -1146226812>>
<<replace '#textbox-submit'>>
/* Removes the button */
<</replace>>
<<replace '#textbox-reply'>>
<br><br> Correct!<br>
Thanks for your support!<br>
<div class="choice">[[Go to cheat page |Cheats]]</div>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<else>>
<<replace '#textbox-reply'>>
<br>Incorrect!! Please try again.
<</replace>>
<</if>>
<</button>>
</span>
<<script>>
$(document).one(":passagerender", function (ev) {
$(ev.content).find("#textbox-answer").on("keyup", function (e) {
if (e.keyCode === 13) {
$("#textbox-submit button").trigger("click");
}
});
});
<</script>>
<span id='textbox-reply'></span>
<br><br><<shake>>Some of the cheat codes will be on discord<</shake>><br><br>
For more and faster updates please join our discord:<br><br>
<a href = "https://discord.gg/QAymdXRdNm"><img class = "sideimg" src = "assets/ui/discord.png" class="centerImage" style="max-width:100%;"/></a><br><br><br>
<div class="choice">[[Laptop|Laptop]]</div>
</fieldset>