Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
,,,,,,,,,<<set $correct to false>>
<<set $cday to 1>>
<<set $dskill to 0>>
<<set $ftime to 0.3>>
<<set $tcin to false>>
<<set $tret to false>>
<<set $tkey to false>>
<<set $fwork to false>>
<<set $tworkpre to 0>>
<<set $twork to 0>>
<<set $hm to 0>>
<<set $previopassage to "">>
<<include "characters">>
<<set $p_spt to false>>
/* Sabotajes */
<<set $ar_livingroom to 0>>
<<set $cam_bathroom to 0>>
<<set $hole_guestroom to 0>>
/* Sabotajes */
<<newcycle "time" 0 0 suspend>>
<<phase 'morning' 'noon' 'evening' 'night' 'midnight' 'you fell asleep'>>
<</newcycle>>
<<newcycle "day" 0 0 suspend>>
<<phase 'monday' 'tuesday' 'wednesday' 'thursday' 'friday' 'saturday' 'sunday'>>
<</newcycle>>
<<editcycle 'day' change +5>>
<<include "quests">><img src="assets\img\logo.png" style="display: block; margin-left: auto; margin-right: auto; width: 80%; border-radius: 0px;">
<br>
^^Created by: Neptuno<br> Version: v0.11^^
<br>
<<if $p_spt == false>>
^^Patreon Mode: OFF^^
<<elseif $p_spt == true>>
^^Patreon Mode: ON^^
<</if>><h2 class="big4">
<<showcycle 'day' upperfirst>> - <<showcycle 'time' upperfirst>>
</h2>
<<include "store_update">>
<<if Cycle.check('time', 'morning')>>
<img src="assets\img\morning.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<elseif Cycle.check('time', 'noon')>>
<img src="assets\img\noon.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<elseif Cycle.check('time', 'evening')>>
<img src="assets\img\evening.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<elseif Cycle.check('time', 'night')>>
<img src="assets\img\night.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<elseif Cycle.check('time', 'midnight')>>
<img src="assets\img\midnight.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<</if>>
<h2 class="big4">
<span id="s_money">Money = $ $prota.money</span>
</h2>
<br>
<<general_stats_refresh>>
<<if $neptuno.enable == true>>
<span class="taxi_btn">
<<button "Neptuno: Items">>
<<toggleclass "#neptuno_inventory" "hide">>
<</button>>
</span>
<span id="neptuno_inventory" class="hide">
<br>
<h2 class="big4">
🍪 Snacks (x$neptuno.snacks)<br>
🐕 Friend (Lvl. $neptuno.friend/20)<br></h2>
</span><br>
<</if>>
<<if hasVisited("nathaly_event_2")>>
<span class="taxi_btn">
<<button "Nathaly: Items">>
<<toggleclass "#nathaly_inventory" "hide">>
<</button>>
</span>
<span id="nathaly_inventory" class="hide">
<br>
<h2 class="big4">
🥦 Vegetables (x$nathaly.vegetables)<br>
🍎 Fruits (x$nathaly.fruits)<br>
💊 Pills (x$nathaly.pills)<br>
💉 Injection (x$nathaly.injection)<br>
🍆 Condom (x$nathaly.condom)<br>
❤️ Trust (Lvl. $nathaly.trust/20)<br></h2>
</span><br><</if>>
<span class="taxi_btn"> <<button "Show your stats">>
<<toggleclass "#prota_stats" "hide">>
<</button>>
</span>
<span id="prota_stats" class="hide">
<br>
<h2 class="big4">
<span>💪 Strength = x$prota.strength</span><br>
<span>🧠 Intelligence = x$prota.intelligence</span><br>
<span>🚗 Driving Skill = x$dskill</span><br>
<span>🎫 Blue Tickets = x$prota.bc</span><br></h2>
</span>
<br>
<span class="taxi_btn"> <<button "Show car stats">>
<<toggleclass "#car_stats" "hide">>
<</button>>
</span>
<span id="car_stats" class="hide">
<br>
<h2 class="big4">
<span>🏎 Speed = x$car.generalspeed</span><br>
<span>⛔️ Brakes = x$car.generalbrakes</span><br>
<span>🍀 Luck = x$car.generalluck</span><br>
<span>👀 Style = x$car.generalstyle</span><br></h2><br>
</span>
<br>
<span class="taxi_btn"> <<button "Quests">>
<<run Dialog.setup("Quests")>>
<<run Dialog.wiki("<<include 'active and completed quests'>>")>>
<<run Dialog.open()>>
<</button>></span>
<br>
<table style="margin: 0 auto;">
<tbody style="width: 100%;">
<tr>
<td style="padding: 2px;">
<span class="taxi_btn" style="width: 100%; font-size: 90%; padding-top: 0px; padding-bottom: 0px;"> <<button "Patreon">>
<<script>>window.open('https://www.patreon.com/Neptuno')<</script>>
<</button>>
</span>
</td>
<td style="padding: 2px;">
<span class="taxi_btn" style="width: 100%; font-size: 90%; padding-top: 0px; padding-bottom: 0px;"> <<button "Discord">>
<<script>>window.open('https://discord.gg/rp8YERjc8W')<</script>>
<</button>>
</span>
</td>
</tr>
<tr>
<td style="padding: 2px;">
<span class="taxi_btn" style="width: 100%; font-size: 90%; padding-top: 0px; padding-bottom: 0px;"> <<button "Website">>
<<script>>window.open('https://f95zone.to/threads/become-taxi-driver-v0-07-neptuno.76723/')<</script>>
<</button>>
</span>
</td>
<td style="padding: 2px;">
<span class="taxi_btn" style="width: 100%; font-size: 90%; padding-top: 0px; padding-bottom: 0px;"> <<button "Bug Fixer">>
<<run Dialog.setup("Bug Fixer")>>
<<run Dialog.wiki("<<include 'bug_solver'>>")>>
<<run Dialog.open()>>
<</button>></span>
</td>
</tr>
</tbody>
</table>
<h1 class="titulo">A day like any other</h1>
<br>
Your name is $prota.name, you are a young man who at 26 years of age feels like a complete loser, without a job or motivation, you can hardly survive with the money your parents deposit you...
<br><br>
<img src="assets\img\intro1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 40%;">
<br>
You neither study nor work, so you spend the whole day on the PC, you thought that moving would only magically fill you with women, but the truth is that you are so shy that you only talk to the postman.
<br><br>
<h2 class="big">But everything was about to change</h2>
<<cont append keypress>>
<<scrolldown>>
<<chico vecino Neighbour "Hi $prota.name, I know we almost never spoke but tomorrow I'm moving house and I'm going to sell some things, in case you're interested">>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "<<w>>Normally I would give an excuse not to go, but I am really short of money, if I could buy something cheap and sell it later for a higher price it would be very helpful <</w>> Ehhmm... yeah right, I'll be there in an hour">>
<<cont append keypress>>
<<scrolldown>>
<<chico vecino Neighbour "Okay young man, I'll wait for you here">>
<br><br>
<p class="btn white">[[Look around you|iniciador]]</p>
<</cont>>
<</cont>>
<</cont>><h1 class="titulo"> Choose a name: </h1>
<br><br><br>
Enter your name: <<textbox "$prota.name" "Alex">>
<br><br><br>
Enter the name of your amulet: <<textbox "$amuleto.name" "Jasmine" "intro1">>
<br><br><br><br>
<p class="btn white">[[Start|intro_1]]</p>You check your wallet, you have 20$
<<set $prota.money += 20>>
<br><br>
it's a sunny day, it seems to be noon
<<editcycle 'time' change +1>>
<br><br><br>
<p class="btn white">[[Get dressed and leave the house|oldman]]</p><h1 class="titulo">A day of shopping</h1>
<br><br>
<center>
<img src="assets\img\garage.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<br><br>
You come to the site and you see some people asking for second-hand items. you avoid making eye contact and simply wave to them from afar
<br><br>
<p class="btn white">[[Go to table 1|table1]]</p>
<p class="btn white">[[Go to table 2|table2]]</p>
<p class="btn white">[[Go to table 3|table3]]</p>
</center><center>
<img src="assets\img\dvd.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
You watch a lot of old porn DVDs with very young girls ... Just thinking that that old man put his hands on these DVDs makes you lose any desire to jerk off with them.
<br><br><br>
<p class="btn white">[[Go to table 2|table2]]</p>
<p class="btn white">[[Go to table 3|table3]]</p>
<<if hasVisited("table1", "table2", "table3")>>
<br><br><br>
You just heard the sound of an engine behind the house, I think I should go see if there is something interesting there
<br><br>
<p class="btn white">[[Go to the workshop behind the house|workshop1]]</p>
<</if>>
</center><center>
<img src="assets\img\chair.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
You see a lot of old furniture, they would be useful if you had friends or if a girl visited your house, for now the best thing is to save your money
<br><br><br>
<p class="btn white">[[Go to table 1|table1]]</p>
<p class="btn white">[[Go to table 3|table3]]</p>
<<if hasVisited("table1", "table2", "table3")>>
<br><br><br>
You just heard the sound of an engine behind the house, I think I should go see if there is something interesting there
<br><br>
<p class="btn white">[[Go to the workshop behind the house|workshop1]]</p>
<</if>>
</center><center>
<img src="assets\img\books.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
On a table there are many old books about old rituals, it is really creepy and at the same time you only think about the waste of time it was to come here
<br><br><br>
<p class="btn white">[[Go to table 1|table1]]</p>
<p class="btn white">[[Go to table 2|table2]]</p>
<<if hasVisited("table1", "table2", "table3")>>
<br><br><br>
You just heard the sound of an engine behind the house, I think I should go see if there is something interesting there
<br><br>
<p class="btn white">[[Go to the workshop behind the house|workshop1]]</p>
<</if>>
</center><center>
<video muted autoplay loop><source src="assets\vids\taller\enter.webm" type="video/webm"></video>
<br><br>
You had already forgotten that your neighbor had a workshop in the back, while you stumble awkwardly you manage to notice something
<br><br>
<h2 class="big">You see your neighbor's daughter</h2>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<video muted autoplay loop><source src="assets\vids\taller\enter2.webm" type="video/webm"></video>
<<prota $prota.image "Oh, em, he, hello... I just came to see if...">>
<<cont append keypress>>
<<scrolldown>>
<<lya lya1 "Yes, I know, you came for the garage sale. I'm busy working, you better go... oh and do me a favorand take this box outside, my dad forgot to take it out and it might get my cars dirty with so much dust">>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "Yes, of course, right away">>
<br><br>
<p class="btn white">[[Take out the box|box]]</p>
<</cont>>
<</cont>>
<</cont>>
</center><h1 class="titulo">The amulet</h1>
<center>
<br>
Who would have thought that such an unpleasant old man could produce such a perfect woman ... Too bad it is impossible to have a chance with her.
<br><br>
<br>
<h2 class="big">Your life can change when you least expect it</h2>
<<cont append keypress>>
Everything looks old ... except this
<<cont append keypress>>
<<scrolldown>>
<img class="nbimg" src="assets\characters\amuleto\amuleto1.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
It is so beautiful... It looks like a simple accessory for women or something similar, I guess I could buy it for 1$ and keep it in case I meet any girl
<<cont append keypress>>
<<scrolldown>>
<<amuletopng amuleto1 "''HOW DARE YOU THINK THAT YOU CAN BUY ME FOR 1 DOLLAR?? YOU ARE AN IDIOT''">>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "Oh shit, who said that? this is not funny!">>
<br>
<h2 class="big">You look around you while you feel the fear rise from your feet to your head when you see that you are completely alone</h2>
<br><br>
<<cont append keypress>>
<<scrolldown>>
//The box falls to the ground making a brutal noise, surely your neighbor will come to see what happened//
<<cont append keypress>>
<<scrolldown>>
<<amuletopng amuleto1 "It was me, I know this is the weirdest thing you've ever seen in your life but we don't have time, that disgusting old man will come at any moment, do exactly what I ask of you and I will reward you with 3 wishes, no matter which ones, i will make reality">>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "Oh shit, oh shit, you can talk ... okay, okay, I'll do what you ask">>
<<cont append keypress>>
<<scrolldown>>
<<amuletopng amuleto1 "Take ALL the money you have in your pockets and offer them for me, if the old man refuses, simply say that you will tell everything to his daughter">>
<br><br>
<p class="btn white">[[The old man enters the room|oldman2]]</p>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
</center><<chico vecino Neighbour "What the hell is going on here, what was that noise?">>
<<cont append keypress>>
<<prota $prota.image "Sorry, I dropped this box, anyway I was leaving, I just wanted...">>
<br><br>
<p class="btn red">[[Take this box out (Steal the amulet)|op2]]</p>
<p class="btn blue">[[|op1]]</p>
<</cont>><<chico vecino Neighbour "No way will you take $amuleto.name, I don't care how much money you offer">>
<br><br>
<h2 class="big">You take 20 dollars out of your pocket</h2>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "Will you accept these 20$ or I'll tell your daughter everything">>
<<cont append keypress>>
<<scrolldown>>
<<chico vecino Neighbour "$amuleto.name told you? How could she do it, okay, I'll accept the money, but please don't tell my daughter, now get out of my house and I don't want to see you here again">>
<br><br>
He accepted very easily and also looked very scared, I wonder what this little object is hiding and he
<p class="btn white">[[Give the money and go home|amhome]]</p>
<<set $prota.money -= 20>>
<<editcycle 'time' change +1>>
<<set $lyastole to false>>
<</cont>>
<</cont>><<chico vecino Neighbour "I hope you haven't broken anything">>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "I'm sorry, it was nothing, I have to go now, I'll take this box to the front and go home, thanks for inviting me">>
<br><br>
<h2 class="big">You manage to escape, but if in the future Lya finds out that you stole her grandfather, she will not like it</h2>
<br><br>
<p class="btn white">[[Go home|amhome]]</p>
<<set $lyastole to true>>
<<editcycle 'time' change +2>>
<</cont>><h1 class="titulo">What has happened?</h1>
<br>
<img src="assets\img\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
Finally back home, that was crazy, but I guess now this little object can finally give me answers
<br><br>
<h2 class="big">You take it out and place it very carefully on the table</h2>
<<cont append keypress>>
<<scrolldown>>
<<amuletopng amuleto1 "Thank you very much for saving me from that old man, you have no idea of the disgusting things he put me through, I owe you my life
">>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "I'm still not used to you being able to talk, please explain to me what the hell is going on">>
<<cont append keypress>>
<<scrolldown>>
<<amuletopng amuleto1 "Calm down child, I will tell you my story ... But so that you can see it better, hold me with your right hand and say //\"\This amulet is now my property\"\//">>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "Okay, okay, I will... (Clears throat) This amulet is now my property">>
<br><br>
<h2 class="big">A blinding flash comes from the amulet</h2>
<br>
<<cont append keypress>>
<<scrolldown>>
<br>
<img src="assets\img\blind.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<scrolldown>>
<br>
<h2 class="big">A woman appears right in front of you</h2>
<<cont append keypress>>
<<scrolldown>>
<br>
<img src="assets\characters\amuleto\amuletointro.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<<cont append keypress>>
<<scrolldown>>
<<amuletopng amuleto1 "Finally, I feel much better that way, oh by the way, the 3 wishes thing was a lie, I just needed to get out of there, don't worry, you'll get over it">>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "<<w>>Oh my God...<</w>> I, no, it doesn't mat..matter">>
<<cont append keypress>>
<<scrolldown>>
<<amuletopng amuleto1 "Oh I understand hahahaha, you are shy! Well, since you can't talk, I'll tell you how I ended up in that amulet and maybe that way you will trust me more.">>
<br><br>
<p class="btn white">[[Hear their story|amhistory]]</p>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>><center>
First of all my name is $amuleto.name, I guess you already heard it from the old man. I was a successful taxi driver, I loved my car and my job, but one day very early in the morning I got in a really strange looking old lady
<br>
<img src="assets\img\bruja.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 40%;">
<<cont append keypress>>
<<scrolldown>>
<br>
Apparently she liked me a lot, she said that my hair was beautiful and that I had prominent breasts, the street was empty and she was going to a remote part of the city.
<br><br>
<img src="assets\img\taxi.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<scrolldown>>
<br><br>
I was somewhat uncomfortable with the situation, so I accelerated to get there faster and decided to put on some music, when I looked down to turn on the player I heard a scream, when I looked at the road there was an animal right in the middle
<<cont append keypress>>
<<scrolldown>>
<br><br>
<img src="assets\img\taxi2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
I turned as fast as I could and then everything went black, the next thing I saw was my car completely destroyed, I had severe pain in my chest, legs and arms, but that lady was without a single scratch
<<cont append keypress>>
<br><br>
<<scrolldown>>
She told me //"You don't have much time left, I'm sorry but this is the only option, now your soul will temporarily remain in this amulet, until your body is healed. The only problem is that I will not be able to undo the spell, you will have to do the way yourself, I guess it's better than dying"//
<<cont append keypress>>
<<scrolldown>>
<br><br>
Then she explained to me certain rules that I have to follow and other things that I will not bore you with.
<br><br>
<p class="btn white">[[Stay silent|amhistory2]]</p>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
</center><<amuleto amuleto2 "You really won't say anything? If you are very shy ... From what I see, do you live alone here. Do you have a girlfriend, work or friends at least?">>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<<prota $prota.image "N.. No, I had a cat, but it left and didn't come back">>
<<cont append keypress>>
<<scrolldown>>
<<amuleto amuleto2 "Wow that's really depressing, but since you saved me from being a nasty old man's sex slave, I guess I could help you">>
<<cont append keypress>>
<<scrolldown>>
<br>
<img class="nbimg" src="assets\characters\amuleto\amuletointro2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "And how could you help me?">>
<br><br>
<h2 class="big">She smiles sensually as she takes off her clothes</h2>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<img src="assets\characters\amuleto\amuleton1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<scrolldown>>
<br>
<img src="assets\characters\amuleto\amuleton2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<scrolldown>>
<br>
<img src="assets\characters\amuleto\amuleton3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<scrolldown>>
<br>
<img src="assets\characters\amuleto\amuleton4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "Oh, my God">>
<<cont append keypress>>
<<scrolldown>>
<<amuleto amuleto2 "Hahahaha, You like it huh?... Now the best thing is that you go to sleep, tomorrow we have a lot of work to do">>
<br><br>
<p class="btn white">[[Go to sleep|amhistory3]]</p>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>><h2 class="big">After a "hot shower" you sleep like a baby, thinking in $amuleto.name</h2>
<br>
<img src="assets\img\pato.gif" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
<p class="btn white">[[Sleep|amhistory4]]</p>
<<editcycle 'day' change +1>>
<<editcycle 'time' change +4>>
<h1 class="titulo">A new life</h1>
<<prota $prota.image "Good Morning $amuleto.name">>
<<cont append keypress>>
<<scrolldown>>
<<amuleto amuleto2 "I see that you are in a good mood, today we will take advantage of the morning to buy a car and use the driver's license that I saw in your room">>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "A CAR ?! Driver's license? Have you been going through my things?">>
<<cont append keypress>>
<<scrolldown>>
<<amuleto amuleto2 "Yes, yes and yes, I see why you don't have a girlfriend, my God... I'll make it easy for you, you have 2 options, either you buy a car and I teach you the art of being a taxi driver or you buy a inflatable doll and LOTS of lubricant">>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "well, well, I will ... But I don't have much savings and even though I have a driver's license, I do it very badly">>
<<cont append keypress>>
<<scrolldown>>
<<amuleto amuleto2 "Don't worry, you will see that you learn by practice and you will get better and better ... The question is where to buy a car at a good price">>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "I know where I can buy one right now, at a good price and also close to here">>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<img src="assets\characters\amuleto\amuletoangry.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<scrolldown>>
<<amuleto amuleto2 "I hope you do not refer to the daughter of the old, because I am not going to step on that house anymore">>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "Don't worry, remember that the old man moved, now she lives alone... <<w>> Also, I would take the opportunity to see her <</w>>">>
<<cont append keypress>>
<<scrolldown>>
<<amuleto amuleto2 "I won't go anyway so do what you want but do it quick">>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<h2 class="big">$amuleto.name turns around and leaves</h2>
<br>
<img src="assets\characters\amuleto\amuletoass.gif" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br><br>
<p class="btn white">[[Go to lya's workshop|workshop2]]</p>
<<editcycle 'time' change +1>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>><video muted autoplay loop><source src="assets\vids\taller\enter2.webm" type="video/webm"></video>
<br><br>
You arrive at the workshop, Lya is working as usual
<br><br>
<<cont append keypress>>
<<scrolldown>>
<<if $lyastole == true>>
<video muted autoplay loop><source src="assets\vids\taller\tallerstole.webm" type="video/webm"></video>
<<lya lya1 "My father told me that you stole from him the last time you were here, i would be breaking your legs if it weren't for that \"\amulet\"\ that already had me tired, he paid much more attention to him than to me... Anyway, tell me quickly what you need, I'm busy">>
<br><br>
<h2 class="big">This time it looks like you got lucky, but you'll have to be careful next time</h2>
<</if>>
<<if $lyastole == false>>
<video muted autoplay loop><source src="assets\vids\taller\tallernostole.webm" type="video/webm"></video>
<br>
<<lya lya1 "Again you? I'm too busy with work, tell me quickly what you need, don't waste my time">>
<</if>>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<video muted autoplay loop><source src="assets\vids\taller\tallercar1.webm" type="video/webm"></video>
<<prota $prota.image "I just want to buy a car">>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<video muted autoplay loop><source src="assets\vids\taller\tallercar2.webm" type="video/webm"></video>
<<lya lya1 "Buy a car? Are you serious? Aww... Sorry honey, but we don't sell toy cars here">>
<<cont append keypress>>
<<scrolldown>>
<br>
<img src="assets\characters\lya\lyacar.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<scrolldown>>
<<lya lya1 "Although if you want a real car, follow me, I will show you a perfect car for you">>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<p class="btn white">[[Follow Lya|buycar]]</p>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>><center>
<<unset $lyastole>>
Lya takes you to the back of her workshop and with her hand points to a car
<<cont append keypress>>
<<scrolldown>>
<<lya lya1 "This car is perfect for you, it definitely lives up to you">>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<h2 class="big">A beautiful car waits for you on the asphalt</h2>
<<cont append keypress>>
<<scrolldown>>
<br>
<img src="assets\img\fakecar.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "Oh, not bad at all, I didn't know that with my budget I could afford something like that ... I don't know much about cars, but I bet I could get a girl with one like that">>
<<cont append keypress>>
<<scrolldown>>
<<lya lya1 "Believe me, girls will drop their panties just by seeing you">>
<<cont append keypress>>
<<scrolldown>>
<br>
<img src="assets\img\rs.gif" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "Hey, what are you laughing at?">>
<<cont append keypress>>
<<scrolldown>>
<<lya lya1 "Hahahaha swear to you I love your innocence, that's my Mustang '65 and believe me, you would get me to bed sooner than drive my car.
Your future car is behind him">>
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "oh shit, this can't be good...">>
<<cont append keypress>>
<<scrolldown>>
<br>
<h2 class="big">After taking a few steps, you can see your new car</h2>
<br>
<<cont append keypress>>
<<scrolldown>>
<br>
<img src="assets\img\cry.gif" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<img src="assets\img\car1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<h2 class="big">Despite your tantrums, you end up buying the car and Lya manages to make it go</h2>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<p class="btn white">[[Get on the car|buycar2]]</p>
<<imgprota>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
</center><<set $prota.image to "1">>
<img src="assets\img\car1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $prota.image "<<w>>This will be my new car... It may not be very glamorous but Lya promised me that if I earn the respect of her and this car, she could improve it, now I better hurry up and get home<</w>>">>
<<cont append keypress>>
<<scrolldown>>
<<notify 3s>>New Quest Added!<</notify>>
<<set $quest_lya_workshop.status to "active">>
<br><br>
<<editcycle 'time' change +1>>
<p class="btn white">[[Get home|finintro]]</p>
<</cont>><img src="assets\img\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<scrolldown>>
<<prota $prota.image "$amuleto.name I'm back">>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<img src="assets\characters\amuleto\amuletoangry.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<scrolldown>>
<<amuleto amuleto2 "Please tell me the junk outside the house is not the car you bought">>
<<cont append keypress>>
<br><br>
<h2 class="big">$amuleto.name spends the next few hours berating you</h2>
<br><br>
<<scrolldown>>
<center>
🔊 <video controls><source src="assets\vids\finintro.webm" type="video/webm"></video>
</center>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<p class="btn white">[[The next day...|prehouse]]</p>
<<editcycle 'time' change +4>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>><h1 class="titulo">Welcome to the world of taxi drivers</h1>
<center>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<h2 class="big">Now you can work for money</h2>
<br><br>
Go out and earn money but remember be careful and try to improve your car, with an old car you are likely to have accidents, fines or attract undesirable people
<<cont append keypress>>
<<scrolldown>>
<br><br>
<h2 class="big">Now you can upgrade your car</h2>
<br><br>
Talk to Lya to find out how many improvement points you need to level up your driving and your car
<<cont append keypress>>
<<scrolldown>>
<br><br>
<h2 class="big">Now you can make new friends!</h2>
<br><br>
Meet new people, find out what they are passionate about and try to make new friends
<<cont append keypress>>
<<scrolldown>>
<br><br>
<p class="btn white">[[House|House]]</p>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
</center><<if $dskill >= 9>>
<<goto psg_prb>>
<<set $fwork to true>>
<</if>>
<<if $dskill == 1>>
<<set $ftime to 0.2>>
<</if>>
<<if $dskill == 2>>
<<set $ftime to 0.1>>
<</if>>
<<if $dskill == 3>>
<<set $ftime to 0.1>>
<</if>>
<p class="mapa"> Prepare your car </p>
<<if $dskill < 4>>
<div class="rowmapa">
<div class="colmapa">
<img src="assets\img\belt.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<br>
</div>
<div class="colmapa">
<<if $tcin == false and $tret == false>>
<span id="t_cin" class="boton2"> <<link "Put on your seat belt">>
<<replace "#t_cin">>
<<set $seconds to $ftime>>
<span id="countdown1">$seconds Seconds...</span>
<<silently>>
<<repeat 1s>>
<<set $seconds to $seconds - 1>>
<<if $seconds gt 0>>
<<replace "#countdown1">>$seconds Seconds...<</replace>>
<<else>>
<<goto "full_work">>
<<set $tcin to true>>
<<stop>>
<</if>>
<</repeat>>
<</silently>>
<</replace>>
<</link>>
</span>
<</if>>
<<if $tcin == true or $tret == true or $tkey == true>>
<span class="boton2">Seat belt on</span>
<</if>>
</div>
</div>
<<else>>
<div class="rowmapa">
<div class="colmapa">
<img src="assets\img\belt.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<br>
</div>
<div class="colmapa">
<span class="boton2">Seat belt on</span>
</div>
</div>
<<set $tcin to true>>
<</if>>
<<if $dskill < 6>>
<div class="rowmapa">
<div class="colmapa">
<img src="assets\gifs\ret.gif" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<br>
</div>
<div class="colmapa">
<<if $tcin == false and $tret == false>>
<span class="boton2">Waiting...</span>
<</if>>
<<if $tcin == true and $tret == false>>
<span id="t_ret" class="boton2"> <<link "Adjust your rear view mirror">>
<<replace "#t_ret">>
<<set $seconds to $ftime>>
<span id="countdown2">$seconds Seconds...</span>
<<silently>>
<<repeat 1s>>
<<set $seconds to $seconds - 1>>
<<if $seconds gt 0>>
<<replace "#countdown2">>$seconds Seconds...<</replace>>
<<else>>
<<goto "full_work">>
<<set $tret to true>>
<<set $tcin to false>>
<<stop>>
<</if>>
<</repeat>>
<</silently>>
<</replace>>
<</link>>
</span>
<</if>>
<<if $tret == true>>
<span class="boton2">Adjusted rear view mirror</span>
<</if>>
</div>
</div>
<<else>>
<<set $tret to true>>
<<set $tcin to false>>
<div class="rowmapa">
<div class="colmapa">
<img src="assets\gifs\ret.gif" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<br>
</div>
<div class="colmapa">
<span class="boton2">Adjusted rear view mirror</span>
</div>
</div>
<</if>>
<div class="rowmapa">
<div class="colmapa">
<img src="assets\gifs\key.gif" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<br>
</div>
<div class="colmapa">
<<if $tcin == false and $tret == false or $tcin == true and $tret == false>>
<span class="boton2">Waiting...</span>
<</if>>
<<if $tret == true and $tkey == false>>
<<scrolldown>>
<span id="t_key" class="boton2"> <<link "Start the engine">>
<<replace "#t_key">>
<<set $seconds to $ftime>>
<span id="countdown3">$seconds Seconds...</span>
<<silently>>
<<repeat 1s>>
<<set $seconds to $seconds - 1>>
<<if $seconds gt 0>>
<<replace "#countdown3">>$seconds Seconds...<</replace>>
<<else>>
<<goto "full_work">>
<<set $tkey to true>>
<<stop>>
<</if>>
<</repeat>>
<</silently>>
<</replace>>
<</link>>
</span>
<</if>>
<<if $tkey == true>>
<span class="boton2">Car on</span>
<</if>>
</div>
</div>
<<if $tkey == true>>
<<scrolldown>>
<p class="boton2">[[To work|psg_prb]]</p>
<<set $tcin to false>>
<<set $tret to false>>
<<set $tkey to false>>
<</if>>
<<set $fwork to true>>
<p class="boton2">[[Return|House]]</p>/* Resetea el tiempo */
<<editcycle 'time' reset suspend>>
/* BAR Reset */
<<set $barmaid.today to 0>>
<<set $barmaid.block to false>>
<<set $girl_park.today to 0>>
<<set $girl_park.block to false>>
<<set $req to {
"strength" : 0,
"style" : 0,
"intelligence" : 0,
}>>
/* Resetea el haber hablado */
<<set $amuleto.talk to false>>
<<set $lya.talk to false>>
<<set $mia.talk to false>>
<<set $brittney.talk to false>>
<<set $car.pintadohoy to false>>
<<set $nathaly.talk to false>>
<<set $neptuno.talk to false>>
<<set $brittney.exercise to false>>
/* Resetea el ver la camara del baño */
<<set $amuleto.bathroom to false>>
<<set $amuleto.guestroom to false>>
<<set $actual_maid to {
"code" : "",
"fase" : 0,
"site" : ["", "", "", "", ],
"active" : false,
"patreon" : false,
}>>
/* Lexi Quest */
<<if $quest_lexi.fase == 4 and $quest_lexi.status == "active" and not hasVisited("lexi_event_1c")>>
<<goto "lexi_event_1c">>
<</if>>
<<set $quest_lexi_2.block to false>>
<<set $victoria_event to false>>
<<set $s_race.resumen to "">>
<<set $learn_swim.block to false>>
/* Da la ropa de mia aleatoriamente */
<<set $mia.ropa to random(1, 3)>>
/* Resetea las carreras */
<<set $race_select to random(1, 8)>>
/* En caso que se buguee hm */
<<set $hm to 0>>
<<set $prota.exercise to 0>>
<<set $prota.study to 0>>
/* Avanza el dia */
<<dcheck>>
<<print $resumen_sleep>>
<h2 class="big">You sleep and recover energy</h2>
<<include "dreams">>
<br>
<img src="assets\img\dormiste.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<set $rain = random(0, 2)>>
<<set $traffic = random(0, 2)>>
<p class="btn white">[[Wake Up|House]]</p>
<<set $resumen_sleep to "">><<set $luck to ["neutro", "neutro"]>>
/* Avanzar el tiempo */
<<if $fwork == true>>
<<set $twork +=1>>
<<if Cycle.check('time', 'morning')>>
<<editcycle 'time' change +4>>
<</if>>
<<if Cycle.check('time', 'noon')>>
<<editcycle 'time' change +3>>
<</if>>
<</if>>
<<tcheck>>
<<set $fwork to false>>
<<set $hwork to false>>
/* Avanzar el tiempo */
/* Dirige a los eventos */
<<set _evento to false>>
<<if $twork == 1>>
<<set _evento = true>>
<<goto fjob_amulet_1_1>>
<<elseif $twork == 2>>
<<set _evento = true>>
<<goto fjob_amulet_1_2>>
<<elseif $twork == 3>>
<<set _evento = true>>
<<goto "meeting_neptuno_1_3">>
<<elseif $twork == 4>>
<<set _evento = true>>
<<goto neutro_work>>
<<elseif $twork == 5>>
<<set _evento = true>>
<<goto neutro_work>>
/* goto meeting_alexa_1_5 */
<</if>>
/* Dirige a los eventos */
/* Pool de vw */
<<if $car.name == "vw" or $car.name == "msi">>
<<set $bad_psg to [
"bad1_brk7_lck3",
"bad2_brk5",
]>>
<<set $neutro_psg to [
"neutro_work",
]>>
<<set $good_psg to [
"good1_lck5",
"good2_spd6_sty4",
"good3_lck3",
]>>
<</if>>
/* Pool de vw */
/* Establecer pasajes en base a la suerte */
<<if $car.generalluck <= 5>>
<<set $luck.push("bad", "bad", "bad", "neutro", "neutro", "neutro", "good", "good", "neutro", "neutro")>>
<<elseif $car.generalluck <= 10 and $car.generalluck > 5>>
<<set $luck.push("bad", "bad", "good", "good", "good", "good", "good", "good", "neutro", "neutro")>>
<<elseif $car.generalluck > 10>>
<<set $luck.push("bad", "good", "good", "good", "good", "good", "good", "neutro", "neutro", "neutro")>>
<</if>>
/* Establecer pasajes en base a la suerte */
/* Lluvia + Trafico */
<<if $rain == 0>>
<<set $luck.push("bad")>>
<</if>>
<<if $rain == 1>>
<<set $luck.push("bad")>>
<</if>>
<<if $rain == 2>>
<<set $luck.push("neutro")>>
<</if>>
<<if $rain == 3>>
<<set $luck.push("good")>>
<</if>>
<<if $rain == 4>>
<<set $luck.push("good")>>
<</if>>
<<if $traffic == 0>>
<<set $luck.push("bad")>>
<</if>>
<<if $traffic == 1>>
<<set $luck.push("bad")>>
<</if>>
<<if $traffic == 2>>
<<set $luck.push("neutro")>>
<</if>>
<<if $traffic == 3>>
<<set $luck.push("good")>>
<</if>>
<<if $traffic == 4>>
<<set $luck.push("good")>>
<</if>>
/* Lluvia + Trafico */
/* Barajeo */
<<set $luck.shuffle()>>
/* Barajeo */
/* Variable temporal determina la suerte del dia */
<<set _preluck to $luck.pluck()>>
/* Variable temporal determina la suerte del dia */
/* Goto a la suerte que tocó */
<<if _evento == false>>
<<if _preluck == ("neutro")>>
<<set _go to $neutro_psg.pluck()>>
<<goto _go>>
<</if>>
<<if _preluck == ("good")>>
<<set _go to $good_psg.pluck()>>
<<goto _go>>
<</if>>
<<if _preluck == ("bad")>>
<<set _go to $bad_psg.pluck()>>
<<goto _go>>
<</if>>
<</if>>
/* Goto a la suerte que tocó */
/* Resetear a Neutro y si hay evento*/
<<set $luck = ["neutro", "neutro"]>>
<<set _event = false>>
/* Resetear a Neutro y si hay evento*/<h2 class="big">One day like any other a passenger gets in your car</h2>
<br><br>
<img src="assets\img\taxilogo.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $protaimg "Good morning">>
<<chico james Passenger "Hmm? Ah yes, good morning, whatever ...">>
<<chico james Passenger "//Wow, this car sucks, I should download Uber//">>
<<linkreplace "<p class='btn white'>Take a deep breath</p>" t8n>>
<br><br>
<h2 class="big">after a while...</h2>
<<cont append keypress>>
<<chico james Passenger "Hey, what's your name?">>
<<prota $protaimg "$prota.name and yours?">>
<<chico james James "James ... I hope you don't mind that I left my chewing gum here, it no longer has flavor">>
<br><br>
<img src="assets\img\gumcar.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
<video muted autoplay loop><source src="assets\characters\prota\angry.webm" type="video/webm"></video>
<<cont append keypress>>
<<chico james James "Come on boy, don't see me like that. It's more right now let's go to my house and I'll give you some coffee">>
<<prota $protaimg "Thanks but no">>
<br><br>
<h2 class="big">James ignores you as he watches the women pass by on the street</h2>
<br><br>
<img src="assets\img\james_p.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
<p class="btn white">[[Go to James' house|meeting_alexa_2_5]]</p>
<</cont>>
<</cont>>
<</linkreplace>><img src="assets\img\alexa_house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<chico james James "Sit down, I'll ask you for coffee">>
<<prota $protaimg "Who will you ask for my coffee?">>
<<chico james James "My wife... *whistling*">>
<br><br>
<img src="assets\img\silbido.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<chico james James "Hurry up and bring a coffee, can't you see that I brought a friend?">>
<<prota $protaimg "<<w>>I'd rather have a bullet in the chest than be your friend...<</w>>">>
<br><br>
<h2 class="big">You hear the hurried footsteps of a woman approaching</h2>
<<cont append keypress>>
<br><br>
<h2 class="big">You hang your head in shame at how James treated her</h2>
<br><br>
<img src="assets\characters\alexa\alexa_pies.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<chica gfemale2 Alexa "Sorry for the delay, here's your coffee ... My name is Alexa by the way">>
<<prota $protaimg "<<w>>What a sweet voice ... she sounds like an angel, it's a shame she's with this caveman<</w>> Thank you">>
<<chico james James "$prota.name you have a girlfriend?">>
<<prota $protaimg "Umm... no...">>
<<chico james James "hahahah you will see that after a week with me riding in that car you will fuck so many women that you will not even be able to count them">>
<br><br>
<h2 class="big">At last you raise your face and notice that Alexa is hiding a tear</h2>
<br><br>
<h2 class="big">He quickly recovers and smiles at you, trying to pretend he's okay</h2>
<br><br>
<<cont append keypress>>
<img src="assets\characters\alexa\alexa1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $protaimg "<<w>>She is pregnant... Normally I would be stripping her with my eyes, but right now I would just like to hug her and tell her that everything will be fine<</w>>">>
<<chico james James "I go to the bathroom, in a while we will continue talking, I will teach you how to have women eating from your hand">>
<br><br>
<h2 class="big">You stay alone with alexa</h2>
<<cont append keypress>>
<<alexa alexa "You seem like a good boy, do you promise me you won't become a James?">>
<br><br>
<span id="b_1">
<<linkreplace "<p class='btn red'> Sorry i can't promise that </p>" t8n>>
<<replace "#b_2">><</replace>>
<br><br>
<h2 class="big3">Alexa looks disappointed... 😔</h2>
<br><br>
<h2 class="big">she turns around and leaves</h2>
<br><br>
<span class="btn white"> <<link "You spend the afternoon talking to James ...">>
<<editcycle 'time' change +3>>
<<set $alexa.friend to $alexa.friend -2>>
<<goto "House">>
<</link>>
</span>
<</linkreplace>>
</span>
<br>
<span id="b_2">
<<linkreplace "<p class='btn blue'> I promise </p>" t8n>>
<<replace "#b_1">><</replace>>
<br><br>
<h2 class="big3">Alexa smiles ❤️</h2>
<br><br>
<h2 class="big">She turns around and leaves</h2>
<br><br>
<span class="btn white"> <<link "You spend the afternoon talking to James ...">>
<<editcycle 'time' change +3>>
<<goto "House">>
<</link>>
</span>
<</linkreplace>>
</span>
<br>
^^Content in progress, you will be able to talk to Alexa and James in a future update^^
<</cont>>
<</cont>>
<</cont>><img src="assets\gifs\neutral.gif" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<h2 class="big">You have a normal work day</h2>
<br>
<<earned_money 0 0>><h1 class="titulo">first day of work</h1>
<br><br>
<img src="assets\img\fj_hw.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $prota.image "<<w>>Okay, don’t get nervous... just drive and be nice, I know I can<</w>>">>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<video muted autoplay loop><source src="assets\vids\fj.webm" type="video/webm"></video>
<<prota $prota.image "<<w>>shit<</w>>">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\vids\fj_clase1.webm" type="video/webm"></video>
<<amuleto amuleto2 "I hope you’re not planning on leaving without me">>
<br><br>
<h2 class="big">$amuleto.name spends the next few hours teaching you some basic things...</h2>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<h2 class="big">A few hours later...</h2>
<<cont append keypress>>
<img src="assets\img\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<amuleto amuleto2 "Wow, you have a natural talent for this...">>
<<prota $prota.image "Oh, you really think so?">>
<<amuleto amuleto2 "Definitely, besides you're a very sweet guy <<w>>It’s a shame you’ll turn into an unpleasant depraved in no time...<</w>>">>
<<prota $prota.image "what'd you say?">>
<<amuleto amuleto2 "Nothing, it doesn’t matter. Now clean the car, wash my clothes and tidy my room... You won’t believe that classes are free">>
<br><br>
<img src="assets\img\fj_img1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<amuleto amuleto2 "Start by washing this">>
<br><br>
<video muted autoplay loop><source src="assets\vids\fj_clase2.webm" type="video/webm"></video>
<<amuleto amuleto2 "and this">>
<br><br>
<video muted autoplay loop><source src="assets\vids\fj_clase3.webm" type="video/webm"></video>
<br><br>
<img src="assets\img\fj_img2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<p class="btn white">[[It’s a long day, before you know it, you end up sleeping in bed|sleep]]</p>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<<set $resumen_sleep to ('<h2 class="big3">Driving lessons make you faster when you start the car 🚕</h2> <br><br>')>>
<<set $dskill to $dskill +1>><<tcheck>>
<<if not hasVisited("lya_workshop_a_1")>>
<img src="assets\gifs\driving.gif" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<h2 class="big">You drive to the workshop of lya...</h2>
<br>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<img src="assets\img\closed.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<h2 class="big">The workshop is closed...</h2>
<br>
<<if not hasVisited("lya_workshop_a_1")>>
<span class="btn red"> <<link "Spy inside her house">>
<<goto lya_workshop_a_1>>
<</link>>
</span>
<</if>>
<span class="btn blue"> <<link "Go Home">>
<<goto "House">>
<<editcycle 'time' change 1>>
<</link>>
</span>
<</cont>>
<</if>>
<<if hasVisited("lya_workshop_a_1")>>
<<goto lya_workshop_w>>
<</if>><h2 class="big">You get a little hole to see inside the house</h2>
<br><br>
<img src="assets\characters\lya\lya_sp1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
<h2 class="big">You don't get to see her bathroom or room, but at least you get to see her pass</h2>
<br><br>
<img src="assets\characters\lya\lya_sp2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
<img src="assets\img\m1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<span class="btn white"> <<link "Go Home">>
<<set $hm = 0>>
<<goto "House">>
<<editcycle 'time' change 1>>
<</link>>
</span><h1 class="titulo">Workshop: Upgrades</h1>
<<general_stats_refresh>>
<br><br>
<div class="flex-grid">
<div class="col2">
<<car_wheel "Speed" "upgrades/speed.png" 10 50 100 120>>
</div>
<div class="col2">
<<car_wheel "Brakes" "upgrades/brakes.png" 10 50 80 120>>
</div>
<div class="col2">
<<car_wheel "Style" "upgrades/style.png" 10 50 80 120>>
</div>
<div class="col2">
<<car_wheel "Luck" "upgrades/luck.png" 10 50 60 90>>
</div>
</div>
<br>
<span class="btn white"><<link "Back">>
<<goto "lya_workshop_w">>
<</link>></span><<if $quest_lya_workshop.fase == 1>><<set $quest_lya_workshop.fase to 2>><</if>>
<<if $hm == 0>>
<h1 class="titulo">Workshop</h1>
<</if>>
<<switch random(1, 4)>>
<<case 1>>
<<question Lya "Is in the Kitchen" "assets/characters/lya/kitchen.jpg">>
<<case 2>>
<<question Lya "Is in the living room" "assets/characters/lya/living room.jpg">>
<<case 3>>
<<question Lya "Is in the bedroom" "assets/characters/lya/bedroom.jpg">>
<<case 4>>
<<question Lya "Is in the Workshop" "assets/characters/lya/workshop.jpg">>
<</switch>>
<br>
<<if $hm == 0>>
<video muted autoplay loop><source src="assets\vids\taller\lya_work.webm" type="video/webm"></video>
<br>
A small workshop behind a house, it seems simple but it is very famous for the speed and quality of its work, without a doubt Lya is the best
<br><br>
<<if $lya.talk == false>>
<<include "lya_events">>
<span class="btn white"> <<link "Talk to Lya">>
<<set $hm to 1>>
<<goto "lya_workshop_w">>
<</link>>
</span>
<<else>>
<p class="nobtn">You've already talked with Lya</p>
<</if>>
<span class="btn white"> <<link "Paint your car">>
<<goto "store_w_color">>
<</link>></span>
<<if $car.color != "">>
<span class="btn white"> <<link "Buy Upgrades">>
<<goto "store_w_wheels">>
<</link>></span>
<span class="btn white"> <<link "Buy Car Body Upgrades">>
<<goto "store_w_body">>
<</link>></span>
<</if>>
<br>
<span class="btn white"><<link "Go out">>
<<goto "Street">>
<</link>></span>
<</if>><h1 class="titulo">Color</h1>
<br>
<<imgprota>>
<img class="nbimg" @src="'assets/characters/prota/' + $prota.image + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 40%;">
<br>
<div class="flex-grid">
<<color "Red" "red.png" 50 "Style">>
<<color "Blue" "blue.png" 50 "Speed">>
<<color "Green" "green.png" 50 "Luck">>
<<color "Yellow" "yellow.png" 50 "Brakes">>
</div>
<br>
<span class="btn white"><<link "Back">>
<<goto "lya_workshop_w">>
<</link>></span><<tcheck>>
<<maid_check>>
<<u_amuleto>>
<<set $fwork to false>>
<<include "save_game_compatibility">>
/* Eventos */
/* if x == y goto z */
/* Eventos */
<h1 class="titulo">House</h1>
<br>
<div class="menu-grid">
<div class="menu-col">
<a data-passage="sleep" class="link-internal">
<div class="menucont">[img["assets/house/bed.jpg"]]
<span class="o-text">SLEEP</span>
</div></a>
</div>
<div class="menu-col">
<a data-passage="laptop" class="link-internal">
<div class="menucont">[img["assets/house/laptop.jpg"]]
<span class="o-text">LAPTOP</span>
</div></a>
</div>
<div class="menu-col">
<<if $inventory.includes("TV")>>
<a data-passage="tv" class="link-internal" title="Spend an hour on TV">
<div class="menucont">[img["assets/house/tv.jpg"]]
<span class="o-text">WATCH TV</span>
</div></a>
<<else>>
<a data-passage="House" class="link-internal" title="Buy a TV" disabled>
<div class="menucont">[img["assets/house/tv2.jpg"]]
<span class="o-text">WATCH TV</span>
</div></a>
<</if>>
</div>
<div class="menu-col">
<<if Cycle.check('time', 'morning')>>
<a data-passage="hire_maid" class="link-internal">
<div class="menucont">[img["assets/house/maid.jpg"]]
<span class="o-text">HIRE A MAID</span>
</div></a>
<<else>>
<a data-passage="hire_maid" class="link-internal" title="Only available in the morning" disabled>
<div class="menucont-off">[img["assets/house/maid.jpg"]]
<span class="o-text">HIRE A MAID</span>
</div></a>
<</if>>
</div>
<div class="menu-col">
<<if $amuleto.site == ("bathroom")>>
<a data-passage="bathroom" class="link-internal">
<div class="menucont">[img["assets/house/bathroom.jpg"]]
<img class="overlay ov1" src="assets\characters\amuleto\amuleto_icon.jpg">
<<maids_site "bathroom">>
<span class="o-text">BATHROOM</span>
</div></a>
<<else>>
<a data-passage="bathroom" class="link-internal">
<div class="menucont">[img["assets/house/bathroom.jpg"]]
<<maids_site "bathroom">>
<span class="o-text">BATHROOM</span>
</div></a>
<</if>>
</div>
<div class="menu-col">
<a data-passage="kitchen" class="link-internal">
<div class="menucont">[img["assets/house/kitchen.jpg"]]
<<if $neptuno.enable == true>>
<img class="overlay ov1" src="assets\characters\neptuno\neptuno_icon.jpg">
<</if>>
<<if $amuleto.site == ("kitchen")>>
<img class="overlay ov2" src="assets\characters\amuleto\amuleto_icon.jpg">
<</if>>
<<maids_site "kitchen">>
<span class="o-text">KITCHEN</span>
</div></a>
</div>
<div class="menu-col">
<<if $amuleto.site == ("living room")>>
<a data-passage="living room" class="link-internal">
<div class="menucont">[img["assets/house/living room.jpg"]]
<img class="overlay ov1" src="assets\characters\amuleto\amuleto_icon.jpg">
<<maids_site "living room">>
<span class="o-text2">LIVING ROOM</span>
</div></a>
<<else>>
<a data-passage="living room" class="link-internal">
<div class="menucont">[img["assets/house/living room.jpg"]]
<<maids_site "living room">>
<span class="o-text2">LIVING ROOM</span>
</div></a>
<</if>>
</div>
<div class="menu-col">
<<if $amuleto.site == ("guest room")>>
<a data-passage="guest room" class="link-internal">
<div class="menucont">[img["assets/house/guest room.jpg"]]
<img class="overlay ov1" src="assets\characters\amuleto\amuleto_icon.jpg">
<<maids_site "guest room">>
<span class="o-text2">GUEST ROOM</span>
</div></a>
<<else>>
<a data-passage="guest room" class="link-internal">
<div class="menucont">[img["assets/house/guest room.jpg"]]
<<maids_site "guest room">>
<span class="o-text2">GUEST ROOM</span>
</div></a>
<</if>>
</div>
<div class="menu-col">
<a data-passage="Street" class="link-internal">
<div class="menucont">[img["assets/house/city.jpg"]]
<span class="o-text">GO OUT</span>
</div></a>
</div>
</div><<u_amuleto>>
<<if $cam_bathroom < 3>>
<h1 class="titulo">Bathroom</h1>
<<elseif $cam_bathroom == 3>>
<h1 class="titulo">📹📹 Bathroom 📹📹</h1>
<</if>>
<img src="assets\house\bathroom banner.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<if $hm == 0>>
The bathroom, a place of perfect privacy to see yourself in front of the mirror and practice flirting phrases (Even if you never have the courage to use them)
<</if>>
<<if $hm == 0>>
<<maid_check>>
<</if>>
<<if $amuleto.avalible == true>>
<<include "bathroom amuleto">>
<</if>>
<<if $hm == 0>>
/* Saboteo */
<<if $cam_bathroom == 0 and $amuleto.site isnot ("bathroom")>>
<span class="btn white"> <<link "Take a look around">>
<<notify 3s>>New Quest Added!<</notify>>
<<set $quest_sab_bathroom.status to "active">>
<<set $cam_bathroom to 1>>
<<goto bathroom_pre_sabotaje>>
<</link>>
</span>
<<elseif $cam_bathroom == 1>>
<p class="nobtn">You need a camera</p>
<<elseif $cam_bathroom == 2>>
<span class="btn red"> <<link "Install the camera">>
<<set $cam_bathroom to 3>>
<<goto bathroom_pre_sabotaje>>
<</link>>
</span>
<</if>>
/* Saboteo */
<p class="nobtn">Take a bath (In progress)</p>
<p class="nobtn">look in the mirror (In progress)</p>
<p class="btn white">[[Go out|House]]</p>
<</if>><<u_amuleto>>
<h1 class="titulo">Kitchen</h1>
<img src="assets\house\kitchen banner.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<if $hm == 0>>
It smells delicious... I'm starving
<</if>>
<<question $amuleto.name "Is in the Kitchen" "assets/characters/amuleto/kitchen.jpg">>
<br><br>
<<if $hm == 0>>
<<maid_check>>
<</if>>
<<if $hm == 0 and $amuleto.talk == false>>
<<if $amuleto.site == ("kitchen")>>
<<include "amulet_events">>
<span class="btn white"> <<link "Talk with $amuleto.name">>
<<set $hm to 1>>
<<goto kitchen>>
<</link>>
</span>
<</if>>
<</if>>
<<if $hm == 0 and $amuleto.talk == true>>
<<if $amuleto.site == ("kitchen")>>
<<include "amulet_events">>
<p class="nobtn">You've already talked with $amuleto.name</p>
<</if>>
<</if>>
<<include "neptuno_events">>
<<if $p_spt == true>>
<span class="btn white"> <<link "Eat something">>
<<goto "eat_something">>
<</link>></span>
<</if>>
<p class="nobtn">Prepare a potion (In progress)</p>
<p class="btn white">[[Go out|House]]</p><<u_amuleto>>
<<if $ar_livingroom < 3>>
<h1 class="titulo">Living room</h1>
<<elseif $ar_livingroom == 3>>
<h1 class="titulo">🔥🔥 Living room 🔥🔥</h1>
<</if>>
<img src="assets\house\living room banner.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<if $hm == 0 and $ar_livingroom < 3>>
A perfect place to spend an afternoon, lots of furniture and a refreshing breeze from the air conditioning
<<elseif $hm == 0 and $ar_livingroom == 3>>
A perfect place to spend an afternoon, lots of furniture and ==a refreshing breeze from the air conditioning==
<</if>>
<<if $hm == 0>>
<<maid_check>>
<</if>>
<<if $amuleto.avalible == true>>
<<include "living room amuleto">>
<</if>>
<<if $hm == 0>>
/* Saboteo */
<<if $ar_livingroom == 0 and $amuleto.site isnot ("living room")>>
<span class="btn white"> <<link "Take a look around">>
<<notify 3s>>New Quest Added!<</notify>>
<<set $quest_sab_livingroom.status to "active">>
<<set $ar_livingroom to 1>>
<<goto livingroom_pre_sabotaje>>
<</link>></span>
<<elseif $ar_livingroom == 1>>
<p class="nobtn">You need a remote control</p>
<<elseif $ar_livingroom == 2>>
<span class="btn red"> <<link "Configure the remote control">>
<<set $ar_livingroom to 3>>
<<goto livingroom_pre_sabotaje>>
<</link>></span>
<</if>>
/* Saboteo */
<p class="nobtn">Read a book (In progress)</p>
<p class="btn white">[[Go out|House]]</p>
<</if>><<u_amuleto>>
<<if $hole_guestroom < 3>>
<h1 class="titulo">Guest room</h1>
<<elseif $hole_guestroom == 3>>
<h1 class="titulo">👀 Guest room 👀</h1>
<</if>>
<img src="assets\house\guest room banner.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<if $hm == 0>>
A room for visitors, we will never know why there is a better TV here than in your room
<</if>>
<<if $hm == 0>>
<<maid_check>>
<</if>>
<<if $amuleto.avalible == true>>
<<include "guest room amuleto">>
<</if>>
<<if $hm == 0>>
/* Saboteo */
<<if $hole_guestroom == 0 and $amuleto.site isnot ("guest room")>>
<span class="btn white"> <<link "Take a look around">>
<<notify 3s>>New Quest Added!<</notify>>
<<set $quest_sab_guestroom.status to "active">>
<<set $hole_guestroom to 1>>
<<goto guest_room_pre_sabotaje>>
<</link>>
</span>
<<elseif $hole_guestroom == 1>>
<p class="nobtn">You need a drill</p>
<<elseif $hole_guestroom == 2>>
<span class="btn red"> <<link "Drill a hole in the wall">>
<<set $hole_guestroom to 3>>
<<goto guest_room_pre_sabotaje>>
<</link>>
</span>
<</if>>
/* Saboteo */
<p class="nobtn">Search in the room (In progress)</p>
<p class="btn white">[[Go out|House]]</p>
<</if>><<widget "amuleto">>
<br><br>
<div class="rowamul">
<div class="colamul">
<img class="chter-img" @src="'assets/characters/amuleto/' + $args[0] + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="coltexamul">
$args[1]
<div class="name">
$amuleto.name
</div>
</div>
</div>
<</widget>>
<<widget "amuletopng">>
<br><br>
<div class="rowamul">
<div class="colamul">
<img class="chter-img" @src="'assets/characters/amuleto/' + $args[0] + '.png'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="coltexamul">
$args[1]
<div class="name">
$amuleto.name
</div>
</div>
</div>
<</widget>>
<<widget "canela">>
<br><br>
<div class="rowchica">
<div class="colchica">
<img class="chter-img" @src="'assets/characters/canela/' + $args[0] + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="coltexchica">
$args[1]
<div class="name">
Canela
</div>
</div>
</div>
<</widget>>
<<widget "brittney">>
<br><br>
<div class="rowchica">
<div class="colchica">
<img class="chter-img" @src="'assets/characters/brittney/' + $args[0] + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="coltexchica">
$args[1]
<div class="name">
Brittney
</div>
</div>
</div>
<</widget>>
<<widget "chica">>
<br><br>
<div class="rowchica">
<div class="colchica">
<img class="chter-img" @src="'assets/characters/generics/' + $args[0] + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="coltexchica">
$args[2]
<div class="name">
$args[1]
</div>
</div>
</div>
<</widget>>
<<widget "chica_l">>
<div class="rowchica">
<div class="colchica">
<img class="chter-img" @src="'assets/characters/generics/' + $args[0] + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="coltexchica">
$args[2]
<div class="name">
$args[1]
</div>
</div>
</div>
<</widget>>
<<widget "chico">>
<br><br>
<div class="rowchico">
<div class="colchico">
<img class="chter-img" @src="'assets/characters/generics/' + $args[0] + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="coltexchico">
$args[2]
<div class="name">
$args[1]
</div>
</div>
</div>
<</widget>>
<<widget "chico_l">>
<div class="rowchico">
<div class="colchico">
<img class="chter-img" @src="'assets/characters/generics/' + $args[0] + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="coltexchico">
$args[2]
<div class="name">
$args[1]
</div>
</div>
</div>
<</widget>>
<<widget "chicopng">>
<br><br>
<div class="rowchico">
<div class="colchico">
<img class="chter-img" @src="'assets/characters/generics/' + $args[0] + '.png'" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">
</div>
<div class="coltexchico">
$args[2]
<div class="name">
$args[1]
</div>
</div>
</div>
<</widget>>
<<widget "chicapng">>
<br><br>
<div class="rowchica">
<div class="colchica">
<img class="chter-img" @src="'assets/characters/generics/' + $args[0] + '.png'" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">
</div>
<div class="coltexchica">
$args[2]
<div class="name">
$args[1]
</div>
</div>
</div>
<</widget>>
<<widget "neptuno">>
<br><br>
<div class="rowchico">
<div class="colchico">
<img class="chter-img" @src="'assets/characters/neptuno/' + $args[0] + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="coltexchico" style="border-color: #dccc37;">
$args[1]
<div class="name">
Neptuno
</div>
</div>
</div>
<</widget>>
<<widget "mia">>
<br><br>
<div class="rowchica">
<div class="colchica">
<img class="chter-img" @src="'assets/characters/mia/' + $args[0] + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="coltexchica">
$args[1]
<div class="name">
Mia
</div>
</div>
</div>
<</widget>>
<<widget "lya">>
<br><br>
<div class="rowchica">
<div class="colchica">
<img class="chter-img" @src="'assets/characters/lya/' + $args[0] + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="coltexchica">
$args[1]
<div class="name">
Lya
</div>
</div>
</div>
<</widget>>
<<widget "prota">>
<br><br>
<div class="rowprota">
<div class="colprota">
<img class="chter-img" @src="'assets/characters/prota/' + $prota.image + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="coltexprota">
$args[1]
<div class="name">
$prota.name
</div>
</div>
</div>
<</widget>>
<<widget "red">>
<br><br>
<div class="rowprota">
<div class="colprota">
<img class="chter-img" @src="'assets/characters/generics/' + $args[0] + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="coltexprota">
$args[2]
<div class="name">
$args[1]
</div>
</div>
</div>
<</widget>>
<<widget "nathaly">>
<br><br>
<div class="rowchica">
<div class="colchica">
<img class="chter-img" @src="'assets/characters/nathaly/' + $args[0] + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="coltexchica">
$args[1]
<div class="name">
Nathaly
</div>
</div>
</div>
<</widget>><<widget "question">>
<<set _generic to random(1, 15)>>
<br>
<<set _actualpassage to passage()>>
<<set $previopassage to passage()>>
<<if $hm == 1>>
/* Eventos según la persona: */
<<if $args[0] == $amuleto.name>>
<</if>>
<<if $args[0] == "Lya">>
<<set $lya.talking to true>>
<<if _generic < 5>>
<<if $lya.site == ("workshop")>>
<<set $lya.talk to true>>
<<set $hm to 0>>
<<switch random(1, 2)>>
<<case 1>>
<<goto "lya_generic_1">>
<<case 2>>
<<goto "lya_generic_2">>
<</switch>>
<</if>>
<</if>><</if>>
<<if $args[0] == "Brittney">>
<<set $brittney.talking to true>>
<<if _generic < 5>>
<<if $brittney.site == ("library")>>
<<set $brittney.talk to true>>
<<set $hm to 0>>
<<goto "brittney_generic_1">>
<</if>>
<<if $brittney.site == ("beach")>>
<<set $brittney.talk to true>>
<<set $hm to 0>>
<<goto "brittney_generic_2">>
<</if>>
<</if>><</if>>
<<if $args[0] == "Mia">>
<<set $mia.talking to true>>
<<if _generic < 5>>
<<if $mia.site == ("store")>>
<<set $mia.talk to true>>
<<set $hm to 0>>
<<goto "mia_generic_1">>
<</if>>
<<if $mia.site == ("beach")>>
<<set $mia.talk to true>>
<<set $hm to 0>>
<<goto "mia_generic_2">>
<</if>>
<<if $mia.site == ("library")>>
<<set $mia.talk to true>>
<<set $hm to 0>>
<<goto "mia_generic_3">>
<</if>>
<<if $mia.site == ("gym")>>
<<set $mia.talk to true>>
<<set $hm to 0>>
<<goto "mia_generic_4">>
<</if>>
<</if>><</if>>
/* Eventos según la persona: <<goto "mia_generic_1">>*/
/* $correct para ver si es la respuesta correcta */
/* Lista de preguntas */
<<set _questions to [
"🥽 💧 💦",
"🔬 🚀 👨🏽🏫",
"🤰🏽 🙋🏽♀️ 🙋🏽♂️",
"🎧 🎷 🎻",
"☃️ 🌨 ☃️",
"🐉 💥 🐲",
"🐟 🐬 🐳",
"😘 🥰 😍",
"🔊 🔉 🔈",
"🧬 💊 🧬",
"⛏ 🔨 🔧",
"🎞 📷 📼",
"🏋️♀️ ⛹️♂️ 🏊♀️",
"🌖 🌗 🌘",
"💋 👄 💋",
"📵 🚭 🚷",
"📐 ✏️ 📏",
"📗 📒 📕",
"💵 💴 💶",
"🚨 👮🏻 🚨",
"🌥 ⛅️ 🌤",
"🚧 🚦 🚧",
"🛁 🧼 🚿",
"🦾 🦿 🤖",
"😺 😸 😻",
"🧐 🧐 🧐",
"🚪 🏠 🚪",
"🥺 😟 😖",
"🦶🏻 🧦 🦶🏻",
"💄 👠 👙",
"🍗 🍗 🍗",
"🥓 🥓 🥓",
"🎟 🎪 🎟",
"🗡 ⚔️ 🗡",
"📴 ❌ 📴",
]
>>
<<set _answers to [
"🌊",
"👨🏽🔬",
"🙇🏽",
"🎼",
"❄️",
"🔥",
"🌊",
"❤️",
"🔇",
"💉",
"🛠",
"🎥",
"🥇",
"🌑",
"👅",
"🚫",
"✒️",
"📚",
"💰",
"🚔",
"☀️",
"🚝",
"🛀",
"⚙️",
"🐈",
"🔍",
"🔑",
"😭",
"👟",
"💅",
"🐓",
"🐖",
"🤹",
"🛡",
"📵",
]
>>
/* Selecciono alguna aleatoriamente */
<<set _select_question to _questions.random()>>
<<set _correct2 to _questions.indexOf(_select_question)>>
<<set _correct3 to _answers[_correct2]>>
<<run _answers.delete(_correct3)>>
<<set _incorrect to _answers.random()>>
<<run _answers.delete(_incorrect)>>
<<set _incorrect2 to _answers.random()>>
<h2 class="big">$args[0] $args[1]</h2>
<br>
<img @src="$args[2]" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">
<br><br>
/* Parte de la pregunta->respuesta */
<h2 class="big2">_select_question</h2>
<br><br>
<<set _aleatorio to random(1, 3)>>
<<if _aleatorio == 1>>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _correct3>>
<<set $correct to true>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _incorrect>>
<<set $correct to false>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _incorrect2>>
<<set $correct to false>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<</if>>
<<if _aleatorio == 2>>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _incorrect>>
<<set $correct to false>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _correct3>>
<<set $correct to true>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _incorrect2>>
<<set $correct to false>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<</if>>
<<if _aleatorio == 3>>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _incorrect>>
<<set $correct to false>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _incorrect2>>
<<set $correct to false>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _correct3>>
<<set $correct to true>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<</if>>
<</if>>
<<if $lya.sex == true and $hm == 1 and $args[0] == "Lya">>
<br>
<span class="btn red" style="background-color: #031c27;
border-radius: 20px;"> <<link "Try to have sex with Lya">>
<<set $lya.talk to true>>
<<set $hm to 0>>
<<switch random(1, 4)>>
<<case 1 2 3>>
<<goto "lya_accept">>
<<case 4>>
<<goto "lya_denies">>
<</switch>>
<</link>></span>
<</if>>
<<if $mia.sex == true and $hm == 1 and $args[0] == "Mia">>
<br>
<span class="btn red" style="background-color: #031c27;
border-radius: 20px;"> <<link "Try to have sex with Mia">>
<<set $mia.talk to true>>
<<set $hm to 0>>
<<switch random(1, 4)>>
<<case 1 2 3>>
<<goto "mia_accept">>
<<case 4>>
<<goto "mia_denies">>
<</switch>>
<</link>></span>
<</if>>
<<if $amuleto.sex == true and $hm == 1 and $args[0] == $amuleto.name>>
<br>
<span class="btn red" style="background-color: #031c27;
border-radius: 20px;"> <<link "Try to have sex with $amuleto.name">>
<<set $amuleto.talk to true>>
<<set $hm to 0>>
<<switch random(1, 4)>>
<<case 1 2 3>>
<<goto "amuleto_accept">>
<<case 4>>
<<goto "amuleto_denies">>
<</switch>>
<</link>></span>
<</if>>
<<if $brittney.sex == true and $hm == 1 and $args[0] == "Brittney">>
<br>
<span class="btn red" style="background-color: #031c27;
border-radius: 20px;"> <<link "Try to have sex with Brittney">>
<<set $brittney.talk to true>>
<<set $hm to 0>>
<<switch random(1, 4)>>
<<case 1 2 3>>
<<goto "brittney_accept">>
<<case 4>>
<<goto "brittney_denies">>
<</switch>>
<</link>></span>
<</if>>
<<if $hm == 2 and $correct == true>>
<<set $hm to 0>>
<<set $correct to false>>
<h2 class="big3">$args[0] loves to talk to you 🤭
<br>
Now she likes you a little more +❤️</h2>
<<include "good talk">>
<</if>>
<<if $hm == 2 and $correct == false>>
<<set $hm to 0>>
<<set $correct to false>>
<h2 class="big3">$args[0] has been uncomfortable 😣
<br>
She would have preferred to speak to the wall 🥱</h2>
<<include "bad talk">>
<</if>>
<</widget>><<widget "u_amuleto">>
<<if $amuleto.avalible == true>>
<<if Cycle.check('time', 'morning') and Cycle.check('day', 'monday')>>
<<set $amuleto.site to ("library")>>
<</if>>
<<if Cycle.check('time', 'noon', 'evening', 'night') and Cycle.check('day', 'monday')
or
Cycle.check('time', 'evening') and Cycle.check('day', 'tuesday')>>
<<set $amuleto.site to ("beach")>>
<</if>>
<<if Cycle.check('time', 'midnight') and Cycle.check('day', 'monday')>>
<<set $amuleto.site to ("park")>>
<</if>>
<<if Cycle.check('time', 'morning', 'noon', 'night') and Cycle.check('day', 'tuesday')>>
<<set $amuleto.site to ("gym")>>
<</if>>
<<if Cycle.check('time', 'midnight') and Cycle.check('day', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday')
or
Cycle.check('time', 'morning') and Cycle.check('day', 'friday')
or
Cycle.check('time', 'evening') and Cycle.check('day', 'saturday', 'sunday')>>
<<set $amuleto.site to ("guest room")>>
<</if>>
<<if Cycle.check('time', 'morning') and Cycle.check('day', 'tuesday', 'saturday', 'sunday')
or
Cycle.check('time', 'night') and Cycle.check('day', 'wednesday', 'sunday')>>
<<set $amuleto.site to ("bathroom")>>
<</if>>
<<if Cycle.check('time', 'morning') and Cycle.check('day', 'wednesday')
or
Cycle.check('time', 'noon') and Cycle.check('day', 'thursday', 'sunday')
or
Cycle.check('time', 'evening') and Cycle.check('day', 'thursday')
or
Cycle.check('time', 'night') and Cycle.check('day', 'saturday')>>
<<set $amuleto.site to ("living room")>>
<</if>>
<<if Cycle.check('time', 'noon') and Cycle.check('day', 'wednesday', 'friday', 'saturday')
or
Cycle.check('time', 'evening') and Cycle.check('day', 'wednesday', 'friday')
or
Cycle.check('time', 'night') and Cycle.check('day', 'thursday', 'friday')>>
<<set $amuleto.site to ("kitchen")>>
<</if>>
<<if $amuleto.avalible == false>>
<<set $amuleto.site to ("none")>>
<</if>>
<</if>>
<</widget>>/* Completa la quest */
/* set $quest_lya_workshop.status to "complete" */
/* Habilita o inhabilita la quest */
/* set $quest_lya_workshop.status to "inactive" */
/* Avanza */
/* set $quest_lya_workshop.fase to 1 */
<<widget "quest_active">>
<<if $args[0].status == "active">>
<br>
<<message "$args[0].name">>
^^$args[0].description^^
<br><br>
<<for _i to 0; _i lt $args[0].fase; _i++>>
<<print "◽️">> $args[0].quests[_i]
<br>
<</for>>
<</message>>
<</if>>
<</widget>>
<<widget "quest_complete">>
<<if $args[0].status == "complete">>
<br>
<<message "$args[0].name">>
^^$args[0].description^^
<br><br>
<<for _i to 0; _i lt $args[0].fase; _i++>>
<<print "◽️">> $args[0].quests[_i]
<br>
<</for>>
<</message>>
<</if>>
<</widget>>
<<widget "quest_blocked">>
<<if $args[0].status == "inactive">>
<br>
<<message "??????????????????">>
<</message>>
<</if>>
<</widget>><h2 class="big">Quests: Active</h2>
<<quest_active $quest_lya_workshop>>
<<quest_active $quest_sab_bathroom>>
<<quest_active $quest_sab_guestroom>>
<<quest_active $quest_sab_livingroom>>
<<quest_active $quest_maid>>
<<quest_active $quest_book>>
<<quest_active $quest_watch>>
<<quest_active $quest_piece>>
<<quest_active $quest_nathaly>>
<<quest_active $quest_nathaly_mom>>
<<quest_active $quest_victoria>>
<<quest_active $quest_brittney>>
<<quest_active $quest_lexi>>
<<quest_active $quest_f_brittney>>
<<quest_active $quest_lexi_2>>
<br><br>
<h2 class="big">Quests: Completed</h2>
<<quest_complete $quest_lya_workshop>>
<<quest_complete $quest_sab_bathroom>>
<<quest_complete $quest_sab_guestroom>>
<<quest_complete $quest_sab_livingroom>>
<<quest_complete $quest_maid>>
<<quest_complete $quest_book>>
<<quest_complete $quest_watch>>
<<quest_complete $quest_piece>>
<<quest_complete $quest_nathaly>>
<<quest_complete $quest_nathaly_mom>>
<<quest_complete $quest_victoria>>
<<quest_complete $quest_brittney>>
<<quest_complete $quest_lexi>>
<<quest_complete $quest_f_brittney>>
<<quest_complete $quest_lexi_2>>
<<set _quest to passage()>>
<<if _quest == "laptop">>
<br><br>
<h2 class="big">Quests: Blocked</h2>
<<quest_blocked $quest_lya_workshop>>
<<quest_blocked $quest_sab_bathroom>>
<<quest_blocked $quest_sab_guestroom>>
<<quest_blocked $quest_sab_livingroom>>
<<quest_blocked $quest_maid>>
<<quest_blocked $quest_book>>
<<quest_blocked $quest_watch>>
<<quest_blocked $quest_piece>>
<<quest_blocked $quest_nathaly>>
<<quest_blocked $quest_nathaly_mom>>
<<quest_blocked $quest_victoria>>
<<quest_blocked $quest_brittney>>
<<quest_blocked $quest_lexi>>
<<quest_blocked $quest_f_brittney>>
<<quest_blocked $quest_lexi_2>>
<<else>>
<br><br>
^^To see the blocked quests open this menu while using the laptop^^
<</if>>/* Prota quest's */
/* Nathaly quest's */
<<set $quest_nathaly to {
"name" : "A mysterious woman",
"description" : "Make sure the mystery woman heals her wounds",
"status" : "inactive",
"fase" : 1,
"quests" : [ "Take care of the woman",
"Talk to the mystery woman",
],
}>>
<<set $quest_nathaly_mom to {
"name" : "Nathaly's Mom",
"description" : "Nathaly misses her family, it's the perfect time to gain their trust even more",
"status" : "inactive",
"fase" : 1,
"quests" : [ "Buy a Camera",
"Go to Merida (It is a rich area near the beach)",
"Give the photo to nathaly",
],
}>>
/* Lya quest's */
<<set $quest_lya_workshop to {
"name" : "The workshop of lya",
"description" : "Visit the workshop of lya to upgrade your car",
"status" : "inactive",
"fase" : 1,
"quests" : [ "Go to the workshop of lya",
"Paint your car",
"Buy your first upgrade",
],
}>>
<<set $quest_piece to {
"name" : "A worn piece",
"description" : "My car has an annoying noise, it needs a new replacement",
"status" : "inactive",
"fase" : 1,
"quests" : [ "Go to the park on a Thursday at noon and call Jade",
"When you are ready go to the park and participate in the race",
"Look for jade near the beach (In the morning)",
],
}>>
/* House quest's */
<<set $quest_sab_livingroom to {
"name" : "Warming up",
"description" : "Get a way to alter the air conditioning",
"status" : "inactive",
"fase" : 1,
"quests" : ["Buy a remote control",
"Try using the remote control in the living room",
],
}>>
<<set $quest_sab_bathroom to {
"name" : "Third eye",
"description" : 'Get a camera... for reasons of "security"',
"status" : "inactive",
"fase" : 1,
"quests" : ["Buy a camera",
"Install the camera in the bathroom",
],
}>>
<<set $quest_sab_guestroom to {
"name" : "Opening borders",
"description" : "Get something you can make a hole with",
"status" : "inactive",
"fase" : 1,
"quests" : ["Buy a drill",
"Open a hole in the wall",
],
}>>
/* Mia quest's */
<<set $quest_book to {
"name" : "Stupid Sexy Brandon Sanderson",
"description" : "Mia LOVES The Way of Kings book... Could I take advantage of this?",
"status" : "inactive",
"fase" : 1,
"quests" : ["Ask if they have a book signed by brandon in the library",
"Keep talking to Mia until you know where to get the book",
"Find the best time to give Mia the book",
"You need to have a little more confidence, talk more with Mia",
"Go to the store when Mia is there and give her the book",
],
}>>
/* Amuleto quest's */
<<set $quest_watch to {
"name" : "The Gold Watch",
"description" : "$amuleto.name lost a very valuable watch, and for some reason now it's my problem too",
"status" : "inactive",
"fase" : 1,
"quests" : ["Look for the watch all over city",
"Give the watch to $amuleto.name",
"Give the watch to Ashly at the gym <br> (Optional: Talk to Lya in her workshop to repair the watch) <br> (Optional: Sell the watch)",
],
}>>
/* Brittney quest's */
<<set $quest_brittney to {
"name" : "Healthy Body - Healthy Mind",
"description" : "Brittney wants to exercise in the park, but I'll need a few things first",
"status" : "inactive",
"fase" : 1,
"quests" : ["Go to Mia's shop and buy exercise equipment",
"Find a good place to exercise in the park",
"Go and talk to Brittney at the library",
"Exercise with Brittney at the park on Saturday or Sunday",
],
}>>
/* Maid quest's */
<<set $quest_maid to {
"name" : "Saving an industry",
"description" : "The domestic service company needs a miracle! Where can I get one?",
"status" : "inactive",
"fase" : 1,
"quests" : ["Go to the fountain of wishes in the park",
"Flip one (or many) coins until your wish is fulfilled!",
"Talk to the cleaning company",
],
}>>
/* quest's */
<<set $quest_victoria to {
"name" : "Operation Bikini",
"description" : "A girl from the park wants to learn to swim, just to see her in a bikini is worth it",
"status" : "inactive",
"fase" : 1,
"quests" : ["Learn to swim (Finish all swimming lessons)",
"Text to Victoria from the beach",
"Give Victoria some swimming lessons",
"Call Victoria at night from the beach",
],
}>>
<<set $quest_lexi to {
"name" : "A beautiful woman, a thousand documents",
"description" : "Lexi needs me to deliver some documents; it's a perfect opportunity to gain her trust",
"status" : "inactive",
"fase" : 1,
"quests" : ["View the schedule on your laptop",
"Deliver the documents $documents_count/16",
"Talk to Lexi in the morning (From the beach)",
"Go to sleep and get some rest",
],
}>>
<<set $quest_f_brittney to {
"name" : "Second chances",
"description" : "I have to find a way to get Brittney to stop being mad at me",
"status" : "inactive",
"fase" : 1,
"quests" : ["Try to apologize to Brittney (Talk to her)",
"Buy a gift at Mia's store and give it to Brittney",
"Takes Brittney to the races",
],
}>>
<<set $quest_lexi_2 to {
"name" : "A pool party",
"description" : "Lexi invited me to her pool on Friday, so I better get ready...",
"status" : "inactive",
"sit_ups" : 0,
"block" : false,
"fase" : 1,
"quests" : ["Do some sit-ups in the GYM $quest_lexi_2.sit_ups/5",
"Go to Lexi's house on Friday (From the beach)",
"Go to Mr. Matthew's office (From the park)",
"Blackmails Mr. Matthew on Monday in his office (From the park)",
"Deliver the documents to Lexi at her home (From the beach)",
],
}>><<widget "menuhouse">>
<table border="2" style="height: 258px; width: 99.6983%; border-collapse: collapse; margin-left: auto; margin-right: auto;">
<tbody>
<tr style="border-style: solid; border-color: yellow; text-align: center;">
<td style="width: 33.3333%;">
$args[0]
</td>
<td style="width: 33.3333%;">
$args[1]
</td>
<td style="width: 33.3333%;">
$args[2]
</td>
</tr>
<tr style="border-style: solid; border-color: yellow; text-align: center;">
<td style="width: 33.3333%;">
$args[3]
</td>
<td style="width: 33.3333%;">
$args[4]
</td>
<td style="width: 33.3333%;">
$args[5]
</td>
</tr>
<tr style="border-style: solid; border-color: yellow; text-align: center;">
<td style="border-style: solid; border-color: yellow; text-align: center; width: 25%;" colspan="3">
$args[6]
</td>
</tr>
</tbody>
</table>
<</widget>><<if $ar_livingroom == 1>>
<<prota $prota.image "<<w>>Hmmm... I think I could make some small change in this room<</w>>">>
<br><br>
<img src="assets\house\slivingroom.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">
<<prota $prota.image "<<w>>I just need something to allow me to manipulate the air conditioning...<</w>>">>
<span class="btn white"> <<link "Maybe I should go to the store">>
<<set $quest_sab_livingroom.status to "active">>
<<goto "living room">>
<</link>>
</span>
<</if>>
/* El 2 en la tienda */
<<if $ar_livingroom == 3>>
<<prota $prota.image "<<w>>Okay, now it should be as easy as pressing this button....<</w>>">>
<br><br>
<img src="assets\house\sab_controlremoto.png" style="display: block; margin-left: auto; margin-right: auto; width: 40%;">
<<cont append keypress>>
<<scrolldown>>
<br><br>
<h2 class="big">The air conditioning makes a strange sound</h2>
<<prota $prota.image "<<w>>Well, it seems that the temperature has risen, now we just have to wait<</w>>">>
<<cont append keypress>>
<br><br>
<h2 class="big">One hour later...</h2>
<<cont append keypress>>
<<amuleto amuleto2 "Oh shit, why is it so hot here??">>
<br><br>
<img src="assets\characters\amuleto\amuletoangryhot.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<amuleto amuleto2 "I hope you didn’t damage the air conditioner">>
<br><br>
<span class="btn white"> <<link "Of course not......">>
<<set $quest_sab_livingroom.status to "complete">>
<<goto "living room">>
<</link>>
</span>
<</cont>>
<</cont>>
<</cont>>
<</if>><<if $cam_bathroom == 1>>
<<prota $prota.image "<<w>>Definitely someone is using my shampoo... I think I should install a camera, always safety first!<</w>>">>
<br><br>
<img src="assets\house\sbathroom.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">
<<prota $prota.image "<<w>>That’s the perfect place to put it<</w>>">>
<br><br>
<span class="btn white"> <<link "Maybe I should go to the store">>
<<set $quest_sab_bathroom.status to "active">>
<<goto bathroom>>
<</link>>
</span>
<</if>>
/* El 2 en la tienda */
<<if $cam_bathroom == 3>>
<<prota $prota.image "<<w>>It’s disturbing that they sell cameras so small... what kind of perverts will buy them<</w>>">>
<br><br>
<img src="assets\house\sab_camara.png" style="display: block; margin-left: auto; margin-right: auto; width: 40%;">
<<cont append keypress>>
<<scrolldown>>
<br><br>
<h2 class="big">The camera is so hidden that even you can’t see it</h2>
<<prota $prota.image "<<w>>Now for wifi should have Full HD signal<</w>>">>
<span class="btn white"> <<link "Blessed be the technology">>
<<set $quest_sab_bathroom.status to "complete">>
<<goto bathroom>>
<</link>>
</span>
<</cont>>
<</if>><<if $hole_guestroom == 1>>
<<prota $prota.image "<<w>>Shouldn't be so trusting, should keep an eye on what $amuleto.name does<</w>>">>
<br><br>
<img src="assets\house\sguestroom.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">
<<prota $prota.image "<<w>>Maybe with a little hole in the wall I could see everything she does<</w>>">>
<br><br>
<span class="btn white"> <<link "Maybe I should go to the store">>
<<set $quest_sab_guestroom.status to "active">>
<<goto "guest room">>
<</link>>
</span>
<</if>>
/* El 2 en la tienda */
<<if $hole_guestroom == 3>>
<<prota $prota.image "<<w>>Ok, I hope I don't take a finger off<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\house\sab_drill.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br>
<h2 class="big">After a while...</h2>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\house\sab_drill2.webm" type="video/webm"></video>
<span class="btn white"> <<link "Perfect!">>
<<set $quest_sab_guestroom.status to "complete">>
<<goto "guest room">>
<</link>>
</span>
<</cont>>
<</cont>>
<</if>><img src="assets\img\fj_hw.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $prota.image "Okay, now if I go to work, I just have to concentrate and everything will be fine">>
<br><br>
<<cont append keypress>>
<h2 class="big">$amuleto.name appears out of nowhere calling from the car window</h2>
<<cont append keypress>>
<br><br>
<img src="assets\characters\amuleto\amuletoangry.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<amuleto amuleto2 "You really think you’re ready?">>
<<prota $prota.image "I...">>
<<amuleto amuleto2 "This is the last time I look for you, now if you want to learn you will have to go where I am, understood?">>
<<prota $prota.image "Ok... <<w>>as ordered captain<</w>>">>
<<amuleto amuleto2 "Oh, and after that I need you to clean the floor of my room, I like it when it shines">>
<<cont append keypress>>
<br><br>
<p class="btn white">[[I think I would have preferred the inflatable doll...|sleep]]</p>
<<set $resumen_sleep to ('<h2 class="big3">Driving lessons make you faster when you start the car 🚕</h2> <br><br>')>>
<<set $dskill to $dskill +1>>
<</cont>>
<</cont>>
<</cont>><<if $dskill == 2>>
<img src="assets\characters\amuleto\amuleto_glasses.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<amuleto amuleto2 "Ready to learn from the best taxi driver in the country?">>
<<prota $prota.image "Yep, I like your glasses btw 😂">>
<br><br>
<img src="assets\characters\amuleto\amuletoangry_glasses.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
<span class="btn white"> <<link "Spend the day learning new things">>
<<goto "sleep">>
<<set $resumen_sleep to ('<h2 class="big3">Driving lessons make you faster when you start the car 🚕</h2> <br><br>')>>
<<set $dskill to $dskill +1>>
<</link>>
</span>
<</if>>
<<if $dskill > 2 and $dskill < 9>>
<img src="assets\characters\amuleto\amulet_class.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<amuleto amuleto2 "Are you ready?">>
<br><br>
<span class="btn white"> <<link "Spend the day learning new things">>
<<goto "sleep">>
<<set $resumen_sleep to ('<h2 class="big3">Driving lessons make you faster when you start the car 🚕</h2> <br><br>')>>
<<set $dskill to $dskill +1>>
<</link>>
</span>
<</if>>
<<if $dskill == 9>>
<<prota $prota.image "Oh my God, why are you dressed like that?">>
<br><br>
<video muted autoplay loop><source src="assets\vids\fj_clase4.webm" type="video/webm"></video>
<<amuleto amuleto2 "Today will be your last class, if you are lucky there will be very hot women in your back seat, so you must know how to handle desire or you could end up crashing">>
<br><br>
<video muted autoplay loop><source src="assets\vids\fj_clase5.webm" type="video/webm"></video>
<<prota $prota.image "<<w>>Okay, we’re gonna die...<</w>>">>
<span class="btn white"> <<link "Spend the day learning new things">>
<<goto "sleep">>
<<set $resumen_sleep to ('<h2 class="big3">You’ve become so good 🎖 that now you can start driving instantly 🚕</h2> <br><br>')>>
<<set $dskill to $dskill +1>>
<</link>>
</span>
<</if>><<if $ar_livingroom < 3>>
<<question $amuleto.name "Is in the living room" "assets/characters/amuleto/living room.jpg">>
<</if>>
<<if $ar_livingroom == 3>>
<<switch random(1, 4)>>
<<case 1>>
<<question $amuleto.name "Is in the living room" "assets/characters/amuleto/living room1.jpg">>
<<case 2>>
<<question $amuleto.name "Is in the living room" "assets/characters/amuleto/living room2.jpg">>
<<case 3>>
<<question $amuleto.name "Is in the living room" "assets/characters/amuleto/living room3.jpg">>
<<case 4>>
<<question $amuleto.name "Is in the living room" "assets/characters/amuleto/living room4.jpg">>
<<default>>
<<question $amuleto.name "Is in the living room" "assets/characters/amuleto/living room.jpg">>
<</switch>>
<</if>>
<br><br>
<<if $hm == 0 and $amuleto.talk == false>>
<<if $amuleto.site == ("living room")>>
<<include "amulet_events">>
<span class="btn white"> <<link "Talk with $amuleto.name">>
<<set $hm to 1>>
<<goto "living room">>
<</link>>
</span>
<</if>>
<</if>>
<<if $hm == 0 and $amuleto.talk == true>>
<<if $amuleto.site == ("living room")>>
<<include "amulet_events">>
<p class="nobtn">You've already talked with $amuleto.name</p>
<</if>>
<</if>>
<<question $amuleto.name "Is in the Bathroom" "assets/characters/amuleto/bathroom.jpg">>
<br><br>
<<if $hm == 0 and $amuleto.talk == false>>
<<if $amuleto.site == ("bathroom")>>
<<include "amulet_events">>
<span class="btn white"> <<link "Talk with $amuleto.name">>
<<set $hm to 1>>
<<goto bathroom>>
<</link>>
</span>
<</if>>
<</if>>
<<if $hm == 0 and $amuleto.talk == true>>
<<if $amuleto.site == ("bathroom")>>
<<include "amulet_events">>
<p class="nobtn">You've already talked with $amuleto.name</p>
<</if>>
<</if>>
<<if $cam_bathroom == 3 and $amuleto.site == ("bathroom") and $amuleto.bathroom == false>>
<span class="btn red"> <<link "Check the camera">>
<<goto "bathroom sabotaje amuleto">>
<</link>>
</span>
<</if>><<question $amuleto.name "Is in the Guest room" "assets/characters/amuleto/guest room.jpg">>
<br><br>
<<if $hm == 0 and $amuleto.talk == false>>
<<if $amuleto.site == ("guest room")>>
<<include "amulet_events">>
<span class="btn white"> <<link "Talk with $amuleto.name">>
<<set $hm to 1>>
<<goto "guest room">>
<</link>>
</span>
<</if>>
<</if>>
<<if $hm == 0 and $amuleto.talk == true>>
<<if $amuleto.site == ("guest room")>>
<<include "amulet_events">>
<p class="nobtn">You've already talked with $amuleto.name</p>
<</if>>
<</if>>
<<if $hole_guestroom == 3 and $amuleto.site == ("guest room") and $amuleto.guestroom == false>>
<span class="btn red"> <<link "Look through the hole">>
<<goto "guestroom sabotaje amuleto">>
<</link>>
</span>
<</if>><<if $hm == 0>>
<<switch random(1, 3)>>
<<case 1>>
<img src="assets\characters\amuleto\a_bathroom1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">
<<case 2>>
<img src="assets\characters\amuleto\a_bathroom2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">
<<case 3>>
<img src="assets\characters\amuleto\a_bathroom3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">
<</switch>>
<h2 class="big">¡$amuleto.name is in the bathroom!</h2>
<br><br>
<span class="btn red"> <<link "Turn on the camera 📹">>
<<goto "bathroom sabotaje amuleto">>
<<set $hm to 1>>
<</link>>
</span>
<br>
<span class="btn white"> <<link "Return">>
<<goto "bathroom">>
<</link>>
</span>
<</if>>
<<if $hm == 1>>
<<switch random(1, 3)>>
<<case 1>>
<<goto "bathroom sabotaje amuleto 1">>
<<case 2>>
<<goto "bathroom sabotaje amuleto 2">>
<<case 3>>
<<goto "bathroom sabotaje amuleto 3">>
<</switch>>
<</if>><<set $a_house to {
"repair" : false,
"event" : 0,
}>>
<<set $race to {
"event" : 0,
"site" : "",
"time" : 1.5,
}>>
<<set $nathaly to {
"name" : "",
"talk" : false,
"avalible" : false,
"friend" : 0,
"sex" : false,
"vegetables" : 0,
"fruits" : 0,
"pills" : 0,
"condom" : 0,
"injection" : 0,
"trust" : 0,
}>>
<<set $amuleto to {
"name" : "",
"talk" : false,
"talking" : false,
"site" : "none",
"avalible" : true,
"bathroom" : false,
"guestroom" : false,
"friend" : 0,
"event" : 1,
"sex" : false,
}>>
<<set $lya to {
"talk" : false,
"talking" : false,
"event" : 1,
"site" : "none",
"avalible" : true,
"bathroom" : false,
"guestroom" : false,
"friend" : 0,
}>>
<<set $brittney to {
"talk" : false,
"talking" : false,
"event" : 1,
"site" : "none",
"exercise" : true,
"ex" : 0,
"avalible" : false,
"friend" : 0,
"sex" : false,
}>>
<<set $alexa to {
"talk" : false,
"talking" : false,
"site" : "none",
"avalible" : true,
"friend" : 2,
}>>
<<set $mia to {
"talk" : false,
"talking" : false,
"site" : "none",
"avalible" : true,
"friend" : 0,
"ropa" : 1,
"event" : 1,
"sex" : false,
}>>
<<set $prota to {
"name" : "",
"strength" : 0,
"intelligence" : 0,
"money" : 0,
"bc" : 0,
"image" : "prota1",
"srt_house" : false,
"exercise" : 0,
"study" : 0,
}>>
<<set $neptuno to {
"enable" : false,
"talk" : false,
"snacks" : 0,
"friend" : 0,
"event" : 0,
}>>
<<set $car to {
"name" : "vw",
"speed" : 0,
"luck" : 0,
"brakes" : 0,
"style" : 0,
"extrastyle" : 1,
"extraspeed" : 1,
"extraluck" : 1,
"extrabrakes" : 1,
"generalluck" : 0,
"generalspeed" : 0,
"generalbrakes" : 0,
"generalstyle" : 0,
"pintadohoy" : false,
"color" : "",
"body" : 1,
"fase" : 1,
}>>
<<set $sitio to {
"gym" : "close",
"library" : "close",
"beach" : "close",
"park" : "close",
"bar" : "close",
"car_race": "close",
}>>
<<set $race_time to 0>>
/* Shortcut a trabajar */
/* prota.srt_house */
/* Shortcut a trabajar */
<<set $inventory to [""]>>
<<set $race_select to 0>>
<<set $s_race to {
"fase" : 0,
"life" : 0,
"position" : 1,
"exit" : false,
"passage" : "",
"racing" : false,
"money" : 20,
"bonus" : 0,
"resumen" : "",
"fmoney" : 0,
}>>
<<set $req to {
"strength" : 0,
"style" : 0,
"intelligence" : 0,
}>>
<<set $girl_park to {
"friend" : 0,
"today" : 0,
"block" : false,
}>>
<<set $victoria_event to true>>
<<set $l_d_s to 1>>
<<set $extra_ldm to false>>
/* Otros */
<<set $maid_tracking to false>>
<<set $barmaid to {
"friend" : 0,
"block" : false,
"today" : 0,
}>>
<<set $watch to {
"search" : 0,
"found" : false,
"repaired" : false,
}>>
<<set $wishing_well_maid to {
"count" : 5,
"actual" : 0,
"goal" : 350,
}>>
<<set $actual_maid to {
"code" : "",
"fase" : 0,
"site" : ["", "", "", "", ],
"active" : false,
"patreon" : false,
}>>
<<set $learn_swim to {
"block" : false,
"skill": 0,
}>>
<<set $wishing_well_swim to {
"count" : 10,
"actual" : 0,
"goal" : 100,
}>>
<<set $documents to {"d1" : false, "d2" : false, "d3" : false, "d4" : false, "d5" : false, "d6" : false, "d7" : false, "d8" : false, "d9" : false, "d10" : false, "d11" : false, "d12" : false, "d13" : false, "d14" : false, "d15" : false, "d16" : false,}>>
<<set $documents_count to 0>><img src="assets\characters\amuleto\bath3_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $protaimg "<<w>>Now I just have to focus the camera...<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'> Adjust the camera </p>" t8n>>
<img src="assets\characters\amuleto\bath3_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<br><br>
<img src="assets\gifs\battery.gif" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $protaimg "Oh come on...">>
<br><br>
<span class="btn white"> <<link "Batteries, the worst enemy of man">>
<<goto "bathroom">>
<<set $amuleto.bathroom to true>>
<<set $hm to 0>>
<</link>>
</span>
<</cont>>
<</linkreplace>><span id="vid_bath">
<video muted autoplay loop><source src="assets\characters\amuleto\video\bath1_1.webm" type="video/webm"></video>
</span>
<br><br>
<<linkreplace "<p class='btn white'> Keep watching </p>" t8n>>
<br><br>
<<scrolldown>>
<<replace "#vid_bath">>
<video muted autoplay loop><source src="assets\characters\amuleto\video\bath1_2.webm" type="video/webm"></video>
<</replace>>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<video muted autoplay loop><source src="assets\vids\bath_r1.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>I can't resist anymore...<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'> Take out your dick </p>" t8n>>
<video muted autoplay loop><source src="assets\vids\bath_r2.webm" type="video/webm"></video>
<br><br>
<span id="vid_bath2">
<video muted autoplay loop><source src="assets\characters\amuleto\video\bath1_3.webm" type="video/webm"></video>
</span>
<br><br>
<<linkreplace "<p class='btn white'> Cum on the wall </p>" t8n>>
<<replace "#vid_bath2">>
<video muted autoplay loop><source src="assets\characters\amuleto\video\bath1_4.webm" type="video/webm"></video>
<</replace>>
<br><br>
<video muted autoplay loop><source src="assets\vids\bath_r3.webm" type="video/webm"></video>
<span class="btn white"> <<link "Uff, that felt good">>
<<goto "bathroom">>
<<set $amuleto.bathroom to true>>
<<set $hm to 0>>
<</link>>
</span>
<</linkreplace>>
<</linkreplace>>
<</cont>>
<</linkreplace>><span id="vid_bath">
<video muted autoplay loop><source src="assets\characters\amuleto\video\bath2_1.webm" type="video/webm"></video>
</span>
<br><br>
<<linkreplace "<p class='btn white'> Keep watching </p>" t8n>>
<br><br>
<<scrolldown>>
<<replace "#vid_bath">>
<video muted autoplay loop><source src="assets\characters\amuleto\video\bath2_2.webm" type="video/webm"></video>
<</replace>>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<video muted autoplay loop><source src="assets\vids\bath_r1.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>I can't resist anymore...<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'> Take out your dick </p>" t8n>>
<video muted autoplay loop><source src="assets\vids\bath_r2.webm" type="video/webm"></video>
<br><br>
<span id="vid_bath2">
<video muted autoplay loop><source src="assets\characters\amuleto\video\bath2_3.webm" type="video/webm"></video>
</span>
<br><br>
<<linkreplace "<p class='btn white'> Cum on the wall </p>" t8n>>
<<replace "#vid_bath2">>
<video muted autoplay loop><source src="assets\characters\amuleto\video\bath2_4.webm" type="video/webm"></video>
<</replace>>
<br><br>
<video muted autoplay loop><source src="assets\vids\bath_r3.webm" type="video/webm"></video>
<span class="btn white"> <<link "Uff, that felt good">>
<<goto "bathroom">>
<<set $amuleto.bathroom to true>>
<<set $hm to 0>>
<</link>>
</span>
<</linkreplace>>
<</linkreplace>>
<</cont>>
<</linkreplace>><<if $hm == 0>>
<img src="assets\characters\amuleto\guest_rp.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<h2 class="big">¡$amuleto.name is in the Guest Room!</h2>
<br><br>
<span class="btn red"> <<link "Get closer to the hole">>
<<goto "guestroom sabotaje amuleto">>
<<set $hm to 1>>
<</link>>
</span>
<br>
<span class="btn white"> <<link "Return">>
<<goto "guest room">>
<</link>>
</span>
<</if>>
<<if $hm == 1>>
<<switch random(1, 2)>>
<<case 1>>
<<goto "guestroom sabotaje amuleto 1">>
<<case 2>>
<img src="assets\characters\generics\bcolor.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
<span class="btn white"> <<link "The light is off...">>
<<goto "guest room">>
<<set $hm to 0>>
<<set $amuleto.guestroom to true>>
<</link>>
</span>
<</switch>>
<</if>><span id="vid_bath">
<video muted autoplay loop><source src="assets\characters\amuleto\video\g_room1_1.webm" type="video/webm"></video>
</span>
<br><br>
<<linkreplace "<p class='btn white'> Keep watching </p>" t8n>>
<br><br>
<<scrolldown>>
<<replace "#vid_bath">>
<video muted autoplay loop><source src="assets\characters\amuleto\video\g_room1_2.webm" type="video/webm"></video>
<</replace>>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<video muted autoplay loop><source src="assets\vids\bath_r4.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>I can't resist anymore...<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'> Take out your dick </p>" t8n>>
<video muted autoplay loop><source src="assets\vids\bath_r2.webm" type="video/webm"></video>
<br><br>
<span id="vid_bath2">
<video muted autoplay loop><source src="assets\characters\amuleto\video\g_room1_3.webm" type="video/webm"></video>
</span>
<br><br>
<<linkreplace "<p class='btn white'> Cum on the wall </p>" t8n>>
<<replace "#vid_bath2">>
<video muted autoplay loop><source src="assets\characters\amuleto\video\g_room1_4.webm" type="video/webm"></video>
<</replace>>
<br><br>
<video muted autoplay loop><source src="assets\vids\bath_r3.webm" type="video/webm"></video>
<span class="btn white"> <<link "Uff, that felt good">>
<<goto "guest room">>
<<set $amuleto.guestroom to true>>
<<set $hm to 0>>
<</link>>
</span>
<</linkreplace>>
<</linkreplace>>
<</cont>>
<</linkreplace>><<if $args[0] == $amuleto.name>>
<<set $amuleto.talk to true>>
<<set $amuleto.friend += 1>>
<<elseif $args[0] == "Lya">>
<<set $lya.talk to true>>
<<set $lya.friend += 1>>
<<elseif $args[0] == "Alexa">>
<<set $alexa.talk to true>>
<<set $alexa.friend += 1>>
<<elseif $args[0] == "Mia">>
<<set $mia.talk to true>>
<<set $mia.friend += 1>>
<<elseif $args[0] == "Brittney">>
<<set $brittney.talk to true>>
<<set $brittney.friend += 1>>
<<if $quest_f_brittney.status == "active" and $quest_f_brittney.fase == 1>>
<<set $quest_f_brittney.fase to 2>>
<<goto "brittney_event_5">>
<</if>>
<</if>><<if $args[0] == $amuleto.name>>
<<set $amuleto.talk to true>>
<<set $amuleto.friend -= 2>>
<<elseif $args[0] == "Lya">>
<<set $lya.talk to true>>
<<set $lya.friend -= 2>>
<<elseif $args[0] == "Alexa">>
<<set $alexa.talk to true>>
<<set $alexa.friend -= 2>>
<<elseif $args[0] == "Mia">>
<<set $mia.talk to true>>
<<set $mia.friend -= 2>>
<<elseif $args[0] == "Brittney">>
<<set $brittney.talk to true>>
<<set $brittney.friend -= 2>>
<</if>><<tcheck>>
<<set $hm to 0>>
<<include "save_game_compatibility">>
<h1 class="titulo">What will I do today?</h1>
<br>
<div class="menu-grid">
<div class="menu-col">
<<include "m_house">>
</div>
<div class="menu-col">
<<include "m_work">>
</div>
<div class="menu-col">
<<include "m_workshop">>
</div>
<div class="menu-col">
<<include "m_store">>
</div>
<div class="menu-col">
<<include "m_gym">>
</div>
<div class="menu-col">
<<include "m_park">>
</div>
<div class="menu-col">
<<include "m_beach">>
</div>
<div class="menu-col">
<<include "m_library">>
</div>
<div class="menu-col">
<<include "m_ahouse">>
</div>
<div class="menu-col">
<<include "m_bar">>
</div>
<<if $quest_piece.status == "complete" and $car.fase == 1>>
<div class="menu-col">
<<include "m_car_prev_2">>
</div>
<<elseif $car.fase == 2>>
<div class="menu-col">
<<include "m_car_race">>
</div>
<</if>>
</div><<widget "work">>
<p id="work_d" class="boton2"> <<link "To Work">>
<<if Cycle.check('time', 'morning', 'noon')>>
<<goto "full_work">>
<</if>>
<<if Cycle.check('time', 'night', 'midnight', 'you fell asleep', 'evening')>>
<<replace "#work_d">>
<p class="boton2">It's too late!</p>
<</replace>>
<</if>>
<</link>>
</p>
<</widget>>
<<widget "s_money">>
<<replace "#s_money">>
<span id="s_money">Money = $ $prota.money</span>
<</replace>>
<</widget>><<widget "car_wheel">>
<<set _actualstore to passage()>>
/* Set a una var temporal el valor máximo del articulo (Para dar escalabilidad) */
<<set _b to $args[2]>>
/* Set a una var temporal para saber qué se está upgradeando */
<<if $args[0] == "Speed">>
<<set _a to $car.speed>>
<<elseif $args[0] == "Luck">>
<<set _a to $car.luck>>
<<elseif $args[0] == "Style">>
<<set _a to $car.style>>
<<elseif $args[0] == "Brakes">>
<<set _a to $car.brakes>>
<</if>>
/* Imprimo titulo, imagen y descripción💸💵*/
<h2 class="big">$args[0]</h2>
<<if $args[0] == "Speed">>
<p style="margin-left: 0.4em;margin-right: 0.4em;"> It allows you to be faster, the faster you are, the more money you will earn</p>
<<elseif $args[0] == "Luck">>
<p style="margin-left: 0.4em;margin-right: 0.4em;"> Do you believe in luck?<br><br></p>
<<elseif $args[0] == "Style">>
<p style="margin-left: 0.4em;margin-right: 0.4em;">Make your car stand out from the rest <br> (Women will love it)</p>
<<elseif $args[0] == "Brakes">>
<p style="margin-left: 0.4em;margin-right: 0.4em;">Brakes are not important... <br> Until you need them</p>
<</if>>
<img class="nbimg" @src="'assets/characters/prota/' + $args[1]" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
/* Imprimo la barra + el boton de compra */
<<if _a == _b -10>>
⬜️⬜️⬜️⬜️⬜️◽️⬜️⬜️⬜️⬜️⬜️ <br>
/* Si el dinero es suficiente... entonces: */
<<if $prota.money >= $args[3]>>
<span class="buy-on" style="padding: 0;"> <<link "Buy Upgrade $ $args[3] 💵">>
<<if $args[0] == "Speed">>
<<set $car.speed += 1>>
<<elseif $args[0] == "Luck">>
<<set $car.luck +=1>>
<<elseif $args[0] == "Style">>
<<set $car.style +=1>>
<<elseif $args[0] == "Brakes">>
<<set $car.brakes +=1>>
<</if>>
/* Refresco el pasaje, resto el dinero.... */
<<set $prota.money -= $args[3]>>
<<if $quest_lya_workshop.fase == 3>>
<<set $quest_lya_workshop.status to "complete">>
<</if>>
<<goto _actualstore>>
<</link>></span><</if>>
/* Si el dinero no es suficiente, no hay botón clickeable */
<<if $prota.money < $args[3]>>
<p class="buy-off">Buy Upgrade $ $args[3] 💸</p>
<</if>>
<<elseif _a == _b -9>>
🟩⬜️⬜️⬜️⬜️◽️⬜️⬜️⬜️⬜️⬜️ <br>
<<if $prota.money >= $args[3]>>
<span class="buy-on" style="padding: 0;"> <<link "Buy Upgrade $ $args[3] 💵">>
<<if $args[0] == "Speed">>
<<set $car.speed +=1>>
<<elseif $args[0] == "Luck">>
<<set $car.luck +=1>>
<<elseif $args[0] == "Style">>
<<set $car.style +=1>>
<<elseif $args[0] == "Brakes">>
<<set $car.brakes +=1>>
<</if>>
<<set $prota.money -= $args[3]>>
<<goto _actualstore>>
<</link>></span><</if>>
<<if $prota.money < $args[3]>>
<p class="buy-off">Buy Upgrade $ $args[3] 💸</p>
<</if>>
<<elseif _a == _b -8>>
🟩🟩⬜️⬜️⬜️◽️⬜️⬜️⬜️⬜️⬜️ <br>
<<if $prota.money >= $args[3]>>
<span class="buy-on" style="padding: 0;"> <<link "Buy Upgrade $ $args[3] 💵">>
<<if $args[0] == "Speed">>
<<set $car.speed +=1>>
<<elseif $args[0] == "Luck">>
<<set $car.luck +=1>>
<<elseif $args[0] == "Style">>
<<set $car.style +=1>>
<<elseif $args[0] == "Brakes">>
<<set $car.brakes +=1>>
<</if>>
<<set $prota.money -= $args[3]>>
<<goto _actualstore>>
<</link>></span><</if>>
<<if $prota.money < $args[3]>>
<p class="buy-off">Buy Upgrade $ $args[3] 💸</p>
<</if>>
<<elseif _a == _b -7>>
🟩🟩🟩⬜️⬜️◽️⬜️⬜️⬜️⬜️⬜️ <br>
<<if $prota.money >= $args[3]>>
<span class="buy-on" style="padding: 0;"> <<link "Buy Upgrade $ $args[3] 💵">>
<<if $args[0] == "Speed">>
<<set $car.speed +=1>>
<<elseif $args[0] == "Luck">>
<<set $car.luck +=1>>
<<elseif $args[0] == "Style">>
<<set $car.style +=1>>
<<elseif $args[0] == "Brakes">>
<<set $car.brakes +=1>>
<</if>>
<<set $prota.money -= $args[3]>>
<<goto _actualstore>>
<</link>></span><</if>>
<<if $prota.money < $args[3]>>
<p class="buy-off">Buy Upgrade $ $args[3] 💸</p>
<</if>>
<<elseif _a == _b -6>>
🟩🟩🟩🟩⬜️◽️⬜️⬜️⬜️⬜️⬜️ <br>
<<if $prota.money >= $args[3]>>
<span class="buy-on" style="padding: 0;"> <<link "Buy Upgrade $ $args[3] 💵">>
<<if $args[0] == "Speed">>
<<set $car.speed +=1>>
<<elseif $args[0] == "Luck">>
<<set $car.luck +=1>>
<<elseif $args[0] == "Style">>
<<set $car.style +=1>>
<<elseif $args[0] == "Brakes">>
<<set $car.brakes +=1>>
<</if>>
<<set $prota.money -= $args[3]>>
<<goto _actualstore>>
<</link>></span><</if>>
<<if $prota.money < $args[3]>>
<p class="buy-off">Buy Upgrade $ $args[3] 💸</p>
<</if>>
<<elseif _a == _b -5>>
🟩🟩🟩🟩🟩◽️⬜️⬜️⬜️⬜️⬜️ <br>
<<if $prota.money >= $args[4]>>
<span class="buy-on" style="padding: 0;"> <<link "Buy Upgrade $ $args[4] 💵">>
<<if $args[0] == "Speed">>
<<set $car.speed +=1>>
<<elseif $args[0] == "Luck">>
<<set $car.luck +=1>>
<<elseif $args[0] == "Style">>
<<set $car.style +=1>>
<<elseif $args[0] == "Brakes">>
<<set $car.brakes +=1>>
<</if>>
<<set $prota.money -= $args[4]>>
<<goto _actualstore>>
<</link>></span><</if>>
<<if $prota.money < $args[4]>>
<p class="buy-off">Buy Upgrade $ $args[4] 💸</p>
<</if>>
<<elseif _a == _b -4>>
🟩🟩🟩🟩🟩◽️🟩⬜️⬜️⬜️⬜️ <br>
<<if $prota.money >= $args[4]>>
<span class="buy-on" style="padding: 0;"> <<link "Buy Upgrade $ $args[4] 💵">>
<<if $args[0] == "Speed">>
<<set $car.speed +=1>>
<<elseif $args[0] == "Luck">>
<<set $car.luck +=1>>
<<elseif $args[0] == "Style">>
<<set $car.style +=1>>
<<elseif $args[0] == "Brakes">>
<<set $car.brakes +=1>>
<</if>>
<<set $prota.money -= $args[4]>>
<<goto _actualstore>>
<</link>></span><</if>>
<<if $prota.money < $args[4]>>
<p class="buy-off">Buy Upgrade $ $args[4] 💸</p>
<</if>>
<<elseif _a == _b -3>>
🟩🟩🟩🟩🟩◽️🟩🟩⬜️⬜️⬜️ <br>
<<if $prota.money >= $args[4]>>
<span class="buy-on" style="padding: 0;"> <<link "Buy Upgrade $ $args[4] 💵">>
<<if $args[0] == "Speed">>
<<set $car.speed +=1>>
<<elseif $args[0] == "Luck">>
<<set $car.luck +=1>>
<<elseif $args[0] == "Style">>
<<set $car.style +=1>>
<<elseif $args[0] == "Brakes">>
<<set $car.brakes +=1>>
<</if>>
<<set $prota.money -= $args[4]>>
<<goto _actualstore>>
<</link>></span><</if>>
<<if $prota.money < $args[4]>>
<p class="buy-off">Buy Upgrade $ $args[4] 💸</p>
<</if>>
<<elseif _a == _b -2>>
🟩🟩🟩🟩🟩◽️🟩🟩🟩⬜️⬜️ <br>
<<if $prota.money >= $args[5]>>
<span class="buy-on" style="padding: 0;"> <<link "Buy Upgrade $ $args[5] 💵">>
<<if $args[0] == "Speed">>
<<set $car.speed +=1>>
<<elseif $args[0] == "Luck">>
<<set $car.luck +=1>>
<<elseif $args[0] == "Style">>
<<set $car.style +=1>>
<<elseif $args[0] == "Brakes">>
<<set $car.brakes +=1>>
<</if>>
<<set $prota.money -= $args[5]>>
<<goto _actualstore>>
<</link>></span><</if>>
<<if $prota.money < $args[5]>>
<p class="buy-off">Buy Upgrade $ $args[5] 💸</p>
<</if>>
<<elseif _a == _b -1>>
🟩🟩🟩🟩🟩◽️🟩🟩🟩🟩⬜️ <br>
<<if $prota.money >= $args[5]>>
<span class="buy-on" style="padding: 0;"> <<link "Buy Upgrade $ $args[5] 💵">>
<<if $args[0] == "Speed">>
<<set $car.speed +=1>>
<<elseif $args[0] == "Luck">>
<<set $car.luck +=1>>
<<elseif $args[0] == "Style">>
<<set $car.style +=1>>
<<elseif $args[0] == "Brakes">>
<<set $car.brakes +=1>>
<</if>>
<<set $prota.money -= $args[5]>>
<<goto _actualstore>>
<</link>></span><</if>>
<<if $prota.money < $args[5]>>
<p class="buy-off">Buy Upgrade $ $args[5] 💸</p>
<</if>>
<<elseif _a == _b>>
🟩🟩🟩🟩🟩◽️🟩🟩🟩🟩🟩 <br>
<p class="buy-complete">Fully Upgraded! 🤟</p>
<</if>>
<</widget>><<widget "item">>
<<set _actualstore to passage()>>
/* Imprimo titulo, imagen y descripción💸💵*/
<<if $inventory.includes($args[0])>>
<<else>>
<div class="col3">
<h2 class="big">$args[0]</h2>
<img class="nbimg" @src="'assets/img/store/' + $args[1]" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
/* Imprimo el boton de compra */
<<if $prota.money >= $args[2]>>
<span class="buy-on" style="padding: 0;"> <<link "Buy Item $ $args[2] 💵">>
/* Refresco el pasaje, resto el dinero.... */
<<set $prota.money -= $args[2]>>
<<goto _actualstore>>
<<set $inventory.push($args[0])>>
<</link>></span><</if>>
/* Si el dinero no es suficiente, no hay botón clickeable */
<<if $prota.money < $args[2]>>
<p class="buy-off">Buy item $ $args[2] 💸</p>
<</if>>
</div>
<</if>>
<</widget>><<include "store_update">>
<h1 class="titulo">Store: Buy</h1>
<br><br>
<div class="flex-grid">
<<if $quest_sab_bathroom.status == "active">>
<<item Camera "camera.png" 150>>
<</if>>
<<if $quest_sab_livingroom.status == "active">>
<<item "Remote Control" "remote control.png" 100>>
<</if>>
<<if $quest_sab_guestroom.status == "active">>
<<item Drill "drill.png" 250>>
<</if>>
<<item TV "tv.png" 80>>
<<if $quest_nathaly_mom.status == "active">>
<<item "Photographic Camera" "camera2.png" 250>>
<</if>>
<<if $quest_nathaly.fase == 1>>
<<m_item Fruits "fruits.png" 20 5>>
<<m_item Vegetables "vegetables.png" 20 5>>
<<item Injection "injection.png" 150>>
<<m_item Pills "pills.png" 100 2>>
<</if>>
<<if hasVisited("nathaly_event_2")>>
<<m_item Fruits "fruits.png" 10 999999999>>
<<m_item Vegetables "vegetables.png" 5 999999999>>
<<m_item Injection "injection.png" 70 999999999>>
<<m_item Pills "pills.png" 30 999999999>>
<<m_item Condom "condom.png" 15 999999999>>
<</if>>
<<if $neptuno.enable == true>>
<<m_item Snacks "snacks.png" 30 999999999>>
<</if>>
<<if $quest_brittney.fase == 1 and $quest_brittney.status == "active">>
<<item "Exercise Equipment" "gym_e.jpg" 100>>
<</if>>
<<if $quest_f_brittney.fase == 2 and $quest_f_brittney.status == "active">>
<<item "Gift for Brittney" "gift.png" 80>>
<</if>>
</div>
<br>
<span class="btn white"><<link "Back">>
<<goto "Store_prev">>
<</link>></span>/* Quests en base a items comprados */
<<if $inventory.includes("Camera") and $cam_bathroom < 3>>
<<set $quest_sab_bathroom.fase to 2>>
<<set $cam_bathroom to 2>>
<</if>>
<<if $inventory.includes("Remote Control") and $ar_livingroom < 3>>
<<set $quest_sab_livingroom.fase to 2>>
<<set $ar_livingroom to 2>>
<</if>>
<<if $inventory.includes("Drill") and $hole_guestroom < 3>>
<<set $quest_sab_guestroom.fase to 2>>
<<set $hole_guestroom to 2>>
<</if>>
<<if $inventory.includes("Exercise Equipment") and $quest_brittney.fase == 1>>
<<set $quest_brittney.fase to 2>>
<</if>>
<<if $inventory.includes("Photographic Camera") and not hasVisited("nathaly_trust_event_2_a")>>
<<goto "nathaly_trust_event_2_a">>
<</if>>
/* Quests en base a items comprados */
<h1 class="titulo">Store</h1>
<<question Mia "Is in the Store" "assets/characters/mia/mia.jpg">>
<<if $hm == 0>>
<<switch $mia.ropa>>
<<case 1>>
<img src="assets\characters\mia\store1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 2>>
<img src="assets\characters\mia\store2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 3>>
<img src="assets\characters\mia\store3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<</switch>>
A house with a small shop on the ground floor, no matter what you look for, you will find it here
<br><br>
<<if $hm == 0 and $mia.talk == false>>
<<include "mia_events">>
<span class="btn white"> <<link "Talk with Mia">>
<<set $hm to 1>>
<<goto "Store_prev">>
<</link>>
</span>
<</if>>
<<if $hm == 0 and $mia.talk == true>>
<<include "mia_events">>
<p class="nobtn">You've already talked with Mia</p>
<</if>>
<p class="btn white">[[Buy|Store]]</p>
<span class="btn white"><<link "Back">>
<<goto "Street">>
<</link>></span>
<</if>><<widget "color">>
<<set _actualstore to passage()>>
/* Imprimo titulo, imagen y descripción💸💵*/
<<if $inventory.includes($args[0])>>
<<else>>
<div class="col2">
<h2 class="big">$args[0]</h2>
<p style="margin-left: 0.4em;margin-right: 0.4em;">$args[3]</p>
<img class="nbimg" @src="'assets/img/store/' + $args[1]" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
/* Imprimo el boton de compra */
<<if $prota.money >= $args[2] and $car.pintadohoy == false>>
<span class="buy-on" style="padding: 0;"> <<link "Paint the car $ $args[2] 💵">>
/* Refresco el pasaje, resto el dinero.... */
<<set $car.pintadohoy to true>>
<<set $prota.money -= $args[2]>>
<<set $car.color to $args[0].toLowerCase()>>
<<general_stats_refresh>>
<<general_stats_refresh_color>>
<<goto _actualstore>>
<<if $quest_lya_workshop.fase == 2>>
<<set $quest_lya_workshop.fase to 3>><</if>>
<</link>></span><</if>>
/* Si el dinero no es suficiente, no hay botón clickeable */
<<if $prota.money < $args[2] and $car.pintadohoy == false>>
<p class="buy-off">Paint the car $ $args[2] 💸</p>
<<elseif $car.pintadohoy == true>>
<p class="buy-complete">Your car is freshly painted</p>
<</if>>
</div>
<</if>>
<</widget>><<widget "imgprota">>
<<if $car.name == "vw">>
<<if $car.color == "red">>
<<if $car.body == "1">>
<<set $prota.image to "wvg/red/w_r_l">>
<<elseif $car.body == "2">>
<<set $prota.image to "wvg/red/w_r_m">>
<<elseif $car.body == "3">>
<<set $prota.image to "wvg/red/w_r_p">>
<</if>>
<</if>>
<<if $car.color == "blue">>
<<if $car.body == "1">>
<<set $prota.image to "wvg/blue/w_a_l">>
<<elseif $car.body == "2">>
<<set $prota.image to "wvg/blue/w_a_m">>
<<elseif $car.body == "3">>
<<set $prota.image to "wvg/blue/w_a_p">>
<</if>>
<</if>>
<<if $car.color == "yellow">>
<<if $car.body == "1">>
<<set $prota.image to "wvg/yellow/w_y_l">>
<<elseif $car.body == "2">>
<<set $prota.image to "wvg/yellow/w_y_m">>
<<elseif $car.body == "3">>
<<set $prota.image to "wvg/yellow/w_y_p">>
<</if>>
<</if>>
<<if $car.color == "green">>
<<if $car.body == "1">>
<<set $prota.image to "wvg/green/w_v_l">>
<<elseif $car.body == "2">>
<<set $prota.image to "wvg/green/w_v_m">>
<<elseif $car.body == "3">>
<<set $prota.image to "wvg/green/w_v_p">>
<</if>>
<</if>>
<</if>>
<<if $car.name == "msi">>
<<if $car.color == "red">>
<<if $car.body == "1">>
<<set $prota.image to "msi/red/m_r_l">>
<<elseif $car.body == "2">>
<<set $prota.image to "msi/red/m_r_m">>
<<elseif $car.body == "3">>
<<set $prota.image to "msi/red/m_r_p">>
<</if>>
<</if>>
<<if $car.color == "blue">>
<<if $car.body == "1">>
<<set $prota.image to "msi/blue/m_a_l">>
<<elseif $car.body == "2">>
<<set $prota.image to "msi/blue/m_a_m">>
<<elseif $car.body == "3">>
<<set $prota.image to "msi/blue/m_a_p">>
<</if>>
<</if>>
<<if $car.color == "yellow">>
<<if $car.body == "1">>
<<set $prota.image to "msi/yellow/m_y_l">>
<<elseif $car.body == "2">>
<<set $prota.image to "msi/yellow/m_y_m">>
<<elseif $car.body == "3">>
<<set $prota.image to "msi/yellow/m_y_p">>
<</if>>
<</if>>
<<if $car.color == "green">>
<<if $car.body == "1">>
<<set $prota.image to "msi/green/m_v_l">>
<<elseif $car.body == "2">>
<<set $prota.image to "msi/green/m_v_m">>
<<elseif $car.body == "3">>
<<set $prota.image to "msi/green/m_v_p">>
<</if>>
<</if>>
<</if>>
<</widget>><<widget "general_stats_refresh">>
<<set $car.generalluck to $car.luck + $car.extraluck>>
<<set $car.generalspeed to $car.speed + $car.extraspeed>>
<<set $car.generalstyle to $car.style + $car.extrastyle>>
<<set $car.generalbrakes to $car.brakes + $car.extrabrakes>>
<</widget>>
<<widget "general_stats_refresh_color">>
<<if $car.color == "blue">>
<<set $car.generalspeed += 1>>
<<set $car.generalluck -= 1>>
<<set $car.generalstyle -= 1>>
<<set $car.generalbrakes -= 1>>
<<elseif $car.color == "red">>
<<set $car.generalspeed -= 1>>
<<set $car.generalluck -= 1>>
<<set $car.generalstyle += 1>>
<<set $car.generalbrakes -= 1>>
<<elseif $car.color == "green">>
<<set $car.generalspeed -= 1>>
<<set $car.generalluck += 1>>
<<set $car.generalstyle -= 1>>
<<set $car.generalbrakes -= 1>>
<<elseif $car.color == "yellow">>
<<set $car.generalspeed -= 1>>
<<set $car.generalluck -= 1>>
<<set $car.generalstyle -= 1>>
<<set $car.generalbrakes += 1>>
<</if>>
<</widget>><h1 class="titulo">Workshop: Car body</h1>
<br><br>
<div class="flex-grid">
<div class="col2">
<<car_body "Car body" 650 1000>>
</div>
</div>
<span class="btn white"><<link "Back">>
<<imgprota>>
<<goto "lya_workshop_w">>
<</link>></span><<widget "car_body">>
<<set _actualstore to passage()>>
/* Set a una var temporal el valor máximo del articulo (Para dar escalabilidad) */
/* Imprimo titulo, imagen y descripción💸💵*/
<h2 class="big">$args[0]</h2>
<<if $car.body == 1>>
<p style="margin-left: 0.4em;margin-right: 0.4em;"> Upgrade your car body (Your earnings will be 20% more)</p>
<<elseif $car.body == 2>>
<p style="margin-left: 0.4em;margin-right: 0.4em;">Upgrade your car body (Your earnings will be 45% more)</p>
<<elseif $car.body == 3>>
<p style="margin-left: 0.4em;margin-right: 0.4em;">You already have the best car body... Thinking of buying a new car?</p>
<</if>>
<<imgprota>>
<img class="nbimg" @src="'assets/characters/prota/' + $prota.image + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<br>
<<imgprota>>
/* Imprimo la barra + el boton de compra */
<<if $car.body == 1>>
🟩⬜️⬜️ <br>
/* Si el dinero es suficiente... entonces: */
<<if $prota.money >= $args[1]>>
<span class="buy-on" style="padding: 0;"> <<link "Buy Upgrade $ $args[1] 💵">>
/* Refresco el pasaje, resto el dinero.... */
<<set $prota.money -= $args[1]>>
<<set $car.body += 1>>
<<goto _actualstore>>
<</link>></span><</if>>
/* Si el dinero no es suficiente, no hay botón clickeable */
<<if $prota.money < $args[1]>>
<p class="buy-off">Buy Upgrade $ $args[1] 💸</p>
<</if>>
<<elseif $car.body == 2>>
🟩🟩⬜️ <br>
<<if $prota.money >= $args[2]>>
<span class="buy-on" style="padding: 0;"> <<link "Buy Upgrade $ $args[2] 💵">>
<<set $prota.money -= $args[2]>>
<<set $car.body += 1>>
<<goto _actualstore>>
<</link>></span><</if>>
<<if $prota.money < $args[2]>>
<p class="buy-off">Buy Upgrade $ $args[2] 💸</p>
<</if>>
<<elseif $car.body == 3>>
🟩🟩🟩 <br>
<p class="buy-complete">Fully Upgraded! 🤟</p>
<</if>>
<</widget>><<widget "earned_money">>
/* Establecer cuando dinero se gana... */
/* En caso de sumar dinero... */
<<set _mas to $args[0]>>
/* En caso de restar dinero... */
<<set _menos to $args[1]>>
/* Se establece un porcentaje según la carroceria del coche */
<<if $car.body == 1>>
<<set _body to 1>>
<<elseif $car.body == 2>>
<<set _body to 1.2>>
<<elseif $car.body == 3>>
<<set _body to 1.45>>
<</if>>
/* Se gana un dinero base según el coche que se maneja */
<<if $car.name == "vw">>
<<set _base to random(60, 70)>>
<</if>>
<<if $car.name == "msi">>
<<set _base to random(100, 120)>>
<</if>>
/* Porcentaje de la velocidad */
/* _porcentaje1 es speed, se establece este valor en base a la velocidad general del coche y se multiplica por 5 (para añadir 5% por cada punto de velocidad */
<<if $car.generalspeed <= 1>>
<<set _porcentaje1 to 0>>
<</if>>
<<if $car.generalspeed > 1>>
<<set _porcentaje1 to $car.generalspeed * 5>>
<</if>>
/* Luego se saca solo la cantidad en limpio */
<<set _porcentaje1 to Math.round(_porcentaje1 * _base / 100)>>
/* Porcentaje del body */
/* Se saca el porcentaje en limpio (El porcentaje se sacó multiplicando) */
<<set _porcentaje2 to Math.round((_base * _body) - _base)>>
/* Se crea una variable que contiene el dinero total (Para que sea mas comodo) */
/* Se suma la base mas la bonificación de ambos porcentajes */
<<set _total = Math.round(_base + _porcentaje1 + _porcentaje2) >>
/* Se suma el dinero, se actualiza en la barra izq y se redirige a casa */
/* Se suma y resta bonificaciones */
<<if _mas > 0>>
<<set _mas to Math.round(_mas * _total / 100)>>
<<set _total += _mas>>
<</if>>
<<if _menos > 0 and $prota.money > 20>>
<<set _menos to Math.round(_menos * $prota.money / 100)>>
<<set _total to 0>>
<<set _total -= _menos>>
<</if>>
<<if _menos > 0 and $prota.money < 20>>
<<set _menos to Math.round(_menos * _total / 100)>>
<<set _total -= _menos>>
<</if>>
/* Y finalmente se muestra un resumen del dinero generado */
<<if _menos > 0 and $prota.money > 20>>
<h2 class="big4">
Damage or loss: $ _menos
<br>
Bonuses: $ _mas
<br>
Speed bonus: $ _porcentaje1
<br>
Car body bonus: $ _porcentaje2
<br>
<<switch random(1, 2)>>
<<case 1>>
You have not found any blue tickets
<<case 2>>
You found a blue ticket! 🎫
<<set $prota.bc += 1>>
<</switch>>
<br><br>
<span style="color: red;">You have lost a total of: -$ _menos</span>
<br>
<span class="btn white"> <<link "Go home">>
<<set $prota.money -= _menos>>
<<s_money>>
<<goto "House">>
<</link>></span></h2><</if>>
<<if _menos == 0 or $prota.money <= 20>>
<h2 class="big4">
Damage or loss: $ _menos
<br>
Bonuses: $ _mas
<br>
Speed bonus: $ _porcentaje1
<br>
Car body bonus: $ _porcentaje2
<br>
<<switch random(1, 2)>>
<<case 1>>
You have not found any blue tickets
<<case 2>>
You found a blue ticket! 🎫
<<set $prota.bc += 1>>
<</switch>>
<br><br>
You have earned a total of: $ _total
<br>
<span class="btn white"> <<link "Go home">>
<<set $prota.money += _total>>
<<s_money>>
<<goto "House">>
<</link>></span></h2><</if>>
<</widget>>/* Clases de manejo del inicio */
<<if $dskill >= 2 and $dskill < 10 and Cycle.check('time', 'morning', 'noon')>>
<span class="btn white"> <<link "Ask $amuleto.name to give you driving lessons">>
<<goto "clases de manejo">>
<</link>></span><</if>>
<<if $amuleto.friend >= 10 and not hasVisited("amuleto_event_1") and $amuleto.site == ("bathroom")>>
<<set $amuleto.friend to 10>>
<span class="btn white"> <<link "$amuleto.name why are you looking at me like that?">>
<<set $amuleto.event to 2>>
<<set $amuleto.talk to true>>
<<goto "amuleto_event_1">>
<</link>></span><</if>>
<<if $amuleto.friend >= 15 and not hasVisited("amuleto_event_2")>>
<<set $amuleto.friend to 15>>
<span class="btn white"> <<link "What happen $amuleto.name ?">>
<<set $amuleto.event to 3>>
<<set $amuleto.talk to true>>
<<goto "amuleto_event_2">>
<</link>></span><</if>>
<<if $watch.search >= 3 and not hasVisited("amuleto_event_3")>>
<span class="btn white"> <<link "⌚️ I found the watch!">>
<<set $amuleto.event to 4>>
<<set $amuleto.talk to true>>
<<set $quest_watch.fase to 3>>
<<goto "amuleto_event_3">>
<</link>></span><</if>>
<<if $amuleto.friend >= 22 and not hasVisited("amuleto_event_4")>>
<<set $amuleto.friend to 22>>
<<if $amuleto.site == ("bathroom") or $amuleto.site == ("kitchen") or $amuleto.site == ("living room") or $amuleto.site == ("guest room")>>
<span class="btn white"> <<link "What happen $amuleto.name ?">>
<<set $amuleto.event to 5>>
<<set $amuleto.talk to true>>
<<goto "amuleto_event_4">>
<</link>></span><</if>><</if>><<if $mia.friend >= 0 and not hasVisited("mia_event_a1")>>
<<set $mia.friend to 0>>
<<set $mia.talk to true>>
<<goto "mia_event_a1">>
<</if>>
<<if $mia.friend >= 7 and not hasVisited("mia_event_1")>>
<<set $mia.friend to 7>>
<<if $mia.site == ("store")>>
<span class="btn white"> <<link "What is Mia seeing?">>
<<set $mia.event to 2>>
<<set $mia.talk to true>>
<<set $quest_book.status to "active">>
<<goto "mia_event_1">>
<</link>></span>
<</if>>
<</if>>
<<if $mia.friend >= 10 and not hasVisited("mia_event_2") and $mia.event == 2>>
<<set $mia.friend to 10>>
<<if $mia.site == ("store")>>
<span class="btn white"> <<link "Why is everything dark?">>
<<goto "mia_event_2">>
<<set $mia.talk to true>>
<<set $mia.event to 3>>
<</link>></span>
<</if>>
<</if>>
<<if $mia.friend >= 15 and not hasVisited("mia_event_3") and $quest_book.fase >= 2 and $mia.event == 3>>
<<set $mia.friend to 15>>
<<if $mia.site == ("store")>>
<<if $car.luck >= 6>>
<span class="btn white"> <<link "Why are you looking so stylish today?">>
<<set $mia.talk to true>>
<<set $mia.event to 4>>
<<set $quest_book.fase to 3>>
<<goto "mia_event_3">>
<</link>></span>
<<elseif $car.luck < 6>>
<h2 class="big4">
<p class="nobtn">Why is mia so stylish today?</p>
<br>
You need:
<br>
Luck Points (x6)
</h2>
<</if>>
<</if>>
<</if>>
<<if $mia.friend >= 20 and not hasVisited("mia_event_4") and $mia.event == 4>>
<<set $mia.friend to 20>>
<<if $mia.site == ("store")>>
<span class="btn white"> <<link "Give the book to Mia">>
<<set $mia.event to 5>>
<<set $quest_book.fase to 4>>
<<set $mia.talk to true>>
<<goto "mia_event_4">>
<</link>></span>
<</if>>
<</if>>
<<if $mia.friend >= 28 and not hasVisited("mia_event_5") and $mia.event == 5>>
<<set $mia.friend to 28>>
<<set $quest_book.fase to 4>>
<<if $mia.site == ("store")>>
<span class="btn white"> <<link "Try to give the book to Mia (Again)">>
<<set $mia.event to 6>>
<<set $mia.talk to true>>
<<set $quest_book.status to "complete">>
<<goto "mia_event_5">>
<</link>></span>
<</if>>
<</if>><<set $mia.friend += 1>>
<video muted autoplay loop><source src="assets\characters\mia\mia_cellphone.webm" type="video/webm"></video>
<<mia mia1 "//Sigh// it's so beautiful...">>
<<prota $protaimg "Who are you talking to... Your boyfriend?">>
<<mia mia1 "Hahahah noo! Come look at this">>
<br><br>
<h2 class="big">Mia shows you her phone</h2>
<<cont append keypress>>
<br><br>
<img src="assets\characters\mia\book.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $protaimg "Oh it's a book... <<w>>And what is special about this?<</w>>">>
<<mia mia1 "It's not just a book, see">>
<br><br>
<img src="assets\characters\mia\book2.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<mia mia1 "It is autographed by its writer, Brandon Sanderson!">>
<<prota $protaimg "Oh wow, that's great! <<w>>Brandon what? I think the last thing I read was a hentai manga<</w>>">>
<<mia mia1 "It is impossible to get one autographed, I would give anything to buy it">>
<br><br>
<h2 class="big">Mia spends a lot of time talking to you about the book...</h2>
<<cont append keypress>>
<<notify 3s>>New Quest Added!<</notify>>
<br>
<span class="btn white"> <<link "If only I could get it...">>
<<goto "Store_prev">>
<</link>>
</span>
<</cont>>
<</cont>><<if $hm == 0>>
<h2 class="big">You enter the store, but even though the door is open, everything is dark</h2>
<br><br>
<img src="assets\img\light_off.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
<span id="b_1">
<<linkreplace "<p class='btn red'>Enter in silence *</p>" t8n>>
<<replace "#b_2">><</replace>>
<<prota $protaimg "<<w>>What is going on here?<</w>>">>
<br><br>
<h2 class="big">You go even further into the store and touch something</h2>
<<cont append keypress>>
<<prota $protaimg "<<w>>What is this?<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\mia_store1.webm" type="video/webm"></video>
<br><br>
<video muted autoplay loop><source src="assets\vids\cal.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\vids\scream.webm" type="video/webm"></video>
<<mia mia1 "AAHHH!! WHO THE HELL IS THERE?!">>
<<prota $protaimg "It's me!">>
<<mia mia1 "Oh shit, what a scare you gave me">>
<br><br>
<h2 class="big">You're alone with Mia, with everything completely dark....</h2>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\vids\erection1.webm" type="video/webm"></video>
<br><br>
<img src="assets\img\gtasa.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
<span class="btn red"> <<link "Open your hand and touch her ass">>
<<set $hm to 1>>
<<goto "mia_event_2">>
<</link>></span>
<br>
<span class="btn red"> <<link "Rub your penis against her ass">>
<<set $hm to 2>>
<<goto "mia_event_2">>
<</link>></span>
<</cont>>
<</cont>>
<</cont>>
<</linkreplace>>
</span>
<br>
<span id="b_2">
<<linkreplace "<p class='btn blue'>Mia are you here?</p>" t8n>>
<<replace "#b_1">><</replace>>
<<mia mia1 "Yes! come help me here">>
<<prota $protaimg "Why is everything dark?">>
<<mia mia1 "That does not matter now. Take this and put it on some table">>
<<prota $protaimg "I don't see anything... you mean this?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\mia_store1.webm" type="video/webm"></video>
<br><br>
<<mia mia1 "Hahaha noo! not that! take it from my hand">>
<<prota $protaimg "Done!">>
<<cont append keypress>>
<<prota $protaimg "<<w>>Wait... what did I touch before?<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\vids\erection1.webm" type="video/webm"></video>
<br><br>
<img src="assets\img\gtasa.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<span class="btn red"> <<link "Open your hand and touch her ass">>
<<set $hm to 1>>
<<goto "mia_event_2">>
<</link>></span>
<span class="btn red"> <<link "Rub your penis against her ass">>
<<set $hm to 2>>
<<goto "mia_event_2">>
<</link>></span>
<</cont>>
<</linkreplace>>
</span>
<<elseif $hm == 1>>
<h2 class="big">You open your hand as much as you can and...</h2>
<br><br>
<video muted autoplay loop><source src="assets\vids\grab.webm" type="video/webm"></video>
<br><br>
<h2 class="big">Mia doesn't say anything</h2>
<span class="btn white"> <<link "The light comes on">>
<<set $hm to 3>>
<<goto "mia_event_2">>
<</link>></span>
<<elseif $hm == 2>>
<h2 class="big">You rub your penis against her ass</h2>
<br><br>
<video muted autoplay loop><source src="assets\vids\rub.webm" type="video/webm"></video>
<br><br>
<h2 class="big">Mia doesn't say anything</h2>
<span class="btn white"> <<link "The light comes on">>
<<set $hm to 3>>
<<goto "mia_event_2">>
<</link>></span>
<<elseif $hm == 3>>
<video muted autoplay loop><source src="assets\vids\light_on.webm" type="video/webm"></video>
<br><br>
<<mia mia1 "God, I finally fixed the light!">>
<<prota $protaimg "What happened?">>
<<mia mia1 "I was walking while reading, there was a cable on the ground and the rest you already know">>
<<mia mia1 "I'm going to see that everything is fine, don't steal anything!">>
<br><br>
<video muted autoplay loop><source src="assets\vids\walking.webm" type="video/webm"></video>
<<prota $protaimg "<<w>> Steal? I have no blood in my head to steal a penny <</w>>">>
<<prota $protaimg "<<w>>She didn't say anything about what just happened... Did she like it or was so bothered by it that she preferred to ignore it...?<</w>>">>
<<prota $protaimg "<<w>>Anyway, I need to go to the bathroom and calm down, I don't have a 25cm mega penis, but if a client comes, they might notice it<</w>>">>
<img src="assets\img\h_erection.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<span class="btn white"> <<link "Go to the bathroom to calm down">>
<<set $hm to 4>>
<<goto "mia_event_2">>
<</link>></span>
<<elseif $hm == 4>>
<h2 class="big">You enter the bathroom and when you turn on the light you notice something on the table</h2>
<br><br>
<img src="assets\img\cell_bath.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $protaimg "<<w>>This is...?<</w>>">>
<br><br>
<h2 class="big">Is the phone of Mia!</h2>
<<cont append keypress>>
<<prota $protaimg "<<w>>Part of the gallery is locked, but there are some photos outside<</w>>">>
<br><br>
<img src="assets\characters\mia\cell\gallery_1.png" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<cont append keypress>>
<br><br>
<img src="assets\characters\mia\cell\gallery_2.png" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<video muted autoplay loop><source src="assets\vids\bath_r2.webm" type="video/webm"></video>
<br><br>
<img src="assets\characters\mia\cell\gallery_3.gif" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\cell\gallery_4.webm" type="video/webm"></video>
<br><br>
<img src="assets\characters\mia\cell\gallery_5.png" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<linkreplace "<p class='btn white'> Cum on the phone </p>" t8n>>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\cell\gallery_cum.webm" type="video/webm"></video>
<br><br>
<img src="assets\characters\mia\cell\gallery_6.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>God, that felt so good... Someday I'll end up on that ass and not just on a screen...<</w>>">>
<br><br>
<span class="btn white"> <<link "Now I better go home">>
<<goto "House">>
<<set $hm to 0>>
<<set $mia.friend += 2>>
<</link>>
</span>
<</linkreplace>>
<</cont>>
<</cont>>
<</cont>>
<</if>><<if $hm == 0>>
<<prota $protaimg "Why are you looking so stylish today?">>
<br><br>
<img src="assets\characters\mia\brandon\mia_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<mia mia1 "Today comes my favorite writer, Brandon Sanderson! He will be in a hotel this afternoon signing books">>
<br><br>
<img src="assets\characters\mia\brandon\mia_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<mia mia1 "I would like to stay and chat, but my platonic love awaits me, since you are here help me close, so I can arrive earlier">>
<br><br>
<h2 class="big">Mia runs out the door</h2>
<<cont append keypress>>
<<prota $protaimg "Nor did she say goodbye. Everything is brandon this, brandon that">>
<br><br>
<video muted autoplay loop><source src="assets\vids\blabla.webm" type="video/webm"></video>
<<cont append keypress>>
<<prota $protaimg "Well I'll close here and go home">>
<span class="btn white"> <<link "Close the store">>
<<goto "mia_event_3">>
<<set $hm to 1>>
<</link>></span>
<</cont>>
<</cont>>
<<elseif $hm == 1>>
<<prota $protaimg "While you were closing the store you see the Mia book on the counter">>
<<cont append keypress>>
<br><br>
<img src="assets\characters\mia\brandon\book.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg 'She forgot her book... Now her "great and perfect" brandon won\'t be able to sign it, what a shame...'>>
<br><br>
<img src="assets\characters\mia\brandon\hs.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg 'Although, if I go in the car and give it to her, I would be her hero...'>>
<span class="btn white"> <<link "Take the book to Mia">>
<<goto "mia_event_3">>
<<set $hm to 2>>
<</link>></span>
<</cont>>
<<elseif $hm == 2>>
<h2 class="big">You drive for a while until you reach the hotel</h2>
<br><br>
<img src="assets\characters\mia\brandon\hotel.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Here must be Mia, I will give his book and go">>
<br><br>
<h2 class="big">Out of nowhere a man opens the door of your taxi and gets onl</h2>
<<cont append keypress>>
<<prota $protaimg "Sorry friend, I'm not on duty">>
<<chico brandon ???? "sorry, just drive, I'll pay you double but hurry up please!">>
<<prota $protaimg "The double? Ok let's go">>
<br><br>
<h2 class="big">You drive for about 10 minutes...</h2>
<<cont append keypress>>
<<prota $protaimg "Excuse me, could you know why the rush?">>
<<chico brandon ???? "I had a book signing today, but due to a family emergency I had to leave">>
<<prota $protaimg "Oh, you came to see Brandon Sanderson too?">>
<<chico brandon "Brandon Sanderson" "Hahahaha, no ... actually I see it every day... I'm Brandon Sanderson">>
<br><br>
<img src="assets\gifs\mirada1.gif" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
<span class="btn white"> <<link "You spend the rest of the way talking to Sanderson">>
<<goto "mia_event_3">>
<<set $hm to 3>>
<</link>></span>
<</cont>>
<</cont>>
<<elseif $hm == 3>>
<<chico brandon "Brandon Sanderson" "You can leave me here, I'll take a flight and hope to be on time to the other side of the country">>
<<prota $protaimg "<<w>>I hate to admit it, but I really enjoyed talking to him<</w>>">>
<<chico brandon "Brandon Sanderson" "How much do I owe you friend?">>
<<prota $protaimg "If you sign this book, nothing">>
<<chico brandon "Brandon Sanderson" "Oh, of course what is your name?">>
<<prota $protaimg 'It\'s for a friend, you can dedicate it to "Mia"'>>
<span class="btn white"> <<link "Say goodbye to Sanderson and receive the book">>
<<goto "mia_event_3">>
<<set $inventory.push("Book")>>
<<set $hm to 4>>
<</link>></span>
<<elseif $hm == 4>>
<<prota $protaimg "Oh my god... This book means so much to Mia...">>
<<prota $protaimg "But I can't just give it to her, I have to wait for the perfect moment, for now I'll keep it at home">>
<br><br>
<h2 class="big">You receive a message from Mia</h2>
<<cont append keypress>>
<br><br>
<img src="assets\characters\mia\brandon\wsp.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<span class="btn white"> <<link "If she only knew...">>
<<goto "House">>
<<set $hm to 0>>
<<set $mia.friend += 2>>
<</link>></span>
<</cont>>
<</if>><<u_mia>>
<<u_lya>>
<<u_amuleto>>
<<u_brittney>>
<<u_sitios>>
<<if $mia.site == ("store")>>
<a data-passage="Store_prev" class="link-internal">
<div class="menucont">[img["assets/img/store.jpg"]]
<img class="overlay ov1" src="assets\characters\mia\mia_icon.jpg">
<span class="o-text">STORE</span>
</div></a>
<<else>>
<a data-passage="Store_prev" class="link-internal" title="Closed" disabled>
<div class="menucont-off">[img["assets/img/store.jpg"]]
<span class="o-text">STORE</span>
</div></a>
<</if>><<u_mia>>
<<u_lya>>
<<u_amuleto>>
<<u_brittney>>
<<u_sitios>>
<<if $sitio.park == ("open")>>
<a data-passage="park" class="link-internal">
<div class="menucont">[img["assets/img/park.jpg"]]
<<if $mia.site == ("park")>>
<img class="overlay ov1" src="assets\characters\mia\mia_icon.jpg"><</if>>
<<if $lya.site == ("park")>>
<img class="overlay ov2" src="assets\characters\lya\lya_icon.jpg"><</if>>
<<if $amuleto.site == ("park")>>
<img class="overlay ov3" src="assets\characters\amuleto\amuleto_icon.jpg"><</if>>
<<if $brittney.site == ("park")>>
<img class="overlay ov4" src="assets\characters\brittney\brittney_icon.jpg"><</if>>
<span class="o-text">PARK</span>
</div></a>
<<else>>
<a data-passage="park" class="link-internal" title="Closed" disabled>
<div class="menucont-off">[img["assets/img/park.jpg"]]
<span class="o-text">PARK</span>
</div></a>
<</if>><<u_mia>>
<<u_lya>>
<<u_amuleto>>
<<u_brittney>>
<<u_sitios>>
<<if $sitio.beach == ("open")>>
<a data-passage="beach" class="link-internal">
<div class="menucont">[img["assets/img/beach.jpg"]]
<<if $mia.site == ("beach")>>
<img class="overlay ov1" src="assets\characters\mia\mia_icon.jpg"><</if>>
<<if $lya.site == ("beach")>>
<img class="overlay ov2" src="assets\characters\lya\lya_icon.jpg"><</if>>
<<if $amuleto.site == ("beach")>>
<img class="overlay ov3" src="assets\characters\amuleto\amuleto_icon.jpg"><</if>>
<<if $brittney.site == ("beach")>>
<img class="overlay ov4" src="assets\characters\brittney\brittney_icon.jpg"><</if>>
<span class="o-text">BEACH</span>
</div></a>
<<else>>
<a data-passage="beach" class="link-internal" title="Closed" disabled>
<div class="menucont-off">[img["assets/img/beach.jpg"]]
<span class="o-text">BEACH</span>
</div></a>
<</if>><<u_mia>>
<<u_lya>>
<<u_amuleto>>
<<u_brittney>>
<<u_sitios>>
<<if $sitio.library == ("open")>>
<a data-passage="library" class="link-internal">
<div class="menucont">[img["assets/img/library.jpg"]]
<<if $brittney.site == ("library")>>
<img class="overlay ov1" src="assets\characters\brittney\brittney_icon.jpg"><</if>>
<<if $mia.site == ("library")>>
<img class="overlay ov2" src="assets\characters\mia\mia_icon.jpg"><</if>>
<<if $lya.site == ("library")>>
<img class="overlay ov3" src="assets\characters\lya\lya_icon.jpg"><</if>>
<<if $amuleto.site == ("library")>>
<img class="overlay ov4" src="assets\characters\amuleto\amuleto_icon.jpg"><</if>>
<span class="o-text">LIBRARY</span>
</div></a>
<<else>>
<a data-passage="library" class="link-internal" title="Closed" disabled>
<div class="menucont-off">[img["assets/img/library.jpg"]]
<span class="o-text">LIBRARY</span>
</div></a>
<</if>><<if Cycle.check('time', 'morning', 'noon')>>
<a data-passage="full_work" class="link-internal">
<div class="menucont">[img["assets/img/work.jpg"]]
<span class="o-text">TO WORK</span>
</div></a>
<</if>>
<<if Cycle.check('time', 'night', 'midnight', 'you fell asleep', 'evening')>>
<a data-passage="full_work" class="link-internal" title="It's late" disabled>
<div class="menucont-off">[img["assets/img/work.jpg"]]
<span class="o-text">It's late</span>
</div></a>
<</if>><<u_mia>>
<<u_lya>>
<<u_amuleto>>
<<u_brittney>>
<<u_sitios>>
<<if Cycle.check('day', 'saturday', 'sunday') or Cycle.check('time', 'midnight')>>
<a data-passage="lya_workshop" class="link-internal" title="Closed" disabled>
<div class="menucont-off">[img["assets/img/workshop.jpg"]]
<span class="o-text">WORKSHOP</span>
</div></a>
<<else>>
<<if $car.name == "vw">>
/* Aqui redirigir en caso de tener otro coche */
<a data-passage="lya_workshop_w" class="link-internal">
<div class="menucont">[img["assets/img/workshop.jpg"]]
<img class="overlay ov1" src="assets\characters\lya\lya_icon.jpg">
<span class="o-text">WORKSHOP</span>
</div></a>
<</if>>
<<if $car.name == "msi">>
<a data-passage="lya_workshop_m" class="link-internal">
<div class="menucont">[img["assets/img/workshop.jpg"]]
<img class="overlay ov1" src="assets\characters\lya\lya_icon.jpg">
<span class="o-text">WORKSHOP</span>
</div></a>
<</if>>
<</if>><<u_mia>>
<<u_lya>>
<<u_amuleto>>
<<u_brittney>>
<<u_sitios>>
<<if $sitio.gym == ("open")>>
<a data-passage="gym" class="link-internal">
<div class="menucont">[img["assets/img/gym.jpg"]]
<<if $mia.site == ("gym")>>
<img class="overlay ov1" src="assets\characters\mia\mia_icon.jpg"><</if>>
<<if $lya.site == ("gym")>>
<img class="overlay ov2" src="assets\characters\lya\lya_icon.jpg"><</if>>
<<if $amuleto.site == ("gym")>>
<img class="overlay ov3" src="assets\characters\amuleto\amuleto_icon.jpg"><</if>>
<<if $brittney.site == ("gym")>>
<img class="overlay ov4" src="assets\characters\brittney\brittney_icon.jpg"><</if>>
<span class="o-text">GYM</span>
</div></a>
<<else>>
<a data-passage="gym" class="link-internal" title="Closed" disabled>
<div class="menucont-off">[img["assets/img/gym.jpg"]]
<span class="o-text">GYM</span>
</div></a>
<</if>><h1 class="titulo">GYM</h1>
<img src="assets\img\gym_banner.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<if $hm == 0>>
An ordinary gym full of mature and young women in unnecessarily tight clothing
<</if>>
<br>
<<include "talk_with">>
<<if $hm == 0>>
<br><br>
<<include "gym_quests">>
<<if $prota.exercise <= 2>>
<<if $prota.money >= 50>>
<p class="btn white">[[Pay for a "personal" trainer (50$)|gym_epay]]</p>
<</if>>
<<if $prota.money >= 20>>
<p class="btn white">[[Pay for a trainer (20$)|gym_pay]]</p>
<</if>>
<p class="btn white">[[Exercise|gym_exercise]]</p>
<</if>>
<<if $prota.exercise >= 3>>
<p class="nobtn">You have trained a lot today! come back tomorrow</p>
<</if>>
<p class="nobtn">Challenge your coach (In progress)</p>
<span class="btn white"><<link "Back">>
<<goto "Street">>
<</link>></span>
<</if>><h1 class="titulo">Park</h1>
<img src="assets\img\park_banner.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<if $hm == 0>>
A place where people go for a walk and get fresh air... I had almost forgotten how it felt
<</if>>
<br>
<<include "talk_with">>
<<if $hm == 0>>
<br><br>
<<include "park_quests">>
<p class="btn white">[[Go out to walk|park_walk]]</p>
<span class="btn white"> <<link "Throw a coin in the wishing well">>
<<goto "wishing_well">>
<</link>>
</span>
<span class="btn white"><<link "Back">>
<<goto "Street">>
<</link>></span>
<</if>><h1 class="titulo">Beach</h1>
<img src="assets\img\beach_banner.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<if $hm == 0>>
Salt, sand, sun and salt water. If it wasn't for the bikinis I would never touch this place
<</if>>
<br>
<<include "talk_with">>
<<if $hm == 0>>
<br><br>
<<include "beach_quests">>
<<include "beach_victoria">>
<<if $learn_swim.skill == 0 or $learn_swim.skill > 1 and $learn_swim.block == false and $learn_swim.skill <= 10>>
<span class="btn white"> <<link "Learn to swim">>
<<switch $learn_swim.skill>>
<<case 0>>
<<goto "swim_1">>
<<case 2>>
<<goto "swim_2">>
<<case 3 4 5 6 7 8 9>>
<<goto "swim_4">>
<<case 10>>
<<goto "swim_5">>
<<default>>
<<goto "beach">>
<</switch>>
<</link>></span>
<</if>>
<<if $learn_swim.skill > 10 and $learn_swim.skill < 20 and $learn_swim.block == false>>
<<if $prota.strength >= 35>>
<span class="btn white"> <<link "Learn to swim">>
<<switch $learn_swim.skill>>
<<case 11 12 13 14 15>>
<<goto "swim_4">>
<<case 16>>
<<goto "swim_6">>
<<case 17 18>>
<<goto "swim_4">>
<<case 19>>
<<goto "swim_7">>
<</switch>>
<</link>></span>
<<else>>
<h2 class="big4">
<p class="nobtn">Learn to swim</p>
<br>
You need:
<br>
Strength (x35)
<br>
</h2>
<</if>>
<</if>>
<<if $learn_swim.block == true>>
<p class="nobtn">The swimming school is closed, come back tomorrow</p>
<</if>>
<span class="btn white"><<link "Back">>
<<goto "Street">>
<</link>></span>
<</if>><h1 class="titulo">Library</h1>
<img src="assets\img\Library_banner.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<if $hm == 0>>
A library... There are brilliant minds with high IQs here, but in the governments of the world we continue to vote for the one who can lie the best.
<</if>>
<br>
<<include "talk_with">>
<<if $hm == 0>>
<br><br>
<<include "library_quests">>
<<if $prota.study <= 4>>
<p class="btn white">[[Read a book|library_read]]</p>
<</if>>
<<if $prota.study >= 5>>
<p class="nobtn">You have read a lot today! come back tomorrow</p>
<</if>>
<p class="nobtn">Buy a guide of... (In progress)</p>
<span class="btn white"><<link "Back">>
<<goto "Street">>
<</link>></span>
<</if>><<widget "u_lya">>
<<if $lya.avalible == true>>
<<if Cycle.check('time', 'morning') and Cycle.check('day', 'sunday')
or
Cycle.check('time', 'midnight') and Cycle.check('day', 'monday')>>
<<set $lya.site to ("library")>>
<</if>>
<<if Cycle.check('time', 'morning', 'noon', 'evening') and Cycle.check('day', 'saturday')>>
<<set $lya.site to ("beach")>>
<</if>>
<<if Cycle.check('time', 'night', 'midnight') and Cycle.check('day', 'saturday', 'sunday')>>
<<set $lya.site to ("park")>>
<</if>>
<<if Cycle.check('time', 'midnight') and Cycle.check('day', 'tuesday', 'wednesday', 'thursday', 'friday')
or
Cycle.check('time', 'noon', 'evening') and Cycle.check('day', 'sunday')>>
<<set $lya.site to ("gym")>>
<</if>>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night') and Cycle.check('day', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday')>>
<<set $lya.site to ("workshop")>>
<</if>>
<<if $lya.avalible == false>>
<<set $lya.site to ("none")>>
<</if>>
<</if>>
<</widget>><<widget "u_mia">>
<<if $mia.avalible == true>>
<<if Cycle.check('time', 'morning') and Cycle.check('day', 'saturday', 'sunday')
or
Cycle.check('time', 'noon', 'evening') and Cycle.check('day', 'friday')>>
<<set $mia.site to ("library")>>
<</if>>
<<if Cycle.check('time', 'morning') and Cycle.check('day', 'wednesday', 'thursday')>>
<<set $mia.site to ("beach")>>
<</if>>
<<if Cycle.check('time', 'midnight') and Cycle.check('day', 'monday', 'friday')
or
Cycle.check('time', 'night') and Cycle.check('day', 'friday')>>
<<set $mia.site to ("park")>>
<</if>>
<<if Cycle.check('time', 'midnight') and Cycle.check('day', 'tuesday', 'wednesday', 'thursday', 'saturday', 'sunday')>>
<<set $mia.site to ("gym")>>
<</if>>
<<if Cycle.check('time', 'morning') and Cycle.check('day', 'friday', 'monday', 'tuesday')>>
<<set $mia.site to ("store")>>
<</if>>
<<if Cycle.check('time', 'noon', 'evening', 'night') and Cycle.check('day', 'monday', 'tuesday', 'wednesday', 'thursday', 'saturday', 'sunday')>>
<<set $mia.site to ("store")>>
<</if>>
<<if not hasVisited("mia_event_a1")>>
<<set $mia.site to ("store")>>
<</if>>
<<if $mia.avalible == false>>
<<set $mia.site to ("none")>>
<</if>>
<</if>>
<</widget>><<if $hm == 0>>
<img src="assets\img\fast_taxi.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
<h2 class="big">You are going full speed, but something is getting in your way</h2>
<br><br>
<video muted autoplay loop><source src="assets\vids\brake.webm" type="video/webm"></video>
<br><br>
<img src="assets\characters\neptuno\neptuno_road.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $protaimg "OH SHIT!!!">>
<br><br>
<h2 class="big">You feel how your car runs over the dog</h2>
<br><br>
<video muted autoplay loop><source src="assets\vids\thinking.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>Should I go see? I mean, I don't think there's anything I can do...<</w>>">>
<<prota $protaimg "<<w>>I guess the right thing would be to give him a decent burial<</w>>">>
<h2 class="big">You get out of the car to see the dog</h2>
<<cont append keypress>>
<video muted autoplay loop><source src="assets\characters\neptuno\neptuno_angry.webm" type="video/webm"></video>
<<neptuno neptuno "Bro what the fuck is wrong with you? You ran me over with a RED LIGHT! Where did you get the driver's license in a cereal box?">>
<<prota $protaimg "Sorry I couldn't brake in time, I promise I'm not always that careless">>
<<neptuno neptuno "Damn humans, always with an excuse for everything...">>
<<prota $protaimg "Wait a minute, are... you... talking?">>
<br><br>
<video muted autoplay loop><source src="assets\vids\Fainting.webm" type="video/webm"></video>
<<cont append keypress>>
<<neptuno neptuno "Hey bro, wake up">>
<<neptuno neptuno "Come on, get up">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\wake_up.webm" type="video/webm"></video>
<<prota $protaimg "Why can you speak?">>
<<neptuno neptuno "I'm a demigod, I can do things that will blow your mind. The question here is why can you understand me...">>
<<prota $protaimg "The best thing is to go home, if someone sees me talking to you I will end up in a psychiatric hospital">>
<span class="btn white"> <<link "Go Home">>
<<set $hm to 1>>
<<goto "meeting_neptuno_1_3">>
<</link>></span>
<</cont>>
<</cont>>
<<elseif $hm == 1>>
<img src="assets\img\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $protaimg "Hide, I go to the bathroom and I'll be back">>
<<neptuno neptuno "I am an immortal being with the strength of a million men... This is like asking a war tank to kill a fly">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\hide.webm" type="video/webm"></video>
<br><br>
<video muted autoplay loop><source src="assets\vids\ok.webm" type="video/webm"></video>
<span class="btn white"> <<link "Go to Bathroom">>
<<set $hm to 2>>
<<goto "meeting_neptuno_1_3">>
<</link>></span>
<<elseif $hm == 2>>
<img src="assets\house\bathroom banner.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<br><br>
<<prota $protaimg "First $amuleto.name and now this... am I going crazy?">>
<br><br>
<h2 class="big">You start to hear a very loud noise</h2>
<<cont append keypress>>
🔊
<video controls><source src="assets\vids\am_nep.webm" type="video/webm"></video>
<h2 class="big">$amuleto.name and Neptuno are arguing</h2>
<<amuleto amuleto2 "Are you bringing stray dogs home? And why the fuck can he talk?">>
<<neptuno neptuno "I'm a demigod and...">>
<br><br>
<img src="assets\characters\amuleto\amuletoangry.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<amuleto amuleto2 "Bad dog, sit down and stop talking!">>
<<neptuno neptuno "I've destroyed entire planets for less, I better go">>
<br><br>
<h2 class="big">Neptuno leaves... But to the kitchen</h2>
<<prota $protaimg "Hey! that's the kitchen, not the exit">>
<<neptuno neptuno "You ran me over and I'm hungry, I think they're solid arguments">>
<<amuleto amuleto2 "I'm going to watch TV, I hope this mangy is gone tomorrow">>
<br><br>
<h2 class="big">They both leave and leave you alone</h2>
<br><br>
<video muted autoplay loop><source src="assets\vids\what.webm" type="video/webm"></video>
<<prota $protaimg "Oh, ok">>
<br><br>
<span class="btn white"> <<link "I guess I'll have to go talk to Neptuno in the kitchen">>
<<set $hm to 0>>
<<goto "House">>
<<set $neptuno.enable to true>>
<</link>>
</span>
<</cont>>
<</if>><<widget "u_sitios">>
<<if Cycle.check('time', 'night', 'midnight') and Cycle.check('day', 'monday', 'tuesday', 'wednesday', 'thursday')>>
<<set $sitio.beach to ("close")>>
<<else>>
<<set $sitio.beach to ("open")>>
<</if>>
<<if Cycle.check('time', 'noon', 'evening', 'night', 'midnight') and Cycle.check('day', 'monday')>>
<<set $sitio.gym to ("close")>>
<<else>>
<<set $sitio.gym to ("open")>>
<</if>>
<<if Cycle.check('day', 'monday')>>
<<set $sitio.bar to ("close")>>
<<else>>
<<set $sitio.bar to ("open")>>
<</if>>
<<if Cycle.check('time', 'night', 'midnight') and Cycle.check('day', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday')>>
<<set $sitio.library to ("close")>>
<<else>>
<<set $sitio.library to ("open")>>
<</if>>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night', 'midnight') and Cycle.check('day', 'tuesday')>>
<<set $sitio.park to ("close")>>
<<else>>
<<set $sitio.park to ("open")>>
<</if>>
<<if Cycle.check('time', 'midnight')>>
<<set $sitio.car_race to ("close")>>
<<else>>
<<set $sitio.car_race to ("open")>>
<</if>>
<</widget>><<if $hm == 0>>
<<set $mia.talking to false>>
<<set $lya.talking to false>>
<<set $brittney.talking to false>>
<<set $amuleto.talking to false>>
<</if>>
<<set _sitio to passage()>>
<<include "mia_talk_sites">>
<<include "lya_talk_sites">>
<<include "amuleto_talk_sites">>
<<include "brittney_talk_sites">>
<<if $hm == 0 and $mia.talk == false and $mia.site == _sitio>>
<<include "mia_events">>
<span class="btn white"> <<link "Talk with Mia">>
<<set $hm to 1>>
<<set $mia.talking to true>>
<<goto _sitio>>
<</link>>
</span>
<</if>>
<<if $hm == 0 and $mia.talk == true and $mia.site == _sitio>>
<<set $mia.talking to false>>
<<include "mia_events">>
<p class="nobtn">You've already talked with Mia</p>
<</if>>
<<if $hm == 0 and $lya.talk == false and $lya.site == _sitio>>
<<include "lya_events">>
<span class="btn white"> <<link "Talk with Lya">>
<<set $hm to 1>>
<<set $lya.talking to true>>
<<goto _sitio>>
<</link>>
</span>
<</if>>
<<if $hm == 0 and $lya.talk == true and $lya.site == _sitio>>
<<set $lya.talking to false>>
<<include "lya_events">>
<p class="nobtn">You've already talked with Lya</p>
<</if>>
<<if $hm == 0 and $brittney.talk == false and $brittney.site == _sitio>>
<<include "brittney_events">>
<span class="btn white"> <<link "Talk with Brittney">>
<<set $hm to 1>>
<<set $brittney.talking to true>>
<<goto _sitio>>
<</link>>
</span>
<</if>>
<<if $hm == 0 and $brittney.talk == true and $brittney.site == _sitio>>
<<set $brittney.talking to false>>
<<include "brittney_events">>
<p class="nobtn">You've already talked with Brittney</p>
<</if>>
<<if $hm == 0 and $amuleto.talk == false and $amuleto.site == _sitio>>
<<include "amulet_events">>
<span class="btn white"> <<link "Talk with $amuleto.name">>
<<set $hm to 1>>
<<set $amuleto.talking to true>>
<<goto _sitio>>
<</link>>
</span>
<</if>>
<<if $hm == 0 and $amuleto.talk == true and $amuleto.site == _sitio>>
<<set $amuleto.talking to false>>
<<include "amulet_events">>
<p class="nobtn">You've already talked with $amuleto.name</p>
<</if>><<if $lya.friend >= 6 and not hasVisited("lya_event_1")>>
<<set $lya.friend to 6>>
<<if $lya.site == ("workshop")>>
<span class="btn white"> <<link "Why is lya's workshop closed?">>
<<set $lya.talk to true>>
<<set $lya.event to 2>>
<<goto "lya_event_1">>
<</link>></span>
<</if>><</if>>
<<if $lya.friend >= 12 and not hasVisited("lya_event_2")>>
<<set $lya.friend to 12>>
<<if $lya.site == ("workshop")>>
<<if $prota.strength >= 15 and hasVisited("jade_event_1")>>
<span class="btn white"> <<link "Lya do you need help?">>
<<set $lya.talk to true>>
<<set $lya.event to 3>>
<<goto "lya_event_2">>
<</link>></span>
<<elseif $prota.strength < 15 or not hasVisited("jade_event_1")>>
<h2 class="big4">
<p class="nobtn">Lya do you need help?</p>
<br>
You need:
<br>
Strength (x15)
<br>
Complete the quest "A Worn Piece"
<br>
</h2>
<</if>><</if>><</if>>
<<if $lya.friend >= 15 and not hasVisited("lya_event_3")>>
<<set $lya.friend to 15>>
<<if $dskill >= 6 and $car.generalspeed >= 5>>
<span class="btn white"> <<link "Lya, you need me to take you somewhere?">>
<<set $lya.talk to true>>
<<set $lya.event to 4>>
<<goto "lya_event_3">>
<</link>></span>
<<elseif $dskill < 6 or $car.generalspeed < 5>>
<h2 class="big4">
<p class="nobtn">Lya, you need me to take you somewhere?</p>
<br>
You need:
<br>
Driving Skill (x6)
<br>
Speed (x5)
<br>
</h2>
<</if>><</if>>
<<if $lya.friend >= 22 and not hasVisited("lya_event_4")>>
<<set $lya.friend to 22>>
<<if $lya.site == ("workshop")>>
<span class="btn white"> <<link "Hi Lya, what are you doing?">>
<<set $lya.talk to true>>
<<set $lya.event to 5>>
<<goto "lya_event_4">>
<</link>></span>
<</if>><</if>>
<<if $lya.friend >= 32 and not hasVisited("lya_event_5")>>
<<set $lya.friend to 32 >>
<<if $car.body >= 2 or $car.fase >= 2>>
<span class="btn white"> <<link "Lya what happens?">>
<<set $lya.talk to true>>
<<set $lya.event to 6>>
<<goto "lya_event_5">>
<</link>></span>
<<else>>
<h2 class="big4">
<p class="nobtn">Lya what happens?</p>
<br>
You need:
<br>
Improve your car body or buy another car
<br>
</h2>
<</if>><</if>><<widget "questionvid">>
<<set _generic to random(1, 15)>>
<br>
<<set _actualpassage to passage()>>
<<set $previopassage to passage()>>
<<if $hm == 1>>
/* Eventos según la persona: */
<<if $args[0] == $amuleto.name>>
<</if>>
<<if $args[0] == "Lya">>
<<set $lya.talking to true>>
<<if _generic < 5>>
<<if $lya.site == ("workshop")>>
<<set $lya.talk to true>>
<<set $hm to 0>>
<<switch random(1, 2)>>
<<case 1>>
<<goto "lya_generic_1">>
<<case 2>>
<<goto "lya_generic_2">>
<</switch>>
<</if>>
<</if>><</if>>
<<if $args[0] == "Brittney">>
<<set $brittney.talking to true>>
<<if _generic < 5>>
<<if $brittney.site == ("library")>>
<<set $brittney.talk to true>>
<<set $hm to 0>>
<<goto "brittney_generic_1">>
<</if>>
<<if $brittney.site == ("beach")>>
<<set $brittney.talk to true>>
<<set $hm to 0>>
<<goto "brittney_generic_2">>
<</if>>
<</if>><</if>>
<<if $args[0] == "Mia">>
<<set $mia.talking to true>>
<<if _generic < 5>>
<<if $mia.site == ("store")>>
<<set $mia.talk to true>>
<<set $hm to 0>>
<<goto "mia_generic_1">>
<</if>>
<<if $mia.site == ("beach")>>
<<set $mia.talk to true>>
<<set $hm to 0>>
<<goto "mia_generic_2">>
<</if>>
<<if $mia.site == ("library")>>
<<set $mia.talk to true>>
<<set $hm to 0>>
<<goto "mia_generic_3">>
<</if>>
<<if $mia.site == ("gym")>>
<<set $mia.talk to true>>
<<set $hm to 0>>
<<goto "mia_generic_4">>
<</if>>
<</if>><</if>>
/* Eventos según la persona: <<goto "mia_generic_1">>*/
/* $correct para ver si es la respuesta correcta */
/* Lista de preguntas */
<<set _questions to [
"🥽 💧 💦",
"🔬 🚀 👨🏽🏫",
"🤰🏽 🙋🏽♀️ 🙋🏽♂️",
"🎧 🎷 🎻",
"☃️ 🌨 ☃️",
"🐉 💥 🐲",
"🐟 🐬 🐳",
"😘 🥰 😍",
"🔊 🔉 🔈",
"🧬 💊 🧬",
"⛏ 🔨 🔧",
"🎞 📷 📼",
"🏋️♀️ ⛹️♂️ 🏊♀️",
"🌖 🌗 🌘",
"💋 👄 💋",
"📵 🚭 🚷",
"📐 ✏️ 📏",
"📗 📒 📕",
"💵 💴 💶",
"🚨 👮🏻 🚨",
"🌥 ⛅️ 🌤",
"🚧 🚦 🚧",
"🛁 🧼 🚿",
"🦾 🦿 🤖",
"😺 😸 😻",
"🧐 🧐 🧐",
"🚪 🏠 🚪",
"🥺 😟 😖",
"🦶🏻 🧦 🦶🏻",
"💄 👠 👙",
"🍗 🍗 🍗",
"🥓 🥓 🥓",
"🎟 🎪 🎟",
"🗡 ⚔️ 🗡",
"📴 ❌ 📴",
]
>>
<<set _answers to [
"🌊",
"👨🏽🔬",
"🙇🏽",
"🎼",
"❄️",
"🔥",
"🌊",
"❤️",
"🔇",
"💉",
"🛠",
"🎥",
"🥇",
"🌑",
"👅",
"🚫",
"✒️",
"📚",
"💰",
"🚔",
"☀️",
"🚝",
"🛀",
"⚙️",
"🐈",
"🔍",
"🔑",
"😭",
"👟",
"💅",
"🐓",
"🐖",
"🤹",
"🛡",
"📵",
]
>>
/* Selecciono alguna aleatoriamente */
<<set _select_question to _questions.random()>>
<<set _correct2 to _questions.indexOf(_select_question)>>
<<set _correct3 to _answers[_correct2]>>
<<run _answers.delete(_correct3)>>
<<set _incorrect to _answers.random()>>
<<run _answers.delete(_incorrect)>>
<<set _incorrect2 to _answers.random()>>
<h2 class="big">$args[0] $args[1]</h2>
<br>
<video muted autoplay loop><source @src="$args[2]" type="video/webm"></video>
<br><br>
/* Parte de la pregunta->respuesta */
<h2 class="big2">_select_question</h2>
<br><br>
<<set _aleatorio to random(1, 3)>>
<<if _aleatorio == 1>>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _correct3>>
<<set $correct to true>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _incorrect>>
<<set $correct to false>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _incorrect2>>
<<set $correct to false>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<</if>>
<<if _aleatorio == 2>>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _incorrect>>
<<set $correct to false>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _correct3>>
<<set $correct to true>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _incorrect2>>
<<set $correct to false>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<</if>>
<<if _aleatorio == 3>>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _incorrect>>
<<set $correct to false>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _incorrect2>>
<<set $correct to false>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<span class="btn white" style="background-color: #031c27;
border-radius: 20px;"> <<link _correct3>>
<<set $correct to true>>
<<set $hm to 2>>
<<goto _actualpassage>>
<</link>>
</span>
<</if>>
<</if>>
<<if $lya.sex == true and $hm == 1 and $args[0] == "Lya">>
<br>
<span class="btn red" style="background-color: #031c27;
border-radius: 20px;"> <<link "Try to have sex with Lya">>
<<set $lya.talk to true>>
<<set $hm to 0>>
<<switch random(1, 4)>>
<<case 1 2 3>>
<<goto "lya_accept">>
<<case 4>>
<<goto "lya_denies">>
<</switch>>
<</link>></span>
<</if>>
<<if $mia.sex == true and $hm == 1 and $args[0] == "Mia">>
<br>
<span class="btn red" style="background-color: #031c27;
border-radius: 20px;"> <<link "Try to have sex with Mia">>
<<set $mia.talk to true>>
<<set $hm to 0>>
<<switch random(1, 4)>>
<<case 1 2 3>>
<<goto "mia_accept">>
<<case 4>>
<<goto "mia_denies">>
<</switch>>
<</link>></span>
<</if>>
<<if $amuleto.sex == true and $hm == 1 and $args[0] == $amuleto.name>>
<br>
<span class="btn red" style="background-color: #031c27;
border-radius: 20px;"> <<link "Try to have sex with $amuleto.name">>
<<set $amuleto.talk to true>>
<<set $hm to 0>>
<<switch random(1, 4)>>
<<case 1 2 3>>
<<goto "amuleto_accept">>
<<case 4>>
<<goto "amuleto_denies">>
<</switch>>
<</link>></span>
<</if>>
<<if $brittney.sex == true and $hm == 1 and $args[0] == "Brittney">>
<br>
<span class="btn red" style="background-color: #031c27;
border-radius: 20px;"> <<link "Try to have sex with Brittney">>
<<set $brittney.talk to true>>
<<set $hm to 0>>
<<switch random(1, 4)>>
<<case 1 2 3>>
<<goto "brittney_accept">>
<<case 4>>
<<goto "brittney_denies">>
<</switch>>
<</link>></span>
<</if>>
<<if $hm == 2 and $correct == true>>
<<set $hm to 0>>
<<set $correct to false>>
<h2 class="big3">$args[0] loves to talk to you 🤭
<br>
Now she likes you a little more +❤️</h2>
<<include "good talk">>
<</if>>
<<if $hm == 2 and $correct == false>>
<<set $hm to 0>>
<<set $correct to false>>
<h2 class="big3">$args[0] has been uncomfortable 😣
<br>
She would have preferred to speak to the wall 🥱</h2>
<<include "bad talk">>
<</if>>
<</widget>><<if $mia.site == ("beach") and $mia.talking == true>>
<<switch random(1, 7)>>
<<case 1>>
<<question Mia "Is in the Beach" "assets/characters/mia/beach1.jpg">>
<<case 2>>
<<question Mia "Is in the Beach" "assets/characters/mia/beach2.jpg">>
<<case 3>>
<<question Mia "Is in the Beach" "assets/characters/mia/beach3.jpg">>
<<case 4>>
<<question Mia "Is in the Beach" "assets/characters/mia/beach4.jpg">>
<<case 5>>
<<question Mia "Is in the Beach" "assets/characters/mia/beach5.jpg">>
<<case 6>>
<<question Mia "Is in the Beach" "assets/characters/mia/beach6.jpg">>
<<case 7>>
<<questionvid Mia "Is in the Beach" "assets/characters/mia/beach7.webm">>
<</switch>>
<</if>>
<<if $mia.site == ("park") and $mia.talking == true>>
<<switch random(1, 4)>>
<<case 1>>
<<question Mia "Is in the park" "assets/characters/mia/park1.jpg">>
<<case 2>>
<<question Mia "Is in the park" "assets/characters/mia/park2.jpg">>
<<case 3>>
<<question Mia "Is in the park" "assets/characters/mia/park3.jpg">>
<<case 4>>
<<question Mia "Is in the park" "assets/characters/mia/park4.jpg">>
<</switch>>
<</if>>
<<if $mia.site == ("gym") and $mia.talking == true>>
<<switch random(1, 5)>>
<<case 1>>
<<question Mia "Is in the GYM" "assets/characters/mia/gym1.jpg">>
<<case 2>>
<<question Mia "Is in the GYM" "assets/characters/mia/gym2.jpg">>
<<case 3>>
<<question Mia "Is in the GYM" "assets/characters/mia/gym3.jpg">>
<<case 4>>
<<question Mia "Is in the GYM" "assets/characters/mia/gym4.jpg">>
<<case 5>>
<<question Mia "Is in the GYM" "assets/characters/mia/gym5.jpg">>
<</switch>>
<</if>>
<<if $mia.site == ("library") and $mia.talking == true>>
<<switch random(1, 4)>>
<<case 1>>
<<question Mia "Is in the Library" "assets/characters/mia/library1.jpg">>
<<case 2>>
<<question Mia "Is in the Library" "assets/characters/mia/library2.jpg">>
<<case 3>>
<<question Mia "Is in the Library" "assets/characters/mia/library3.jpg">>
<<case 4>>
<<question Mia "Is in the Library" "assets/characters/mia/library4.jpg">>
<</switch>>
<</if>><<if $amuleto.site == ("beach") and $amuleto.talking == true>>
<<switch random(1, 3)>>
<<case 1>>
<<question $amuleto.name "Is in the Beach" "assets/characters/amuleto/beach1.jpg">>
<<case 2>>
<<question $amuleto.name "Is in the Beach" "assets/characters/amuleto/beach2.jpg">>
<<case 3>>
<<question $amuleto.name "Is in the Beach" "assets/characters/amuleto/beach3.jpg">>
<</switch>>
<</if>>
<<if $amuleto.site == ("park") and $amuleto.talking == true>>
<<question $amuleto.name "Is in the Park" "assets/characters/amuleto/park1.jpg">>
<</if>>
<<if $amuleto.site == ("gym") and $amuleto.talking == true>>
<<switch random(1, 2)>>
<<case 1>>
<<question $amuleto.name "Is in the GYM" "assets/characters/amuleto/gym1.jpg">>
<<case 2>>
<<question $amuleto.name "Is in the GYM" "assets/characters/amuleto/gym2.jpg">>
<</switch>>
<</if>>
<<if $amuleto.site == ("library") and $amuleto.talking == true>>
<<switch random(1, 3)>>
<<case 1>>
<<question $amuleto.name "Is in the Library" "assets/characters/amuleto/library1.jpg">>
<<case 2>>
<<question $amuleto.name "Is in the Library" "assets/characters/amuleto/library2.jpg">>
<<case 3>>
<<question $amuleto.name "Is in the Library" "assets/characters/amuleto/library3.jpg">>
<</switch>>
<</if>><<if $lya.site == ("beach") and $lya.talking == true>>
<<switch random(1, 4)>>
<<case 1>>
<<question Lya "Is in the Beach" "assets/characters/lya/beach1.jpg">>
<<case 2>>
<<question Lya "Is in the Beach" "assets/characters/lya/beach2.jpg">>
<<case 3>>
<<question Lya "Is in the Beach" "assets/characters/lya/beach3.jpg">>
<<case 4>>
<<question Lya "Is in the Beach" "assets/characters/lya/beach4.jpg">>
<</switch>>
<</if>>
<<if $lya.site == ("park") and $lya.talking == true>>
<<switch random(1, 2)>>
<<case 1>>
<<question Lya "Is in the park" "assets/characters/lya/park1.jpg">>
<<case 2>>
<<question Lya "Is in the park" "assets/characters/lya/park2.jpg">>
<</switch>>
<</if>>
<<if $lya.site == ("gym") and $lya.talking == true>>
<<switch random(1, 5)>>
<<case 1>>
<<question Lya "Is in the GYM" "assets/characters/lya/gym1.jpg">>
<<case 2>>
<<question Lya "Is in the GYM" "assets/characters/lya/gym2.jpg">>
<<case 3>>
<<question Lya "Is in the GYM" "assets/characters/lya/gym3.jpg">>
<<case 4>>
<<question Lya "Is in the GYM" "assets/characters/lya/gym4.jpg">>
<<case 5>>
<<question Lya "Is in the GYM" "assets/characters/lya/gym5.jpg">>
<<case 6>>
<<question Lya "Is in the GYM" "assets/characters/lya/gym6.jpg">>
<</switch>>
<</if>>
<<if $lya.site == ("library") and $lya.talking == true>>
<<switch random(1, 4)>>
<<case 1>>
<<question Lya "Is in the Library" "assets/characters/lya/library1.jpg">>
<<case 2>>
<<question Lya "Is in the Library" "assets/characters/lya/library2.jpg">>
<<case 3>>
<<question Lya "Is in the Library" "assets/characters/lya/library3.jpg">>
<<case 4>>
<<question Lya "Is in the Library" "assets/characters/lya/library4.jpg">>
<</switch>>
<</if>><h2 class="big">You go out for a walk...</h2>
<br><br>
<<switch random(1, 16)>>
<<case 1 2 3 4 5>>
<img src="assets\img\walk.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<br>
<span class="btn white"> <<link "Back to the street">>
<<editcycle 'time' change +1>>
<<goto "Street">>
<</link>>
</span>
<<case 6 7>>
<img src="assets\img\walk_money.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<br>
<h2 class="big">You found some money!</h2>
<br>
<h2 class="big4">
<<set _wm to random(3, 15)>>
You found: $ _wm
</h2>
<span class="btn white"> <<link "Back to the street">>
<<set $prota.money += _wm>>
<<editcycle 'time' change +1>>
<<goto "Street">>
<</link>>
</span>
<<case 8>>
<img src="assets\img\park\gpark1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<br>
<h2 class="big">Every time the clothes are smaller</h2>
<span class="btn white"> <<link "I like">>
<<editcycle 'time' change +1>>
<<goto "Street">>
<</link>>
</span>
<<case 9>>
<video muted autoplay loop><source src="assets\vids\park\gpark2.webm" type="video/webm"></video>
<br>
<h2 class="big">A girl dances on the side of the street</h2>
<span class="btn white"> <<link "Nice ass">>
<<editcycle 'time' change +1>>
<<goto "Street">>
<</link>>
</span>
<<case 10>>
<video muted autoplay loop><source src="assets\vids\park\gpark3.webm" type="video/webm"></video>
<br>
<h2 class="big">I've been following this girl for an hour</h2>
<span class="btn white"> <<link "I could do it all day...">>
<<editcycle 'time' change +1>>
<<goto "Street">>
<</link>>
</span>
<<case 11>>
<video muted autoplay loop><source src="assets\vids\park\gpark4.webm" type="video/webm"></video>
<br>
<span class="btn white"> <<link "Wow">>
<<editcycle 'time' change +1>>
<<goto "Street">>
<</link>>
</span>
<<case 12>>
<video muted autoplay loop><source src="assets\vids\park\gpark5.webm" type="video/webm"></video>
<br>
<span class="btn white"> <<link "Uff...">>
<<editcycle 'time' change +1>>
<<goto "Street">>
<</link>>
</span>
<<case 13>>
<video muted autoplay loop><source src="assets\vids\park\gpark6.webm" type="video/webm"></video>
<br>
<h2 class="big">A woman walks while listening to music.</h2>
<span class="btn white"> <<link "I'm a caveman right now">>
<<editcycle 'time' change +1>>
<<goto "Street">>
<</link>>
</span>
<<case 14>>
<img src="assets\img\park\gpark7.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<br>
<h2 class="big">A beautiful blonde takes pictures in the park</h2>
<span class="btn white"> <<link "Nice ass">>
<<editcycle 'time' change +1>>
<<goto "Street">>
<</link>>
</span>
<<case 15>>
<img src="assets\img\park\gpark8.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<br>
<h2 class="big">A girl asks you the time</h2>
<span class="btn white"> <<link "I could give you more than that...">>
<<editcycle 'time' change +1>>
<<goto "Street">>
<</link>>
</span>
<<case 16>>
<img src="assets\img\park\gpark9.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<br>
<h2 class="big">Asian babe with a perfectly round ass stops midway</h2>
<span class="btn white"> <<link "Asians are always better at everything">>
<<editcycle 'time' change +1>>
<<goto "Street">>
<</link>>
</span>
<</switch>><<set $prota.exercise += 1>>
<video muted autoplay loop><source src="assets\vids\gym.webm" type="video/webm"></video>
<br><br>
<h2 class="big4">
Now you are stronger! 💪
</h2>
<br>
<span class="btn white"> <<link "That was exhausting">>
<<editcycle 'time' change +1>>
<<set $prota.strength +=1>>
<<goto "Street">>
<</link>>
</span><<set $prota.exercise += 1>>
<h2 class="big">Your coach shows you how to do the exercise</h2>
<br><br>
<<switch random(1, 10)>>
<<case 1>>
<video muted autoplay loop><source src="assets\vids\gym\pay\gym1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\vids\gym\pay\gym2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\vids\gym\pay\gym3.webm" type="video/webm"></video>
<<case 4>>
<video muted autoplay loop><source src="assets\vids\gym\pay\gym4.webm" type="video/webm"></video>
<<case 5>>
<video muted autoplay loop><source src="assets\vids\gym\pay\gym5.webm" type="video/webm"></video>
<<case 6>>
<video muted autoplay loop><source src="assets\vids\gym\pay\gym6.webm" type="video/webm"></video>
<<case 7>>
<video muted autoplay loop><source src="assets\vids\gym\pay\gym7.webm" type="video/webm"></video>
<<case 8>>
<video muted autoplay loop><source src="assets\vids\gym\pay\gym8.webm" type="video/webm"></video>
<<case 9>>
<video muted autoplay loop><source src="assets\vids\gym\pay\gym9.webm" type="video/webm"></video>
<<case 10>>
<video muted autoplay loop><source src="assets\vids\gym\pay\gym10.webm" type="video/webm"></video>
<</switch>>
<br><br>
<h2 class="big4">
Now you are stronger! (💪x2)
</h2>
<br>
<span class="btn white"> <<link "Back to the street">>
<<set $prota.money -= 20>>
<<set $prota.strength += 2>>
<<editcycle 'time' change +1>>
<<goto "Street">>
<</link>>
</span>
<<set $prota.exercise += 1>>
<h2 class="big">You pay a little more for your coach to show you "new exercises"</h2>
<br><br>
<<switch random(1, 14)>>
<<case 1>>
<video muted autoplay loop><source src="assets\vids\gym\epay\gym1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\vids\gym\epay\gym2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\vids\gym\epay\gym3.webm" type="video/webm"></video>
<<case 4>>
<video muted autoplay loop><source src="assets\vids\gym\epay\gym4.webm" type="video/webm"></video>
<<case 5>>
<video muted autoplay loop><source src="assets\vids\gym\epay\gym5.webm" type="video/webm"></video>
<<case 6>>
<video muted autoplay loop><source src="assets\vids\gym\epay\gym6.webm" type="video/webm"></video>
<<case 7>>
<video muted autoplay loop><source src="assets\vids\gym\epay\gym7.webm" type="video/webm"></video>
<<case 8>>
<video muted autoplay loop><source src="assets\vids\gym\epay\gym8.webm" type="video/webm"></video>
<<case 9>>
<video muted autoplay loop><source src="assets\vids\gym\epay\gym9.webm" type="video/webm"></video>
<<case 10>>
<video muted autoplay loop><source src="assets\vids\gym\epay\gym10.webm" type="video/webm"></video>
<<case 11>>
<video muted autoplay loop><source src="assets\vids\gym\epay\gym11.webm" type="video/webm"></video>
<<case 12>>
<video muted autoplay loop><source src="assets\vids\gym\epay\gym12.webm" type="video/webm"></video>
<<case 13>>
<video muted autoplay loop><source src="assets\vids\gym\epay\gym13.webm" type="video/webm"></video>
<<case 14>>
<video muted autoplay loop><source src="assets\vids\gym\epay\gym14.webm" type="video/webm"></video>
<</switch>>
<br><br>
<h2 class="big4">
Now you are stronger! (💪x3)
</h2>
<br>
<span class="btn white"> <<link "I love this gym">>
<<set $prota.money -= 50>>
<<set $prota.strength += 3>>
<<editcycle 'time' change +1>>
<<goto "Street">>
<</link>>
</span><<set $prota.study += 1>>
<h2 class="big">You read a book</h2>
<br><br>
<video muted autoplay loop><source src="assets\vids\read.webm" type="video/webm"></video>
<br><br>
<h2 class="big4">
Now you are smarter! (🧠)
</h2>
<br>
<span class="btn white"> <<link "Back to the street">>
<<set $prota.intelligence += 1>>
<<editcycle 'time' change +1>>
<<goto "Street">>
<</link>>
</span><<if $hm == 0>>
<h2 class="big">A beautiful passenger gets in your car</h2>
<br><br>
<img src="assets\img\git.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<prota $protaimg "Hello...">>
<br><br>
<<if $car.generalspeed <= 6 and $car.generalstyle <= 4>>
<h2 class="big4">
<p class="nobtn">You like speed?</p>
<br>
You need:
<br>
Speed (x6)
<br>
Style (x4)
<br>
</h2>
<br><br>
<<linkreplace "<p class='btn white'>Where to?</p>" t8n>>
<<chica gfemale2 Passenger "Downtown please">>
<br><br>
<<earned_money 0 0>>
<</linkreplace>>
<<else>>
<span class="btn red"> <<link "You like speed?">>
<<set $hm to 1>>
<<goto "good2_spd6_sty4">>
<</link>></span>
<<linkreplace "<p class='btn white'>Where to?</p>" t8n>>
<<chica gfemale2 Passenger "Downtown please">>
<br><br>
<<earned_money 0 0>>
<</linkreplace>>
<</if>>
<</if>>
<<if $hm == 1>>
<<chica gfemale2 Passenger "I LOVE speed... But what will a taxi driver like you know about speed?">>
<<prota $protaimg "Do you want to find out?">>
<<chica gfemale2 Passenger "Let's see if you drive as well as you talk ... Go ahead and try to shake me">>
<<cont append keypress>>
<br><br><br>
<video muted autoplay loop><source src="assets\vids\transform1.webm" type="video/webm"></video>
<<chica gfemale2 Passenger "barking dog never bite">>
<<cont append keypress>>
<br><br><br>
<video muted autoplay loop><source src="assets\vids\speedup.webm" type="video/webm"></video>
<<chica gfemale2 Passenger "Ohhh shit...">>
<<cont append keypress>>
<br><br><br>
<video muted autoplay loop><source src="assets\vids\hsdriving.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br><br>
<<switch random(1, 3)>>
<<case 1>>
<video muted autoplay loop><source src="assets\vids\vgood\btits1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\vids\vgood\btits2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\vids\vgood\btits3.webm" type="video/webm"></video>
<</switch>>
<<chica gfemale2 Passenger "AAAAHH!!">>
<<cont append keypress>>
<br><br><br>
<video muted autoplay loop><source src="assets\vids\parking.webm" type="video/webm"></video>
<<cont append keypress>>
<br>
<<prota $protaimg "You liked?">>
<<chica gfemale2 Passenger "I loved it, it was super exciting!! I hope that one day we meet again">>
<br><br>
<<earned_money 0 0>>
<<set $hm to 0>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</if>><<if $quest_book.fase == 1 and $quest_book.status == "active">>
<span class="btn white"> <<link "Ask for the book: The Way of Kings">>
<<set $quest_book.fase to 2>>
<<goto "mia_quest_book">>
<</link>></span><</if>>
<<if $quest_book.status == "complete" and not hasVisited("brittney_event_1")>>
<span class="btn white"> <<link "Looks like the librarian needs help">>
<<goto "brittney_event_1">>
<</link>></span>
<</if>>
<<if $watch.search < 3 and $quest_watch.status == "active">>
<<linkreplace "<p class='btn white'>⌚️ Look for the watch here</p>" t8n>>
It seems that it is not here ...
<<set $watch.search += 1>>
<</linkreplace>>
<<elseif $watch.search >= 3 and $quest_watch.status == "active">>
<<linkreplace "<p class='btn white'>⌚️ Look for the watch here</p>" t8n>>
you found the gold watch! take it to $amuleto.name
<<set $quest_watch.fase to 2>>
<</linkreplace>>
<</if>><<prota $protaimg "Hello good morning, here they sell the autographed book The Way of Kings?">>
<br><br>
<video muted autoplay loop><source src="assets\vids\library.webm" type="video/webm"></video>
<br><br>
<h2 class="big">The employee seems busy and responds quickly</h2>
<br><br>
<<chica gfemale2 Librarian "We do not sell any autographed books, you can look for some second hand">>
<<prota $protaimg "<<w>>Well, it was to be hoped that it wouldn't be that easy<</w>>">>
<br><br>
<span class="btn white"> <<link "Somehow i'll get it">>
<<goto "library">>
<</link>>
</span><<prota $protaimg "Hello Mia, what are you doing?">>
<<mia mia1 "Nothing interesting, just a little yoga">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\generics\yoga1.webm" type="video/webm"></video>
<<mia mia1 "This is going to be boring, if you want we can talk another day">>
<span id="mia_talk" class="btn white"> <<link "Ok, see you another day">>
<<goto "Street">>
<</link>></span>
<<linkreplace "<p class='btn red'>I prefer to stay</p>" t8n>>
<<replace "#mia_talk">>
<</replace>>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\generics\yoga2.webm" type="video/webm"></video>
<br><br>
<video muted autoplay loop><source src="assets\vids\look.webm" type="video/webm"></video>
<<prota $protaimg "Oh don't worry, the truth is that I have always liked yoga">>
<<cont append keypress>>
<<mia mia1 "Well you can stay then... Do you want to do yoga with me?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\generics\yoga3.webm" type="video/webm"></video>
<<prota $protaimg "No thanks I'm fine">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\generics\yoga4.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Mia liked spending time with you">>
<<set $mia.friend += 1>>
<<goto "Street">>
<</link>></span>
<</cont>>
<</cont>>
<</linkreplace>>
<</cont>><<prota $protaimg "Were you on the beach?">>
<<mia mia1 "Yep">>
<br><br>
<img src="assets\characters\mia\generics\pool1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<br><br>
<img src="assets\characters\mia\generics\pool2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<mia mia1 "I'm going to change my clothes, we'll talk later">>
<<prota $protaimg "Okay">>
<br><br>
<h2 class="big">you walk VERY slowly to the door while looking back</h2>
<<cont append keypress>>
<br><br>
<img src="assets\characters\mia\generics\pool3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<br><br>
<img src="assets\characters\mia\generics\pool4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<br><br>
<span class="btn white"> <<link "Mia liked spending time with you">>
<<set $mia.friend += 1>>
<<goto "Street">>
<</link>></span>
<</cont>><<prota $protaimg "I don't understand how you can be so stubborn, trust me, books are b o r i n g">>
<<mia mia1 "A single page can take you to a whole new and unique world!">>
<<prota $protaimg "If I want to see fantasy I can do it on Netflix">>
<br><br>
<h2 class="big">Mia looks clearly frustrated</h2>
<<cont append keypress>>
<br><br>
<img src="assets\characters\mia\generics\books1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<mia mia1 "So books seem boring to you huh?">>
<<prota $protaimg "I'm just honest with you, in 1 hour of movie you have the same as in 3 weeks of reading">>
<br><br>
<img src="assets\characters\mia\generics\books2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<mia mia1 "Oh so I'm just a fool...">>
<<prota $protaimg "sorry but... books in 2021? really?">>
<<cont append keypress>>
<br><br>
<<mia mia1 "Well just out of curiosity I'll ask again">>
<br><br>
<img src="assets\characters\mia\generics\books3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<mia mia1 "You like books?">>
<br><br>
<video muted autoplay loop><source src="assets\vids\omg.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "God bless the books and their writers">>
<<set $mia.friend += 1>>
<<goto "Street">>
<</link>></span>
<</cont>>
<</cont>>
<<mia mia1 "You can go, today I'm SUPER busy">>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\generics\gym1.webm" type="video/webm"></video>
<span id="mia_talk" class="btn white"> <<link "Ok, see you another day">>
<<goto "Street">>
<</link>></span>
<<linkreplace "<p class='btn red'>I prefer to stay</p>" t8n>>
<<replace "#mia_talk">>
<</replace>>
<br><br>
<<prota $protaimg "I'll just check my phone">>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\generics\gym2.webm" type="video/webm"></video>
<<mia mia1 "whatever, just be quiet and let me focus">>
<br><br>
<video muted autoplay loop><source src="assets\vids\bath_r4.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\generics\gym3.webm" type="video/webm"></video>
<br><br>
<h2 class="big">You close your eyes and imagine what Mia would look like without clothes</h2>
<<cont append keypress>>
<br><br>
<<if $prota.intelligence >= 15>>
<h2 class="big4">
Your intelligence allows you to clearly imagine
</h2>
<br>
<video muted autoplay loop><source src="assets\characters\mia\generics\gym5.webm" type="video/webm"></video>
<<else>>
<h2 class="big4">
You need intelligence (x15) <br> to imagine more clearly
</h2>
<br>
<video muted autoplay loop><source src="assets\characters\mia\generics\gym4.webm" type="video/webm"></video>
<</if>>
<<cont append keypress>>
<<mia mia1 "Wow you are the most educated man I have ever seen, instead of looking at me like a pervert you have your eyes closed, you are a love!">>
<br><br>
<img src="assets\img\yeah_sure.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">
<br><br>
<span class="btn white"> <<link "Mia appreciates you being a gentleman">>
<<set $mia.friend += 1>>
<<goto "Street">>
<</link>></span>
<</cont>>
<</cont>>
<</cont>>
<</linkreplace>><<prota $protaimg "<<w>> Well, I think it was time to give Mia the book and get something in return <</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\house1.webm" type="video/webm"></video>
<<prota $protaimg "<<w>> Oh it seems like she's busy <</w>>">>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\house2.webm" type="video/webm"></video>
<<prota $protaimg "<<w>> I guess I should say that I'm here <</w>>">>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\house3.webm" type="video/webm"></video>
<<prota $protaimg "<<w>> But what if I hand her the book and nothing happens? Or if she thinks I was here looking at her? <</w>>">>
<<cont append keypress>>
<<scrolldown>>
<<prota $protaimg "<<w>> Also... Right now I have a privileged view, it would be a shame to miss it <</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\vids\bath_r2.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\house4.webm" type="video/webm"></video>
<br><br>
<video muted autoplay loop><source src="assets\vids\fap.webm" type="video/webm"></video>
<<linkreplace "<p class='btn white'>I can not resist to cum!</p>" t8n>>
<<scrolldown>>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\house5.webm" type="video/webm"></video>
<br><br>
<video muted autoplay loop><source src="assets\vids\cum.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Go Home">>
<<goto "House">>
<<set $mia.friend += 2>>
<</link>></span>
<</linkreplace>>
<</cont>>
<</cont>>
<</cont>>
<</cont>><<prota $protaimg "<<w>> Now if I will give the book to Mia... I wonder where she is<</w>>">>
<video muted autoplay loop><source src="assets\characters\mia\fbook1.webm" type="video/webm"></video>
<<cont append keypress>>
<<scrolldown>>
<<prota $protaimg "<<w>>Mia?<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\fbook2.webm" type="video/webm"></video>
<<cont append keypress>>
<<scrolldown>>
<<prota $protaimg "<<w>>What does?<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\fbook3.webm" type="video/webm"></video>
<<cont append keypress>>
<<scrolldown>>
<<prota $protaimg "<<w>>Oh shit, I'm in this situation again<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\fbook4.webm" type="video/webm"></video>
<<cont append keypress>>
<<scrolldown>>
<<prota $protaimg "<<w>>Wait... is she taking selfies?<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\fbook5.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>Naked? For whom, she doesn't have a boyfriend<</w>>">>
<<cont append keypress>>
<<scrolldown>>
<<prota $protaimg "<<w>>If I stay hidden again, I might lose the opportunity to be with her. I don't know who those photos will be for, but he clearly has an advantage<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>The moment has come</p>" t8n>>
🔊
<video controls><source src="assets\characters\mia\fbook6.webm" type="video/webm"></video>
<br><br>
<h2 class="big">Mia seems to be very embarrassed</h2>
<<prota $protaimg "Wh... what are you doing?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\fbook7.webm" type="video/webm"></video>
<br><br>
<<mia mia1 "I can explain... Do you remember the autographed book I wanted?">>
<<prota $protaimg "Yes...">>
<br><br>
<<mia mia1 "There is someone on the internet who claims to have it and if I send him some pictures of me... Well, you know">>
<br><br>
<<prota $protaimg "<<w>>If she knew I had that book right here<</w>> So would you do anything for that book?">>
<br><br>
<<mia mia1 "If it isn't illegal, I guess so ...">>
<<cont append keypress>>
<span class="btn red"> <<link "If you want it right now, stay naked and be obedient">>
<<goto "mia_event_5_dom">>
<</link>></span>
<span class="btn blue"> <<link "I have that book here... it's a gift for you">>
<<goto "mia_event_5_fedom">>
<</link>></span>
<</cont>>
<</linkreplace>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>><span id="mia_book">
<<mia mia1 "You mean you have the book? It is impossible that you have it">>
<<prota $protaimg "It's a long story, now if you want it better keep quiet and come here">>
<br><br>
🔊
<video controls><source src="assets\characters\mia\fbook8.webm" type="video/webm"></video>
<br><br>
</span>
<<linkreplace "<p class='btn white'>Now come and suck my dick</p>" t8n>>
🔊
<video controls><source src="assets\characters\mia\fbook9.webm" type="video/webm"></video>
<<replace "#mia_book">>
<</replace>>
<br><br>
<span class="btn red"> <<link "fuck Mia">>
<<goto "mia_sex_hand">>
<</link>></span>
<</linkreplace>>
<<mia mia1 "Oh my God, you're really going to gift me this book, how did you get it?!">>
<<prota $protaimg "Oh, it's a funny story ...">>
<<mia mia1 "You know what? Better not tell me, you just made me very happy with this">>
<br><br>
🔊
<video controls><source src="assets\characters\mia\fbook8.webm" type="video/webm"></video>
<br><br>
<<mia mia1 "Do you think I have not noticed how you look at my ass every time I turn around?">>
<<prota $protaimg "I..">>
<<mia mia1 "This is what you like huh">>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\ass.webm" type="video/webm"></video>
<<cont append keypress>>
<<mia mia1 "If you want it so much, come and open your mouth wide">>
<br><br>
<video muted autoplay loop><source src="assets\characters\mia\pussy_eat.webm" type="video/webm"></video>
<br><br>
<span class="btn red"> <<link "fuck Mia">>
<<goto "mia_sex_hand">>
<</link>></span>
<</cont>>
<<set $mia.sex to true>>
<span id="mia_sex_hand">
</span>
<br><br>
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<br>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\hands\hands_ass.gif]]>>
<<replace "#mia_sex_hand">>
<<switch random(1, 3)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\hands\mia\hands_ass1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\hands\mia\hands_ass2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\hands\mia\hands_ass3.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">GRAB ASS</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\hands\hands_job.gif]]>>
<<replace "#mia_sex_hand">>
<<switch random(1, 2)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\hands\mia\hands_job1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\hands\mia\hands_job2.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">HAND JOB</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\hands\hands_pussy.gif]]>>
<<replace "#mia_sex_hand">>
<video autoplay loop controls><source src="assets\sex\hands\mia\hands_pussy1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">PUSSY FINGERING</span>
</div></div>
</div><span id="mia_sex_mouth">
</span>
<br><br>
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<br>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_job.gif]]>>
<<replace "#mia_sex_mouth">>
<<switch random(1, 5)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\mouth\mia\mouth_job1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\mouth\mia\mouth_job2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\mouth\mia\mouth_job3.webm" type="video/webm"></video>
<<case 4>>
<video autoplay loop controls><source src="assets\sex\mouth\mia\mouth_job4.webm" type="video/webm"></video>
<<case 5>>
<video autoplay loop controls><source src="assets\sex\mouth\mia\mouth_job5.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">BLOWJOB</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_ass.gif]]>>
<<replace "#mia_sex_mouth">>
<<switch random(1, 2)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\mouth\mia\mouth_ass1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\mouth\mia\mouth_ass2.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">KISS ASS</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_kiss.gif]]>>
<<replace "#mia_sex_mouth">>
<video autoplay loop controls><source src="assets\sex\mouth\mia\mouth_kiss1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">KISS</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_pussy.gif]]>>
<<replace "#mia_sex_mouth">>
<video autoplay loop controls><source src="assets\sex\mouth\mia\mouth_pussy1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUNNILINGUS</span>
</div></div>
</div><span id="mia_sex_dick">
</span>
<br><br>
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<br>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_anal.gif]]>>
<<replace "#mia_sex_dick">>
<<switch random(1, 4)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_anal1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_anal2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_anal3.webm" type="video/webm"></video>
<<case 4>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_anal4.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">ANAL SEX</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_cowgirl.gif]]>>
<<replace "#mia_sex_dick">>
<<switch random(1, 2)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_cowgirl1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_cowgirl2.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">COWGIRL</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_reversecowgirl.gif]]>>
<<replace "#mia_sex_dick">>
<<switch random(1, 3)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_reversecowgirl1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_reversecowgirl2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_reversecowgirl3.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">REVERSE COWGIRL</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_doggystyle.gif]]>>
<<replace "#mia_sex_dick">>
<<switch random(1, 4)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_doggystyle1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_doggystyle2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_doggystyle3.webm" type="video/webm"></video>
<<case 4>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_doggystyle4.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">DOGGYSTYLE</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_missionary.gif]]>>
<<replace "#mia_sex_dick">>
<<switch random(1, 4)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_missionary1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_missionary2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_missionary3.webm" type="video/webm"></video>
<<case 4>>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_missionary4.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">MISSIONARY</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_spooning.gif]]>>
<<replace "#mia_sex_dick">>
<video autoplay loop controls><source src="assets\sex\dick\mia\dick_spooning1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">SPOONING</span>
</div></div>
</div><span id="mia_sex_cum">
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="mia_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<br>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\cum\cum_ass.gif]]>>
<<replace "#mia_sex_cum">>
<<switch random(1, 4)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\cum\mia\cum_ass1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\cum\mia\cum_ass2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\cum\mia\cum_ass3.webm" type="video/webm"></video>
<<case 4>>
<video autoplay loop controls><source src="assets\sex\cum\mia\cum_ass4.webm" type="video/webm"></video>
<</switch>>
<br><br>
<span class="btn white"> <<link "Awesome">>
<<goto "Street">>
<</link>></span><</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUM ON ASS</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\cum\cum_face.gif]]>>
<<replace "#mia_sex_cum">>
<<switch random(1, 4)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\cum\mia\cum_face1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\cum\mia\cum_face2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\cum\mia\cum_face3.webm" type="video/webm"></video>
<<case 4>>
<video autoplay loop controls><source src="assets\sex\cum\mia\cum_face4.webm" type="video/webm"></video>
<</switch>>
<br><br>
<span class="btn white"> <<link "Awesome">>
<<goto "Street">>
<</link>></span><</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUM ON FACE</span>
</div></div>
</div>
</span><<prota $protaimg "Mia...">>
<<mia mia1 "Don't even think about it, I'm busy">>
<br><br>
<img src="assets\characters\mia\gym5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<prota $protaimg "But...">>
<<mia mia1 "Get out of here!">>
<br><br>
<img src="assets\img\dab.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 40%;">
<br><br>
<span class="btn white"> <<link "I didn't even want">>
<<goto "Street">>
<</link>>
</span><video muted autoplay loop><source src="assets\characters\mia\ass.webm" type="video/webm"></video>
<<mia mia1 "Do you want to fuck this beautiful round ass?">>
<br><br>
<span class="btn red"> <<link "Ohh yeah">>
<<goto "mia_sex_hand">>
<</link>>
</span><img src="assets\characters\amuleto\amuletoangry.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $protaimg "What happen?">>
<<amuleto amuleto2 "Why do you always take so long in the bathroom? Don't tell me that you...">>
<<prota $protaimg "that I what?">>
<<amuleto amuleto2 "You delay because you are having fun with yourself, Is that huh? perverted">>
<<prota $protaimg "You mean... OMG, OF COURSE NOT!">>
<<amuleto amuleto2 "Anyway, I'll help you solve your \"problem\" if in return you spend less time in the bathroom">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\amuleto\amulet_event1.webm" type="video/webm"></video>
<<prota $protaimg "What will you do?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\amuleto\amulet_event2.webm" type="video/webm"></video>
<<amuleto amuleto2 "Take out your dick and shut up">>
<br><br>
<video muted autoplay loop><source src="assets\characters\amuleto\amulet_event3.webm" type="video/webm"></video>
<<cont append keypress>>
<<prota $protaimg "You suck it so good, it's amazing">>
<<cont append keypress>>
<<prota $protaimg "I'm going to cum... Now!">>
<<amuleto amuleto2 "So fast? Really? Wow... then give it to me all">>
<br><br>
🔊
<video controls><source src="assets\characters\amuleto\amulet_event4.webm" type="video/webm"></video>
<<cont append keypress>>
<<amuleto amuleto2 "Remember our deal and maybe you'll have some of this again">>
<br><br>
<video muted autoplay loop><source src="assets\characters\amuleto\amulet_event5.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Consider it done">>
<<set $amuleto.friend +=1>>
<<goto "House">>
<</link>></span>
<</cont>>
<</cont>>
<</cont>>
<</cont>><<u_mia>>
<<u_lya>>
<<u_amuleto>>
<<u_brittney>>
<<u_sitios>>
<a data-passage="a_house" class="link-internal">
<div class="menucont">[img["assets/img/a_house.jpg"]]
<<if $a_house.event >= 1>>
<img class="overlay ov1" src="assets\characters\nathaly\nathaly_icon.jpg"><</if>>
<span class="o-text2">ABANDONED HOUSE</span>
</div></a><<amuleto amuleto2 "Did you wash my clothes?">>
<<prota $protaimg "Yes...">>
<<amuleto amuleto2 "And did you clean my room?">>
<<prota $protaimg "Yes... And if you ask me for something else, I'll get in my car and go bird photography in north korea">>
<<amuleto amuleto2 "Oh sorry... I just need one more favor... it's personal, but if you don't want to, it doesn't matter">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\amuleto\amuleto_accept.webm" type="video/webm"></video>
<<prota $protaimg "Now that you mention it, I think I can do you one more favor">>
<span class="btn white"> <<link "Especially if it is without clothes">>
<<goto "amuleto_sex_hand">>
<</link>></span>
<</cont>><<amuleto amuleto2 "I'm glad you're here, I needed you... Urgently">>
<<prota $protaimg "You mean...">>
<br><br>
<video muted autoplay loop><source src="assets\characters\amuleto\amuleto_denies.webm" type="video/webm"></video>
<<cont append keypress>>
<<amuleto amuleto2 "Exactly, I need you to clean my room and wash my clothes">>
<br><br>
<<prota $protaimg "...">>
<span class="btn white"> <<link "kill me pls">>
<<goto "Street">>
<</link>></span>
<</cont>><span id="amuleto_sex_mouth">
</span>
<br><br>
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<br>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_job.gif]]>>
<<replace "#amuleto_sex_mouth">>
<<switch random(1, 3)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\mouth\amuleto\mouth_job1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\mouth\amuleto\mouth_job2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\sex\mouth\amuleto\mouth_job3.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">BLOWJOB</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_kiss.gif]]>>
<<replace "#amuleto_sex_mouth">>
<video muted autoplay loop><source src="assets\sex\mouth\amuleto\mouth_kiss1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">KISS</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_tits.gif]]>>
<<replace "#amuleto_sex_mouth">>
<video muted autoplay loop><source src="assets\sex\mouth\amuleto\mouth_tits1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">KISS BOOBS</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_pussy.gif]]>>
<<replace "#amuleto_sex_mouth">>
<video muted autoplay loop><source src="assets\sex\mouth\amuleto\mouth_pussy1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUNNILINGUS</span>
</div></div>
</div><<set $amuleto.sex to true>>
<span id="amuleto_sex_hand">
</span>
<br><br>
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<br>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\hands\hands_ass.gif]]>>
<<replace "#amuleto_sex_hand">>
<<switch random(1, 2)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\hands\amuleto\hands_ass1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\hands\amuleto\hands_ass2.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">GRAB ASS</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\hands\hands_job.gif]]>>
<<replace "#amuleto_sex_hand">>
<video muted autoplay loop><source src="assets\sex\hands\amuleto\hands_job1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">HAND JOB</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\hands\hands_tits.gif]]>>
<<replace "#amuleto_sex_hand">>
<video muted autoplay loop><source src="assets\sex\hands\amuleto\hands_tits1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">GRAB TITS</span>
</div></div>
</div><span id="amuleto_sex_cum">
<br><br>
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<br>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\cum\cum_pussy.gif]]>>
<<replace "#amuleto_sex_cum">>
<video muted autoplay loop><source src="assets\sex\cum\amuleto\cum_pussy1.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Awesome">>
<<goto "Street">>
<</link>></span><</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUM IN PUSSY</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\cum\cum_tits.gif]]>>
<<replace "#amuleto_sex_cum">>
<<switch random(1, 2)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\cum\amuleto\cum_tits1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\cum\amuleto\cum_tits2.webm" type="video/webm"></video>
<</switch>>
<br><br>
<span class="btn white"> <<link "Awesome">>
<<goto "Street">>
<</link>></span><</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUM IN TITS</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\cum\cum_face.gif]]>>
<<replace "#amuleto_sex_cum">>
<<switch random(1, 2)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\cum\amuleto\cum_face1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\cum\amuleto\cum_face2.webm" type="video/webm"></video>
<</switch>>
<br><br>
<span class="btn white"> <<link "Awesome">>
<<goto "Street">>
<</link>></span><</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUM ON FACE</span>
</div></div>
</div>
</span><span id="amuleto_sex_dick">
</span>
<br><br>
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="amuleto_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<br>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_anal.gif]]>>
<<replace "#amuleto_sex_dick">>
<<switch random(1, 5)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_anal1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_anal2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_anal3.webm" type="video/webm"></video>
<<case 4>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_anal4.webm" type="video/webm"></video>
<<case 5>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_anal4.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">ANAL SEX</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_cowgirl.gif]]>>
<<replace "#amuleto_sex_dick">>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_cowgirl1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">COWGIRL</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_missionary.gif]]>>
<<replace "#amuleto_sex_dick">>
<<switch random(1, 3)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_missionary1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_missionary2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_missionary3.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">MISSIONARY</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_doggystyle.gif]]>>
<<replace "#amuleto_sex_dick">>
<<switch random(1, 4)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_doggystyle1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_doggystyle2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_doggystyle3.webm" type="video/webm"></video>
<<case 4>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_doggystyle4.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">DOGGYSTYLE</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_spooning.gif]]>>
<<replace "#amuleto_sex_dick">>
<<switch random(1, 2)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_spooning1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_spooning2.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">SPOONING</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_job.gif]]>>
<<replace "#amuleto_sex_dick">>
<<switch random(1, 3)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_job1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_job2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_job3.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">TITS JOB</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_reversecowgirl.gif]]>>
<<replace "#amuleto_sex_dick">>
<video muted autoplay loop><source src="assets\sex\dick\amuleto\dick_reversecowgirl1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">REVERSE COWGIRL</span>
</div></div>
</div><span id="lya_sex_mouth">
</span>
<br><br>
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_job.gif]]>>
<<replace "#lya_sex_mouth">>
<<switch random(1, 6)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\mouth\lya\mouth_job1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\mouth\lya\mouth_job2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\sex\mouth\lya\mouth_job3.webm" type="video/webm"></video>
<<case 4>>
<video muted autoplay loop><source src="assets\sex\mouth\lya\mouth_job4.webm" type="video/webm"></video>
<<case 5>>
<video muted autoplay loop><source src="assets\sex\mouth\lya\mouth_job5.webm" type="video/webm"></video>
<<case 6>>
<video muted autoplay loop><source src="assets\sex\mouth\lya\mouth_job6.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">BLOWJOB</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_kiss.gif]]>>
<<replace "#lya_sex_mouth">>
<<switch random(1, 2)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\mouth\lya\mouth_kiss1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\mouth\lya\mouth_kiss2.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">KISS</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_tits.gif]]>>
<<replace "#lya_sex_mouth">>
<<switch random(1, 2)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\mouth\lya\mouth_tits1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\mouth\lya\mouth_tits2.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">KISS BOOBS</span>
</div></div>
</div><span id="lya_sex_cum">
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\cum\cum_pussy.gif]]>>
<<replace "#lya_sex_cum">>
<<switch random(1, 3)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\cum\lya\cum_pussy1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\cum\lya\cum_pussy2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\sex\cum\lya\cum_pussy3.webm" type="video/webm"></video>
<</switch>>
<br><br>
<span class="btn white"> <<link "Awesome">>
<<goto "Street">>
<</link>></span><</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUM IN PUSSY</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\cum\cum_tits.gif]]>>
<<replace "#lya_sex_cum">>
<video muted autoplay loop><source src="assets\sex\cum\lya\cum_tits1.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Awesome">>
<<goto "Street">>
<</link>></span><</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUM IN TITS</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\cum\cum_face.gif]]>>
<<replace "#lya_sex_cum">>
<video muted autoplay loop><source src="assets\sex\cum\lya\cum_face1.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Awesome">>
<<goto "Street">>
<</link>></span><</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUM ON FACE</span>
</div></div>
</div>
</span><<set $lya.sex to true>>
<span id="lya_sex_hand">
</span>
<br><br>
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<br>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\hands\hands_job.gif]]>>
<<replace "#lya_sex_hand">>
<video muted autoplay loop><source src="assets\sex\hands\lya\hands_job1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">HAND JOB</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\hands\hands_pussy.gif]]>>
<<replace "#lya_sex_hand">>
<video muted autoplay loop><source src="assets\sex\hands\lya\hands_pussy1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">PUSSY FINGERING</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\hands\hands_tits.gif]]>>
<<replace "#lya_sex_hand">>
<<switch random(1, 3)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\hands\lya\hands_tits1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\hands\lya\hands_tits2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\sex\hands\lya\hands_tits3.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">GRAB TITS</span>
</div></div>
</div><span id="lya_sex_dick">
</span>
<br><br>
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="lya_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_cowgirl.gif]]>>
<<replace "#lya_sex_dick">>
<<switch random(1, 6)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_cowgirl1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_cowgirl2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_cowgirl3.webm" type="video/webm"></video>
<<case 4>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_cowgirl4.webm" type="video/webm"></video>
<<case 5>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_cowgirl5.webm" type="video/webm"></video>
<<case 6>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_cowgirl6.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">COWGIRL</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_missionary.gif]]>>
<<replace "#lya_sex_dick">>
<<switch random(1, 5)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_missionary1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_missionary2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_missionary3.webm" type="video/webm"></video>
<<case 4>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_missionary4.webm" type="video/webm"></video>
<<case 5>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_missionary5.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">MISSIONARY</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_doggystyle.gif]]>>
<<replace "#lya_sex_dick">>
<<switch random(1, 3)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_doggystyle1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_doggystyle2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_doggystyle3.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">DOGGYSTYLE</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_spooning.gif]]>>
<<replace "#lya_sex_dick">>
<<switch random(1, 3)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_spooning1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_spooning2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_spooning3.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">SPOONING</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_job.gif]]>>
<<replace "#lya_sex_dick">>
<<switch random(1, 3)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_job1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_job2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_job3.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">TITS JOB</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_reversecowgirl.gif]]>>
<<replace "#lya_sex_dick">>
<<switch random(1, 2)>>
<<case 1>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_reversecowgirl1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\sex\dick\lya\dick_reversecowgirl2.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">REVERSE COWGIRL</span>
</div></div>
</div><<amuleto amuleto2 "Oh shit, how could this happen to me?">>
<<prota $protaimg "What, what happened?">>
<<amuleto amuleto2 "A friend gave me her watch to take to repair ... and I lost it! It's of gold, only God knows how many thousands of dollars it worth">>
<<prota $protaimg "Oh... I wouldn't want to be in your shoes, good luck with that hahaha">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\vids\rage.webm" type="video/webm"></video>
<<amuleto amuleto2 "Does it seem funny?">>
<<cont append keypress>>
<br><br>
<<notify 3s>>New Quest Added!<</notify>>
<video muted autoplay loop><source src="assets\vids\scared.webm" type="video/webm"></video>
<<amuleto amuleto2 "Now you're going to get that watch and bring it to me, no matter what it costs or what you have to do or I'll make sure you never see the sunlight again">>
<br><br>
<span class="btn white"> <<link "Just don't hit me please">>
<<set $quest_watch.status to "active">>
<<goto "Street">>
<</link>></span>
<</cont>>
<</cont>><<if $watch.search < 3 and $quest_watch.status == "active">>
<<linkreplace "<p class='btn white'>⌚️ Look for the watch here</p>" t8n>>
It seems that it is not here ...
<<set $watch.search += 1>>
<</linkreplace>>
<<elseif $watch.search >= 3 and $quest_watch.status == "active">>
<<linkreplace "<p class='btn white'>⌚️ Look for the watch here</p>" t8n>>
you found the gold watch! take it to $amuleto.name
<<set $quest_watch.fase to 2>>
<</linkreplace>>
<</if>>
<<include "lexi_quest">>
<<if $quest_lexi.status == "active" and $quest_lexi.fase == 3>>
<span class="btn white"> <<link "Go talk to Lexi">>
<<goto "lexi_event_1">>
<</link>></span>
<</if>>
<<if $quest_lexi_2.status == "active" and $quest_lexi_2.fase == 2 and Cycle.check('day', 'friday')>>
<span class="btn white"> <<link "Go talk to Lexi">>
<<set $quest_lexi_2.fase to 3>>
<<goto "lexi_event_2">>
<</link>></span>
<</if>>
<<if $quest_lexi_2.status == "active" and $quest_lexi_2.fase == 5>>
<span class="btn red"> <<link "Hand the document to Lexi">>
<<goto "lexi_event_2d">>
<</link>></span>
<</if>>
<<if $quest_nathaly_mom.fase == 2>>
<<if Cycle.check('time', 'night', 'midnight')>>
<span class="btn white"> <<link "Go to Nathaly's mom's house">>
<<goto "nathaly_trust_event_2_b">>
<</link>></span>
<<else>>
<p class="nobtn">Wait for night to go to Nathaly's mom's house</p>
<</if>><</if>>
<<if $quest_piece.status == "active" and $quest_piece.fase == "3">>
<span class="btn white"> <<link "Here is jade">>
<<set $quest_piece.status to "complete">>
<<goto "jade_event_4">>
<</link>></span><</if>><<if $watch.search < 3 and $quest_watch.status == "active">>
<<linkreplace "<p class='btn white'>⌚️ Look for the watch here</p>" t8n>>
It seems that it is not here ...
<<set $watch.search += 1>>
<</linkreplace>>
<<elseif $watch.search >= 3 and $quest_watch.status == "active">>
<<linkreplace "<p class='btn white'>⌚️ Look for the watch here</p>" t8n>>
you found the gold watch! take it to $amuleto.name
<<set $quest_watch.fase to 2>>
<</linkreplace>>
<</if>>
<<include "lexi_quest">>
<<if $prota.intelligence >= 10>>
<<include "park_girl_gen">>
<</if>>
<<if $quest_lexi_2.fase == 3 and $quest_lexi_2.status == "active">>
<span class="btn white"> <<link "Talk to Mr. Matthew">>
<<goto "lexi_event_2a">>
<</link>></span>
<</if>>
<<if $quest_lexi_2.fase == 4 and $quest_lexi_2.status == "active" and $quest_lexi_2.block == false and Cycle.check('day', 'monday')>>
<span class="btn white"> <<link "Talk to Mr. Matthew">>
<<goto "lexi_event_2c">>
<</link>></span>
<</if>>
<<if hasVisited("neptuno_event_6") and not hasVisited("victoria_event_7")>>
<span class="btn white"> <<link "Give Victoria driving lessons 1/2">>
<<goto "victoria_event_7">>
<</link>></span>
<</if>>
<<if hasVisited("victoria_event_7") and $victoria_event == false and not hasVisited("victoria_event_7c")>>
<span class="btn white"> <<link "Give Victoria driving lessons 2/2">>
<<goto "victoria_event_7c">>
<</link>></span>
<</if>>
<<if hasVisited("victoria_event_7c") and $victoria_event == false and not hasVisited("victoria_event_7d")>>
<<if Cycle.check('time', 'noon')>>
<span class="btn white"> <<link "Go to the street race where Victoria will participate">>
<<goto "victoria_event_7d">>
<</link>></span>
<<else>>
<p class="nobtn">Come back at noon to go to the street race where Victoria will participate</p>
<</if>>
<</if>>
<<if $quest_brittney.status == "active" and $quest_brittney.fase == 2>>
<<linkreplace "<p class='btn white'>Find a good place to exercise</p>" t8n>>
<<set $quest_brittney.fase to 3>>
This place is perfect. Now I just need to talk to Brittney in the library
<</linkreplace>>
<</if>>
<<if $quest_brittney.status == "active" and $quest_brittney.fase == 4 and $brittney.site == "park">>
<span class="btn white"> <<link "Exercise with Brittney">>
<<goto "brittney_event_2e">>
<</link>></span>
<</if>>
<<if $quest_brittney.status == "complete" and $brittney.exercise == false and $brittney.site == "park">>
<<if $quest_f_brittney.status == "active">>
<p class="nobtn">Brittney doesn't want to exercise with you because she is angry</p>
<<else>>
<span class="btn white"> <<link "Exercise with Brittney">>
<<goto "brittney_generic_exercise">>
<</link>></span>
<</if>>
<</if>>
<<if $quest_piece.status == "active" and $quest_piece.fase == "1" and Cycle.check('time', 'noon') and Cycle.check('day', 'thursday')>>
<span class="btn white"> <<link "📞 Call Jade">>
<<set $quest_piece.fase == "2">>
<<goto "jade_event_1">>
<</link>></span>
<</if>>
<<if $quest_piece.status == "active" and $quest_piece.fase == "2">>
<<if $car.body >= 2 or $car.fase >= 2>>
<span class="btn white"> <<link "Go to Jade's race">>
<<set $quest_piece.fase == "3">>
<<goto "jade_event_2">>
<</link>></span>
<<else>>
<h2 class="big4">
<p class="nobtn">Go to Jade's race</p>
<br>
You need:
<br>
Improve your car body or buy another car
<br>
</h2>
<</if>>
<</if>><<if $watch.search < 3 and $quest_watch.status == "active">>
<<linkreplace "<p class='btn white'>⌚️ Look for the watch here</p>" t8n>>
It seems that it is not here ...
<<set $watch.search += 1>>
<</linkreplace>>
<<elseif $watch.search >= 3 and $quest_watch.status == "active">>
<<linkreplace "<p class='btn white'>⌚️ Look for the watch here</p>" t8n>>
you found the gold watch! take it to $amuleto.name
<<set $quest_watch.fase to 2>>
<</linkreplace>>
<</if>>
<<if $quest_lexi_2.sit_ups < 5 and $quest_lexi_2.fase == 1 and $quest_lexi_2.block == false and $quest_lexi_2.status == "active">>
<span class="btn white"> <<link "Do some sit-ups $quest_lexi_2.sit_ups/5">>
<<goto "gym_lexi_quest">>
<</link>></span>
<<elseif $quest_lexi_2.block == true and $quest_lexi_2.sit_ups < 5>>
You've done enough sit-ups for today, come back tomorrow.
<</if>>
<<include "lexi_quest">><<prota $protaimg "I found it, I found it!!!">>
<<amuleto amuleto2 "What did you find?">>
<<prota $protaimg "The gold watch!! I guess now I'll get some... reward">>
<br><br>
<video muted autoplay loop><source src="assets\vids\look2.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br>
<img src="assets\characters\amuleto\amuletoangry.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<amuleto amuleto2 "Don't even dream about it... The bitch when I told her that I had lost it only insulted me, for me you can take the watch and throw it into the sea, I am no longer interested">>
<<prota $protaimg "Shit... Could you at least tell me where to find her?">>
<<amuleto amuleto2 "Her name is Ashly and you can find her in the gym, although that bitch is not worth your time boy, you should sell the watch">>
<br><br>
<<cont append keypress>>
<<prota $protaimg "<<w>>Now... it's time to make a decision <</w>>">>
<br>
<<linkreplace "<p class='btn white'>Do you have a picture of Ashly?</p>" t8n>>
<<amuleto amuleto2 "I think I have a...">>
<br><br>
<img src="assets\characters\generics\ashly.png" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<amuleto amuleto2 "Do what you want, I'm leaving">>
<br><br>
<span class="btn blue"> <<link "Give the watch to Ashly">>
<<goto "amuleto_event_3_final">>
<</link>></span>
<<if $prota.money >= 50>>
<span class="btn blue"> <<link "Pay lya to repair the watch and then deliver it to Ashly (-50$)">>
<<set $prota.money -= 50>>
<<goto "amuleto_event_3_repair">>
<</link>></span>
<<elseif $prota.money < 50>>
<p class="nobtn">Pay lya to repair the watch and then deliver it to Ashly (-50$ 💸)</p>
<</if>>
<span class="btn white"> <<link "Sell the watch (+300$)">>
<<set $prota.money += 300>>
<<set $quest_watch.status to "complete">>
<<goto "Street">>
<</link>></span>
<</linkreplace>>
<</cont>>
<</cont>><h2 class="big">You drive to the workshop of lya</h2>
<<cont append keypress>>
<br><br>
<img src="assets\img\workshop2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Lya I need your help to repair something">>
<<lya lya1 "There's a free space outside, leave the car there and I'll check it out in a bit">>
<<prota $protaimg "Umm... I didn't bring a car">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\vids\taller\tallernostole.webm" type="video/webm"></video>
<<lya lya1 "If you don't bring a car then stop wasting my time and get out">>
<<prota $protaimg "It's a watch...">>
<video muted autoplay loop><source src="assets\characters\neptuno\sorry.webm" type="video/webm"></video>
<<cont append keypress>>
<<prota $protaimg "It's very special, I'll pay you 50$ it will only take a few minutes">>
<<lya lya1 "...">>
<br><br>
<h2 class="big">Lya rips the clock out of your hands</h2>
<<prota $protaimg "<<w>> Lya works with heavy tools, I don't know if she will have the precision to work with something so small <</w>>">>
<<lya lya1 "I found the problem, hand me a small screwdriver from that box">>
<br><br>
<h2 class="big">Lya manipulates the watch with the delicacy of a surgeon</h2>
<<prota $protaimg "<<w>>How can she be so good at everything?<</w>>">>
<<lya lya1 "Done, put the money on the table... Nice watch btw">>
<<prota $protaimg "Thank you very much lya, you are the best!!">>
<span class="btn white"> <<link "Take the watch to Ashly">>
<<set $watch.repaired to true>>
<<goto "amuleto_event_3_final">>
<</link>></span>
<</cont>>
<</cont>>
<</cont>><h2 class="big">You drive to the gym</h2>
<br><br>
<img src="assets\img\gym.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>I think that's ashly<</w>>">>
<br><br>
<img src="assets\characters\generics\ashly3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Hello... are you ashly?">>
<<chica ashly2 Ashly "Yes, what do you want?">>
<<prota $protaimg "Oh, i brought you this">>
<<chica ashly2 Ashly "This is... Oh, my God how did you get it? who are you?">>
<<prota $protaimg "My name is $prota.name nice to meet you">>
<<chica ashly2 Ashly "nice to meet you $prota.name">>
<<prota $protaimg "I am a friend of $amuleto.name she told me that this watch is very important to you">>
<<chica ashly2 Ashly "The last time I spoke with her we argued, sure she sent you?">>
<<prota $protaimg "In fact I came on my own, I spent hours and hours looking for the watch all over the city, I was very lucky to get it">>
<<chica ashly2 Ashly "This watch was given by my father to my mother, then she gave it to me... you don't know how much it means to me">>
<<prota $protaimg "I'm glad you have it again">>
<<chica ashly2 Ashly "I really have no way of thanking you...">>
<<prota $protaimg "It's nothing">>
<<chica ashly2 Ashly "Besides the sentimental value, do you know how much this watch is worth?">>
<<prota $protaimg "500$?">>
<<chica ashly2 Ashly "Costs 7.000$, If you hadn't brought it, I would have had to sell my car, I really don't know how to thank you">>
<<chica ashly2 Ashly "although I can think of something... come quickly">>
<<cont append keypress>>
<br><br>
<<prota $protaimg "OMG">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\ashly_event1.webm" type="video/webm"></video>
<<chica ashly2 Ashly "Shhhh">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\ashly_event2.webm" type="video/webm"></video>
<<chica ashly2 Ashly "Hey! quiet, no touching">>
<<cont append keypress>>
<<chica ashly2 Ashly "consider this as my thanks, now you can go">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\ashly_event3.webm" type="video/webm"></video>
<<if $watch.repaired == true>>
<span class="btn red"> <<link "Did you know that I also repaired your watch?">>
<<goto "amuleto_event_3_final2">>
<</link>></span>
<<elseif $watch.repaired == false>>
<p class="nobtn">🔒 Did you know that I also repaired your watch?</p>
<</if>>
<span class="btn white"> <<link "Enough for the shower, see you later">>
<<set $quest_watch.status to "complete">>
<<goto "Street">>
<</link>></span>
<</cont>>
<</cont>>
<</cont>><<chica ashly2 Ashly "Nice try, but it is impossible to repair, I already took it to a professional and he could not">>
<<prota $protaimg "You have it in your hand, check it">>
<<chica ashly2 Ashly "...">>
<br><br>
<img src="assets\characters\generics\ashly4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica ashly2 Ashly "You definitely deserve more than this... I'm going to the bathroom, I'll leave the door open">>
<br>
<<linkreplace "<p class='btn white'>Wait a bit to go to the bathroom...</p>" t8n>>
<<linkreplace "<p class='btn white'>Go to the bathroom</p>" t8n>>
<<chica ashly2 Ashly "Shhh, there are people out here">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\ashly_event4.webm" type="video/webm"></video>
<<prota $protaimg "//Oooh// fuck, how good it feels">>
<<chica ashly2 Ashly "Just like that you made me feel when you brought me 7,000 dollars, enjoy it">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\ashly_event5.webm" type="video/webm"></video>
<<chica ashly2 Ashly "Someone can come any minute, end now, but don't even think about getting me dirty! I have no more clothes and I have to get out of here without anyone suspecting anything">>
<<prota $protaimg "I wanted to cum on your tits...">>
<<chica ashly2 Ashly "Do not! Don't even think about it, cum on the wall or inside of me">>
<<prota $protaimg "Ow, ok... WAIT! inside you?! Can I?!">>
<<chica ashly2 Ashly "Hahahaha yes, I'm taking pills, no problem">>
<br><br>
<h2 class="big">you lay Ashly down as fast as you can and put all his penis inside her</h2>
<<cont append keypress>>
<video muted autoplay loop><source src="assets\characters\generics\ashly_event6.webm" type="video/webm"></video>
<<prota $protaimg "//AARGH!!//">>
<<cont append keypress>>
<br><br>
<img src="assets\characters\generics\ashly5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica ashly2 Ashly "Hahahaha shh, if someone discovers us here I'll kill you, now go, I'm going to get dressed">>
<<prota $protaimg "God that was amazing, thank you">>
<br><br>
<h2 class="big">you pull up your pants again and you turn around</h2>
<<chica ashly2 Ashly "//Pss// Hey, again thanks for the watch, hope to see you again">>
<br><br>
<h2 class="big">You smile at her and you walk away</h2>
<br>
<span class="btn white"> <<link "Go away">>
<<set $quest_watch.status to "complete">>
<<goto "Street">>
<</link>></span>
<</cont>>
<</cont>>
<</linkreplace>><</linkreplace>><<u_mia>>
<<u_lya>>
<<u_amuleto>>
<<u_brittney>>
<<u_sitios>>
<a data-passage="House" class="link-internal">
<div class="menucont">[img["assets/img/house2.jpg"]]
<<if $amuleto.site == ("guest room") or $amuleto.site == ("bathroom") or
$amuleto.site == ("living room") or $amuleto.site == ("kitchen")>>
<img class="overlay ov1" src="assets\characters\amuleto\amuleto_icon.jpg">
<</if>>
<span class="o-text">HOUSE</span>
</div></a><<amuleto amuleto2 "I'm glad you're here, I need you to wash my clothes, tidy up my room and buy me some things... you know, the usual">>
<<prota $protaimg "$amuleto.name we need to talk">>
<<amuleto amuleto2 "Now what happens? have you noticed changes in your body and you have doubts? I thought you were past puberty hahahahah">>
<<prota $protaimg "No, it is that I cannot cover the expenses of the house, work and also do your chores">>
<<amuleto amuleto2 "So am I a burden to you? This is incredible">>
<br><br>
<h2 class="big">$amuleto.name seems to be very indignant</h2>
<<amuleto amuleto2 "I go to my room and hope to receive an apology tomorrow">>
<br><br>
<h2 class="big">I can't take this anymore... But at the same time she taught me everything I know</h2>
<<prota $protaimg "Wait">>
<br><br>
<span class="btn red"> <<link "Undress her by force">>
<<goto "amuleto_event_4_dom">>
<</link>></span>
<span class="btn blue"> <<link "No, nothing... Tomorrow we talk">>
<<goto "amuleto_event_4_fedom">>
<</link>></span><<prota $protaimg "Come here bitch, you're not going anywhere">>
<br><br>
<video muted autoplay loop><source src="assets\characters\amuleto\event_final\amulet_a_1.webm" type="video/webm"></video>
<<amuleto amuleto2 "Are you finally going to be a man? I thought you left your cock in other pants">>
<br><br>
<video muted autoplay loop><source src="assets\characters\amuleto\event_final\amulet_a_2.webm" type="video/webm"></video>
<<prota $protaimg "Oh, do you really think so? Do you want to see where I left my cock?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\amuleto\event_final\amulet_a_3.webm" type="video/webm"></video>
<br><br>
<<linkreplace "<p class='btn red'>Here I left my cock</p>" t8n>>
<video muted autoplay loop><source src="assets\characters\amuleto\event_final\amulet_a_4.webm" type="video/webm"></video>
<<amuleto amuleto2 "MMRRRRPH!!">>
<br><br>
<video muted autoplay loop><source src="assets\characters\amuleto\event_final\amulet_a_5.webm" type="video/webm"></video>
<<amuleto amuleto2 "Uff, I didn't know you still had testosterone">>
<br>
<span class="btn red"> <<link "And i'm just getting started">>
<<goto "amuleto_sex_hand">>
<</link>></span>
<</linkreplace>><h2 class="big">You go to your room and you lie on the bed</h2>
<<cont append keypress>>
<<prota $protaimg "I don't know what to do, she is a nuisance, but at the same time I don't want to be alone again">>
<<prota $protaimg "But if I managed to be alone before, I can do it again">>
<br><br>
<h2 class="big">Someone enters on your bedroom door</h2>
<<cont append keypress>>
<<amuleto amuleto2 "You're a crybaby, are you really going to do this?">>
<<prota $protaimg "do what?">>
<<amuleto amuleto2 "lie down without talking to me">>
<br>
<<linkreplace "<p class='btn white'>turn on the light</p>" t8n>>
<br><br>
<video muted autoplay loop><source src="assets\characters\amuleto\event_final\amulet_b_1.webm" type="video/webm"></video>
<<prota $protaimg "What do you do?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\amuleto\event_final\amulet_b_2.webm" type="video/webm"></video>
<<amuleto amuleto2 "You like?">>
<<prota $protaimg "Y-yes...">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\amuleto\event_final\amulet_b_3.webm" type="video/webm"></video>
<<amuleto amuleto2 "And it gets better">>
<br>
<span class="btn red"> <<link "Come here">>
<<goto "amuleto_sex_hand">>
<</link>></span>
<</cont>>
<</linkreplace>>
<</cont>>
<</cont>><img src="assets\img\logo.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
<br>
^^Version: v0.11^^
<br>
^^All art in this game has been properly licensed by each of the artists^^
<br>
^^Warning: This game contains sex scenes for adults only. When you start you agree to meet the minimum age required in your country^^
<br><br>
<div style="text-align: center;">
<span class="taxi_btn_p" style="width: 30%; margin:auto;"> <<button "New Game">>
<<goto "names">>
<</button>>
</span>
<br>
<span class="taxi_btn_p"> <<button "Load Game">>
<<script>>UI.saves()<</script>>
<</button>>
</span>
<br>
<span class="taxi_btn_p" style="width: 30%; margin:auto;"> <<button "Skip Intro">>
<<goto "skip_intro">>
<</button>>
</span>
<br>
<span class="taxi_btn_p"> <<button "Patreon">>
<<script>>window.open('https://www.patreon.com/Neptuno')<</script>>
<</button>>
</span>
<br>
<<linkreplace "<p class='btn white'>What are the benefits of the patreon version?</p>" t8n>>
- Cheats <br>
- Quick Start ^^(Skip the driving classes, the intro, some non-relevant events and it gives you 300$ in cash)^^<br>
- Lucid Dreams <br>
- Maid Tracking <br>
- Additionals Maids <br>
- Polls and exclusive posts on Patreon <br>
- I can also fix a bug and send you the modified version if necessary (Without waiting for the hotfix or the next version) <br>
- Make me happy :) <br><br>
- Lucid Dream Selector - In cheat menu (For patreons $10 or more) <br>
- Extra Lucid Dreams Scenes - In cheat menu (For patreons $10 or more) <br>
<br><br>
- Lucid Dreams 👇<br>
<div class="menu-grid">
<div class="menu-col">
<img src="assets\patreon\general\l_d_intro1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\patreon\general\l_d_intro2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\patreon\general\l_d_intro3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\patreon\general\l_d_intro4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\patreon\general\l_d_intro5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\patreon\general\l_d_intro6.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\patreon\general\l_d_intro7.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\patreon\general\l_d_intro8.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\patreon\general\l_d_intro9.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
</div>
<br><br>
- Maids 👇<br>
<div class="menu-grid">
<div class="menu-col">
<img src="assets\maids\patreon\maid_n_1_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\maids\patreon\maid_n_2_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\maids\patreon\maid_n_3_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\maids\patreon\maid_n_4_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\maids\patreon\maid_n_5_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\maids\patreon\maid_n_6_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\maids\patreon\maid_n_7_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\maids\patreon\maid_n_8_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\maids\patreon\maid_n_9_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\maids\patreon\maid_n_10_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\maids\patreon\maid_n_11_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\maids\patreon\maid_n_12_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\maids\patreon\maid_n_13_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col">
<img src="assets\maids\patreon\maid_n_14_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
</div>
<</linkreplace>>
<<include "eat_something">>
</div><h1 class="titulo">This is version v0.11</h1>
<br>
<h2 class="big">These are some words from the developer, you can skip them if you want by clicking below :)</h2>
<br><br>
This project is possible thanks to the support on Patreon, that allows me to take free time from my work to create new content
<br><br>
<<linkreplace "<p class='btn white'>👀 Additional content for Patreons 👀</p>" t8n>>
<h2 class="big">New maids!</h2>
<br><br>
^^Maids added in version v0.11 👇^^
<div class="menu-grid">
<div class="menu-col" style="width: 49%;">
<img src="assets\maids\patreon\maid_n_13_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
</div>
<div class="menu-col" style="width: 49%;">
<img src="assets\maids\patreon\maid_n_14_prev.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
</div>
</div>
^^Only for patreons^^
<</linkreplace>>
<br><br>
A new bar has arrived in town! 🍺 This is the update with the most sex scenes so there is a lot to explore<br><br>
There are no new quests because this is a "Vertical" update that adds more depth and life to the city<br><br>
These are some of the girls you will find at the bar:
<br><br>
<div class="menu-grid">
<div class="menu-col" style="width: 32%;">
<img src="assets\bar\generic_2\bar_generic_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col" style="width: 32%;">
<img src="assets\bar\generic_1\bar_generic_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="menu-col" style="width: 32%;">
<img src="assets\bar\event_3\bar_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
</div>
<br>
In the next update I will add a new option when talking to a main character (I tested it and it's great!) It will also be compatible with touch screens 📱
<br><br>
<h2 class="big">Changelog v0.11</h2>
<br><br>
- Cheat: Get Blue Tickets (For Patreons)
<br>
- Maids (+2) (For Patreons)
<br>
^^Thanks for the support <3^^
<br><br>
- New location added to the map
<br>
- Bar implemented
<br>
- Blue Tickets added to inventory
<br>
- Missing emoticons added to the inventory/statistics menu
<br>
- Barmaid implemented (Completely)
<br>
- 3 Previous events in the bar (Strength, Style, Intelligence)
<br>
- Several bar events added
<br>
- Chess girl (In the park) completely implemented
<br>
- Bug preventing to give scooby cookies to Neptuno fixed (Old save files will be fixed automatically)
<br><br>
<span class="taxi_btn_p" style="width: 30%; margin:auto;"> <<button "Start">>
<<goto "start">>
<</button>>
</span><h1 class="titulo"> Choose a name: </h1>
<br><br><br>
Enter your name: <<textbox "$prota.name" "Alex">>
<br><br><br>
Enter the name of your amulet: <<textbox "$amuleto.name" "Jasmine">>
<br><br><br><br>
<span class="btn white"> <<link "Skip Intro">>
<<notify 3s>>New Quest Added!<</notify>>
<<set $quest_lya_workshop.status to "active">>
<<set $lyastole to true>>
<<set $prota.money += 20>>
<<set $prota.image to "1">>
<<goto "House">>
<</link>></span><video muted autoplay loop><source src="assets\characters\lya\lya_taxi1.webm" type="video/webm"></video>
<<lya lya1 "No thanks, I need to go to the airport but fast">>
<<prota $protaimg "What do you mean?">>
<<lya lya1 "You are just learning to drive, the area near the airport is very busy and as I said, it has to be fast">>
<<prota $protaimg "I have learned a lot, also I have not seen another taxi for several kilometers, it's better than walking, don't you think?">>
<<lya lya1 "... Put the suitcase up">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\lya\lya_taxi2.webm" type="video/webm"></video>
<<prota $protaimg "You'll be at the airport in 8 minutes">>
<<lya lya1 "Hahahaha if you know that drawing wings on the car doesn't make it go faster, right?">>
<<prota $protaimg "You do not believe me?">>
<<lya lya1 "It is impossible, if you take me in 8 minutes I will wash your car for a month">>
<<prota $protaimg "<<w>>I think the time has come to show what I learned with $amuleto.name<</w>>">>
<<cont append keypress>>
<br><br>
🔊
<video controls><source src="assets\characters\lya\lya_taxi3.webm" type="video/webm"></video>
<<cont append keypress>>
<<lya lya1 "Hey, hey, hey, SLOW DOWN! you're gonna to kill us both">>
<<prota $protaimg "You are in good hands, dont worry">>
<<lya lya1 "How the fuck did you learn to drive like this?!">>
<br><br>
<video muted autoplay loop><source src="assets\vids\speedup.webm" type="video/webm"></video>
<<prota $protaimg "A friend taught me">>
<br><br>
<h2 class="big">7 minutes later...</h2>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\vids\hsdriving.webm" type="video/webm"></video>
<<prota $protaimg "We are already close">>
<<cont append keypress>>
<br><br>
🔊
<video controls><source src="assets\characters\lya\lya_taxi4.webm" type="video/webm"></video>
<<prota $protaimg "We have arrived, 7 minutes 30 seconds">>
<<lya lya1 "You had me install so many improvements to your car and I always thought it was a waste of time...">>
<<prota $protaimg "Well, I think I proved otherwise, so my car washed for a month?">>
<<lya lya1 "What? NO! Whatever less that, say something else you want, whatever but quickly I have to go">>
<<prota $protaimg "<<w>>whatever..?<</w>>">>
<br><br>
<span id="b_1">
<<linkreplace "<p class='btn red'>Show me your tits</p>" t8n>>
<<replace "#b_2">><</replace>>
<<lya lya1 "What? are you serious? You are so childish, but better this than washing your filthy car for a whole month">>
<<prota $protaimg "<<w>>Did she really accept?!<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\lya\lya_taxi5.webm" type="video/webm"></video>
<<lya lya1 "If you tell someone, you and your car will end up at the bottom of the sea">>
<br><br>
<span class="btn white"> <<link "The best passenger I've ever had">>
<<set $lya.friend += 1>>
<<goto "Street">>
<</link>>
</span>
<</linkreplace>>
</span>
<br><br>
<span id="b_2">
<<linkreplace "<p class='btn blue'>Give me 100$</p>" t8n>>
<<replace "#b_1">><</replace>>
<<lya lya1 "Shit, well, I guess that's fair">>
<br><br>
<span class="btn white"> <<link "+100$">>
<<set $lya.friend += 1>>
<<set $prota.money +=100>>
<<goto "Street">>
<</link>></span>
<</linkreplace>>
</span>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>><h1 class="titulo">Store</h1>
<br><br>
<img src="assets\img\store2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<cont append keypress>>
<<prota $protaimg "<<w>>Oh here's MIA, my old classmate... Although she loves to read, her grades were always a disaster.<</w>>">>
<br><br>
<img src="assets\characters\mia\mia_meet1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>She inherited her father's shop and her mother's perfect ass<</w>>">>
<<prota $protaimg "<<w>>I still have the photo that was leaked when we studied together, it hard me a lot to get it, but it was worth it<</w>>">>
<br><br>
<img src="assets\characters\mia\mia_meet2.png" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<prota $protaimg "<<w>>What a provocative ass, I studied with her for 5 years and I do not remember the color of her eyes, but yes each pants she wore<</w>>">>
<<cont append keypress>>
<<mia mia1 "Hey, planet earth calling, hello? Are you going to buy something?">>
<<prota $protaimg "Oh... uum, yeah I'm sorry">>
<br><br>
<span class="btn white"> <<link "Take a look at the store">>
<<goto "Store_prev">>
<</link>></span>
<</cont>>
<</cont>><<prota $protaimg "<<w>>The workshop is closed, but it seems that Lya is at home<</w>>">>
<<prota $protaimg "<<w>>I would have liked her to review a strange noise that the car has, but I will not bother her about it, for sure she is resting<</w>>">>
<br><br>
<h2 class="big">You take your car keys ready to go</h2>
<<cont append keypress>>
<br><br>
<h2 class="big">But just before you go you see something... </h2>
<br><br>
<img src="assets\characters\lya\silueta.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Who is that...<</w>>">>
<<prota $protaimg "<<w>>OH SHIT, IS A THIEF! He's going to rob her or worse, he's going to kill her<</w>>">>
<<prota $protaimg "<<w>>I must do something... I don't want something to happen to lya<</w>>">>
<<linkreplace "<p class='btn white'>Kick the door and enter the house</p>" t8n>>
<br><br>
<h2 class="big">You kick the door as hard as you can</h2>
<br><br>
<video muted autoplay loop><source src="assets\vids\kick_door.webm" type="video/webm"></video>
<br><br>
<h2 class="big">But you can't open it</h2>
<br><br>
<<cont append keypress>>
<h2 class="big">A few seconds later you hear how someone opens the door</h2>
<<lya lya1 "What the hell are you doing?">>
<<prota $protaimg "Lya there is no time, come out while I distract him, if I do not leave in 5 minutes call the police">>
<br><br>
<h2 class="big">A tall man in an elegant suit looks at you with arrogance</h2>
<<chico matthew ???? "Who's this?">>
<<lya lya1 "Matthew he is $prota.name, $prota.name he is Matthew">>
<<chico matthew Matthew "Anyway, come later we are busy and do not worry about the door, if something is damaged I will pay for it">>
<<prota $protaimg "<<w>>An elegant man with money... I guess that's what Lya deserves<</w>> I'm sorry lya, I thought there was a thief, I'm leaving">>
<<lya lya1 "Did you really think that? Come on in, give me a moment">>
<br><br>
<h2 class="big">Lya whispers something to Matthew</h2>
<br><br>
<img src="assets\characters\lya\lya_date1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<cont append keypress>>
<br><br>
<h2 class="big">Matthew gets up and leaves</h2>
<<prota $protaimg "Who was he? Your.... boyfriend?">>
<<lya lya1 "What? No, It was someone I met online, this was our first date but...">>
<<prota $protaimg "But..?">>
<<lya lya1 "When I was showing him my workshop, I gave him a wrench, he mistakenly got grease on his hand and spent 30 minutes in the bathroom washing his hands">>
<<lya lya1 "Do you know how many minutes of dating we had? 35 minutes, 30 of him washing his hands and the other 5 watching you kick the door">>
<<prota $protaimg "Wow, I'm sorry">>
<<lya lya1 "Anyway, tell me why did you come?">>
<<prota $protaimg "My car has a strange sound, it may be nothing but I want to be sure">>
<br><br>
<h2 class="big">Lya takes a quick look at your car</h2>
<<cont append keypress>>
<<lya lya1 "This part is very worn... I will adapt one to you, but you will have to look for the original if you want to continue driving">>
<<prota $protaimg "This car is kind of old, where can I get one?">>
<<lya lya1 "Call this number on Thursday noon in the park, my friend Jade will give you a new piece">>
<br>
<span class="btn white"> <<link "Thanks lya">>
<<notify 3s>>New Quest Added!<</notify>>
<<set $quest_piece.status to "active">>
<<goto "Street">>
<<set $quest_piece.fase to "1">>
<</link>></span>
<</cont>>
<</cont>>
<</cont>>
<</linkreplace>>
<</cont>><<if $hm == 0>>
<<prota $protaimg "Hello, jade? Is $prota.name">>
<<chica gfemale2 Jade "Hello, lya already told me what you are looking for, come to my house, I'll wait for you here">>
<br><br>
<h2 class="big">Receive a message with Jade's address</h2>
<<cont append keypress>>
<<scrolldown>>
<br><br>
<<prota $protaimg "She Lives south of Holbeck...">>
<span class="btn white"> <<link "Go to Holbeck-South">>
<<set $hm to 1>>
<<goto "jade_event_1">>
<</link>></span><</cont>><</if>>
<<if $hm == 1>>
<img src="assets\characters\generics\jade_house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "This is the house">>
<<linkreplace "<p class='btn white'>Ring the bell</p>" t8n>>
<br><br>
<h2 class="big">A not very tall Asian girl with perfect tits opens the door</h2>
<<cont append keypress>>
<br><br>
<img src="assets\characters\generics\jade1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica jade Jade "How did you get there so fast?">>
<<prota $protaimg "I seem to have a natural talent for driving fast">>
<<chica jade Jade "You are just what i need">>
<<prota $protaimg "What are you talking about?">>
<<chica jade Jade "As you know South Holbeck is full of street races, in a few days there will be one and I need to win it because I made a bet">>
<<prota $protaimg "And why me?">>
<<chica jade Jade "Lya told me that you have a natural talent, she has been watching you and although she does not admit it she is very impressed, also as soon as she told me that you needed a part for your car I thought it would be the perfect opportunity">>
<<prota $protaimg "I do not know...">>
<<cont append keypress>>
<<chica jade Jade "Oh do you want some motivation?">>
<br><br>
<img src="assets\characters\generics\jade2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica jade Jade "Win that race and maybe we can become really good friends">>
<br><br>
<img src="assets\characters\generics\jade3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>The truth would have participated in the race just for the piece... But now I have an additional motivation<</w>> Ok I will do it">>
<<chica jade Jade "It is very important that you win, my mechanic will install the part you needed in your car, is there anything else you need?">>
<br><br>
<span id="b_1">
<<linkreplace "<p class='btn red'>I would like a little more \"visual\" motivation </p>" t8n>>
<<replace "#b_2">><</replace>>
<<chica jade Jade "I don't want to distract you, I need you focused... But at the same time it's so hot in here">>
<br><br>
<img src="assets\characters\generics\jade4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica jade Jade "Win the race and I will take care of rewarding you well">>
<br>
<span class="btn white"> <<link "I feel hyper motivated">>
<<set $hm to 0>>
<<set $quest_piece.fase to "2">>
<<goto "Street">>
<</link>></span>
<</linkreplace>></span>
<br><br>
<span id="b_2">
<<linkreplace "<p class='btn blue'>I'm low on gas, could you give me 100$? </p>" t8n>>
<<replace "#b_1">><</replace>>
<<chica jade Jade "Sure, just make sure you do your best please">>
<br>
<span class="btn white"> <<link "Get the 100$">>
<<set $prota.money += 100>>
<<set $hm to 0>>
<<set $quest_piece.fase to "2">>
<<goto "Street">>
<</link>></span>
<</linkreplace>></span>
<</cont>>
<</cont>>
<</linkreplace>>
<</if>><h1 class="titulo">The race</h1>
<br>
You arrive at a place full of people from the underworld, you see many modified cars and scantily clad girls
<br><br>
<img src="assets\characters\generics\jade_c_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<video muted autoplay loop><source src="assets\vids\street_twerking.webm" type="video/webm"></video>
<br><br>
<h2 class="big">A very drunk girl from the street puts her tits in the window of your car while saying:</h2>
<<chica gfemale2 ????? "Y... you.. <<a>>Rub her tits harder in your car<</a>> a-are next">>
<br><br>
<video muted autoplay loop><source src="assets\vids\tits_car_windows.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>I want to squeeze those tits, but I need to focus<</w>>">>
<br><br>
<h2 class="big">A race just ended, it seems you're next</h2>
<<cont append keypress>>
<br><br>
<<prota $protaimg "<<w>>Wait, did that guy just lose his car?<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_event1.webm" type="video/webm"></video>
<br><br>
<h2 class="big">Jade pushes the girl away from your car</h2>
<<chica jade Jade "Get outta here drunk bitch, don't come near my pilot">>
<<prota $protaimg "Jade, why did that guy lose his car?">>
<<chica jade Jade "Today's races are not for amateurs, today my money and your car are at stake">>
<<prota $protaimg "Oh shit, why didn't you tell me anything?">>
<<chica jade Jade "Shut up and go to your position, it's going to start <<a>>Jade turns around and you hear her whisper<</a>> If Lya trusts you, so do I">>
<br><br>
<span class="btn white"> <<link "Start the race">>
<<goto "jade_event_3">>
<</link>></span>
<</cont>><<prota $protaimg "<<w>>Just focus on the car and the road, don't overthink<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\vids\car_race.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br>
<h2 class="big">After 2 curves the other car manages to pass you</h2>
<<prota $protaimg "<<w>>Shit I think I'll have to risk more<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Accelerate more</p>" t8n>>
<video muted autoplay loop><source src="assets\vids\speedup.webm" type="video/webm"></video>
<br><br>
<<linkreplace "<p class='btn red'>take the sharp bend at full speed</p>" t8n>>
<<shakescreen 2s>>
<h2 class="big">You manage to pass the other car right at the end</h2>
<br><br>
<video muted autoplay loop><source src="assets\vids\pass_car.webm" type="video/webm"></video>
<<prota $protaimg "YES!!">>
<br><br>
<<linkreplace "<p class='btn white'>Win the race</p>" t8n>>
<video muted autoplay loop><source src="assets\vids\win_race.webm" type="video/webm"></video>
<<cont append keypress>>
<<prota $protaimg "JADE I DID IT, WE WON!!!!">>
<<chica jade Jade "I KNOW!! Well done boy, now the best thing will be to part, the police are on their way">>
<<chica jade Jade "Look for me near the beach in the morning">>
<<prota $protaimg "Hey, what about the guy who lost his car in the first race?">>
<<chica jade Jade "We can't worry about him, get out now!">>
<<cont append keypress>>
<br><br>
🔊
<video controls><source src="assets\vids\nfs.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>Poor guy<</w>>">>
<br><br>
<span class="btn white"> <<link "Go home and sleep">>
<<set $quest_piece.fase to "3">>
<<goto "sleep">>
<</link>></span>
<</cont>>
<</cont>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</cont>><<if $hm == 0>>
<video muted autoplay loop><source src="assets\characters\generics\jade_event2.webm" type="video/webm"></video>
<<prota $protaimg "Go up">>
<br><br>
<h2 class="big">Jade gets in the car</h2>
<<cont append keypress>>
<<prota $protaimg "hahahaha why are you dressed like that?">>
<<chica jade Jade "There's a party on the beach tonight, do you like it?">>
<span class="btn white"> <<link "love It">>
<<set $hm to 1>>
<<goto "jade_event_4">>
<</link>></span>
<</cont>>
<</if>>
<<if $hm == 1>>
<<chica jade Jade "Oh thank you, it also has this">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_event3.webm" type="video/webm"></video>
<<prota $protaimg "Ok, definitely the more I see it the more I like it">>
<<chica jade Jade "Hahahaha oh stop, you're going to make me blush">>
<span class="btn white"> <<link "And tell me...">>
<<set $hm to 2>>
<<goto "jade_event_4">>
<</link>></span>
<</if>>
<<if $hm == 2>>
<<prota $protaimg "What happened to the race, what did you do with the car that we won?">>
<<chica jade Jade "Oh yes, with the money I paid my debts and the car I gave it to Lya, a car so full of fines is better to disassemble it... But don't worry there's still something for you">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_event4.webm" type="video/webm"></video>
<<chica jade Jade "I love to see your face every time you see my boobs, it seems like you are seeing a unicorn.">>
<<prota $protaimg "Believe me, I'd rather see your tits than a horse with a horn">>
<<chica jade Jade "I bet you die to touch them">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_event5.webm" type="video/webm"></video>
<<prota $protaimg "Can I touch them?">>
<<chica jade Jade "Better drive, let's go to a more private place">>
<br><br>
<span class="btn red"> <<link "Drive to the jade house">>
<<set $hm to 3>>
<<goto "jade_event_4">>
<</link>></span>
<</cont>>
<</if>>
<<if $hm == 3>>
<<chica jade Jade "Your cock is very hard, do you need help?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_event6.webm" type="video/webm"></video>
<<prota $protaimg "Definitely">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_event7.webm" type="video/webm"></video>
<<prota $protaimg "Oh my God">>
<br><br>
<h2 class="big">You finally arrive at the jade house</h2>
<<cont append keypress>>
<<chica jade Jade "Having your cock in my mouth made me want to have it inside, fuck me right here">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_event8.webm" type="video/webm"></video>
<<chica jade Jade "//Ohhh// yes!! fuck me">>
<<prota $protaimg "Do you like having my cock inside?">>
<<chica jade Jade "A lot, please don't stop">>
<<chica jade Jade "$prota.name f-faster">>
<br><br>
🔊
<video controls><source src="assets\characters\generics\jade_event9a.webm" type="video/webm"></video>
<<chica jade Jade "I'M CUMMING! //HHHhhhmmmn//">>
<<cont append keypress>>
<<chica jade Jade "How good that felt, damn //Ufff//">>
<br><br>
🔊
<video controls><source src="assets\characters\generics\jade_event10a.webm" type="video/webm"></video>
<<chica jade Jade "I want your cum... will you give it to me my face or my tits?">>
<span class="btn red"> <<link "I will fill you with cum all over the place">>
<<set $hm to 4>>
<<goto "jade_event_4">>
<</link>></span>
<span class="btn blue"> <<link "Open your mouth wide">>
<<set $hm to 5>>
<<goto "jade_event_4">>
<</link>></span>
<</cont>>
<</cont>>
<</if>>
<<if $hm == 4>>
<<prota $protaimg "Holy shit //ARRRGHH!!//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_event12.webm" type="video/webm"></video>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_event13.webm" type="video/webm"></video>
<<cont append keypress>>
<<chica jade Jade "//Mmmm// I hope I need you again soon">>
<span class="btn white"> <<link "For you, always available">>
<<set $hm to 0>>
<<goto "Street">>
<</link>></span><</cont>><</if>>
<<if $hm == 5>>
<<prota $protaimg "Holy shit //ARRRGHH!!//">>
🔊
<video controls><source src="assets\characters\generics\jade_event11a.webm" type="video/webm"></video>
<<cont append keypress>>
<<chica jade Jade "//Mmmm// I hope I need you again soon">>
<span class="btn white"> <<link "For you, always available">>
<<set $hm to 0>>
<<goto "Street">>
<</link>></span><</cont>><</if>><<if $hm == 0>>
<h2 class="big">Lya is repairing a car</h2>
<<prota $protaimg "Do you need help with that?">>
<<lya lya1 "Nha I'm fine, just this nut is stuck">>
<br><br>
<img src="assets\characters\lya\lya_event1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "I'll help you, give me the wrench">>
<<lya lya1 "You will hurt your hands, I melt him with the blowtorch, no problem">>
<br><br>
<span id="b_1">
<<linkreplace "<p class='btn red'>Take away the wrench from her</p>" t8n>>
<<replace "#b_2">><</replace>>
<<set $lya.friend += 1>>
<h2 class="big3">She seems to like your determination</h2>
<<lya lya1 "<<a>>Lya looks at you with expectation<</a>> I don't think you can">>
<br><br>
<span class="btn red"> <<link "Use all your strength">>
<<set $hm to 1>>
<<goto "lya_event_2">>
<</link>>
</span>
<</linkreplace>>
</span>
<br><br>
<span id="b_2">
<<linkreplace "<p class='btn blue'>I insist, please give me the wrench </p>" t8n>>
<<replace "#b_1">><</replace>>
<<set $lya.friend -= 1>>
<h2 class="big3">Lya is bothered by your insistence</h2>
<<lya lya1 "//argh// alright take">>
<br><br>
<span class="btn red"> <<link "Use all your strength">>
<<set $hm to 1>>
<<goto "lya_event_2">>
<</link>>
</span>
<</linkreplace>>
</span>
<</if>>
<<if $hm == 1>>
<<linkreplace "<p class='btn white'>Turn the nut</p>" t8n>>
<<shakescreen 1s>>
<<linkreplace "<p class='btn blue'>TuRn tHe nUt</p>" t8n>>
<<shakescreen 1s>>
<<linkreplace "<p class='btn red'>TURN THE NUT</p>" t8n>>
<<shakescreen 2s>>
<<prota $protaimg "I DID IT!">>
<<lya lya1 "Oh, you're not as weak as I thought">>
<<cont append keypress>>
<<lya lya1 "You have grease on your hands, you can go wash if you want">>
<br><br>
<span id="b_1">
<<linkreplace "<p class='btn red'><<a>>Clean your hands with your pants<</a>> Nha, I'm fine</p>" t8n>>
<<replace "#b_2">><</replace>>
<<set $lya.friend += 1>>
<h2 class="big3">Lya smiles</h2>
<br><br>
<span class="btn white"> <<link "I'll go to work, if you need me just call">>
<<set $hm to 0>>
<<goto "Street">>
<</link>></span>
<</linkreplace>>
</span>
<br><br>
<span id="b_2">
<<linkreplace "<p class='btn blue'> Ok, I'll be right back</p>" t8n>>
<<replace "#b_1">><</replace>>
<<set $lya.friend -= 1>>
<h2 class="big3">Lya doesn't seem to like your "delicacy"</h2>
<br><br>
<span class="btn white"> <<link "I'll go to work, if you need me just call">>
<<set $hm to 0>>
<<goto "Street">>
<</link>></span>
<</linkreplace>>
</span>
<</cont>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</if>><h2 class="big">A drunk girl gets in your taxi</h2>
<<chica gfemale2 ?????? "I lo... love your taxi...... BUT it's hotter in here <<a>>points to the car with her finger<</a>> than hell">>
<<prota $protaimg "Sorry, I can turn on the air conditioner if you want">>
<br><br>
<h2 class="big">The girl stays with staring at infinity</h2>
<<chica gfemale2 ?????? "Hahahaha y.... you are SO funny... I have a better idea">>
<br><br>
<h2 class="big">The girl takes off part of her shirt showing you her tits</h2>
<br><br>
<<switch random(1, 7)>>
<<case 1>>
<img src="assets\img\good\tits_in_car_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 2>>
<img src="assets\img\good\tits_in_car_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 3>>
<img src="assets\img\good\tits_in_car_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 4>>
<img src="assets\img\good\tits_in_car_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 5>>
<img src="assets\img\good\tits_in_car_5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 6>>
<img src="assets\img\good\tits_in_car_6.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 7>>
<img src="assets\img\good\tits_in_car_7.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<</switch>>
<br><br>
<<earned_money 0 0>><h2 class="big">Lya is sitting next to her mustang</h2>
<<lya lya1 "I spend time with the love of my life">>
<<prota $protaimg "Oh, at the end the online dating gave result?">>
<<lya lya1 "Nha, I already gave up on that. For now I'll keep my only love, my mustang">>
<br><br>
<img src="assets\img\fakecar.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "You know what? Now that I know more about cars I can see why it is so valuable to you">>
<<lya lya1 "Hey, you can finally see it the way I see it">>
<<prota $protaimg "Can i go up?">>
<br><br>
<h2 class="big">Lya thinks for a moment...</h2>
<<lya lya1 "Hmm... Yes, why not">>
<br><br>
<<linkreplace "<p class='btn white'>Get in the car</p>" t8n>>
<img src="assets\img\mustang_interior.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>It's amazing how well cared for the car is, it's so ... Wait, what is this?<</w>>">>
<br><br>
<h2 class="big">There is a photo album inside the car</h2>
<<linkreplace "<p class='btn red'>See the photos</p>" t8n>>
<img src="assets\characters\lya\lya_album_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<img src="assets\characters\lya\lya_album_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Wait, I DON'T BELIEVE IT<</w>>">>
<br><br>
<img src="assets\characters\lya\lya_album_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>I have to take a picture of this<</w>>">>
<br><br>
<img src="assets\characters\lya\lya_album_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<<linkreplace "<p class='btn red'><<a>>Take a picture with your phone<</a>></p>" t8n>>
<h2 class="big">The camera //* clicks *// and makes a white light from the flash</h2>
<br><br>
<video muted autoplay loop><source src="assets\vids\hidding_car.webm" type="video/webm"></video>
<<cont append keypress>>
<<lya lya1 "What are you doing?">>
<br><br>
<h2 class="big">Lya approaches the window of the car</h2>
<<prota $protaimg "No... N-nothing">>
<<lya lya1 "OH MY GOD, I'm going to kill you!! where was that album?!">>
<<prota $protaimg "Here in the car, but don't worry, you look great in these photos">>
<<lya lya1 "Hahahahah shut up">>
<<prota $protaimg "I only say what I see">>
<<lya lya1 "A friend and I took those photos thinking that we would be famous models... Luckily no one ever saw them">>
<<prota $protaimg "Hey, here i see a lot of potential">>
<<lya lya1 "Do you really think so? take, you can take this photo">>
<br><br>
<img src="assets\characters\lya\lya_album_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "//Oww// I wanted the one with the boobs">>
<<lya lya1 "Hahahaha">>
<<lya lya1 "Get out before I kick you out of here!">>
<br><br>
<span class="btn white"> <<link "I came looking for copper and I found gold">>
<<set $lya.friend += 1>>
<<goto "Street">>
<</link>></span>
<</cont>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><h2 class="big">Maids Available</h2>
<br>
<div class="menu-grid">
<<maid 16 "normal" "1" "kitchen" "bathroom" "guest room">>
<<maid 18 "normal" "2" "guest room" "living room" "kitchen">>
<<maid 22 "normal" "3" "kitchen" "living room" "living room">>
<<maid 19 "normal" "4" "kitchen" "kitchen" "bathroom">>
<<maid 25 "normal" "5" "kitchen" "kitchen" "bathroom">>
<<maid 12 "normal" "6" "living room" "bathroom" "kitchen">>
<<maid 14 "normal" "7" "living room" "living room" "bathroom">>
<<maid 12 "normal" "8" "living room" "living room" "kitchen">>
</div>
<br><br>
<h2 class="big">Maids Available (Patreon)</h2>
<<if $p_spt == true>>
<br>
<div class="menu-grid">
<<maid 15 "patreon" "1" "living room" "kitchen" "bathroom">>
<<maid 12 "patreon" "2" "living room" "kitchen" "guest room">>
<<maid 16 "patreon" "3" "guest room" "kitchen" "living room">>
<<maid 20 "patreon" "4" "bathroom" "kitchen" "living room">>
<<maid 13 "patreon" "5" "bathroom" "kitchen" "living room">>
<<maid 15 "patreon" "6" "living room" "bathroom" "kitchen">>
<<maid 18 "patreon" "7" "kitchen" "kitchen" "bathroom">>
<<maid 11 "patreon" "8" "guest room" "living room" "living room">>
<<maid 16 "patreon" "9" "kitchen" "living room" "living room">>
<<maid 14 "patreon" "10" "living room" "living room" "living room">>
<<maid 28 "patreon" "11" "guest room" "guest room" "bathroom">>
<<maid 25 "patreon" "12" "bathroom" "guest room" "kitchen">>
<<maid 15 "patreon" "13" "kitchen" "kitchen" "bathroom">>
<<maid 22 "patreon" "14" "kitchen" "bathroom" "guest room">>
</div>
<<else>>
<br>
<div class="menu-grid">
<<maid 15 "prev" "1" "living room" "kitchen" "bathroom">>
<<maid 12 "prev" "2" "living room" "kitchen" "guest room">>
<<maid 16 "prev" "3" "guest room" "kitchen" "living room">>
<<maid 20 "prev" "4" "bathroom" "kitchen" "living room">>
<<maid 13 "prev" "5" "bathroom" "kitchen" "living room">>
<<maid 15 "prev" "6" "living room" "bathroom" "kitchen">>
<<maid 18 "prev" "7" "kitchen" "kitchen" "bathroom">>
<<maid 11 "prev" "8" "guest room" "living room" "living room">>
<<maid 16 "prev" "9" "kitchen" "living room" "living room">>
<<maid 14 "prev" "10" "living room" "living room" "living room">>
<<maid 28 "prev" "11" "guest room" "guest room" "bathroom">>
<<maid 25 "prev" "12" "bathroom" "guest room" "kitchen">>
<<maid 15 "prev" "13" "kitchen" "kitchen" "bathroom">>
<<maid 22 "prev" "14" "kitchen" "bathroom" "guest room">>
</div>
<</if>><h1 class="titulo">Abandoned House</h1>
<<include "save_game_compatibility">>
<<if $a_house.repair == false>>
<img src="assets\img\a_house_before.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<elseif $a_house.repair == true and $a_house.event < 3>>
<img src="assets\img\a_house_after.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<elseif $a_house.repair == true and $a_house.event >= 3>>
<img src="assets\characters\nathaly\a_house_banner.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<</if>>
<br><br>
<<if $a_house.event == 0 or $a_house.event == 1>>
<<include "a_house_events">>
<</if>>
<<if $a_house.event < 3 >>
<<include "a_house_events2">>
<<elseif $a_house.event >= 3 >>
<<include "a_house_events3">>
<</if>>
<br>
<span class="btn white"> <<link "Go to the street">>
<<goto "Street">>
<</link>>
</span><<if $a_house.event == 0 and not hasVisited("a_house_event_1")>>
<<if $neptuno.enable == true>>
<span class="btn white"> <<link "Explore the abandoned house">>
<<set $a_house.event to 1>>
<<goto "a_house_event_1">>
<</link>>
</span>
<<elseif $neptuno.enable == false>>
<h2 class="big4">
<p class="nobtn">Explore the abandoned house</p>
<br>
You need:
<br>
Meet Neptuno
<br>
</h2>
<</if>><</if>>
<<if $a_house.event == 1>>
<h2 class="big4">
For the mystery woman to heal her wounds you need:
<br><br>
<<if $nathaly.vegetables >= 5>>
==🥦 Vegetables (x5)==
<<elseif $nathaly.vegetables < 5>>
<<set _vegetables to 5 - $nathaly.vegetables>>
🥦 Vegetables (x_vegetables)
<</if>>
<br>
<<if $nathaly.fruits >= 5>>
==🍎 Fruits (x5)==
<<elseif $nathaly.fruits < 5>>
<<set _fruits to 5 - $nathaly.fruits>>
🍎 Fruits (x_fruits)
<</if>>
<br>
<<if $nathaly.pills >= 2>>
==💊 Pills (x2)==
<<elseif $nathaly.pills < 2>>
<<set _pills to 2 - $nathaly.pills>>
💊 Pills (x_pills)
<</if>>
<br>
<<if $nathaly.injection >= 1>>
==💉 Injection (x1)==
<<elseif $nathaly.injection < 1>>
<<set _injection to 1 - $nathaly.injection>>
💉 Injection (x_injection)
<</if>>
<br>
<<if $nathaly.friend >= 7>>
==❤️ Heal their wounds (x7)==
<<elseif $nathaly.friend < 7>>
<<set _friend to 7 - $nathaly.friend>>
❤️ Heal their wounds (x_friend)
<</if>>
<br>
<<if $a_house.repair == true>>
==🔨 Repair abandoned house (x1)==
<<elseif $a_house.repair == false>>
🔨 Repair abandoned house (x1)
<</if>>
<br>
</h2>
<br><br>
<<if $prota.money >= 500 and $a_house.repair == false>>
<span class="btn white"> <<link "Repair abandoned house (500$) 💵">>
<<set $prota.money -= 500>>
<<set $a_house.repair to true>>
<<goto "a_house">>
<</link>></span>
<<elseif $prota.money < 500 and $a_house.repair == false>>
<p class="nobtn">Repair abandoned house (500$) 💸</p>
<</if>>
<br><br>
<<if $nathaly.friend < 7>>
<<if $nathaly.talk == false>>
<span class="btn white"> <<link "❤️ Heal their wounds">>
<<set $nathaly.talk to true>>
<<set $nathaly.friend += 1>>
<<goto "nathaly_heal">>
<</link>></span>
<<elseif $nathaly.talk == true>>
<p class="nobtn">❤️ You have already healed their wounds today</p>
<</if>>
<br><br>
<</if>>
<</if>>
<<if $nathaly.vegetables >= 5 and $nathaly.fruits >= 5 and $nathaly.pills >= 2 and $nathaly.injection >= 1 and $nathaly.friend >= 7 and $a_house.repair == true and $quest_nathaly.fase == 1>>
<<set $quest_nathaly.fase to 2>>
<<set $a_house.event to 2>>
<<goto "a_house">>
<</if>><<if $hm == 0>>
<<prota $protaimg "<<w>>This house is in ruins, maybe it would be a good place to hide things<</w>>">>
<<prota $protaimg "<<w>>too bad it's so creepy<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Go into the house</p>" t8n>>
<img src="assets\img\a_house_inside.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Ok, I think I better go<</w>>">>
<br><br>
<h2 class="big">Do you hear a sound</h2>
<<prota $protaimg "<<w>>What was that?<</w>>">>
<<prota $protaimg "There is someone there?">>
<br><br>
<h2 class="big">You feel something very cold right behind your head</h2>
<br><br>
<h2 class="big">Fear paralyzes you</h2>
<<chico thief Thief "Shut the fuck up">>
<<prota $protaimg "S.. sorry you can take my mo.. money and my phone">>
<<chico thief Thief "Shut up, I don't want your alms, how did you find me?">>
<<prota $protaimg "I just walked in here, I don't know you I swear">>
<<chico thief Thief "//So you don't know anything about the woman...//">>
<<chico thief Thief "Run">>
<<prota $protaimg "What?">>
<<chico thief Thief "Run damn you got 2 minutes or I'll blow your head off">>
<br><br>
<span class="btn white"> <<link "Run">>
<<set $hm to 1>>
<<goto "a_house_event_1">>
<</link>>
</span>
<</linkreplace>>
<</if>>
<<if $hm == 1>>
<<linkreplace "<p class='btn blue'>RuN fAsTer</p>" t8n>>
<<shakescreen 1s>>
<<linkreplace "<p class='btn red'>RuN ouT Of tHe HoUsE</p>" t8n>>
<<shakescreen 2s>>
<span class="btn white"> <<link "Get in the car">>
<<set $hm to 2>>
<<goto "a_house_event_1">>
<</link>></span>
<</linkreplace>>
<</linkreplace>>
<</if>>
<<if $hm == 2>>
<video muted autoplay loop><source src="assets\vids\escape.webm" type="video/webm"></video>
<<prota $protaimg "Shit, I almost died">>
<<prota $protaimg "I better hurry">>
<br><br>
<video muted autoplay loop><source src="assets\vids\speedup.webm" type="video/webm"></video>
<br><br>
<h2 class="big">As you drive you see something on the side of the road</h2>
<br>
<<linkreplace "<p class='btn white'>Stop the car</p>" t8n>>
<<prota $protaimg "What is this?">>
<br><br>
<<linkreplace "<p class='btn white'>Come closer</p>" t8n>>
<<prota $protaimg "Is a woman?">>
<br><br>
<img src="assets\img\woman_street.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Looks like she's still breathing, I need to ask for help">>
<br><br>
<span class="btn white"> <<link "Call Home">>
<<goto "a_house_event_b1">>
<</link>>
</span>
<</linkreplace>>
<</linkreplace>>
<</if>><img src="assets\img\call.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">You call home and $amuleto.name picks up the phone</h2>
<<prota $protaimg "I don't have time, quickly tell neptuno to come that I need it">>
<br><br>
<h2 class="big">You immediately hear a bark behind you</h2>
<<prota $protaimg "Oh, forget it">>
<<amuleto amuleto2 "That's why you can't get a girlfriend <<a>>Hangs up the phone<</a>>">>
<<neptuno neptuno "Sup boy?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\sup.webm" type="video/webm"></video>
<<prota $protaimg "Quick, we have no time to lose, this woman is dying, do something with your magical powers">>
<<neptuno neptuno "My \"magic powers\"? What do you think I am, the tooth fairy?">>
<<neptuno neptuno "Human conflicts are solved by humans... Though I've always found it tempting to revive Michael Jackson">>
<<prota $protaimg "What do I do then?">>
<<neptuno neptuno "First tell me what happened">>
<br><br>
<<linkreplace "<p class='btn white'>Tell Neptuno everything (...)</p>" t8n>>
<<prota $protaimg "(...) And then I called you and you came">>
<<neptuno neptuno "Ok, take her to the abandoned house; nothing links you with her. I will give you a small amulet, with which no one will be able to enter or leave the house, leave it near the front door">>
<br><br>
<img src="assets\img\amuleto2.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
<<prota $protaimg "With that the thieves will go?">>
<<neptuno neptuno "Yep, then you decide if you stay to see if she improves or go and leave her, but decide quickly if the police come you will have to give a lot of explanations">>
<<prota $protaimg "I don't want to go to jail for something I didn't do; I'd better leave it there and leave as fast as I can">>
<<prota $protaimg "...I cannot see if it is an older woman or a young woman; it has so much grass and clothes on it that I can hardly distinguish">>
<<neptuno neptuno "There is her purse, see if there is a photo">>
<br><br>
<<linkreplace "<p class='btn white'>Find a photo in her purse</p>" t8n>>
<<prota $protaimg "Shit, these clothes look too expensive; I think this woman is a millionaire or something... Here is a photo">>
<br><br>
<<linkreplace "<p class='btn white'>See the photo</p>" t8n>>
<img src="assets\characters\nathaly\intro.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "...">>
<br><br>
<span class="btn blue"> <<link "Get her to a safe place... QUICK!">>
<<goto "a_house_event_c1">>
<</link>></span>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><<prota $protaimg "Neptuno to the car, NOW!">>
<br><br>
<video muted autoplay loop><source src="assets\vids\driving_fast.webm" type="video/webm"></video>
<<neptuno neptuno "You never drive so fast when I want snacks">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\neptuno_car.webm" type="video/webm"></video>
<br><br>
<<linkreplace "<p class='btn white'>Leave the woman on a bed inside the abandoned house</p>" t8n>>
<<prota $protaimg "<<w>>Don't worry, I'll see to it that your wounds heal<</w>>">>
<br><br>
<img src="assets\characters\nathaly\nathaly_bed.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<span class="btn white"> <<link "Get out of the house">>
<<set $hm to 0>>
<<notify 3s>>New Quest Added!<</notify>>
<<set $quest_nathaly.status to "active">>
<<goto "Street">>
<</link>></span>
<</linkreplace>><<widget "m_item">>
<<set _actualstore to passage()>>
/* Imprimo titulo, imagen y descripción💸💵*/
<<if $inventory.count($args[0]) >= $args[3]>>
<<else>>
<div class="col3">
<h2 class="big">$args[0]</h2>
<img class="nbimg" @src="'assets/img/store/' + $args[1]" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
/* Imprimo el boton de compra */
<<if $prota.money >= $args[2]>>
<span class="buy-on" style="padding: 0;"> <<link "Buy Item $ $args[2] 💵">>
/* Refresco el pasaje, resto el dinero.... */
<<set $prota.money -= $args[2]>>
<<goto _actualstore>>
<<set $inventory.push($args[0])>>
<</link>></span><</if>>
/* Si el dinero no es suficiente, no hay botón clickeable */
<<if $prota.money < $args[2]>>
<p class="buy-off">Buy item $ $args[2] 💸</p>
<</if>>
</div>
<</if>>
<</widget>><<set $nathaly.fruits += $inventory.count("Fruits")>>
<<set $nathaly.vegetables += $inventory.count("Vegetables")>>
<<set $nathaly.injection += $inventory.count("Injection")>>
<<set $nathaly.pills += $inventory.count("Pills")>>
<<set $nathaly.condom += $inventory.count("Condom")>>
<<run $inventory.delete("Fruits")>>
<<run $inventory.delete("Vegetables")>>
<<run $inventory.delete("Injection")>>
<<run $inventory.delete("Pills")>>
<<run $inventory.delete("Condom")>>
<<set $neptuno.snacks += $inventory.count("Snacks")>>
<<run $inventory.delete("Snacks")>><<if $nathaly.friend == 1>>
<img src="assets\characters\nathaly\nathaly_bed.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "She is still unconscious, she is lucky to be alive">>
<br><br>
<span class="btn white"> <<link "Finish healing their wounds for today">>
<<goto "a_house">>
<</link>></span>
<</if>>
<<if $nathaly.friend == 2>>
<img src="assets\characters\nathaly\nathaly_bed.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "I think I saw her move her hand, maybe she wake up soon">>
<br><br>
<span class="btn white"> <<link "Finish healing their wounds for today">>
<<goto "a_house">>
<</link>></span>
<</if>>
<<if $nathaly.friend == 3>>
<<chica nathaly1 ????? "//It... hu... hurts...//">>
<<prota $protaimg "Seems to say her first words">>
<br><br>
<span class="btn white"> <<link "Finish healing their wounds for today">>
<<goto "a_house">>
<</link>></span>
<</if>>
<<if $nathaly.friend == 4>>
<h2 class="big">Finally she opens her eyes</h2>
<<chica nathaly1 ????? "Take what you want, but don't hit me anymore please">>
<<prota $protaimg "It seems that she is delirious">>
<br><br>
<span class="btn white"> <<link "Finish healing their wounds for today">>
<<goto "a_house">>
<</link>></span>
<</if>>
<<if $nathaly.friend == 5>>
<<chica nathaly1 ????? "I'm hungry">>
<<prota $protaimg "Don't worry, I brought you something to eat">>
<<chica nathaly1 ????? "How long have I been here?">>
<<prota $protaimg "Just a couple of days">>
<br><br>
<h2 class="big">It seems that she is finally recovering</h2>
<br><br>
<span class="btn white"> <<link "Finish healing their wounds for today">>
<<goto "a_house">>
<</link>></span>
<</if>>
<<if $nathaly.friend == 6>>
<img src="assets\characters\nathaly\nathaly11.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "You finally stood up!">>
<<chica nathaly1 ????? "I'm still somewhat disoriented, I still haven't recovered from the blows you gave me">>
<<prota $protaimg "<<w>>It seems that she confuses me with thieves ... But this is not the time to explain everything that happened<</w>>">>
<br><br>
<span class="btn white"> <<link "Finish healing their wounds for today">>
<<goto "a_house">>
<</link>></span>
<</if>>
<<if $nathaly.friend == 7>>
<img src="assets\characters\nathaly\nathaly2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica nathaly1 ????? "GET OUT! I'm changing clothes">>
<<prota $protaimg "Oh sorry I'll wait outside">>
<br><br>
<h2 class="big">You speak to her through the door</h2>
<<prota $protaimg "What is your name?">>
<<nathaly nathaly1 "Nathaly and yours?">>
<<prota $protaimg "$prota.name">>
<br><br>
<span class="btn white"> <<link "Finish healing their wounds for today">>
<<goto "a_house">>
<</link>></span>
<</if>><<if $nathaly.talk == false and $nathaly.friend >= 7 and not hasVisited("nathaly_event_1")>>
<span class="btn white"> <<link "Talk to Nathaly">>
<<set $nathaly.talk to true>>
<<set $quest_nathaly.status to "complete">>
<<set $nathaly.friend += 2>>
<<goto "nathaly_event_1">>
<</link>></span><</if>>
<<if $nathaly.talk == true and $nathaly.friend >= 8 and not hasVisited("nathaly_event_2") and hasVisited("nathaly_event_1")>>
<p class="nobtn">You've already talked with Nathaly</p>
<</if>>
<<if $nathaly.talk == false and $nathaly.friend >= 8 and not hasVisited("nathaly_event_2") and hasVisited("nathaly_event_1")>>
<span class="btn white"> <<link "Enter the abandoned house">>
<<set $nathaly.talk to true>>
<<set $nathaly.friend += 1>>
<<set $a_house.event to 3>>
<<run $inventory.delete("Fruits")>>
<<run $inventory.delete("Vegetables")>>
<<run $inventory.delete("Injection")>>
<<run $inventory.delete("Pills")>>
<<goto "nathaly_event_2">>
<</link>></span><</if>><img src="assets\characters\nathaly\nathaly_door.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">Nathaly is at the entrance of the abandoned house</h2>
<<nathaly nathaly1 "Why can't I get out?">>
<<prota $protaimg "<<w>>I guess the amulet Neptuno gave me prevents her from leaving<</w>> It's... hard to explain">>
<<nathaly nathaly1 "You hit me and you took my jewelry, what more do you want?">>
<<prota $protaimg "I did not steal you, on the contrary, I helped heal your wounds">>
<<nathaly nathaly1 "My mother is rich and influential, you know that once I get out of here I will sink your life, right?">>
<<prota $protaimg "<<w>>So much that it cost me to take care of her and so she pays me<</w>> tomorrow you can go">>
<<nathaly nathaly1 "I hope so, for your sake">>
<br><br>
<span class="btn white"> <<link "...">>
<<goto "Street">>
<</link>></span><h2 class="big">You don't see Nathaly anywhere</h2>
<<prota $protaimg "Nathaly? Are you there?">>
<<cont append keypress>>
<br><br>
<<shakescreen 0.5s>>
<video muted autoplay loop><source src="assets\vids\hit_head.webm" type="video/webm"></video>
<<prota $protaimg "//OUCH// BUT WHAT THE FUCK IS WRONG WITH YOU?!">>
<<nathaly nathaly1 "You have me kidnapped, you steal me, you beat me and also you don't let me out">>
<<prota $protaimg "...">>
<br><br>
<<linkreplace "<p class='btn red'>Take the shovel from her by force</p>" t8n>>
<h2 class="big">You get to take the shovel from her and throw her to the ground</h2>
<<nathaly nathaly1 "Hey idiot, be careful!">>
<<prota $protaimg "Will you really tell me that after hitting me with a shovel?">>
<br><br>
<h2 class="big"><<a>>Nathaly laughs<</a>></h2>
<<nathaly nathaly1 "//hahahah// You seem like a good boy, I find it hard to believe that you are the same criminal who beat me and stole">>
<<prota $protaimg "I have told you a thousand times that I was not the one who stole you, all I did was take care of you">>
<<nathaly nathaly1 "So why don't you let me go?">>
<<nathaly nathaly1 "Tell me what I have to do to leave, I'll do whatever">>
<br><br>
<<linkreplace "<p class='btn red'>Lie to her</p>" t8n>>
<<prota $protaimg "There is something in this house that prevents you from going out, but I don't know what it is...">>
<<nathaly nathaly1 "Yes!! I tried thousands of times but it is as if an invisible force prevented me, I thought it was some sequel to the beating I received">>
<<prota $protaimg "For now we can only try to find out what it is, but feeding and taking care of you demands a lot from me and I can't just get hit in the face with a shovel in return">>
<<nathaly nathaly1 "I... I'm sorry, Is there anything I can do for you?">>
<<prota $protaimg "You mean...?">>
<br><br>
<<cont append keypress>>
<img src="assets\characters\nathaly\nathaly_tits1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<nathaly nathaly1 "Exactly what you are thinking about">>
<br><br>
<img src="assets\characters\nathaly\nathaly_tits2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<nathaly nathaly1 "If that's the price of my freedom, you can take what you want">>
<br><br>
<<linkreplace "<p class='btn blue'>Kiss her</p>" t8n>>
<img src="assets\characters\nathaly\nathaly_kiss.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<cont append keypress>>
<<prota $protaimg "Wait what are you doing?">>
<br><br>
<h2 class="big"><<a>>Nathaly pulls your pants down and puts your cock in her mouth<</a>></h2>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\nathaly_blowjob1.webm" type="video/webm"></video>
<<nathaly nathaly1 "//SLRP SLRP//">>
<<prota $protaimg "It feels so good...">>
<<nathaly nathaly1 "Do you want to fill my tits with your cum? //SLRP SLRP//">>
<<prota $protaimg "Hell yes">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\nathaly_blowjob2.webm" type="video/webm"></video>
<<nathaly nathaly1 "You are already close?">>
<<prota $protaimg "Y... Yes">>
<br><br>
<h2 class="big"><<a>>Nathaly stops suddenly<</a>></h2>
<<prota $protaimg "What happened?">>
<<nathaly nathaly1 "If you want to fuck me, first you will have to bring me food and medicine, and you will also find a way to get me out of here">>
<<prota $protaimg "Are you really going to stop now?">>
<<nathaly nathaly1 "If my mother taught me something, it is that men are like dogs, show them a bone, how to obtain it and they will do the rest">>
<<nathaly nathaly1 "Do you want to enjoy my body? then I want the best food in town">>
<<nathaly nathaly1 "I will be waiting for you">>
<br><br>
<img src="assets\characters\nathaly\nathaly3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<span class="btn white"> <<link "Tomorrow i will come for more">>
<<goto "nathaly_event_b2">>
<</link>>
</span>
<</cont>>
<</linkreplace>>
<</cont>>
<</linkreplace>>
<</linkreplace>>
<</cont>><h2 class="big">Nathaly is now your slave</h2>
<br><br>
If you want to have sex with her, you will have to give her food and medicine. Remember to use protection! We don't want her to get pregnant... do we?
<<prota $protaimg "<<w>>I guess I could keep her locked up for a while... a couple of weeks won't hurt anyone<</w>>">>
<<prota $protaimg "<<w>>Her hands were injured and it is seen that she was crying all night. I guess she spent all morning trying to escape the house<</w>>">>
<<prota $protaimg "<<w>>She knows that she can't leave and that no one enters, I'm the only one who can keep her alive<</w>>">>
<br><br>
<<cont append keypress>>
<img src="assets\img\nathaly_guide.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
<br><br>
<h2 class="big">Now you can check your inventory and buy medicine and food for Nathaly in Mia's shop</h2>
<br><br>
<span class="btn white"> <<link "Go to Street">>
<<goto "Street">>
<</link>></span><</cont>>/* Trust limiter */
<<if $nathaly.trust >= 20>>
<<set $nathaly.trust to 20>>
<</if>>
/* Trust limiter */
<div class="menu-grid">
<<include "nathaly_sex_1">>
</div>
<br>
<<if $nathaly.trust < 20>>
<<if $nathaly.talk == false>>
<span class="btn white"> <<link "❤️ Earn Nathaly's Trust">>
<<set $nathaly.talk to true>>
<<switch $nathaly.trust>>
<<case 0 1 2 3 5 6 7 8>>
<<goto "nathaly_trust_generic">>
<<case 4>>
<<goto "nathaly_trust_event_1">>
<<case 9>>
<<if $quest_nathaly_mom.status == "active" and $quest_nathaly_mom.fase == 3>>
<<goto "nathaly_trust_event_2_f">>
<<else>>
<<goto "nathaly_trust_event_2">>
<</if>>
<<case 10 11 12 13 14 15 16 17 18>>
<<goto "nathaly_trust_generic">>
<<case 19>>
<<set $nathaly.trust to 20>>
<<goto "nathaly_trust_event_3">>
<<default>>
<<goto "a_house">>
<</switch>>
<</link>>
</span>
<<elseif $nathaly.talk == true>>
<p class="nobtn">You've already talked with Nathaly</p>
<</if>>
<<elseif $nathaly.trust >= 20>>
<p class="nobtn">Nathaly already trusts you completely</p>
<</if>><h2 class="big">Lya looks very sad</h2>
<<prota $protaimg "Lya..?">>
<<lya lya1 "I just want to be alone, if you need something for your car, leave it at the workshop and I'll see it later">>
<br><br>
<h2 class="big">Lya turns around and leaves</h2>
<<prota $protaimg "<<w>>Wow, why is she so sad?<</w>>">>
<<prota $protaimg "<<w>>I need to find out what happens to her<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>📞 Call Jade</p>" t8n>>
<<chica jade Jade "Hello?">>
<<prota $protaimg "Hello jade is $prota.name, I wanted to ask you something">>
<<chica jade Jade "Yeah sure, tell me">>
<<prota $protaimg "Do you know what happens to lya?">>
<<chica jade Jade "Oh, didn't you hear? Come to my house and here I tell you">>
<<prota $protaimg "I'm there in 5 minutes">>
<br><br>
<span class="btn white"> <<link "Go to jade's house">>
<<goto "lya_event_b5">>
<</link>></span>
<</linkreplace>><h2 class="big">a few minutes later...</h2>
<<cont append keypress>>
<img src="assets\characters\generics\jade_house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<<linkreplace "<p class='btn white'>Ring the bell</p>" t8n>>
<<chica jade Jade "Come in">>
<br><br>
<h2 class="big">Jade is cleaning her house</h2>
<br><br>
<img src="assets\characters\generics\jade_lya_event_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica jade Jade "I'm still surprised with the speed you drive, not even 10 minutes have passed">>
<<prota $protaimg "The truth is that I hurried because I am worried about Lya, I want to know what happens to her">>
<<chica jade Jade "That shows that you are a good friend">>
<br><br>
<img src="assets\characters\generics\jade_lya_event_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "But tell me what happened to her, is it because of her dad?">>
<<chica jade Jade "No, I think this is even worse">>
<<cont append keypress>>
<<chica jade Jade "Lya heard about that you won the race to which I invited you">>
<<prota $protaimg "And why would that be a problem?">>
<<chica jade Jade "She thought that since you did it, she could try it too">>
<<prota $protaimg "Oh and lost right? But she shouldn't feel bad about it, she should just practice and in the future she will do better">>
<<chica jade Jade "$prota.name I think you are not understanding me...">>
<<chica jade Jade "She went alone to the race, without telling anyone and... That night she was driving with her Mustang">>
<<chica jade Jade "That same night she had to hand over her car keys and go home by taxi">>
<<prota $protaimg "<<w>>That Mustang was her life, she it must be broken inside<</w>>">>
<<prota $protaimg "Jade, we have to do something">>
<<chica jade Jade "If you go to the race you will only lose your car too, Jewels is one of the best drivers in town">>
<<prota $protaimg "Jewels? Is a woman?">>
<<chica jade Jade "The best woman in street racing, she loves mustangs, I guess that's why she decided to race against Lya">>
<<chica jade Jade "I tried to organize a race, but she says she will only compete if her opponent has a mustang">>
<<prota $protaimg "Can't get one?">>
<<chica jade Jade "Impossible, I already tried">>
<<prota $protaimg "Don't worry, I just had an idea, organize the race">>
<br><br>
<<linkreplace "<p class='btn white'>Get ready for the race</p>" t8n>>
<<chica jade Jade "Hey wait">>
<<chica jade Jade "you can't leave stressed, we need you at 100%">>
<<chica jade Jade "I think this could help you relax">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_lya_event_3.webm" type="video/webm"></video>
<br><br>
<span class="btn red"> <<link "Now that you mention it, I'm a little stressed out">>
<<goto "lya_event_c5">>
<</link>></span>
<</linkreplace>>
<</cont>>
<</linkreplace>>
<</cont>><video muted autoplay loop><source src="assets\characters\generics\jade_lya_event_4.webm" type="video/webm"></video>
<<chica jade Jade "Don't worry, I know how to relax you">>
<br><br>
<<linkreplace "<p class='btn red'>Take out your dick</p>" t8n>>
<video muted autoplay loop><source src="assets\characters\generics\jade_lya_event_5.webm" type="video/webm"></video>
<<chica jade Jade "//SLRP SLRP// Mmmmm">>
<<chica jade Jade "Come here">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_lya_event_6.webm" type="video/webm"></video>
<<prota $protaimg "OMG... You're so wet">>
<<chica jade Jade "//OHhh// Did you really t-think you were the only one stressed out who n-needed to relax?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_lya_event_7.webm" type="video/webm"></video>
<<prota $protaimg "F-fuck, your ass is so perfect">>
<<chica jade Jade "//Mmmmh// I love having your hard cock in my tight ass">>
<<prota $protaimg "//Ahh// Shit I'm close">>
<<chica jade Jade "Don't even think about it, lie down and in 5 minutes you will have your chance">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_lya_event_8.webm" type="video/webm"></video>
<<chica jade Jade "//HHHhhhmmmn// Fuck me hard">>
<<chica jade Jade "Don't stop //Hhhhm// harder //UGH//">>
<<chica jade Jade "//AHHHGH// I'M C-CUMMINGG!">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_lya_event_8.webm" type="video/webm"></video>
<<prota $protaimg "//FUCK// I feel like I'm going to explode">>
<<chica jade Jade "//Uff// That felt amazing">>
<<chica jade Jade "Now I want your cum in my mouth">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\jade_lya_event_9.webm" type="video/webm"></video>
<<prota $protaimg "I can't hold it">>
<<chica jade Jade "Don't hold it, I want your cum on my tits and mouth">>
<<prota $protaimg "//ARGGHh//">>
<br><br>
<img src="assets\characters\generics\jade_lya_event_10.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<cont append keypress>>
<<prota $protaimg "Shit, I think I relaxed a lot, now I'm sleepy hahahaha">>
<<chica jade Jade "Easy, go to my room and sleep, the race will be at night, I'll wake you up">>
<br><br>
<span class="btn white"> <<link "Sleep in Jade's room">>
<<goto "lya_event_d5">>
<</link>></span>
<</cont>>
<</cont>>
<</linkreplace>><img src="assets\characters\generics\jade_bed.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>What a nice room<</w>>">>
<<prota $protaimg "<<w>>It has the same perfume as Jade<</w>>">>
<<prota $protaimg "<<w>>Shit, the bed is so soft... And these blankets cover me from the cold perfectly<</w>>">>
<br><br>
<h2 class="big">Jade enters the room silently and turns off the light and closes the door</h2>
<br><br>
<span class="btn white"> <<link "Sleep">>
<<if Cycle.check('time', 'morning')>>
<<editcycle 'time' change +3>>
<<elseif Cycle.check('time', 'noon')>>
<<editcycle 'time' change +2>>
<<elseif Cycle.check('time', 'evening')>>
<<editcycle 'time' change +1>>
<<elseif Cycle.check('time', 'night')>>
<<elseif Cycle.check('time', 'midnight')>>
<<editcycle 'time' change -1>>
<<elseif Cycle.check('time', 'you fell asleep')>>
<<editcycle 'time' change -2>>
<</if>>
<<goto "lya_event_e5">>
<</link>></span><h2 class="big">You start dreaming of your elementary school teacher</h2>
<br><br>
<img src="assets\characters\generics\teacher_ass1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica teacher "Miss Stella" "Your grades have been disappointing this year">>
<<prota $protaimg "Sorry, i promise i will get better">>
<<chica teacher "Miss Stella" "I know what the problem is... you're always looking at my ass">>
<<prota $protaimg "I d-don't...">>
<<chica teacher "Miss Stella" "Does this seriously deconcentrate you so much?">>
<br><br>
<img src="assets\characters\generics\teacher_ass2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "OMG">>
<br><br>
<img src="assets\characters\generics\teacher_ass3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica teacher "Miss Stella" "Do you like my round ass?">>
<<prota $protaimg "Y-Yes...">>
<<chica teacher "Miss Stella" "I'm so horny">>
<br><br>
<img src="assets\characters\generics\teacher_tits1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica teacher "Miss Stella" "My body is yours to do with as you please">>
<br><br>
<img src="assets\characters\generics\teacher_tits2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica teacher "Miss Stella" "$prota.name Fuck me now, as hard as you can">>
<br><br>
<img src="assets\characters\generics\teacher_ass4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "I w-will....">>
<<chica teacher "Miss Stella" "But before">>
<<prota $protaimg "What do you need?">>
<<cont append keypress>>
<<shakescreen 0.1s>>
<<chica teacher "Miss Stella" "Wake up">>
<<prota $protaimg "?">>
<<cont append keypress>>
<<shakescreen 0.3s>>
<<chica teacher "Miss Stella" "WaKe uP">>
<<prota $protaimg "What?">>
<<cont append keypress>>
<<shakescreen 0.5s>>
<<chica jade Jade "$prota.name WAKE UP">>
<<prota $protaimg "Oh shit, you could not wait 5 minutes?">>
<<chica jade Jade "There is no time, get ready quickly you have to go on the race">>
<span class="btn white"> <<link "Miss Stella Someday i'll see you again">>
<<goto "lya_event_f5">>
<</link>>
</span>
<</cont>>
<</cont>>
<</cont>><h2 class="big">You get to Holbeck-South</h2>
<br><br>
<img src="assets\img\street_racing.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">You hear people talk about you</h2>
<<chico gmale1 ?????? "That's the taxi driver who won a car in a race">>
<<chica gfemale2 ?????? "I heard that once the police followed him and it was impossible to reach him">>
<<chico gmale1 ?????? "Does anyone know his name?">>
<br><br>
<h2 class="big">You get out of the car and wait to the side while Jewels arrives</h2>
<<cont append keypress>>
<br><br>
<h2 class="big">You see Lya getting closer</h2>
<<lya lya1 "Jade told me what you want to do">>
<<lya lya1 "This means a lot to me, but it's not necessary">>
<<lya lya1 "I already accepted my mistake and I don't think you should pay for it">>
<<lya lya1 "That bitch drives very well, has many years of experience on the street and also when she sees that you don't have a mustang she will turn around and leave">>
<br><br>
<h2 class="big">Before you can say anything, Jewels arrives driving what was lya's car</h2>
<<chica jewels Jewels "Hey Lya, are you coming to lose another car? //HAHAHAHAH//">>
<<lya lya1 "...">>
<br><br>
<h2 class="big">You manage to calm Lya in time</h2>
<<chica jewels Jewels "Child are you the one who will compete?">>
<<chica jewels Jewels "I'm not here to waste my time, you don't have a mustang, you don't have a reputation and you come in a taxi? Get out of my sight before you walk out of here with your legs broken">>
<<prota $protaimg "I think you are not understanding me">>
<br><br>
<<linkreplace "<p class='btn white'>Give the keys to the organizer</p>" t8n>>
<img src="assets\img\house_key.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica jewels Jewels "What is that?">>
<<prota $protaimg "They are the keys to my house">>
<<cont append keypress>>
<<chica gfemale2 ?????? "He said are the keys to his house?">>
<<chico gmale1 ?????? "HIS HOUSE?">>
<<chica gfemale2 ?????? "He went crazy?">>
<<chico gmale1 ?????? "Did he really say that?">>
<<lya lya1 "$prota.name WHAT ARE YOU DOING?!">>
<<prota $protaimg "I think i can do it">>
<<lya lya1 "This is not about your ability at the wheel, objectively your car is much slower, it is impossible">>
<<chica jewels Jewels "You already handed over the key, there is no turning back">>
<br><br>
<h2 class="big">Jade just arrived</h2>
<<chica jade Jade "Sorry for the delay, what happened?">>
<<lya lya1 "$prota.name handed over the keys to his house!">>
<<chica jade Jade "Who would have thought that this boy would have more balls than many other men I have met">>
<br><br>
<h2 class="big">Lya and Jade stay talking while you get in the car</h2>
<<prota $protaimg "<<w>>My hands are shaking, I don't know if I can... It's all or nothing<</w>>">>
<br><br>
<span class="btn white"> <<link "Start the race">>
<<goto "lya_event_g5">>
<</link>>
</span>
<</cont>>
<</linkreplace>>
<</cont>><<race 0 normal>>
<<race 1 normal>>
<<race 2 normal>>
<<race 3 normal>>
<<race 4 normal>>
<<race 5 normal>>
<<race 6 normal>>
<<race 7 normal>>
<<race 8 normal>>
<<race 9 normal>>
<<f_race 10 normal "lya_event_h5">>/* <<race>> */
/* $args[0] = evento/momento de la carrera */
/* $args[1] = Eventos especiales */
<<widget "race">>
/* La carrera se ejecuta solo cuando le corresponde */
<<if $race.event == $args[0]>>
<<set $race.site to passage()>>
/* Se establece la imagen del obstaculo */
<<if $args[1] == "normal">>
<<set _pist to "obs">>
<<set _obs1 to random(1, 12)>>
<<set _obs2 to random(1, 12)>>
<<elseif $args[1] == "forest">>
<<set _pist to "forest">>
<<set _obs1 to random(1, 8)>>
<<set _obs2 to random(1, 8)>>
<</if>>
/* Se establece dónde estará el obstaculo */
<<quicktimebar $race.time 20em>>
<<goto "fail_race">>
<</quicktimebar>>
<br><br>
<<switch random(1, 3)>>
<<case 1>>
<div class="flex-grid">
<div class="col" style="border-style: none;">
<img src="assets/img/race/road.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="col" style="border-style: none;">
<img @src="'assets/img/race/' + _pist + _obs1 + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="col" style="border-style: none;">
<img @src="'assets/img/race/' + _pist + _obs2 + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
</div>
<div class="flex-grid">
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "LEFT">>
<<set $race.event += 1>>
<<goto $race.site>>
<</link>></span></div>
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "CENTER">>
<<goto "fail_race">>
<</link>></span></div>
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "RIGHT">>
<<goto "fail_race">>
<</link>></span></div></div>
<<case 2>>
<div class="flex-grid">
<div class="col" style="border-style: none;">
<img @src="'assets/img/race/' + _pist + _obs1 + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="col" style="border-style: none;">
<img src="assets/img/race/road.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="col" style="border-style: none;">
<img @src="'assets/img/race/' + _pist + _obs2 + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
</div>
<div class="flex-grid">
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "LEFT">>
<<goto "fail_race">>
<</link>></span></div>
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "CENTER">>
<<set $race.event += 1>>
<<goto $race.site>>
<</link>></span></div>
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "RIGHT">>
<<goto "fail_race">>
<</link>></span></div></div>
<<case 3>>
<div class="flex-grid">
<div class="col" style="border-style: none;">
<img @src="'assets/img/race/' + _pist + _obs1 + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="col" style="border-style: none;">
<img @src="'assets/img/race/' + _pist + _obs2 + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="col" style="border-style: none;">
<img src="assets/img/race/road.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
</div>
<div class="flex-grid">
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "LEFT">>
<<goto "fail_race">>
<</link>></span></div>
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "CENTER">>
<<goto "fail_race">>
<</link>></span></div>
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "RIGHT">>
<<set $race.event += 1>>
<<goto $race.site>>
<</link>></span></div></div>
<</switch>>
<</if>>
<</widget>><h1 class="titulo">You lost the race!</h1>
<br>
<img src="assets/img/race/lost_race.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<if $race.time == 2>>
^^Current difficulty: Easy^^
<<elseif $race.time < 2>>
^^Current difficulty: Normal (Recommended)^^
<</if>>
<br><br>
<span class="btn white"> <<link "Try again">>
<<set $race.event to 0>>
<<goto $race.site>>
<</link>></span>
<br><br>
<<linkreplace "<p class='btn white'>Tutorial</p>" t8n>>
<video muted autoplay controls><source src="assets\vids\race_tutorial.webm" type="video/webm"></video>
<</linkreplace>>
<br><br>
<<linkreplace "<p class='btn white'>Difficulty</p>" t8n>>
<span id="b_1">
<<linkreplace "<p class='btn red'> Normal </p>" t8n>>
<<replace "#b_2">><</replace>>
<<set $race.time to 1.5>>
<<goto "fail_race">>
<</linkreplace>>
</span>
<br><br>
<span id="b_2">
<<linkreplace "<p class='btn blue'> Easy </p>" t8n>>
<<replace "#b_1">><</replace>>
<<set $race.time to 2>>
<<goto "fail_race">>
<</linkreplace>>
</span>
<</linkreplace>><img src="assets\characters\lya\lya_race1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Lya was right, no matter what i do, it is impossible...<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\vids\driving_night.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>I must do something or I will lose<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\vids\speedup.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>Shit I won't make it!<</w>>">>
<<cont append keypress>>
<<prota $protaimg "<<w>>I only have one option left<</w>>">>
<<prota $protaimg "<<w>>I'll have to drive through the forest, it's the only way to win<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\vids\forest_drive.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Enter the forest and accelerate">>
<<goto "lya_event_i5">>
<</link>></span>
<</cont>>/* <<race>> */
/* $args[0] = evento/momento de la carrera */
/* $args[1] = Eventos especiales */
/* $args[2] = Pasaje al que redirige */
<<widget "f_race">>
/* La carrera se ejecuta solo cuando le corresponde */
<<if $race.event == $args[0]>>
<<set $race.site to passage()>>
/* Se establece la imagen del obstaculo */
<<if $args[1] == "normal">>
<<set _pist to "obs">>
<<set _obs1 to random(1, 12)>>
<<set _obs2 to random(1, 12)>>
<<elseif $args[1] == "forest">>
<<set _pist to "forest">>
<<set _obs1 to random(1, 8)>>
<<set _obs2 to random(1, 8)>>
<</if>>
/* Se establece dónde estará el obstaculo */
<<quicktimebar $race.time 20em>>
<<goto "fail_race">>
<</quicktimebar>>
<br><br>
<<switch random(1, 3)>>
<<case 1>>
<div class="flex-grid">
<div class="col" style="border-style: none;">
<img src="assets/img/race/road.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="col" style="border-style: none;">
<img @src="'assets/img/race/' + _pist + _obs1 + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="col" style="border-style: none;">
<img @src="'assets/img/race/' + _pist + _obs2 + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
</div>
<div class="flex-grid">
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "LEFT">>
<<set $race.event to 0>>
<<set $race.site to "">>
<<goto $args[2]>>
<</link>></span></div>
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "CENTER">>
<<goto "fail_race">>
<</link>></span></div>
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "RIGHT">>
<<goto "fail_race">>
<</link>></span></div></div>
<<case 2>>
<div class="flex-grid">
<div class="col" style="border-style: none;">
<img @src="'assets/img/race/' + _pist + _obs1 + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="col" style="border-style: none;">
<img src="assets/img/race/road.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="col" style="border-style: none;">
<img @src="'assets/img/race/' + _pist + _obs2 + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
</div>
<div class="flex-grid">
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "LEFT">>
<<goto "fail_race">>
<</link>></span></div>
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "CENTER">>
<<set $race.event to 0>>
<<set $race.site to "">>
<<goto $args[2]>>
<</link>></span></div>
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "RIGHT">>
<<goto "fail_race">>
<</link>></span></div></div>
<<case 3>>
<div class="flex-grid">
<div class="col" style="border-style: none;">
<img @src="'assets/img/race/' + _pist + _obs1 + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="col" style="border-style: none;">
<img @src="'assets/img/race/' + _pist + _obs2 + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
<div class="col" style="border-style: none;">
<img src="assets/img/race/road.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
</div>
</div>
<div class="flex-grid">
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "LEFT">>
<<goto "fail_race">>
<</link>></span></div>
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "CENTER">>
<<goto "fail_race">>
<</link>></span></div>
<div class="col" style="border-style: none;">
<span class="btn white" style="padding: 0px; margin: 0px;"> <<link "RIGHT">>
<<set $race.event to 0>>
<<set $race.site to "">>
<<goto $args[2]>>
<</link>></span></div></div>
<</switch>>
<</if>>
<</widget>><<race 0 forest>>
<<race 1 forest>>
<<race 2 forest>>
<<race 3 forest>>
<<race 4 forest>>
<<race 5 forest>>
<<race 6 forest>>
<<race 7 forest>>
<<race 8 forest>>
<<race 9 forest>>
<<race 10 forest>>
<<race 11 forest>>
<<race 12 forest>>
<<f_race 13 forest "lya_event_j5">><video muted autoplay loop><source src="assets\vids\car_jumping.webm" type="video/webm"></video>
<<prota $protaimg "YEAAAHHH HAHAHAHA">>
<br><br>
<h2 class="big">You pass to Jewels at the last curve</h2>
<br><br>
<video muted autoplay loop><source src="assets\vids\pass_car.webm" type="video/webm"></video>
<br><br>
<<linkreplace "<p class='btn white'>Finish the race</p>" t8n>>
<<prota $protaimg "JADE I DID IT, I WON!!">>
<<chica jewels Jewels "You are sick, you could have died, how the fuck did you think of going through the woods?">>
<<chica jade Jade "When I called you on the phone I told you that this boy was not like the others">>
<<chica jewels Jewels "You can keep this piece of shit, but we'll meet again">>
<br><br>
<h2 class="big">The organizer returns the keys to your house and gives you the keys to the mustang</h2>
<<prota $protaimg "Jade, where is lya?">>
<<chica jade Jade "She thought from the beginning that you would lose, she said that she would rather leave than see you lose your home">>
<<chica jade Jade "Tomorrow she will have the good news, but what if for today we go to my house to celebrate?">>
<<prota $protaimg "Thanks, but I think it would be best to go see her">>
<br><br>
<span class="btn white"> <<link "Go to lya's house">>
<<goto "lya_event_k5">>
<</link>>
</span>
<</linkreplace>><img src="assets\img\workshop2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">Lya is working</h2>
<<cont append keypress>>
<<prota $protaimg "Lya is midnight, why are you working?">>
<<lya lya1 "It's the only way to clear my mind">>
<br><br>
<h2 class="big">Lya looks at you silently for a few seconds</h2>
<<lya lya1 "I told you not to do it!">>
<br><br>
<img src="assets\characters\lya\lya_working2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<lya lya1 "Now what are you going to do without a house?">>
<<lya lya1 "You are one stubborn and selfish who do not know how to listen">>
<<prota $protaimg "But...">>
<<lya lya1 "Shut up">>
<br><br>
<video muted autoplay loop><source src="assets\characters\lya\lya_f_event1.webm" type="video/webm"></video>
<<prota $protaimg "What are you doing?">>
<<lya lya1 "You have been the only man who has put everything at stake for me">>
<br><br>
<video muted autoplay loop><source src="assets\characters\lya\lya_f_event2.webm" type="video/webm"></video>
<<lya lya1 "What you did today //SLRP SLRP// w-was very brave">>
<br><br>
<video muted autoplay loop><source src="assets\characters\lya\lya_f_event3.webm" type="video/webm"></video>
<<prota $protaimg "Thank you Lya, but I....">>
<<lya lya1 "I know you lost but no other man would have tried">>
<<lya lya1 "Now do you want us to sit down and talk or do we continue?">>
<br><br>
<img src="assets\characters\lya\lya_f_event4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Fuck it, I'll tell her later that I won the race and her mustang is out<</w>>">>
<br><br>
<<linkreplace "<p class='btn red'>Fuck her</p>" t8n>>
<video muted autoplay loop><source src="assets\characters\lya\lya_f_event5.webm" type="video/webm"></video>
<<lya lya1 "HOLY SHIT! I had already forgotten how good this felt">>
<<lya lya1 "//OHH// //Mmmmmmm// Fuck">>
<br><br>
<video muted autoplay loop><source src="assets\characters\lya\lya_f_event6.webm" type="video/webm"></video>
<<lya lya1 "Why are you stopping?">>
<<prota $protaimg "Did you hear that?">>
<<cont append keypress>>
<br><br>
<h2 class="big">The doorbell rings again</h2>
<<lya lya1 "Oh, true! I called a lawyer to see if he can help you get the house back">>
<<lya lya1 "Dress up quickly">>
<<prota $protaimg "Hahaha wait">>
<br><br>
<<linkreplace "<p class='btn white'>Speak through the door</p>" t8n>>
<<prota $protaimg "lawyer?">>
<<chico gmale1 Lawyer "I have come for the matter of the house">>
<<prota $protaimg "I'm sorry I wasted your time, the matter is already solved">>
<<chico gmale1 Lawyer "What irresponsibility... I'm leaving">>
<<lya lya1 "Hey what the fuck are you doing? This is important">>
<<prota $protaimg "Look through the window">>
<<lya lya1 "...">>
<br><br>
<img src="assets\img\fakecar.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<lya lya1 "You...">>
<<prota $protaimg "That's right, I won the race... You have your car back">>
<<lya lya1 "My car...">>
<br><br>
<span class="btn white"> <<link "Lya runs to you and starts kissing you">>
<<goto "lya_sex_hand">>
<</link>>
</span>
<</linkreplace>>
<</cont>>
<</linkreplace>>
<</cont>><<lya lya1 "Today has been a stressful day at work">>
<<lya lya1 "I think I need a little help to relax">>
<<prota $protaimg "Would you like to go have a drink?">>
<<lya lya1 "I think you are not understanding me">>
<br><br>
<img src="assets\characters\lya\lya_sex_accept1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<span class="btn red"> <<link "Ohh you mean...">>
<<goto "lya_sex_hand">>
<</link>>
</span><<lya lya1 "I'm busy">>
<<prota $protaimg "But lya">>
<br><br>
<video muted autoplay loop><source src="assets\vids\taller\tallernostole.webm" type="video/webm"></video>
<<lya lya1 "I Said I'm busy, now fuck off">>
<br><br>
<span class="btn white"> <<link "You should do yoga">>
<<goto "Street">>
<</link>>
</span><<if $p_spt == true>>
<<if $prota.intelligence >= 20>>
<<set _l_d_max to 9>>
<<if $p_code == "BTDLCDS">>
<<if $l_d_s <= 0>>
<<set $l_d_s to 1>>
<</if>>
<<if $l_d_s >= _l_d_max>>
<<set $l_d_s to _l_d_max>>
<</if>>
<table style="margin: 0px; margin-left: auto; margin-right: auto;">
<tbody>
<tr>
<td>
<<if $l_d_s >= 2>>
<span class="btn white" style="font-size: 90%; padding: 0px; margin: 0px;"> <<link "Previous">>
<<set $l_d_s -= 1>>
<<editcycle 'day' change -1>>
<<goto "sleep">>
<</link>></span>
<</if>>
</td>
<td>
<<if $l_d_s < _l_d_max>>
<span class="btn white" style="font-size: 90%; padding: 0px; margin: 0px;"> <<link "Next">>
<<set $l_d_s += 1>>
<<editcycle 'day' change -1>>
<<goto "sleep">>
<</link>></span>
<</if>>
</td>
</tr>
</tbody>
</table>
<<else>>
<<set $l_d_s to random(1, 18)>>
<</if>>
<<switch $l_d_s>>
<<case 1>>
<h2 class="big4">
<<chica_l l_d_1 ????????? "Neighbor I need your help">>
<span class="btn red"> <<link "What do you need?">>
<<goto "l_d_1">>
<</link>></span></h2>
<<case 2>>
<h2 class="big4">
<<chica_l l_d_2 ????????? "I still don't understand this... can you help me?">>
<span class="btn red"> <<link "What do not you understand?">>
<<goto "l_d_2">>
<</link>></span></h2>
<<case 3>>
<h2 class="big4">
<<chica_l l_d_3 ????????? "I swear the money is here!">>
<span class="btn red"> <<link "Are you sure?">>
<<goto "l_d_3">>
<</link>></span></h2>
<<case 4>>
<h2 class="big4">
<<chica_l l_d_4 ????????? "*Inaudible*">>
<span class="btn red"> <<link "That party was great!">>
<<goto "l_d_4">>
<</link>></span></h2>
<<case 5>>
<h2 class="big4">
<<chica_l l_d_5 ????????? "Merry Christmas, love!">>
<span class="btn red"> <<link "Merry Christmas?">>
<<goto "l_d_5">>
<</link>></span></h2>
<<case 6>>
<h2 class="big4">
<<chico_l judge Judge "Do you understand why you are here?">>
<span class="btn red"> <<link "?">>
<<goto "l_d_6">>
<</link>></span></h2>
<<case 7>>
<h2 class="big4">
<<chica_l l_d_7 ????????? "Where do I start clean?">>
<span class="btn red"> <<link "Clean?">>
<<goto "l_d_7">>
<</link>></span></h2>
<<case 8>>
<h2 class="big4">
<<chica_l l_d_8 ????????? "So, where do we start?">>
<span class="btn red"> <<link "Did you bring your notebook?">>
<<goto "l_d_8">>
<</link>></span></h2>
<<case 9>>
<h2 class="big4">
<<chica_l l_d_9 ????????? "I think the hit was very strong">>
<span class="btn red"> <<link "The hit?">>
<<goto "l_d_9">>
<</link>></span></h2>
<<default>>
<br><br>
<h2 class="big4">
You didn't dream of anything today
</h2>
<</switch>>
<<elseif $prota.intelligence < 20>>
<h2 class="big4">
<p class="nobtn">Have lucid dreams</p>
<br>
You need:
<br>
Intelligence (x20)
<br>
</h2>
<</if>>
<</if>><<if ndef $quest_maid>>
<<set $quest_maid to {
"name" : "Saving an industry",
"description" : "The domestic service company needs a miracle! Where can I get one?",
"status" : "inactive",
"fase" : 1,
"quests" : ["Go to the fountain of wishes in the park",
"Flip one (or many) coins until your wish is fulfilled!",
"Talk to the cleaning company",
],
}>>
<</if>>
<<if ndef $wishing_well_maid>>
<<set $wishing_well_maid to {
"count" : 5,
"actual" : 0,
"goal" : 350,
}>>
<</if>>
<<if ndef $quest_nathaly>>
<<set $quest_nathaly to {
"name" : "A mysterious woman",
"description" : "Make sure the mystery woman heals her wounds",
"status" : "inactive",
"fase" : 1,
"quests" : [ "Take care of the woman",
"Talk to the mystery woman",
],
}>>
<</if>>
<<if ndef $s_race>>
<<set $s_race to {
"fase" : 0,
"life" : 0,
"position" : 1,
"exit" : false,
"passage" : "",
"racing" : false,
"money" : 0,
"bonus" : 0,
"resumen" : "",
"fmoney" : 0,
}>>
<</if>>
<<if ndef $quest_nathaly_mom>>
<<set $quest_nathaly_mom to {
"name" : "Nathaly's Mom",
"description" : "Nathaly misses her family, it's the perfect time to gain their trust even more",
"status" : "inactive",
"fase" : 1,
"quests" : [ "Buy a Camera",
"Go to Merida (It is a rich area near the beach)",
"Give the photo to nathaly",
],
}>>
<</if>>
<<if ndef $neptuno>>
<<set $neptuno to {
"enable" : false,
"talk" : false,
"snacks" : 0,
"friend" : 0,
"event" : 0,
}>>
<</if>>
<<if ndef $quest_piece>>
<<set $quest_piece to {
"name" : "A worn piece",
"description" : "My car has an annoying noise, it needs a new replacement",
"status" : "inactive",
"fase" : 1,
"quests" : [ "Go to the park on a Thursday at noon and call Jade",
"When you are ready go to the park and participate in the race",
"Look for jade near the beach (In the morning)",
],
}>>
<</if>>
<<if ndef $quest_victoria>>
<<set $quest_victoria to {
"name" : "Operation Bikini",
"description" : "A girl from the park wants to learn to swim, just to see her in a bikini is worth it",
"status" : "inactive",
"fase" : 1,
"quests" : ["Learn to swim (Finish all swimming lessons)",
"Text to Victoria from the beach",
"Give Victoria some swimming lessons",
"Call Victoria at night from the beach",
],
}>>
<</if>>
<<if ndef $a_house>>
<<set $a_house to {
"repair" : false,
"event" : 0,
}>>
<</if>>
<<if ndef $race_time>>
<<set $race_time to 0>>
<</if>>
<<if ndef $actual_maid>>
<<set $actual_maid to {
"code" : "",
"fase" : 0,
"site" : ["", "", "", "", ],
"active" : false,
"patreon" : false,
}>>
<</if>>
<<if ndef $learn_swim>>
<<set $learn_swim to {
"block" : false,
"skill": 0,
}>>
<</if>>
<<if ndef $wishing_well_swim>>
<<set $wishing_well_swim to {
"count" : 10,
"actual" : 0,
"goal" : 100,
}>>
<</if>>
<<if $amuleto.name == "">>
<<set $amuleto.name to "Jasmine">>
<</if>>
<<if ndef $lya.event>>
<<set $lya.event to 1>>
<</if>>
<<if ndef $race>>
<<set $race to {
"event" : 0,
"site" : "",
"time" : 1.5,
}>>
<</if>>
<<if ndef $brittney>>
<<set $brittney to {
"talk" : false,
"talking" : false,
"event" : 1,
"site" : "none",
"exercise" : true,
"ex" : 0,
"avalible" : false,
"friend" : 0,
"sex" : false,
}>>
<</if>>
<<if ndef $quest_brittney>>
<<set $quest_brittney to {
"name" : "Healthy Body - Healthy Mind",
"description" : "Brittney wants to exercise in the park, but I'll need a few things first",
"status" : "inactive",
"fase" : 1,
"quests" : ["Go to Mia's shop and buy exercise equipment",
"Find a good place to exercise in the park",
"Go and talk to Brittney at the library",
"Exercise with Brittney at the park on Saturday or Sunday",
],
}>>
<</if>>
<<if ndef $p_code>>
<<set $p_code to "">>
<</if>>
<<if ndef $maid_tracking>>
<<set $maid_tracking to false>>
<</if>>
<<if ndef $l_d_s>>
<<set $l_d_s to 1>>
<</if>>
<<if ndef $car.fase>>
<<set $car.fase to 1>>
<</if>>
<<if ndef $sitio.car_race>>
<<set $sitio.car_race to "close">>
<</if>>
<<if ndef $race_select>>
<<set $race_select to random(1, 8)>>
<</if>>
<<if ndef $victoria_event>>
<<set $victoria_event to true>>
<</if>>
<<if ndef $nathaly>>
<<set $nathaly to {
"name" : "",
"talk" : false,
"avalible" : false,
"friend" : 0,
"sex" : false,
"vegetables" : 0,
"fruits" : 0,
"pills" : 0,
"condom" : 0,
"injection" : 0,
"trust" : 0,
}>>
<</if>>
<<if ndef $extra_ldm>>
<<set $extra_ldm to false>>
<</if>>
<<if ndef $documents>>
<<set $documents to {"d1" : false, "d2" : false, "d3" : false, "d4" : false, "d5" : false, "d6" : false, "d7" : false, "d8" : false, "d9" : false, "d10" : false, "d11" : false, "d12" : false, "d13" : false, "d14" : false, "d15" : false, "d16" : false,}>>
<</if>>
<<if ndef $documents_count>>
<<set $documents_count to 0>>
<</if>>
<<if ndef $quest_lexi>>
<<set $quest_lexi to {
"name" : "A beautiful woman, a thousand documents",
"description" : "Lexi needs me to deliver some documents; it's a perfect opportunity to gain her trust",
"status" : "inactive",
"fase" : 1,
"quests" : ["View the schedule on your laptop",
"Deliver the documents $documents_count/16",
"Talk to Lexi in the morning (From the beach)",
"Go to sleep and get some rest",
],
}>>
<</if>>
<<if ndef $barmaid>>
<<set $barmaid to {
"friend" : 0,
"block" : false,
"today" : 0,
}>>
<</if>>
<<if ndef $req>>
<<set $req to {
"strength" : 0,
"style" : 0,
"intelligence" : 0,
}>>
<</if>>
<<if ndef $quest_f_brittney>>
<<set $quest_f_brittney to {
"name" : "Second chances",
"description" : "I have to find a way to get Brittney to stop being mad at me",
"status" : "inactive",
"fase" : 1,
"quests" : ["Try to apologize to Brittney (Talk to her)",
"Buy a gift at Mia's store and give it to Brittney",
"Takes Brittney to the races",
],
}>>
<</if>>
<<if ndef $girl_park>>
<<set $girl_park to {
"friend" : 0,
"today" : 0,
"block" : false,
}>>
<</if>>
<<if ndef $prota.bc>>
<<set $prota.bc to 0>>
<</if>>
<<if ndef $neptuno.friend>>
<<set $neptuno.friend to 0>>
<</if>>
<<if ndef $sitio.bar>>
<<set $sitio.bat to "close">>
<</if>>
<<if ndef $quest_lexi_2>>
<<set $quest_lexi_2 to {
"name" : "A pool party",
"description" : "Lexi invited me to her pool on Friday, so I better get ready...",
"status" : "inactive",
"sit_ups" : 0,
"block" : false,
"fase" : 1,
"quests" : ["Do some sit-ups in the GYM $quest_lexi_2.sit_ups/5",
"Go to Lexi's house on Friday (From the beach)",
"Go to Mr. Matthew's office (From the park)",
"Blackmails Mr. Matthew on Monday in his office (From the park)",
"Deliver the documents to Lexi at her home (From the beach)",
],
}>>
<</if>>
<<if $quest_brittney.fase > 4>>
<<set $quest_brittney.fase to 4>>
<</if>><<if $hm == 0>>
<<chica l_d_1 ????????? "My husband says I'm fat and he doesn't love me anymore">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_1.webm" type="video/webm"></video>
<<chica l_d_1 ????????? "What do you think? do I need to lose weight?">>
<<prota $protaimg "No... But how did you get into my house?">>
<<chica l_d_1 ????????? "In fact you are who is in my house">>
<br><br>
<<linkreplace "<p class='btn white'>Look around</p>" t8n>>
<<prota $protaimg "Oh shit, it's true, how did I get here?">>
<<chica l_d_1 ????????? "I don't know, but I feel lonely, my husband doesn't spend time with me anymore">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_2.webm" type="video/webm"></video>
<<chica l_d_1 ????????? "If you stay with me today, I will do whatever you ask of me">>
<br><br>
<span class="btn white"> <<link "I'm sorry I have to go (Wake up)">>
<<goto "House">>
<</link>></span>
<span class="btn red"> <<link "I want your big ass bouncing on my dick">>
<<set $hm to 1>>
<<goto "l_d_1">>
<</link>></span>
<span class="btn red"> <<link "I want to see your boobs jumping while I fuck you">>
<<set $hm to 2>>
<<goto "l_d_1">>
<</link>></span>
<span class="btn red"> <<link "Lay down on the bed and spread your legs">>
<<set $hm to 3>>
<<goto "l_d_1">>
<</link>></span>
<<if $extra_ldm == true>>
<br>
<h2 class="big">EXTRA</h2>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_extra_1.webm" type="video/webm"></video>
<br><br>
<span class="btn red"> <<link "I want to cum in your ass">>
<<set $hm to 4>>
<<goto "l_d_1">>
<</link>></span>
<</if>>
<</linkreplace>>
<</if>>
<<if $hm == 1>>
<<chica l_d_1 ????????? "You like my body?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_3.webm" type="video/webm"></video>
<<prota $protaimg "A lot">>
<<chica l_d_1 ????????? "//Mmmmm// Your dick feels so good">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_4.webm" type="video/webm"></video>
<<chica l_d_1 ????????? "I want your cum inside me">>
<<prota $protaimg "But...">>
<<chica l_d_1 ????????? "My husband no longer fills me with cum">>
<<chica l_d_1 ????????? "You don't have to do anything, just let it out">>
<<prota $protaimg "//OHH// fuck, fuck, I can't hold it">>
<<prota $protaimg "//ARRRGGGHHhh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_5.webm" type="video/webm"></video>
<<prota $protaimg "Wait, why is everything blurring?">>
<br><br>
<span class="btn white"> <<link "Wake up">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 2>>
<<chica l_d_1 ????????? "//AHHH//">>
<<chica l_d_1 ????????? "My h-husband hasn't fucked me i... in t-three months">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_6.webm" type="video/webm"></video>
<<chica l_d_1 ????????? "//MMMmmmmh// I'm so horny">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_7.webm" type="video/webm"></video>
<<chica l_d_1 ????????? "//AHHh// I'M C-CUMMING! I-I'M CUMMING!">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_8.webm" type="video/webm"></video>
<<chica l_d_1 ????????? "That was incredible...">>
<<chica l_d_1 ????????? "Now I want">>
<<chica l_d_1 ????????? "...">>
<<prota $protaimg "What do you want?">>
<<prota $protaimg "Why do not you answer me?">>
<br><br>
<span class="btn white"> <<link "Wake up">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 3>>
<<chica l_d_1 ????????? "//OHhh//">>
<<prota $protaimg "I've never had my dick as hard as now">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_9.webm" type="video/webm"></video>
<<chica l_d_1 ????????? "//MMmmh// Do you like to put it inside of me?">>
<<prota $protaimg "Y-Yeah it feels amazing">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_10.webm" type="video/webm"></video>
<<chica l_d_1 ????????? "//AHHh// p-please //Mmmh// faster">>
<<linkreplace "<p class='btn red'>Fuck her faster</p>" t8n>>
<<chica l_d_1 ????????? "Grab my t-tits //Ghmmmh// my body is yours">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_11.webm" type="video/webm"></video>
<<prota $protaimg "//FUCK// I can't h-hold it, i need to stop">>
<<chica l_d_1 ????????? "NOO! Don't stop, f-fuck me f-faster">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_11.webm" type="video/webm"></video>
<<prota $protaimg "//ARRGGHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_12.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>I feel... dizzy<</w>>">>
<br><br>
<span class="btn white"> <<link "Wake up">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</linkreplace>>
<</if>>
<<if $hm == 4>>
<<chica l_d_1 ????????? "You can do whatever you want with me">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_extra_2.webm" type="video/webm"></video>
<<chica l_d_1 ????????? "My husband prefers to be with a girl much thinner than me">>
<<chica l_d_1 ????????? "//SIGHS// It's been so many months since I've felt a cock inside me...">>
<<chica l_d_1 ????????? "$prota.name">>
<<prota $protaimg "Hm..?">>
<<chica l_d_1 ????????? "P-please fuck me">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_extra_3.webm" type="video/webm"></video>
<<prota $protaimg "What if your husband comes?">>
<<chica l_d_1 ????????? "This ass doesn't belong to him anymore">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_extra_4.webm" type="video/webm"></video>
<<chica l_d_1 ????????? "//AAAAHHhhh// OMG this feels so fucking awesome">>
<<chica l_d_1 ????????? "//MMMHMmm//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_extra_5.webm" type="video/webm"></video>
<<chica l_d_1 ????????? "//AAAAAAAAAAHHHHHHG//">>
<<prota $protaimg "Not so fast or I'm g-going to cum">>
<<chica l_d_1 ????????? "//MMHMhmm// I w-want your cum">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_extra_6.webm" type="video/webm"></video>
<<prota $protaimg "//FUCK// //FUCK//">>
<<prota $protaimg "//AAAAARRGGGGHHHg//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_1\lucid_dream_1_extra_7.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Wake up">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>><<if $hm == 0>>
<<chica l_d_2 ????????? "Math is so boring, can't you do my homework for me?">>
<<prota $protaimg "But I don't even know you">>
<<chica l_d_2 ????????? "We studied together for 5 years, don't play dumb">>
<<prota $protaimg "I'm sorry, besides I don't know math either">>
<<chica l_d_2 ????????? "You are the smartest boy in the class... Oh I know what you want">>
<<prota $protaimg "Wait, what are you doing?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_2\lucid_dream_2_1.webm" type="video/webm"></video>
<<chica l_d_2 ????????? "//Hahah mmhm// I-I'm going to convince you to help me pass my exam">>
<<chica l_d_2 ????????? "Just tell me the answer to the exercise">>
<br>
<<linkreplace "<p class='btn white'>The answer is 9310.23</p>" t8n>>
<<chica l_d_2 ????????? "Wait... OMG is true!">>
<<prota $protaimg "<<w>>How the fuck did I know the answer?<</w>>">>
<<chica l_d_2 ????????? "I think you've earned a reward... Tell me what you would like to do to me">>
<br><br>
<span class="btn white"> <<link "I'm sorry I have to go (Wake up)">>
<<goto "House">>
<</link>></span>
<span class="btn red"> <<link "I want put my dick in your tight ass">>
<<set $hm to 1>>
<<goto "l_d_2">>
<</link>></span>
<span class="btn red"> <<link "I want you to suck my dick">>
<<set $hm to 2>>
<<goto "l_d_2">>
<</link>></span>
<span class="btn red"> <<link "I want to cum inside of you">>
<<set $hm to 3>>
<<goto "l_d_2">>
<</link>></span>
<</linkreplace>>
<</if>>
<<if $hm == 1>>
<<chica l_d_2 ????????? "Wait... I've never had my ass fucked!">>
<<prota $protaimg "Easy, just relax">>
<<chica l_d_2 ????????? "WAIT! WAIT! //AHHHHHhh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_2\lucid_dream_2_2.webm" type="video/webm"></video>
<<chica l_d_2 ????????? "//Aahh// It feels... //Uf// different">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_2\lucid_dream_2_3.webm" type="video/webm"></video>
<<chica l_d_2 ????????? "//OOHHH// P-Ple... Please //AHH// slow d-down">>
<br>
<<linkreplace "<p class='btn red'>Fuck her faster</p>" t8n>>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_2\lucid_dream_2_4.webm" type="video/webm"></video>
<<chica l_d_2 ????????? "//AAAAHHHhg// //MHm// sto... //AHhs// s-stop">>
<<prota $protaimg "Wait, why is the floor spinning?">>
<br><br>
<span class="btn white"> <<link "Wake up">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</linkreplace>>
<</if>>
<<if $hm == 2>>
<<chica l_d_2 ????????? "I was looking forward to you asking me">>
<<chica l_d_2 ????????? "I LOVE having your hard cock in my mouth">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_2\lucid_dream_2_5.webm" type="video/webm"></video>
<<chica l_d_2 ????????? "//SLRP SLRP//">>
<<prota $protaimg "You like it?">>
<<chica l_d_2 ????????? "//SLRP// Y-yes">>
<<prota $protaimg "Then open your mouth wide">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_2\lucid_dream_2_6.webm" type="video/webm"></video>
<<chica l_d_2 ????????? "//MMPHhM// //GULP// //GULP//">>
<<prota $protaimg "//AHh// K-keep your mouth open">>
<<prota $protaimg "//FUCK// //FUCK// //ARRGGHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_2\lucid_dream_2_7.webm" type="video/webm"></video>
<<prota $protaimg "S-Shit, that was amazing //Uff//">>
<br><br>
<span class="btn white"> <<link "Wake up">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 3>>
<<chica l_d_2 ????????? "WHAT?! NO!">>
<<prota $protaimg "Okay, Okay... I'll get it out before I cum">>
<<chica l_d_2 ????????? "You promise?">>
<<prota $protaimg "Y-Yeah.... sure">>
<<chica l_d_2 ????????? "Then you can fuck me all you want">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_2\lucid_dream_2_8.webm" type="video/webm"></video>
<br><br>
<<linkreplace "<p class='btn red'>Fuck her</p>" t8n>>
<<chica l_d_2 ????????? "//OOHHH// I f-feel every inch of your c-cock inside me">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_2\lucid_dream_2_9.webm" type="video/webm"></video>
<<prota $protaimg "//Shit// your pussy is so tight">>
<<chica l_d_2 ????????? "//MMMmmh// Fuck me h-harder">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_2\lucid_dream_2_10.webm" type="video/webm"></video>
<<chica l_d_2 ????????? "//AHHHg// P-please don't stop //MMMmm// faster">>
<<prota $protaimg "<<w>>Oh shit, I can't hold it anymore<</w>>">>
<<linkreplace "<p class='btn red'>Cum inside her</p>" t8n>>
<<chica l_d_2 ????????? "W-WAIT WHAT ARE YOU DOING?!!">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_2\lucid_dream_2_11.webm" type="video/webm"></video>
<<prota $protaimg "//ARRGGHHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_2\lucid_dream_2_12.webm" type="video/webm"></video>
<<chica l_d_2 ????????? "//AAAHHH!!// I T-TOLD YOU NOT TO CUM I-INSIDE ME!!">>
<br><br>
<span class="btn white"> <<link "Wake up">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</linkreplace>>
<</linkreplace>>
<</if>><h2 class="big">You lose control of the car and you are going to run over someone</h2>
<br><br>
<video muted autoplay loop><source src="assets\work_events\crash1.webm" type="video/webm"></video>
<br><br>
<<if $car.generalbrakes < 7 or $car.generalluck < 3>>
<h2 class="big4">
<p class="nobtn">Take back control of the car</p>
<br>
You need:
<br>
Break Points (x7)
<br>
Luck Points (x3)
<br>
</h2>
<br>
<<linkreplace "<p class='btn white'>You can't stop in time</p>" t8n>>
<<earned_money 0 10>>
<</linkreplace>>
<<elseif $car.generalbrakes >= 7 and $car.generalluck >= 3>>
<br><br>
<<linkreplace "<p class='btn white'>Take back control of the car</p>" t8n>>
<<earned_money 0 0>>
<</linkreplace>>
<</if>><h2 class="big">You lose control of your car and it starts to skid</h2>
<br><br>
<video muted autoplay loop><source src="assets\work_events\crash2.webm" type="video/webm"></video>
<br><br>
<<if $car.generalbrakes < 5>>
<h2 class="big4">
<p class="nobtn">Take back control of the car</p>
<br>
You need:
<br>
Break Points (x5)
<br>
</h2>
<br>
<<linkreplace "<p class='btn white'>You can't regain control in time</p>" t8n>>
<<earned_money 0 10>>
<</linkreplace>>
<<elseif $car.generalbrakes >= 5>>
<br><br>
<<linkreplace "<p class='btn white'>Take back control of the car</p>" t8n>>
<<earned_money 0 0>>
<</linkreplace>>
<</if>><h2 class="big">A passenger lost his wallet inside your car</h2>
<br><br>
<img src="assets\work_events\wallet.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
<<if $car.generalluck < 3>>
<h2 class="big4">
<p class="nobtn">Look for money in the wallet</p>
<br>
You need:
<br>
Luck Points (x3)
<br>
</h2>
<br>
<<linkreplace "<p class='btn white'>The owner goes back and takes his wallet again</p>" t8n>>
<<earned_money 0 0>>
<</linkreplace>>
<<elseif $car.generalluck >= 3>>
<br><br>
<<linkreplace "<p class='btn white'>Look for money in the wallet</p>" t8n>>
<h2 class="big">You find some money!</h2>
<br><br>
<<earned_money 50 0>>
<</linkreplace>>
<</if>><<set _bug_fix to passage()>>
<center>
<br>
<<include "save_game_compatibility">>
Found a bug? Let's fix it 🛠
<br><br>
<span style="background-color: brown;padding: 10px;border-radius: 20px;"> 1) Please report the bug in the forum thread:</span><br><br>
https://f95zone.to/threads/become-taxi-driver-v0-03-neptuno.76723/ <br><br>
And also add the savegame (That would make it much easier for me to solve it)<br>
<span class="btn white"> <<link "Export the save file">>
<<script>>Save.export()<</script>>
<</link>></span>
<br><br>
<span style="background-color: brown;padding: 10px;border-radius: 20px;"> 2) Did the bug get you stuck in one place?</span><br>
<span class="btn white"> <<link "Clic Here">>
<<set $hm to 0>>
<<goto _bug_fix>>
<<run Dialog.close()>>
<</link>></span>
<br><br>
<span style="background-color: brown;padding: 10px;border-radius: 20px;"> 3) Still can't fix it? Save the game then click here</span><br>
<span class="btn white"> <<link "Clic Here">>
<<set $hm to 0>>
<<goto "sleep">>
<<run Dialog.close()>>
<</link>></span>
<br><br>
<span style="background-color: brown;padding: 10px;border-radius: 20px;"> 4) Errors when using save game from v0.04 (Or older) to v0.08</span><br>
<br>
Please use this only if necessary!<br>
Fix bugs with Nathaly, Neptuno, and new content added in v0.05
<br>
<span class="btn white"> <<link "Clic Here">>
<<set $neptuno.enable to true>>
<<set $neptuno.snacks to 0>>
<<set $neptuno.friend to 0>>
<<set $nathaly.talk to true>>
<<set $nathaly.friend += 1>>
<<set $a_house.event to 3>>
<<run $inventory.delete("Fruits")>>
<<run $inventory.delete("Vegetables")>>
<<run $inventory.delete("Injection")>>
<<run $inventory.delete("Pills")>>
<<goto "nathaly_event_2">>
<<run Dialog.close()>>
<</link>></span>
</center><<editcycle 'time' change +1>>
<<goto "House">><h1 class="titulo">A day like any other</h1>
<br>
Your name is $prota.name, you are a young man who at 26 years of age feels like a complete loser, without a job or motivation, you can hardly survive with the money your parents deposit you...
<br><br>
<img src="assets\img\intro1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 40%;">
<br>
You neither study nor work, so you spend the whole day on the PC, the only talent you have is driving in racing video games, you are one of the best, but in real life you don't even have a car
<br><br>
<img src="assets\img\g27.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">But everything was about to change</h2>
<br><br>
<<linkreplace "<p class='btn white'>Answer the phone</p>" t8n>>
<<chico vecino Neighbour "Hi $prota.name, I know we almost never spoke but today I'm moving house and I'm going to sell some things, in case you're interested">>
<<prota $prota.image "<<w>>Normally I would give an excuse not to go, but I am really short of money, if I could buy something cheap and sell it later for a higher price it would be very helpful <</w>> Ehhmm... yeah right, I'll be there in an hour">>
<<chico vecino Neighbour "Okay young man, I'll wait for you here">>
<br><br>
<span class="btn white"> <<link "Go to your neighbor's house">>
<<set $prota.money+=20>>
<<editcycle 'time' change +1>>
<<goto "intro_2">>
<</link>></span>
<</linkreplace>><h1 class="titulo">A day of shopping</h1>
<br><br>
<img src="assets\img\garage.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<br><br>
You come to the site and you see some people asking for second-hand items. you avoid making eye contact and simply wave to them from afar
<<prota $protaimg "<<w>>I'll try to find something of value and then I'll walk away<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Look in the boxes</p>" t8n>>
<<prota $protaimg "<<w>>There is only garbage, what a waste of time...<</w>>">>
<br><br>
<h2 class="big">You hear a loud sound behind your neighbor's house</h2>
<<prota $protaimg "<<w>>What was that?<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Go behind the house</p>" t8n>>
<video muted autoplay loop><source src="assets\vids\taller\enter.webm" type="video/webm"></video>
<br><br>
You had already forgotten that your neighbor had a workshop in the back, while you stumble awkwardly you manage to notice something
<br><br>
<h2 class="big">You see your neighbor's daughter</h2>
<br><br>
<video muted autoplay loop><source src="assets\vids\taller\enter2.webm" type="video/webm"></video>
<<prota $prota.image "Oh, em, he, hello... I just came to see if...">>
<<lya lya1 "Yes, I know, you came for the garage sale. I'm busy working, you better go... oh and do me a favor and take this box outside, my dad forgot to take it out and it might get my cars dirty with so much dust">>
<<prota $prota.image "Yes, of course, right away">>
<br><br>
<span class="btn white"> <<link "take out the box">>
<<goto "intro_3">>
<</link>>
</span>
<</linkreplace>>
<</linkreplace>><h1 class="titulo">The amulet</h1>
<br><br>
<img src="assets\img\box.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
<<prota $protaimg "<<w>>God; she also made me carry this box full of dust, although everything in this box looks very old, maybe there is something of value<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Check the box</p>" t8n>>
<img class="nbimg" src="assets\characters\amuleto\amuleto1.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $protaimg "<<w>>It is so beautiful... It looks like a simple accessory for women or something similar, I guess I could buy it for 1$ and keep it in case I meet any girl<</w>>">>
<<amuletopng amuleto1 "''HOW DARE YOU THINK THAT YOU CAN BUY ME FOR 1 DOLLAR?? YOU ARE AN IDIOT''">>
<<prota $prota.image "Oh shit, who said that? this is not funny!">>
<br><br>
<h2 class="big">You look around you while you feel the fear rise from your feet to your head when you see that you are completely alone</h2>
<br><br>
<h2 class="big">The box falls to the ground making a brutal noise, surely your neighbor will come to see what happened</h2>
<br><br>
<<amuletopng amuleto1 "It was me, I know this is the weirdest thing you've ever seen in your life but we don't have time, that disgusting old man will come at any moment, do exactly what I ask of you and I will reward you with 3 wishes, no matter which ones, i will make reality">>
<span class="btn white"> <<link "Your neighbor is coming">>
<<goto "intro_4">>
<</link>></span>
<</linkreplace>><<chico vecino Neighbour "What the hell is going on here, what was that noise?">>
<<prota $prota.image "Sorry, I dropped this box, anyway I was leaving, I just wanted Buy this (Show the amulet)">>
<br><br>
<h2 class="big">Your neighbor refuses, until you say "I'll tell your daughter everything"</h2>
<<chico vecino Neighbour "You can take the amulet, but get out of my house now!">>
<span class="btn white"> <<link "Go Home">>
<<goto "intro_5">>
<</link>>
</span><h1 class="titulo">What has happened?</h1>
<br>
<img src="assets\img\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
Finally back home, that was crazy, but I guess now this little object can finally give me answers
<br><br>
<h2 class="big">You take it out and place it very carefully on the table</h2>
<<amuletopng amuleto1 "Thank you very much for saving me from that old man, you have no idea of the disgusting things he put me through, I owe you my life
">>
<<prota $prota.image "I'm still not used to you being able to talk, please explain to me what the hell is going on">>
<<amuletopng amuleto1 "Calm down child, I will tell you my story ... But so that you can see it better, hold me with your right hand and say //\"\This amulet is now my property\"\//">>
<<prota $prota.image "Okay, okay, I will... (Clears throat) This amulet is now my property">>
<br><br>
<h2 class="big">A blinding flash comes from the amulet</h2>
<br><br>
<img src="assets\img\blind.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
^^When there is a pause, click to continue^^
<<cont append keypress>>
<br>
<h2 class="big">A woman appears right in front of you</h2>
<br><br>
<img src="assets\characters\amuleto\amuletointro.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<<amuleto amuleto2 "Finally, I feel much better that way, oh by the way, the 3 wishes thing was a lie, I just needed to get out of there, don't worry, you'll get over it">>
<<prota $prota.image "<<w>>Oh my God...<</w>> I, no, it doesn't mat..matter">>
<<amuleto amuleto2 "Oh I understand hahahaha, you are shy! Well, since you can't talk, I'll tell you how I ended up in that amulet and maybe that way you will trust me more.">>
<br><br>
<<linkreplace "<p class='btn white'>Hear their story</p>" t8n>>
<<amuleto amuleto2 "First of all my name is $amuleto.name, I was a successful taxi driver, I loved my car and my job, but one day I had an accident">>
<br><br>
<img src="assets\img\taxi2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<amuleto amuleto2 "The woman who was with me, a strange old woman did not have a scratch">>
<<amuleto amuleto2 "She said the only way to save my life was to save my soul in this amulet... Then she explained some things to me that I won't bore you with">>
<br><br>
<span class="btn white"> <<link "Stay silent">>
<<goto "intro_6">>
<</link>></span>
<</linkreplace>>
<</cont>><<amuleto amuleto2 "You really won't say anything? If you are very shy ... From what I see, do you live alone here. Do you have a girlfriend, work or friends at least?">>
<br>
<<prota $prota.image "N.. No, I had a cat, but it left and didn't come back">>
<<amuleto amuleto2 "Wow that's really depressing, but since you saved me from being a nasty old man's sex slave, I guess I could help you">>
<br>
<img class="nbimg" src="assets\characters\amuleto\amuletointro2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $prota.image "And how could you help me?">>
<br><br>
<h2 class="big">She smiles sensually as she takes off her clothes</h2>
<br><br>
<img src="assets\characters\amuleto\amuleton1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<img src="assets\characters\amuleto\amuleton2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<img src="assets\characters\amuleto\amuleton3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<img src="assets\characters\amuleto\amuleton4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $prota.image "Oh, my God">>
<<amuleto amuleto2 "Hahahaha, You like it huh?... Now the best thing is that you go to sleep, tomorrow we have a lot of work to do">>
<br><br>
<span class="btn white"> <<link "Go to sleep">>
<<editcycle 'time' change +7>>
<<goto "intro_7">>
<</link>>
</span><h1 class="titulo">A new life</h1>
<<prota $prota.image "Good Morning $amuleto.name">>
<<amuleto amuleto2 "I see that you are in a good mood, today we will take advantage of the morning to buy a car and use the driver's license that I saw in your room">>
<<prota $prota.image "A CAR ?! Driver's license? Have you been going through my things?">>
<<amuleto amuleto2 "Yes, yes and yes, I see why you don't have a girlfriend, my God... I'll make it easy for you, you have 2 options, either you buy a car and I teach you the art of being a taxi driver or you buy a inflatable doll and LOTS of lubricant">>
<<prota $prota.image "well, well, I will... But I don't have much savings">>
<<amuleto amuleto2 "Don't worry, the question is where to buy a car at a good price">>
<<prota $prota.image "I know where I can buy one right now, at a good price and also close to here">>
<br><br>
<img src="assets\characters\amuleto\amuletoangry.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<amuleto amuleto2 "I hope you do not refer to the daughter of the old, because I am not going to step on that house anymore">>
<<prota $prota.image "Don't worry, remember that the old man moved, now she lives alone... <<w>>Also, I would take the opportunity to see her <</w>>">>
<<amuleto amuleto2 "I won't go anyway so do what you want but do it quick">>
<br><br>
<h2 class="big">$amuleto.name turns around and leaves</h2>
<br>
<img src="assets\characters\amuleto\amuletoass.gif" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br><br>
<span class="btn white"> <<link "Go to lya's workshop">>
<<editcycle 'time' change +1>>
<<goto "intro_8">>
<</link>>
</span>
<video muted autoplay loop><source src="assets\vids\taller\tallernostole.webm" type="video/webm"></video>
<br>
<<lya lya1 "Again you? I'm too busy with work, tell me quickly what you need, don't waste my time">>
<video muted autoplay loop><source src="assets\vids\taller\tallercar1.webm" type="video/webm"></video>
<<prota $prota.image "I just want to buy a car">>
<br><br>
<video muted autoplay loop><source src="assets\vids\taller\tallercar2.webm" type="video/webm"></video>
<<lya lya1 "Buy a car? Are you serious? Aww... Sorry honey, but we don't sell toy cars here">>
<br>
<img src="assets\characters\lya\lyacar.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<lya lya1 "Although if you want a real car, follow me, I will show you a perfect car for you">>
<br><br>
<span class="btn white"> <<link "Follow Lya">>
<<goto "intro_9">>
<</link>>
</span>
<</cont>><h2 class="big">Lya takes you to the back of her workshop and with her hand points to a car</h2>
<<lya lya1 "This car is perfect for you, it definitely lives up to you">>
<br><br>
<h2 class="big">A beautiful car waits for you on the asphalt</h2>
<br>
<img src="assets\img\fakecar.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $prota.image "Oh, not bad at all, I didn't know that with my budget I could afford something like that ... I don't know much about cars, but I bet I could get a girl with one like that">>
<<lya lya1 "Believe me, girls will drop their panties just by seeing you">>
<br>
<img src="assets\img\rs.gif" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<<prota $prota.image "Hey, what are you laughing at?">>
<<lya lya1 "Hahahaha swear to you I love your innocence, that's my Mustang '65 and believe me, you would get me to bed sooner than drive my car. Your future car is behind him">>
<<prota $prota.image "oh shit, this can't be good...">>
<br>
<h2 class="big">After taking a few steps, you can see your new car</h2>
<br>
<br>
<img src="assets\img\cry.gif" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<<cont append keypress>>
<br><br>
<img src="assets\img\car1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<br><br>
<h2 class="big">Despite your complaints, you end up buying the car and Lya manages to make it go</h2>
<br><br>
<span class="btn white"> <<link "Drive Home">>
<<set $lyastole to true>>
<<set $prota.image to "1">>
<<goto "intro_10">>
<</link>>
</span>
<</cont>><<notify 3s>>New Quest Added!<</notify>>
<<set $quest_lya_workshop.status to "active">>
<<editcycle 'time' change +1>>
<img src="assets\img\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $prota.image "$amuleto.name I'm back">>
<br><br>
<img src="assets\characters\amuleto\amuletoangry.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<amuleto amuleto2 "Please tell me the junk outside the house is not the car you bought">>
<br><br>
<h2 class="big">$amuleto.name spends the next few hours berating you</h2>
<br><br>
🔊 <video controls><source src="assets\vids\finintro.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "The next day...">>
<<editcycle 'time' change +3>>
<<goto "intro_11">>
<</link>>
</span><h1 class="titulo">Welcome to the world of taxi drivers</h1>
<br><br>
<h2 class="big">Now you can work for money</h2>
<br><br>
Go out and earn money but remember be careful and try to improve your car, with an old car you are likely to have accidents, fines or attract undesirable people
<br><br>
<h2 class="big">Now you can upgrade your car</h2>
<br><br>
Talk to Lya to find out how many improvement points you need to level up your driving and your car
<br><br>
<h2 class="big">Now you can make new friends!</h2>
<br><br>
Meet new people, find out what they are passionate about and try to make new friends
<br><br>
<p class="btn white">[[House|House]]</p><img src="assets\characters\lya\generics\lya_generic_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "What are you doing Lya?">>
<<lya lya1 "I took wings off a boeing 747 and i try to put them on this car">>
<<prota $protaimg "Wow, really? is even that possible?">>
<<lya lya1 "...">>
<<prota $protaimg "Oh, hahahahah">>
<<lya lya1 "What if instead of asking stupid questions you bring me some water?">>
<br><br>
<img src="assets\characters\lya\generics\lya_generic_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<lya lya1 "I'm dying of heat here">>
<br>
<<linkreplace "<p class='btn white'>Bring water to Lya</p>" t8n>>
<<lya lya1 "Thank child, now let me work">>
<br><br>
<<prota $protaimg "<<w>>I can almost see through her clothes<</w>>">>
<br><br>
<img src="assets\characters\lya\generics\lya_generic_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">You close your eyes and imagine what Lya would look like without clothes</h2>
<br><br>
<<if $prota.intelligence >= 15>>
<h2 class="big4">
Your intelligence allows you to clearly imagine
</h2>
<br>
<img src="assets\characters\lya\generics\lya_generic_5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<else>>
<h2 class="big4">
You need intelligence (x15) <br> to imagine more clearly
</h2>
<br>
<img src="assets\characters\lya\generics\lya_generic_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<</if>>
<<cont append keypress>>
<<lya lya1 "Hey! wake up! If you were more attentive maybe you could learn some about mechanic">>
<br><br>
<span class="btn white"> <<link "I Sorry...">>
<<set $lya.friend += 1>>
<<goto "Street">>
<</link>>
</span>
<</cont>>
<</linkreplace>><img src="assets\characters\lya\generics\lya_generic_6.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Are you going out Lya?">>
<<lya lya1 "Yes, I met someone and I'm going to have dinner with him">>
<<prota $protaimg "You look nice, I hope you have fun">>
<br><br>
<img src="assets\characters\lya\generics\lya_generic_7.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<lya lya1 "Thank-... Wait, I think it's calling">>
<br><br>
<h2 class="big">Lya answers the phone</h2>
<<lya lya1 "Hello, are you coming for me?">>
<<chico gmale1 ?????????? "*inaudible*">>
<<lya lya1 "Oh, but...">>
<<chico gmale1 ?????????? "*inaudible*">>
<<lya lya1 "I understand...">>
<<chico gmale1 ?????????? "*inaudible*">>
<<lya lya1 "It will be another time then, bye">>
<br><br>
<h2 class="big">Lya hangs up the phone</h2>
<<lya lya1 "It seems he had something more important to do...">>
<<lya lya1 "Do you want to eat pizza?">>
<<prota $protaimg "Sure! I'm starving">>
<br><br>
<span class="btn white"> <<link "Have dinner with Lya and go home">>
<<set $lya.friend += 1>>
<<goto "House">>
<</link>>
</span><<if $nathaly.vegetables >= 2 and $nathaly.fruits >= 1>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_kiss.gif]]>>
<<set $nathaly.vegetables -= 2>>
<<set $nathaly.fruits -= 1>>
<<goto "nathaly_face_1">>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">KISS HER</span>
</div>
<h2 class="big4" style="background-color: #00800069;">
🥦 (x2)
<br>
🍎 (x1)
</h2>
</div>
<<else>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_kiss.gif]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">KISS HER</span>
</div>
<h2 class="big4" style="background-color: #80000087;">
🥦 (x2)
<br>
🍎 (x1)
</h2>
</div>
<</if>>
<<if $nathaly.vegetables >= 1 and $nathaly.fruits >= 2>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\hands\hands_tits.gif]]>>
<<set $nathaly.vegetables -= 1>>
<<set $nathaly.fruits -= 2>>
<<goto "nathaly_tits_1">>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">GRAB TITS</span>
</div>
<h2 class="big4" style="background-color: #00800069;">
🥦 (x1)
<br>
🍎 (x2)
</h2>
</div>
<<else>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\hands\hands_tits.gif]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">GRAB TITS</span>
</div>
<h2 class="big4" style="background-color: #80000087;">
🥦 (x1)
<br>
🍎 (x2)
</h2>
</div>
<</if>>
<<if $nathaly.vegetables >= 4 and $nathaly.trust >= 5>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_job.gif]]>>
<<set $nathaly.vegetables -= 4>>
<<goto "nathaly_tits_2">>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">TITS JOB</span>
</div>
<h2 class="big4" style="background-color: #00800069;">
🥦 (x4)
<br>
❤️ (Lvl. 5)
</h2>
</div>
<<else>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_job.gif]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">TITS JOB</span>
</div>
<h2 class="big4" style="background-color: #80000087;">
🥦 (x4)
<br>
❤️ (Lvl. 5)
</h2>
</div>
<</if>>
<<if $nathaly.pills >= 1 and $nathaly.trust >= 5>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_job.gif]]>>
<<set $nathaly.pills -= 1>>
<<goto "nathaly_face_2">>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">BLOWJOB</span>
</div>
<h2 class="big4" style="background-color: #00800069;">
💊 (x1)
<br>
❤️ (Lvl. 5)
</h2>
</div>
<<else>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_job.gif]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">BLOWJOB</span>
</div>
<h2 class="big4" style="background-color: #80000087;">
💊 (x1)
<br>
❤️ (Lvl. 5)
</h2>
</div>
<</if>>
<<if $nathaly.injection >= 1 and $nathaly.trust >= 10 and $nathaly.condom >= 1>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_cowgirl.gif]]>>
<<set $nathaly.injection -= 1>>
<<set $nathaly.condom -= 1>>
<<goto "nathaly_dick_1">>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">COWGIRL</span>
</div>
<h2 class="big4" style="background-color: #00800069;">
🍆 (x1)
<br>
💉 (x1)
<br>
❤️ (Lvl. 10)
</h2>
</div>
<<else>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_cowgirl.gif]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">COWGIRL</span>
</div>
<h2 class="big4" style="background-color: #80000087;">
🍆 (x1)
<br>
💉 (x1)
<br>
❤️ (Lvl. 10)
</h2>
</div>
<</if>>
<<if $nathaly.injection >= 1 and $nathaly.trust >= 10 and $nathaly.condom >= 1>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_doggystyle.gif]]>>
<<set $nathaly.injection -= 1>>
<<set $nathaly.condom -= 1>>
<<goto "nathaly_dick_2">>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">DOGGYSTYLE</span>
</div>
<h2 class="big4" style="background-color: #00800069;">
🍆 (x1)
<br>
💉 (x1)
<br>
❤️ (Lvl. 10)
</h2>
</div>
<<else>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_doggystyle.gif]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">DOGGYSTYLE</span>
</div>
<h2 class="big4" style="background-color: #80000087;">
🍆 (x1)
<br>
💉 (x1)
<br>
❤️ (Lvl. 10)
</h2>
</div>
<</if>>
<<if $nathaly.injection >= 1 and $nathaly.trust >= 20 and $nathaly.pills >= 1>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_anal.gif]]>>
<<set $nathaly.injection -= 1>>
<<set $nathaly.pills -= 1>>
<<goto "nathaly_dick_3">>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">ANAL</span>
</div>
<h2 class="big4" style="background-color: #00800069;">
💊 (x1)
<br>
💉 (x1)
<br>
❤️ (Lvl. 20)
</h2>
</div>
<<else>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_anal.gif]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">ANAL</span>
</div>
<h2 class="big4" style="background-color: #80000087;">
💊 (x1)
<br>
💉 (x1)
<br>
❤️ (Lvl. 20)
</h2>
</div>
<</if>>
<<if $nathaly.pills >= 1 and $nathaly.trust >= 20 and $nathaly.fruits >= 20>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\cum\cum_face.gif]]>>
<<set $nathaly.fruits -= 20>>
<<set $nathaly.pills -= 1>>
<<goto "nathaly_cum_1">>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUM</span>
</div>
<h2 class="big4" style="background-color: #00800069;">
🍎 (x20)
<br>
💊 (x1)
<br>
❤️ (Lvl. 20)
</h2>
</div>
<<else>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\cum\cum_face.gif]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUM</span>
</div>
<h2 class="big4" style="background-color: #80000087;">
🍎 (x20)
<br>
💊 (x1)
<br>
❤️ (Lvl. 20)
</h2>
</div>
<</if>>
/*
🥦 Vegetables (x$nathaly.vegetables)<br>
🍎 Fruits (x$nathaly.fruits)<br>
💊 Pills (x$nathaly.pills)<br>
💉 Injection (x$nathaly.injection)<br>
🍆 Condom (x$nathaly.condom)<br></h2>
❤️ Trust (x$nathaly.trust)<br></h2>
*/<<switch random(1, 2)>>
<<case 1>>
<<nathaly nathaly1 "You don't stop looking at my tits, do you want them?">>
<<case 2>>
<<nathaly nathaly1 "Do you like my boobs?">>
<</switch>>
<<prota $protaimg "Yes...">>
<<switch random(1, 2)>>
<<case 1>>
<<nathaly nathaly1 "Come and grab them">>
<<case 2>>
<<nathaly nathaly1 "If you brought me something to eat, they're yours">>
<</switch>>
<br><br>
<<switch random(1, 6)>>
<<case 1>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\tits\nathaly_tits_1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\tits\nathaly_tits_2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\tits\nathaly_tits_3.webm" type="video/webm"></video>
<<case 4>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\tits\nathaly_tits_4.webm" type="video/webm"></video>
<<case 5>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\tits\nathaly_tits_5.webm" type="video/webm"></video>
<<case 6>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\tits\nathaly_tits_6.webm" type="video/webm"></video>
<</switch>>
<<switch random(1, 2)>>
<<case 1>>
<<nathaly nathaly1 "//Mmm// I love when you do that">>
<<case 2>>
<<nathaly nathaly1 "You make me so horny when you grab my boobs like this">>
<</switch>>
<br><br>
<span class="btn white"> <<link "Continue">>
<<goto "a_house">>
<</link>></span><<if $hm == 0>>
<h2 class="big">You're parked somewhere with a woman in the back seat</h2>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_1.webm" type="video/webm"></video>
<<chica l_d_3 ????????? "I promise you that I have to pay the ride">>
<br><br>
<h2 class="big">She nervously searches her purse</h2>
<<prota $protaimg "<<w>>Poor girl, she looks so embarrassed<</w>>">>
<<prota $protaimg "If you don't have money don't worry, you can pay me with something else">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_2.webm" type="video/webm"></video>
<<chica l_d_3 ????????? "This is the only thing I have">>
<<prota $protaimg "<<w>>I was referring to a watch or mobile phone, but I think this is even better<</w>>">>
<<chica l_d_3 ????????? "So... What should I do to pay you?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_3.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "I'm sorry I have to go (Wake up)">>
<<goto "House">>
<</link>></span>
<span class="btn red"> <<link "I want you to take off your clothes">>
<<set $hm to 1>>
<<goto "l_d_3">>
<</link>></span>
<span class="btn red"> <<link "I want to put my dick between your tits">>
<<set $hm to 2>>
<<goto "l_d_3">>
<</link>></span>
<span class="btn red"> <<link "I want your ass on my dick">>
<<set $hm to 3>>
<<goto "l_d_3">>
<</link>></span>
<span class="btn red"> <<link "I want to cover your tits with cum">>
<<set $hm to 4>>
<<goto "l_d_3">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<<chica l_d_3 ????????? "That's very easy...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_4.webm" type="video/webm"></video>
<<chica l_d_3 ????????? "Since I got in the car I noticed that you were undressing me with your eyes">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_5.webm" type="video/webm"></video>
<<chica l_d_3 ????????? "Can I ask you a favor?">>
<<prota $protaimg "Y-yes, sure">>
<<chica l_d_3 ????????? "This whole situation made me very horny, could you fuck me right here?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_6.webm" type="video/webm"></video>
<<prota $protaimg "Of course yes">>
<<prota $protaimg "Wait, why can't I take my clothes off?">>
<br><br>
<span class="btn white"> <<link "Wake up">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 2>>
<h2 class="big">She lays you down and puts all your dick in her mouth</h2>
<<chica l_d_3 ????????? "OMG is so big">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_7.webm" type="video/webm"></video>
<<chica l_d_3 ????????? "//SLRP S-SLRP//">>
<<chica l_d_3 ????????? "//MMmm// Do you want to put your cock between my big tits?">>
<<prota $protaimg "Y-yes">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_8.webm" type="video/webm"></video>
<<chica l_d_3 ????????? "Fits perfect //MMmh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_9.webm" type="video/webm"></video>
<<chica l_d_3 ????????? "I want your cum on my tits">>
<<prota $protaimg "Oh shit, why does everything spin around me?">>
<br><br>
<span class="btn white"> <<link "Wake up">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 3>>
<<chica l_d_3 ????????? "I'm so horny, I want you to put it deep inside">>
<br>
<<linkreplace "<p class='btn red'>Fuck her</p>" t8n>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_10.webm" type="video/webm"></video>
<<chica l_d_3 ????????? "OMG //HMmmm//">>
<<chica l_d_3 ????????? "//Aahh// I had never been fucked //Mmh// in a c-car">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_11.webm" type="video/webm"></video>
<<prota $protaimg "//Fuck// Y-your body is so perfect">>
<<chica l_d_3 ????????? "//Hhmmm// As l-long as I'm in this c-car my whole body //Mhm// is yours">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_12.webm" type="video/webm"></video>
<<chica l_d_3 ????????? "M-make me cum">>
<<chica l_d_3 ????????? "Faster">>
<<chica l_d_3 ????????? "//OH FUCK//">>
<<chica l_d_3 ????????? "//SHIT SHIT SHIT// I'M C-CUMMING!!">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_13.webm" type="video/webm"></video>
<<chica l_d_3 ????????? "//AHHHHHHhh// //MMmhmm//">>
<<chica l_d_3 ????????? "I didn't know that fucking in a car felt so good">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_14.webm" type="video/webm"></video>
<<chica l_d_3 ????????? "Do you know what I want now?">>
<<chica l_d_3 ????????? "*Inaudible*">>
<<prota $protaimg "Why can't I hear you?">>
<br><br>
<span class="btn white"> <<link "Wake up">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</linkreplace>>
<</if>>
<<if $hm == 4>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_4.webm" type="video/webm"></video>
<<chica l_d_3 ????????? "If with that I pay my debt...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_6.webm" type="video/webm"></video>
<<chica l_d_3 ????????? "You can fill me with cum wherever you want">>
<<linkreplace "<p class='btn red'>Cum all over her tits</p>" t8n>>
<<prota $protaimg "//OH FUCK//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_15.webm" type="video/webm"></video>
<<prota $protaimg "//ARRRRGHHHh//">>
<<chica l_d_3 ????????? "//Mmm// You like my tits huh?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_3\lucid_dream_3_16.webm" type="video/webm"></video>
<<prota $protaimg "I see everything blurry...">>
<br><br>
<span class="btn white"> <<link "Wake up">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</linkreplace>>
<</if>><<switch random(1, 3)>>
<<case 1>>
<<nathaly nathaly1 "I felt so lonely">>
<<case 2>>
<<nathaly nathaly1 "I thought you wouldn't come today">>
<<case 3>>
<<nathaly nathaly1 "Where have you been today?">>
<</switch>>
<<switch random(1, 2)>>
<<case 1>>
<<prota $protaimg "Don't worry, the important thing is that I'm already here">>
<<case 2>>
<<prota $protaimg "I'm here, that's the important thing, isn't it?">>
<</switch>>
<<nathaly nathaly1 "I'm so afraid that one day you won't come back">>
<<nathaly nathaly1 "Just come and kiss me">>
<br><br>
<<switch random(1, 4)>>
<<case 1>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\face\nathaly_kiss_1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\face\nathaly_kiss_2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\face\nathaly_kiss_3.webm" type="video/webm"></video>
<<case 4>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\face\nathaly_kiss_4.webm" type="video/webm"></video>
<</switch>>
<br><br>
<span class="btn white"> <<link "Continue">>
<<goto "a_house">>
<</link>></span><<switch random(1, 3)>>
<<case 1>>
<<nathaly nathaly1 "I have a headache that is killing me">>
<<case 2>>
<<nathaly nathaly1 "I need antibiotics again">>
<<case 3>>
<<nathaly nathaly1 "Do you have any pills for muscle pain?">>
<</switch>>
<<switch random(1, 3)>>
<<case 1>>
<<prota $protaimg "I have a pill right here">>
<<case 2>>
<<prota $protaimg "I have a pill in my pocket, do you want it?">>
<<case 3>>
<<prota $protaimg "Maybe I have a pill...">>
<</switch>>
<<nathaly nathaly1 "Please I need it, give it to me">>
<<prota $protaimg "On your knees and open your mouth wide">>
<<nathaly nathaly1 "Why do I have a feeling that you will put something else in my mouth first before the pill?">>
<br><br>
<<linkreplace "<p class='btn red'>Put your dick in her mouth</p>" t8n>>
<<nathaly nathaly1 "OMG //SLRP SLRP//">>
<br><br>
<<switch random(1, 8)>>
<<case 1>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\face\nathaly_blowjob_1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\face\nathaly_blowjob_2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\face\nathaly_blowjob_3.webm" type="video/webm"></video>
<<case 4>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\face\nathaly_blowjob_4.webm" type="video/webm"></video>
<<case 5>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\face\nathaly_blowjob_5.webm" type="video/webm"></video>
<<case 6>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\face\nathaly_blowjob_6.webm" type="video/webm"></video>
<<case 7>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\face\nathaly_blowjob_7.webm" type="video/webm"></video>
<<case 8>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\face\nathaly_blowjob_8.webm" type="video/webm"></video>
<</switch>>
<<nathaly nathaly1 "//MPHhM// //GULP// //GULP//">>
<br><br>
<span class="btn white"> <<link "Continue">>
<<goto "a_house">>
<</link>></span>
<</linkreplace>><<switch random(1, 4)>>
<<case 1>>
<<nathaly nathaly1 "I'm starving, please tell me you brought something to eat">>
<<case 2>>
<<nathaly nathaly1 "Did you bring something to eat?">>
<<case 3>>
<<nathaly nathaly1 "I am hungry">>
<<case 4>>
<<nathaly nathaly1 "I have not eaten for hours">>
<</switch>>
<<prota $protaimg "If you want to eat you will have to do something for me">>
<<nathaly nathaly1 "What you want, just tell me">>
<<prota $protaimg "Take out those huge boobs and squeeze my cock in your tits">>
<br><br>
<<switch random(1, 5)>>
<<case 1>>
<img src="assets\characters\nathaly\sex\tits\nathaly_titsjob_pic_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 2>>
<img src="assets\characters\nathaly\sex\tits\nathaly_titsjob_pic_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 3>>
<img src="assets\characters\nathaly\sex\tits\nathaly_titsjob_pic_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 4>>
<img src="assets\characters\nathaly\sex\tits\nathaly_titsjob_pic_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 5>>
<img src="assets\characters\nathaly\sex\tits\nathaly_titsjob_pic_5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<</switch>>
<<linkreplace "<p class='btn red'>Put your dick between her tits</p>" t8n>>
<br><br>
<<switch random(1, 2)>>
<<case 1>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\tits\nathaly_titsjob_1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\tits\nathaly_titsjob_2.webm" type="video/webm"></video>
<</switch>>
<<nathaly nathaly1 "If you keep doing that, it will make me hungry for something else...">>
<br><br>
<span class="btn white"> <<link "Continue">>
<<goto "a_house">>
<</link>></span>
<</linkreplace>><<switch random(1, 4)>>
<<case 1>>
<<nathaly nathaly1 "I would like to move the bed a little more to the left, could you help me?">>
<<case 2>>
<<nathaly nathaly1 "I'm going to change a light bulb but I'm afraid of heights... Can you give me a hand?">>
<<case 3>>
<<nathaly nathaly1 "There is a place in the garden where I cannot go, could you water the plants for me?">>
<<case 4>>
<<nathaly nathaly1 "There is a leak in the roof, do you think you could fix it?">>
<</switch>>
<<switch random(1, 2)>>
<<case 1>>
<<prota $protaimg "Yes, sure">>
<<case 2>>
<<prota $protaimg "Yes, no problem">>
<</switch>>
<br><br>
<h2 class="big">Nathaly seems to trust you more</h2>
<br><br>
<<switch random(1, 3)>>
<<case 1>>
<img src="assets\characters\nathaly\trust_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 2>>
<img src="assets\characters\nathaly\trust_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 3>>
<img src="assets\characters\nathaly\trust_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<</switch>>
<br><br>
<span class="btn white"> <<link "Continue">>
<<set $nathaly.trust += 1>>
<<goto "a_house">>
<</link>></span><<if $hm == 0>>
<<nathaly nathaly1 "$prota.name...">>
<<prota $protaimg "?">>
<<nathaly nathaly1 "This house is very big...">>
<<prota $protaimg "Yeah... What with that?">>
<<nathaly nathaly1 "Well this is a bit embarrassing but...">>
<<nathaly nathaly1 "Today I saw a horror movie on TV and I'm afraid of sleeping alone">>
<br><br>
<img src="assets\characters\nathaly\nathaly_event_1_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<nathaly nathaly1 "Could you stay the night here today?">>
<<prota $protaimg "Y-yes of course">>
<br>
<span class="btn white"> <<link "Spend the night in the abandoned house">>
<<if Cycle.check('time', 'morning')>>
<<editcycle 'time' change +4>>
<<elseif Cycle.check('time', 'noon')>>
<<editcycle 'time' change +3>>
<<elseif Cycle.check('time', 'evening')>>
<<editcycle 'time' change +2>>
<<elseif Cycle.check('time', 'night')>>
<<editcycle 'time' change +1>>
<<elseif Cycle.check('time', 'you fell asleep')>>
<<editcycle 'time' change -1>>
<</if>>
<<set $nathaly.trust += 1>>
<<set $hm to 1>>
<<goto "nathaly_trust_event_1">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<h2 class="big">You fall fast asleep</h2>
<br><br>
<img src="assets\img\dormiste.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<nathaly nathaly1 "*Inaudible*">>
<<prota $protaimg "Erh? Did you say //yawn// something?">>
<<nathaly nathaly1 "I... can't sleep">>
<<prota $protaimg "I'm sorry, just... lie down and it will make you sleepy">>
<<nathaly nathaly1 "Do not sleep! what kind of gentleman are you? //argh//">>
<<prota $protaimg "//yawn//">>
<<nathaly nathaly1 "...">>
<br><br>
<h2 class="big">Nathaly puts her hand between the sheets and pulls your cock out</h2>
<<prota $protaimg "Oh, wow">>
<<nathaly nathaly1 "Hahahaha now if you're awake huh?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\nathaly_event_1_2.webm" type="video/webm"></video>
<<nathaly nathaly1 "//SLRP// //SLRP//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\nathaly_event_1_3.webm" type="video/webm"></video>
<<nathaly nathaly1 "//Hhmmm// I think I already know how I can fall asleep faster">>
<br><br>
<h2 class="big">Nathaly takes off her clothes and climbs on you</h2>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\nathaly_event_1_4.webm" type="video/webm"></video>
<<nathaly nathaly1 "//Hhmm// This feels so good...">>
<br><br>
<h2 class="big">Nathaly starts moving faster</h2>
<<nathaly nathaly1 "//AAHhhh//">>
<<prota $protaimg "//FUCK// you're so w-wet">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\nathaly_event_1_5.webm" type="video/webm"></video>
<<nathaly nathaly1 "//AAHhhh// //MMmmh//">>
<<nathaly nathaly1 "//FUCK// //FUCK// I'M CUMMING!">>
<<nathaly nathaly1 "//AHHHHHhh// //FUCK//">>
<br><br>
<img src="assets\characters\nathaly\nathaly_event_1_6.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<nathaly nathaly1 "//Uufs// T-that was amazing">>
<<nathaly nathaly1 "Now it made me sleepy, good night">>
<<prota $protaimg "Hey, hey, wait">>
<<nathaly nathaly1 "Um, yeah, do you need something?">>
<<prota $protaimg "What about me?">>
<<nathaly nathaly1 "Oh I don't know... Maybe it will help you, maybe not...">>
<<prota $protaimg "...">>
<<nathaly nathaly1 "Do you think that tomorrow you could bring me some delicious fruits for breakfast?">>
<br><br>
<img src="assets\characters\nathaly\nathaly_event_1_7.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "I'll buy you a fruit truck if you want">>
<<nathaly nathaly1 "Hahahaha Well in that case...">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\nathaly_event_1_3.webm" type="video/webm"></video>
<<nathaly nathaly1 "You can fill my tits with cum">>
<<prota $protaimg "//FUCK//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\nathaly_event_1_8.webm" type="video/webm"></video>
<<prota $protaimg "//ARRGGHHHhg//">>
<<nathaly nathaly1 "//MMmmh//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\nathaly_event_1_9.webm" type="video/webm"></video>
<<nathaly nathaly1 "//SLRP SLRP//">>
<<prota $protaimg "//yawn// I think now if we can sleep">>
<br><br>
<h2 class="big">Nathaly lies on your chest and falls asleep</h2>
<br><br>
<span class="btn white"> <<link "Sleep and go home">>
<<set $hm to 0>>
<<goto "sleep">>
<</link>>
</span>
<</cont>>
<</if>><<if $hm == 0>>
<h2 class="big">You arrive home after a party</h2>
<<prota $protaimg "<<w>>Wow, that was fun, though as always I come home without a girl<</w>>">>
<br><br>
<img src="assets\patreon\lucid_dream_4\drunk.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<chica l_d_4 ????????? "HEY YOU ASSHOLE">>
<<prota $protaimg "But what the fuck, what a scare you just gave me">>
<br><br>
<h2 class="big">Apparently someone entered your house</h2>
<br><br>
<img src="assets\patreon\lucid_dream_4\lucid_dream_4_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica l_d_4 ????????? "I mistakenly got in your filthy, disgusting, ugly car">>
<<prota $protaimg "Hey, aren't you the girlfriend of the one who organized the party? S-shit you're drunk too">>
<<chica l_d_4 ????????? "If I don't get to my parents' house they will punish me for a whole week">>
<<chica l_d_4 ????????? "Besides, my boyfriend doesn't answer the phone, so tell me what I have to do to get you to move your ass to the car and take me home">>
<br><br>
<img src="assets\patreon\lucid_dream_4\lucid_dream_4_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<span class="btn white"> <<link "I'm sorry I have to go (Wake up)">>
<<goto "House">>
<</link>></span>
<span class="btn red"> <<link "You're gonna let me shove every inch of my cock up your tight ass">>
<<set $hm to 1>>
<<goto "l_d_4">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<<chica l_d_4 ????????? "Oh it seems that if you are a man">>
<<chica l_d_4 ????????? "At the party you didn't talk to any girl and you always had your head down">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_4\lucid_dream_4_3.webm" type="video/webm"></video>
<<prota $protaimg "I would have talked to you, but your boyfriend looks very jealous">>
<<chica l_d_4 ????????? "Yes it is, if he finds out about this he will kill you">>
<<prota $protaimg "He doesn't have to know...">>
<<chica l_d_4 ????????? "Oh, yes, he will know everything, from how you kidnapped me to take me to your house and fuck me like a common whore, I'll tell him everything">>
<<chica l_d_4 ????????? "There's only one way that I don't tell him anything">>
<<prota $protaimg "Which?">>
<<chica l_d_4 ????????? "That you fuck me like no one has ever done">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_4\lucid_dream_4_4.webm" type="video/webm"></video>
<br><br>
<<linkreplace "<p class='btn red'>Fuck Her</p>" t8n>>
<<chica l_d_4 ????????? "WAIT WAIT, NOT T-THERE! //AH//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_4\lucid_dream_4_6.webm" type="video/webm"></video>
<<prota $protaimg "You said to do it like no other right?">>
<<chica l_d_4 ????????? "Y-yes... b-but...">>
<<prota $protaimg "So now shut up">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_4\lucid_dream_4_7.webm" type="video/webm"></video>
<<chica l_d_4 ????????? "//AAAAAHHHHHHHhh//">>
<<chica l_d_4 ????????? "//AHHHG// My boyfriend had //MMHMm// n-never done it to me t-there">>
<<chica l_d_4 ????????? "//MMMMHMM// It h-hurts">>
<<chica l_d_4 ????????? "//AHH// S-stop ple... p-please">>
<<prota $protaimg "I won't stop until you say you're my whore">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_4\lucid_dream_4_8.webm" type="video/webm"></video>
<br><br>
<h2 class="big">The phone starts ringing</h2>
<<chica l_d_4 ????????? "Is m-my b-boyfriend">>
<<prota $protaimg "Answer and put the speaker on">>
<<chico gmale1 ????????? "Layla where the fuck are you?!">>
<<chica l_d_4 Layla "//MMMmh//">>
<<chico gmale1 ????????? "Are you okay?">>
<<chica l_d_4 Layla "//AHHH// Y-yes">>
<<prota $protaimg "Come on say you're my whore">>
<<chico gmale1 ????????? "Who the fuck is that?">>
<<chica l_d_4 Layla "//AAAHHHHH// I'm your w-whore, don't s..stop keep fucking me //Mmmhm// like this">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_4\lucid_dream_4_9.webm" type="video/webm"></video>
<<chico gmale1 ????????? "Layla wait for me, I'm going there, I'm going to kill that idiot">>
<br><br>
<h2 class="big">Layla's boyfriend hangs up the phone</h2>
<<prota $protaimg "//FUCK// I Cumming!">>
<<prota $protaimg "//ARRRGHHHHHH// //FUCK//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_4\lucid_dream_4_10.webm" type="video/webm"></video>
<<chico gmale1 ????????? "LAYLA ARE YOU THERE? OPEN THE FUCKING DOOR RIGHT NOW!">>
<br><br>
<img src="assets\patreon\lucid_dream_4\lucid_dream_4_11.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<chica l_d_4 Layla "You better open up or he's going to knock the door down">>
<<prota $protaimg "Oh shit...">>
<br><br>
<span class="btn white"> <<link "Wake up">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</linkreplace>>
<</if>><h2 class="big">Nathaly is crying</h2>
<<prota $protaimg "Nathaly?">>
<<nathaly nathaly1 "Oh i... sorry">>
<<prota $protaimg "Are you okay?">>
<<nathaly nathaly1 "Y-yeah it's just that I miss my family">>
<<prota $protaimg "<<w>>Being here alone and locked up for her must be depressing<</w>>">>
<<prota $protaimg "Is there anything i can do to help?">>
<<nathaly nathaly1 "Yes... I can count on you?">>
<<prota $protaimg "Yeah, sure">>
<<nathaly nathaly1 "Thank you, oh my god I'm so excited, I've been thinking about how to do this for days!">>
<<prota $protaimg "<<w>>Wow, I've never seen her this happy<</w>>">>
<<nathaly nathaly1 "I want to send my mom a letter and get a picture of her, do you think you can?">>
<<prota $protaimg "I will do what i can">>
<<nathaly nathaly1 "She lives in Merida, a wealthy area northwest of the city">>
<<prota $protaimg "Wait and what do I say if she asks me where you are?">>
<<nathaly nathaly1 "Oh, I almost forgot to tell you, it is impossible for you to talk to her, she is always in her armored car surrounded by bodyguards">>
<<nathaly nathaly1 "You must find a way to deliver the letter and take a picture without talking to her">>
<<prota $protaimg "...">>
<br><br>
<h2 class="big">Nathaly hands you a sealed letter and the address</h2>
<br><br>
<span class="btn white"> <<link "I think the first thing will be to buy a camera">>
<<set $quest_nathaly_mom.status to "active">>
<<notify 3s>>New Quest Added!<</notify>>
<<goto "Street">>
<</link>>
</span><<prota $protaimg "<<w>>Ok I got the camera and the letter<</w>>">>
<br><br>
<img src="assets\characters\nathaly\letter.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>I guess I shouldn't open it, but I don't know what she could have written here...<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Read the letter</p>" t8n>>
<h2 class="big">The letter has what you would expect a daughter to write to her mother, but the last lines catch your attention</h2>
<br><br>
<section class="paper">Something strange happens in the house where I am. No matter what I try, it is impossible to leave.<br><br>
<article class="paperheader"></article>
<div class="papertext">
Take the helicopter and fly over the agricultural area south of Holbeck, I will do light signals as dad taught me, every night at 11:00 pm I will be waiting
</div>
</section>
<<prota $protaimg "<<w>>I will have to cut this part of the letter, I will let Nathaly go at some point, but not yet<</w>>">>
<<prota $protaimg "<<w>>Now I just have to sneak into Nathaly’s mom’s house, leave the letter, and take the photo<</w>>">>
<br><br>
<span class="btn white"> <<link "Like a ninja">>
<<set $quest_nathaly_mom.fase to 2>>
<<goto "Street">>
<</link>></span>
<</linkreplace>><<if $hm == 0>>
<img src="assets\characters\nathaly\mansion.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">You arrive at the address that Nathaly gave you</h2>
<<prota $protaimg "<<w>>Oh shit, Nathaly wasn’t lying when she said her family is very rich. In that house there must be hundreds of alarms<</w>>">>
<<prota $protaimg "<<w>>I'll have to be careful and take a photo from a distance, I'll deal with the letter later<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Puzzle Tutorial</p>" t8n>>
<video muted autoplay loop><source src="assets\vids\puzzle_tutorial.webm" type="video/webm"></video>
<</linkreplace>>
<<prota $protaimg "<<w>>
I'll <<swap>>distract<<onswap>>
<<if swapCurrent() is 'go in'>>
<<set $hm to 1>>
<<goto 'nathaly_trust_event_2_b'>>
<</if>>
<</swap>>
in the back door first and
<<swap>>go in<</swap>> the dog
<</w>>">>
<</if>>
<<if $hm == 1>>
<h2 class="big">You get a little closer to the house</h2>
<<prota $protaimg "Ok, that was very easy">>
<<set _correct to [false, false, true]>>
<<prota $protaimg "<<w>>
Now I must turn on my <<swap>>guards<<onswap>>
<<if swapCurrent() is 'flashlight'>>
<<set _correct[0] to true>>
<<else>>
<<set _correct[0] to false>>
<</if>>
<</swap>>
, get away from the <<swap>>flashlight<<onswap>>
<<if swapCurrent() is 'guards'>>
<<set _correct[1] to true>>
<<else>>
<<set _correct[1] to false>>
<</if>>
<</swap>>
, and set up the camera <<swap>>tripod<<onswap>>
<<if swapCurrent() is 'tripod'>>
<<set _correct[2] to true>>
<<else>>
<<set _correct[2] to false>>
<</if>>
<</swap>>
<</w>>">>
<span id="solved">
@@#not-right;@@
<span class="btn white"> <<link "Get where to put the tripod...">>
<<if not _correct.includes(false)>>
<<replace '#solved'>>
<<prota $protaimg "I got it!">>
<span class="btn white"> <<link "Point the camera at the room">>
<<set $hm to 0>>
<<goto "nathaly_trust_event_2_c">>
<</link>></span>
<</replace>>
<<else>>
<<replace '#not-right'>>
<<prota $protaimg "No, if I do it like that, the guards will see me">>
<</replace>>
<</if>>
<</link>>
</span>
</span>
<</if>><video muted autoplay loop><source src="assets\characters\nathaly\mom_event_1\camera_tripode.webm" type="video/webm"></video>
<br><br>
<<linkreplace "<p class='btn white'>📸 Take the picture</p>" t8n>>
<img src="assets\characters\nathaly\mom_event_1\nathaly_mom_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Wow, nathaly's mom is so young and beautiful<</w>>">>
<<prota $protaimg "<<w>>Looks like she’s going to change her clothes<</w>>">>
<<prota $protaimg "<<w>>I should go, but...<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>📸 Take another picture</p>" t8n>>
<img src="assets\characters\nathaly\mom_event_1\nathaly_mom_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br><<linkreplace "<p class='btn white'>📸 Take another picture</p>" t8n>><img src="assets\characters\nathaly\mom_event_1\nathaly_mom_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br><<linkreplace "<p class='btn white'>📸 Take another picture</p>" t8n>><img src="assets\characters\nathaly\mom_event_1\nathaly_mom_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br><<linkreplace "<p class='btn white'>📸 Take another picture</p>" t8n>><img src="assets\characters\nathaly\mom_event_1\nathaly_mom_5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">Nathaly's mom turns off the light and goes to bed</h2>
<<prota $protaimg "Shit, just when it got interesting. Well now, I just have to deliver the letter somehow">>
<br><br>
<h2 class="big">When you are about to get up, you feel someone put their hand on your shoulder</h2>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_1\hand_on_shoulder.webm" type="video/webm"></video>
<<cont append keypress>>
<<prota $protaimg "//AAAAAHHHHHHHHHHH//">>
<<chica maid ???????????? "//AAAAAAAAAHHHHHHHHH!!//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_1\scream.webm" type="video/webm"></video>
<<prota $protaimg "//SSHHhh!// Do not scream">>
<<chica maid ???????????? "Sorry, sorry">>
<<prota $protaimg "it’s ok. Who are you?">>
<<chica maid ???????????? "I will not tell you, mom said that if I saw someone strange around here, I would call the security man">>
<<prota $protaimg "<<w>>Shit<</w>> You don't have to call anyone...">>
/* I am an architect; I came to take pictures for a work that will be done in a few months. That is why I am here with the camera */
<<set _correct to [false, false, false, false, false]>>
<<prota $protaimg "<<w>>
I am an <<swap>>pictures<<onswap>>
<<if swapCurrent() is 'architect'>>
<<set _correct[0] to true>>
<<else>>
<<set _correct[0] to false>>
<</if>>
<</swap>>
; I came to take <<swap>>camera<<onswap>>
<<if swapCurrent() is 'pictures'>>
<<set _correct[1] to true>>
<<else>>
<<set _correct[1] to false>>
<</if>>
<</swap>>
for a <<swap>>months<<onswap>>
<<if swapCurrent() is 'work'>>
<<set _correct[2] to true>>
<<else>>
<<set _correct[2] to false>>
<</if>>
<</swap>>
that will be done in a few <<swap>>architect<<onswap>>
<<if swapCurrent() is 'months'>>
<<set _correct[3] to true>>
<<else>>
<<set _correct[3] to false>>
<</if>>
<</swap>>
. That is why I am here with the <<swap>>work<<onswap>>
<<if swapCurrent() is 'camera'>>
<<set _correct[4] to true>>
<<else>>
<<set _correct[4] to false>>
<</if>>
<</swap>>
<</w>>">>
<span id="solved">
@@#not-right;@@
<span class="btn white"> <<link "Try to convince her">>
<<if not _correct.includes(false)>>
<<replace '#solved'>>
<<prota $protaimg "<<w>>She believed me<</w>>">>
<span class="btn white"> <<link "And what are you doing here?">>
<<goto "nathaly_trust_event_2_d">>
<</link>></span>
<</replace>>
<<else>>
<<replace '#not-right'>>
<<prota $protaimg "That doesn’t seem very convincing...">>
<</replace>>
<</if>>
<</link>>
</span>
</span>
<</cont>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<<chica maid ???????????? "I, uh, I’m here because...">>
<<prota $protaimg "Wait, are you carrying a gold chain?">>
<<chica maid ???????????? "I didn’t want to steal it, I swear, but my mom says she doesn’t earn enough">>
<<prota $protaimg "Aren't you Nathaly's sister?">>
<<chica maid ???????????? "No. My mom is a kitchen a-assistant">>
<<chica maid ???????????? "Please don’t tell anyone, I promise I won’t do it again">>
<<prota $protaimg "<<w>>This is my opportunity<</w>> I need you to do two things for me and I won’t tell anyone about the chain, ok?">>
<<chica maid ???????????? "I’m shaking but okey I will do what you ask me">>
<<prota $protaimg "Take this letter and leave it where Nathaly's mom can see it">>
<br><br>
<<linkreplace "<p class='btn white'>Give her the letter</p>" t8n>>
<<chica maid ???????????? "Okey, I can do that, what else do I have to do?">>
<<prota $protaimg "Help me get to the forest near the house, I need to get out without being seen">>
<<chica maid ???????????? "The forest scares me. Can I show you the way and go by yourself?">>
<<prota $protaimg "Ok, but at the least let me at the entrance of the forest">>
<<chica maid ???????????? "Okey, follow me">>
<br><br>
<span class="btn white"> <<link "Go to the forest">>
<<goto "nathaly_trust_event_2_e">>
<</link>></span>
<</linkreplace>><img src="assets\img\forest.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_1\maid_vid_1.webm" type="video/webm"></video>
<<chica maid ???????????? "We’re here, so... Can I go?">>
<br><br>
<span class="btn red"> <<link "Yes, but give me the chain, I will return it (+350$)">>
<<set $prota.money += 350>>
<<goto "nathaly_trust_event_2_e_1">>
<</link>></span>
<br><br>
<span class="btn red"> <<link "Take off your clothes, I need to verify that you have stolen nothing else">>
<<goto "nathaly_trust_event_2_e_2">>
<</link>></span><<chica maid ???????????? "This will only get me in trouble, take it">>
<<prota $protaimg "Now if you can leave, don't tell anyone you talked to me">>
<<chica maid ???????????? "Okey">>
<br><br>
<span class="btn white"> <<link "Get out of the forest and go home">>
<<set $quest_nathaly_mom.fase to 3>>
<<goto "House">>
<</link>></span><<chica maid ???????????? "Sure this is necessary?">>
<<prota $protaimg "I just need to make sure">>
<<chica maid ???????????? "O-Okey, but quick please, I don't like being in the woods">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_1\maid_vid_2.webm" type="video/webm"></video>
<<chica maid ???????????? "May I leave now?">>
<<prota $protaimg "Like I told you, I need to be completely sure. When I verify you stole nothing else, you can go">>
<<chica maid ???????????? "Okey, so what do I do now?">>
<br><br>
<img src="assets\characters\nathaly\mom_event_1\maid_img_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<prota $protaimg "Keep taking off your clothes">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_1\maid_vid_3.webm" type="video/webm"></video>
<<prota $protaimg "Now turn around">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_1\maid_vid_4.webm" type="video/webm"></video>
<<prota $protaimg "Wow, you have a perfect body">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_1\maid_vid_5.webm" type="video/webm"></video>
<<chica maid ???????????? "I know it">>
<<prota $protaimg "Really?">>
<<chica maid ???????????? "Yes, the head of security always tells me">>
<<chica maid ???????????? "He sometimes makes me these checkups">>
<<prota $protaimg "How old are you?">>
<<chica maid ???????????? "I am 18 years old">>
<<prota $protaimg "<<w>>She is very innocent. Her mother must have kept her locked up in that mansion for years<</w>>">>
<<prota $protaimg "What does the head of security do after taking off your clothes?">>
<br><br>
<h2 class="big">She leans forward and pulls down her underwear</h2>
<<chica maid ???????????? "He usually does more in-depth checks">>
<<cont append keypress>>
<<chica maid ???????????? "//MMmh// j-just like t-that">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_1\maid_vid_6.webm" type="video/webm"></video>
<<prota $protaimg "//Fuck// Your pussy is so tight">>
<<chica maid ???????????? "//MMMmhh// s-slow p-please">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_1\maid_vid_7.webm" type="video/webm"></video>
<<chica maid ???????????? "//AAAHHH//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_1\maid_vid_8.webm" type="video/webm"></video>
<<chica maid ???????????? "//MMMPPHHH//">>
<<prota $protaimg "Oh shit, I can't h-hold it anymore">>
<<chica maid ???????????? "Don’t worry, I know what I have to do">>
<br><br>
<h2 class="big">She kneels in front of you and shoves your cock in her mouth</h2>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_1\maid_vid_9.webm" type="video/webm"></video>
<<chica maid ???????????? "//MMmm// Yours tastes so good, Mr. Richard's member is disgusting">>
<<prota $protaimg "Really? and he put it in your mouth?">>
<<chica maid ???????????? "Yes //Yuck//">>
<<prota $protaimg "Is it ok if I dirty your boobs?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_1\maid_vid_10.webm" type="video/webm"></video>
<br><br>
<h2 class="big">She nods her head</h2>
<<cont append keypress>>
<<prota $protaimg "//FUCK FUCK FUCK//">>
<<prota $protaimg "//AARRRGHHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_1\maid_vid_11.webm" type="video/webm"></video>
<<prota $protaimg "//Uuffs//">>
<<chica maid ???????????? "Doing this with you is much better">>
<<prota $protaimg "Thanks, I have to go, but could you give me back the letter I gave you for a moment?">>
<<chica maid ???????????? "Sure">>
<<linkreplace "<p class='btn blue'>Modify the letter</p>" t8n>>
<<prota $protaimg "<<w>>I will take advantage that Nathaly wrote directly this letter and I will make a slight change.<br><br>
Immediate dismissal of Mr. Richard and also a police investigation against him, plus a salary increase for all the chef’s assistants<</w>>">>
<<prota $protaimg "Done, I just had to add a little detail">>
<<chica maid ???????????? "Oh, okey">>
<<prota $protaimg "Keep the gold chain, it's a gift from Nathaly to you">>
<<chica maid ???????????? "Seriously?! Oh my, thank you very much!!">>
<br><br>
<h2 class="big">She gives you a big hug</h2>
<<prota $protaimg "You can go now, maybe we'll see each other another day">>
<br><br>
<span class="btn white"> <<link "Get out of the forest and go home">>
<<set $quest_nathaly_mom.fase to 3>>
<<goto "House">>
<</link>></span>
<</linkreplace>>
<</cont>>
<</cont>><<set $nathaly.trust += 1>>
<<prota $protaimg "Nathaly, I already went to your mom’s house">>
<<prota $protaimg "I gave her your letter, and I framed this photo so you don’t feel alone">>
<br><br>
<img src="assets\characters\nathaly\mom_event_1\photo.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">Nathaly takes the picture</h2>
<<nathaly nathaly1 "...">>
<<nathaly nathaly1 "This means a lot to me, do you think you could leave me alone?">>
<br><br>
<span class="btn white"> <<link "Yeah sure">>
<<set $quest_nathaly_mom.status to "complete">>
<<goto "Street">>
<</link>></span>
<<switch random(1, 3)>>
<<case 1>>
<<nathaly nathaly1 "I think I need a doctor to give me an injection">>
<<case 2>>
<<nathaly nathaly1 "Maybe I need an injection again">>
<<case 3>>
<<nathaly nathaly1 "Could you give me an injection? I do not feel well">>
<</switch>>
<<prota $protaimg "Don’t worry, right here I have a big needle waiting for you">>
<<nathaly nathaly1 "Hahahaha, let me guess, you mean ANOTHER needle, right?">>
<<prota $protaimg "Exactly">>
<br><br>
<video muted autoplay loop><source src="assets\vids\bath_r2.webm" type="video/webm"></video>
<br><br>
<<linkreplace "<p class='btn red'>Come, it’s time for your injection</p>" t8n>>
<<switch random(1, 2)>>
<<case 1>>
<<nathaly nathaly1 "OMG that feels so good //MMmh//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\dick\dick_cowgirl1_part1.webm" type="video/webm"></video>
<<nathaly nathaly1 "//AAHHH//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\dick\dick_cowgirl1_part2.webm" type="video/webm"></video>
<<nathaly nathaly1 "//AAAHHH// I love having your dick inside of me //MMMHmm//">>
<<case 2>>
<<nathaly nathaly1 "//MMmmh// Your “needle” feels so good">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\dick\dick_cowgirl2_part1.webm" type="video/webm"></video>
<<nathaly nathaly1 "//AAAAHHH// //FUCK//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\dick\dick_cowgirl2_part2.webm" type="video/webm"></video>
<<nathaly nathaly1 "//MMMmmmh// You would have been a g-great d-doctor">>
<</switch>>
<span class="btn white"> <<link "Continue">>
<<goto "a_house">>
<</link>></span>
<</linkreplace>><<if $hm == 0>>
<<chica l_d_5 ????????? "Yes!! it’s time to share, buy gifts and eat cookies!">>
<<prota $protaimg "<<w>>But if it’s not Christmas...<</w>>">>
<<linkreplace "<p class='btn white'>Look at the calendar</p>" t8n>>
<<prota $protaimg "<<w>>Oh shit, it's true, it's Christmas!<</w>>">>
<<chica l_d_5 ????????? "You're acting a little weird love. Maybe if I give you your Christmas gift in advance you will feel better">>
<<chica l_d_5 ????????? "Would you like to receive your gift now?">>
<br><br>
<img src="assets\patreon\lucid_dream_5\lucid_dream_5_intro_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<span class="btn white"> <<link "I'm sorry I have to go (Wake up)">>
<<goto "House">>
<</link>></span>
<span class="btn red"> <<link "Yes..">>
<<set $hm to 1>>
<<goto "l_d_5">>
<</link>></span>
<</linkreplace>>
<</if>>
<<if $hm == 1>>
<video muted autoplay loop width="50%"><source src="assets\patreon\lucid_dream_5\lucid_dream_5_1.webm" type="video/webm"></video>
<<chica l_d_5 ????????? "I knew you’d say that">>
<br><br>
<img src="assets\patreon\lucid_dream_5\lucid_dream_5_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica l_d_5 ????????? "You come?">>
<br><br>
<<linkreplace "<p class='btn red'>Of course</p>" t8n>>
<img src="assets\patreon\lucid_dream_5\lucid_dream_5_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica l_d_5 ????????? "A few weeks ago my dad wouldn’t even let me talk to you">>
<<chica l_d_5 ????????? "But you insisted so much that he ended up letting me go to your house">>
<<chica l_d_5 ????????? "I still remember that night, you fucked me for hours without stopping">>
<<prota $protaimg "Why do I have so few memories of that day?">>
<<prota $protaimg "Anyway, the important thing is that I have you here">>
<<chica l_d_5 ????????? "So... you don't remember that night?">>
<<prota $protaimg "No...">>
<<chica l_d_5 ????????? "Do not worry, today you will live it again">>
<br><br>
<<linkreplace "<p class='btn red'>Fuck Her</p>" t8n>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_5\lucid_dream_5_4.webm" type="video/webm"></video>
<<chica l_d_5 ????????? "//MMMMhmm// If my dad knew about this he would kill you">>
<<prota $protaimg "Oh, do you think your dad would be mad if he knew I was fucking his little princess?">>
<<prota $protaimg "It is a shame that his princess has such a provocative ass">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_5\lucid_dream_5_5.webm" type="video/webm"></video>
<<chica l_d_5 ????????? "//AAAAHHHH//">>
<<chica l_d_5 ????????? "//MMMMHMMM// Please d-don't stop">>
<<prota $protaimg "Are you Cumming, uh, little princess?">>
<<chica l_d_5 ????????? "//AAAAHHH// Y-YESSs">>
<<prota $protaimg "Say you’re my whore or I’ll stop">>
<<chica l_d_5 ????????? "//AAAHAHHH// I... I am your w-whore">>
<<chica l_d_5 ????????? "//GGAAAAAAHHHH// //FUCK// //FUUCK//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_5\lucid_dream_5_6.webm" type="video/webm"></video>
<<chica l_d_5 ????????? "//AHh// //Uuf//">>
<<chica l_d_5 ????????? "That was even better than our first night">>
<br><br>
<img src="assets\patreon\lucid_dream_5\lucid_dream_5_7.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">Someone knocks on the door</h2>
<<chico gmale1 ????????? "Princess open the door right now!">>
<br><br>
<span class="btn white"> <<link "Oh shit">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</linkreplace>>
<</linkreplace>>
<</if>><<if $hm == 0>>
<<chico judge Judge "This is the second and last time I ask you, do you understand why you are here?">>
<<red cuffed $prota.name "What?">>
<br><br>
<img src="assets\patreon\lucid_dream_6\cuffed.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 20%;">
<<red cuffed $prota.name "Why the fuck am I handcuffed? Where am I?">>
<<chico gmale1 Lawyer "I am your lawyer, but if you do not show respect to the judge, there is little I can do, keep quiet and let Hannah give her statement">>
<<red cuffed $prota.name "<<w>>Hannah?<</w>>">>
<<chica l_d_6_a Hannah "It all started on a Monday afternoon...">>
<br><br>
<span class="btn white"> <<link "I dont want to listen (Wake up)">>
<<goto "House">>
<</link>></span>
<span class="btn red"> <<link "Statement. 1 part">>
<<set $hm to 1>>
<<goto "l_d_6">>
<</link>></span>
<span class="btn red"> <<link "Statement. 2 part">>
<<set $hm to 2>>
<<goto "l_d_6">>
<</link>></span>
<span class="btn red"> <<link "Statement. 3 part">>
<<set $hm to 3>>
<<goto "l_d_6">>
<</link>></span>
<span class="btn red"> <<link "Statement. Final part">>
<<set $hm to 4>>
<<goto "l_d_6">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<<chica l_d_6_a Hannah "I work as my husband's secretary. We have a successful car buying and selling business">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_1.webm" type="video/webm"></video>
<<chica l_d_6_a Hannah "My husband had a problem with this person because the car he uses as a taxi suffered many mechanical issues">>
<<chica l_d_6_a Hannah "He wanted his money back, but the contract was already signed, so we were not obliged to return anything">>
<<cont append keypress>>
<<prota $protaimg "Hannah, I need my money back, I spoke to Lya, my trusted mechanic, and she said that car is a pile of junk with wheels">>
<<chica l_d_6_b Hannah "My husband already talked to you, you know we can't do anything">>
<<red cuffed $prota.name "<<w>>I hardly remember that...<</w>>">>
<<chica l_d_6_a Hannah "I knew he was angry about it, so I tried to calm him down">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_2.webm" type="video/webm"></video>
<<chica l_d_6_b Hannah "Don't worry; you will see that little by little you will be able to repair the car, understand that this is not our fault">>
<<prota $protaimg "All my savings are in that car; understand how hard it is for me">>
<<chica l_d_6_a Hannah "It was complicated to get him to leave the office, but he finally did, but not before stealing a document that was on the desk, where, unfortunately, my address was">>
<<chica l_d_6_a Hannah "A few days passed without hearing from him, until one day...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_3.webm" type="video/webm"></video>
<span class="btn white"> <<link "Until one day..?">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</cont>>
<</if>>
<<if $hm == 2>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_3.webm" type="video/webm"></video>
<<chica l_d_6_a Hannah "A few days passed without hearing from him, until one day, while talking on the phone; I heard someone knock on the door">>
<<chica l_d_6_a Hannah "I hung up the phone and dressed to open the door">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_4.webm" type="video/webm"></video>
<<chica l_d_6_a Hannah "It was then that the nightmare began">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_5.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_6.webm" type="video/webm"></video>
<<prota $protaimg "I told you I wouldn’t leave this like this. I just want my money, call your husband and have him sign the papers">>
<<chica l_d_6_a Hannah "He insulted me and said he would hit my husband; he got completely out of control so I tried to be patient and kindly told him to leave, that we would find a solution for his car">>
<<chica l_d_6_b Hannah "Let’s see how I explain this to you, you signed the document and now we will not give you anything back; it is your fault for having bought that garbage that you now drive, besides being an idiot you are a bad mannered who comes to a lady’s house to bother her">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_7.webm" type="video/webm"></video>
<<chica l_d_6_b Hannah "//ARGH// Just get out of my sight before my husband comes and beat you up">>
<<red cuffed $prota.name "<<w>>She is a liar<</w>>">>
<<chica l_d_6_a Hannah "It was then that...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_8.webm" type="video/webm"></video>
<<chico judge Judge "You don’t have to continue if you don’t feel comfortable">>
<<chica l_d_6_a Hannah "No it's alright, I can continue">>
<<chica l_d_6_a Hannah "He took me by force and told me that if my husband did not return to he the money, he would take in another way">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_9.webm" type="video/webm"></video>
<<chica l_d_6_a Hannah "Despite the fear, I had the courage to ask him to calm down and think better about what he was doing">>
<<chica l_d_6_b Hannah "What are you planning to do, you fucking idiot? Fuck me? You lack testosterone to do that, why better don’t you just go cry in your car?">>
<<prota $protaimg "Surely that is what you want. Your husband has not touched you for months and that is why you are a bitter person unable to serve a client well">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_10.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "...">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</cont>>
<</if>>
<<if $hm == 3>>
<<chica l_d_6_a Hannah "He started touching me; I was crying and begging him to please stop. The only thing i could do was shout my husband’s name, hoping he would come to help me">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_11.webm" type="video/webm"></video>
<<chica l_d_6_b Hannah "//AAHHHHh// //MMMMMHMMmm//">>
<<prota $protaimg "Aren’t you going to ask for help, bitch?">>
<<chica l_d_6_b Hannah "What do you think, that I can’t defend myself?">>
<<red cuffed $prota.name "But Mr. Judge, things did not happen that way">>
<<chico gmale1 Lawyer "//SHHH// Don't make things worse and be quiet">>
<<red cuffed $prota.name "...">>
<<chico judge Judge "$prota.name Better follow the advice of your lawyer or I will have to apply a disciplinary sanction">>
<<red cuffed $prota.name "......">>
<<chico judge Judge "Miss Hannah, I understand your husband is here today; he is listening to all this. Are you sure you want to continue?">>
<<chica l_d_6_a Hannah "Yes sir, I know it is hard for him to hear this, but I really need to give all my testimony to put this in the past">>
<<chica l_d_6_a Hannah "In those moments I kept screaming my husband’s name, the only hope I had was that he would walk through the door">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_12.webm" type="video/webm"></video>
<<chica l_d_6_b Hannah "//AAAAHHHHHhh// //FUCK// //MMMMMHMMmm//">>
<<prota $protaimg "Fuck you're so wet">>
<<chica l_d_6_b Hannah "//MMMMHMMmm// S-Shut up">>
<<prota $protaimg "Do you want to cum, huh?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_13.webm" type="video/webm"></video>
<<chica l_d_6_b Hannah "//AAAAAAHHHHHhh// //FUCK// //FUCK// //FUCK//">>
<<chica l_d_6_a Hannah "There were moments when I fought with all my strength, I tried to run and escape, but it was impossible">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_14.webm" type="video/webm"></video>
<<chica l_d_6_a Hannah "When he saw me vulnerable, he took the opportunity to...">>
<span class="btn white"> <<link "...">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 4>>
<<chica l_d_6_a Hannah "When he saw me vulnerable, he took the opportunity to abuse me">>
<<chica l_d_6_a Hannah "it was an unpleasant moment where I was silent I just cried and wished it would end soon">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_15.webm" type="video/webm"></video>
<<chica l_d_6_b Hannah "//UUAAHHHHH// I n-never thought your dick was s-so //MMMMHMM// big">>
<<prota $protaimg "You like having a big cock inside, huh? If your husband knew what a whore he has">>
<<chica l_d_6_b Hannah "I'm n-not //MMMHhm// a whore">>
<<chica l_d_6_a Hannah "He used threats to force me to say insulting things. That moment was...">>
<br><br>
<img src="assets\patreon\lucid_dream_6\lucid_dream_6_17.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
<<chica l_d_6_a Hannah "//hem// traumatizing">>
<<prota $protaimg "Oh sure you're not a whore?">>
<<chica l_d_6_b Hannah "Y-yes...">>
<<prota $protaimg "Come on say you're a whore or I'll stop">>
<<chica l_d_6_b Hannah "//MMhmm// I...">>
<<chica l_d_6_b Hannah "//AAAAHHHH// I’m a whore, I’m YOU w-whore">>
<<chica l_d_6_b Hannah "//FUCK// //FUCK// I'm about to cum!">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_16.webm" type="video/webm"></video>
<<chica l_d_6_b Hannah "//AAAAAAHHHHHH// I... CUMMING">>
<<chica l_d_6_b Hannah "//AAAAAAHHHHHH// //FUCK// //FUCK//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_18.webm" type="video/webm"></video>
<<chica l_d_6_a Hannah "It was then that he finally left, he just stood up and then left">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_19.webm" type="video/webm"></video>
<<chica l_d_6_a Hannah "I tried until the last moment to get away and be safe, while I kept yelling at him to please go away">>
<<cont append keypress>>
<<chica l_d_6_b Hannah "//MMMMMHMMMm//">>
<<prota $protaimg "//AAAHh// //FUCK// //AAAARRRRGHHHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_6\lucid_dream_6_20.webm" type="video/webm"></video>
<<cont append keypress>>
<<chico judge Judge "I think we have heard enough, $prota.name do you understand that you could be sentenced to 75 years in prison?">>
<<red cuffed $prota.name "WHAT?!">>
<br>
<span class="btn white"> <<link "75 YEARS?!">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</cont>>
<</cont>>
<</if>><<switch random(1, 2)>>
<<case 1>>
<<nathaly nathaly1 "I hope you haven’t forgotten the injection">>
<<case 2>>
<<nathaly nathaly1 "Did you bring the injection?">>
<</switch>>
<<prota $protaimg "Don’t worry, I have it here. But you know it has a price, right?">>
<<nathaly nathaly1 "The price is not a problem; I have what to pay with. Tell me what you want">>
<br><br>
<img src="assets\characters\nathaly\sex\dick\dick_doggystyle.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">
<<prota $protaimg "Put your hands and knees touching the ground">>
<br><br>
<video muted autoplay loop><source src="assets\vids\bath_r2.webm" type="video/webm"></video>
<br><br>
<<linkreplace "<p class='btn red'>Right, just like that</p>" t8n>>
<<switch random(1, 2)>>
<<case 1>>
<<nathaly nathaly1 "Your dick is so hard //MMmh//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\dick\dick_doggystyle1_part1.webm" type="video/webm"></video>
<<nathaly nathaly1 "//AAAAAAHHHHH//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\dick\dick_doggystyle1_part2.webm" type="video/webm"></video>
<<prota $protaimg "//FUCK// This feels so good">>
<<case 2>>
<<nathaly nathaly1 "//MMMmmh// F-faster">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\dick\dick_doggystyle2_part1.webm" type="video/webm"></video>
<<nathaly nathaly1 "//AAAHGHH//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\dick\dick_doggystyle2_part2.webm" type="video/webm"></video>
<<nathaly nathaly1 "//MMMMhmm// //FUCK// Don't s-stop">>
<</switch>>
<span class="btn white"> <<link "Continue">>
<<goto "a_house">>
<</link>></span>
<</linkreplace>><<prota $protaimg "Hey neptuno, I got this at Mia’s store">>
<br><br>
<img src="assets\img\store\snacks.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<neptuno neptuno "Are you trying to poison me after you run me over? What’s next, cut off my leg?">>
<<prota $protaimg "It’s Scooby Snacks. Just try them to see if you like them">>
<<neptuno neptuno "Ok, ok; I will taste them">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\neptuno_event_1.webm" type="video/webm"></video>
<br><br>
<h2 class="big">Neptuno goes to the living room and comes back after a few minutes</h2>
<br><br>
<<cont append keypress>>
<<prota $protaimg "You liked?">>
<<neptuno neptuno "...">>
<<neptuno neptuno "BRO THIS IS THE MOST DELICIOUS THING I HAVE EVER TASTED!!!">>
<<prota $protaimg "Hahaha later I'll bring you more">>
<br><br>
<span class="btn white"> <<link "It seems that Mia has a new client">>
<<goto "kitchen">>
<</link>></span><</cont>><<switch random(1, 5)>>
<<case 1>>
<<prota $protaimg "Hey Neptuno, I brought some Scooby Snacks">>
<<neptuno neptuno "OMG">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\neptuno_event_2.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Wow, you were hungry">>
<<goto "kitchen">>
<</link>></span>
<<case 2>>
<<prota $protaimg "Hey Neptuno, I brought some Scooby Snacks">>
<<neptuno neptuno "Thanks bro">>
<<prota $protaimg "What's wrong?">>
<<neptuno neptuno "I spent the afternoon thinking and concluded that my father is technically a Boltzmann Brain">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\neptuno_event_3.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "The brain of who?">>
<<goto "kitchen">>
<</link>></span>
<<case 3>>
<<neptuno neptuno "//ZZZzzZzzZZzZzzz...//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\neptuno_event_4.webm" type="video/webm"></video>
<span class="btn white"> <<link "HAHAHAHAH">>
<<goto "kitchen">>
<</link>></span>
<<case 4>>
<<neptuno neptuno "Bro, oped dhe door, I'm stadving">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\neptuno_event_5.webm" type="video/webm"></video>
<span class="btn white"> <<link "Why do you go out and leave the door closed?">>
<<goto "kitchen">>
<</link>></span>
<<case 5>>
<<neptuno neptuno "Bro I already smelled the snacks, open the door or I'll break it down,">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\neptuno_event_6.webm" type="video/webm"></video>
<<prota $protaimg "It's always the same, I have to come and open the door">>
<<neptuno neptuno "I don't have pockets to carry the key">>
<span class="btn white"> <<link "Ok, that's the best argument I've ever heard">>
<<goto "kitchen">>
<</link>></span>
<</switch>><<if $hm == 0>>
<video style="border-radius: 20px; position: fixed; max-width: 20%; top: 15px; left: 0;" autoplay loop controls><source src="assets\characters\neptuno\event1\event_1.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>Oh shit, what’s going on here?<</w>>">>
<<amuleto amuleto2 "You filthy dog, give me back my shoe!">>
<<neptuno neptuno "Which shoe do you mean? I have seen no shoe around here">>
<<amuleto amuleto2 "...">>
<<neptuno neptuno "Oh; but don't worry, I'll help you">>
<<neptuno neptuno "Shoe come here, shoe, shoe, shoe...">>
<br><br>
<img src="assets\characters\amuleto\amuletoangry.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $protaimg "Neptuno...">>
<<neptuno neptuno "Oh boy, you arrive at the right time; we are looking for a shoe, have you seen it anywhere?">>
<span class="btn white"> <<link "Try to catch Neptuno">>
<<set $hm to 1>>
<<goto "neptuno_event_3">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<video style="border-radius: 20px; position: fixed; max-width: 20%; top: 15px; right: 0;" autoplay loop controls><source src="assets\characters\neptuno\event1\event_2.webm" type="video/webm"></video>
<<amuleto amuleto2 "Mangy dog, I'm going to catch you">>
<<neptuno neptuno "Oh, sure you can catch me?">>
<<amuleto amuleto2 "I was the best runner in my school">>
<<neptuno neptuno "Yeah but running to the fries">>
<<neptuno neptuno "That fat ass won't let you run more than a few feet">>
<<amuleto amuleto2 ".........">>
<<prota $protaimg "HAHAHAHAHAHAH">>
<<amuleto amuleto2 "And what are you laughing at, asshole? help me catch it!">>
<<prota $protaimg "Yes, yes, sorry">>
<span class="btn white"> <<link "Try to catch Neptuno">>
<<set $hm to 2>>
<<goto "neptuno_event_3">>
<</link>></span>
<</if>>
<<if $hm == 2>>
<video style="border-radius: 20px; position: fixed; max-width: 20%; top: 15px; left: 0;" autoplay loop controls><source src="assets\characters\neptuno\event1\event_3.webm" type="video/webm"></video>
<<amuleto amuleto2 "As soon as I catch you, I will take you out of the house and you will have to sleep in a garbage can full of stray cats">>
<<neptuno neptuno "My father made the universe in 6 days, and the seventh used it to inflate your ass">>
<<amuleto amuleto2 "You wish you had an ass like mine, you filthy dog">>
<<prota $protaimg "Hahaha Neptuno, give her her shoe">>
<<amuleto amuleto2 "Listen to him or I’ll make an appointment with the vet to neuter you">>
<<neptuno neptuno "I bet you want to touch my “heavenly charm”, but sorry, that already belongs to Daisy">>
<<amuleto amuleto2 "Daisy is leaving with a German Shepherd before you can drop that shoe">>
<<neptuno neptuno "Maybe, as long as your ass doesn't crush us all first">>
<<prota $protaimg "HAHAHAHAHA">>
<<prota $protaimg "Hey Neptuno, I have snacks">>
<span class="btn white"> <<link "You want?">>
<<set $hm to 3>>
<<goto "neptuno_event_3">>
<</link>></span>
<</if>>
<<if $hm == 3>>
<video autoplay controls><source src="assets\characters\neptuno\event1\event_4.webm" type="video/webm"></video>
<<neptuno neptuno "Do you really have snacks?">>
<<prota $protaimg "Hahahah yeah">>
<<amuleto amuleto2 "...">>
<<neptuno neptuno "Hey $amuleto.name, you won't believe me, but I just found your shoe">>
<<amuleto amuleto2 "................">>
<span class="btn white"> <<link "Ok, I need water">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>><<if $hm == 0>>
<<prota $protaimg "Neptuno, what are you doing on the PC?">>
<<neptuno neptuno "Bro, you won't believe me, I'm the 1,000,001 amazon visitor!!">>
<<neptuno neptuno "I won a PS5, I just have to put your credit card and they will send it in a week">>
<<prota $protaimg "My credit card?! NOT!">>
<br><br>
<video controls><source src="assets\characters\neptuno\event2\event_1.webm" type="video/webm"></video>
<<neptuno neptuno "What did you just do?!">>
<<neptuno neptuno "They were only going to charge you $50 for shipping costs!">>
<<prota $protaimg "That page was not amazon, they just wanted to scam you">>
<<neptuno neptuno "Did they want to scam me off?">>
<<prota $protaimg "Yes, and so they do with many other people">>
<<neptuno neptuno "...">>
<div class="n-angry"> <<neptuno neptuno "I have the address, drive">> </div>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\event_2.webm" type="video/webm"></video>
<<prota $protaimg "Shit, you scare me so much">>
<div class="n-angry"> <<neptuno neptuno "Drive">> </div>
<br><br>
<span class="btn white"> <<link "Drive to the scammer's address">>
<<set $hm to 1>>
<<goto "neptuno_event_4">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<h2 class="big">The address takes you to a large building</h2>
<br><br>
<img src="assets\characters\neptuno\event2\building.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>I think I know what's up; this building belongs to the company that hosts the website, but it's not the scammer's address<</w>>">>
<<prota $protaimg "<<w>>I have never seen Neptuno so angry; I think this is better, maybe a security guard will take him out without hurting anyone<</w>>">>
<<neptuno neptuno "Come on boy; I'll show the scammer something">>
<br><br>
<h2 class="big">You enter the building</h2>
<<neptuno neptuno "People can't understand me; ask for the person in charge here">>
<br><br>
<<linkreplace "<p class='btn white'>Ask the receptionist for the manager</p>" t8n>>
<<chica receptionist Receptionist "No one is available, complaints and suggestions can be sent by mail, to hire services visit our website, for an appointment need three months in advance">>
<<chica receptionist Receptionist "And get the dog out right now, or security will do it for you, thank you, and have a happy day">>
<<cont append keypress>>
<<neptuno neptuno "...">>
<br><br>
<h2 class="big">Before Neptuno can say anything, a woman approaches</h2>
<<chica sophie ???????????? "I am so sorry; our receptionist had a bad day; I promise you that she is not always like this">>
<<chica receptionist Receptionist "...">>
<<chica sophie Sophie "My name is Sophie; I am the vice president of this beautiful company; I have a crucial meeting in a few minutes. But I need to get some papers in my office; if you come, I can give you and your puppy 5 minutes of my time">>
<<neptuno neptuno "Puppy...">>
<br><br>
<span class="btn white"> <<link "Go to Sophie's office">>
<<set $hm to 0>>
<<goto "neptuno_event_4_b">>
<</link>></span>
<</cont>>
<</linkreplace>>
<</if>><h2 class="big">You arrive at the vice presidential office</h2>
<<chica sophie Sophie "The president couldn't attend the meeting I'm going to; it is a lot of responsibility to take his place with the shareholders">>
<<chica sophie Sophie "Tell me briefly what you need, if I see that it will take a long time I will make an appointment for another day, okay?">>
<<prota $protaimg "Oh, well I...">>
<br><br>
<img src="assets\characters\neptuno\event2\sophie_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>I'm with this important and beautiful woman taking her time<</w>>">>
<<prota $protaimg "//Pss// Neptuno..?">>
<<neptuno neptuno "Tell her to look me in the eye">>
<<chica sophie Sophie "Are you talking to your dog?">>
<<prota $protaimg "Yes, could you look him in the eye please?">>
<<chica sophie Sophie "It's a bad time to make a joke, with your permission I'm leaving">>
<<prota $protaimg "Nono, it will be just a moment">>
<<chica sophie Sophie "Ok...">>
<<cont append keypress>>
<<neptuno neptuno "Right, just like that">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\event_3.webm" type="video/webm"></video>
<<chica sophie Sophie "Wow, the voices...">>
<<chica sophie Sophie "Why do they scream?">>
<<neptuno neptuno "Those are the voices of agony, it's hard to hear them all at once, right?">>
<<chica sophie Sophie "Yes...">>
<<neptuno neptuno "Now, you will feel their pain">>
<<prota $protaimg "Wait Neptuno. What are you going to do?">>
<<neptuno neptuno "She will feel a lot of pain... It will be so much that her brain will boil">>
<<chica sophie Sophie "There are many voices...">>
<<prota $protaimg "Wait, wait!">>
<<prota $protaimg "I... have snacks! Delicious Scooby Snacks and... I heard that Daisy's owners are out and she's home alone">>
<<neptuno neptuno "Snacks? Daisy?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\happy.webm" type="video/webm"></video>
<<prota $protaimg "Yes, the snacks are in the kitchen">>
<<neptuno neptuno "Ok, I'm leaving">>
<<prota $protaimg "Really, that easy?">>
<<neptuno neptuno "Bro, we all have a price">>
<<prota $protaimg "Wait and what do I do with she?">>
<<neptuno neptuno "With who?">>
<<prota $protaimg "...">>
<<chica sophie Sophie "Someone shut up the voices please...">>
<<neptuno neptuno "Oh...">>
<<neptuno neptuno "She will listen to the voices for a few hours; after that, she won't remember anything">>
<br><br>
<h2 class="big">Neptuno leaves the building</h2>
<<prota $protaimg "<<w>>Shit and now what do I do?<</w>>">>
<<prota $protaimg "So... Voices huh?">>
<<chica sophie Sophie "I need to silence the voices, help me">>
<span class="btn white"> <<link "How?">>
<<goto "neptuno_event_4_c">>
<</link>></span>
<</cont>><<chica sophie Sophie "They all speak to me at the same time">>
<<prota $protaimg "Maybe we could sing a song, that would clear your mind">>
<<prota $protaimg "I don't sing very well, but I know a couple of songs, would you like to listen to them?">>
<<chica sophie Sophie "God can you shut up?">>
<<prota $protaimg "Sorry when I'm nervous I talk a lot and this office is...">>
<br><br>
<h2 class="big">Sophie puts her tongue in your mouth to try to shut up</h2>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\sophie_2.webm" type="video/webm"></video>
<<cont append keypress>>
<<prota $protaimg "<<w>>OMG...<</w>>">>
<<chica sophie Sophie "The voices... quieted a bit">>
<br><br>
<img src="assets\characters\neptuno\event2\sophie_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica sophie Sophie "You and your fucking cat caused this; now you have to fix it">>
<<prota $protaimg "<<w>>Cat? Voices seem to keep her from thinking straight<</w>>">>
<br><br>
<h2 class="big">Sophie begins to undress</h2>
<<prota $protaimg "Wait, what are you doing?">>
<br><br>
<img src="assets\characters\neptuno\event2\sophie_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica sophie Sophie "I need your help">>
<<chica sophie Sophie "Please">>
<br>
<span class="btn white"> <<link "What I do?">>
<<goto "neptuno_event_4_d">>
<</link>>
</span>
<</cont>><video muted autoplay loop><source src="assets\characters\neptuno\event2\sophie_5.webm" type="video/webm"></video>
<<chica sophie Sophie "Shut the fuck up and fuck me">>
<<prota $protaimg "But...">>
<<chica sophie Sophie "Shut up and do it or I'll call the security guard and let him do it for you">>
<<prota $protaimg "...">>
<br><br>
<video muted autoplay loop><source src="assets\vids\bath_r2.webm" type="video/webm"></video>
<br><br>
<<linkreplace "<p class='btn red'>Fuck Her</p>" t8n>>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\sophie_6.webm" type="video/webm"></video>
<<chica sophie Sophie "Your cock hush the voices">>
<<chica sophie Sophie "It really works...">>
<<chica sophie Sophie "As long as you shut up the voices, you can fuck as hard as you want">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\sophie_7.webm" type="video/webm"></video>
<<chica sophie Sophie "//FUCK// S-spank me">>
<<chica sophie Sophie "Never in your life will you fuck an ass like this again, take advantage and spank me!">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\sophie_8.webm" type="video/webm"></video>
<<chica sophie Sophie "//AAAAAHHHHHHH// Y-YEESS //FUCK!//">>
<<chica sophie Sophie "The voices disappear, stick your dick deeper!">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\sophie_9.webm" type="video/webm"></video>
<<chica sophie Sophie "//AAAAAAAHHHHHHH// //FUCK// //FUCK// //FUCK//">>
<<chica sophie Sophie "//MMMMhmmm// That was amazing">>
<<chica sophie Sophie "I want more">>
<<prota $protaimg "Didn't you have an important meeting?">>
<<chica sophie Sophie "Go and listen to the voices and also 12 idiots in suits? No, thanks">>
<<chica sophie Sophie "Now shut up and keep fucking me">>
<<linkreplace "<p class='btn red'>Fuck her harder</p>" t8n>>
<<chica sophie Sophie "//MMMHMMM// Don't stop">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\sophie_10.webm" type="video/webm"></video>
<<chica sophie Sophie "//AAAAAAAHHHH// I C-CUMMING AGAIN!!">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\sophie_11.webm" type="video/webm"></video>
<<prota $protaimg "Shit, i can't hold it!">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\sophie_12.webm" type="video/webm"></video>
<<chica sophie Sophie "//MMMMHMmm// Give me all your cum">>
<<prota $protaimg "//AAAARRRRGGHHHH//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\sophie_13.webm" type="video/webm"></video>
<<chica sophie Sophie "//MMHMmm// You do know how to silence the voices">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\sophie_14.webm" type="video/webm"></video>
<<chica sophie Sophie "I feel a l-little...">>
<br><br>
<h2 class="big">Sophie falls unconscious to the floor</h2>
<<prota $protaimg "Shit, now what do I do?">>
<br><br>
<h2 class="big">The intercom rings</h2>
<br><br>
<span class="btn red"> <<link "Leave her in the floor, ignore the intercom machine and leave">>
<<goto "neptuno_event_4_d_a">>
<</link>></span>
<span class="btn blue"> <<link "Answer the intercom and say that Sophie had an emergency">>
<<goto "neptuno_event_4_d_b">>
<</link>></span>
<</linkreplace>>
<</linkreplace>><<prota $protaimg "<<w>>If they discover me here, I will have to give many explanations<</w>>">>
<br><br>
<img src="assets\characters\neptuno\event2\sophie_15.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>I'm sorry but i need to go<</w>>">>
<br><br>
<span class="btn red"> <<link "Leave Sophie on the floor and go home">>
<<goto "House">>
<</link>>
</span>
<h2 class="big">You decide to answer the intercom</h2>
<<prota $protaimg "Hello, it is Sophie's nephew, she had a family emergency, and we are going to the hospital; she says she will contact you in a few hours">>
<<chica gfemale2 Secretary "Tell her that as her secretary I will do everything possible to calm the shareholders. But this will have consequences">>
<br><br>
<h2 class="big">The secretary hangs up the intercom</h2>
<<prota $protaimg "<<w>>Now the best thing will be to leave as soon as I can<</w>>">>
<br><br>
<span class="btn blue"> <<link "Dress up Sophie and go home">>
<<goto "House">>
<</link>>
</span>
<<if $hm == 0>>
<h1 class="titulo">Workshop</h1>
<</if>>
<<switch random(1, 4)>>
<<case 1>>
<<question Lya "Is in the Kitchen" "assets/characters/lya/kitchen.jpg">>
<<case 2>>
<<question Lya "Is in the living room" "assets/characters/lya/living room.jpg">>
<<case 3>>
<<question Lya "Is in the bedroom" "assets/characters/lya/bedroom.jpg">>
<<case 4>>
<<question Lya "Is in the Workshop" "assets/characters/lya/workshop.jpg">>
<</switch>>
<br>
<<if $hm == 0>>
<video muted autoplay loop><source src="assets\vids\taller\lya_work.webm" type="video/webm"></video>
<br>
A small workshop behind a house, it seems simple but it is very famous for the speed and quality of its work, without a doubt Lya is the best
<br><br>
<<if $lya.talk == false>>
<<include "lya_events">>
<span class="btn white"> <<link "Talk to Lya">>
<<set $hm to 1>>
<<goto "lya_workshop_m">>
<</link>>
</span>
<<else>>
<p class="nobtn">You've already talked with Lya</p>
<</if>>
<span class="btn white"> <<link "Paint your car">>
<<goto "store_m_color">>
<</link>></span>
<<if $car.color != "">>
<span class="btn white"> <<link "Buy Upgrades">>
<<goto "store_m_wheels">>
<</link>></span>
<span class="btn white"> <<link "Buy Car Body Upgrades">>
<<goto "store_m_body">>
<</link>></span>
<</if>>
<br>
<span class="btn white"><<link "Go out">>
<<goto "Street">>
<</link>></span>
<</if>><h1 class="titulo">Workshop: Upgrades</h1>
<<general_stats_refresh>>
<br><br>
<div class="flex-grid">
<div class="col2">
<<car_wheel "Speed" "upgrades/speed.png" 20 80 150 200>>
</div>
<div class="col2">
<<car_wheel "Brakes" "upgrades/brakes.png" 20 80 100 150>>
</div>
<div class="col2">
<<car_wheel "Style" "upgrades/style.png" 20 80 100 150>>
</div>
<div class="col2">
<<car_wheel "Luck" "upgrades/luck.png" 20 80 90 140>>
</div>
</div>
<br>
<span class="btn white"><<link "Back">>
<<goto "lya_workshop_m">>
<</link>></span><h1 class="titulo">Color</h1>
<br>
<<imgprota>>
<img class="nbimg" @src="'assets/characters/prota/' + $prota.image + '.jpg'" style="display: block; margin-left: auto; margin-right: auto; width: 40%;">
<br>
<div class="flex-grid">
<<color "Red" "red.png" 60 "Style">>
<<color "Blue" "blue.png" 60 "Speed">>
<<color "Green" "green.png" 60 "Luck">>
<<color "Yellow" "yellow.png" 60 "Brakes">>
</div>
<br>
<span class="btn white"><<link "Back">>
<<goto "lya_workshop_m">>
<</link>></span><h1 class="titulo">Workshop: Car body</h1>
<br><br>
<div class="flex-grid">
<div class="col2">
<<car_body "Car body" 1250 1800>>
</div>
</div>
<span class="btn white"><<link "Back">>
<<imgprota>>
<<goto "lya_workshop_m">>
<</link>></span><h1 class="titulo">Street Race</h1>
<<if $car.generalspeed >= 11 and $car.generalluck >= 11 and $car.generalbrakes >= 11 and $car.generalstyle >= 11 and $dskill >= 10 and $prota.money >= 1500 and $quest_piece.status == "complete" and $car.fase == 1>>
<br><br>
<img src="assets\img\street_race.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<span class="btn white"> <<link "Buy a new car ($1500 💵)">>
<<set $prota.money -= 1500>>
<<goto "car_msi_1_buy">>
<</link>></span>
<br>
<span class="btn white"> <<link "Back">>
<<goto "Street">>
<</link>></span>
<<else>>
<br><br>
<img src="assets\img\street_race.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br>
<h2 class="big4">
<p class="nobtn">Participate in a race</p>
<br>
You need:
<br>
Speed Points (x11)
<br>
Brakes Points (x11)
<br>
Style Points (x11)
<br>
Luck Points (x11)
<br>
Driving Skills (x10)
<br>
Money ($1500)
<br>
Complete The Quest (A worn piece)
</h2>
<br><br>
<span class="btn white"> <<link "Back">>
<<goto "Street">>
<</link>></span>
<</if>><<u_mia>>
<<u_lya>>
<<u_amuleto>>
<<u_brittney>>
<<u_sitios>>
<<if $sitio.car_race == ("open")>>
<a data-passage="car_race_prev_2" class="link-internal">
<div class="menucont">[img["assets/img/car_race.jpg"]]
<span class="o-text">STREET RACE</span>
</div></a>
<<else>>
<a data-passage="car_race_prev_2" class="link-internal" title="Closed" disabled>
<div class="menucont-off">[img["assets/img/car_race.jpg"]]
<span class="o-text">STREET RACE</span>
</div></a>
<</if>><<u_mia>>
<<u_lya>>
<<u_amuleto>>
<<u_brittney>>
<<u_sitios>>
<<if $sitio.car_race == ("open")>>
<a data-passage="car_race" class="link-internal">
<div class="menucont">[img["assets/img/car_race.jpg"]]
<span class="o-text">STREET RACE</span>
</div></a>
<<else>>
<a data-passage="car_race" class="link-internal" title="Closed" disabled>
<div class="menucont-off">[img["assets/img/car_race.jpg"]]
<span class="o-text">STREET RACE</span>
</div></a>
<</if>><<tcheck>>
<<print $s_race.resumen>>
<br><br>
<<race_time>>
<<if Cycle.check('time', 'midnight', 'you fell asleep')>>
<span class="btn white"><<link "Back">>
<<goto "Street">>
<</link>></span>
<</if>>
<<if Cycle.check('time', 'morning', 'noon')>>
<h2 class="big">The races are only available in the evening and night</h2>
<br><br>
<img src="assets\race\police.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<else>>
^^To start a race click on the word "RACE" (This avoids starting a race accidentally)^^
<br>
<<switch $race_select>>
<<case 1>>
<<s_race_menu "race_12_11" 12 20 11>>
<<s_race_menu "race_12_11" 12 25 11>>
<<s_race_menu "race_16_13" 16 35 13>>
<<s_race_menu "race_16_13" 16 32 13>>
<<s_race_menu "race_22_18" 22 80 18>>
<<s_race_menu "race_22_18" 22 85 18>>
<<case 2>>
<<s_race_menu "race_12_11" 12 25 11>>
<<s_race_menu "race_12_11" 12 28 11>>
<<s_race_menu "race_16_13" 16 32 13>>
<<s_race_menu "race_16_13" 16 38 13>>
<<s_race_menu "race_22_18" 22 90 18>>
<<s_race_menu "race_22_18" 22 80 18>>
<<case 3>>
<<s_race_menu "race_12_11" 12 28 11>>
<<s_race_menu "race_12_11" 12 15 11>>
<<s_race_menu "race_16_13" 16 38 13>>
<<s_race_menu "race_16_13" 16 37 13>>
<<s_race_menu "race_22_18" 22 95 18>>
<<s_race_menu "race_22_18" 22 90 18>>
<<case 4>>
<<s_race_menu "race_16_13" 16 37 13>>
<<s_race_menu "race_16_13" 16 39 13>>
<<s_race_menu "race_22_18" 22 92 18>>
<<s_race_menu "race_22_18" 22 95 18>>
<<s_race_menu "race_28_20" 28 130 20>>
<<case 5>>
<<s_race_menu "race_12_11" 12 20 11>>
<<s_race_menu "race_16_13" 16 35 13>>
<<s_race_menu "race_22_18" 22 92 18>>
<<s_race_menu "race_28_20" 28 150 20>>
<<case 6 7 8>>
<h2 class="big">Today there are no races available, come back another day</h2>
<</switch>>
<</if>>
<br><br>
<<linkreplace "<p class='btn white'>Need help?</p>" t8n>>
Street racing requires skill. To win you must choose the correct path before time runs out (Marked with a clear road)<br><br>
Upgrading your car will give you some advantages:<br><br>
Speed: You will have more time<br>
Brakes: When you choose the wrong path, you will have a 50% chance to continue<br>
Style: Allows you to participate in better races<br>
Luck: The frequency with which bonuses appear will increase<br>
<br>
<</linkreplace>><br>
<span class="btn white"><<link "Back">>
<<goto "Street">>
<</link>></span><<if $hm == 0>>
<h2 class="big">Lya calls you on the phone</h2>
<<lya lya1 "I heard you are interested in racing. Come to the workshop; I have something for you">>
<<prota $protaimg "I'll be there in 5 minutes">>
<br><br>
<span class="btn white"> <<link "Go to Lya's workshop">>
<<set $hm to 1>>
<<goto "car_msi_1_buy">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<img src="assets\img\workshop2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<<cont append keypress>>
<<prota $protaimg "Hi Lya, what did you want to show me?">>
<<lya lya1 "When I sold you the Volkswagen, I thought you would only have it for a week, and then you would sell it">>
<<lya lya1 "But you seem to have a natural talent for driving. Besides, Jade insisted so much on this...">>
<<lya lya1 "Anyway, come to the backyard, I have something for you">>
<br><br>
<span class="btn white"> <<link "Go to the Backyard">>
<<set $hm to 2>>
<<goto "car_msi_1_buy">>
<</link>>
</span>
<</cont>>
<</if>>
<<if $hm == 2>>
<video autoplay controls><source src="assets\characters\prota\msi_1.webm" type="video/webm"></video>
<<prota $protaimg "Wait... You mean...">>
<<lya lya1 "Yes, that will be your new car">>
<<prota $protaimg "OMG!">>
<<prota $protaimg "Can I drive it now?">>
<<lya lya1 "Sure">>
<span class="btn white"> <<link "Drive your new car">>
<<set $car.fase to 2>>
<<set $car.name to "msi">>
<<set $car.color to "blue">>
<<set $hm to 3>>
<<goto "car_msi_1_buy">>
<</link>>
</span>
<</if>>
<<if $hm == 3>>
<video autoplay controls><source src="assets\characters\prota\msi_2.webm" type="video/webm"></video>
<<prota $protaimg "This car feels so different... So fast!">>
<<lya lya1 "About speed...">>
<<lya lya1 "Street racing is not a game, there are very dangerous people who will do anything to win">>
<<lya lya1 "This car is versatile; it will allow you to work as a taxi and compete if you need it, just be careful, ok?">>
<<prota $protaimg "Yes mom...">>
<<lya lya1 "Hahahaha jerk, take the car to your house; I will take the other one as part of the payment; you took care of it so well that there are many people interested in it">>
<span class="btn white"> <<link "Take the car home">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>><<set $s_race.position to random (1, 9)>>
<<quicktimebar $race_time 20em>>
<<goto "lost_race">>
<</quicktimebar>>
<br>
<div class="menu-grid">
<<s_race 1 12>>
<<s_race 2 12>>
<<s_race 3 12>>
<<s_race 4 12>>
<<s_race 5 12>>
<<s_race 6 12>>
<<s_race 7 12>>
<<s_race 8 12>>
<<s_race 9 12>>
</div><<widget "s_race">>
<<if $car.generalbrakes > 15 and $car.generalbrakes <= 25 and $s_race.racing == false>>
<<set $s_race.life to 1>>
<<set $s_race.racing to true>>
<<elseif $car.generalbrakes > 25 and $car.generalbrakes <= 35 and $s_race.racing == false>>
<<set $s_race.life to 2>>
<<set $s_race.racing to true>>
<<elseif $car.generalbrakes > 35 and $car.generalbrakes <= 45 and $s_race.racing == false>>
<<set $s_race.life to 3>>
<<set $s_race.racing to true>>
<<elseif $car.generalbrakes > 45 and $car.generalbrakes <= 55 and $s_race.racing == false>>
<<set $s_race.life to 4>>
<<set $s_race.racing to true>>
<</if>>
<<set $s_race.passage to passage()>>
<<if $args[0] == $s_race.position and $s_race.exit == false>>
<<set $s_race.exit to true>>
<div class="menu-col">
<div class="menucont"><<link [img[assets/race/road/road_1.jpg]]>>
<<if $s_race.fase == $args[1]>>
<<set $s_race.fmoney to $s_race.money * 2 + $s_race.bonus>>
<<set $prota.money += $s_race.fmoney>>
<<set $s_race.fmoney to $s_race.money + $s_race.bonus>>
<<set $s_race.resumen to ('<h2 class="big3">You have won the race! 🥳 <br> $' + $s_race.fmoney + ' Has been added to your wallet 💰 </h2>')>>
<<goto "car_race">>
<<else>>
<<set $s_race.fase += 1>>
<<set $s_race.exit to false>>
<<goto $s_race.passage>>
<</if>>
<</link>></div></div>
<<else>>
<<if $s_race.bonus < 3>>
<<set _luck2 to ($car.fase * 80) - $car.generalluck>>
<<set _luck to random(1, _luck2)>>
<<elseif $s_race.bonus >= 3>>
<<set _luck to 13>>
<</if>>
<<switch _luck>>
<<case 3>>
<div class="menu-col">
<div class="menucont"><<link [img[assets/race/obstacle/bonus_1.jpg]]>>
<<set $s_race.bonus += 5>>
<<if $s_race.fase == $args[1]>>
<<set $s_race.fmoney to $s_race.money * 2 + $s_race.bonus>>
<<set $prota.money += $s_race.fmoney>>
<<set $s_race.fmoney to $s_race.money + $s_race.bonus>>
<<set $s_race.resumen to ('<h2 class="big3">You have won the race! 🥳 <br> $' + $s_race.fmoney + ' Has been added to your wallet 💰 </h2>')>>
<<goto "car_race">>
<<else>>
<<set $s_race.fase += 1>>
<<set $s_race.exit to false>>
<<goto $s_race.passage>>
<</if>>
<</link>></div></div>
<<case 6>>
<div class="menu-col">
<div class="menucont"><<link [img[assets/race/obstacle/bonus_2.jpg]]>>
<<set $s_race.bonus += 10>>
<<if $s_race.fase == $args[1]>>
<<set $s_race.fmoney to $s_race.money * 2 + $s_race.bonus>>
<<set $prota.money += $s_race.fmoney>>
<<set $s_race.fmoney to $s_race.money + $s_race.bonus>>
<<set $s_race.resumen to ('<h2 class="big3">You have won the race! 🥳 <br> $' + $s_race.fmoney + ' Has been added to your wallet 💰 </h2>')>>
<<goto "car_race">>
<<else>>
<<set $s_race.fase += 1>>
<<set $s_race.exit to false>>
<<goto $s_race.passage>>
<</if>>
<</link>></div></div>
<<case 9>>
<div class="menu-col">
<div class="menucont"><<link [img[assets/race/obstacle/bonus_3.jpg]]>>
<<set $s_race.bonus += 15>>
<<if $s_race.fase == $args[1]>>
<<set $s_race.fmoney to $s_race.money * 2 + $s_race.bonus>>
<<set $prota.money += $s_race.fmoney>>
<<set $s_race.fmoney to $s_race.money + $s_race.bonus>>
<<set $s_race.resumen to ('<h2 class="big3">You have won the race! 🥳 <br> $' + $s_race.fmoney + ' Has been added to your wallet 💰 </h2>')>>
<<goto "car_race">>
<<else>>
<<set $s_race.fase += 1>>
<<set $s_race.exit to false>>
<<goto $s_race.passage>>
<</if>>
<</link>></div></div>
<<case 12>>
<div class="menu-col">
<div class="menucont"><<link [img[assets/race/obstacle/bonus_4.jpg]]>>
<<set $s_race.bonus += 20>>
<<if $s_race.fase == $args[1]>>
<<set $s_race.fmoney to $s_race.money * 2 + $s_race.bonus>>
<<set $prota.money += $s_race.fmoney>>
<<set $s_race.fmoney to $s_race.money + $s_race.bonus>>
<<set $s_race.resumen to ('<h2 class="big3">You have won the race! 🥳 <br> $' + $s_race.fmoney + ' Has been added to your wallet 💰 </h2>')>>
<<goto "car_race">>
<<else>>
<<set $s_race.fase += 1>>
<<set $s_race.exit to false>>
<<goto $s_race.passage>>
<</if>>
<</link>></div></div>
<<default>>
<div class="menu-col">
<div class="menucont"><<link [img['assets/race/obstacle/obstacle_' + random(1, 3) +'.jpg']]>>
<<if $s_race.life >= 1>>
<<set $s_race.life -= 1>>
<<switch random(1, 2)>>
<<case 1>>
<<if $s_race.fase == $args[1]>>
<<set $s_race.fmoney to $s_race.money * 2 + $s_race.bonus>>
<<set $prota.money += $s_race.fmoney>>
<<set $s_race.fmoney to $s_race.money + $s_race.bonus>>
<<set $s_race.resumen to ('<h2 class="big3">You have won the race! 🥳 <br> $' + $s_race.fmoney + ' Has been added to your wallet 💰 </h2>')>>
<<goto "car_race">>
<<else>>
<<set $s_race.fase += 1>>
<<set $s_race.exit to false>>
<<goto $s_race.passage>>
<</if>>
<<case 2>>
<<set $s_race.resumen to ('<h2 class="big3">You have lost $ $s_race.money from your wallet</h2>')>>
<<goto "lost_race">>
<</switch>>
<<else>>
<<set $s_race.resumen to ('<h2 class="big3">You have lost $ $s_race.money from your wallet</h2>')>>
<<goto "lost_race">>
<</if>>
<</link>> </div></div>
<</switch>>
<</if>>
<</widget>><h2 class="big">You lost the race!</h2>
<br><br>
<video muted autoplay loop><source src="assets\race\race_fail.webm" type="video/webm"></video>
<br><br>
<h2 class="big">Very difficult? Maybe it's time to improve the speed of your car 🛠</h2>
<br><br>
<<print $s_race.resumen>>
<br><br>
<span class="btn white"> <<link "Continue">>
<<goto "car_race">>
<</link>></span>
<<set $s_race to {
"fase" : 0,
"life" : 0,
"position" : 1,
"exit" : false,
"passage" : "",
"racing" : false,
"money" : 20,
"bonus" : 0,
"resumen" : "",
"fmoney" : 0,
}>><<widget "race_time">>
<<set $race_time to 0>>
<<for _i to 0; _i < $car.generalspeed; _i++>>
<<set $race_time += 0.07>>
<</for>>
<<if $race_time >= 1.6>>
<<set $race_time to 1.6>>
<</if>>
<</widget>><<widget "s_race_menu">>
/*
$args[0] = Nombre del pasaje
$args[1] = Vueltas
$args[2] = Apuesta
$args[3] = Stylo
*/
<<if $prota.money >= $args[2] and $car.generalstyle >= $args[3]>>
<div class="large_button">
<<link RACE>>
<<set $s_race to {
"fase" : 0,
"life" : 0,
"position" : 1,
"exit" : false,
"passage" : "",
"racing" : false,
"money" : 0,
"bonus" : 0,
"resumen" : "",
"fmoney" : 0,
}>>
<<set $s_race.money to $args[2]>>
<<set $prota.money -= $args[2]>>
<<editcycle 'time' change +1>>
<<goto $args[0]>>
<</link>>
<br>
<span style="color: #ffc823;">Laps: $args[1]</span>
<span style="margin-left: 2rem; color: #ffc823;">Bet: $ $args[2]</span>
<span style="margin-left: 2rem; color: #ffc823;">Style required: $args[3]</span>
</div>
<<else>>
<div class="large_button" style="background-color: #3a0d0d;">
<<link RACE>>
<</link>>
<br>
<span style="color: #ffc823;">Laps: $args[1]</span>
<<if $prota.money < $args[2]>>
<span style="margin-left: 2rem; color: #ffffff; background: #8e0000; border-radius: 5px; padding: 2px;">Bet: $ $args[2]</span>
<<else>>
<span style="margin-left: 2rem; color: #ffc823;">Bet: $ $args[2]</span>
<</if>>
<<if $car.generalstyle < $args[3]>>
<span style="margin-left: 2rem; color: #ffffff; background: #8e0000; border-radius: 5px; padding: 2px;">Style required: $args[3]</span>
<<else>>
<span style="margin-left: 2rem; color: #ffc823;">Style required: $args[3]</span>
<</if>>
</div>
<</if>>
<</widget>><<set $s_race.position to random (1, 9)>>
<<quicktimebar $race_time 20em>>
<<goto "lost_race">>
<</quicktimebar>>
<br>
<div class="menu-grid">
<<s_race 1 16>>
<<s_race 2 16>>
<<s_race 3 16>>
<<s_race 4 16>>
<<s_race 5 16>>
<<s_race 6 16>>
<<s_race 7 16>>
<<s_race 8 16>>
<<s_race 9 16>>
</div><<set $s_race.position to random (1, 9)>>
<<quicktimebar $race_time 20em>>
<<goto "lost_race">>
<</quicktimebar>>
<br>
<div class="menu-grid">
<<s_race 1 22>>
<<s_race 2 22>>
<<s_race 3 22>>
<<s_race 4 22>>
<<s_race 5 22>>
<<s_race 6 22>>
<<s_race 7 22>>
<<s_race 8 22>>
<<s_race 9 22>>
</div><<set $s_race.position to random (1, 9)>>
<<quicktimebar $race_time 20em>>
<<goto "lost_race">>
<</quicktimebar>>
<br>
<div class="menu-grid">
<<s_race 1 28>>
<<s_race 2 28>>
<<s_race 3 28>>
<<s_race 4 28>>
<<s_race 5 28>>
<<s_race 6 28>>
<<s_race 7 28>>
<<s_race 8 28>>
<<s_race 9 28>>
</div><<if $hm == 0>>
<<chica l_d_7 ????????? "This house is so dirty...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_1.webm" type="video/webm"></video>
<<prota $protaimg "I'm sorry...">>
<<chica l_d_7 ????????? "It's okay">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_2.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "...">>
<<prota $protaimg "...">>
<<chica l_d_7 ????????? "//Ahm// You need something?">>
<<prota $protaimg "Oh; no, sorry">>
<<chica l_d_7 ????????? "Besides earning a pittance I don't want you to pressure me, go away and come back when I'm done">>
<<prota $protaimg "Would you like to earn more money?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_3.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "Maybe... What do i have to do?">>
<br><br>
<span class="btn white"> <<link "I'm sorry I have to go (Wake up)">>
<<goto "House">>
<</link>></span>
<span class="btn red"> <<link "Clean with few clothes and I'll give you $100">>
<<set $hm to 1>>
<<goto "l_d_7">>
<</link>></span>
<span class="btn red"> <<link "Clean completely naked and I'll give you $300">>
<<set $hm to 2>>
<<goto "l_d_7">>
<</link>></span>
<span class="btn red"> <<link "Let me fuck you and I'll give you $500">>
<<set $hm to 3>>
<<goto "l_d_7">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<<chica l_d_7 ????????? "That easy?">>
<<prota $protaimg "Yeah">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_4.webm" type="video/webm"></video>
<<prota $protaimg "Keep cleaning, ignore that I'm here">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_5.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "This house will be shiny in a few minutes">>
<<prota $protaimg "Could you clean the living room?">>
<<chica l_d_7 ????????? "Yes">>
<<prota $protaimg "Come with me">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_8.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "Here is ok?">>
<<prota $protaimg "Yes, but clean down">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_6.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "Here?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_7.webm" type="video/webm"></video>
<<prota $protaimg "Right there">>
<<chica l_d_7 ????????? "Well I think I'm done, I'm leaving">>
<br><br>
<span class="btn white"> <<link "But...">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</cont>>
<</if>>
<<if $hm == 2>>
<<chica l_d_7 ????????? "Naked?!">>
<<prota $protaimg "Yes">>
<<chica l_d_7 ????????? "For $300 right..?">>
<<chica l_d_7 ????????? "I will, but not a word of this to anyone!">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_9.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "And now... Can I continue cleaning?">>
<<prota $protaimg "Yes, clean the stairs">>
<<chica l_d_7 ????????? "hahahah this is so weird">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_10.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "Maybe...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_11.webm" type="video/webm"></video>
<<chica l_d_7 ????????? 'For a couple more bills, you could get a "deeper cleaning"'>>
<br><br>
<span class="btn white"> <<link "Shit, where did I leave my wallet?">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 3>>
<<chica l_d_7 ????????? "$500? That's a lot of money!">>
<<prota $protaimg "I know">>
<<chica l_d_7 ????????? "...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_4.webm" type="video/webm"></video>
<<prota $protaimg "You could start cleaning my cock with your mouth">>
<<cont append keypress>>
<<chica l_d_7 ????????? "//AAHHh// //GULP// //GULP// //GULP//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_12.webm" type="video/webm"></video>
<<linkreplace "<p class='btn red'>Fuck Her</p>" t8n>>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_13.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "//AAHHHH// //MMMHmm//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_14.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "//FUCK// //MMMHmm//">>
<<prota $protaimg "You like?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_15.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "//MMMMMHMm// Y-yes">>
<<chica l_d_7 ????????? "But //MMHm// I didn't come to get fucked, I came to w-work">>
<<prota $protaimg "And do you want to stop now?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_16.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "//MMMHMm// No P-please">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_17.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "//AAAAAHHHHHH// Faster don't stop!">>
<<chica l_d_7 ????????? "//FUCK// I'M CUMMING! //AAAHHHH//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_18.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "//AAAAAAAHHHHHHH//">>
<<prota $protaimg "Come, you still have something to clean">>
<<cont append keypress>>
<<prota $protaimg "//AARRRRGGGGHHHH//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_19.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "//GLK// //GLK// It's a l-lot of c-cum">>
<<prota $protaimg "Swallow it all, I don't want you dirtying the floor">>
<<chica l_d_7 ????????? "B-but...">>
<<prota $protaimg "Come on swallow it">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_20.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "//GULP// //GULP// //ARgh//">>
<<chica l_d_7 ????????? "It was a lot of cum...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_7\lucid_dream_7_21.webm" type="video/webm"></video>
<<chica l_d_7 ????????? "Can you give me the money now?">>
<<prota $protaimg "Yeah... of course">>
<br><br>
<span class="btn white"> <<link "But after you clean the whole house">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</cont>>
<</linkreplace>>
<</cont>>
<</if>><<nathaly nathaly1 "It's been several weeks and we can't get a way to get me out of here">>
<<prota $protaimg "I know; maybe...">>
<<nathaly nathaly1 "No. Don't keep giving me false hope">>
<<nathaly nathaly1 "Also, being honest, this is the best thing that ever happened to me">>
<<nathaly nathaly1 "I always had to wear designer clothes, speak slowly and smile">>
<<nathaly nathaly1 "My mom wanted me to marry some rich boy and you have no idea how boring some of them are">>
<<nathaly nathaly1 "I will take this time here as a vacation, without worrying about work or what others will think of me">>
<<prota $protaimg "Wow, I never thought being rich would be so troublesome">>
<<nathaly nathaly1 "Well, I could also go by private jet anywhere in the world, I suppose it had advantages and disadvantages">>
<<nathaly nathaly1 "The point is I need you to do something for me">>
<<prota $protaimg "...">>
<<nathaly nathaly1 "Hey! do not look at me like that">>
<<nathaly nathaly1 "It will be something simple">>
<<prota $protaimg "Ok, ok; what do you need?">>
<<nathaly nathaly1 "I had a cat, it's called Fuzzy">>
<<nathaly nathaly1 "I want you to take him out of my house and find him a home where he is cared for">>
<<prota $protaimg "Don't you want me to bring it with you?">>
<<nathaly nathaly1 "No, It was a gift from my ex-boyfriend and since I want to detox from everything, I would not like to have something that reminds me of him">>
<<nathaly nathaly1 "But please get a home where they take good care of him">>
<<prota $protaimg "And again will I have to sneak into your house?">>
<<nathaly nathaly1 "Fuzzy likes to be in the garden, it will be easy">>
<br><br>
<img src="assets\characters\nathaly\nathaly12.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<nathaly nathaly1 "Could you do that for me?">>
<<prota $protaimg "Yeah, I'll go right now and in 15 minutes Fuzzy will be in a new home">>
<br><br>
<span class="btn white"> <<link "Go to Nathaly's mom's house">>
<<goto "nathaly_trust_event_3_b">>
<</link>>
</span><<nathaly nathaly1 "OMG your dick is so hard">>
<<prota $protaimg "//FUCK// I can't hold it">>
<<nathaly nathaly1 "//MMmmhm// Give it to me">>
<<prota $protaimg "//FUCK// //FUCK//">>
<<prota $protaimg "//AAAAARRRRGGGHHHHh//">>
<br><br>
<<switch random(1, 2)>>
<<case 1>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\cum\nathaly_cum_1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\cum\nathaly_cum_2.webm" type="video/webm"></video>
<</switch>>
<<nathaly nathaly1 "//MMMmmhm//">>
<<nathaly nathaly1 "I'm going to take a bath, will you come with me?">>
<br><br>
<span class="btn white"> <<link "Sure">>
<<goto "a_house">>
<</link>></span>
<<nathaly nathaly1 "Wait, wait, not my ass!">>
<<switch random(1, 2)>>
<<case 1>>
<<prota $protaimg "You said it too late">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\dick\dick_anal1_part1.webm" type="video/webm"></video>
<<nathaly nathaly1 "//AAAAAHHHHHHHHHHG//">>
<<nathaly nathaly1 "//FUCK// Slow p-please!">>
<<prota $protaimg "Do you like it or does it hurt?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\dick\dick_anal1_part2.webm" type="video/webm"></video>
<<nathaly nathaly1 "//AAAHHH// B-Both //MMMhm//">>
<<case 2>>
<<prota $protaimg "You said it too late">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\dick\dick_anal2_part1.webm" type="video/webm"></video>
<<nathaly nathaly1 "//AAAAAHHHHHHHHHHG//">>
<<nathaly nathaly1 "//FUCK// Slow p-please!">>
<<prota $protaimg "Do you like it or does it hurt?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\sex\dick\dick_anal2_part2.webm" type="video/webm"></video>
<<nathaly nathaly1 "//AAAHHH// B-Both //MMMhm//">>
<</switch>>
<br><br>
<span class="btn white"> <<link "Continue">>
<<goto "a_house">>
<</link>></span><h2 class="big">After driving for a while, you finally arrive at Nathaly's mom's house</h2>
<br><br>
<img src="assets\characters\nathaly\mansion.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<cont append keypress>>
<<prota $protaimg "<<w>>Entering is getting easier; I guess the garden has little security<</w>>">>
<<prota $protaimg "<<w>>Now I must look for the cat...<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Look for the cat</p>" t8n>>
<h2 class="big">You walk around the garden, but you don't see the cat</h2>
<<prota $protaimg "<<w>>Shit, I can't stay here that long. I'll take a look inside the house through the windows, and if I don't see it, I'll come back another day<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Look through the windows</p>" t8n>>
<br><br>
<img src="assets\characters\nathaly\mansion_inside.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Wow, what a beautiful house<</w>>">>
<<cont append keypress>>
<<chicopng cat Fuzzy "//MEOW//">>
<<prota $protaimg "<<w>>That was..?<</w>>">>
<<chicopng cat Fuzzy "//MEOW//">>
<<prota $protaimg "<<w>>Fuzzy! But it seems like it's upstairs...<</w>>">>
<<prota $protaimg "<<w>>I cannot enter the house; that would be very risky. I will try to see the second floor from outside<</w>>">>
<span class="btn white"> <<link "Look at the second floor window">>
<<goto "nathaly_trust_event_3_c">>
<</link>>
</span>
<</cont>>
<</linkreplace>>
<</linkreplace>>
<</cont>><<chicopng cat Fuzzy "//MEOW// //MEOW//">>
<br><br>
<h2 class="big">You hear a sweet laugh; it seems that someone is playing with the cat</h2>
<<chica maid ???????????? "Hahahahah Fuzzy I see you love these treats!">>
<br><br>
<<linkreplace "<p class='btn white'>I know that voice...</p>" t8n>>
<<prota $protaimg "//Psst!//">>
<<chicopng cat Fuzzy "//MEOW//">>
<<prota $protaimg "//Psst!// //Psst!//">>
<<chica maid ???????????? "Did you hear that, Fuzzy? It seems that there is someone outside">>
<<cont append keypress>>
<br><br>
<img src="assets\characters\nathaly\mom_event_2\windows_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "//Aha!// I knew it was you">>
<<chica maid ???????????? "! ! ! ! ! !">>
<<chicopng cat Fuzzy "//MEOW?//">>
<<prota $protaimg "Can you come outside?">>
<<chica maid ???????????? "Y-yes!!">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\hug.webm" type="video/webm"></video>
<<prota $protaimg "Wow, did you miss me?">>
<<chica maid ???????????? "I thought you wouldn't come again">>
<<prota $protaimg "Were you with Fuzzy?">>
<<chica maid ???????????? "Yes, everyone went out to an important event, and they left us alone">>
<<chica maid ???????????? "He sleeps with me and accompanies me everywhere">>
<<prota $protaimg "<<w>>I came to find another home for him, but there is no person sweeter than this girl. This cat is fortunate<</w>>">>
<<prota $protaimg "What's is your name? I don't remember you telling me">>
<<chica maid Angela "Oh s-sorry, my name is Angela">>
<<prota $protaimg "It is a very pretty name">>
<<chica maid Angela "T-thank you, sir architect">>
<<prota $protaimg "Hahahah just call me $prota.name">>
<<chicopng cat Fuzzy "//MEOW//">>
<<prota $protaimg "It seems like fuzzy wants you back upstairs">>
<<chica maid Angela "Yes! do you want to come with us? I have ice cream">>
<<prota $protaimg "I'm sorry, but I can't be here">>
<<chica maid Angela "//Ow//">>
<<prota $protaimg "Do you want to come with me?">>
<<chicopng cat Fuzzy "//MEOW!//">>
<<chica maid Angela "My mom won't let me leave this house">>
<<prota $protaimg "When will your mom come?">>
<<chica maid Angela "Tomorrow night">>
<<prota $protaimg "Go upstairs and change your clothes. We'll be back in a few minutes; she won't notice">>
<<chica maid Angela "...">>
<<chica maid Angela "Okey, I'll be ready in 5 minutes!">>
<br><br>
<span class="btn white"> <<link "Go home with Angela">>
<<goto "nathaly_trust_event_3_d">>
<</link>></span>
<</cont>>
<</cont>>
<</linkreplace>><img src="assets\img\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<cont append keypress>>
<<chica maid Angela "This is your house?">>
<<prota $protaimg "Yes...">>
<br><br>
<h2 class="big">As you approach the door, you hear a noise coming from within</h2>
<<prota $protaimg "<<w>>Oh shit, now what's going on...<</w>>">>
<br><br>
<img src="assets\characters\nathaly\mom_event_2\door.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<<linkreplace "<p class='btn white'>Open the door</p>" t8n>>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\neptuno_1.webm" type="video/webm"></video>
<br><br>
<h2 class="big">Neptuno is wet and running all over the house as $amuleto.name chases him</h2>
<<neptuno neptuno "BRO BRO BRO!!">>
<<neptuno neptuno "This woman went crazy; she tried to kill me!">>
<<amuleto amuleto2 "...">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\neptuno_2.webm" type="video/webm"></video>
<<amuleto amuleto2 "I just bathed you; you're a little girl">>
<<prota $protaimg "...">>
<<amuleto amuleto2 "Oh, you don't come alone">>
<<neptuno neptuno "Huh?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\neptuno_3.webm" type="video/webm"></video>
<<neptuno neptuno "Who is the girl?">>
<<chica maid Angela "//Aww// It seems that he does not like cold water">>
<<chica maid Angela "You are a good boy">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\neptuno_4.webm" type="video/webm"></video>
<<neptuno neptuno "I'm a good boy">>
<<amuleto amuleto2 "Ok, i'm out">>
<<amuleto amuleto2 "Let's go Neptuno let him spend some time with his girlfriend">>
<<prota $protaimg "Hahaha she is not my girlfriend">>
<<chica maid Angela "//Ow//">>
<<amuleto amuleto2 "Oops! Wrong answer">>
<<neptuno neptuno "I think there are problems in paradise">>
<<prota $protaimg "Angela go to the room, I'll go in a second">>
<<chica maid Angela "Okey">>
<<cont append keypress>>
<<prota $protaimg "...">>
<<amuleto amuleto2 "Ok, he got mad; I'll go shopping, see you later">>
<br><br>
<h2 class="big">$amuleto.name Take her bag, and it goes</h2>
<<neptuno neptuno "I'll go see Daisy">>
<<prota $protaimg "Wait Neptuno, why couldn't Angela understand you?">>
<<neptuno neptuno "It's simple, only those who have had direct contact with any of my amulets can understand me">>
<<neptuno neptuno 'Good luck with your "non-date"'>>
<br><br>
<span class="btn white"> <<link "Go to your room">>
<<goto "nathaly_trust_event_3_e">>
<</link>></span>
<</cont>>
<</linkreplace>>
<</cont>><h2 class="big">You walk into your room, and Angela is shyly sitting on the corner of the bed</h2>
<<prota $protaimg "Hahaha that dog is funny, don't you think?">>
<<chica maid Angela "...">>
<<prota $protaimg "Are you ok?">>
<<chica maid Angela "Why...">>
<<chica maid Angela "Why can't I be your g-girlfriend?">>
<br><br>
<span id="b_1">
<<linkreplace "<p class='btn red'>For now I don't want a girlfriend</p>" t8n>>
<<replace "#b_2">><</replace>>
<<chica maid Angela "//Ow//">>
<<prota $protaimg "Let's not think about it yet">>
<<chica maid Angela "Okey">>
<<prota $protaimg "Would you like to see a movie?">>
<<chica maid Angela "Yes!">>
<br><br>
<span class="btn white"> <<link "Put a movie">>
<<goto "nathaly_trust_event_3_f">>
<</link>>
</span>
<</linkreplace>>
</span>
<br><br>
<span id="b_2">
<<linkreplace "<p class='btn blue'>Before I would like to know you better</p>" t8n>>
<<replace "#b_1">><</replace>>
<<chica maid Angela "But...">>
<<prota $protaimg "Can we be friends while don't you think?">>
<<chica maid Angela "Well...">>
<<prota $protaimg "Would you like to see a movie?">>
<<chica maid Angela "Yes!">>
<<prota $protaimg "Lay down while I put the movie on">>
<<chica maid Angela "Okey">>
<br><br>
<span class="btn white"> <<link "Put a movie">>
<<goto "nathaly_trust_event_3_f">>
<</link>>
</span>
<</linkreplace>>
</span><video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\movie.webm" type="video/webm"></video>
<<chica maid Angela "! ! ! !">>
<<chica maid Angela "T-that movie is horror?">>
<<prota $protaimg "Yes, based on a true story">>
<<chica maid Angela "! ! ! ! ! !">>
<<prota $protaimg "It scares you?">>
<<chica maid Angela "N... N-No">>
<<chica maid Angela "...">>
<<chica maid Angela "Just a little">>
<<prota $protaimg "Don't worry; you're with me">>
<br><br>
<img src="assets\characters\nathaly\mom_event_2\angela_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<cont append keypress>>
<<chica maid Angela "Why does he have blades in his fingers?">>
<<prota $protaimg "Because that way he can tear his victims apart">>
<<chica maid Angela "! ! ! !">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\angela_2.webm" type="video/webm"></video>
<<prota $protaimg "He takes his victims in their dreams, where they have no escape">>
<<chica maid Angela "And they can't wake up?">>
<<prota $protaimg "No, and if he kills them in their dreams, they also die in the real world">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\angela_3.webm" type="video/webm"></video>
<<chica maid Angela "//Ow//">>
<<prota $protaimg "What is your favorite movie?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\angela_4.webm" type="video/webm"></video>
<<chica maid Angela "Hmm... The one with the lions">>
<<prota $protaimg "Hahaha, lions? Do you mean The Lion King?">>
<<chica maid Angela "Yes!!">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\angela_5.webm" type="video/webm"></video>
<<chica maid Angela "I'm cold">>
<<prota $protaimg "But it's hot here">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\angela_6.webm" type="video/webm"></video>
<<chica maid Angela "W-what are you doing?">>
<<prota $protaimg "Hm? Nothing...">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\angela_7.webm" type="video/webm"></video>
<<chica maid Angela "//AHh//">>
<<chica maid Angela "S-slower please">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\angela_8.webm" type="video/webm"></video>
<<chica maid Angela "//AAHh//">>
<<prota $protaimg "Do you want me to turn off the TV?">>
<<chica maid Angela "//Mhp// Yes p-please">>
<br><br>
<span class="btn white"> <<link "Turn off the TV">>
<<goto "nathaly_trust_event_3_g">>
<</link>>
</span>
<</cont>><video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\angela_9.webm" type="video/webm"></video>
<<chica maid Angela "//AAAHhg//">>
<<prota $protaimg "Your skin is so soft...">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\angela_10.webm" type="video/webm"></video>
<<chica maid Angela "//MMhm// T-thanks">>
<<chica maid Angela "I... I like how //Mhm// it f-feels">>
<<prota $protaimg "Do you want me to continue?">>
<<chica maid Angela "...">>
<<chica maid Angela "Y-Yes...">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\angela_11.webm" type="video/webm"></video>
<<chica maid Angela "//AAAHHHhh//">>
<<prota $protaimg "//FUCK// I can't hold it!">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\angela_12.webm" type="video/webm"></video>
<<prota $protaimg "//AAARRGGGHHhhh//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\angela_13.webm" type="video/webm"></video>
<<cont append keypress>>
<<chica maid Angela "//MMmh// It felt a-amazing">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\angela_14.webm" type="video/webm"></video>
<<prota $protaimg "You liked?">>
<<chica maid Angela "Y-Yes...">>
<br><br>
<video muted autoplay loop><source src="assets\characters\nathaly\mom_event_2\angela_15.webm" type="video/webm"></video>
<<chica maid Angela "Can you promise me something?">>
<<prota $protaimg "What?">>
<<chica maid Angela "That you will only do this with me">>
<br><br>
<span id="b_1">
<<linkreplace "<p class='btn red'>I'll think about it</p>" t8n>>
<<replace "#b_2">><</replace>>
<<chica maid Angela "//Ow//">>
<<chica maid Angela "Okey">>
<<prota $protaimg "Do you want to see the Lion King?">>
<<chica maid Angela "Yes!!">>
<br><br>
<h2 class="big">After the movie, you take Angela to her house</h2>
<br><br>
<span class="btn white"> <<link "Go talk to Nathaly about Fuzzy">>
<<goto "nathaly_trust_event_3_h">>
<</link>>
</span>
<</linkreplace>>
</span>
<br><br>
<span id="b_2">
<<linkreplace "<p class='btn blue'>Sure yes, I promise</p>" t8n>>
<<replace "#b_1">><</replace>>
<<chica maid Angela "! ! ! !">>
<<prota $protaimg "Do you want to see the Lion King?">>
<<chica maid Angela "Yes!!">>
<br><br>
<h2 class="big">After the movie, you take Angela to her house</h2>
<br><br>
<span class="btn white"> <<link "Go talk to Nathaly about Fuzzy">>
<<goto "nathaly_trust_event_3_h">>
<</link>>
</span>
<</linkreplace>>
</span>
<</cont>><h2 class="big">You arrive at the abandoned house to talk to Nathaly</h2>
<<cont append keypress>>
<<nathaly nathaly1 "At last, you arrive, tell me, what happened?">>
<<prota $protaimg "With what?">>
<<nathaly nathaly1 "...">>
<<nathaly nathaly1 "With Fuzzy, how what with what?">>
<<prota $protaimg "Ahh!! With Fuzzy...">>
<<prota $protaimg "I already got him the best home a cat could have">>
<<nathaly nathaly1 "Why when you go to my house you come with that stupid smile">>
<<prota $protaimg "Hahahah What smile?">>
<<nathaly nathaly1 "Just that! //Argh//">>
<<prota $protaimg "Hahahaha It's nothi...">>
<<nathaly nathaly1 "Don't tell me anything. I'm going to sleep for a while; we'll talk tomorrow">>
<br><br>
<span class="btn white"> <<link "Get out of the house">>
<<goto "Street">>
<</link>>
</span>
<</cont>><h1 class="titulo">Hire a maid</h1>
<br><br>
<<if $quest_maid.status == "inactive" and $quest_maid.fase == 1>>
<span class="btn white"> <<link "Call the domestic services company">>
<<goto "hire_maid_1">>
<</link>></span>
<</if>>
<<if $quest_maid.status == "active" and $quest_maid.fase == 1 or $quest_maid.fase == 2>>
<h2 class="big">To rescue the domestic service company you will need a miracle!</h2>
<</if>>
<<if $quest_maid.status == "active" and $quest_maid.fase == 3>>
<span class="btn white"> <<link "Talk to the cleaning company">>
<<goto "hire_maid_2">>
<</link>></span>
<</if>>
<<if $quest_maid.status == "complete" and $actual_maid.active == false>>
<<include "maids">>
<</if>>
<<if $quest_maid.status == "complete" and $actual_maid.active == true>>
<h2 class="big">There is a maid cleaning, look for her around the house 👀</h2>
<</if>>
<br><br>
<span class="btn white"> <<link "Back">>
<<goto "House">>
<</link>></span><<prota $protaimg "Hello, I am calling you about the ad for domestic services that I saw on the internet">>
<<chico gmale1 ???????? "For now we only have one person available">>
<<prota $protaimg "But... The girls are like in the ad?">>
<<chico gmale1 ???????? "Girls? Hahaha">>
<<chico gmale1 ???????? "We only have Mr Theodore available, he is 85 years old, but he is very good at his job">>
<<prota $protaimg "Man? 85 years? And Mr Theodore doesn't have a daughter, at least?">>
<<chico gmale1 ???????? "He only has one son; he just got out of prison, so that I would recommend hiding valuables">>
<<prota $protaimg "...">>
<<chico gmale1 ???????? "I understand what you are looking for, but our business is on the verge of bankruptcy; only with a miracle could we recover">>
<span class="btn white"> <<link "A miracle...">>
<<set $quest_maid.status to "active">>
<<notify 3s>>New Quest Added!<</notify>>
<<goto "House">>
<</link>></span><h1 class="titulo">Wishing Well</h1>
<br><br>
<img src="assets\img\wishing_well.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">Available wishes:</h2>
<br><br>
<<if $quest_maid.status == "active">>
<<include "maid_wish">>
<</if>>
<br>
<<if $learn_swim.skill >= 1>>
<<include "pool_wish">>
<</if>>
<br><br>
<span class="btn white"> <<link "Back">>
<<goto "Street">>
<</link>></span><<if $quest_maid.status == "active" and $quest_maid.fase == 1>>
<<set $quest_maid.fase to 2>>
<</if>>
<<if $wishing_well_maid.actual < $wishing_well_maid.goal and $quest_maid.fase == 2>>
<<if $prota.money >= 5>>
<span class="btn white"> <<link "Take back the business of housemaids ($5 each 💵)">>
<<if $wishing_well_maid.actual >= 350>>
<<goto "wishing_well">>
<<else>>
<<set $wishing_well_maid.actual += $wishing_well_maid.count>>
<<set $prota.money -= 5>>
<<s_money>>
<<replace "#wishing_well_maid">>
<span id="wishing_well_maid">
<progress max="350" @value="$wishing_well_maid.actual"></progress>
</span>
<</replace>>
<<if $prota.money <= 4>>
<<goto "wishing_well">>
<</if>>
<</if>>
<</link>></span>
<span id="wishing_well_maid">
<progress max="350" @value="$wishing_well_maid.actual"></progress>
</span>
<<else>>
<p class="nobtn">Take back the business of housemaids ($5 each 💸)</p>
<progress max="350" @value="$wishing_well_maid.actual"></progress>
<</if>>
<<elseif $wishing_well_maid.actual >= $wishing_well_maid.goal and $quest_maid.fase == 2>>
<<set $quest_maid.fase to 3>>
<</if>><<prota $protaimg "Hello, I was calling to see if they have found new workers">>
<<chico gmale1 ???????? "A miracle has happened! Our clients have increased by 700% and the girls are beginning to arrive">>
<<prota $protaimg "In that case, you just got a new customer">>
<<cont append keypress>>
<br>
<h2 class="big4">
<p class="nobtn">Now you can hire a maid!</p>
<br>
Look for her around the house and try to offer her money to get "extra services".<br> If the hour passes and you do not offer her money, her will leave
<br>
</h2>
<br>
<span class="btn white"> <<link "Hang up the phone">>
<<set $quest_maid.status to "complete">>
<<goto "hire_maid">>
<</link>>
</span>
<</cont>><<widget "maid">>
<<if $args[1] == "prev">>
<div class="menu-col">
<div class="menucont"><<link [img["assets/maids/patreon/maid_n_" + $args[2] + "_prev.jpg"]]>>
<</link>>
</div>
<h2 class="big4" style="background-color: #00800069;">
<span class="buy-off" style="padding: 0;">Unavailable</span>
</h2>
</div>
<</if>>
<<if $prota.money >= $args[0]>>
<<if $args[1] == "normal">>
<div class="menu-col">
<div class="menucont"><<link [img["assets/maids/maid_" + $args[2] + "/maid_n_" + $args[2] + "_prev.jpg"]]>>
<<set $prota.money -= $args[0]>>
<<set $actual_maid to {
"code" : $args[2],
"fase" : 1,
"site" : [$args[3], $args[4], $args[5], $args[6], ],
"active" : true,
"patreon" : false,
}>>
<<goto "hire_maid">>
<</link>>
</div>
<h2 class="big4" style="background-color: #00800069;">
<span class="buy-on" style="padding: 0;">$ $args[0] 💵</span>
</h2>
</div>
<</if>>
<<if $args[1] == "patreon">>
<div class="menu-col">
<div class="menucont"><<link [img["assets/patreon/maid_" + $args[2] + "/maid_n_" + $args[2] + "_prev.jpg"]]>>
<<set $prota.money -= $args[0]>>
<<set $actual_maid to {
"code" : $args[2],
"fase" : 1,
"site" : [$args[3], $args[4], $args[5], $args[6], ],
"active" : true,
"patreon" : true,
}>>
<<goto "hire_maid">>
<</link>>
</div>
<h2 class="big4" style="background-color: #00800069;">
<span class="buy-on" style="padding: 0;">$ $args[0] 💵</span>
</h2>
</div>
<</if>>
<<else>>
<<if $args[1] == "normal">>
<div class="menu-col">
<div class="menucont"><<link [img["assets/maids/maid_" + $args[2] + "/maid_n_" + $args[2] + "_prev.jpg"]]>>
<</link>>
</div>
<h2 class="big4" style="background-color: #00800069;">
<span class="buy-off" style="padding: 0;">$ $args[0] 💸</span>
</h2>
</div>
<</if>>
<<if $args[1] == "patreon">>
<div class="menu-col">
<div class="menucont"><<link [img["assets/patreon/maid_" + $args[2] + "/maid_n_" + $args[2] + "_prev.jpg"]]>>
<</link>>
</div>
<h2 class="big4" style="background-color: #00800069;">
<span class="buy-off" style="padding: 0;">$ $args[0] 💸</span>
</h2>
</div>
<</if>>
<</if>>
<</widget>><<widget "maid_check">>
<<if $actual_maid.active == true>>
<<set _maid_site to passage()>>
<<if Cycle.check('time', 'morning') and $actual_maid.fase == 1 and $actual_maid.site[0] == _maid_site>>
<h2 class="big">The maid is cleaning here 🧹</h2>
<br>
<<if $actual_maid.patreon == false>>
<video muted autoplay loop><source @src="'assets/maids/maid_' + $actual_maid.code + '/maid_n_' + $actual_maid.fase + '.webm'" type="video/webm"></video>
<<elseif $actual_maid.patreon == true>>
<video muted autoplay loop><source @src="'assets/patreon/maid_' + $actual_maid.code + '/maid_n_' + $actual_maid.fase + '.webm'" type="video/webm"></video>
<</if>>
<br>
<<if $prota.money >= 10>>
<span class="btn white"> <<link "Could you clean with less clothes? $10 💵">>
<<set $prota.money -= 10>>
<<set $actual_maid.fase to 2>>
<<editcycle 'time' change +1>>
<<goto _maid_site>>
<</link>></span>
<<else>>
<p class="nobtn">Could you clean with less clothes? $10 💸</p>
<</if>>
<br>
<</if>>
<<if Cycle.check('time', 'noon') and $actual_maid.fase == 2 and $actual_maid.site[1] == _maid_site>>
<h2 class="big">The maid is cleaning here 🧹</h2>
<br>
<<if $actual_maid.patreon == false>>
<video muted autoplay loop><source @src="'assets/maids/maid_' + $actual_maid.code + '/maid_n_' + $actual_maid.fase + '.webm'" type="video/webm"></video>
<<elseif $actual_maid.patreon == true>>
<video muted autoplay loop><source @src="'assets/patreon/maid_' + $actual_maid.code + '/maid_n_' + $actual_maid.fase + '.webm'" type="video/webm"></video>
<</if>>
<br>
<<if $prota.money >= 20>>
<span class="btn white"> <<link "Could you clean without clothes? $20 💵">>
<<set $prota.money -= 20>>
<<set $actual_maid.fase to 3>>
<<editcycle 'time' change +1>>
<<goto _maid_site>>
<</link>></span>
<<else>>
<p class="nobtn">Could you clean without clothes? $20 💸</p>
<</if>>
<br>
<</if>>
<<if Cycle.check('time', 'evening') and $actual_maid.fase == 3 and $actual_maid.site[2] == _maid_site>>
<h2 class="big">The maid is cleaning here 🧹</h2>
<br>
<<if $actual_maid.patreon == false>>
<video muted autoplay loop><source @src="'assets/maids/maid_' + $actual_maid.code + '/maid_n_' + $actual_maid.fase + '.webm'" type="video/webm"></video>
<<elseif $actual_maid.patreon == true>>
<video muted autoplay loop><source @src="'assets/patreon/maid_' + $actual_maid.code + '/maid_n_' + $actual_maid.fase + '.webm'" type="video/webm"></video>
<</if>>
<br>
<<if $prota.money >= 30>>
<span class="btn white"> <<link 'Could you give a more "deep" cleaning? $30 💵'>>
<<set $prota.money -= 30>>
<<set $actual_maid.fase to 4>>
<<editcycle 'time' change +1>>
<<set $actual_maid.active to false>>
<<goto "blow_job_maid">>
<</link>></span>
<<else>>
<p class="nobtn">'Could you give a more "deep" cleaning? $30 💵'>>
<</if>>
<br>
<</if>>
<<if Cycle.check('time', 'noon', 'evening', 'night', 'you fell asleep') and $actual_maid.fase == 1>>
<<set $actual_maid to {
"code" : "",
"fase" : 0,
"site" : ["", "", "", "", ],
"active" : false,
"patreon" : false,
}>>
<</if>>
<<if Cycle.check('time', 'morning', 'evening', 'night', 'you fell asleep') and $actual_maid.fase == 2>>
<<set $actual_maid to {
"code" : "",
"fase" : 0,
"site" : ["", "", "", "", ],
"active" : false,
"patreon" : false,
}>>
<</if>>
<<if Cycle.check('time', 'morning', 'noon', 'night', 'you fell asleep') and $actual_maid.fase == 3>>
<<set $actual_maid to {
"code" : "",
"fase" : 0,
"site" : ["", "", "", "", ],
"active" : false,
"patreon" : false,
}>>
<</if>>
<</if>>
<</widget>><<switch random(1, 2)>>
<<case 1>>
<<prota $protaimg "//Fuck// This is a good service">>
<<case 2>>
<<prota $protaimg "You know how to do your job very well">>
<</switch>>
<<switch random(1, 2)>>
<<case 1>>
<<chica maid2 Maid "Do you like it sir?">>
<<case 2>>
<<chica maid2 Maid "I am here to please you sir">>
<</switch>>
<br><br>
<<if $actual_maid.patreon == true>>
<<switch random(1, 2)>>
<<case 1>>
<video muted autoplay loop><source @src="'assets/patreon/maid_' + $actual_maid.code + '/maid_n_4.webm'" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source @src="'assets/patreon/maid_' + $actual_maid.code + '/maid_n_5.webm'" type="video/webm"></video>
<</switch>>
<<else>>
<<switch random(1, 2)>>
<<case 1>>
<video muted autoplay loop><source @src="'assets/maids/maid_' + $actual_maid.code + '/maid_n_4.webm'" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source @src="'assets/maids/maid_' + $actual_maid.code + '/maid_n_5.webm'" type="video/webm"></video>
<</switch>>
<</if>>
<<switch random(1, 2)>>
<<case 1>>
<<chica maid2 Maid "//AAAAAHHHhh// Please don't stop sir">>
<<case 2>>
<<chica maid2 Maid "//AAAAHHhh// Do you like //MMmmh// how I clean s-sir?">>
<</switch>>
<<cont append keypress>>
<<prota $protaimg "//Fuck// //Fuck// I can't hold it">>
<<chica maid2 Maid "//MMmmhm// You can fill me with your cum sir">>
<<prota $protaimg "//AAAAAAARRRGGGHHHg//">>
<br><br>
<<if $actual_maid.patreon == true>>
<video muted autoplay loop><source @src="'assets/patreon/maid_' + $actual_maid.code + '/maid_n_6.webm'" type="video/webm"></video>
<<else>>
<video muted autoplay loop><source @src="'assets/maids/maid_' + $actual_maid.code + '/maid_n_6.webm'" type="video/webm"></video>
<</if>>
<br><br>
<span class="btn white"> <<link 'I call this a "deep cleaning"'>>
<<goto "House">>
<</link>>
</span>
<</cont>>
<<widget "maids_site">>
<<if $maid_tracking == true>>
<<if $actual_maid.active == true>>
<<if $actual_maid.fase == 1 and $actual_maid.site[0] == $args[0]>>
<img class="overlay ov4" src="assets\maids\maid_icon.jpg">
<</if>>
<<if $actual_maid.fase == 2 and $actual_maid.site[1] == $args[0]>>
<img class="overlay ov4" src="assets\maids\maid_icon.jpg">
<</if>>
<<if $actual_maid.fase == 3 and $actual_maid.site[2] == $args[0]>>
<img class="overlay ov4" src="assets\maids\maid_icon.jpg">
<</if>>
<</if>>
<</if>>
<</widget>><<if $learn_swim.skill == 1>>
<<if $prota.money >= 10>>
<span class="btn white"> <<link "Change swimming instructor ($10 each 💵)">>
<<if $wishing_well_swim.actual >= 100>>
<<set $learn_swim.skill to 2>>
<<goto "wishing_well">>
<<else>>
<<set $wishing_well_swim.actual += $wishing_well_swim.count>>
<<set $prota.money -= 10>>
<<s_money>>
<<replace "#wishing_well_swim">>
<span id="wishing_well_swim">
<progress max="100" @value="$wishing_well_swim.actual"></progress>
</span>
<</replace>>
<<if $prota.money <= 9>>
<<goto "wishing_well">>
<</if>>
<</if>>
<</link>></span>
<span id="wishing_well_swim">
<progress max="100" @value="$wishing_well_swim.actual"></progress>
</span>
<<else>>
<p class="nobtn">Change swimming instructor ($10 each 💸)</p>
<progress max="100" @value="$wishing_well_swim.actual"></progress>
<</if>>
<<elseif $wishing_well_swim.actual >= $wishing_well_swim.goal and $learn_swim.skill == 1>>
<<set $learn_swim.skill to 2>>
<</if>><h2 class="big">You go to a pool near the beach where they give classes on how to swim</h2>
<br><br>
<img src="assets\img\pool.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">You go to the office to speak with the instructor</h2>
<<cont append keypress>>
<<prota $protaimg "Hello, I am here to learn to swim">>
<br><br>
<img src="assets\img\soldier.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">A man half dressed as a military man and with a heavy metal helmet stares at you</h2>
<<chico soldier Instructor "What is your age son?">>
<<prota $protaimg "I'm 26 years old">>
<<chico soldier Instructor "You think you have what it takes to survive in the harsh life of a swimmer?">>
<<prota $protaimg "Ahm...">>
<<chico soldier Instructor "You do not have it! Do you know how many wars I was in at your age?">>
<<prota $protaimg "Three?">>
<<chico soldier Instructor "Don't answer, don't be insolent. Give me 10 push-ups, quick">>
<<prota $protaimg "But...">>
<<chico soldier Instructor "NOW! TO THE GROUND">>
<br><br>
<<linkreplace "<p class='btn white'>Do 10 push-ups</p>" t8n>>
<video muted autoplay loop><source src="assets\vids\push_ups.webm" type="video/webm"></video>
<<chico soldier Instructor "IS THAT ALL YOU HAVE SOLDIER?!">>
<<chico soldier Instructor "Do you see the helmet I'm wearing?">>
<<prota $protaimg "Yes, sir">>
<<chico soldier Instructor "Do you know how many lives he saved?">>
<<prota $protaimg "Ahm... S-seven?">>
<<chico soldier Instructor "NOT ONE, DON'T BE SO GULLIBLE SON, IN WAR EVERYONE DIES. LET'S GO, 10 MORE PUSH-UPS!">>
<br><br>
<<linkreplace "<p class='btn white'>Do 10 push-ups</p>" t8n>>
<video muted autoplay loop><source src="assets\vids\push_ups.webm" type="video/webm"></video>
<<chico soldier Instructor "In war, do you know what we had?">>
<<prota $protaimg "Guns, sir?">>
<<chico soldier Instructor "Faith, son. We all had a Bible">>
<<chico soldier Instructor "Do you know how many lives our Bibles saved?">>
<<prota $protaimg "Not one sir, because in war everyone dies">>
<<chico soldier Instructor "Don't be insolent son, faith saves everyone's lives daily, give me 20 more push-ups">>
<<prota $protaimg "...">>
<<chico soldier Instructor "NOW!!">>
<br><br>
<<linkreplace "<p class='btn white'>Do 20 push-ups</p>" t8n>>
<video muted autoplay loop><source src="assets\vids\push_ups.webm" type="video/webm"></video>
<<chico soldier Instructor "Charlie don't go there, you could die">>
<<prota $protaimg "My name is not charlie...">>
<<chico soldier Instructor "CHARLIE!!!">>
<br><br>
<h2 class="big">The instructor starts to cry</h2>
<<prota $protaimg "<<w>>But what the fuck?<</w>>">>
<<prota $protaimg "<<w>>How I would like to be able to change my instructor... Maybe the wishing well in the park could help me<</w>>">>
<br><br>
<span class="btn white"> <<link "Slowly leave the office">>
<<set $learn_swim.skill to 1>>
<<goto "beach">>
<</link>>
</span>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</cont>><h2 class="big">You arrive at the pool office to try to register again</h2>
<<prota $protaimg "Ok, this will be my last try, i think i can do it">>
<br>
<<linkreplace "<p class='btn white'>Enter the office</p>" t8n>>
<<prota $protaimg "Here the soldier $prota.name reporting sir!">>
<<chica mary Instructress "Hahahahah">>
<<chica mary Instructress "Just so you don't feel bad, I want you to know that you are the third to come in saying that this week">>
<br><br>
<img src="assets\img\pool\mary_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica mary Instructress "I'll be the new instructress, come on, we'll start right now">>
<<prota $protaimg "Now?">>
<<chica mary Instructress "Yes, soldier, come on, let's go">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\mary_2.webm" type="video/webm"></video>
<<prota $protaimg "What happened to the previous instructor?">>
<<chica mary Instructress "He was fired and sent to a mental hospital">>
<<prota $protaimg "Wow, was his condition that serious?">>
<<chica mary Instructress 'He threw a student into the water and tried to drown him while yelling the name "Charlie"'>>
<<chica mary Instructress "But don't worry, that day I was there, and when they saw my performance, they offered me the job">>
<<prota $protaimg "Are you a good swimmer?">>
<<chica mary Instructress "Good? Hahahaha, I have won each of the competitions where I have participated">>
<<chica mary Instructress "A siren would envy my speed and dexterity">>
<<prota $protaimg "I will strive to reach your level">>
<<chica mary Instructress "I like your optimism boy, but it's impossible. What's more, if you ever manage to beat me in a competition, I'll give you my car">>
<<prota $protaimg "Your car?">>
<<chica mary Instructress "Hahahaha, yes, now stop talking and come; I'll teach you the basics">>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\mary_3.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Take your first class">>
<<goto "swim_3">>
<</link>>
</span>
<</cont>>
<</linkreplace>><<chica mary Instructress "You don't do it bad at all...">>
<<chica mary Instructress "Come tomorrow and we'll see how you progress">>
<br><br>
<span class="btn white"> <<link "Get out of swimming school">>
<<set $learn_swim.block to true>>
<<set $learn_swim.skill to 3>>
<<goto "beach">>
<</link>>
</span><h2 class="big">You have a normal swimming class day</h2>
<br><br>
<<switch random(1, 4)>>
<<case 1>>
<video muted autoplay loop><source src="assets\img\pool\1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\img\pool\2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\img\pool\3.webm" type="video/webm"></video>
<<case 4>>
<video muted autoplay loop><source src="assets\img\pool\4.webm" type="video/webm"></video>
<</switch>>
<br><br>
<span class="btn white"> <<link "Get out of swimming school">>
<<set $learn_swim.block to true>>
<<set $learn_swim.skill += 1>>
<<goto "beach">>
<</link>></span><<chica mary Instructress "You have improved a lot. Would you like to do a timed test?">>
<<prota $protaimg "Timed test?">>
<<chica mary Instructress "Yes! that will show how far you have come. My record time is 2 minutes 45 seconds">>
<<prota $protaimg "Ok, I will do what I can">>
<br><br>
<<linkreplace "<p class='btn white'>Take the timed test</p>" t8n>>
<h2 class="big">You take the timed test</h2>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\mary_4.webm" type="video/webm"></video>
<<cont append keypress>>
<<prota $protaimg "Wow that was exhausting">>
<<chica mary Instructress "...">>
<<prota $protaimg "What's up?">>
<<chica mary Instructress "Your time was 2 minutes 40 seconds">>
<<chica mary Instructress "It's impossible!">>
<<prota $protaimg "Hahahaha, I guess I finally got over you">>
<<chica mary Instructress "You just got lucky">>
<<prota $protaimg "Do you remember our bet? I think your car will leave here with a new owner">>
<<chica mary Instructress "For that, you have to beat me, and I still have an ace up my sleeve">>
<br><br>
<h2 class="big">The Instructress jumps into the water and gives you the stopwatch</h2>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\mary_5.webm" type="video/webm"></video>
<<chica mary Instructress "Nobody else knows this... Are you ready?">>
<br><br>
<span class="btn white"> <<link "What do you mean?">>
<<set $learn_swim.skill += 1>>
<<goto "swim_5_b">>
<</link>>
</span>
<</cont>>
<</linkreplace>><h2 class="big">The Instructress begins to remove her clothes under the water</h2>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\mary_6.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>Wow...<</w>>">>
<<chica mary Instructress "Stop looking at me and put on the timer. I'm going to show you how a professional does it">>
<br><br>
<<linkreplace "<p class='btn white'>Take time with the stopwatch</p>" t8n>>
<h2 class="big">The Instructress starts swimming very fast</h2>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\mary_7.webm" type="video/webm"></video>
<<cont append keypress>>
<<chica mary Instructress "How did I do it?">>
<<prota $protaimg "2 minutes 27 seconds!">>
<<chica mary Instructress "Hahahahah I told you, you can't beat me">>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\mary_8.webm" type="video/webm"></video>
<<chica mary Instructress "Now stop looking at me, or my boyfriend will beat you up, and the next competition will be in a wheelchair">>
<<prota $protaimg "Do you have a boyfriend?">>
<<chica mary Instructress "Tall, muscular, handsome, and very moody, so go away, or I'll tell him you were watching my ass">>
<br><br>
<span class="btn white"> <<link "Get out of the pool">>
<<goto "beach">>
<</link>>
</span>
<</cont>>
<</linkreplace>><h2 class="big">You have a normal swimming class day</h2>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\4.webm" type="video/webm"></video>
<<cont append keypress>>
<<chica mary Instructress "Well, see you tomorrow bye">>
<<prota $protaimg "Wait... I want to try the timed test again">>
<<chica mary Instructress "Seriously? Uh, well I...">>
<<prota $protaimg "Come on, it will be just a moment">>
<<chica mary Instructress "Ok, ok; get in position">>
<br><br>
<<linkreplace "<p class='btn white'>Take the timed test</p>" t8n>>
<h2 class="big">You swim so fast you seem to float on water</h2>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\mary_9.webm" type="video/webm"></video>
<<cont append keypress>>
<<prota $protaimg "//Ufs// I think that was my 100%">>
<<chica mary Instructress "...">>
<<prota $protaimg "What was my time?">>
<<chica mary Instructress "...">>
<<chica mary Instructress "1 minute 58 seconds">>
<<prota $protaimg "Hahahah, well, it seems I have improved">>
<<prota $protaimg "Come on, do your thing, take off your clothes and let's see how you do">>
<<chica mary Instructress "I already did my best, I can't do it faster">>
<<chica mary Instructress "I guess I've lost; I never thought you could be faster than me">>
<<prota $protaimg "Does that mean you will give me your car?">>
<<chica mary Instructress "My car is a gift from my boyfriend; I couldn't give it to you">>
<<chica mary Instructress "Also, that was not a serious bet; I was kidding">>
<<prota $protaimg "A bet is a bet. Maybe it doesn't have to be as radical as your car; I could accept something else">>
<<chica mary Instructress "I can give you whatever you want, whatever, as long as it doesn't involve the car">>
<<chica mary Instructress "And on one condition, I don't want anyone to know that you beat my record">>
<<prota $protaimg "Ok, ok, let me think...">>
<<cont append keypress>>
<<prota $protaimg "You know; Now that I think about it, I really liked watching you swim naked">>
<<chica mary Instructress "Hahaha, I know what you want. Well, I guess I could do that">>
<<prota $protaimg "I already saw you swim naked; I want something more">>
<<chica mary Instructress "More? but I have boyfriend...">>
<<chica mary Instructress "...">>
<<chica mary Instructress "I'll give you 5 minutes, you can do whatever you want but not a second more">>
<<chica mary Instructress "Come quickly">>
<br><br>
<span class="btn white"> <<link "Follow her">>
<<goto "swim_7">>
<</link>></span>
<</cont>>
<</cont>>
<</linkreplace>>
<</cont>><h1 class="titulo">Laptop</h1>
<br><br>
<span class="taxi_btn_p">
<<button "Main Characters">>
<<toggleclass "#main_characters" "hide">>
<</button>>
</span>
<span id="main_characters" class="hide">
<br>
<div class="menu-grid">
<<include "amuleto_tracking">>
<<include "lya_tracking">>
<<if hasVisited("mia_event_a1")>>
<<include "mia_tracking">>
<</if>>
<<if $a_house.event >= 1>>
<<include "nathaly_tracking">>
<</if>>
<<if $neptuno.enable == true>>
<<include "neptuno_tracking">>
<</if>>
<<if $brittney.avalible == true>>
<<include "brittney_tracking">>
<</if>>
</div>
<br>
</span><br>
<span class="taxi_btn_p">
<<button "Secondary Characters">>
<<toggleclass "#secondary_characters" "hide">>
<</button>>
</span>
<span id="secondary_characters" class="hide">
<br>
<div class="menu-grid">
<<include "secondary_characters_tracking">>
</div>
</span><br>
<<if $quest_lexi.status == "active">>
<span class="taxi_btn_p">
<<button "View the schedule">>
<<toggleclass "#schedule" "hide">>
<<if $quest_lexi.fase == 1>>
<<set $quest_lexi.fase to 2>>
<</if>>
<</button>>
</span>
<span id="schedule" class="hide">
<br>
<img src="assets\characters\brittney\event_3\schedule.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<br>^^You can download the image to make it easier^^
</span><br>
<</if>>
<br><br>
<span class="btn white"> <<link "Turn off the laptop">>
<<goto "House">>
<</link>>
</span><<if $mia.friend >= 7 and not hasVisited("mia_event_1")>>
<<set $mia.friend to 7>>
<<elseif $mia.friend >= 10 and not hasVisited("mia_event_2") and $mia.event == 2>>
<<set $mia.friend to 10>>
<<elseif $mia.friend >= 15 and not hasVisited("mia_event_3") and $quest_book.fase >= 1 and $mia.event == 3>>
<<set $mia.friend to 15>>
<<elseif $mia.friend >= 20 and not hasVisited("mia_event_4") and $mia.event == 4>>
<<set $mia.friend to 20>>
<<elseif $mia.friend >= 28 and not hasVisited("mia_event_5") and $mia.event == 5>>
<<set $mia.friend to 28>>
<</if>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\characters\mia\mia_stats.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 92%;">MIA</span>
</div>
<h2 class="big4" style="padding: 10px;">
General Progress:<br>
@@#mia_g_progress;
<progress max="6" @value="$mia.event"></progress>
@@
<br><br>
<<if $mia.friend < 7 and $mia.event == 1>>
Next Event:<br>
<progress max="7" @value="$mia.friend"></progress>
<br><br>
<span style="color: #51dfff;">Talk to Mia or complete her quests (if available)</span>
<<elseif $mia.friend >= 7 and not hasVisited("mia_event_1") and $mia.event == 1>>
Next Event:<br>
<progress max="7" @value="$mia.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Mia in the store</span>
<</if>>
<<if $mia.friend < 10 and $mia.event == 2>>
Next Event:<br>
<progress max="10" @value="$mia.friend"></progress>
<br><br>
<span style="color: #51dfff">Talk to Mia or complete her quests (if available)</span>
<<elseif $mia.friend >= 10 and not hasVisited("mia_event_2") and $mia.event == 2>>
Next Event:<br>
<progress max="10" @value="$mia.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Mia in the store</span>
<</if>>
<<if $mia.friend < 15 and $mia.event == 3>>
Next Event:<br>
<progress max="15" @value="$mia.friend"></progress>
<br><br>
<span style="color: #51dfff">Talk to Mia or complete her quests (if available)</span>
<<elseif $mia.friend >= 15 and not hasVisited("mia_event_3") and $mia.event == 3 and $quest_book.fase < 2>>
Next Event:<br>
<progress max="15" @value="$mia.friend-5"></progress>
<br><br>
<span style="color: #51dfff">Talk to Mia or complete her quests (if available)</span>
<<elseif $mia.friend >= 15 and not hasVisited("mia_event_3") and $mia.event == 3 and $quest_book.fase >= 2>>
Next Event:<br>
<progress max="15" @value="$mia.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Mia in the store</span>
<</if>>
<<if $mia.friend < 20 and $mia.event == 4>>
Next Event:<br>
<progress max="20" @value="$mia.friend"></progress>
<br><br>
<span style="color: #51dfff">Talk to Mia or complete her quests (if available)</span>
<<elseif $mia.friend >= 20 and not hasVisited("mia_event_4") and $mia.event == 4>>
Next Event:<br>
<progress max="20" @value="$mia.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Mia in the store</span>
<</if>>
<<if $mia.friend < 28 and $mia.event == 5>>
Next Event:<br>
<progress max="28" @value="$mia.friend"></progress>
<br><br>
<span style="color: #51dfff">Talk to Mia or complete her quests (if available)</span>
<<elseif $mia.friend >= 28 and not hasVisited("mia_event_5") and $mia.event == 5>>
Next Event:<br>
<progress max="28" @value="$mia.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Mia in the store</span>
<</if>>
<<done>>
<<replace "#mia_g_progress">><progress max="6" @value="$mia.event"></progress><</replace>>
<</done>>
</h2>
</div>/* Comp fix */
<<if $amuleto.friend >= 22 and hasVisited("amuleto_event_3") and $amuleto.event <= 3>>
<<set $amuleto.event to 4>>
<</if>>
/* Comp fix */
<<if $amuleto.friend >= 10 and not hasVisited("amuleto_event_1") and $amuleto.event == 1>>
<<set $amuleto.friend to 10>>
<<elseif $amuleto.friend >= 15 and not hasVisited("amuleto_event_2") and $amuleto.event == 2>>
<<set $amuleto.friend to 15>>
<<elseif $amuleto.friend >= 22 and not hasVisited("amuleto_event_4") and $amuleto.event == 4>>
<<set $amuleto.friend to 22>>
<</if>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\characters\amuleto\amuleto_stats.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 92%;">$amuleto.name</span>
</div>
<h2 class="big4" style="padding: 10px;">
General Progress:<br>
@@#amuleto_g_progress;
<progress max="5" @value="$amuleto.event"></progress>
@@
<br><br>
<<if $amuleto.friend < 10 and $amuleto.event == 1>>
Next Event:<br>
<progress max="10" @value="$amuleto.friend"></progress>
<br><br>
<span style="color: #51dfff;">Talk to $amuleto.name or complete her quests (if available)</span>
<<elseif $amuleto.friend >= 10 and not hasVisited("amuleto_event_1") and $amuleto.event == 1>>
Next Event:<br>
<progress max="10" @value="$amuleto.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to $amuleto.name in the bathroom</span>
<</if>>
<<if $amuleto.friend < 15 and $amuleto.event == 2>>
Next Event:<br>
<progress max="15" @value="$amuleto.friend"></progress>
<br><br>
<span style="color: #51dfff">Talk to $amuleto.name or complete her quests (if available)</span>
<<elseif $amuleto.friend >= 15 and not hasVisited("amuleto_event_2") and $amuleto.event == 2>>
Next Event:<br>
<progress max="15" @value="$amuleto.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to $amuleto.name</span>
<</if>>
<<if $amuleto.event == 3 and $watch.search < 3>>
Next Event:<br>
<progress max="1" @value="0"></progress>
<br><br>
<span style="color: #51dfff">Search the Ashley's watch</span>
<<elseif $watch.search >= 3 and not hasVisited("amuleto_event_3")>>
Next Event:<br>
<progress max="1" @value="1"></progress>
<br><br>
<span style="color: #fcff51;">Give ashley's watch to $amuleto.name</span>
<</if>>
<<if $amuleto.friend < 22 and $amuleto.event == 4>>
Next Event:<br>
<progress max="22" @value="$amuleto.friend"></progress>
<br><br>
<span style="color: #51dfff">Talk to $amuleto.name or complete her quests (if available)</span>
<<elseif $amuleto.friend >= 22 and not hasVisited("amuleto_event_4") and $amuleto.event == 4>>
Next Event:<br>
<progress max="22" @value="$amuleto.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to $amuleto.name in the House</span>
<</if>>
<<done>>
<<replace "#amuleto_g_progress">>
<progress max="5" @value="$amuleto.event"></progress>
<</replace>>
<</done>>
</h2>
</div><<if $lya.friend >= 6 and not hasVisited("lya_event_1")>>
<<set $lya.friend to 6>>
<<elseif $lya.friend >= 12 and not hasVisited("lya_event_2")>>
<<set $lya.friend to 12>>
<<elseif $lya.friend >= 15 and not hasVisited("lya_event_3")>>
<<set $lya.friend to 15>>
<<elseif $lya.friend >= 22 and not hasVisited("lya_event_4")>>
<<set $lya.friend to 22>>
<<elseif $lya.friend >= 32 and not hasVisited("lya_event_5")>>
<<set $lya.friend to 32 >>
<</if>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\characters\lya\lya_stats.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 92%;">LYA</span>
</div>
<h2 class="big4" style="padding: 10px;">
General Progress:<br>
@@#lya_g_progress;
<progress max="6" @value="$lya.event"></progress>
@@
<br><br>
<<if $lya.friend < 6 and not hasVisited("lya_event_1") and $lya.event == 1>>
Next Event:<br>
<progress max="6" @value="$lya.friend"></progress>
<br><br>
<span style="color: #51dfff;">Talk to Lya or complete her quests (if available)</span>
<<elseif $lya.friend >= 6 and not hasVisited("lya_event_1") and $lya.event == 1>>
Next Event:<br>
<progress max="6" @value="$lya.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Lya in the Workshop</span>
<</if>>
<<if $lya.friend < 12 and not hasVisited("lya_event_2") and $lya.event == 2>>
Next Event:<br>
<progress max="12" @value="$lya.friend"></progress>
<br><br>
<span style="color: #51dfff">Talk to Lya or complete her quests (if available)</span>
<<elseif $lya.friend >= 12 and not hasVisited("lya_event_2") and $lya.event == 2>>
Next Event:<br>
<progress max="12" @value="$lya.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Lya in the Workshop</span>
<</if>>
<<if $lya.friend < 15 and not hasVisited("lya_event_3") and $lya.event == 3>>
Next Event:<br>
<progress max="15" @value="$lya.friend"></progress>
<br><br>
<span style="color: #51dfff">Talk to Lya or complete her quests (if available)</span>
<<elseif $lya.friend >= 15 and not hasVisited("lya_event_3") and $lya.event == 3>>
Next Event:<br>
<progress max="15" @value="$lya.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Lya</span>
<</if>>
<<if $lya.friend < 22 and not hasVisited("lya_event_4") and $lya.event == 4>>
Next Event:<br>
<progress max="22" @value="$lya.friend"></progress>
<br><br>
<span style="color: #51dfff">Talk to Lya or complete her quests (if available)</span>
<<elseif $lya.friend >= 22 and not hasVisited("lya_event_4") and $lya.event == 4>>
Next Event:<br>
<progress max="22" @value="$lya.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Lya in the Workshop</span>
<</if>>
<<if $lya.friend < 32 and not hasVisited("lya_event_5") and $lya.event == 5>>
Next Event:<br>
<progress max="32" @value="$lya.friend"></progress>
<br><br>
<span style="color: #51dfff">Talk to Lya or complete her quests (if available)</span>
<<elseif $lya.friend >= 32 and not hasVisited("lya_event_5") and $lya.event == 5>>
Next Event:<br>
<progress max="32" @value="$lya.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Lya</span>
<</if>>
<<done>>
<<replace "#lya_g_progress">><progress max="6" @value="$lya.event"></progress><</replace>>
<</done>>
</h2>
</div>/* Jade Start Poner el swich a true en los eventos y otro trigger externo para los que tengan savegames viejos!*/
<<if not hasVisited("jade_event_1")>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\img\block.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 88%;">???</span>
</div>
<h2 class="big4" style="padding: 10px;">
<span style="color: #51dfff">Progress with Lya to meet her</span>
</h2>
</div>
<</if>>
<<if hasVisited("jade_event_1")>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\characters\generics\secondary\jade_stats.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 88%;">Jade</span>
</div>
</div>
<</if>>
/* Jade End */
/* Ashly */
<<if not hasVisited("amuleto_event_3")>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\img\block.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 88%;">???</span>
</div>
<h2 class="big4" style="padding: 10px;">
<span style="color: #51dfff">Progress with $amuleto.name to meet her</span>
</h2>
</div>
<</if>>
<<if hasVisited("amuleto_event_3")>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\characters\generics\secondary\ashly_stats.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 88%;">Ashly</span>
</div>
</div>
<</if>>
/* Ashly end */
/* Angela */
<<if not hasVisited("nathaly_trust_event_2_c")>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\img\block.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 88%;">???</span>
</div>
<h2 class="big4" style="padding: 10px;">
<span style="color: #51dfff">Progress with Nathaly to meet her</span>
</h2>
</div>
<</if>>
<<if hasVisited("nathaly_trust_event_2_c")>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\characters\generics\secondary\angela_stats.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 88%;">Angela</span>
</div>
</div>
<</if>>
/* Angela end */
/* Sophie */
<<if not hasVisited("neptuno_event_4")>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\img\block.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 88%;">???</span>
</div>
<h2 class="big4" style="padding: 10px;">
<span style="color: #51dfff">Progress with Neptuno to meet her</span>
</h2>
</div>
<</if>>
<<if hasVisited("neptuno_event_4")>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\characters\generics\secondary\sophie_stats.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 88%;">Sophie</span>
</div>
</div>
<</if>>
/* Sophie end */
/* Mary */
<<if not hasVisited("swim_2")>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\img\block.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 88%;">???</span>
</div>
<h2 class="big4" style="padding: 10px;">
<span style="color: #51dfff">Take swimming lessons to meet her</span>
</h2>
</div>
<</if>>
<<if hasVisited("swim_2")>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\characters\generics\secondary\mary_stats.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 88%;">Mary</span>
</div>
</div>
<</if>>
/* Mary end */
/* Victoria */
<<if not hasVisited("neptuno_event_5_3")>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\img\block.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 88%;">???</span>
</div>
<h2 class="big4" style="padding: 10px;">
<span style="color: #51dfff">Progress with Neptuno to meet her</span>
</h2>
</div>
<</if>>
<<if hasVisited("neptuno_event_5_3")>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\characters\generics\secondary\victoria_stats.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 88%;">Victoria</span>
</div>
</div>
<</if>>
/* Victoria end */
/* Lexi */
<<if not hasVisited("brittney_event_4")>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\img\block.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 88%;">???</span>
</div>
<h2 class="big4" style="padding: 10px;">
<span style="color: #51dfff">Progress with Brittney to meet her</span>
</h2>
</div>
<</if>>
<<if hasVisited("brittney_event_4")>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\characters\generics\secondary\Lexi_stats.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 88%;">Lexi</span>
</div>
</div>
<</if>>
/* Lexi end */<div class="menu-col">
<div class="menucont"><<link [img[assets\characters\nathaly\nathaly_stats.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 92%;">NATHALY</span>
</div>
<h2 class="big4" style="padding: 10px;">
General Progress:<br>
@@#nathaly_g_progress;
<progress max="28" @value="$nathaly.trust+8"></progress>
@@
<br><br>
<<if $a_house.event == 1 and $quest_nathaly.fase == 1>>
Next Event:<br>
<progress max="8" @value="$nathaly.friend"></progress>
<br><br>
<span style="color: #51dfff;">Heal the wounds of the mysterious woman</span>
<<elseif $nathaly.vegetables >= 5 and $nathaly.fruits >= 5 and $nathaly.pills >= 2 and $nathaly.injection >= 1 and $nathaly.friend >= 7 and $a_house.repair == true and $quest_nathaly.fase == 1>>
Next Event:<br>
<progress max="1" @value="1"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Nathaly</span>
<</if>>
<<if $nathaly.friend >= 8 and not hasVisited("nathaly_event_2") and hasVisited("nathaly_event_1")>>
Next Event:<br>
<progress max="1" @value="1"></progress>
<br><br>
<span style="color: #fcff51;">Enter the abandoned house</span>
<</if>>
<<if $nathaly.trust < 20>>
<<set $nathaly.talk to true>>
<<switch $nathaly.trust>>
<<case 0>>
<<if hasVisited("nathaly_event_2")>>
Next Event:<br>
<progress max="4" @value="$nathaly.trust"></progress>
<br><br>
<span style="color: #51dfff;">Earn Nathaly's Trust</span>
<</if>>
<<case 1 2 3>>
Next Event:<br>
<progress max="4" @value="$nathaly.trust"></progress>
<br><br>
<span style="color: #51dfff;">Earn Nathaly's Trust</span>
<<case 4>>
Next Event:<br>
<progress max="1" @value="1"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Nathaly</span>
<<case 5 6 7 8>>
Next Event:<br>
<progress max="9" @value="$nathaly.trust"></progress>
<br><br>
<span style="color: #51dfff;">Earn Nathaly's Trust</span>
<<case 9>>
Next Event:<br>
<progress max="1" @value="1"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Nathaly and Complete the quest: "Nathaly's Mom"</span>
<<case 10 11 12 13 14 15 16 17 18>>
Next Event:<br>
<progress max="19" @value="$nathaly.trust"></progress>
<br><br>
<span style="color: #51dfff;">Earn Nathaly's Trust</span>
<<case 19>>
Next Event:<br>
<progress max="1" @value="1"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Nathaly</span>
<</switch>>
<</if>>
<<done>>
<<replace "#nathaly_g_progress">><progress max="28" @value="$nathaly.trust+8"></progress><</replace>>
<</done>>
</h2>
</div><<set $learn_swim.skill to 20>>
<<set $quest_victoria.fase to 2>>
<<if $hm == 0>>
<<chica mary Instructress "4 minutes 50 seconds">>
<<prota $protaimg "What?">>
<<chica mary Instructress "It the time you have left, and it continues counting. Will you do something, or do you prefer to continue talking?">>
<br><br>
<img src="assets\img\pool\event_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<span class="btn red"> <<link "Blowjob">>
<<set $hm to 2>>
<<goto "swim_7">>
<</link>></span>
<span class="btn red"> <<link "Doggystyle">>
<<set $hm to 3>>
<<goto "swim_7">>
<</link>></span>
<span class="btn red"> <<link "Missionary">>
<<set $hm to 4>>
<<goto "swim_7">>
<</link>></span>
<span class="btn red"> <<link "Cum">>
<<set $hm to 5>>
<<goto "swim_7">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<<chica mary Instructress "Mhm... Ok, I'll give you five more minutes">>
<br><br>
<span class="btn red"> <<link "Blowjob">>
<<set $hm to 2>>
<<goto "swim_7">>
<</link>></span>
<span class="btn red"> <<link "Doggystyle">>
<<set $hm to 3>>
<<goto "swim_7">>
<</link>></span>
<span class="btn red"> <<link "Missionary">>
<<set $hm to 4>>
<<goto "swim_7">>
<</link>></span>
<span class="btn red"> <<link "Cum">>
<<set $hm to 5>>
<<goto "swim_7">>
<</link>></span>
<</if>>
<<if $hm == 2>>
<<chica mary Instructress "I knew you would ask me that; you men are so basic">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\bw_1.webm" type="video/webm"></video>
<<chica mary Instructress "//SLRP SLRP//">>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\bw_2.webm" type="video/webm"></video>
<<chica mary Instructress "//MMmmhm//">>
<<chica mary Instructress "Well, time is up, with this the bet is paid">>
<span class="btn white"> <<link "The best bet I ever made...">>
<<set $hm to 0>>
<<goto "beach">>
<</link>></span>
<br>
<<if $prota.money >= 20>>
<span class="btn white"> <<link "5 more minutes for 20 bucks? 💵">>
<<set $hm to 1>>
<<goto "swim_7">>
<</link>></span>
<<else>>
<span class="btn white"> <<link "5 more minutes for 20 bucks? 💸">>
<</link>></span>
<</if>>
<</cont>>
<</if>>
<<if $hm == 3>>
<<prota $protaimg "You have a nice ass">>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\dg_1.webm" type="video/webm"></video>
<<chica mary Instructress "Hahahaha I know">>
<<chica mary Instructress "You can enjoy it for 5 minutes">>
<<chica mary Instructress "Or should I say 4 minutes 20 seconds?">>
<<prota $protaimg "I wish you had lost your timer before coming">>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\dg_2.webm" type="video/webm"></video>
<<cont append keypress>>
<<chica mary Instructress "//MMMMmhm//">>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\dg_3.webm" type="video/webm"></video>
<<chica mary Instructress "//AAHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\dg_4.webm" type="video/webm"></video>
<<chica mary Instructress "//MMhmm// What a shame that time is running out">>
<<prota $protaimg "Won't you let me continue?">>
<<chica mary Instructress "The rules are the rules">>
<br><br>
<span class="btn white"> <<link "I hate the rules">>
<<set $hm to 0>>
<<goto "beach">>
<</link>></span>
<br>
<<if $prota.money >= 20>>
<span class="btn white"> <<link "5 more minutes for 20 bucks? 💵">>
<<set $hm to 1>>
<<goto "swim_7">>
<</link>></span>
<<else>>
<span class="btn white"> <<link "5 more minutes for 20 bucks? 💸">>
<</link>></span>
<</if>>
<</cont>>
<</if>>
<<if $hm == 4>>
<<prota $protaimg "Lie down and spread your legs">>
<<chica mary Instructress "Hahaha I bet you wanted to do this">>
<<chica mary Instructress "If my boyfriend knew this; You would be in the hospital right now">>
<<prota $protaimg "And does your boyfriend know that you bet the car on a race in the pool?">>
<br><br>
<<linkreplace "<p class='btn red'>Fuck her</p>" t8n>>
<video muted autoplay loop><source src="assets\img\pool\ms_1.webm" type="video/webm"></video>
<<chica mary Instructress "//AAAHHHhh//">>
<<chica mary Instructress "//FUCK//">>
<<prota $protaimg "You like it?">>
<<chica mary Instructress "//MMMhmm// M-maybe a bit">>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\ms_2.webm" type="video/webm"></video>
<<chica mary Instructress "//MMhmm// //FUCK// //FUCK// Don't s-stop!">>
<<chica mary Instructress "//AAAHHHhh// //FUCK//">>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\ms_3.webm" type="video/webm"></video>
<<chica mary Instructress "//MMMHMMm// That felt amazing!">>
<<prota $protaimg "I can continue if you want">>
<<chica mary Instructress "Time is up and you know what that means">>
<br><br>
<span class="btn white"> <<link "Damn stopwatch">>
<<set $hm to 0>>
<<goto "beach">>
<</link>></span>
<br>
<<if $prota.money >= 20>>
<span class="btn white"> <<link "5 more minutes for 20 bucks? 💵">>
<<set $hm to 1>>
<<goto "swim_7">>
<</link>></span>
<<else>>
<span class="btn white"> <<link "5 more minutes for 20 bucks? 💸">>
<</link>></span>
<</if>>
<</linkreplace>>
<</if>>
<<if $hm == 5>>
<<prota $protaimg "My dick is so hard">>
<<chica mary Instructress "Would you like to relieve the pressure?">>
<<prota $protaimg "Oh yeah">>
<<cont append keypress>>
<<chica mary Instructress "Come on, you can cum on my tits">>
<<prota $protaimg "//FUCK// Here comes...">>
<<chica mary Instructress "//MMMMhmm//">>
<<prota $protaimg "//AAAARRRRRGHHHH//">>
<br><br>
<video muted autoplay loop><source src="assets\img\pool\cum_1.webm" type="video/webm"></video>
<<prota $protaimg "//FUCK//">>
<<chica mary Instructress "//MMhmm//">>
<<prota $protaimg "//UUfs//">>
<<prota $protaimg "...">>
<<prota $protaimg "I think I can do it a second time">>
<<chica mary Instructress "Hahahahah wait tiger!">>
<<prota $protaimg "What's up?">>
<<chica mary Instructress "The 5 minutes are up">>
<br><br>
<span class="btn white"> <<link "Shit">>
<<set $hm to 0>>
<<goto "beach">>
<</link>></span>
<br>
<<if $prota.money >= 20>>
<span class="btn white"> <<link "5 more minutes for 20 bucks? 💵">>
<<set $hm to 1>>
<<goto "swim_7">>
<</link>></span>
<<else>>
<span class="btn white"> <<link "5 more minutes for 20 bucks? 💸">>
<</link>></span>
<</if>>
<</cont>>
<</if>><<if $hm == 0>>
<<if $neptuno.enable == true and $neptuno.friend <= 19>>
<<if $neptuno.talk == false and $neptuno.snacks >= 1>>
<span class="btn white"> <<link "🍪 Give Neptuno a snack">>
<<set $neptuno.talk to true>>
<<set $neptuno.friend += 1>>
<<set $neptuno.snacks -= 1>>
<<switch $neptuno.friend>>
<<case 1>>
<<goto "neptuno_event_1">>
<<case 2 3 4>>
<<goto "neptuno_event_2">>
<<case 5>>
<<goto "neptuno_event_3">>
<<case 6 7 8 9>>
<<goto "neptuno_event_2">>
<<case 10>>
<<goto "neptuno_event_4">>
<<case 11 12 13 14>>
<<goto "neptuno_event_2">>
<<case 15>>
<<goto "neptuno_event_5">>
<<case 16 17 18 19>>
<<goto "neptuno_event_2">>
<<case 20>>
<<goto "neptuno_event_6">>
<<default>>
<<goto "kitchen">>
<</switch>>
<</link>></span>
<</if>>
<<if $neptuno.talk == false and $neptuno.snacks < 1>>
<p class="nobtn">🍪 You don't have snacks!</p>
<</if>>
<<if $neptuno.talk == true>>
<p class="nobtn">🍪 You already gave Neptuno snacks today</p>
<</if>>
<<elseif $neptuno.enable == true or $neptuno.enable == false and $neptuno.friend >= 20>>
<p class="nobtn">🍪 Give Neptuno a snack (Content in progress)</p>
<</if>>
<</if>><div class="menu-col">
<div class="menucont"><<link [img[assets\characters\neptuno\neptuno_stats.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(36 40 113 / 70%); top: 92%;">NEPTUNO</span>
</div>
<h2 class="big4" style="padding: 10px;">
General Progress:<br>
@@#neptuno_g_progress;
<progress max="20" @value="$neptuno.friend"></progress>
@@
<br><br>
<<if $neptuno.friend == 0 and not hasVisited("neptuno_event_1")>>
Next Event:<br>
<progress max="0" @value="$neptuno.friend"></progress>
<br><br>
<span style="color: #fcff51;">Give Neptune a snack and talk to him</span>
<</if>>
<<if $neptuno.friend < 4 and $neptuno.friend >= 1>>
Next Event:<br>
<progress max="4" @value="$neptuno.friend"></progress>
<br><br>
<span style="color: #51dfff">Give Neptune a snack</span>
<<elseif $neptuno.friend == 4>>
Next Event:<br>
<progress max="4" @value="$neptuno.friend"></progress>
<br><br>
<span style="color: #fcff51;">Give Neptuno a snack and talk to him</span>
<</if>>
<<if $neptuno.friend < 9 and $neptuno.friend >= 5>>
Next Event:<br>
<progress max="9" @value="$neptuno.friend"></progress>
<br><br>
<span style="color: #51dfff">Give Neptune a snack</span>
<<elseif $neptuno.friend == 9>>
Next Event:<br>
<progress max="9" @value="$neptuno.friend"></progress>
<br><br>
<span style="color: #fcff51;">Give Neptuno a snack and talk to him</span>
<</if>>
<<if $neptuno.friend < 14 and $neptuno.friend >= 10>>
Next Event:<br>
<progress max="14" @value="$neptuno.friend"></progress>
<br><br>
<span style="color: #51dfff">Give Neptune a snack</span>
<<elseif $neptuno.friend == 14>>
Next Event:<br>
<progress max="14" @value="$neptuno.friend"></progress>
<br><br>
<span style="color: #fcff51;">Give Neptuno a snack and talk to him</span>
<</if>>
<<if $neptuno.friend < 19 and $neptuno.friend >= 15>>
Next Event:<br>
<progress max="19" @value="$neptuno.friend"></progress>
<br><br>
<span style="color: #51dfff">Give Neptune a snack</span>
<<elseif $neptuno.friend == 19>>
Next Event:<br>
<progress max="19" @value="$neptuno.friend"></progress>
<br><br>
<span style="color: #fcff51;">Give Neptuno a snack and talk to him</span>
<</if>>
<<done>>
<<replace "#neptuno_g_progress">><progress max="20" @value="$neptuno.friend"></progress><</replace>>
<</done>>
</h2>
</div><<neptuno neptuno "BRO BRO BRO BRO">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event3\neptuno_event3_1.webm" type="video/webm"></video>
<<prota $protaimg "What's up?">>
<<neptuno neptuno "See how fast I run bro">>
<<neptuno neptuno "I was watching The Flash series">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event3\neptuno_event3_2.webm" type="video/webm"></video>
<<prota $protaimg "...">>
<<neptuno neptuno "I AM FLASH!">>
<<cont append keypress>>
<br><br>
<h2 class="big">$amuleto.name enters the room</h2>
<br><br>
<<amuleto amuleto2 "God, why are you two making so much noise?">>
<<neptuno neptuno "I AM FLASH!">>
<br><br>
<img src="assets\characters\amuleto\amuletoangry.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<amuleto amuleto2 'If "Flash" doesn\'t shut up, he\'s going to sleep on the street today'>>
<<neptuno neptuno "//Grrr//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event3\neptuno_event3_1.webm" type="video/webm"></video>
<br><br>
<<amuleto amuleto2 "Have you thought about taking the mangy to the park?">>
<<prota $protaimg "The park?">>
<<neptuno neptuno "The park?">>
<<amuleto amuleto2 "...">>
<<amuleto amuleto2 "Go to the park right now, meet new people, run around and make a lot of noise but away from me">>
<<prota $protaimg "Are you not coming with us?">>
<<amuleto amuleto2 "Hahahahah No. Now get out of here">>
<br><br>
<span class="btn white"> <<link "Go to the park">>
<<goto "neptuno_event_5_2">>
<</link>></span>
<</cont>><img src="assets\characters\neptuno\event3\park.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">You arrive at the park; a vast green lawn covers the whole area</h2>
<<prota $protaimg "This is beautiful">>
<<prota $protaimg "Come on flash, run">>
<<neptuno neptuno "...">>
<<prota $protaimg "Over there is a group of dogs with a ball; get it!">>
<br><br>
<img src="assets\characters\neptuno\event3\dogs.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<neptuno neptuno "...">>
<<prota $protaimg "Is something wrong?">>
<<neptuno neptuno "I had never played with other dogs in a park before...">>
<<prota $protaimg "<<w>>I understand you, my friend... I've been through the same thing<</w>>">>
<<prota $protaimg "Don't worry, check this out">>
<br><br>
<<linkreplace "<p class='btn white'>Whistle</p>" t8n>>
<h2 class="big">A dog with a ball in his mouth is approaching</h2>
<br><br>
<img src="assets\characters\neptuno\event3\dog_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "I'm going to throw the ball far away, and you and the other dogs have to try to catch it, ready?">>
<<neptuno neptuno "I AM FLASH!">>
<br><br>
<<linkreplace "<p class='btn white'>Throw the ball</p>" t8n>>
<<chico dog_g_2 Dog "//BARK//">>
<<chico dog_g_1 Dog "//bark// //bark// //bark//">>
<<chico dog_g_3 Dog "//bArK// //bArK//">>
<<neptuno neptuno "Here comes the lightning!!">>
<<cont append keypress>>
<br><br>
<h2 class="big">You spend the afternoon playing with neptuno and his new friends</h2>
<<neptuno neptuno "I need water bro!">>
<<prota $protaimg "Hahahahah Go with the other dogs; they know where to drink">>
<<neptuno neptuno "//bark//">>
<br><br>
<h2 class="big">Neptuno runs to drinking water while someone approaches</h2>
<br><br>
<img src="assets\characters\generics\victoria_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica victoria ???????? "Hi, I see my dog loves to play with you!">>
<<prota $protaimg "Oh, y-yes... What is your dog?">>
<<chica victoria ???????? "It is the golden retriever that is drinking water over there">>
<<chica victoria ???????? "It is weird to get him to play in the park; although it seems strange, he has always liked the water">>
<<prota $protaimg "Do you have a swimming pool at home?">>
<<chica victoria ???????? "Yes, but I'm afraid to swim, and I can't play with him because of that">>
<<chica victoria ???????? "Do you know how to swim?">>
<<prota $protaimg "Well... A little">>
<<chica victoria ???????? "Hey, would you like to teach me? Also, my dog loves you! I could pay you if you want">>
<<prota $protaimg "I don't know...">>
<<chica victoria ???????? "I would only need a bikini, and we could start">>
<<prota $protaimg "<<w>>Bikini...<</w>>">>
<<prota $protaimg "Ok, I'll help you! You don't have to pay me anything; I'll do it for free">>
<<chica victoria ???????? "Give me your phone, I'll save my number">>
<<cont append keypress>>
<<chica victoria Victoria "Done, there's my number, send me a message and I'll give you my address">>
<<prota $protaimg "<<w>>Her name is Victoria...<</w>>">>
<br><br>
<h2 class="big">Neptune comes running</h2>
<<neptuno neptuno "Bro I'm starving, let's go home?">>
<<chica victoria Victoria "This must be your dog, right?">>
<<prota $protaimg "Yes">>
<<chica victoria Victoria "Aww, is so cute!">>
<<neptuno neptuno "//bark//">>
<<prota $protaimg "Well, we go, it seems that Neptune is hungry">>
<<chica victoria Victoria "Ok, remember to text me!">>
<br><br>
<span class="btn white"> <<link "Go home">>
<<goto "neptuno_event_5_3">>
<<if Cycle.check('time', 'morning')>>
<<editcycle 'time' change +3>>
<<elseif Cycle.check('time', 'noon')>>
<<editcycle 'time' change +2>>
<<elseif Cycle.check('time', 'evening')>>
<<editcycle 'time' change +1>>
<<elseif Cycle.check('time', 'midnight')>>
<<editcycle 'time' change -1>>
<<elseif Cycle.check('time', 'you fell asleep')>>
<<editcycle 'time' change -2>>
<</if>>
<</link>></span>
<</cont>>
<</cont>>
<</linkreplace>>
<</linkreplace>><img src="assets\img\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<<linkreplace "<p class='btn white'>Enter the house</p>" t8n>>
<<amuleto amuleto2 'So... Are you still "Flash"?'>>
<<neptuno neptuno "No, my legs hurt, I'm hungry and sleepy">>
<<amuleto amuleto2 "Hahahaha and you, did you have fun?">>
<<prota $protaimg "Yes! it was fun">>
<<neptuno neptuno "It was fun because he met a girl">>
<<amuleto amuleto2 "A girl huh?">>
<<prota $protaimg "It's n-nothing, she just wants to learn to swim">>
<<amuleto amuleto2 "I bet that girl wants to \"dive\" but into something else">>
<<amuleto amuleto2 "Whatever; I'll go watch TV, and if I hear any noise from \"Flash\" and his \"bat-buddy\" they'll sleep in the garage">>
<<cont append keypress>>
<<notify 3s>>New Quest Added!<</notify>>
<<set $quest_victoria.status to "active">>
<br><br>
<<if $learn_swim.skill == 20>>
<h2 class="big">Having taken so many swimming lessons with Mary will be very useful for me</h2>
<<set $quest_victoria.fase to 2>>
<<else>>
<h2 class="big">If I want to surprise Victoria, the best thing will be to learn to swim like a professional before</h2>
<</if>>
<<prota $protaimg "<<w>>For now the best thing will be to rest<</w>>">>
<br><br>
<span class="btn white"> <<link "Sleep">>
<<goto "sleep">>
<</link>></span>
<</cont>>
<</linkreplace>><<if $quest_victoria.status == "active">>
<<if Cycle.check('time', 'morning', 'noon', 'evening') and $quest_victoria.fase == 2 or $quest_victoria.fase == 3>>
<<if $quest_victoria.fase == 2 and $learn_swim.skill == 20>>
<span class="btn white"> <<link "Text to Victoria">>
<<set $quest_victoria.fase to 3>>
<<set $learn_swim.skill to 21>>
<<goto "victoria_event_1">>
<</link>></span>
<</if>>
<<if $quest_victoria.fase == 3 and $learn_swim.skill == 21>>
<span class="btn white"> <<link "Give Victoria swimming lessons 2/5">>
<<set $learn_swim.skill to 22>>
<<goto "victoria_event_2">>
<</link>></span>
<<elseif $quest_victoria.fase == 3 and $learn_swim.skill == 22>>
<span class="btn white"> <<link "Give Victoria swimming lessons 3/5">>
<<set $learn_swim.skill to 23>>
<<goto "victoria_event_3">>
<</link>></span>
<<elseif $quest_victoria.fase == 3 and $learn_swim.skill == 23>>
<span class="btn white"> <<link "Give Victoria swimming lessons 4/5">>
<<set $learn_swim.skill to 24>>
<<goto "victoria_event_4">>
<</link>></span>
<<elseif $quest_victoria.fase == 3 and $learn_swim.skill == 24>>
<span class="btn white"> <<link "Give Victoria swimming lessons 5/5">>
<<set $learn_swim.skill to 25>>
<<set $quest_victoria.fase to 4>>
<<goto "victoria_event_5">>
<</link>></span>
<</if>>
<<elseif Cycle.check('time', 'night', 'midnight', 'you fell asleep') and $quest_victoria.fase == 2 or $quest_victoria.fase == 3>>
<p class="nobtn">It's too late to talk to Victoria. Come back tomorrow</p>
<</if>>
<<if Cycle.check('time', 'night', 'midnight') and $quest_victoria.fase == 4>>
<span class="btn white"> <<link "Go to Victoria's house">>
<<set $quest_victoria.status to "complete">>
<<goto "victoria_event_6">>
<</link>></span>
<</if>>
<</if>><<if $hm == 0>>
<h2 class="big">Victoria has sent you her address</h2>
<br><br>
<span class="btn white"> <<link "Go to Victoria's house">>
<<set $hm to 1>>
<<goto "victoria_event_1">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<h2 class="big">You arrive at a beautiful house with a large pool</h2>
<br><br>
<img src="assets\characters\generics\v_house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>It seems that Victoria is in the pool<</w>>">>
<<chica victoria Victoria "Hey, over here!">>
<br><br>
<img src="assets\characters\generics\victoria_img_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Hi, are you ready?">>
<<chica victoria Victoria "Yes! let's start">>
<<prota $protaimg "But you are not going to enter the pool with those clothes, are you?">>
<<chica victoria Victoria "I told you I'm scared to swim!">>
<br><br>
<img src="assets\characters\generics\victoria_img_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "So how do you plan to learn to swim?">>
<<chica victoria Victoria "I don't know... Can we start with the theory?">>
<<prota $protaimg "...">>
<<prota $protaimg "<<w>>This is going to take longer than I thought<</w>>">>
<<cont append keypress>>
<br><br>
<h2 class="big">You spend the afternoon explaining to her how to swim. She seems to understand even though she hasn't touched the water yet</h2>
<<prota $protaimg "Now if you want to enter the pool?">>
<<chica victoria Victoria "No! that was exhausting; we better continue tomorrow">>
<<prota $protaimg "Ok, so see you tomorrow?">>
<<chica victoria Victoria "Yes, I promise you that tomorrow I will enter the pool">>
<br><br>
<span class="btn white"> <<link "Go Home">>
<<if Cycle.check('time', 'morning')>>
<<editcycle 'time' change +3>>
<<elseif Cycle.check('time', 'noon')>>
<<editcycle 'time' change +2>>
<<elseif Cycle.check('time', 'evening')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "House">>
<</link>></span>
<</cont>>
<</if>>
<<chica victoria Victoria "Finally you came! I was waiting for you">>
<br><br>
<img src="assets\characters\generics\victoria_img_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Are you ready to start?">>
<<chica victoria Victoria "Not yet...">>
<br><br>
<img src="assets\characters\generics\victoria_img_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica victoria Victoria "Today it's very hot">>
<br><br>
<img src="assets\characters\generics\victoria_img_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>OMG<</w>>">>
<<prota $protaimg "Today if you enter the pool?">>
<br><br>
<img src="assets\characters\generics\victoria_img_5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica victoria Victoria "Hahaha, no! not yet. I still don't feel so confident">>
<<prota $protaimg "...">>
<<prota $protaimg "So what will we do?">>
<<chica victoria Victoria "More theory maybe?">>
<<chica victoria Victoria "Come on, don't see me like that, it's that I'm scared">>
<<prota $protaimg "Okay, okay...">>
<<cont append keypress>>
<br><br>
<h2 class="big">You spend the afternoon explaining to her how to swim. She takes notes in her notebook</h2>
<<prota $protaimg "If you want to learn tomorrow you will have to go in the water">>
<<chica victoria Victoria "I will try...">>
<br><br>
<span class="btn white"> <<link "Go Home">>
<<if Cycle.check('time', 'morning')>>
<<editcycle 'time' change +3>>
<<elseif Cycle.check('time', 'noon')>>
<<editcycle 'time' change +2>>
<<elseif Cycle.check('time', 'evening')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "House">>
<</link>></span>
<</cont>>
<br><br>
<img src="assets\characters\generics\victoria_img_5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica victoria Victoria "Today I feel ready">>
<<prota $protaimg "Will you enter the water?">>
<br><br>
<h2 class="big">Victoria seems to be very nervous</h2>
<<chica victoria Victoria "Y-yes!">>
<br><br>
<img src="assets\characters\generics\victoria_img_6.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica victoria Victoria "I will do it for my dog">>
<br><br>
<img src="assets\characters\generics\victoria_img_7.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica victoria Victoria "He loves water, and I can never have fun with him because of that">>
<br><br>
<img src="assets\characters\generics\victoria_img_8.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Now that you mention it, where is your dog?">>
<<chica victoria Victoria "Oh, I don't know. He must be playing indoors, I guess">>
<<prota $protaimg "<<w>>Hmm...<</w>>">>
<br><br>
<img src="assets\characters\generics\victoria_img_9.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica victoria Victoria "I'm ready!">>
<<prota $protaimg "Ok, then let's get started">>
<<cont append keypress>>
<br><br>
<h2 class="big">Victoria enters the pool little by little</h2>
<<chica victoria Victoria "I did it! I did it!">>
<br><br>
<h2 class="big">You spend the rest of the afternoon teaching her the basics in water</h2>
<br><br>
<span class="btn white"> <<link "Go Home">>
<<if Cycle.check('time', 'morning')>>
<<editcycle 'time' change +3>>
<<elseif Cycle.check('time', 'noon')>>
<<editcycle 'time' change +2>>
<<elseif Cycle.check('time', 'evening')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "House">>
<</link>></span>
<</cont>><img src="assets\characters\generics\v_house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">You arrive at Victoria's house but she is not there</h2>
<<prota $protaimg "<<w>>Mhm... Where is she?<</w>>">>
<<prota $protaimg "<<w>>oh wait!<</w>>">>
<br><br>
<h2 class="big">Victoria's dog is near the pool</h2>
<br><br>
<img src="assets\characters\generics\v_dog.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>How strange that he is not playing in the pool<</w>>">>
<<prota $protaimg "<<w>>I guess I could play with him while Victory comes<</w>>">>
<<prota $protaimg "//Whistle//">>
<<chico dog_g_4 Dog "//Bark//">>
<<prota $protaimg "Come boy, do you want to play in the pool?">>
<<chico dog_g_4 Dog "//Grrr//">>
<<linkreplace "<p class='btn white'>Try to get him into the pool</p>" t8n>>
<<chico dog_g_4 Dog "//Grrrr// //BARK// //BARK//">>
<br><br>
<img src="assets\characters\generics\v_dog2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "What's up boy, are you scared of water?">>
<<prota $protaimg "But Victoria said you loved the water...">>
<br><br>
<h2 class="big">Victoria comes running</h2>
<<chica victoria Victoria "Oh, you already met my dog hahaha">>
<<prota $protaimg "Yes... What is his name?">>
<<chica victoria Victoria "Oh, ahm... M... Max!">>
<<prota $protaimg "<<w>>//Mhm...//<</w>>">>
<<chico dog_g_4 Max "//Grrrrr//">>
<<chica victoria Victoria "Come on, Max, go home, let us keep practicing. We'll play in the pool later">>
<br><br>
<h2 class="big">Max goes home</h2>
<<chica victoria Victoria "Do we start?">>
<br><br>
<img src="assets\characters\generics\victoria_img_10.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Yes, let's get started">>
<<cont append keypress>>
<br><br>
<h2 class="big">Victoria improves a lot, she can swim by herself</h2>
<<chica victoria Victoria "You are the best teacher in the world!!">>
<<chica victoria Victoria "See you tomorrow">>
<br><br>
<h2 class="big">Victoria kisses you on the cheek</h2>
<<prota $protaimg "<<w>>This is very weird...<</w>>">>
<br><br>
<h2 class="big">Victoria's phone starts ringing</h2>
<<chica victoria Victoria "Oh, a friend is calling, bye">>
<br><br>
<span class="btn white"> <<link "Go Home">>
<<goto "victoria_event_4_b">>
<</link>></span>
<</cont>>
<</linkreplace>><h2 class="big">You are about to get in your car when you remember that there will be an event tomorrow</h2>
<<prota $protaimg "<<w>>Fuck, I forgot to tell her that tomorrow there will be an event at the public pool<</w>>">>
<<prota $protaimg "<<w>>I'll go for a moment and tell her<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Go back to Victoria's house</p>" t8n>>
<h2 class="big">Victoria is on the phone in the kitchen, you can hear her from the window</h2>
<<chica victoria Victoria "Hahahahah Lucky I was on time, he almost found out that the dog hates water!">>
<<chica gfemale2 ????????? "*inaudible*">>
<<chica victoria Victoria 'I know! I told him his name was "Max" hahaha'>>
<<chica gfemale2 ????????? "*inaudible*">>
<<chica victoria Victoria "Well, he is a normal boy, very naive but he looks like a fish in water, he has a lot of ability to swim">>
<<prota $protaimg "<<w>>So I'm very naive ...<</w>>">>
<<chica gfemale2 ????????? "*inaudible*">>
<<chica victoria Victoria "Luckily I was able to prepare in time for the pool event. I hope to impress Henry">>
<<chica victoria Victoria "How I wish Henry would take me with those big arms and throw me on his bed hahahaha">>
<<chica gfemale2 ????????? "*inaudible*">>
<<chica victoria Victoria "Well, this is the plan: In those events there are always challenges to compete, I will convince $prota.name to compete against Henry, and once he wins, I will challenge him; but I will convince him to let me win">>
<<chica gfemale2 ????????? "*inaudible*">>
<<chica victoria Victoria "Sure it will. Every time he gives me swimming lessons, he never stops seeing my tits. He would do anything for me">>
<<prota $protaimg "<<w>>I think I've heard enough...<</w>>">>
<br><br>
<span class="btn white"> <<link "Go Home">>
<<if Cycle.check('time', 'morning')>>
<<editcycle 'time' change +3>>
<<elseif Cycle.check('time', 'noon')>>
<<editcycle 'time' change +2>>
<<elseif Cycle.check('time', 'evening')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "House">>
<</link>></span>
<</linkreplace>><img src="assets\characters\generics\victoria_img_11.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica victoria Victoria "I've been waiting a long time for you, come on, we're going to be late!">>
<<prota $protaimg "<<w>>For now, I'll pretend I don't know anything. Let's see how far to go with this lie<</w>>">>
<<prota $protaimg "Where are we going?">>
<br><br>
<img src="assets\characters\generics\victoria_img_12.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica victoria Victoria "To the public pool, there will be an event or something. So come on, let's go">>
<<prota $protaimg "Ok, okay, I drive, let's go">>
<span class="btn white"> <<link "Go to the public pool">>
<<goto "victoria_event_5_b">>
<</link>>
</span>
<h2 class="big">You arrive at the public pool, there is music and many people dancing</h2>
<br><br>
<img src="assets\characters\generics\pool_party.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">Your ex-swimming instructor comes over to greet you</h2>
<<chica mary Instructress "Hey, I'm glad you decided to come here">>
<<chica mary Instructress "Oh $prota.name, this is my boyfriend. His name is Mark">>
<<prota $protaimg "Nice to meet you, Mark">>
<<chico mark Mark "Nice to meet you, too">>
<<prota $protaimg "Oh, and she is Victoria...">>
<br><br>
<h2 class="big">When you turn around, you realize that Victoria is no longer there</h2>
<<prota $protaimg "...">>
<<chica mary Instructress "Mark, get a beer while I talk to Alex for a moment">>
<<chico mark Mark "Ok...">>
<br><br>
<h2 class="big">Mark goes for a beer</h2>
<<chica mary Instructress 'Hey "soldier", we have a deal; you\'re not going to compete against me today, right?'>>
<<prota $protaimg "No, don't worry, today I will compete but against someone else">>
<<chica mary Instructress "//Hm// Ok, then have fun!">>
<<cont append keypress>>
<<chica victoria Victoria "$prota.name!">>
<<prota $protaimg "Where have you been?">>
<<chica victoria Victoria "It doesn't matter, look, he's Henry and he wants to compete against you">>
<<prota $protaimg "Henr... <<w>>Holly shit<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\vids\scared_2.webm" type="video/webm"></video>
<br><br>
<h2 class="big">A giant, muscular man is standing next to you</h2>
<br><br>
<img src="assets\characters\generics\henry_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<<chico henry Henry "I must break you">>
<br><br>
<h2 class="big">Henry enters the pool and prepares for the competition</h2>
<<prota $protaimg "What did he just say?">>
<<chica victoria Victoria "Hahaha, he is very funny">>
<<prota $protaimg "...">>
<<prota $protaimg "<<w>>I'm scared<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Participate in the competition</p>" t8n>>
<h2 class="big">You start swimming quickly</h2>
<<prota $protaimg "<<w>>Come on, I know I can do it<</w>>">>
<<prota $protaimg "<<w>>Wait a minute...<</w>>">>
<br><br>
<h2 class="big">Looking back, you notice that Henry is slower than a turtle</h2>
<br><br>
<video muted autoplay loop><source src="assets\vids\turtle.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Win the competition">>
<<goto "victoria_event_5_c">>
<</link>>
</span>
<</linkreplace>>
<</cont>><h2 class="big">You win with a lot of advantage</h2>
<<prota $protaimg "<<w>>Wow, that was really easy<</w>>">>
<<chico henry Henry "You got lucky this time">>
<<prota $protaimg '<<w>>Yeah, sure<</w>>'>>
<<chica victoria Victoria "Hahahahaha, seriously, you let this kid beat you?">>
<<chico henry Henry "...">>
<<chica victoria Victoria "Let's make a deal; if I get to beat him, you let me get on your dad's yacht tonight">>
<<chico henry Henry "...">>
<<chico henry Henry "Ok, but if you lose, you will cross the entire pool completely naked">>
<<chica victoria Victoria "Oh, wow, ahmm...">>
<<chica victoria Victoria "O-ok, it's a deal">>
<<cont append keypress>>
<<chico gmale1 ????????? "He said completely naked?!">>
<<chico gmale1 ????????? "OMG!">>
<<chica gfemale2 ????????? "Did she really accept that?!">>
<<chico gmale1 ????????? "HAHAHAHA LET'S GO BOY, WIN THAT RACE!">>
<<chica gfemale2 ????????? "What a bitch, she just wants to show off">>
<<chico gmale1 ????????? "Come on. We want to see those tits out!!">>
<br><br>
<h2 class="big">Victoria seems to be very nervous</h2>
<<chica victoria Victoria "...">>
<<chica victoria Victoria "I'm going to put on my bathing suit. I'll be back in a second">>
<br><br>
<<linkreplace "<p class='btn white'>After a while...</p>" t8n>>
<img src="assets\characters\generics\victoria_img_13.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica victoria Victoria "I'm r-ready">>
<br><br>
<span class="btn white"> <<link "Start the race">>
<<goto "victoria_event_5_d">>
<</link>></span>
<</linkreplace>>
<</cont>><h2 class="big">Before starting the race, Victoria takes you tightly by the arm</h2>
<<chica victoria Victoria "I guess it's not too much to ask to let me win, right? A gentleman wouldn't let a lady walk around naked in a public place for a bet">>
<br><br>
<img src="assets\characters\generics\victoria_img_14.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica victoria Victoria "Would you do that for me?">>
<<prota $protaimg "And would a \"lady\" lie about your dog \"max\"?">>
<<chica victoria Victoria "What do you mean?">>
<<prota $protaimg "I heard all your conversation in the kitchen, also \"Max\" almost bit me when I tried to put him in the pool">>
<<cont append keypress>>
<<chico gmale1 ????????? "Come on, start now!">>
<<chica gfemale2 ????????? "I don't have all day!">>
<<chico gmale1 ????????? "Get your cameras ready. It's going to get good!">>
<<chica victoria Victoria "...">>
<<prota $protaimg "You are shaking">>
<<chica victoria Victoria "Please let me win, please, please">>
<<chica victoria Victoria "I promise you I didn't want to lie to you">>
<<prota $protaimg "I'm sorry, but you must learn your lesson">>
<<chica victoria Victoria "I'll do whatever you want, if you let me win, we'll go to the bathroom, and I'll show you my tits, what do you think?">>
<<chica victoria Victoria "Pleasee">>
<<prota $protaimg "If I win, I'll see them anyway, remember you have a bet?">>
<<chica victoria Victoria "You are an idiot! //ARGH!//">>
<<chica victoria Victoria "I know what you want, ok, you will have it">>
<<chica victoria Victoria "Now get in the water, asshole">>
<br><br>
<span class="btn white"> <<link "Start the race">>
<<goto "victoria_event_5_e">>
<</link>></span>
<</cont>><h2 class="big">You let victoria win the race and everyone starts booing you</h2>
<<chico gmale1 ????????? "//BOOOO// My grandmother would have done better!">>
<<chico gmale1 ????????? "What happened kid, didn't your mom give you your vitamins today?">>
<<chica gfemale2 ????????? "I've never seen anyone swim so slow before">>
<<cont append keypress>>
<<chica mary Instructress "I'm proud of you; you did the right thing in letting her win and sparing her the embarrassment of walking around the pool naked">>
<<chica mary Instructress "If my boyfriend were not here, maybe I would invite you to have a drink in my office">>
<<chico henry Henry "I didn't think you would win">>
<<chica victoria Victoria "It was so easy">>
<<prota $protaimg "...">>
<<chica victoria Victoria "So, today we will go sailing?">>
<<chico henry Henry "Yes, but let's go right now">>
<<chica victoria Victoria "Now?">>
<<chico henry Henry "Yes, let's go">>
<br><br>
<h2 class="big">Victoria leaves with Henry</h2>
<br><br>
<span class="btn white"> <<link "Go Home">>
<<if Cycle.check('time', 'morning')>>
<<editcycle 'time' change +3>>
<<elseif Cycle.check('time', 'noon')>>
<<editcycle 'time' change +2>>
<<elseif Cycle.check('time', 'evening')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "victoria_event_5_f">>
<</link>></span>
<</cont>><img src="assets\img\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">You get home and receive a message from Victoria.</h2>
<br><br>
<img src="assets\characters\generics\victoria_wsp.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<span class="btn white"> <<link "...">>
<<goto "House">>
<</link>>
</span>
<img src="assets\characters\generics\v_house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chico dog_g_4 Max? "//Bark//">>
<<chica victoria Victoria "Quiet Loki">>
<<prota $protaimg "Loki?">>
<<chica victoria Victoria "Yes, I asked my dad what his real name was">>
<<chica victoria Victoria "Loki belongs to my aunt, he only came to spend a few weeks here">>
<<prota $protaimg "Wow, I'm impressed">>
<<chica victoria Victoria "Well... I guess yesterday I learned my lesson">>
<<prota $protaimg "But you got what you wanted, didn't you?">>
<<chica victoria Victoria "...">>
<<chica victoria Victoria "The truth is, no">>
<<prota $protaimg "Didn't you go yachting with Henry?">>
<<chica victoria Victoria "Yeah, only Henry didn't tell me his friend would go too">>
<<chica victoria Victoria "After a few minutes, his friend fell asleep and I was left alone with him">>
<<prota $protaimg "That's good, isn't it?">>
<<chica victoria Victoria "Well... I took off my clothes and stayed in a bathing suit, just like I'm dressed now">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\victoria_vid_1.webm" type="video/webm"></video>
<<prota $protaimg "And what happened?">>
<<chica victoria Victoria "Nothing">>
<<prota $protaimg "Nothing?">>
<<chica victoria Victoria "Yes, literally nothing">>
<<chica victoria Victoria "I was very horny, I said \"Henry, I'm very hot\"">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\victoria_vid_2.webm" type="video/webm"></video>
<<chica victoria Victoria "And the idiot went and brought me cold water">>
<<prota $protaimg "Wait, wait. You mean...">>
<<chica victoria Victoria "Yes, when his friend got up; They both danced very close together">>
<<chica victoria Victoria "I went to sleep and when I woke up in the early morning I saw... something, I guess you already know what I mean">>
<<chica victoria Victoria "My charms were of no use">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\victoria_vid_3.webm" type="video/webm"></video>
<<prota $protaimg "Don't keep moving like that">>
<<chica victoria Victoria "Hahaha, with you my charms do work, right?">>
<<prota $protaimg "You know that yes, and a lot">>
<<chica victoria Victoria "Hahahaha">>
<<chica victoria Victoria "I think I owed you something...">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\victoria_vid_4.webm" type="video/webm"></video>
<<prota $protaimg "Do you want to pay it now?">>
<<chica victoria Victoria "Yeah, come and take it">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\victoria_vid_5.webm" type="video/webm"></video>
<br><br>
<span class="btn red"> <<link "Fuck her">>
<<goto "victoria_event_6_b">>
<</link>></span>
<video muted autoplay loop><source src="assets\characters\generics\victoria_vid_6.webm" type="video/webm"></video>
<<chica victoria Victoria "//SLRP SLRP// //MMMhmm//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\victoria_vid_7.webm" type="video/webm"></video>
<<chica victoria Victoria "//GULP// //GULP// //GULP//">>
<<prota $protaimg "Did you feel like having a cock in your mouth?">>
<<chica victoria Victoria "//MMhmm// Not only in my mouth...">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\victoria_vid_8.webm" type="video/webm"></video>
<<chica victoria Victoria "I also want to feel your cock inside me">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\victoria_vid_9.webm" type="video/webm"></video>
<<chica victoria Victoria "//AAAHHH// Fuck! just like that">>
<<chica victoria Victoria "//FUCK// //FUCK// Don't s-stop!">>
<<chica victoria Victoria "//AAAAAHHHHHh// I'M C-CUMMINGG!">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\victoria_vid_10.webm" type="video/webm"></video>
<<chica victoria Victoria "//AAAAHHHHh// //FUCK//">>
<<chica victoria Victoria "You are a real man!">>
<<chica victoria Victoria "I want another, fuck. I'm so horny">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\victoria_vid_11.webm" type="video/webm"></video>
<<chica victoria Victoria "//AAAAAAHHHHHHH//">>
<<chica victoria Victoria "//MMMMHHhmm// That feels so good">>
<<chica victoria Victoria "//OOHHH// //FUCK//">>
<<chica victoria Victoria "//MMMHMMmm// //FUCK// //FUCK//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\victoria_vid_12.webm" type="video/webm"></video>
<<chica victoria Victoria "//GAAAAAAAHHHHHHH// CUMMIIIIING!">>
<<chica victoria Victoria "//AHHh//">>
<<chica victoria Victoria "//MMhmm// Come, I want your cum on my face">>
<<cont append keypress>>
<<prota $protaimg "//FUCK//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\victoria_vid_13.webm" type="video/webm"></video>
<<prota $protaimg "//AAAAAARGGGGGGGHHHH// //Fuck//">>
<<chica victoria Victoria "//MMhmm// That was amazing">>
<<chica victoria Victoria "//yawn// I'm sleepy">>
<<chica victoria Victoria "It's been a long time since nobody fucked me like this">>
<<prota $protaimg "Maybe if Henry leaves his boyfriend he will give you a chance">>
<<chica victoria Victoria "Hahahah you asshole, get the hell out of here">>
<br><br>
<span class="btn white"> <<link "Go Home">>
<<goto "House">>
<</link>>
</span>
<</cont>>
<</cont>><<if $brittney.friend >= 5 and not hasVisited("brittney_event_2") and $brittney.site == ("library")>>
<<set $brittney.friend to 5>>
<span class="btn white"> <<link "Looks like Brittney needs help">>
<<set $brittney.event to 2>>
<<set $brittney.talk to true>>
<<goto "brittney_event_2">>
<</link>></span><</if>>
<<if not hasVisited("brittney_event_2b") and $brittney.site == ("library") and $quest_brittney.fase == 3>>
<span class="btn white"> <<link "Tell Brittney that everything is ready to go to the park">>
<<set $brittney.talk to true>>
<<set $quest_brittney.fase to 4>>
<<goto "brittney_event_2b">>
<</link>></span><</if>>
<<if $brittney.friend >= 12 and not hasVisited("brittney_event_3") and $brittney.site == ("library") and $quest_brittney.fase == 4>>
<<set $brittney.friend to 12>>
<span class="btn white"> <<link "Say hello to Brittney's mom">>
<<set $brittney.talk to true>>
<<set $brittney.event to 3>>
<<goto "brittney_event_3">>
<</link>></span><</if>>
<<if $brittney.friend >= 18 and not hasVisited("brittney_event_4") and $brittney.site == ("park") and $brittney.event == 3>>
<<set $brittney.friend to 18>>
<span class="btn white"> <<link "Brittney seems to be in a hurry">>
<<set $brittney.talk to true>>
<<set $brittney.event to 4>>
<<goto "brittney_event_4">>
<</link>></span><</if>>
<<if $quest_f_brittney.fase == 2 and $quest_f_brittney.status == "active" and $inventory.includes("Gift for Brittney")>>
<span class="btn white"> <<link "Give Brittney the gift">>
<<set $quest_f_brittney.fase to 3>>
<<goto "brittney_event_5b">>
<</link>>
</span>
<</if>>
<<if $brittney.friend >= 25 and not hasVisited("brittney_event_6") and $brittney.site == ("library") and $quest_f_brittney.status == "complete">>
<<set $brittney.friend to 25>>
<span class="btn white"> <<link "Brittney wants to talk to you">>
<<set $brittney.talk to true>>
<<set $brittney.event to 5>>
<<goto "brittney_event_6">>
<</link>></span><</if>>
<<if $brittney.friend >= 30 and not hasVisited("brittney_event_7") and $brittney.site == ("library")>>
<<set $brittney.friend to 30>>
<span class="btn white"> <<link "Brittney seems to be very busy">>
<<set $brittney.talk to true>>
<<set $brittney.event to 6>>
<<goto "brittney_event_7">>
<</link>></span><</if>>
<<if $brittney.friend >= 35 and not hasVisited("brittney_event_8") and $brittney.site == ("library")>>
<<set $brittney.friend to 35>>
<span class="btn white"> <<link "Brittney is not at work">>
<<set $brittney.talk to true>>
<<set $brittney.event to 7>>
<<goto "brittney_event_8">>
<</link>></span><</if>><<widget "u_brittney">>
<<if $brittney.avalible == true>>
<<if Cycle.check('time', 'morning', 'noon') and Cycle.check('day', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday')>>
<<set $brittney.site to ("library")>>
<</if>>
<<if Cycle.check('time', 'evening') and Cycle.check('day', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday')>>
<<set $brittney.site to ("beach")>>
<</if>>
<<if Cycle.check('time', 'morning', 'noon') and Cycle.check('day', 'saturday', 'sunday')>>
<<set $brittney.site to ("park")>>
<</if>>
<<if Cycle.check('time', 'evening') and Cycle.check('day', 'saturday', 'sunday')>>
<<set $brittney.site to ("gym")>>
<</if>>
<<if Cycle.check('time', 'midnight', 'night')>>
<<set $brittney.site to ("none")>>
<</if>>
<<if $brittney.avalible == false>>
<<set $brittney.site to ("none")>>
<</if>>
<</if>>
<</widget>><<if $brittney.site == ("beach") and $brittney.talking == true>>
<<switch random(1, 4)>>
<<case 1>>
<<question Brittney "Is in the Beach" "assets/characters/brittney/beach1.jpg">>
<<case 2>>
<<question Brittney "Is in the Beach" "assets/characters/brittney/beach2.jpg">>
<<case 3>>
<<question Brittney "Is in the Beach" "assets/characters/brittney/beach3.jpg">>
<<case 4>>
<<question Brittney "Is in the Beach" "assets/characters/brittney/beach4.jpg">>
<</switch>>
<</if>>
<<if $brittney.site == ("park") and $brittney.talking == true>>
<<switch random(1, 2)>>
<<case 1>>
<<question Brittney "Is in the park" "assets/characters/brittney/park1.jpg">>
<<case 2>>
<<question Brittney "Is in the park" "assets/characters/brittney/park2.jpg">>
<</switch>>
<</if>>
<<if $brittney.site == ("gym") and $brittney.talking == true>>
<<switch random(1, 1)>>
<<case 1>>
<<question Brittney "Is in the GYM" "assets/characters/brittney/gym1.jpg">>
<</switch>>
<</if>>
<<if $brittney.site == ("library") and $brittney.talking == true>>
<<switch random(1, 4)>>
<<case 1>>
<<question Brittney "Is in the Library" "assets/characters/brittney/library1.jpg">>
<<case 2>>
<<question Brittney "Is in the Library" "assets/characters/brittney/library2.jpg">>
<<case 3>>
<<question Brittney "Is in the Library" "assets/characters/brittney/library3.jpg">>
<<case 4>>
<<question Brittney "Is in the Library" "assets/characters/brittney/library4.jpg">>
<</switch>>
<</if>><<if $brittney.friend >= 5 and not hasVisited("brittney_event_2")>>
<<set $brittney.friend to 5>>
<<elseif $brittney.friend >= 12 and not hasVisited("brittney_event_3")>>
<<set $brittney.friend to 12>>
<<elseif $brittney.friend >= 18 and not hasVisited("brittney_event_4")>>
<<set $brittney.friend to 18>>
<<elseif $brittney.friend >= 25 and not hasVisited("brittney_event_6")>>
<<set $brittney.friend to 25>>
<<elseif $brittney.friend >= 30 and not hasVisited("brittney_event_7") and $brittney.site == ("library")>>
<<set $brittney.friend to 30>>
<<elseif $brittney.friend >= 35 and not hasVisited("brittney_event_8") and $brittney.site == ("library")>>
<<set $brittney.friend to 35>>
<</if>>
<div class="menu-col">
<div class="menucont"><<link [img[assets\characters\brittney\brittney_stats.jpg]]>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%); top: 92%;">Brittney</span>
</div>
<h2 class="big4" style="padding: 10px;">
General Progress:<br>
@@#brittney_g_progress;
<progress max="7" @value="$brittney.event"></progress>
@@
<br><br>
<<if $brittney.friend < 5 and $brittney.event == 1>>
Next Event:<br>
<progress max="5" @value="$brittney.friend"></progress>
<br><br>
<span style="color: #51dfff;">Talk to Brittney or complete her quests (if available)</span>
<<elseif $brittney.friend >= 5 and not hasVisited("brittney_event_2") and $brittney.event == 1>>
Next Event:<br>
<progress max="5" @value="$brittney.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Brittney in the Library</span>
<</if>>
<<if $brittney.friend < 12 and $brittney.event == 2 or $quest_brittney.status == "active">>
<progress max="13" @value="$brittney.friend"></progress>
<br><br>
<span style="color: #51dfff;">Talk to Brittney or complete her quests (if available)</span>
<<elseif $brittney.friend >= 12 and $brittney.event == 2 and not hasVisited("brittney_event_3") and $quest_brittney.status == "complete">>
Next Event:<br>
<progress max="12" @value="$brittney.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Brittney in the Library</span>
<</if>>
<<if $brittney.friend < 18 and $brittney.event == 3>>
<progress max="18" @value="$brittney.friend"></progress>
<br><br>
<span style="color: #51dfff;">Talk to Brittney or complete her quests (if available)</span>
<<elseif $brittney.friend >= 18 and $brittney.event == 3 and not hasVisited("brittney_event_4")>>
Next Event:<br>
<progress max="18" @value="$brittney.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Brittney in the Park</span>
<</if>>
<<if $brittney.friend < 25 and $brittney.event == 4>>
<progress max="25" @value="$brittney.friend"></progress>
<br><br>
<span style="color: #51dfff;">Talk to Brittney or complete her quests (if available)</span>
<<elseif $brittney.friend >= 25 and $brittney.event == 4 and not hasVisited("brittney_event_6")>>
Next Event:<br>
<progress max="25" @value="$brittney.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Brittney in the Library</span>
<</if>>
<<if $brittney.friend < 30 and $brittney.event == 5>>
<progress max="30" @value="$brittney.friend"></progress>
<br><br>
<span style="color: #51dfff;">Talk to Brittney or complete her quests (if available)</span>
<<elseif $brittney.friend >= 30 and $brittney.event == 5 and not hasVisited("brittney_event_7")>>
Next Event:<br>
<progress max="30" @value="$brittney.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Brittney in the Library</span>
<</if>>
<<if $brittney.friend < 35 and $brittney.event == 6>>
<progress max="35" @value="$brittney.friend"></progress>
<br><br>
<span style="color: #51dfff;">Talk to Brittney or complete her quests (if available)</span>
<<elseif $brittney.friend >= 35 and $brittney.event == 6 and not hasVisited("brittney_event_8")>>
Next Event:<br>
<progress max="35" @value="$brittney.friend"></progress>
<br><br>
<span style="color: #fcff51;">Talk to Brittney in the Library</span>
<</if>>
<<done>>
<<replace "#brittney_g_progress">>
<progress max="7" @value="$brittney.event"></progress>
<</replace>>
<</done>>
</h2>
</div><h2 class="big">The librarian seems to be talking to someone</h2>
<<chica librarian Librarian "*inaudible* I think that *inaudible* Taxi">>
<<prota $protaimg "<<w>>She said taxi?<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Get closer to listen better</p>" t8n>>
<<chica librarian Librarian "Honey, I need those documents now, a Taxi will be faster than walking">>
<<brittney brittney "Okay mom...">>
<<brittney brittney "I'm going outside to ask for one">>
<<chica librarian Librarian "Please hurry up!">>
<<prota $protaimg "Ahm... I am a taxi driver, if you want I can take her">>
<<chica librarian Librarian "Oh, this is perfect! Go with this handsome young man, Brittney. I'll wait for you here">>
<<brittney brittney "Mom, you're embarrassing me...">>
<br><br>
<span class="btn white"> <<link "Get in the car">>
<<goto "brittney_event_1b">>
<</link>>
</span>
<</linkreplace>><h2 class="big">You get in the car and start driving</h2>
<br><br>
<img src="assets\characters\brittney\taxi.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "New in town?">>
<<brittney brittney "Yes, my mom started this new job, and I'm helping her">>
<<prota $protaimg "Are the documents you are looking for important?">>
<<brittney brittney "Not really; it's just that my mom likes to make everything perfect">>
<<prota $protaimg "I know what you mean, my mother is also a perfectionist">>
<<brittney brittney "Yeah...">>
<<prota $protaimg "...">>
<<brittney brittney "...">>
<<cont append keypress>>
<<prota $protaimg "...">>
<<brittney brittney "...">>
<<prota $protaimg "//hem// You want to listen music?">>
<<brittney brittney "Yes, please!">>
<br><br>
<span class="btn white"> <<link "After a while...">>
<<goto "brittney_event_1c">>
<</link>>
</span>
<</cont>><<brittney brittney "In this house">>
<br><br>
<img src="assets\characters\brittney\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">You arrive at a small house near the library</h2>
<<brittney brittney "Do you want to enter?">>
<<prota $protaimg "Y-yes">>
<br><br>
<<linkreplace "<p class='btn white'>Enter the house</p>" t8n>>
<h2 class="big">Brittney enters the house, looks for documents and finishes some household chores</h2>
<br><br>
<img src="assets\characters\brittney\brittney_event_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Wow, this girl is beautiful<</w>>">>
<<brittney brittney "Sorry, it's just details I had pending; I'll be ready in a minute">>
<<prota $protaimg "Yeah, don't worry">>
<br><br>
<img src="assets\characters\brittney\brittney_event_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Shit, if I keep looking at her like that, she's going to notice<</w>>">>
<br><br>
<h2 class="big">When you look around you notice a lot of books</h2>
<<prota $protaimg "Are those books yours?">>
<<brittney brittney "Hahahah, no! do you think I'm a boring nerd?">>
<<prota $protaimg "N-no... I'm sorry">>
<<brittney brittney "Hahaha It's ok">>
<<prota $protaimg "So what do you do in your free time?">>
<<brittney brittney "I go to nightclubs every weekend; I love going out with my friends">>
<<prota $protaimg "Oh, wow...">>
<<prota $protaimg "I have never been to one; which one do you recommend?">>
<<brittney brittney "...">>
<<prota $protaimg "...">>
<<brittney brittney "...">>
<<prota $protaimg "Tell me the name of three of your best friends">>
<<brittney brittney "...">>
<<prota $protaimg "...">>
<<brittney brittney "I hate you, come on, I'm ready">>
<br><br>
<span class="btn white"> <<link "Go to the library">>
<<goto "brittney_event_1d">>
<</link>>
</span>
<</linkreplace>><<chica librarian Librarian "That was fast">>
<<chica librarian Librarian "Did you bring the documents, honey?">>
<<brittney brittney "Yes, mom...">>
<<chica librarian Librarian "And have you already thanked this handsome young man?">>
<<brittney brittney "Mom!">>
<<chica librarian Librarian "!!!">>
<<brittney brittney "Thanks...">>
<<prota $protaimg "You are welcome...">>
<<prota $protaimg "...">>
<<prota $protaimg '"Honey"'>>
<<brittney brittney "......">>
<br><br>
<h2 class="big">Brittney stomps on your foot without her mom noticing</h2>
<br><br>
<img src="assets\characters\brittney\stmp.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "//ouch//">>
<<chica librarian Librarian "Take this young man's number, it is very likely that we will need him again">>
<br><br>
<span class="btn white"> <<link "Give Brittney your number and go home">>
<<goto "brittney_event_1e">>
<</link>>
</span>
<h2 class="big">When you get home you receive a message from Brittney</h2>
<br><br>
<img src="assets\characters\brittney\chat.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<span class="btn white"> <<link "Ups...">>
<<set $brittney.avalible to true>>
<<goto "House">>
<</link>>
</span><img src="assets\characters\brittney\books.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<brittney brittney "Could you pass me that book on the top of the shelf, please?">>
<br><br>
<<linkreplace "<p class='btn white'>Give the book to Brittney</p>" t8n>>
<<brittney brittney "Thank you...">>
<<brittney brittney "I've been thinking, and maybe it's time to get out of the house and do something...">>
<<prota $protaimg "You mean go out at night and drink a few beers?">>
<<brittney brittney "Hahahah no! My mom wouldn't let me out... Maybe go to the park and get some exercise in the morning?">>
<<prota $protaimg "Sounds like a good plan">>
<<brittney brittney "Ok, when you have everything ready, call me, I'll bring something to eat">>
<br><br>
<span class="btn white"> <<link "Go Out">>
<<notify 3s>>New Quest Added!<</notify>>
<<set $quest_brittney.status to "active">>
<<set $brittney.friend += 1>>
<<goto "Street">>
<</link>></span>
<</linkreplace>><<prota $protaimg "Brittney, everything is ready. Do you want to go to the park now?">>
<<brittney brittney "Cool, Uhm... No, I need you to do something for me first">>
<<prota $protaimg "What do you need?">>
<<brittney brittney "I left my phone at home, and I need it">>
<<prota $protaimg "...">>
<<prota $protaimg "Okay, come on, get in the car, and we'll look for him in a moment">>
<<brittney brittney "My mom is out, and I can't leave the library alone">>
<<prota $protaimg "So how will you look for it?">>
<<brittney brittney "You know the house, I'll give you the key, and you bring it to me... It's somewhere in my room">>
<<prota $protaimg "...">>
<<prota $protaimg "Okay, give me the key">>
<br><br>
<h2 class="big">Brittney gives you the keys</h2>
<<brittney brittney "Remember, the big key is for the front door, and the small key is for my room">>
<br><br>
<span class="btn white"> <<link "Go to Brittney's house">>
<<goto "brittney_event_2c">>
<</link>>
</span><<if $hm == 0>>
<img src="assets\characters\brittney\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<<linkreplace "<p class='btn white'>Enter the house</p>" t8n>>
<h2 class="big">Brittney's house is very clean and tidy</h2>
<<prota $protaimg "<<w>>Okay, this must be Brittney's room...<</w>>">>
<br><br>
<h2 class="big">You enter Brittney's room</h2>
<br><br>
<img src="assets\characters\brittney\phone.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>There you are!<</w>>">>
<<prota $protaimg "<<w>>I love the fragrance Brittney wears, even here I can smell it.<</w>>">>
<br><br>
<img src="assets\characters\brittney\bedroom.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>I shouldn't, but... it would be a shame to miss the opportunity to take a look<</w>>">>
<span class="btn red"> <<link "Take a look at the room">>
<<set $hm to 1>>
<<goto "brittney_event_2c">>
<</link>></span>
<</linkreplace>>
<</if>>
<<if $hm == 1>>
<<if not hasVisited("brittney_event_2c1")>>
<br>
<span class="btn red"> <<link "Look over the bed">>
<<goto "brittney_event_2c1">>
<</link>></span><</if>>
<<if not hasVisited("brittney_event_2c2")>>
<br>
<span class="btn red"> <<link "Look in the first drawer">>
<<goto "brittney_event_2c2">>
<</link>></span><</if>>
<<if not hasVisited("brittney_event_2c3")>>
<br>
<span class="btn red"> <<link "Look in the second drawer">>
<<goto "brittney_event_2c3">>
<</link>></span><</if>>
<<if hasVisited("brittney_event_2c1") and hasVisited("brittney_event_2c2") and hasVisited("brittney_event_2c3")>>
<br>
<span class="btn red"> <<link "Go back to the library">>
<<goto "brittney_event_2c4">>
<</link>></span><</if>>
<</if>>
<<prota $protaimg "<<w>>Here is only her phone and that addictive fragrance<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Touch the pillows</p>" t8n>>
<<prota $protaimg "<<w>>Very soft...<</w>>">>
<br><br>
<span class="btn white"> <<link "Like cotton">>
<<goto "brittney_event_2c">>
<</link>></span>
<</linkreplace>>
<<prota $protaimg "<<w>>Necklaces, rings and coins, nothing of interest<</w>>">>
<br><br>
<span class="btn white"> <<link "Meh'">>
<<goto "brittney_event_2c">>
<</link>></span><<prota $protaimg "<<w>>Clothing...<</w>>">>
<<prota $protaimg "<<w>>Meh'<</w>>">>
<<prota $protaimg "<<w>>Wait...<</w>>">>
<<cont append keypress>>
<<prota $protaimg "<<w>>Look what we have here...<</w>>">>
<br><br>
<img src="assets\characters\brittney\lingerie.png" style="display: block; margin-left: auto; margin-right: auto; width: 20%;">
<br><br>
<span class="btn white"> <<link "What I would give to see her wearing this">>
<<goto "brittney_event_2c">>
<</link>></span>
<</cont>><<if $hm == 0>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_1.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "So, where do we start?">>
<<prota $protaimg "Did you bring your notebook?">>
<<chica l_d_8 ????????? "No, I have to take notes?">>
<<prota $protaimg "Yes! Or else, how do you plan to turn in homework tomorrow?">>
<<chica l_d_8 ????????? "The notes are boring, homework are boring">>
<<prota $protaimg "I know, but...">>
<<chica l_d_8 ????????? "B o r i n g">>
<<chica l_d_8 ????????? "What if I give you something else in exchange for doing my homework for me?">>
<<prota $protaimg "What do you mean?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_2.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "Do you like what you see?">>
<<prota $protaimg "Wow... Y-yes">>
<<chica l_d_8 ????????? "Take what you want and consider the homework paid">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_3.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "That's why mom made a pretty girl, so she could take advantage of her charms">>
<br><br>
<span class="btn white"> <<link "I'm sorry, but I can't help you. (Wake up)">>
<<goto "House">>
<</link>></span>
<span class="btn red"> <<link "Show me your ass">>
<<set $hm to 1>>
<<goto "l_d_8">>
<</link>></span>
<span class="btn red"> <<link "Suck my dick">>
<<set $hm to 2>>
<<goto "l_d_8">>
<</link>></span>
<span class="btn red"> <<link "Fuck her">>
<<set $hm to 3>>
<<goto "l_d_8">>
<</link>></span>
<span class="btn red"> <<link "Cum in her mouth">>
<<set $hm to 4>>
<<goto "l_d_8">>
<</link>></span>
<<if $extra_ldm == true>>
<br>
<h2 class="big">EXTRA</h2>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_extra_1.webm" type="video/webm"></video>
<br><br>
<span class="btn red"> <<link "Open your mouth wide bitch">>
<<set $hm to 5>>
<<goto "l_d_8">>
<</link>></span>
<span class="btn red"> <<link "I'm gonna fuck your big ass">>
<<set $hm to 6>>
<<goto "l_d_8">>
<</link>></span>
<</if>>
<</if>>
<<if $hm == 1>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_4.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "Do you like my ass?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_5.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "Come on, squeeze it">>
<br><br>
<span class="btn white"> <<link "Fuck, why can't I move?">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 2>>
<<chica l_d_8 ????????? "//MMMhmm//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_6.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "//SLRP SLRP//">>
<<prota $protaimg "Do you want me to do your homework? then open your mouth wide and suck my balls">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_7.webm" type="video/webm"></video>
<<prota $protaimg "//Fuck// This feels so good!">>
<br><br>
<span class="btn white"> <<link "Wait, why did you stop?">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 3>>
<<chica l_d_8 ????????? "//AAAHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_8.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "//MMHhmmm// Oh yeah, f-fuck me">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_9.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "//AHHh// Don't s-stop">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_10.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "//FUCK// This feels so fucking good!">>
<<chica l_d_8 ????????? "//MMHMmh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_11.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Why do I see everything blurry?">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 4>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_4.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "So... what are you going to want in exchange for doing my homework?">>
<<prota $protaimg "I want to cum in your mouth">>
<<chica l_d_8 ????????? "That's easy, come here">>
<<cont append keypress>>
<<prota $protaimg "//FUCK// //FUCK//">>
<<prota $protaimg "//AAAAARGGGGGGHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_12.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "//MMMHHmh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_13.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "That was amazing">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</cont>>
<</if>>
<<if $hm == 5>>
<<chica l_d_8 ????????? "OMG Is so big!">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_extra_2.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "//GULP// //GULP//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_extra_3.webm" type="video/webm"></video>
<<prota $protaimg "So taking notes is boring, isn't it?">>
<<chica l_d_8 ????????? "//MMPPHM// Y-yes //GULP// //GULP//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_extra_4.webm" type="video/webm"></video>
<<prota $protaimg "Then you'll have to take notes with your mouth">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_extra_5.webm" type="video/webm"></video>
<<prota $protaimg "//Fuck// Just like that">>
<<prota $protaimg "Swallow it all bitch!">>
<<chica l_d_8 ????????? "//MMmph//">>
<<prota $protaimg "//AAAAARRRRGGHHHH//">>
<<chica l_d_8 ????????? "//GULP// //GULP//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_extra_6.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "I think one of my legs fell asleep">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 6>>
<img src="assets\patreon\lucid_dream_8\lucid_dream_8_extra_7.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<chica l_d_8 ????????? "Is that what you want in exchange for doing my homework?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_extra_8.webm" type="video/webm"></video>
<<prota $protaimg "Yes...">>
<<chica l_d_8 ????????? "Then take it">>
<br>
<<linkreplace "<p class='btn red'>Fuck her</p>" t8n>>
<<chica l_d_8 ????????? "Wait, wait, you're not wearing a condom?">>
<<prota $protaimg "Condom? Hahahah">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_extra_9.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "//AAAAAAHHhhh// It feels so deep!!">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_extra_10.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "//MMMHMmh// //FUCK// //FUCK//">>
<<chica l_d_8 ????????? "I'M GOING TO CUM!!">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_extra_11.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "//AAAAAAAAHHHHHGGhh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_extra_12.webm" type="video/webm"></video>
<<chica l_d_8 ????????? "//MMHMmh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_8\lucid_dream_8_extra_13.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Did you like it?">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</linkreplace>>
<</if>><<prota $protaimg "<<w>>I'd better go now<</w>>">>
<<prota $protaimg "<<w>>...<</w>>">>
<br><br>
<img src="assets\characters\brittney\laptop.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Left her laptop on<</w>>">>
<br>
<<linkreplace "<p class='btn white'>Check the document folder</p>" t8n>>
<<prota $protaimg "<<w>>Many pirated pdfs, nothing interesting...<</w>>">>
<br>
<<linkreplace "<p class='btn white'>Check the video folder</p>" t8n>>
<<prota $protaimg "<<w>>Music videos and documentaries<</w>>">>
<br>
<<linkreplace "<p class='btn white'>Check the image folder</p>" t8n>>
<<prota $protaimg "<<w>>Photos of cats, family photos...<</w>>">>
<<prota $protaimg "<<w>>Bingo!<</w>>">>
<<cont append keypress>>
<br><br>
<img src="assets\characters\brittney\pic.png" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<prota $protaimg "<<w>>Tell me there are more photos please<</w>>">>
<<prota $protaimg "<<w>>Fuck, they are locked!<</w>>">>
<<prota $protaimg "<<w>>But at least I'll take this one<</w>>">>
<br><br>
<span class="btn white"> <<link "Transfer the photo to your phone and go back to the library">>
<<set $hm to 0>>
<<goto "brittney_event_2d">>
<</link>></span>
<</cont>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><h2 class="big">You arrive at the library</h2>
<<prota $protaimg "Here is your phone">>
<<brittney brittney "Thanks!!">>
<<brittney brittney "Hahaha, why do you see me like that?">>
<<prota $protaimg "Huh? Oh, it's n-nothing">>
<<brittney brittney "//Hm...//">>
<<brittney brittney "Whatever, I'll see you at the weekend in the park">>
<<brittney brittney "Don't forget!">>
<br><br>
<span class="btn white"> <<link "Go home">>
<<goto "House">>
<</link>>
</span>
<<if $hm == 0>>
<h2 class="big">Brittney is here</h2>
<br>
<video muted autoplay loop><source src="assets\characters\brittney\event_1\event1_1.webm" type="video/webm"></video>
<<prota $protaimg "Did you start without me?">>
<<brittney brittney "Hahaha no, I was just warming up">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_1\event1_2.webm" type="video/webm"></video>
<span class="btn white"> <<link "Exercise with Brittney">>
<<set $hm to 1>>
<<set $brittney.exercise to true>>
<<goto "brittney_event_2e">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<<prota $protaimg "Wow, that was more intense than I thought">>
<<brittney brittney "I know! If you want we can do this on weekends">>
<br><br>
<img src="assets\characters\brittney\event_1\event1_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<prota $protaimg "Sure!">>
<<cont append keypress>>
<br><br>
<h2 class="big">Now you can exercise with Brittney on the weekends</h2>
<br><br>
<span class="btn white"> <<link "Go to the street">>
<<set $quest_brittney.status to "complete">>
<<set $hm to 0>>
<<goto "Street">>
<</link>></span>
<</cont>>
<</if>><<if $hm == 0>>
<img src="assets\characters\brittney\event_1\event1_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<br><br>
<span class="btn white"> <<link "Focus on exercise (💪 +1)">>
<<set $prota.strength += 1>>
<<set $brittney.friend += 1>>
<<set $hm to 1>>
<<goto "brittney_generic_exercise">>
<</link>></span>
<span class="btn red"> <<link '"Help" Brittney exercise'>>
<<set $hm to 2>>
<<goto "brittney_generic_exercise">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<h2 class="big">You exercise with Brittney</h2>
<br><br>
<<switch random(1, 3)>>
<<case 1>>
<video muted autoplay loop><source src="assets\characters\brittney\ex\ex_1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\characters\brittney\ex\ex_2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\characters\brittney\ex\ex_3.webm" type="video/webm"></video>
<</switch>>
<br><br>
<h2 class="big4">
Now you are stronger! +💪
<br>
Brittney likes you a little more +❤️
</h2>
<br><br>
<span class="btn white"> <<link "I need water!">>
<<set $hm to 0>>
<<set $brittney.exercise to true>>
<<set $brittney.ex +=1>>
<<goto "Street">>
<</link>></span>
<</if>>
<<if $hm == 2>>
<<switch random(1, 2)>>
<<case 1>>
<h2 class="big">You "help" Brittney exercise</h2>
<br><br>
<h2 class="big4">
Brittney seems to like your help!
<br>
She likes you a little more +❤️
</h2>
<br><br>
<<switch random(1, 3)>>
<<case 1>>
<video muted autoplay loop><source src="assets\characters\brittney\ex\ex_t_1.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\characters\brittney\ex\ex_t_2.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop><source src="assets\characters\brittney\ex\ex_t_3.webm" type="video/webm"></video>
<</switch>>
<<brittney brittney "Thanks for your help, you are very good at this!">>
<br><br>
<span class="btn white"> <<link "Go to the street">>
<<set $hm to 0>>
<<set $brittney.exercise to true>>
<<set $brittney.ex +=1>>
<<set $brittney.friend += 1>>
<<goto "Street">>
<</link>></span>
<<case 2>>
<h2 class="big">You "help" Brittney exercise</h2>
<br><br>
<h2 class="big4">
Brittney has been uncomfortable 😣
</h2>
<br><br>
<img src="assets\characters\brittney\ex\ex_bad.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<brittney brittney "I can do it by myself!">>
<br><br>
<span class="btn white"> <<link "I'm sorry...">>
<<set $hm to 0>>
<<set $brittney.exercise to true>>
<<set $brittney.ex +=1>>
<<set $brittney.friend += 1>>
<<goto "Street">>
<</link>></span>
<</switch>>
<</if>><<prota $protaimg "<<w>>Hm... Neptuno is not at home<</w>>">>
<<prota $protaimg "<<w>>Where has he gone?<</w>>">>
<br><br>
<h2 class="big">Do you hear a noise outside</h2>
<br><br>
<<linkreplace "<p class='btn white'>Go outside</p>" t8n>>
<h2 class="big">Neptuno is here</h2>
<<prota $protaimg "What are you doing?">>
<<neptuno neptuno "BRO BRO Look at this">>
<br><br>
<video controls loop><source src="assets\characters\neptuno\event4\neptuno_event4_1.webm" type="video/webm"></video>
<<neptuno neptuno "I'M A TRUCK!">>
<<prota $protaimg "...">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\neptuno_event4_2.webm" type="video/webm"></video>
<<prota $protaimg "I thought you were Flash">>
<<neptuno neptuno "//VROOM// //VROOM// No. Now I'm a truck!">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\neptuno_event4_3.webm" type="video/webm"></video>
<<prota $protaimg "Hahahah, well, I'll get something to drink; we don't want the truck to run out of gas">>
<<neptuno neptuno "Thanks bro //Beep// //Beep//">>
<<prota $protaimg "...">>
<<prota $protaimg "Wait a minute...">>
<<prota $protaimg "Where did you get that truck?">>
<<neptuno neptuno "Oh, it was a gift from the girl who's been watching you all this time">>
<<prota $protaimg "Is someone watching me?">>
<br><br>
<img src="assets\characters\neptuno\event4\sc.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
<<cont append keypress>>
<<chica victoria Victoria "Hi">>
<br><br>
<h2 class="big">Victoria was hiding in the bushes</h2>
<br><br>
<img src="assets\characters\neptuno\event4\v_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Fuck, you scared me!">>
<<chica victoria Victoria "Hahahah you look SO cute playing with your dog">>
<<neptuno neptuno "//VROOM// //VROOM//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\neptuno_event4_4.webm" type="video/webm"></video>
<br><br>
<<chica victoria Victoria "I hope you don't mind me coming to visit you">>
<br><br>
<img src="assets\characters\neptuno\event4\v_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Shit, I almost had a heart attack<</w>>">>
<<prota $protaimg "It's o-okay">>
<br><br>
<span class="btn white"> <<link "Enter the house with Victoria">>
<<goto "neptuno_event_6b">>
<</link>></span>
<</cont>>
<</linkreplace>><<if $hm == 0>>
<h2 class="big">You talk to victoria for a while</h2>
<br><br>
<img src="assets\characters\neptuno\event4\v_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">After a few minutes $amuleto.name comes out of her room</h2>
<<cont append keypress>>
<<amuleto amuleto2 "Again the mangy took my shoes?">>
<<amuleto amuleto2 "Oh, I didn't know you were with someone">>
<<prota $protaimg "This is Victoria, the one who asked me to teach her how to swim, remember?">>
<<prota $protaimg "Victoria, she is my...">>
<<amuleto amuleto2 "I am his aunt. Nice to meet you">>
<<chica victoria Victoria "Nice to meet you too">>
<<amuleto amuleto2 "$prota.name Where is the mangy?">>
<<prota $protaimg "He's outside playing with a toy truck that Victoria gave him">>
<<amuleto amuleto2 "Hmm... Can we talk for a moment?">>
<<prota $protaimg "Sure">>
<span class="btn white"> <<link "Go to the kitchen to talk to $amuleto.name">>
<<set $hm to 1>>
<<goto "neptuno_event_6b">>
<</link>></span>
<</cont>>
<</if>>
<<if $hm == 1>>
<<amuleto amuleto2 "Stop wasting your time and hers, go and ask her what she wants">>
<<prota $protaimg "What do you mean?">>
<<amuleto amuleto2 "It's obvious that she just wants to take advantage of you">>
<<prota $protaimg "Maybe she likes me...">>
<<amuleto amuleto2 "...">>
<<amuleto amuleto2 "I'll go to my room, in a few minutes you will see that I was right">>
<br><br>
<h2 class="big">$amuleto.name goes to her room</h2>
<br><br>
<span class="btn white"> <<link "Back to the living room">>
<<set $hm to 2>>
<<goto "neptuno_event_6b">>
<</link>></span>
<</if>>
<<if $hm == 2>>
<<prota $protaimg "<<w>>I don't think Victoria wants to take advantage of me<</w>>">>
<<prota $protaimg "<<w>>Maybe $amuleto.name is jealous<</w>>">>
<<chica victoria Victoria "Oh, I forgot to tell you, my grandfather is very sick">>
<<prota $protaimg "<<w>>If she is telling me this, it means she trusts me.<</w>>">>
<<prota $protaimg "I'm sorry... and he lives with you?">>
<<chica victoria Victoria "Yes, I always have to take him to the hospital, but there is a problem">>
<<prota $protaimg "What's the problem?">>
<<chica victoria Victoria "I don't know how to drive">>
<<prota $protaimg "But I've seen you drive your car">>
<<chica victoria Victoria "Yes, but; I mean driving fast. As if it were a race">>
<<prota $protaimg "So you want to learn to drive fast...">>
<<chica victoria Victoria "Yes">>
<<prota $protaimg "To take your grandfather to the hospital when needed...">>
<<chica victoria Victoria "Yes...">>
<<prota $protaimg "And you want me to teach you how to drive fast?">>
<<chica victoria Victoria "Yes, please!! would you do that for me?">>
<<prota $protaimg "<<w>>Fuck, she's taking advantage of me<</w>>">>
<<prota $protaimg "Okay, okay, I'll see you at the park">>
<<chica victoria Victoria "Thank you so much!!! You are the best">>
<br><br>
<h2 class="big">Victoria gives you a kiss on the cheek and leaves</h2>
<<cont append keypress>>
<br><br>
<h2 class="big">$amuleto.name Leaves her room</h2>
<<amuleto amuleto2 "Say it, I was right">>
<<prota $protaimg "You were right...">>
<br><br>
<h2 class="big">Neptuno enters the house</h2>
<<neptuno neptuno "I want water">>
<<amuleto amuleto2 "You too, mangy dog, you sold out easy">>
<<neptuno neptuno "I'm a Truck">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\sorry.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Hm... Driving lessons at the park...">>
<<goto "House">>
<</link>></span>
<</cont>>
<</if>><h2 class="big">You arrive at a remote area of the park with your car</h2>
<<prota $protaimg "Are you ready?">>
<<chica victoria Victoria "I was born ready">>
<<prota $protaimg "Okay, so let's get started, get in the car">>
<br>
<<linkreplace "<p class='btn red'>Accelerate</p>" t8n>>
<<prota $protaimg "The most important thing when driving at high speed is always to be alert">>
<br><br>
<video muted autoplay loop><source src="assets\vids\speedup.webm" type="video/webm"></video>
<<chica victoria Victoria "OMG">>
<<chica victoria Victoria "Don't you think you're going too fast?">>
<<prota $protaimg "If you are afraid you will never step on the gas pedal to the floor">>
<br><br>
<video muted autoplay loop><source src="assets\vids\speedup2.webm" type="video/webm"></video>
<<chica victoria Victoria "STOP STOP!">>
<<prota $protaimg "Hahahah Don't tell me you're scared">>
<<chica victoria Victoria "Stop P-please!!">>
<br>
<<linkreplace "<p class='btn blue'>Slow Down</p>" t8n>>
<<chica victoria Victoria "I think I got a little dizzy. Could we continue tomorrow?">>
<<prota $protaimg "Ok... But tomorrow you will drive">>
<br><br>
<span class="btn white"> <<link "Go Home">>
<<set $victoria_event to true>>
<<goto "victoria_event_7b">>
<</link>></span>
<</linkreplace>>
<</linkreplace>><<if $hm == 0>>
<<if visited("l_d_9") >= 2>>
<span class="btn white"> <<link "Skip">>
<<set $hm to 10>>
<<goto "l_d_9">>
<</link>></span>
<</if>>
<<prota $protaimg "<<w>>Shit, my head hurts<</w>>">>
<br>
<h2 class="big">A woman is talking on the phone in the living room</h2>
<br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_1.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "I think he is still unconscious, the hit he took with the bat was very strong">>
<<prota $protaimg "<<w>>That explains my headache...<</w>>">>
<<chica gfemale2 ???????? "*Inaudible*">>
<<chica l_d_9 ????????? "Yes, my husband's jerk didn't believe me that he was my taxi driver and beat him up">>
<<chica l_d_9 ????????? "Poor boy, I feel so bad!">>
<br>
<<linkreplace "<p class='btn white'>Talk to the woman</p>" t8n>>
<<chica l_d_9 ????????? "Oh honey, you woke up, are you all right?">>
<<prota $protaimg "My head hurts...">>
<<chica l_d_9 ????????? "I am so sorry!">>
<<prota $protaimg "Wait, you said your husband hit me. Could he come back?">>
<<chica l_d_9 ????????? "No honey, as soon as he did that, I called the police, and they took him away">>
<<prota $protaimg "And when will he be back?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_2.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "I don't know. You have to decide if you will press charges">>
<<prota $protaimg "I think I'll go to the police station then">>
<<chica l_d_9 ????????? "I will go with you, honey, but first, let me take care of repairing the damage caused by my husband">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_3.webm" type="video/webm"></video>
<<prota $protaimg "W-what do you mean?">>
<<chica l_d_9 ????????? "Come with me">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_4.webm" type="video/webm"></video>
<<cont append keypress>>
<<chica l_d_9 ????????? "I'll do whatever you want to make you feel better">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_5.webm" type="video/webm"></video>
<<prota $protaimg "Wow">>
<<chica l_d_9 ????????? "Is there anything I can do for you, honey?">>
<br><br>
<span class="btn white"> <<link "I'm sorry, but I'd better go to the police now (Wake up)">>
<<goto "House">>
<</link>></span>
<span class="btn red"> <<link "I want to touch your tits">>
<<set $hm to 1>>
<<goto "l_d_9">>
<</link>></span>
<span class="btn red"> <<link "I want you to suck my cock">>
<<set $hm to 2>>
<<goto "l_d_9">>
<</link>></span>
<span class="btn red"> <<link "I want to fuck you">>
<<set $hm to 3>>
<<goto "l_d_9">>
<</link>></span>
<span class="btn red"> <<link "My cock is very hard, could you help me with that?">>
<<set $hm to 4>>
<<goto "l_d_9">>
<</link>></span>
<<if $extra_ldm == true>>
<br>
<h2 class="big">EXTRA</h2>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_1.webm" type="video/webm"></video>
<br><br>
<span class="btn red"> <<link "I want to stick my big cock in your tight pussy">>
<<set $hm to 5>>
<<goto "l_d_9">>
<</link>></span><</if>>
<</cont>>
<</linkreplace>>
<</if>>
<<if $hm == 1>>
<<chica l_d_9 ????????? "Do you want to touch my boobs honey?">>
<<prota $protaimg "Y-yes...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_7.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//MHmm//">>
<<prota $protaimg "//Fuck// They are so soft...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_6.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "Do you want to touch something else, honey?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_8.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "You can touch anything you want">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_9.webm" type="video/webm"></video>
<<prota $protaimg "OMG">>
<<prota $protaimg "Your body is so perfect...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_10.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "D-don't stop, just let yourself go">>
<br><br>
<span class="btn white"> <<link "Oh crap, am I dreaming?">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 2>>
<<chica l_d_9 ????????? "//MMHm// I am sure this will heal your headache">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_11.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//SLRP SLRP//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_12.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "Does this make you feel better, honey?">>
<<prota $protaimg "Y-Yes...">>
<<chica l_d_9 ????????? "You can cum inside my mouth">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_13.webm" type="video/webm"></video>
<<prota $protaimg "Can I really do it?">>
<<chica l_d_9 ????????? "Yes, plea...">>
<br><br>
<span class="btn white"> <<link "Why can't I hear you?">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 3>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_9.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "After what my husband's savage did to you, I guess it's fair">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_14.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>She are so wet<</w>>">>
<<chica l_d_9 ????????? "//Mmhmm//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_15.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//AAHHHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_16.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//Fuck// This feels so good">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_17.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//AAAHHHH// Fuck me, Fuck me">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_19.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//GAAAAAAHHHHHHHh// CUMMIIIIING!">>
<<prota $protaimg "//FUCK// //FUCK//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_18.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "Oh my God!">>
<<chica l_d_9 ????????? "//MMMHHHhh// T-that was... amazing">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_20.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//MMHHhh// Cum on my tits, I want your cum on me">>
<br><br>
<span class="btn white"> <<link "W-wait, give me a second">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 4>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_7.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//MMHhh// Sure honey, don't worry, I'll take care of it">>
<<prota $protaimg "Could you use your hand?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_9.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "My hand? hahahah, I have a better idea">>
<<chica l_d_9 ????????? "Lay down">>
<<cont append keypress>>
<br><br>
<h2 class="big">She lies on you putting your cock between her legs</h2>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_21.webm" type="video/webm"></video>
<<prota $protaimg "//FUCK// T-this feels so awesome">>
<<chica l_d_9 ????????? "Do you like it, honey?">>
<<prota $protaimg "//FUCK// Y-Yes...">>
<<prota $protaimg "I'm going to...">>
<<chica l_d_9 ????????? "Give it to me //MMHHhh// I want your cum">>
<<prota $protaimg "//AAAAARRRRRRRGGGHHHHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_22.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br>
<<prota $protaimg "Thanks...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_23.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "You don't have to thank me">>
<<prota $protaimg "Wait, the door rang?">>
<<chica l_d_9 ????????? "Hm? Let me see">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_24.webm" type="video/webm"></video>
<<chico gmale1 ????????? "Damn it woman, tell me that bastard isn't still in my house!!!">>
<br><br>
<span class="btn white"> <<link "Oh shit...">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</cont>>
<</cont>>
<</if>>
<<if $hm == 10>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_4.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "I'll do whatever you want to make you feel better">>
<br><br>
<span class="btn white"> <<link "I'm sorry, but I'd better go to the police now (Wake up)">>
<<goto "House">>
<</link>></span>
<span class="btn red"> <<link "I want to touch your tits">>
<<set $hm to 1>>
<<goto "l_d_9">>
<</link>></span>
<span class="btn red"> <<link "I want you to suck my cock">>
<<set $hm to 2>>
<<goto "l_d_9">>
<</link>></span>
<span class="btn red"> <<link "I want to fuck you">>
<<set $hm to 3>>
<<goto "l_d_9">>
<</link>></span>
<span class="btn red"> <<link "My cock is very hard, could you help me with that?">>
<<set $hm to 4>>
<<goto "l_d_9">>
<</link>></span>
<<if $extra_ldm == true>>
<br>
<h2 class="big">EXTRA</h2>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_1.webm" type="video/webm"></video>
<br><br>
<span class="btn red"> <<link "I want to stick my big cock in your tight pussy">>
<<set $hm to 5>>
<<goto "l_d_9">>
<</link>></span><</if>>
<</if>>
<<if $hm == 5>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_2.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "I am so embarrassed by what my husband did to you">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_3.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "I'll do anything you ask me, honey">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_4.webm" type="video/webm"></video>
<<prota $protaimg "Wow you are so wet">>
<<chica l_d_9 ????????? "//MMMHhm// Your cock is so big...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_5.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//MMHHhm// That feels so good">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_6.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//AAAAHHh// Fuck me honey, fuck me hard">>
<<chica l_d_9 ????????? "Your cock is so deep inside me">>
<<prota $protaimg "//Fuck// I'm gonna cum">>
<<chica l_d_9 ????????? "//MMhm// I want your cum in my mouth">>
<<prota $protaimg "//AAAAAARRRRRRRGGGGGHH//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_7.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//MMHMhm// Is there anything else I can do for you, honey?">>
<br><br>
<span class="btn white"> <<link "I just want to sit down for a moment...">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>><img src="assets\img\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<cont append keypress>>
<br><br>
<img src="assets\characters\neptuno\event4\purse.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Victoria forgot her purse<</w>>">>
<<prota $protaimg "<<w>>No cash and no phone, I guess I can return it to her tomorrow<</w>>">>
<<prota $protaimg "<<w>>Wait, this is?<</w>>">>
<br><br>
<img src="assets\characters\neptuno\event4\stick.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Hahahah Who still uses these things? I think I've only seen them in...<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\vids\wait.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>In the street racing!<</w>>">>
<<prota $protaimg "<<w>>So victoria is trying to trick me again<</w>>">>
<br><br>
<span class="btn white"> <<link "I think she's in for a big surprise tomorrow...">>
<<goto "House">>
<</link>></span>
<</cont>><<if $hm == 0>>
<h2 class="big">You arrive at a remote area of the park but this time Victoria brought a car</h2>
<<prota $protaimg "Why did you bring your car?">>
<<chica victoria Victoria "You said I would drive today, and I feel more comfortable driving my car">>
<<prota $protaimg "And how is your grandfather's health?">>
<<chica victoria Victoria "Who?">>
<<chica victoria Victoria "Ah yes! my grandfather... He's still in poor health">>
<<chica victoria Victoria "But these classes will help me in case of emergency">>
<<prota $protaimg "Hm... Well, let's get started">>
<<cont append keypress>>
<<chica victoria Victoria "Wait, I thought I was driving today">>
<<prota $protaimg "Oh yeah, I'll just go for a lap, and then you'll take the wheel">>
<br>
<<linkreplace "<p class='btn white'>Starts the engine</p>" t8n>>
<<prota $protaimg "I forgot to tell you that you left your purse in my car yesterday">>
<br>
<<linkreplace "<p class='btn red'>Accelerate</p>" t8n>>
<<prota $protaimg "There I found something interesting">>
<br><br>
<img src="assets\img\ac.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica victoria Victoria "W-what did you find?">>
<<prota $protaimg "I found some glow sticks">>
<br>
<<linkreplace "<p class='btn red'>Accelerate More</p>" t8n>>
<<prota $protaimg "These glow sticks are very common in street racing...">>
<br><br>
<video muted autoplay loop><source src="assets\vids\speedup.webm" type="video/webm"></video>
<<chica victoria Victoria "I t-think you are g-going too fast">>
<<prota $protaimg "Is there anything you want to tell me?">>
<<chica victoria Victoria "N-no...">>
<<prota $protaimg "Are you sure your grandfather is sick?">>
<br>
<<linkreplace "<p class='btn red'>AcCelEratE MoRe</p>" t8n>>
<br><br>
<video muted autoplay loop><source src="assets\vids\speedup2.webm" type="video/webm"></video>
<<chica victoria Victoria "Ok, ok, I'll t-tell you the t-truth but slow down, p...please">>
<<prota $protaimg "I won't slow down until you tell me everything">>
<<chica victoria Victoria "Fine, My grandfather is not sick; I lied to you because I want to compete in a race, happy?">>
<<prota $protaimg "When will the race be?">>
<<chica victoria Victoria "Tomorrow noon, p-please stop the car">>
<br><br>
<h2 class="big">Victoria is shaking and looks very scared</h2>
<br><br>
<span class="btn white"> <<link "Stop the car">>
<<set $hm to 1>>
<<goto "victoria_event_7c">>
<</link>>
</span>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</cont>>
<</if>>
<<if $hm == 1>>
<<chica victoria Victoria "You are an idiot! Out of my car">>
<<prota $protaimg "Hey, you lied to me again">>
<<chica victoria Victoria "//Arg// I'm going home">>
<br><br>
<h2 class="big">Victoria pulls you out of her car and drives off</h2>
<<cont append keypress>>
<<prota $protaimg "<<w>>Maybe I was too rough with her<</w>>">>
<<prota $protaimg "<<w>>Tomorrow noon I will go to the race and apologize<</w>>">>
<br><br>
<span class="btn white"> <<link "Go Home">>
<<set $victoria_event to true>>
<<goto "House">>
<</link>></span>
<</cont>>
<</if>><<if $hm == 0>>
<h2 class="big">You arrive before the race; there is a lot of noise, drunken people and cars revving engines</h2>
<br><br>
<img src="assets\img\street_race.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Where Victoria will be...<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Look for Victoria</p>" t8n>>
<h2 class="big">Victoria is standing by her car, waiting for her turn</h2>
<<prota $protaimg "Hi, are you ready?">>
<<chica victoria Victoria "//Argh// What are you doing here?">>
<<prota $protaimg "I just came to apologize...">>
<<chico gmale1 Organizer "Hey, in 10 minutes you're next, get ready">>
<<chica victoria Victoria "Did you hear that? I'm next, get out of the way">>
<<prota $protaimg "Who will you race against?">>
<<chica victoria Victoria "//Aww// against David, he promised me that he would let me ride a horse with him if I beat him">>
<<prota $protaimg "Are you really going to do this again for a man?">>
<<prota $protaimg 'And who is this "David"?'>>
<<chica victoria Victoria "He's the one standing over there, in the BMW">>
<<cont append keypress>>
<br><br>
<img src="assets\characters\generics\david_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Tall, muscular and with a better car than mine. Great<</w>>">>
<<prota $protaimg "It is strange that he would say that to you, normally people who compete here hate each other's guts">>
<<chica victoria Victoria "I'm a beautiful girl, why would he hate me?">>
<<prota $protaimg "Well, whoever wins gets the other one's car; that's how it works when you challenge someone here">>
<br><br>
<img src="assets\characters\neptuno\event4\v_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica victoria Victoria "Are y-you s-serious?">>
<<prota $protaimg "Didn't you know?">>
<<chico gmale1 Organizer "2 MINUTES!">>
<br><br>
<h2 class="big">David approaches</h2>
<<chico david David "Ready, pretty girl?">>
<<chica victoria Victoria "Hey asshole, why didn't you tell me I'd bet my car?">>
<<chico david David "Oh, so now you know hahahah!">>
<<chico david David "Good luck and try not to scratch my future car">>
<br><br>
<h2 class="big">David goes to his car</h2>
<<prota $protaimg "Oops... I think you're in trouble hahahah">>
<<prota $protaimg "Victoria, a... a-are you crying?">>
<<chica victoria Victoria "//SOB// N-no...">>
<<chica victoria Victoria "//Sniff//">>
<<prota $protaimg "Hey...">>
<<chico gmale1 Organizer "Come on, take your positions!">>
<br><br>
<img src="assets\characters\neptuno\event4\cry.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chico david David "Come on, I don't have all day!">>
<br><br>
<h2 class="big">Victoria whispers to you before going to her car</h2>
<<chica victoria Victoria "I'm scared, I don't know how to drive fast a-and //Sniff// I don't want to lose my car">>
<<chico david David "Hahahah my girlfriend is going to enjoy your car like crazy">>
<<chico david David "Come on, victoria, get your ass to the car and tell that kid to get out of the way">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\look.webm" type="video/webm"></video>
<<prota $protaimg "Victoria get out of the car">>
<<chica victoria Victoria "//Sniff// W-what are you doing?">>
<<prota $protaimg "DAVID, I CHALLENGE YOU TO A RACE RIGHT NOW!">>
<<chico gmale1 ?????????? "//OOOOHHHH// RACE! RACE!">>
<<chica victoria Victoria "A-are you sure?">>
<<prota $protaimg "Don't worry, just get out of the car">>
<<chica gfemale2 ?????????? "COME ON DAVID, FINISH IT!">>
<<chico gmale1 ?????????? "Let the race begin!">>
<<chica gfemale2 ?????????? "COME ON, LESS TALK AND MORE ACTION!">>
<<chico david David "Fuck, but...">>
<<chico david David "Okay, okay">>
<<chico david David "Get in the car kid, this will be quick">>
<br><br>
<span class="btn white"> <<link "Get in the car and start the race">>
<<set $hm to 1>>
<<goto "victoria_event_7d">>
<</link>></span>
<</cont>>
<</cont>>
<</linkreplace>>
<</if>>
<<if $hm == 1>>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\race_1.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>Today I didn't come prepared to compete<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\race_2.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>But it is always a good time to teach humility<</w>>">>
<br><br>
<span class="btn red"> <<link "Accelerate (QTE)">>
<<set $hm to 0>>
<<goto "v_race_1">>
<</link>>
</span>
<</if>><<race 0 normal>>
<<race 1 normal>>
<<race 2 normal>>
<<race 3 normal>>
<<race 4 normal>>
<<race 5 normal>>
<<f_race 6 normal "victoria_event_7e">><video muted autoplay loop><source src="assets\characters\neptuno\event4\race_3.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>What's up David, can't you beat this \"\kid\"\?<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\race_4.webm" type="video/webm"></video>
<span class="btn red"> <<link "Accelerate (QTE)">>
<<goto "v_race_2">>
<</link>></span><<race 0 normal>>
<<race 1 normal>>
<<race 2 normal>>
<<race 3 normal>>
<<race 4 normal>>
<<race 5 normal>>
<<race 6 normal>>
<<race 7 normal>>
<<race 8 normal>>
<<f_race 9 normal "victoria_event_7f">><<if $hm == 0>>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\race_5.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>Only one more curve<</w>>">>
<br><br>
<span class="btn white"> <<link "Win the race">>
<<set $hm to 1>>
<<goto "victoria_event_7f">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<h2 class="big">You win the race with a two-minute lead</h2>
<<prota $protaimg "Hahahah That was easy">>
<<prota $protaimg "Wait, what the fuck?">>
<br><br>
<h2 class="big">David passes through the finish line but does not stop</h2>
<<chico gmale1 ?????????? "//EEEHHHH// STOP!">>
<<chico gmale1 ?????????? "//WHISTLING//">>
<<chica gfemale2 ?????????? "WHERE DO YOU THINK YOU ARE GOING?!">>
<br><br>
<h2 class="big">The race manager approaches you</h2>
<<chico gmale1 organizer "Don't worry; my guys will take care of looking for the car and leave a message">>
<<prota $protaimg "He will surely destroy the car... Take this number, it's my mechanic's, her name is \"\Lya\"\, she will know what to do">>
<br><br>
<span class="btn white"> <<link "Go talk to Victoria">>
<<set $hm to 2>>
<<goto "victoria_event_7f">>
<</link>></span>
<</if>>
<<if $hm == 2>>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\v_5.webm" type="video/webm"></video>
<<chica victoria Victoria "Thank you for winning the race for me">>
<<chica victoria Victoria "I feel like a fool. I shouldn't have lied to you">>
<<prota $protaimg "It was nothing. Do you want me to take you home?">>
<br><br>
<img src="assets\characters\neptuno\event4\v_6.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica victoria Victoria "Are you sure you want to leave?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\v_6.webm" type="video/webm"></video>
<<prota $protaimg "OMG">>
<<chica victoria Victoria "Do you want some of this?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\v_7.webm" type="video/webm"></video>
<<prota $protaimg "Y-yes...">>
<<chica victoria Victoria "//MMPHhM// //GULP// //GULP//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\v_8.webm" type="video/webm"></video>
<<prota $protaimg "Wouldn't you prefer that we go to your house?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\v_9.webm" type="video/webm"></video>
<<chica victoria Victoria "You want to stop?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\v_10.webm" type="video/webm"></video>
<span class="btn red"> <<link "No...">>
<<set $hm to 3>>
<<goto "victoria_event_7f">>
<</link>></span>
<</if>>
<<if $hm == 3>>
<<chica victoria Victoria "//AHHHHHHhh//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\v_11.webm" type="video/webm"></video>
<<chica victoria Victoria "//MMmhm// Seeing you win the race made me so horny">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\v_12.webm" type="video/webm"></video>
<<chica victoria Victoria "//FUCK// //FUCK// I'M CUMMING!">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\v_13.webm" type="video/webm"></video>
<<cont append keypress>>
<<chica victoria Victoria "//MMMHhm// I never thought it would be so exciting to fuck in a car">>
<<prota $protaimg "Really, you've was never done it in a car before?">>
<<chica victoria Victoria "Hahahah no, and neither do you so shut up">>
<<chica victoria Victoria "//Shivering// I'm starting to get cold, take me home">>
<<chica victoria Victoria "But first... I think you have something that is mine">>
<br><br>
<img src="assets\characters\neptuno\event4\v_14.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<<linkreplace "<p class='btn red'>Cum in her tits</p>" t8n>>
<<prota $protaimg "//FUCK// Here comes!">>
<<prota $protaimg "//AAAAAAARRRGGGGGGHHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\v_15.webm" type="video/webm"></video>
<<chica victoria Victoria "//MMHMm// Thanks again for what you did for me">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event4\v_16.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Take victoria to her home and then go to sleep.">>
<<set $hm to 0>>
<<goto "sleep">>
<</link>>
</span>
<</linkreplace>>
<</cont>>
<</if>><<if $hm == 0>>
<h2 class="big">Looks like only Brittney's mom is working today</h2>
<<prota $protaimg "Hi, isn't Brittney working today?">>
<<chica librarian "Brittney's mom" "Oh, You're just in time!">>
<<chica librarian "Brittney's mom" "Brittney is at home and not answering the phone; I need some documents urgently...">>
<<prota $protaimg "No problem, I'll be there in 5 minutes">>
<<chica librarian "Brittney's mom" "Thank you son, tell her to call me to explain which documents she should bring">>
<br><br>
<span class="btn white"> <<link "Go to Brittney's house">>
<<set $hm to 1>>
<<goto "brittney_event_3">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<img src="assets\characters\brittney\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br>
<<linkreplace "<p class='btn white'>Ring the door</p>" t8n>>
<<prota $protaimg "<<w>>Hm... it seems that she is not at home<</w>>">>
<br><br>
<h2 class="big">You hear a noise in the back of the house</h2>
<<prota $protaimg "<<w>>What was that?<</w>>">>
<br>
<<linkreplace "<p class='btn white'>Take a look</p>" t8n>>
<<prota $protaimg "<<w>>She's in the pool...<</w>>">>
<br><br>
<img src="assets\characters\brittney\event_2\event2_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<prota $protaimg "<<w>>I should tell her I'm here...<</w>>">>
<br><br>
<img src="assets\characters\brittney\event_2\event2_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<prota $protaimg "<<w>>But...<</w>>">>
<br><br>
<img src="assets\characters\brittney\event_2\event2_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<prota $protaimg "<<w>>Shit, I have to do it; her mom needs those documents<</w>>">>
<br><br>
<img src="assets\characters\brittney\event_2\event2_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<prota $protaimg "<<w>>I drove fast, I guess 2 minutes won't hurt anyone<</w>>">>
<br><br>
<img src="assets\characters\brittney\event_2\event2_5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<prota $protaimg "<<w>>Hahahah wait, wait; what is she doing?<</w>>">>
<<prota $protaimg "<<w>>She's taking off her bra!?<</w>>">>
<<cont append keypress>>
<br><br>
<img src="assets\characters\brittney\event_2\event2_6.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<prota $protaimg "<<w>>OMG...<</w>>">>
<<prota $protaimg "<<w>>Fuck! I have to tell her I'm here<</w>>">>
<<prota $protaimg "<<w>>I've already taken too long<</w>>">>
<<prota $protaimg "<<w>>The best thing I can do is to pretend that I have just arrived<</w>>">>
<<cont append keypress>>
<<prota $protaimg "Oh Brittney, here you a...">>
<<brittney brittney "//AAAAAAAAAHHHHHHHH!!//">>
<br><br>
<img src="assets\characters\brittney\event_2\event2_7.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<brittney brittney "W-what are you doing here?!">>
<br><br>
<img src="assets\characters\brittney\event_2\event2_8.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<brittney brittney "TURN AROUND!!!">>
<<prota $protaimg "Sorry, sorry!">>
<br><br>
<img src="assets\characters\brittney\event_2\event2_9.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<brittney brittney "Wait there!">>
<<cont append keypress>>
<br><br>
<img src="assets\characters\brittney\event_2\event2_10.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<brittney brittney "What are you doing here?">>
<<prota $protaimg "I'm sorry, your mom was calling you, and you weren't answering the phone">>
<<brittney brittney "...">>
<<brittney brittney "Okay... wait for me in the car; I'll be there in a minute">>
<<prota $protaimg "Oh, but your mom said to call her first">>
<<brittney brittney "Ok...">>
<<brittney brittney "Hey! and my eyes are up here">>
<br><br>
<span class="btn white"> <<link "Take Brittney to the library">>
<<set $hm to 2>>
<<goto "brittney_event_3">>
<</link>>
</span>
<</cont>>
<</cont>>
<</cont>>
<</linkreplace>>
<</linkreplace>>
<</if>>
<<if $hm == 2>>
<<chica librarian "Brittney's mom" "Thank God they arrived, Brittney did you bring the documents?">>
<<brittney brittney "Yes, mom...">>
<<chica librarian "Brittney's mom" "Hey, why is $prota.name so quiet, you haven't treated him badly, have you?">>
<<brittney brittney "No mom, he is VERY well">>
<br><br>
<img src="assets\characters\brittney\stmp.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "//!!!//">>
<<prota $protaimg "Yes, I'm f-fine">>
<<chica librarian "Brittney's mom" "Thank you very much son, I am glad to know that I can count on you">>
<br><br>
<span class="btn white"> <<link "Go Home">>
<<set $hm to 0>>
<<set $brittney.friend += 1>>
<<editcycle 'time' change +1>>
<<goto "House">>
<</link>>
</span>
<</if>><<if $hm == 0>>
<<brittney brittney "God! What luck that I found you here, let's go fast">>
<<prota $protaimg "Where are we going?">>
<<brittney brittney "I'll tell you on the way, let's go">>
<br><br>
<span class="btn white"> <<link "Get in the car">>
<<set $hm to 7>>
<<goto "brittney_event_4">>
<</link>></span>
<</if>>
<<if $hm == 7>>
<video muted autoplay loop><source src="assets\vids\driving.webm" type="video/webm"></video>
<br><br>
<<brittney brittney "We will go to an important company south of Merida">>
<<prota $protaimg "What will you do there?">>
<<brittney brittney "There they process and test prototypes, file patents and anything else an engineer needs">>
<<brittney brittney "But they have so much paperwork that they needed an extra hand, so they turned to my mom">>
<<prota $protaimg "That sounds cool; maybe they have something that interests me">>
<br><br>
<span class="btn white"> <<link "After a while...">>
<<set $hm to 1>>
<<goto "brittney_event_4">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<img src="assets\characters\brittney\event_3\t_building.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<brittney brittney "This is the building">>
<<prota $protaimg "Wow...">>
<<prota $protaimg "Do you want me to come with you?">>
<<brittney brittney "Yes, let's go">>
<br><br>
<<linkreplace "<p class='btn white'>Enter the building</p>" t8n>>
<h2 class="big">You walk in and see a lot of people with papers and inventions in their hands</h2>
<br><br>
<img src="assets\characters\brittney\event_3\t_building2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<prota $protaimg "Wow, this looks interesting... Although, to be honest, I don't really like the world of engineering">>
<br><br>
<h2 class="big">You bump into a guy in his 20s</h2>
<<prota $protaimg "Oh, I'm sorry">>
<<chico gmale1 ??????????? "I was distracted, it was my fault">>
<<prota $protaimg "It's okay, hey, and what's that?">>
<<chico gmale1 ??????????? "Oh, ahm... I-it's a c-camera">>
<<prota $protaimg "Hahaha, and why so small? What is it, 1 inch?">>
<<chico gmale1 ??????????? "Ahm... Y-yes... It is a security camera">>
<br><br>
<h2 class="big">The guy lowers his head and walks away</h2>
<<prota $protaimg "Hm... Weird">>
<<brittney brittney "I found the office, come">>
<br><br>
<<linkreplace "<p class='btn white'>Enters the office</p>" t8n>>
<h2 class="big">When you walk into the office, you see a beautiful, sexy, voluptuous woman</h2>
<br><br>
<img src="assets\characters\brittney\event_3\lexi_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_3\wlf.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>OMG<</w>>">>
<<brittney brittney "//Clears Throat// Lexi here are the documents">>
<<chica lexi Lexi "Thank you, as always so responsible and punctual">>
<<chica lexi Lexi "And this attractive guy is your boyfriend?">>
<<prota $protaimg "Hahaha no, I'm j-just a friend">>
<br><br>
<img src="assets\characters\brittney\stmp.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "//!!!!//">>
<<chica lexi Lexi "Hmm... I see">>
<<chica lexi Lexi "It's a pity, you would make a lovely couple">>
<br><br>
<img src="assets\characters\brittney\event_3\lexi_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<brittney brittney "//whisper// I would never be the girlfriend of someone who can't stop looking at any woman who crosses his path">>
<<prota $protaimg "//whisper// I'm sorry!">>
<<brittney brittney "Well, Lexi, we are leaving; if you have more work in the future, you can call my mom">>
<<chica lexi Lexi "Thanks, but wait, I'll call a company employee to take you home">>
<<prota $protaimg "No need, I have a car">>
<<chica lexi Lexi "Oh, really?">>
<<prota $protaimg "Yes, I am a taxidriver">>
<br><br>
<img src="assets\characters\brittney\event_3\lexi_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<chica lexi Lexi "It's just what I need, do you think you could do something for me?">>
<<prota $protaimg "Y-yes">>
<<chica lexi Lexi "It will just be a small favor; I need help with some documents, sure it won't be a problem?">>
<<brittney brittney "He's always busy working, I don't know if he can...">>
<<prota $protaimg "Don't worry, I always have some free time">>
<br><br>
<img src="assets\characters\brittney\stmp.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "//!!!!!!!!!//">>
<<brittney brittney "You are SO kind...">>
<<chica lexi Lexi "Yes, he definitely is... //Aww// I would love to have a boyfriend who would be this attentive to me">>
<br><br>
<img src="assets\characters\brittney\event_3\lexi_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<chica lexi Lexi "Well, I won't take up any more of your time. These are the documents">>
<<cont append keypress>>
<br><br>
<img src="assets\characters\brittney\event_3\stack.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<prota $protaimg "...">>
<<chica lexi Lexi "And these are the time of day and places where you have to deliver them to">>
<br><br>
<img src="assets\characters\brittney\event_3\schedule.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<chica lexi Lexi "Don't worry, I'll send you a copy on your phone">>
<br><br>
<span class="btn white"> <<link "Give your phone number to Lexi and take Brittney to the library">>
<<notify 3s>>New Quest Added!<</notify>>
<<set $quest_lexi.status to "active">>
<<set $hm to 0>>
<<goto "brittney_event_4b">>
<</link>></span>
<</cont>>
<</linkreplace>>
<</linkreplace>>
<</if>><<if $quest_lexi.status == "active">>
<<set _ubc to passage()>>
<<if Cycle.check('time', 'morning')>>
<<if Cycle.check('day', 'sunday') and _ubc == "park" and $documents.d1 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d1 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<if Cycle.check('day', 'monday') and _ubc == "gym" and $documents.d2 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d2 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<if Cycle.check('day', 'wednesday') and _ubc == "park" and $documents.d3 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d3 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<if Cycle.check('day', 'thursday') and _ubc == "park" and $documents.d4 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d4 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<elseif Cycle.check('time', 'noon')>>
<<if Cycle.check('day', 'sunday') and _ubc == "beach" and $documents.d5 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d5 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<if Cycle.check('day', 'monday') and _ubc == "park" and $documents.d6 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d6 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<if Cycle.check('day', 'wednesday') and _ubc == "gym" and $documents.d7 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d7 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<if Cycle.check('day', 'thursday') and _ubc == "beach" and $documents.d8 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d8 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<elseif Cycle.check('time', 'evening')>>
<<if Cycle.check('day', 'sunday') and _ubc == "park" and $documents.d9 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d9 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<if Cycle.check('day', 'monday') and _ubc == "beach" and $documents.d10 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d10 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<if Cycle.check('day', 'wednesday') and _ubc == "beach" and $documents.d11 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d11 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<if Cycle.check('day', 'thursday') and _ubc == "beach" and $documents.d12 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d12 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<elseif Cycle.check('time', 'night')>>
<<if Cycle.check('day', 'friday') and _ubc == "gym" and $documents.d13 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d13 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<if Cycle.check('day', 'saturday') and _ubc == "gym" and $documents.d14 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d14 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<elseif Cycle.check('time', 'midnight')>>
<<if Cycle.check('day', 'friday') and _ubc == "park" and $documents.d15 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d15 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<<if Cycle.check('day', 'saturday') and _ubc == "park" and $documents.d16 == false>>
<<linkreplace "<p class='btn white'>Deliver the document here $documents_count/16</p>" t8n>>
You have delivered the document!
<<set $documents.d16 to true>>
<<set $documents_count += 1>>
<</linkreplace>>
<</if>>
<</if>>
<</if>>
<<if $documents_count >= 16 and $quest_lexi.fase == 2>>
<<notify 3s>>You have already delivered all the documents!<</notify>>
<<set $quest_lexi.fase to 3>>
<</if>><h2 class="big">You arrive at the library with Brittney</h2>
<br><br>
<img src="assets\img\library.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Hey, you didn't talk to me the whole way">>
<<brittney brittney "Sorry, since you were busy with Lexi; I didn't want to bother you">>
<br><br>
<h2 class="big">Brittney turns around and leaves</h2>
<<prota $protaimg "<<w>>Great, now I have a lot of work and an annoying girl with me<</w>>">>
<br><br>
<h2 class="big">Lexi sent you a message</h2>
<<cont append keypress>>
<br><br>
<img src="assets\characters\generics\lexi\lexi_wsp_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>I think I should talk to Lexi and tell her I can't help her, it's too much work<</w>>">>
<<prota $protaimg "<<w>>That way I can focus on regaining my friendship with Brittney<</w>>">>
<<prota $protaimg "<<w>>Sorry lexi, but friends come first<</w>>">>
<br><br>
<span class="btn white"> <<link "Go Home">>
<<notify 3s>>New Quest Added!<</notify>>
<<set $quest_f_brittney.status to "active">>
<<goto "brittney_event_4c">>
<</link>>
</span>
<</cont>><img src="assets\img\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Hm...? I received another message from Lexi<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>See the message</p>" t8n>>
<img src="assets\characters\generics\lexi\lexi_wsp_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Holy fuck...<</w>>">>
<<prota $protaimg "<<w>>Well, it's time to deliver documents<</w>>">>
<br>
<<linkreplace "<p class='btn white'>Send the schedule to your laptop</p>" t8n>>
<<prota $protaimg "<<w>>Done, now I will be able to see it from the laptop<</w>>">>
<br><br>
<<linkreplace "<p class='btn red'>Enlarge the image sent by lexi</p>" t8n>>
<img src="assets\characters\generics\lexi\lexi_wsp_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<prota $protaimg "<<w>>Ok, I'll be the best postman in town<</w>>">>
<br><br>
<span class="btn white"> <<link "Enter home">>
<<goto "House">>
<</link>>
</span>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><img src="assets\characters\brittney\event_3\t_building.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<prota $protaimg "<<w>>Well, here we go...<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Enter Lexi's office</p>" t8n>>
<<chica lexi Lexi "Where have you been? I was beginning to miss you">>
<<prota $protaimg "Oh, I've been busy delivering the documents, but I'm finished now">>
<<chica lexi Lexi "All documents?">>
<br><br>
<img src="assets\characters\generics\lexi\lexi_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Y-yes">>
<<chica lexi Lexi "Wow, I'm sure it was complicated...">>
<<chica lexi Lexi "I would give you a kiss as a reward, but I don't want you to think badly of me">>
<<prota $protaimg "It would just be a kiss... I promise not to tell anyone">>
<<chica lexi Lexi "Hahaha, no! that would make me very embarrassed">>
<<chica lexi Lexi "But don't worry, when I see you again, I'll buy you a coffee">>
<<prota $protaimg "<<w>>A coffee...<</w>>">>
<<chica lexi Lexi "Now if you'll excuse me, I have a lot of work to do">>
<br><br>
<span class="btn white"> <<link "Go Home">>
<<editcycle 'time' change +3>>
<<goto "lexi_event_1b">>
<</link>>
</span>
<</linkreplace>><h2 class="big">That same day at night...</h2>
<br><br>
<img src="assets\img\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\vids\thk.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>How much will an infable doll cost on amazon?<</w>>">>
<br><br>
<span class="btn white"> <<link "I think it would be a good long-term investment">>
<<set $quest_lexi.fase to 4>>
<<goto "House">>
<</link>>
</span>
<</cont>><h2 class="big">You sleep and recover energy</h2>
<<if Cycle.check('time', 'morning')>>
<<editcycle 'time' change +3>>
<<elseif Cycle.check('time', 'noon')>>
<<editcycle 'time' change +2>>
<<elseif Cycle.check('time', 'evening')>>
<<editcycle 'time' change +1>>
<<elseif Cycle.check('time', 'night')>>
<<elseif Cycle.check('time', 'midnight')>>
<<editcycle 'time' change -1>>
<<elseif Cycle.check('time', 'you fell asleep')>>
<<editcycle 'time' change -2>>
<</if>>
<br>
<img src="assets\img\dormiste.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<<shakescreen 1s>>
<br><br>
<h2 class="big">//Phone ringing//</h2>
<br><br>
<img src="assets\characters\generics\lexi\phone.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<<prota $protaimg "<<w>>Hm?<</w>>">>
<<prota $protaimg "<<w>>W-who is calling at this hour?<</w>>">>
<br>
<<linkreplace "<p class='btn white'>Answer the phone</p>" t8n>>
<<prota $protaimg "Hello?">>
<<chica lexi Lexi "Oh, thank God! I need you urgently; I stayed late at work, and I have no one to drive me home">>
<<chica lexi Lexi "You are the only taxidriver I trust who is awake at this hour">>
<br><br>
<img src="assets\characters\generics\lexi\wup.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>...<</w>>">>
<<chica lexi Lexi "Could you come and pick me up? Pleeease">>
<<prota $protaimg "I am sorry but-">>
<<chica lexi Lexi "Maybe I'll give you that kiss I promised you today...">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\wakeup.mp4" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Drive to Lexi's office">>
<<goto "lexi_event_1d">>
<</link>>
</span>
<</cont>>
<</linkreplace>>
<</cont>><img src="assets\characters\generics\lexi\t_building2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<prota $protaimg "<<w>>Wow, this is scary<</w>>">>
<<cont append keypress>>
<br><br>
<img src="assets\characters\generics\lexi\t_building3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<prota $protaimg "//♫♫ Nervous whistle ♫♫//">>
<<prota $protaimg "<<w>>Just a few more steps...<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Enter lexi's office</p>" t8n>>
<br><br>
<img src="assets\characters\generics\lexi\lexi_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<<prota $protaimg "<<w>>WOW<</w>>">>
<<chica lexi Lexi "//!!!!!//">>
<<chica lexi Lexi "Why didn't you knock on the door?">>
<<prota $protaimg "You knew I was coming">>
<<chica lexi Lexi "I didn't think you would come so fast">>
<<chica lexi Lexi "I'm changing my clothes, wait for me outside">>
<<prota $protaimg "But it's dark outside...">>
<<chica lexi Lexi "...">>
<<chica lexi Lexi "Ok, you can stay, but close your eyes">>
<br><br>
<span class="btn red"> <<link '"Close" your eyes'>>
<<goto "lexi_event_1e">>
<</link>>
</span>
<</linkreplace>>
<</cont>><<if $hm == 0>>
<<timed 0.5s>>
<<set $hm to 1>>
<<goto "lexi_event_1e">>
<</timed>>
<</if>>
<<if $hm == 1>>
<img src="assets\characters\generics\lexi\a1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 55%;">
<<timed 2s>>
<<set $hm to 2>>
<<goto "lexi_event_1e">>
<</timed>>
<</if>>
<<if $hm == 2>>
<<timed 0.5s>>
<<set $hm to 3>>
<<goto "lexi_event_1e">>
<</timed>>
<</if>>
<<if $hm == 3>>
<img src="assets\characters\generics\lexi\a2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 55%;">
<<timed 2s>>
<<set $hm to 4>>
<<goto "lexi_event_1e">>
<</timed>>
<</if>>
<<if $hm == 4>>
<<timed 0.5s>>
<<set $hm to 5>>
<<goto "lexi_event_1e">>
<</timed>>
<</if>>
<<if $hm == 5>>
<img src="assets\characters\generics\lexi\a3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 55%;">
<<timed 2s>>
<<set $hm to 0>>
<<goto "lexi_event_1f">>
<</timed>>
<</if>>
<<if $hm == 0>>
<<chica lexi Lexi "You can open your eyes">>
<<prota $protaimg "Why do you change clothes here?">>
<<chica lexi Lexi "My boss is always smoking, and I will not come home smelling of cigarettes">>
<<chica lexi Lexi "Come, let's go, I once heard that there are ghosts in this place">>
<<prota $protaimg "...">>
<br><br>
<video muted autoplay loop><source src="assets\vids\nrv.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Go to Lexi's house">>
<<set $hm to 1>>
<<goto "lexi_event_1f">>
<</link>>
</span>
<</if>>
<<if $hm == 1>>
<h2 class="big">You arrive at a small but beautiful house</h2>
<br><br>
<img src="assets\characters\generics\lexi\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica lexi Lexi "Would you like some water?">>
<<prota $protaimg "Yes please">>
<<cont append keypress>>
<br><br>
<img src="assets\characters\generics\lexi\lexi_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "//OMG//">>
<br><br>
<img src="assets\characters\generics\lexi\lexi_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica lexi Lexi "Here is your water and...">>
<<chica lexi Lexi "Since you have been so nice to me, I think I owed you this">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\kiss.webm" type="video/webm"></video>
<<chica lexi Lexi "Now go, it's late, and I'm nervous about you driving at night">>
<<prota $protaimg "I could spend the night here if you want">>
<<chica lexi Lexi "Hahaha, you are very insistent... Maybe another day">>
<br><br>
<h2 class="big">Lexi gently pushes you out</h2>
<<prota $protaimg "<<w>>Well, at least I tried<</w>>">>
<br><br>
<span class="btn white"> <<link "Go home and Sleep">>
<<set $quest_lexi.status to "complete">>
<<set $hm to 0>>
<<goto "sleep">>
<</link>>
</span>
<</cont>>
<</if>><<if $hm == 0>>
<<prota $protaimg "<<w>>Shit, my head hurts<</w>>">>
<br>
<h2 class="big">A woman is talking on the phone in the living room</h2>
<br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_1.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "I think he is still unconscious, the hit he took with the bat was very strong">>
<<prota $protaimg "<<w>>That explains my headache...<</w>>">>
<<chica gfemale2 ???????? "*Inaudible*">>
<<chica l_d_9 ????????? "Yes, my husband's jerk didn't believe me that he was my taxi driver and beat him up">>
<<chica l_d_9 ????????? "Poor boy, I feel so bad!">>
<br>
<<linkreplace "<p class='btn white'>Talk to the woman</p>" t8n>>
<<chica l_d_9 ????????? "Oh honey, you woke up, are you all right?">>
<<prota $protaimg "My head hurts...">>
<<chica l_d_9 ????????? "I am so sorry!">>
<<prota $protaimg "Wait, you said your husband hit me. Could he come back?">>
<<chica l_d_9 ????????? "No honey, as soon as he did that, I called the police, and they took him away">>
<<prota $protaimg "And when will he be back?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_2.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "I don't know. You have to decide if you will press charges">>
<<prota $protaimg "I think I'll go to the police station then">>
<<chica l_d_9 ????????? "I will go with you, honey, but first, let me take care of repairing the damage caused by my husband">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_3.webm" type="video/webm"></video>
<<prota $protaimg "W-what do you mean?">>
<<chica l_d_9 ????????? "Come with me">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_4.webm" type="video/webm"></video>
<<cont append keypress>>
<<chica l_d_9 ????????? "I'll do whatever you want to make you feel better">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_5.webm" type="video/webm"></video>
<<prota $protaimg "Wow">>
<<chica l_d_9 ????????? "Is there anything I can do for you, honey?">>
<br><br>
<span class="btn white"> <<link "I'm sorry, but I'd better go to the police now (Wake up)">>
<<goto "House">>
<</link>></span>
<span class="btn red"> <<link "I want to touch your tits">>
<<set $hm to 1>>
<<goto "l_d_9">>
<</link>></span>
<span class="btn red"> <<link "I want you to suck my cock">>
<<set $hm to 2>>
<<goto "l_d_9">>
<</link>></span>
<span class="btn red"> <<link "I want to fuck you">>
<<set $hm to 3>>
<<goto "l_d_9">>
<</link>></span>
<span class="btn red"> <<link "My cock is very hard, could you help me with that?">>
<<set $hm to 4>>
<<goto "l_d_9">>
<</link>></span>
<<if $extra_ldm == true>>
<br>
<h2 class="big">EXTRA</h2>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_1.webm" type="video/webm"></video>
<br><br>
<span class="btn red"> <<link "I want to stick my big cock in your tight pussy">>
<<set $hm to 5>>
<<goto "l_d_9">>
<</link>></span><</if>>
<</cont>>
<</linkreplace>>
<</if>>
<<if $hm == 1>>
<<chica l_d_9 ????????? "Do you want to touch my boobs honey?">>
<<prota $protaimg "Y-yes...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_7.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//MHmm//">>
<<prota $protaimg "//Fuck// They are so soft...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_6.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "Do you want to touch something else, honey?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_8.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "You can touch anything you want">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_9.webm" type="video/webm"></video>
<<prota $protaimg "OMG">>
<<prota $protaimg "Your body is so perfect...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_10.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "D-don't stop, just let yourself go">>
<br><br>
<span class="btn white"> <<link "Oh crap, am I dreaming?">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 2>>
<<chica l_d_9 ????????? "//MMHm// I am sure this will heal your headache">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_11.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//SLRP SLRP//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_12.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "Does this make you feel better, honey?">>
<<prota $protaimg "Y-Yes...">>
<<chica l_d_9 ????????? "You can cum inside my mouth">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_13.webm" type="video/webm"></video>
<<prota $protaimg "Can I really do it?">>
<<chica l_d_9 ????????? "Yes, plea...">>
<br><br>
<span class="btn white"> <<link "Why can't I hear you?">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 3>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_9.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "After what my husband's savage did to you, I guess it's fair">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_14.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>She are so wet<</w>>">>
<<chica l_d_9 ????????? "//Mmhmm//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_15.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//AAHHHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_16.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//Fuck// This feels so good">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_17.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//AAAHHHH// Fuck me, Fuck me">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_19.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//GAAAAAAHHHHHHHh// CUMMIIIIING!">>
<<prota $protaimg "//FUCK// //FUCK//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_18.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "Oh my God!">>
<<chica l_d_9 ????????? "//MMMHHHhh// T-that was... amazing">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_20.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//MMHHhh// Cum on my tits, I want your cum on me">>
<br><br>
<span class="btn white"> <<link "W-wait, give me a second">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>>
<<if $hm == 4>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_7.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//MMHhh// Sure honey, don't worry, I'll take care of it">>
<<prota $protaimg "Could you use your hand?">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_9.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "My hand? hahahah, I have a better idea">>
<<chica l_d_9 ????????? "Lay down">>
<<cont append keypress>>
<br><br>
<h2 class="big">She lies on you putting your cock between her legs</h2>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_21.webm" type="video/webm"></video>
<<prota $protaimg "//FUCK// T-this feels so awesome">>
<<chica l_d_9 ????????? "Do you like it, honey?">>
<<prota $protaimg "//FUCK// Y-Yes...">>
<<prota $protaimg "I'm going to...">>
<<chica l_d_9 ????????? "Give it to me //MMHHhh// I want your cum">>
<<prota $protaimg "//AAAAARRRRRRRGGGHHHHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_22.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br>
<<prota $protaimg "Thanks...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_23.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "You don't have to thank me">>
<<prota $protaimg "Wait, the door rang?">>
<<chica l_d_9 ????????? "Hm? Let me see">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_24.webm" type="video/webm"></video>
<<chico gmale1 ????????? "Damn it woman, tell me that bastard isn't still in my house!!!">>
<br><br>
<span class="btn white"> <<link "Oh shit...">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</cont>>
<</cont>>
<</if>>
<<if $hm == 10>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_4.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "I'll do whatever you want to make you feel better">>
<br><br>
<span class="btn white"> <<link "I'm sorry, but I'd better go to the police now (Wake up)">>
<<goto "House">>
<</link>></span>
<span class="btn red"> <<link "I want to touch your tits">>
<<set $hm to 1>>
<<goto "l_d_9">>
<</link>></span>
<span class="btn red"> <<link "I want you to suck my cock">>
<<set $hm to 2>>
<<goto "l_d_9">>
<</link>></span>
<span class="btn red"> <<link "I want to fuck you">>
<<set $hm to 3>>
<<goto "l_d_9">>
<</link>></span>
<span class="btn red"> <<link "My cock is very hard, could you help me with that?">>
<<set $hm to 4>>
<<goto "l_d_9">>
<</link>></span>
<<if $extra_ldm == true>>
<br>
<h2 class="big">EXTRA</h2>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_1.webm" type="video/webm"></video>
<br><br>
<span class="btn red"> <<link "I want to stick my big cock in your tight pussy">>
<<set $hm to 5>>
<<goto "l_d_9">>
<</link>></span><</if>>
<</if>>
<<if $hm == 5>>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_2.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "I am so embarrassed by what my husband did to you">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_3.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "I'll do anything you ask me, honey">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_4.webm" type="video/webm"></video>
<<prota $protaimg "Wow you are so wet">>
<<chica l_d_9 ????????? "//MMMHhm// Your cock is so big...">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_5.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//MMHHhm// That feels so good">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_6.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//AAAAHHh// Fuck me honey, fuck me hard">>
<<chica l_d_9 ????????? "Your cock is so deep inside me">>
<<prota $protaimg "//Fuck// I'm gonna cum">>
<<chica l_d_9 ????????? "//MMhm// I want your cum in my mouth">>
<<prota $protaimg "//AAAAAARRRRRRRGGGGGHH//">>
<br><br>
<video muted autoplay loop><source src="assets\patreon\lucid_dream_9\lucid_dream_9_extra_7.webm" type="video/webm"></video>
<<chica l_d_9 ????????? "//MMHMhm// Is there anything else I can do for you, honey?">>
<br><br>
<span class="btn white"> <<link "I just want to sit down for a moment...">>
<<set $hm to 0>>
<<goto "House">>
<</link>></span>
<</if>><<prota $protaimg "Hey Brittney, I just wanted to say I'm sorry...">>
<<brittney brittney "You don't have to apologize, we are fine">>
<<prota $protaimg "Great, can you give me a gum?">>
<<brittney brittney "No">>
<<prota $protaimg "...">>
<br><br>
<span class="btn white"> <<link "I think I need a plan B">>
<<set $quest_f_brittney.fase to 2>>
<<goto "Street">>
<</link>></span><<if $hm == 0>>
<<prota $protaimg "Brittney, I bought this for you; I hope you like it">>
<<brittney brittney "A gift? Was it really the best you could come up with?">>
<<prota $protaimg "...">>
<<prota $protaimg "Hey, at least I'm trying">>
<<cont append keypress>>
<<prota $protaimg "I have an idea!">>
<<brittney brittney "I'm listening...">>
<<prota $protaimg "You said you'd like to get out of the house more, right?">>
<<brittney brittney "Yes...">>
<<prota $protaimg "How would you like to go on a street race at night with me?">>
<<brittney brittney "!!!">>
<<brittney brittney "Are you serious?">>
<<prota $protaimg "Yes, how about tonight?">>
<<brittney brittney "!!!!!!">>
<<brittney brittney "Ok, let's go home, I'll talk to my mom">>
<br><br>
<span class="btn white"> <<link "Go to Brittney's house">>
<<set $hm to 1>>
<<goto "brittney_event_5b">>
<</link>></span>
<</cont>>
<</if>>
<<if $hm == 1>>
<img src="assets\characters\brittney\house.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<brittney brittney "Wait for me in the living room, I'll talk to my mom">>
<br><br>
<h2 class="big">Brittney's mom seems to be in her room watching some reality show</h2>
<br><br>
<<linkreplace "<p class='btn white'>After a while...</p>" t8n>>
<<brittney brittney "She gave me permission to go!!">>
<<prota $protaimg "Wait, wait, your mom is really going to let you go to a street race at night?">>
<<brittney brittney "Hahahah no, I told her that today is your birthday and that I would be late">>
<<brittney brittney 'So now we will go to "Prepare your birthday party"'>>
<<brittney brittney "I'm going to change my clothes quickly before she changes her mind">>
<br><br>
<h2 class="big">Brittney goes to her room</h2>
<br><br>
<<linkreplace "<p class='btn white'>Wait for her</p>" t8n>>
<<prota $protaimg "<<w>>It seems that she left the door open...<</w>>">>
<<prota $protaimg "<<w>>I could spy but her mom could leave her room at any time<</w>>">>
<<prota $protaimg "<<w>>I'll just look for a second<</w>>">>
<br><br>
<<linkreplace "<p class='btn red'>Spy from the door</p>" t8n>>
<br><br>
<img src="assets\characters\brittney\event_4\1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<prota $protaimg "<<w>>OMG<</w>>">>
<br><br>
<img src="assets\characters\brittney\event_4\2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<prota $protaimg "<<w>>It is incredible the body she hides under those clothes<</w>>">>
<br><br>
<img src="assets\characters\brittney\event_4\3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<br><br>
<h2 class="big">Brittney is coming out of her room</h2>
<br><br>
<span class="btn white"> <<link "Go back to the living room">>
<<set $hm to 2>>
<<goto "brittney_event_5b">>
<</link>></span>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</if>>
<<if $hm == 2>>
<<brittney brittney "I'm ready, shall we go?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_4\4.webm" type="video/webm"></video>
<<prota $protaimg "Yeah, come on">>
<br><br>
<span class="btn white"> <<link "Spend the day with Brittney">>
<<if Cycle.check('time', 'morning')>>
<<editcycle 'time' change +3>>
<<elseif Cycle.check('time', 'noon')>>
<<editcycle 'time' change +2>>
<<elseif Cycle.check('time', 'evening')>>
<<editcycle 'time' change +1>>
<<elseif Cycle.check('time', 'night')>>
<<elseif Cycle.check('time', 'midnight')>>
<<editcycle 'time' change -1>>
<<elseif Cycle.check('time', 'you fell asleep')>>
<<editcycle 'time' change -2>>
<</if>>
<<set $quest_f_brittney.fase to 3>>
<<set $quest_f_brittney.status to "complete">>
<<goto "brittney_event_5c">>
<</link>></span>
<</if>><h2 class="big">You spend the day with Brittney, she loves the races</h2>
<br><br>
<img src="assets\characters\brittney\house_night.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<brittney brittney "This day was amazing!">>
<<brittney brittney "I didn't know you were an expert behind the wheel">>
<<prota $protaimg "I spent many hours with a simulator at home; I guess that helped me a little bit">>
<<brittney brittney "Hm... I see">>
<<brittney brittney "I think my mom is asleep. Do you want to come in?">>
<br><br>
<<linkreplace "<p class='btn red'>Sure</p>" t8n>>
<h2 class="big">Brittney does some chores</h2>
<<prota $protaimg "So your mom is asleep?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_4\5.webm" type="video/webm"></video>
<<brittney brittney "Hahahah What are you doing?">>
<<prota $protaimg "Hm? Nothing... I'm just helping you do the dishes">>
<<brittney brittney "If you want to help me, you could do my laundry for me">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_4\6.webm" type="video/webm"></video>
<<prota $protaimg "Well, I do the laundry... Can I start with this shirt?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_4\7.webm" type="video/webm"></video>
<<brittney brittney "Hahahaha stop!">>
<<brittney brittney "Because of you, I have a thousand things to do; you should at least help me do the laundry">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_4\8.webm" type="video/webm"></video>
<br><br>
<<linkreplace "<p class='btn red'>Help Brittney \"\do the laundry\"\</p>" t8n>>
<video muted autoplay loop><source src="assets\characters\brittney\event_4\9.webm" type="video/webm"></video>
<<brittney brittney "My mom could wake up at any moment...">>
<<prota $protaimg "I'm not doing anything; I'm just enjoying my \"birthday gift\"">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_4\10.webm" type="video/webm"></video>
<<prota $protaimg "OMG Your tits are so big and soft...">>
<<cont append keypress>>
<br><br>
<h2 class="big">Brittney's mom speaks from her bedroom</h2>
<<chica librarian "Brittney's mom" "Daughter, honey, are you home yet?">>
<<brittney brittney "!!!">>
<<brittney brittney "It's my mom! Quickly go away">>
<<prota $protaimg "But...">>
<<brittney brittney "Now!">>
<<prota $protaimg "//Groans// Fine, I'll go">>
<br><br>
<span class="btn white"> <<link "Go home">>
<<goto "House">>
<</link>></span>
<</cont>>
<</linkreplace>>
<</linkreplace>><h2 class="big">Brittney is working at the library</h2>
<<if visited("brittney_generic_1") >= 3>>
<br><br>
<span class="btn white"> <<link "Skip">>
<<set $brittney.friend += 1>>
<<goto "Street">>
<</link>></span>
<</if>>
<br><br>
<img src="assets\characters\brittney\generics\generics_1_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<<prota $protaimg "Hi Brittney, what are you doing?">>
<<brittney brittney "I've been working all day; today has been crazy">>
<<brittney brittney "A girl came in looking for an autographed book, I told her I didn't have it, but she kept insisting">>
<<brittney brittney "Wait, I think it's her again">>
<br><br>
<img src="assets\characters\brittney\generics\generics_1_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<<brittney brittney "Yes, that's her, who gave her my number?">>
<<brittney brittney "and the worst thing is that after that(...)">>
<br><br>
<h2 class="big">Brittney continues to talk non-stop</h2>
<br><br>
<<linkreplace "<p class='btn red'>Close your eyes</p>" t8n>>
<h2 class="big">You close your eyes and let your imagination run wild.</h2>
<<brittney brittney "The truth is that I don't want to bore you with my work">>
<br><br>
<img src="assets\characters\brittney\generics\generics_1_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<<brittney brittney "I've noticed that you always see my boobs">>
<br><br>
<img src="assets\characters\brittney\generics\generics_1_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<<brittney brittney "That makes me so fucking horny">>
<br><br>
<<if $prota.intelligence >= 25>>
<h2 class="big4">
Your intelligence allows you to clearly imagine
</h2>
<<brittney brittney "$prota.name I want you to fuck me">>
<br><br>
<img src="assets\characters\brittney\generics\generics_1_5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<<brittney brittney "I want to feel every inch of your cock inside of me">>
<br><br>
<img src="assets\characters\brittney\generics\generics_1_6.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<<else>>
<h2 class="big4">
You need intelligence (x25) <br> to imagine more clearly
</h2>
<<brittney brittney "$prota.name I want you to fuck me">>
<br><br>
<img src="assets\characters\brittney\generics\generics_1_5_blur.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<<brittney brittney "I want to feel every inch of your cock inside of me">>
<br><br>
<img src="assets\characters\brittney\generics\generics_1_6_blur.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<</if>>
<<cont append keypress>>
<<shakescreen 1s>>
<<brittney brittney "Hey, did you hear what I said?">>
<<prota $protaimg "Hm..? Oh yeah">>
<br><br>
<span class="btn white"> <<link "Of course...">>
<<set $brittney.friend += 1>>
<<goto "Street">>
<</link>></span>
<</cont>>
<</linkreplace>><img src="assets\characters\brittney\generics\generics_2_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<brittney brittney "I think this bikini is very revealing">>
<<brittney brittney "What do you think?">>
<br><br>
<img src="assets\characters\brittney\generics\generics_2_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "I like it...">>
<br><br>
<img src="assets\characters\brittney\generics\generics_2_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<prota $protaimg "a lot">>
<<brittney brittney "So, do I keep it on?">>
<br><br>
<span class="btn white"> <<link "Yes, please...">>
<<set $brittney.friend += 1>>
<<goto "Street">>
<</link>></span><<if $hm == 0>>
<<brittney brittney "Hey, I really enjoyed going to the races with you...">>
<<brittney brittney "Do you think we could go again today?">>
<<prota $protaimg "Sure, but will your mom let you go?">>
<<brittney brittney "She will be away for a few days">>
<<brittney brittney "So... What do you say?">>
<<prota $protaimg "Yeah, what time I pick you up?">>
<<brittney brittney "In the night, when leaving work">>
<br><br>
<span class="btn white"> <<link "Later that day...">>
<<if Cycle.check('time', 'morning')>>
<<editcycle 'time' change +3>>
<<elseif Cycle.check('time', 'noon')>>
<<editcycle 'time' change +2>>
<<elseif Cycle.check('time', 'evening')>>
<<editcycle 'time' change +1>>
<<elseif Cycle.check('time', 'midnight')>>
<<editcycle 'time' change -1>>
<<elseif Cycle.check('time', 'you fell asleep')>>
<<editcycle 'time' change -2>>
<</if>>
<<set $hm to 1>>
<<goto "brittney_event_6">>
<</link>>
</span>
<</if>>
<<if $hm == 1>>
<h2 class="big">You stop by Brittney's work</h2>
<<prota $protaimg "Shall we leave?">>
<<brittney brittney "Yes... it's very cold today, lucky I brought my coat">>
<<prota $protaimg "Shit, I left mine at home">>
<<brittney brittney "If you want, let's go to your house for a moment">>
<<prota $protaimg "Okay, let's go">>
<br><br>
<span class="btn white"> <<link "Go Home">>
<<set $hm to 2>>
<<goto "brittney_event_6">>
<</link>>
</span>
<</if>>
<<if $hm == 2>>
<img src="assets\img\house_night.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<cont append keypress>>
<br><br>
<h2 class="big">Brittney enters the house and looks around</h2>
<<brittney brittney "Your house is very nice">>
<<prota $protaimg "Thank you, I'll get my coat, wait for me in the living room">>
<br><br>
<<linkreplace "<p class='btn white'>Enter your room</p>" t8n>>
<h2 class="big">Neptuno is here</h2>
<br><br>
<img src="assets\characters\brittney\event_5\neptuno_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Neptuno, have you seen my coat?">>
<<neptuno neptuno "Yes bro, it's in the third drawer">>
<<neptuno neptuno "Wait, you said coat?">>
<<prota $protaimg "Yes, why?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\happy.webm" type="video/webm"></video>
<<neptuno neptuno "Where are we going?">>
<<prota $protaimg "You to nowhere, me to the street races">>
<<neptuno neptuno "//GGGGGGRRRR//">>
<<neptuno neptuno "Come on, bro! $amuleto.name is out with her friends, and I'm bored!">>
<<prota $protaimg "...">>
<<prota $protaimg "Ok, let's go">>
<<neptuno neptuno "//!!!//">>
<br><br>
<<linkreplace "<p class='btn white'>Put on your coat and go back to the living room</p>" t8n>>
<<brittney brittney "You didn't tell me you had a doggo!">>
<<brittney brittney "OMG YOU ARE SO CUTE">>
<<brittney brittney "//Awww// You are a good boy">>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\happy.webm" type="video/webm"></video>
<<neptuno neptuno "Did you hear that bro? I'm a good boy">>
<<prota $protaimg "...">>
<<prota $protaimg "Stop stealing attention and go to the car">>
<<neptuno neptuno "//bark//">>
<br><br>
<h2 class="big">Neptuno goes to the car while singing the music "Tokyo Drift"</h2>
<<neptuno neptuno "Fast and furious! 🎶 Drift 🎶 Drift 🎶 Drift">>
<<brittney brittney "Why didn't you tell me you had a pet?">>
<<prota $protaimg "Well... Neptuno is more of a friend than a pet">>
<<brittney brittney "Aww, that's so cute">>
<<brittney brittney "It's one of the things I love about you">>
<br><br>
<h2 class="big">Brittney gives you a kiss</h2>
<<prota $protaimg "<<w>>I should make a note of that phrase for later use<</w>>">>
<br><br>
<span class="btn white"> <<link "Go to the street races">>
<<set $hm to 0>>
<<goto "brittney_event_6b">>
<</link>>
</span>
<</linkreplace>>
<</linkreplace>>
<</cont>>
<</if>><<if $hm == 0>>
<h2 class="big">You spend the night with Brittney and Neptuno at the street races</h2>
<br><br>
<img src="assets\img\street_race.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\scared.webm" type="video/webm"></video>
<<neptuno neptuno "Bro, can we take a break? I think it's been a lot of speed for one night">>
<<prota $protaimg "Hahahah">>
<<prota $protaimg "Brittney, do you want hot dogs?">>
<<brittney brittney "Yes! I'm starving">>
<br><br>
<h2 class="big">You park the car next to the others</h2>
<<prota $protaimg "Neptuno, I'm going to buy some hot dogs, will you watch the car while we go back?">>
<<neptuno neptuno "//Bark//">>
<br><br>
<span class="btn white"> <<link "Go buy hot dogs with Brittney">>
<<set $hm to 1>>
<<goto "brittney_event_6b">>
<</link>>
</span>
<</cont>>
<</if>>
<<if $hm == 1>>
<h2 class="big">You arrive at a small street vendor attracted by the smell of grease</h2>
<br><br>
<img src="assets\characters\brittney\event_5\hot_dog.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">You talk to Brittney while you eat</h2>
<<brittney brittney "We should go back, I don't want to leave Neptuno alone for too long">>
<<prota $protaimg "...">>
<<prota $protaimg "Yeah, you're right; let's go">>
<br><br>
<h2 class="big">You buy a hot dog for Neptuno and go back to the car</h2>
<<cont append keypress>>
<<brittney brittney "Hey, do you have many friends here?">>
<<prota $protaimg "Not many, why?">>
<<brittney brittney "There is a man near Neptuno and the car">>
<br><br>
<img src="assets\characters\brittney\event_5\man.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "//!!!!!!!!!//">>
<br><br>
<h2 class="big">You run fast to the car</h2>
<<neptuno neptuno "//BARK// //GGGGGGGRRRRRRRRRRR//">>
<<chico gmale1 ???????? "Damn stupid d-dog you y-you //burp// think you can bark at me?!">>
<<prota $protaimg "Hey, you drunken fucker, stay away from my dog!">>
<<chico gmale1 ???????? "Your stupid d-dog needs to learn so... some manners, my boot will teach him to keep his snout shut">>
<<neptuno neptuno "//!!!!!!//">>
<br><br>
<img src="assets\characters\brittney\event_5\kick.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\neptuno\event2\event_3.webm" type="video/webm"></video>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_5\look.webm" type="video/webm"></video>
<br><br>
<<linkreplace "<p class='btn red'>//hIt ThE gUy//</p>" t8n>>
<br><br>
<h2 class="big">Before you or Neptuno can move, Brittney slaps him, sending him to the ground</h2>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_5\slap.webm" type="video/webm"></video>
<br><br>
<img src="assets\characters\brittney\event_5\drunk.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<neptuno neptuno "Bro, bro, bro, did you see it?!">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_5\damn.webm" type="video/webm"></video>
<<prota $protaimg "Holy shit!">>
<<brittney brittney "Let's go, I don't think that guy will wake up until tomorrow">>
<br><br>
<span class="btn white"> <<link "Go home">>
<<goto "brittney_event_6c">>
<</link>></span>
<</linkreplace>>
<</cont>>
<</cont>>
<</if>>
<h2 class="big">You arrive at Brittney's house</h2>
<br><br>
<img src="assets\characters\brittney\house_night.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<cont append keypress>>
<<prota $protaimg "The punch you gave that guy was amazing">>
<<brittney brittney "Hahaha that idiot deserved it...">>
<<prota $protaimg "Hahahah Yes... //Clears Throat//">>
<<prota $protaimg "So... You will be home alone">>
<<prota $protaimg "Do you want me to stay and chat for a while?">>
<<brittney brittney "Hm... Promise it will be just talk?">>
<<prota $protaimg "Of course...">>
<br><br>
<img src="assets\characters\brittney\c_f.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<brittney brittney "Hmm...">>
<<brittney brittney "Okey, you can come in">>
<br><br>
<<linkreplace "<p class='btn red'>Enter Brittney's home</p>" t8n>>
<h2 class="big">You sit on the couch and talk with Brittney for a while</h2>
<<prota $protaimg "Can I at least give you a kiss?">>
<<brittney brittney "But...">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_5\kiss.webm" type="video/webm"></video>
<<brittney brittney "S-stop! You promised">>
<<prota $protaimg "Oh, come on, it's just a kiss">>
<<brittney brittney "I know what you want, and you're not going to get it">>
<<brittney brittney "But there is one thing I can give you">>
<<cont append keypress>>
<br><br>
<h2 class="big">Brittney pulls down your pants and gently takes your cock into her mouth</h2>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_5\brittney_1.webm" type="video/webm"></video>
<<prota $protaimg "OMG">>
<<brittney brittney "//SLRP// //SLRP//">>
<<prota $protaimg "//Fuck// It feels so good...">>
<<brittney brittney "//SLRP// Do you l-like? //SLRP//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_5\brittney_2.webm" type="video/webm"></video>
<<prota $protaimg "Y-yes">>
<<prota $protaimg "Are you sure you don't want to go to bed with me?">>
<<brittney brittney "Hahaha keep talking and the only one who will accompany you to the room will be your pillow">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_5\brittney_3.webm" type="video/webm"></video>
<<brittney brittney "//GULP// //GULP//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_5\brittney_4.webm" type="video/webm"></video>
<<prota $protaimg "//Fuck// Your tits are so soft">>
<<brittney brittney "//MMHm// Do you want to cum?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_5\brittney_5.webm" type="video/webm"></video>
<<prota $protaimg "Y-yes...">>
<<brittney brittney "//MMHm// Give it to me">>
<br>
<<linkreplace "<p class='btn red'>Cum on her face</p>" t8n>>
<<prota $protaimg "//Fuck// //Fuck//">>
<<prota $protaimg "//AAAAAAAARRRGGGGH//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_5\brittney_6.webm" type="video/webm"></video>
<<prota $protaimg "//OMG//">>
<br><br>
<h2 class="big">You sit on the couch while you catch your breath</h2>
<<prota $protaimg "Brittney...">>
<<brittney brittney "Hm?">>
<<prota $protaimg "Why didn't you want to do it with me?">>
<<brittney brittney "I trusted someone once before, and he cheated on me">>
<<brittney brittney "But I don't want to talk about it">>
<<brittney brittney "I'm going to take a shower, sweep the living room and wash the dishes">>
<<brittney brittney "After that you can leave">>
<<prota $protaimg "<<w>>Well, if one thing is for sure is that nothing is free in this life<</w>>">>
<br><br>
<span class="btn white"> <<link "Do the housework and go home to sleep">>
<<set $hm to 0>>
<<set $brittney.friend +=1>>
<<goto "sleep">>
<</link>></span>
<</linkreplace>>
<</cont>>
<</linkreplace>>
<</cont>>
<h2 class="big">You arrive home</h2>
<br><br>
<img src="assets\img\house_night.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<prota $protaimg "Brittney wait for me in the car; I'll drop Neptuno off at the house, and then I'll take you to yours">>
<<brittney brittney "Good night Neptuno">>
<<neptuno neptuno "//bark//">>
<br><br>
<h2 class="big">You accompany Neptuno to the door of house</h2>
<<neptuno neptuno "Bro, did you see how she hit him?">>
<<neptuno neptuno "She looked like a professional wrestler, she knocked him out with one punch!">>
<<prota $protaimg "Hahahah Yeah, now I'm afraid she' ll do the same to me">>
<<neptuno neptuno "Hahahahah, Well you...">>
<br><br>
<h2 class="big">Neptuno stands motionless and gazing blankly</h2>
<<prota $protaimg "Neptuno, are you okay?">>
<<neptuno neptuno "Is my sister, I can feel her presence">>
<<prota $protaimg "Sister?! do you have a sister?">>
<<neptuno neptuno "She and I are like oil and water; she hates humans even though her physical appearance is the same as theirs">>
<<neptuno neptuno "But the most important thing bro, is that whenever she shows up it means bad news">>
<<neptuno neptuno "I'm sure it has something to do with what happened tonight">>
<<prota $protaimg "Do you want me to stay?">>
<<neptuno neptuno "Nha bro, a human would just make everything worse, I'll take care of this">>
<<prota $protaimg "...">>
<<prota $protaimg "Ok, I'll take brittney home then">>
<br><br>
<h2 class="big">Neptuno enters slowly and fearfully into the house</h2>
<<prota $protaimg "<<w>>Wow, she must be a monster for Neptuno to be so afraid of her<</w>>">>
<br><br>
<span class="btn white"> <<link "Take Brittney home">>
<<goto "brittney_event_6d">>
<</link>></span>
<<if $hm == 0>>
<<brittney brittney "Oh, thank God you're here">>
<<brittney brittney "Stay here; if they ask for a book, look it up on the computer, answer the phone if someone calls, and don't let anyone in with drinks">>
<<brittney brittney "I'll be back in 10 minutes, I need to take these documents to the second floor">>
<<prota $protaimg "Hi Brittney, how are you? I'm fine thanks for asking">>
<<brittney brittney "Hahahah Shut up">>
<br><br>
<h2 class="big">Brittney gives you a kiss on the cheek and leaves</h2>
<<prota $protaimg "<<w>>Great, now I'm a librarian<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Play with the Newton cradle on the desk.</p>" t8n>>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\n_w_1.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>Hahahah Bouncing balls<</w>>">>
<<prota $protaimg "<<w>>//Tik// //Tak// //Tik// //Tak//<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\n_w_2.webm" type="video/webm"></video>
<<cont append keypress>>
<<chica lexi Lexi "Hey!">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\scr.webm" type="video/webm"></video>
<<prota $protaimg "//AAAAAAHH!!!//">>
<<chica lexi Lexi "I'm sorry, I didn't mean to scare you">>
<br><br>
<img src="assets\characters\generics\lexi\event_2\lexi_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "//clears throat// You didn't s-scare me, I was just... distracted">>
<<chica lexi Lexi "Where is Brittney? I need to give her these papers">>
<<prota $protaimg "She is on the second floor, she should be back in 5 minutes">>
<<chica lexi Lexi "Hmm... I see">>
<<chica lexi Lexi "I wish you were always here, it's nice to be attended by such a handsome guy like you">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\shy.webm" type="video/webm"></video>
<br><br>
<h2 class="big">Lexi begins to touch the balls of the Newton cradle gently</h2>
<<chica lexi Lexi "I still haven't had time to thank you properly for the favour you did me by delivering the documents">>
<<chica lexi Lexi "How about if I invite you to my pool this Friday?">>
<br><br>
<img src="assets\characters\generics\lexi\event_2\lexi_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "T-that sounds g-great">>
<br><br>
<h2 class="big">Brittney returns and stands next to you</h2>
<<brittney brittney "Lexi! Did you bring the documents?">>
<<chica lexi Lexi "Oh yes, I almost forgot">>
<br><br>
<h2 class="big">Lexi hands Brittney the papers</h2>
<<chica lexi Lexi "I need help to staple these others papers, can you help me $prota.name?">>
<br><br>
<img src="assets\characters\generics\lexi\event_2\lexi_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 75%;">
<<prota $protaimg "Y-yes...">>
<<brittney brittney "$prota.name you've helped me enough, go to work, I'll do this">>
<<prota $protaimg "Oh it's nothing hahahah, I can d...">>
<br><br>
<img src="assets\characters\brittney\stmp.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "//!!!!!!!!//">>
<<brittney brittney "//whisper// You should go to work, don't you think?">>
<<prota $protaimg "//whisper// I will buy industrial boots">>
<br><br>
<h2 class="big">Lexi smiles at you as you leave</h2>
<br><br>
<img src="assets\characters\generics\lexi\event_2\lexi_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<span class="btn white"> <<link "Exit the library">>
<<set $hm to 1>>
<<goto "brittney_event_7">>
<</link>></span>
<</cont>>
<</linkreplace>>
<</if>>
<<if $hm == 1>>
<<prota $protaimg "<<w>>So Friday at Lexi's house<</w>>">>
<<prota $protaimg "<<w>>It's so rare for such a beautiful girl to be so nice to me...<</w>>">>
<<prota $protaimg "<<w>>I guess I'll find out what this is all about on Friday<</w>>">>
<br><br>
<span class="btn white"> <<link "Continue">>
<<set $hm to 0>>
<<set $quest_lexi_2.status to "active">>
<<notify 3s>>New Quest Added!<</notify>>
<<goto "Street">>
<</link>></span>
<</if>><<if $quest_lexi_2.sit_ups == 0>>
<<set $quest_lexi_2.sit_ups to 1>>
<<prota $protaimg "<<w>>If I want to impress lexi, I'd better start sculpting my six pack<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\vids\sit_ups.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "That was exhausting">>
<<set $quest_lexi_2.block to true>>
<<goto "gym">>
<</link>></span>
<<elseif $quest_lexi_2.sit_ups >= 1 and $quest_lexi_2.sit_ups <= 3>>
<h2 class="big">You spend some time doing sit-ups</h2>
<br><br>
<video muted autoplay loop><source src="assets\vids\sit_ups.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "That was exhausting">>
<<set $quest_lexi_2.block to true>>
<<set $quest_lexi_2.sit_ups += 1>>
<<goto "gym">>
<</link>></span>
<<elseif $quest_lexi_2.sit_ups == 4>>
<<prota $protaimg "<<w>>I think I'm ready<</w>>">>
<br><br>
<img src="assets\img\six_pack.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<span class="btn white"> <<link "Now it's time to show off my beach body">>
<<set $quest_lexi_2.block to true>>
<<set $quest_lexi_2.fase to 2>>
<<set $quest_lexi_2.sit_ups += 1>>
<<goto "gym">>
<</link>></span>
<</if>><<if $hm == 0>>
<img src="assets\characters\generics\lexi\event_2\lexi_5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica lexi Lexi "Ready to swim?">>
<<prota $protaimg "Y-yes...">>
<<chica lexi Lexi "Then come, get in the water with me">>
<br><br>
<img src="assets\characters\generics\lexi\event_2\lexi_6.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">You enter the pool with Lexi</h2>
<<chica lexi Lexi "There is something I wanted to ask you">>
<<prota $protaimg "Hm?">>
<<chica lexi Lexi "You and Brittney... You know...">>
<<chica lexi Lexi "Are you two dating or something like that?">>
<<prota $protaimg "Oh no, hahahah, we are just friends">>
<<chica lexi Lexi "Hmm... That means you are still available">>
<<chica lexi Lexi "To be honest, I would feel a little jealous to see you with someone else">>
<<prota $protaimg "R-really?">>
<br><br>
<h2 class="big">Lexi nods her head</h2>
<<chica lexi Lexi "Let's go inside">>
<br><br>
<img src="assets\characters\generics\lexi\event_2\lexi_7.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica lexi Lexi "I need a favor that only a man can do">>
<br><br>
<span class="btn white"> <<link "Enter home with Lexi">>
<<set $hm to 1>>
<<goto "lexi_event_2">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<<chica lexi Lexi "Will you do it?">>
<br><br>
<img src="assets\characters\generics\lexi\event_2\lexi_8.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Y-yes">>
<<chica lexi Lexi "The favor I need">>
<<chica lexi Lexi "It has to do with a very important document">>
<<prota $protaimg "Document?">>
<br><br>
<video muted autoplay loop><source src="assets\vids\disappointed.webm" type="video/webm"></video>
<<prota $protaimg "I will not spend another week going all over town handing out documents">>
<<chica lexi Lexi "This time it will be much easier, I just need a signature">>
<<prota $protaimg "And why don't you do it?">>
<<chica lexi Lexi "You see... There is a problem">>
<<chica lexi Lexi "I need the signature of the president of an important company, his name is Matthew">>
<<chica lexi Lexi "That would give me a substantial economic bonus and a possible promotion">>
<<chica lexi Lexi "I tried to approach him in an \"informal\" way">>
<br><br>
<img src="assets\characters\generics\lexi\event_2\lexi_9.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica lexi Lexi "But his wife is like a kick in the ass; she won't let any woman near him; she is a crazy woman who watches him every second">>
<<prota $protaimg "And you want me to do it for you?">>
<<chica lexi Lexi "The offer is good and benefits both companies, I am sure it will">>
<<prota $protaimg "What's in it for me?">>
<<chica lexi Lexi "I'll think of something, then; I'm counting on you?">>
<<prota $protaimg "...">>
<br><br>
<img src="assets\characters\generics\lexi\event_2\lexi_10.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica lexi Lexi "Please...">>
<<prota $protaimg "Ok, ok, I will do it">>
<<chica lexi Lexi "You are an angel! I knew I could count on you">>
<<chica lexi Lexi "These are the documents and the address">>
<br>
<<linkreplace "<p class='btn white'>Take the document</p>" t8n>>
<<chica lexi Lexi "Now if you'll excuse me, I have things to do">>
<<prota $protaimg "<<w>>Now I understand why she was so nice to me<</w>>">>
<br>
<span class="btn white"> <<link "Get out on the street">>
<<set $quest_lexi.fase to 3>>
<<goto "Street">>
<</link>></span>
<</linkreplace>>
<</if>><h2 class="big">You arrive at the building where Matthew is</h2>
<br><br>
<img src="assets\characters\generics\lexi\event_2\m_office.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>This is the building<</w>>">>
<br>
<<linkreplace "<p class='btn white'>Talk to him secretary</p>" t8n>>
<<prota $protaimg "<<w>>He is a man, very unusual for a rich man not to have a beautiful woman as a secretary.... His wife is as jealous as Lexi said<</w>>">>
<<prota $protaimg "Hello, I am here to speak with Mr. Matthew">>
<<chico gmale1 Secretary "Do you have an appointment?">>
<<prota $protaimg "No...">>
<<chico gmale1 Secretary "Are you accompanied by anyone else?">>
<<prota $protaimg "No...">>
<<chico gmale1 Secretary "What is the reason for your visit?">>
<<prota $protaimg "Business">>
<<chico gmale1 Secretary "Hm... I see, wait a second">>
<br><br>
<h2 class="big">The secretary makes a call</h2>
<<chico gmale1 Secretary "Is a man, comes alone and says he will talk business">>
<<chica gfemale2 ?????????? "*Inaudible*">>
<<chico gmale1 Secretary "Yes madam">>
<<chica gfemale2 ?????????? "*Inaudible*">>
<<chico gmale1 Secretary "Hm... Yes madam">>
<<chica gfemale2 ?????????? "*Inaudible*">>
<<chico gmale1 Secretary "Ok, madam">>
<br><br>
<h2 class="big">Secretary hangs up the phone</h2>
<<chico gmale1 Secretary "Your appointment has been approved, but you will have to wait for an hour">>
<br><br>
<<linkreplace "<p class='btn white'>See your phone</p>" t8n>>
<img src="assets\characters\generics\lexi\event_2\phone.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "No problem, I can wait">>
<br><br>
<h2 class="big">10 minutes later</h2>
<<cont append keypress>>
<br><br>
<h2 class="big">The secretary receives a call</h2>
<<chica gfemale2 ?????????? "*Inaudible*">>
<<chico gmale1 Secretary "Yes madam, I'm on my way">>
<<prota $protaimg "<<w>>The secretary left<</w>>">>
<<prota $protaimg "<<w>>I suppose I could take a look at Mr. Matthew's office<</w>>">>
<span class="btn red"> <<link "Spy inside the office ">>
<<goto "lexi_event_2b">>
<</link>>
</span>
<</cont>>
<</linkreplace>>
<</linkreplace>>
<<if $hm == 0>>
<<prota $protaimg "<<w>>Is there a woman in the office?!<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\1.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>But how is it possible if his wife watches everything...<</w>>">>
<<prota $protaimg "<<w>>Oh I get it, a rich man with a secretary who earns a pittance<</w>>">>
<<prota $protaimg "<<w>>One check a month and I'd let an elephant through<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\2.webm" type="video/webm"></video>
<<prota $protaimg "<<w>>Wow, she is beautiful<</w>>">>
<<prota $protaimg "<<w>>I'd better record this, it might come in handy later<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\3.webm" type="video/webm"></video>
<br>
<<linkreplace "<p class='btn red'>Record with your phone</p>" t8n>>
<<prota $protaimg "<<w>>Maybe if I bring the phone closer, I can record the voices<</w>>">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\4.webm" type="video/webm"></video>
<<chicopng matthew Matthew "I've been waiting for this all week">>
<<chica carla ?????????? "You know how hard it is to get in here with your wife out there">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\5.webm" type="video/webm"></video>
<<chica carla ?????????? "//SLRP// //SLRP//">>
<<chicopng matthew Matthew "Fuck that feels good!">>
<<chicopng matthew Matthew "Suck it bitch, I want you to have all my cock in your little mouth">>
<<chica carla ?????????? "//GULP// //GULP//">>
<<chicopng matthew Matthew "You're a whore who likes to suck cock huh?">>
<<chicopng matthew Matthew "Come on say it">>
<<chica carla ?????????? "//GULP// I'm a w-whore who likes //GULP// to s-suck cocks">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\6.webm" type="video/webm"></video>
<<chica carla ?????????? "//MMMhmm//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\7.webm" type="video/webm"></video>
<<chicopng matthew Matthew "Do you want me to fuck you?">>
<<chica carla ?????????? "//MMhmm// Y-yes please">>
<<chicopng matthew Matthew "You're so wet, I bet you'd do this for free just to have a cock inside you">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\8.webm" type="video/webm"></video>
<<chica carla ?????????? "//AAAAHHHHHg//">>
<<chicopng matthew Matthew "Are you cumming bitch?">>
<<chica carla ?????????? "//AAAAAAHHHHH// Y-yess">>
<<chicopng matthew Matthew "You're a fucking whore, now get down on your knees and open your mouth as wide as you can">>
<<chicopng matthew Matthew "//FUCK// //FUCK//">>
<<chicopng matthew Matthew "//AAAAAAAAAAHHHHHHHH//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\9.webm" type="video/webm"></video>
<<chica carla ?????????? "//GAAAHHH// //GULP// //GULP//">>
<<chica carla ?????????? "//GHMMM//">>
<<chicopng matthew Matthew "God, I need to sit down">>
<<chicopng matthew Matthew "When the cleaning guy comes, he will sneak you out as usual">>
<<chicopng matthew Matthew "I want you back here tomorrow">>
<<chica carla ?????????? "Do you have water?">>
<<chicopng matthew Matthew "Yes, in the minibar, now be quiet; I need to make a call">>
<<prota $protaimg "<<w>>I'd better get back to the waiting room<</w>>">>
<br><br>
<span class="btn white"> <<link "Return to your chair">>
<<set $hm to 1>>
<<goto "lexi_event_2b">>
<</link>></span>
<</linkreplace>>
<</if>>
<<if $hm == 1>>
<h2 class="big">You sit in your chair and after 20 minutes the secretary returns</h2>
<<chico gmale1 Secretary "I'm sorry, but Mr. Matthew just called me and canceled today's appointments">>
<<prota $protaimg "...">>
<<chico gmale1 Secretary "I will book an appointment for Monday">>
<br><br>
<span class="btn white"> <<link "Then I'll be back on Monday">>
<<set $hm to 0>>
<<set $quest_lexi_2.fase to 4>>
<<set $quest_lexi_2.block to true>>
<<goto "Street">>
<</link>></span>
<</if>><img src="assets\characters\generics\lexi\event_2\m_office.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Well, this is my last chance<</w>>">>
<br><br>
<<linkreplace "<p class='btn white'>Talk to Matthew's secretary</p>" t8n>>
<<chico gmale1 Secretary "Mr. Matthew is waiting for you, you may go to his office">>
<br><br>
<h2 class="big">You walk into Matthew's office</h2>
<<prota $protaimg "Hello Mr. Matthew, I was asked to bring you this offer">>
<<chicopng matthew Matthew "Please have a seat">>
<br><br>
<h2 class="big">Matthew reads the document</h2>
<<chicopng matthew Matthew "It's a good offer, but unfortunately it carries an unnecessary risk for me">>
<<prota $protaimg "I really need you to sign that document">>
<<chicopng matthew Matthew "I already said I can't do anything, now get out of my office and don't waste my time">>
<<prota $protaimg "<<w>>I didn't want to do this, but...<</w>>">>
<br>
<<linkreplace "<p class='btn red'>Put the phone on the desk with the video</p>" t8n>>
<<chicopng matthew Matthew "...">>
<<chicopng matthew Matthew "How the fuck did you get that?!">>
<<chicopng matthew Matthew "With that, you would cause a divorce that would leave me broke">>
<<chicopng matthew Matthew "How much money do you want?">>
<<prota $protaimg "In fact I just want your signature on that document and I will delete the video">>
<<chicopng matthew Matthew "Really, that's all you want?">>
<<prota $protaimg "Yes">>
<<chicopng matthew Matthew "Hahahah here, I already signed it">>
<<chicopng matthew Matthew "I would sign anything not to see my wife angry">>
<<chicopng matthew Matthew "she's like a kick in the ass">>
<<prota $protaimg "Yeah, that's what they say...">>
<<chicopng matthew Matthew "Wait... This document...">>
<<chicopng matthew Matthew "I've seen it before">>
<<chicopng matthew Matthew "Of course! I had tried to bring them Lexi">>
<<prota $protaimg "Have you met Lexi?">>
<<chicopng matthew Matthew "Not in person, but she tried to communicate with me by all possible means">>
<<chicopng matthew Matthew "Whatever, you got what you want, now get out of my office, I have things to do">>
<<prota $protaimg "It was a pleasure doing business with you Mr. Matthew">>
<br><br>
<span class="btn white"> <<link "Exit the building">>
<<set $quest_lexi_2.fase to 5>>
<<goto "Street">>
<</link>></span>
<</linkreplace>>
<</linkreplace>><<if $hm == 0>>
<h2 class="big">You arrive at lexi's house</h2>
<br><br>
<img src="assets\characters\generics\lexi\house_day.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<cont append keypress>>
<<chica lexi Lexi "My superstar has finally arrived!">>
<<prota $protaimg "How do you know I got him to sign the document?">>
<<chica lexi Lexi "Hahahah are you kidding me? that's the only thing that was talked about in the office today">>
<<chica lexi Lexi "I have a surprise for you, come">>
<br><br>
<h2 class="big">Lexi covers your eyes and sits you down on what appears to be a bed or couch</h2>
<<chica lexi Lexi "Ok, keep your eyes closed">>
<<chica lexi Lexi "It will only take a minute, wait">>
<<prota $protaimg "What will you give me?">>
<<chica lexi Lexi "My boss put a considerable amount of money in my bank account">>
<<chica lexi Lexi "But unluckily for you, I had a couple of credit cards to pay off">>
<<chica lexi Lexi "So I thought of another way to reward you">>
<<chica lexi Lexi "Hm... okay, you can open your eyes">>
<br><br>
<<linkreplace "<p class='btn red'>Open your eyes</p>" t8n>>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\lexi_1.webm" type="video/webm"></video>
<<prota $protaimg "//WOW//">>
<<chica lexi Lexi "Do you like your reward?">>
<<prota $protaimg "I love it, it's perfect">>
<<chica lexi Lexi "Hahahah And it only cost 50 bucks on sale">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\lexi_2.webm" type="video/webm"></video>
<<chica lexi Lexi "I love that you are so easy to surprise">>
<<prota $protaimg "Can I t-touch?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\lexi_3.webm" type="video/webm"></video>
<<chica lexi Lexi "//MMm// Do you want?">>
<<prota $protaimg "Yes, please">>
<<chica lexi Lexi "Okey, you can touch">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\lexi_4.webm" type="video/webm"></video>
<<prota $protaimg "Your skin is so soft...">>
<<chica lexi Lexi "Want to touch more?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\lexi_5.webm" type="video/webm"></video>
<br><br>
<img src="assets\characters\generics\lexi\event_2\lexi_11.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<span class="btn red"> <<link "Unfastens her bra">>
<<set $hm to 1>>
<<goto "lexi_event_2d">>
<</link>></span>
<</linkreplace>>
<</cont>>
<</if>>
<<if $hm == 1>>
<<chica lexi Lexi "Hahaha hey, I thought you were just going to touch">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\lexi_6.webm" type="video/webm"></video>
<<prota $protaimg "That's what I do, just touch">>
<<chica lexi Lexi "And is there anything else you want to touch on?">>
<<prota $protaimg "Definitely...">>
<br><br>
<span class="btn red"> <<link "Blowjob">>
<<set $hm to 3>>
<<goto "lexi_event_2d">>
<</link>></span>
<span class="btn red"> <<link "Missionary">>
<<set $hm to 4>>
<<goto "lexi_event_2d">>
<</link>></span>
<span class="btn red"> <<link "Cowgirl">>
<<set $hm to 5>>
<<goto "lexi_event_2d">>
<</link>></span>
<span class="btn red"> <<link "Cum (Finish)">>
<<set $hm to 6>>
<<goto "lexi_event_2d">>
<</link>></span>
<</if>>
<<if $hm == 2>>
<img src="assets\characters\generics\lexi\event_2\lexi_12.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<span class="btn red"> <<link "Blowjob">>
<<set $hm to 3>>
<<goto "lexi_event_2d">>
<</link>></span>
<span class="btn red"> <<link "Missionary">>
<<set $hm to 4>>
<<goto "lexi_event_2d">>
<</link>></span>
<span class="btn red"> <<link "Cowgirl">>
<<set $hm to 5>>
<<goto "lexi_event_2d">>
<</link>></span>
<span class="btn red"> <<link "Cum (Finish)">>
<<set $hm to 6>>
<<goto "lexi_event_2d">>
<</link>></span>
<</if>>
<<if $hm == 3>>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\bw_1.webm" type="video/webm"></video>
<<chica lexi Lexi "//MMHmm// Your dick is so hard">>
<<chica lexi Lexi "//SLRP// //SLRP//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\bw_2.webm" type="video/webm"></video>
<br>
<<linkreplace "<p class='btn red'>Put your cock between her tits</p>" t8n>>
<<chica lexi Lexi "//MMmh// You like my tits?">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\bw_3.webm" type="video/webm"></video>
<br><br>
<span class="btn red"> <<link "Keep fucking her">>
<<set $hm to 2>>
<<goto "lexi_event_2d">>
<</link>></span>
<</linkreplace>>
<</if>>
<<if $hm == 5>>
<<chica lexi Lexi "//AAAHHHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\cow_1.webm" type="video/webm"></video>
<<chica lexi Lexi "//MMMmmh//">>
<br><br>
<img src="assets\characters\generics\lexi\event_2\cow_5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
<<chica lexi Lexi "//FUCK// //FUCK// This feels so good">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\cow_2.webm" type="video/webm"></video>
<<chica lexi Lexi "//GAAAAHHh// D-don't stop please">>
<<chica lexi Lexi "//MMMMmmh// Oh my God, I had forgotten what this felt like">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\cow_3.webm" type="video/webm"></video>
<<prota $protaimg "I can't h-hold it">>
<<chica lexi Lexi "//AAAAAAAHHH// J-just a little more please">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\cow_4.webm" type="video/webm"></video>
<br><br>
<span class="btn red"> <<link "Keep fucking her">>
<<set $hm to 2>>
<<goto "lexi_event_2d">>
<</link>></span>
<</if>>
<<if $hm == 4>>
<<prota $protaimg "Lie down and spread your legs">>
<<chica lexi Lexi "//MHmm// like this?">>
<<prota $protaimg "Wow, you are so wet">>
<br><br>
<img src="assets\characters\generics\lexi\event_2\miss_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "Do you want to feel my cock inside you?">>
<<chica lexi Lexi "//MMHmm// Yes, please">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\miss_1.webm" type="video/webm"></video>
<<prota $protaimg "//Fuck// Your pussy is so tight...">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\miss_2.webm" type="video/webm"></video>
<<chica lexi Lexi "//AAAAHHH// Right there, t-that feels so good!">>
<<chica lexi Lexi "//MMMHmm// Fuck me, fuck me!">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\miss_3.webm" type="video/webm"></video>
<br><br>
<span class="btn red"> <<link "Keep fucking her">>
<<set $hm to 2>>
<<goto "lexi_event_2d">>
<</link>></span>
<</if>>
<<if $hm == 6>>
<<prota $protaimg "//FUCK// //FUCK//">>
<<prota $protaimg "//AAAAAARRRRRRRRGGGGHHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\generics\lexi\event_2\cum_1.webm" type="video/webm"></video>
<<chica lexi Lexi "//MMHhM//">>
<<cont append keypress>>
<<chica lexi Lexi "Can you bring me some water please?">>
<br><br>
<img src="assets\characters\generics\lexi\event_2\cum_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">You take a shower and after a while you go home</h2>
<span class="btn white"> <<link "Go Home">>
<<set $hm to 0>>
<<set $quest_lexi_2.status to "complete">>
<<goto "House">>
<</link>>
</span>
<</cont>>
<</if>><span id="brittney_sex_mouth">
</span>
<br><br>
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<br>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_job.gif]]>>
<<replace "#brittney_sex_mouth">>
<<switch random(1, 4)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\mouth\brittney\mouth_job1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\mouth\brittney\mouth_job2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\mouth\brittney\mouth_job3.webm" type="video/webm"></video>
<<case 4>>
<video autoplay loop controls><source src="assets\sex\mouth\brittney\mouth_job4.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">BLOWJOB</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_ass.gif]]>>
<<replace "#brittney_sex_mouth">>
<<switch random(1, 2)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\mouth\brittney\mouth_tits1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\mouth\brittney\mouth_tits2.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">KISS BOOBS</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\mouth\mouth_pussy.gif]]>>
<<replace "#brittney_sex_mouth">>
<video autoplay loop controls><source src="assets\sex\mouth\brittney\mouth_pussy1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUNNILINGUS</span>
</div></div>
</div><span id="brittney_sex_dick">
</span>
<br><br>
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<br>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_cowgirl.gif]]>>
<<replace "#brittney_sex_dick">>
<<switch random(1, 4)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_cowgirl1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_cowgirl2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_cowgirl3.webm" type="video/webm"></video>
<<case 4>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_cowgirl4.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">COWGIRL</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_reversecowgirl.gif]]>>
<<replace "#brittney_sex_dick">>
<<switch random(1, 4)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_reversecowgirl1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_reversecowgirl2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_reversecowgirl3.webm" type="video/webm"></video>
<<case 4>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_reversecowgirl4.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">REVERSE COWGIRL</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_doggystyle.gif]]>>
<<replace "#brittney_sex_dick">>
<<switch random(1, 15)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle3.webm" type="video/webm"></video>
<<case 4>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle4.webm" type="video/webm"></video>
<<case 5>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle5.webm" type="video/webm"></video>
<<case 6>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle6.webm" type="video/webm"></video>
<<case 7>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle7.webm" type="video/webm"></video>
<<case 8>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle8.webm" type="video/webm"></video>
<<case 9>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle9.webm" type="video/webm"></video>
<<case 10>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle10.webm" type="video/webm"></video>
<<case 11>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle11.webm" type="video/webm"></video>
<<case 12>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle12.webm" type="video/webm"></video>
<<case 13>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle13.webm" type="video/webm"></video>
<<case 14>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle14.webm" type="video/webm"></video>
<<case 15>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_doggystyle15.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">DOGGYSTYLE</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_missionary.gif]]>>
<<replace "#brittney_sex_dick">>
<<switch random(1, 2)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_missionary1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_missionary2.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">MISSIONARY</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_spooning.gif]]>>
<<replace "#brittney_sex_dick">>
<<switch random(1, 2)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_spooning1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_spooning2.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">SPOONING</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\dick\dick_job.gif]]>>
<<replace "#brittney_sex_dick">>
<<switch random(1, 7)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_job1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_job2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_job3.webm" type="video/webm"></video>
<<case 4>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_job4.webm" type="video/webm"></video>
<<case 5>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_job5.webm" type="video/webm"></video>
<<case 6>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_job6.webm" type="video/webm"></video>
<<case 7>>
<video autoplay loop controls><source src="assets\sex\dick\brittney\dick_job7.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">TITS JOB</span>
</div></div>
</div><<set $brittney.sex to true>>
<span id="brittney_sex_hand">
</span>
<br><br>
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<br>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\hands\hands_ass.gif]]>>
<<replace "#brittney_sex_hand">>
<<switch random(1, 3)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\hands\brittney\hands_ass1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\hands\brittney\hands_ass2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\hands\brittney\hands_ass3.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">GRAB ASS</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\hands\hands_tits.gif]]>>
<<replace "#brittney_sex_hand">>
<<switch random(1, 4)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\hands\brittney\hands_tits1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\hands\brittney\hands_tits2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\hands\brittney\hands_tits3.webm" type="video/webm"></video>
<<case 4>>
<video autoplay loop controls><source src="assets\sex\hands\brittney\hands_tits4.webm" type="video/webm"></video>
<</switch>>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">GRAB TITS</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\hands\hands_pussy.gif]]>>
<<replace "#brittney_sex_hand">>
<video autoplay loop controls><source src="assets\sex\hands\brittney\hands_pussy1.webm" type="video/webm"></video>
<</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">PUSSY FINGERING</span>
</div></div>
</div><span id="brittney_sex_cum">
<div class="flex-grid">
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_hand">
<img src="assets\img\icons\hand.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_mouth">
<img src="assets\img\icons\mouth.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_dick">
<img src="assets\img\icons\dick.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
<div class="col" style="width: 25%; border-style: none; background: #4e0026;">
<a data-passage="brittney_sex_cum">
<img src="assets\img\icons\cum.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
</a>
</div>
</div>
<br>
<div class="menu-grid">
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\cum\cum_pussy.gif]]>>
<<replace "#brittney_sex_cum">>
<video autoplay loop controls><source src="assets\sex\cum\brittney\cum_pussy1.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Awesome">>
<<goto "Street">>
<</link>></span><</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUM IN PUSSY</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\cum\cum_tits.gif]]>>
<<replace "#brittney_sex_cum">>
<video autoplay loop controls><source src="assets\sex\cum\brittney\cum_tits1.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Awesome">>
<<goto "Street">>
<</link>></span><</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUM IN TITS</span>
</div></div>
<div class="menu-col">
<div class="menucont"><<link [img[assets\sex\cum\cum_face.gif]]>>
<<replace "#brittney_sex_cum">>
<<switch random(1, 11)>>
<<case 1>>
<video autoplay loop controls><source src="assets\sex\cum\brittney\cum_face1.webm" type="video/webm"></video>
<<case 2>>
<video autoplay loop controls><source src="assets\sex\cum\brittney\cum_face2.webm" type="video/webm"></video>
<<case 3>>
<video autoplay loop controls><source src="assets\sex\cum\brittney\cum_face3.webm" type="video/webm"></video>
<<case 4>>
<video autoplay loop controls><source src="assets\sex\cum\brittney\cum_face4.webm" type="video/webm"></video>
<<case 5>>
<video autoplay loop controls><source src="assets\sex\cum\brittney\cum_face5.webm" type="video/webm"></video>
<<case 6>>
<video autoplay loop controls><source src="assets\sex\cum\brittney\cum_face6.webm" type="video/webm"></video>
<<case 7>>
<video autoplay loop controls><source src="assets\sex\cum\brittney\cum_face7.webm" type="video/webm"></video>
<<case 8>>
<video autoplay loop controls><source src="assets\sex\cum\brittney\cum_face8.webm" type="video/webm"></video>
<<case 9>>
<video autoplay loop controls><source src="assets\sex\cum\brittney\cum_face9.webm" type="video/webm"></video>
<<case 10>>
<video autoplay loop controls><source src="assets\sex\cum\brittney\cum_face10.webm" type="video/webm"></video>
<<case 11>>
<video autoplay loop controls><source src="assets\sex\cum\brittney\cum_face11.webm" type="video/webm"></video>
<</switch>>
<br><br>
<span class="btn white"> <<link "Awesome">>
<<goto "Street">>
<</link>></span><</replace>>
<</link>>
<span class="o-text3" style="letter-spacing: 2px; background-color: rgb(113 36 73 / 65%);">CUM ON FACE</span>
</div></div>
</div>
</span><<if $hm == 0>>
<h2 class="big">Brittney is not at work</h2>
<<prota $protaimg "<<w>>I wonder where she is...<</w>>">>
<<prota $protaimg "<<w>>I'll come another day, go to work<</w>>">>
<br><br>
<span class="btn white"> <<link "Go to work">>
<<set $hm to 1>>
<<goto "brittney_event_8">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<img src="assets\gifs\neutral.gif" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<br>
<h2 class="big">You have a normal work day</h2>
<br>
<h2 class="big4">
Damage or loss: $ 0
<br>
Bonuses: $ 0
<br>
Speed bonus: $ 0
<br>
Car body bonus: $ 0
<br><br>
You have earned a total of: $ 65
<br>
<span class="btn white"> <<link "Go home">>
<<if Cycle.check('time', 'morning')>>
<<editcycle 'time' change +3>>
<<elseif Cycle.check('time', 'noon')>>
<<editcycle 'time' change +2>>
<<elseif Cycle.check('time', 'evening')>>
<<editcycle 'time' change +1>>
<<elseif Cycle.check('time', 'midnight')>>
<<editcycle 'time' change -1>>
<<elseif Cycle.check('time', 'you fell asleep')>>
<<editcycle 'time' change -2>>
<</if>>
<<set $prota.money += 65>>
<<s_money>>
<<set $hm to 2>>
<<goto "brittney_event_8">>
<</link>></span></h2>
<</if>>
<<if $hm == 2>>
<h2 class="big">You arrive home</h2>
<br><br>
<img src="assets\img\house_night.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<<linkreplace "<p class='btn white'>Enter home</p>" t8n>>
<h2 class="big">Neptuno is here</h2>
<br><br>
<img src="assets\characters\brittney\event_6\neptuno.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "...">>
<<neptuno neptuno "...">>
<<prota $protaimg "...">>
<<prota $protaimg "Why are you wearing pajamas and what do you have there?">>
<<neptuno neptuno "This is Mr. Giraffe bro">>
<br><br>
<h2 class="big">Brittney comes out of your room</h2>
<<brittney brittney "I was waiting for you">>
<<prota $protaimg "You are spoiling him too much">>
<<neptuno neptuno "//GRRr//">>
<<brittney brittney "Hahaha it looks like he and Mr. Giraffe are getting along well">>
<<prota $protaimg "And what are you doing here?">>
<<brittney brittney "I was cleaning your room">>
<<brittney brittney "It seemed like no one cleaned it years ago">>
<<prota $protaimg "But, why?">>
<<brittney brittney "Nothing, I was just hanging out while you were arriving">>
<<brittney brittney "Also, my mom will be arriving in a few days from her trip, and I was hoping you could help me with some things">>
<<prota $protaimg "What do you need?">>
<<brittney brittney "Let's go to my house, there I will tell you">>
<<prota $protaimg "<<w>>Well, I guess I ain't got no choice<</w>>">>
<<prota $protaimg "Okay, let's go">>
<br><br>
<span class="btn white"> <<link "Go to Brittney's house">>
<<set $hm to 0>>
<<goto "brittney_event_8b">>
<</link>></span>
<</linkreplace>>
<</if>><<if $hm == 0>>
<h2 class="big">You arrive at Brittney's house</h2>
<br><br>
<img src="assets\characters\brittney\house_night.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<cont append keypress>>
<<brittney brittney "Let's start, my mom will be here tomorrow, and I need to get everything ready">>
<<brittney brittney "Move these boxes to the back of the house">>
<<brittney brittney "But carefully, please">>
<<prota $protaimg "Hm? Yeah, sure...">>
<br><br>
<video muted autoplay loop><source src="assets\vids\box.webm" type="video/webm"></video>
<br><br>
<<linkreplace "<p class='btn white'>Move the boxes 1/5</p>" t8n>>
<<linkreplace "<p class='btn white'>Move the boxes 2/5</p>" t8n>>
<<linkreplace "<p class='btn white'>Move the boxes 3/5</p>" t8n>>
<<linkreplace "<p class='btn white'>Move the boxes 4/5</p>" t8n>>
<<linkreplace "<p class='btn white'>Move the boxes 5/5</p>" t8n>>
<<prota $protaimg "Done">>
<<brittney brittney "Ok, there are still many things to be done">>
<br><br>
<h2 class="big">You spend several hours helping Brittney
</h2>
<br><br>
<span class="btn white"> <<link "A while later...">>
<<editcycle 'time' change +1>>
<<set $hm to 1>>
<<goto "brittney_event_8b">>
<</link>></span>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</cont>>
<</if>>
<<if $hm == 1>>
<<prota $protaimg "I'm really sleepy, What time is it?">>
<<brittney brittney "It's 3 am">>
<<prota $protaimg "I'll sit on the couch for a minute and then continue">>
<<cont append keypress>>
<br><br>
<img src="assets\characters\brittney\event_6\sleep.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "<<w>>Wow, this couch is so comfortable<</w>>">>
<<prota $protaimg "<<w>>I'll only be here for a few minutes, and then I'll continue to help out<</w>>">>
<<prota $protaimg "<<w>>Not sleeping really wore me out<</w>>">>
<<prota $protaimg "<<w>>But as long as I keep my mind busy, I won't fall asleep; I just have to keep talking to myself<</w>>">>
<<cont append keypress>>
<<brittney brittney "//Pss// Hey">>
<<brittney brittney "Wake up">>
<<prota $protaimg "<<w>>Oh my God, I only lie down for 2 minutes, and she is already waking me up?<</w>>">>
<br><br>
<span class="btn white"> <<link "Open your eyes">>
<<editcycle 'day' change +1>>
<<editcycle 'time' change +2>>
<<set $hm to 0>>
<<goto "brittney_event_8c">>
<</link>>
</span>
<</cont>>
<</cont>>
<</if>><img src="assets\characters\brittney\event_6\windows.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "//!!!!!//">>
<<prota $protaimg "What time is it?!">>
<<brittney brittney "It's 10 am">>
<<brittney brittney "You slept like a baby">>
<<prota $protaimg "<<w>>Shit, I fell asleep<</w>>">>
<<prota $protaimg "And what do you do?">>
<br><br>
<img src="assets\characters\brittney\event_6\brittney_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<brittney brittney "Even though you overslept last night you helped me a lot">>
<<brittney brittney "So I prepared two breakfasts for you">>
<<prota $protaimg "Two?">>
<<brittney brittney "That's right, the one you see on the plate and this...">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_6\brittney_2.webm" type="video/webm"></video>
<<brittney brittney "What do you want to eat first?">>
<<prota $protaimg "Wow">>
<br><br>
<img src="assets\characters\brittney\event_6\brittney_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 100%;">
<<prota $protaimg "I think I'll start with the entrée">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_6\brittney_4.webm" type="video/webm"></video>
<<prota $protaimg "Wasn't your mother arriving today?">>
<<brittney brittney "Yes, but her flight will arrive in the night">>
<<prota $protaimg "Well, in that case, I will take good care of her daughter">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_6\brittney_5.webm" type="video/webm"></video>
<br><br>
<span class="btn red"> <<link "Put your cock in her mouth">>
<<set $hm to 0>>
<<goto "brittney_event_8d">>
<</link>></span>
<</cont>><video muted autoplay loop><source src="assets\characters\brittney\event_6\brittney_6.webm" type="video/webm"></video>
<<brittney brittney "//GULP// //GULP//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_6\brittney_7.webm" type="video/webm"></video>
<<brittney brittney "//MPHhM// //GULP// //GULP//">>
<br><br>
<<linkreplace "<p class='btn red'>Fuck her</p>" t8n>>
<<brittney brittney "//AAAAHHHHHHHH!!//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_6\brittney_8.webm" type="video/webm"></video>
<<prota $protaimg "You don't know how long I waited for this">>
<<brittney brittney "//AAAAHHHH// S-slow please">>
<<prota $protaimg "Hahahahah Remember the times you stepped on my foot?">>
<br>
<<linkreplace "<p class='btn red'>Fuck her harder</p>" t8n>>
<<brittney brittney "//GGAAAAAAAHHHHH//">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_6\brittney_9.webm" type="video/webm"></video>
<<brittney brittney "//MMMHMPHMm// //FUCK//">>
<<prota $protaimg "Let's go to your room">>
<br><br>
<video muted autoplay loop><source src="assets\characters\brittney\event_6\brittney_10.webm" type="video/webm"></video>
<<prota $protaimg "I want to test the resistance of your bed">>
<br><br>
<span class="btn red"> <<link "Go to her room">>
<<set $hm to 0>>
<<goto "brittney_sex_hand">>
<</link>></span>
<</linkreplace>>
<</linkreplace>><<brittney brittney "Do you think you could give me a ride?">>
<<prota $protaimg "Sure, where to?">>
<<brittney brittney "I need to do some things in my house">>
<<brittney brittney "My mom is at work, so you can stay with me for a while">>
<br><br>
<img src="assets\characters\brittney\brittney_accept.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<prota $protaimg "OMG">>
<br><br>
<span class="btn red"> <<link "Accelerate the car">>
<<goto "brittney_sex_hand">>
<</link>></span>
<<prota $protaimg "Hey, do you want to...">>
<br><br>
<img src="assets\characters\brittney\brittney_denies.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%;">
<<brittney brittney "Yes, please... But first">>
<<brittney brittney "Come closer, I want to whisper something in your ear">>
<<prota $protaimg "Hahahah ok...">>
<<brittney brittney "Who is that girl you got in the car yesterday?!">>
<br><br>
<img src="assets\characters\brittney\stmp.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<prota $protaimg "//!!!!!!!!!!!!!//">>
<<prota $protaimg "She was a passenger, I work as a taxidriver!">>
<br><br>
<span class="btn white"> <<link "Ouch!">>
<<goto "Street">>
<</link>></span><<u_mia>>
<<u_lya>>
<<u_amuleto>>
<<u_brittney>>
<<u_sitios>>
<<if $sitio.bar == ("open")>>
<a data-passage="bar_start" class="link-internal">
<div class="menucont">[img["assets/img/bar.jpg"]]
<span class="o-text">BAR</span>
</div></a>
<<else>>
<a data-passage="bar_start" class="link-internal" title="Open only at night" disabled>
<div class="menucont-off">[img["assets/img/bar.jpg"]]
<span class="o-text">BAR</span>
</div></a>
<</if>><h1 class="titulo">The Crown</h1>
<video muted autoplay loop><source src="assets\bar\banner.webm" type="video/webm"></video><br>
<<if $hm == 0>>
A bar in the south zone of Merida, alcohol and women are a perfect combination but remember to have a Blue Ticket 🎫 to get in
<br>
<</if>>
<br>
<<include "talk_with">>
<<if $hm == 0>>
<br><br>
<<include "barmaid">>
<br><br>
<<if $prota.bc >= 1>>
<span class="btn red"> <<link "Enter the bar (🎫)">>
<<set $prota.bc -= 1>>
<<goto "bar_bc">>
<</link>></span>
<<else>>
<p class="nobtn">You need a blue ticket to enter the bar (🎫)</p>
^^Work as a taxidriver and maybe you'll get some!^^
<</if>>
<span class="btn white"><<link "Back">>
<<goto "Street">>
<</link>></span>
<</if>><<if $barmaid.today >= 2>>
<<set $barmaid.block to true>>
<</if>>
<<if $barmaid.block == true>>
<p class="nobtn">You've talked enough with the barmaid for today, come back tomorrow</p>
<<else>>
<<if $barmaid.friend >= 0 and $barmaid.friend <= 3>>
<span class="btn white"> <<link "Buy a drink">>
<<set $barmaid.friend += 1>>
<<set $barmaid.today += 1>>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "barmaid_1">>
<</link>></span>
<</if>>
<<if $barmaid.friend >= 4 and $barmaid.friend <= 12>>
<span class="btn white"> <<link "Buy a drink for the barmaid">>
<<set $barmaid.friend += 1>>
<<set $barmaid.today += 1>>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "barmaid_2">>
<</link>></span>
<</if>>
<<if $barmaid.friend >= 13 and $barmaid.friend <= 16>>
<span class="btn red"> <<link "The barmaid is drunk. Ask her to show you her tits">>
<<set $barmaid.friend += 1>>
<<set $barmaid.today += 2>>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "barmaid_3">>
<</link>></span>
<</if>>
<<if $barmaid.friend >= 17 and $barmaid.friend <= 22>>
<span class="btn red"> <<link "The barmaid is drunk. Ask her to show you her ass">>
<<set $barmaid.friend += 1>>
<<set $barmaid.today += 2>>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "barmaid_4">>
<</link>></span>
<</if>>
<<if $barmaid.friend >= 23 and $barmaid.friend <= 26>>
<span class="btn red"> <<link "The barmaid is drunk. ask him to give you a blowjob">>
<<set $barmaid.friend += 1>>
<<set $barmaid.today += 2>>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "barmaid_5">>
<</link>></span>
<</if>>
<<if $barmaid.friend >= 27>>
<span class="btn red"> <<link "The barmaid is very drunk!">>
<<set $barmaid.friend += 1>>
<<set $barmaid.today += 2>>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "barmaid_6">>
<</link>></span>
<</if>>
<</if>>
<h2 class="big">The bar is full of drunk women</h2>
<br>
<<include "bar_var">>
<<include "bar_prev">>
<br>
<span class="btn red"> <<link "Try to take a woman home">>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "bar_pool_prev">>
<</link>></span>
<span class="btn white"><<link "Back">>
<<goto "Street">>
<</link>></span><<chica barmaid Barmaid "Wow, thank you!">>
<br><br>
<h2 class="big">The barmaid smiles at you as she sips her drink</h2>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_2.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "You're welcome">>
<<goto "bar_start">>
<</link>></span><h2 class="big">You buy a drink</h2>
<<chica barmaid Barmaid "Here is your drink, sir">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_1.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Take the drink">>
<<goto "bar_start">>
<</link>></span><h2 class="big">You try to convince the barmaid to show you her tits</h2>
<<chica barmaid Barmaid "//giggle// I don't know...">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_3.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br>
<<switch random(1, 2)>>
<<case 1>>
<h2 class="big">You're lucky; she's starting to take off her shirt!</h2>
<<chica barmaid Barmaid "Hmm... ok //giggle// but quickly!">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_4.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "OMG">>
<<goto "bar_start">>
<</link>></span>
<<case 2>>
<h2 class="big">The barmaid doesn't seem to be drunk enough to do that</h2>
<<chica barmaid Barmaid "There are many people here, I won't do that!">>
<br><br>
<span class="btn white"> <<link "Continue">>
<<goto "bar_start">>
<</link>></span>
<</switch>>
<</cont>><h2 class="big">You try to convince the barmaid to show you her ass</h2>
<<chica barmaid Barmaid "//giggle// I don't know...">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_5.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br>
<<switch random(1, 2)>>
<<case 1>>
<h2 class="big">You're lucky; she's starting to take off her shorts!</h2>
<<chica barmaid Barmaid "I think I can do that for you //giggle//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_6.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Wow">>
<<goto "bar_start">>
<</link>></span>
<<case 2>>
<h2 class="big">The barmaid doesn't seem to be drunk enough to do that</h2>
<<chica barmaid Barmaid "There are many people here, I won't do that!">>
<br><br>
<span class="btn white"> <<link "Continue">>
<<goto "bar_start">>
<</link>></span>
<</switch>>
<</cont>><h2 class="big">You try to convince the barmaid to give you a blowjob</h2>
<<chica barmaid Barmaid "Here, are you sure?...">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_7.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br>
<<switch random(1, 2)>>
<<case 1>>
<h2 class="big">You're lucky; She gets down on her knees and unzip your pants!</h2>
<<chica barmaid Barmaid "//giggle//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_8.webm" type="video/webm"></video>
<<chica barmaid Barmaid "//SLRP// //SLURPP//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_9.webm" type="video/webm"></video>
<<chica barmaid Barmaid "//MMHmm// Your dick is so hard!">>
<<prota $protaimg "You want more?">>
<<chica barmaid Barmaid "//giggle// Someone might see us!">>
<br><br>
<h2 class="big">The barmaid stands up again</h2>
<br><br>
<span class="btn white"> <<link "Continue">>
<<goto "bar_start">>
<</link>></span>
<<case 2>>
<h2 class="big">The barmaid doesn't seem to be drunk enough to do that</h2>
<<chica barmaid Barmaid "There are many people here, I won't do that!">>
<br><br>
<span class="btn white"> <<link "Continue">>
<<goto "bar_start">>
<</link>></span>
<</switch>>
<</cont>><<if $hm == 0>>
<h2 class="big">The barmaid smiles at you while slyly flashing her tits</h2>
<<chica barmaid Barmaid "I was beginning to miss my favorite client">>
<br><br>
<img src="assets\bar\barmaid\barmaid_10.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 85%;">
<<chica barmaid Barmaid "What would you like to drink today? //giggle//">>
<<prota $protaimg "Today I want...">>
<br><br>
<span class="btn red"> <<link "Show me your tits">>
<<set $hm to 1>>
<<goto "barmaid_6">>
<</link>></span>
<span class="btn red"> <<link "Show me your ass">>
<<set $hm to 2>>
<<goto "barmaid_6">>
<</link>></span>
<span class="btn red"> <<link "Suck my dick">>
<<set $hm to 3>>
<<goto "barmaid_6">>
<</link>></span>
<span class="btn red"> <<link "Fuck her">>
<<set $hm to 4>>
<<goto "barmaid_6">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<<chica barmaid Barmaid "Hmm... Ok //giggle// but quickly!">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_4.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "OMG">>
<<set $hm to 0>>
<<goto "bar_start">>
<</link>></span>
<</if>>
<<if $hm == 2>>
<<chica barmaid Barmaid "I think I can do that for you //giggle//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_6.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "Wow">>
<<set $hm to 0>>
<<goto "bar_start">>
<</link>></span>
<</if>>
<<if $hm == 3>>
<<chica barmaid Barmaid "//giggle//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_8.webm" type="video/webm"></video>
<<chica barmaid Barmaid "//SLRP// //SLURPP//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_9.webm" type="video/webm"></video>
<<chica barmaid Barmaid "//MMHmm// Your dick is so hard!">>
<<prota $protaimg "You want more?">>
<<chica barmaid Barmaid "//giggle// Y-yes...">>
<br><br>
<span class="btn red"> <<link "Fuck her">>
<<set $hm to 4>>
<<goto "barmaid_6">>
<</link>></span>
<span class="btn white"> <<link "Exit the bar">>
<<set $hm to 0>>
<<goto "bar_start">>
<</link>></span>
<</if>>
<<if $hm == 4>>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_11.webm" type="video/webm"></video>
<<chica barmaid Barmaid "//AAAAHHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_12.webm" type="video/webm"></video>
<<chica barmaid Barmaid "//MMMMHMm// Some... Someone could hear us">>
<<prota $protaimg "Do you want me to stop?">>
<<chica barmaid Barmaid "//MMPHh// No, don't stop">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_13.webm" type="video/webm"></video>
<<chica barmaid Barmaid "//AAAHHH// I'M CUMMING!">>
<<chica barmaid Barmaid "//FUCK// //FUCK// //FUCK//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_14.webm" type="video/webm"></video>
<<chica barmaid Barmaid "//MMHMm// I want your cum before someone comes">>
<br>
<<linkreplace "<p class='btn red'>Cum in her pussy</p>" t8n>>
<<prota $protaimg "//AAAAARRRRGGGGHHH//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\barmaid\barmaid_15.webm" type="video/webm"></video>
<<chica barmaid Barmaid "//giggle// I have never been given this kind of tip before">>
<br>
<span class="btn white"> <<link "Pay for the beers and exit the bar">>
<<set $hm to 0>>
<<goto "bar_start">>
<</link>></span>
<</linkreplace>>
<</if>><<switch random(1, 15)>>
<<case 1>>
<img src="assets\bar\prev\prev_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 2>>
<img src="assets\bar\prev\prev_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 3>>
<img src="assets\bar\prev\prev_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 4>>
<img src="assets\bar\prev\prev_4.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 5>>
<img src="assets\bar\prev\prev_5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 6>>
<img src="assets\bar\prev\prev_6.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 7>>
<img src="assets\bar\prev\prev_7.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 8>>
<img src="assets\bar\prev\prev_8.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 9>>
<img src="assets\bar\prev\prev_9.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 10>>
<img src="assets\bar\prev\prev_10.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 11>>
<img src="assets\bar\prev\prev_11.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 12>>
<img src="assets\bar\prev\prev_12.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 13>>
<img src="assets\bar\prev\prev_13.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<case 14>>
<video muted autoplay loop><source src="assets\bar\prev\prev_14.webm" type="video/webm"></video>
<<case 15>>
<video muted autoplay loop><source src="assets\bar\prev\prev_15.webm" type="video/webm"></video>
<</switch>><h1 class="titulo">Strength</h1>
<br><br>
<h2 class="big">You try to talk to a woman but someone interrupts you</h2>
<<chico gmale1 ?????????? "Hey kid, why don't you go play outside?">>
<<chico gmale1 ?????????? "The lady and I would like to talk">>
<<chica gfemale3 ?????????? "//giggle//">>
<<prota $protaimg "But I was talking with her">>
<<chico gmale1 ?????????? "Yeah well, whatever; just get lost">>
<br><br>
<h2 class="big">To intimidate him you will have to show your muscles...</h2>
<br>
<<linkreplace "<p class='btn white'>Try your luck</p>" t8n>>
<br>
<<if $prota.strength >= $req.strength>>
<h2 class="big" style="color: #00ff4e;">💪(x$req.strength) You succeed in intimidating him!</h2>
<<prota $protaimg "Was I unclear? I said I was talking to her">>
<<chico gmale1 ?????????? "Hey, easy, man, I was leaving anyway">>
<<chica gfemale3 ?????????? "//giggle// I like men with strong character">>
<<chica gfemale3 ?????????? "Would you like to go somewhere more private?">>
<br>
<span class="btn red"> <<link "Oh yeah">>
<<goto "bar_pool">>
<</link>></span>
<<else>>
<h2 class="big" style="color: #ff0000;">💪(x$req.strength) You can't intimidate him!</h2>
<<prota $protaimg "Ok, ok, I'm leaving">>
<br>
<span class="btn white"> <<link "Exit the bar">>
<<goto "Street">>
<</link>></span>
<</if>>
<</linkreplace>><h1 class="titulo">Intelligence</h1>
<<chica gfemale3 ?????????? "Excuse me, what time is it?">>
<<chica gfemale3 ?????????? "If I don't get home on time, my husband will kill me!">>
<<prota $protaimg "Is he very jealous?">>
<<chica gfemale3 ?????????? "Yeah //argh//">>
<br><br>
<h2 class="big">Do you have any way to solve the situation?</h2>
<br>
<<linkreplace "<p class='btn white'>Try your luck</p>" t8n>>
<br>
<<if $prota.intelligence >= $req.intelligence>>
<h2 class="big" style="color: #00ff4e;">🧠($req.intelligence) You think quickly how to solve the situation!</h2>
<<prota $protaimg "Give me your phone">>
<<prota $protaimg "You have a brother?">>
<<chica gfemale3 ?????????? "Ahm... Yes, his name is Jake">>
<<prota $protaimg "Ok, I'm going to leave an audio message, be quiet">>
<<prota $protaimg "Hi brother-in-law, it's Jake! I just wanted to let you know that my sister is spending the night at mom's house">>
<<prota $protaimg "Don't worry; I'll drop her off at your house tomorrow before work">>
<<chica gfemale3 ?????????? "Wow, that was very clever">>
<<chica gfemale3 ?????????? "I guess I'll be yours all night then, \"Jake\" //giggle//">>
<br>
<span class="btn red"> <<link "That's right, all night">>
<<goto "bar_pool">>
<</link>></span>
<<else>>
<h2 class="big" style="color: #ff0000;">🧠($req.intelligence) Can't think of a solution to the situation!</h2>
<<chica gfemale3 ?????????? "Sorry, I have to go">>
<br>
<span class="btn white"> <<link "Exit the bar">>
<<goto "Street">>
<</link>></span>
<</if>>
<</linkreplace>><h1 class="titulo">Style</h1>
<br><br>
<h2 class="big">A girl bumps into you on the way out of the bar</h2>
<<chica gfemale3 ?????????? "Oh, I'm sorry, I'm so drunk //giggle//">>
<<prota $protaimg "You can't drive like that, if you want I'll take you in my car">>
<<chica gfemale3 ?????????? "Your car? Hmm... Maybe, which one is it?">>
<br><br>
<h2 class="big">Will your car impress her..?</h2>
<br>
<<linkreplace "<p class='btn white'>Try your luck</p>" t8n>>
<br>
<<if $car.generalstyle >= $req.style>>
<h2 class="big" style="color: #00ff4e;">👀(x$req.style) Your car has impressed her!</h2>
<<chica gfemale3 ?????????? "Wow, is that your car?">>
<<prota $protaimg "Yes">>
<<chica gfemale3 ?????????? "//giggle// Let's go, we'll continue the party in my apartment">>
<br>
<span class="btn red"> <<link "Take her to her apartment">>
<<goto "bar_pool">>
<</link>></span>
<<else>>
<h2 class="big" style="color: #ff0000;">👀(x$req.style) Your car has disappointed her!</h2>
<<chica gfemale3 ?????????? "Is that your car? hahaha I'd rather walk">>
<br>
<span class="btn white"> <<link "Exit the bar">>
<<goto "Street">>
<</link>></span>
<</if>>
<</linkreplace>><<if $req.strength == 0>>
<<set $req.strength to random(25, 75)>>
<</if>>
<<if $req.style == 0>>
<<set $req.style to random(7, 21)>>
<</if>>
<<if $req.intelligence == 0>>
<<set $req.intelligence to random(20, 60)>>
<</if>><<switch random(1, 6)>>
<<case 1>>
<<goto "bar_1">>
<<case 2>>
<<goto "bar_2">>
<<case 3>>
<<goto "bar_3">>
<<case 4>>
<<goto "bar_4">>
<<case 5>>
<<goto "bar_generic_1">>
<<case 6>>
<<goto "bar_generic_2">>
<</switch>><h2 class="big">She takes off all her clothes except her bra and climbs on your leg</h2>
<<chica gfemale3 ?????????? "//MMMMm// Your dick is so hard">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_1\bar_1.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "Do you like my tits?">>
<<prota $protaimg "Yes...">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_1\bar_2.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "Then squeeze them">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_1\bar_3.webm" type="video/webm"></video>
<<prota $protaimg "Wow, Your tits are so perfect">>
<<chica gfemale3 ?????????? "//MMMMHmm// T-thanks">>
<<prota $protaimg "Wait, slow down. You will make me finish too quick!">>
<<chica gfemale3 ?????????? "That is the idea">>
<<prota $protaimg "//FUCK// I am close!!">>
<<chica gfemale3 ?????????? "Not yet, hold on">>
<<prota $protaimg "BUT...">>
<<chica gfemale3 ?????????? "//giggle// Just a little more...">>
<<chica gfemale3 ?????????? "Do you want to fill my tits with your cum?">>
<<prota $protaimg "Y-yes...">>
<<chica gfemale3 ?????????? "//MMMHmm// Are you sure?">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_1\bar_4.webm" type="video/webm"></video>
<<prota $protaimg "Yes... I can't hold it anymore!">>
<<chica gfemale3 ?????????? "//giggle// Then give it all to me">>
<<prota $protaimg "//FUCK// //FUCK// //FUCK//">>
<<prota $protaimg "//AAAAAAARRRRRRRGGGGGHHHH//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_1\bar_5.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "//MMHmm// I love having cum on my tits">>
<br><br>
<span class="btn white"> <<link "Go to sleep">>
<<goto "sleep">>
<</link>></span>
<video muted autoplay loop><source src="assets\bar\event_2\bar_1.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "There is no more liquor">>
<<prota $protaimg "You have had enough">>
<<chica gfemale3 ?????????? "Who are you, my dad?">>
<<chica gfemale3 ?????????? "Shut up and give me a massage">>
<<chica gfemale3 ?????????? "Being without liquor makes me cranky">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_2\bar_2.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "//MMmm// Just like this, right there">>
<<chica gfemale3 ?????????? "Do you know how this massage would be better?">>
<<prota $protaimg "How?">>
<<chica gfemale3 ?????????? "Let's go to my room and I'll show you">>
<br><br>
<<cont append keypress>>
<video muted autoplay loop><source src="assets\bar\event_2\bar_3.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "//MMMHMm// Now that's a good massage">>
<<chica gfemale3 ?????????? "I won't let you pull your cock out until you make me cum">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_2\bar_4.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "//GGAAAAAAHHHHH// That feels too good!!">>
<<chica gfemale3 ?????????? "//MMMHMm// Please don't stop">>
<<prota $protaimg "BUT!">>
<<chica gfemale3 ?????????? "//AAAHHH// F-Faster">>
<<chica gfemale3 ?????????? "I'M CUMMING!! //GAAAAAHHHH//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_2\bar_5.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "//AAAAAAAHHHHHH//">>
<<prota $protaimg "//FUCK// //FUCK// //AAAAAAARRGGGGGGGGGGGG//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_2\bar_6.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "What the hell did you do?">>
<<prota $protaimg "//Ufs// You said not to pull it out">>
<<chica gfemale3 ?????????? "But you didn't cum inside me, did you?">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_2\bar_7.webm" type="video/webm"></video>
<<prota $protaimg "//Nervous Voice// Me?">>
<br><br>
<span class="btn white"> <<link "Of course not...">>
<<goto "sleep">>
<</link>></span>
<</cont>><<switch random(1, 3)>>
<<case 1>>
<<goto "bar_strength_1">>
<<case 2>>
<<goto "bar_style_1">>
<<case 3>>
<<goto "bar_intelligence_1">>
<</switch>><img src="assets\bar\event_3\bar_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<<chica gfemale3 ?????????? "Let's go to my house; I have more liquor there">>
<br><br>
<img src="assets\bar\event_3\bar_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<h2 class="big">After a couple of drinks, she takes off her clothes and climbs on top of your cock</h2>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_3\bar_6.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "//MMMHMm// I'm so horny">>
<br><br>
<video muted autoplay loop controls><source src="assets\bar\event_3\bar_3.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "//AAHHHhh// Oh my God you're gonna make me cum!">>
<br><br>
<video muted autoplay loop controls><source src="assets\bar\event_3\bar_4.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "//OOH YEAH// //AAAAAHHHHhh//">>
<br><br>
<video muted autoplay loop controls><source src="assets\bar\event_3\bar_5.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "//MMHMm// //FUCK//">>
<br><br>
<h2 class="big">A phone starts ringing</h2>
<<chica gfemale3 ?????????? "Hey, turn that thing off !!">>
<<prota $protaimg "Not my phone...">>
<<chica gfemale3 ?????????? "Hm? Let me see who's calling">>
<br><br>
<h2 class="big">She sees the phone, turns it off and leaves it on the side of the bed</h2>
<<chica gfemale3 ?????????? "It's my jackass boyfriend. I saw him making out with my best friend yesterday">>
<<chica gfemale3 ?????????? "Come closer, I'll tell you a secret">>
<<prota $protaimg "Hm?">>
<<chica gfemale3 ?????????? "//whisper// There is something I only let my boyfriend do, but today //giggle// it will be for you">>
<br><br>
<h2 class="big">She turns around and starts to move faster and faster</h2>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_3\bar_7.webm" type="video/webm"></video>
<<prota $protaimg "OMG your body is so perfect">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_3\bar_8.webm" type="video/webm"></video>
<<prota $protaimg "Wait a second">>
<<chica gfemale3 ?????????? "//giggle// Why?">>
<<prota $protaimg "You're just going too fast">>
<<prota $protaimg "I'm close...">>
<<chica gfemale3 ?????????? "Are you worried about shooting all your load of cum inside me?">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_3\bar_9.webm" type="video/webm"></video>
<<prota $protaimg "Y-yes please stop...">>
<<chica gfemale3 ?????????? "//giggle// I won't stop until you cum inside me">>
<<prota $protaimg "But please s-stop">>
<<prota $protaimg "//FUCK// //FUCK// //FUCK// //FUCK//">>
<<chica gfemale3 ?????????? "//MMMMMMHMmm// Give me all">>
<<prota $protaimg "Oh nonono //FUCK//">>
<<chica gfemale3 ?????????? "//MMMMHMmm// Do it! Fill me up">>
<<prota $protaimg "//AAAAAAAAAAARRRRRRRGGGGGHHHHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_3\bar_10.webm" type="video/webm"></video>
<<prota $protaimg "//OMG//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_3\bar_11.webm" type="video/webm"></video>
<br><br>
<span class="btn white"> <<link "You fall asleep">>
<<goto "sleep">>
<</link>></span>
<</cont>><<chica gfemale3 ?????????? "//Wow// This drink's very strong">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_4\bar_1.webm" type="video/webm"></video>
<<prota $protaimg "If you want, I can prepare it smoother">>
<<chica gfemale3 ?????????? "Hahaha, shut up. Do you think I can't handle this drink?">>
<<chica gfemale3 ?????????? "I just need to take it a little slower">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_4\bar_2.webm" type="video/webm"></video>
<<prota $protaimg "Would you like another one?">>
<<chica gfemale3 ?????????? "Hm... Ok, one more">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_4\bar_3.webm" type="video/webm"></video>
<br><br>
<h2 class="big">A few drinks later...</h2>
<<prota $protaimg "I think you have had a lot to drink">>
<<chica gfemale3 ?????????? "//giggle// No..! I only drink because it's so hot here">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_4\bar_4.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "But you can help me with that">>
<<cont append keypress>>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_4\bar_5.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "//FUCK// //FUCK//">>
<<chica gfemale3 ?????????? "//MMMHMMmm// Don't stop please">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_4\bar_6.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "//AAAAAAHHHhh// I'M GONNA CUM!!">>
<<chica gfemale3 ?????????? "//AAAAAAAAAAHHh// //FUCK// //FUCK//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\event_4\bar_7.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "//MMHMMm// Oh my God...">>
<<chica gfemale3 ?????????? "Do you know what drink I want now?">>
<br><br>
<video muted autoplay loop controls><source src="assets\bar\event_4\bar_8.webm" type="video/webm"></video>
<<prota $protaimg "OMG">>
<<chica gfemale3 ?????????? "//MMMMPHhM// //GULP// //GULP//">>
<<prota $protaimg "//FUCK// //FUCK//">>
<<prota $protaimg "//AAAAAAAAARRRRRRRRGGGG//">>
<<chica gfemale3 ?????????? "//GULP// //GULP//">>
<br><br>
<video muted autoplay loop controls><source src="assets\bar\event_4\bar_9.webm" type="video/webm"></video>
<<chica gfemale3 ?????????? "//MMMHmm// N-now I'm going to...">>
<br><br>
<h2 class="big">She falls asleep on the side of the bed</h2>
<br><br>
<span class="btn white"> <<link "Go to sleep">>
<<goto "sleep">>
<</link>></span>
<</cont>><h2 class="big">You were so drunk that you hardly remember anything from the night before</h2>
<br><br>
<video muted autoplay loop><source src="assets\bar\d_m_1.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br>
<h2 class="big">You just remember taking a beautiful Asian girl home</h2>
<br><br>
<img src="assets\bar\generic_1\bar_generic_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<br><br>
<h2 class="big">After a few drinks she is on the bed</h2>
<br><br>
<img src="assets\bar\generic_1\bar_generic_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<<prota $protaimg "Your tits are so big and perfect">>
<br><br>
<video muted autoplay loop><source src="assets\bar\generic_1\bar_generic_3.webm" type="video/webm"></video>
<<chica gfemale2 ?????????? "//MMhmp// Please no...">>
<<prota $protaimg "If you don't want me to touch your boobs, then spread your legs">>
<<chica gfemale2 ?????????? "Please, please No">>
<br><br>
<video muted autoplay loop controls><source src="assets\bar\generic_1\bar_generic_4.webm" type="video/webm"></video>
<<chica gfemale2 ?????????? "//AAAAAAAAAAAAAHHHHHHHHHHHhh!!!//">>
<<chica gfemale2 ?????????? "//MMPHm// P-please dont fuck my p-pussy">>
<<chica gfemale2 ?????????? "Please stop, d-don't fuck me">>
<<prota $protaimg "Shut up whore, I'll fuck you all I want">>
<br><br>
<video muted autoplay loop controls><source src="assets\bar\generic_1\bar_generic_5.webm" type="video/webm"></video>
<<chica gfemale2 ?????????? "//GGAAAAAAAHHHHH// You fuck to hard s-stop please!!">>
<<prota $protaimg "//FUCK// //FUCK//">>
<<prota $protaimg "//AAAAAAAAAAARRRRRRGGGGHHHh//">>
<br><br>
<video muted autoplay loop controls><source src="assets\bar\generic_1\bar_generic_6.webm" type="video/webm"></video>
<<prota $protaimg "//OMG//">>
<br><br>
<h2 class="big">You took her phone to check the time</h2>
<br><br>
<img src="assets\bar\generic_1\bar_generic_7.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $protaimg "<<w>>Shit, it's too late<</w>>">>
<br><br>
<h2 class="big">And after that...</h2>
<br><br>
<span class="btn white"> <<link "You fall asleep">>
<<goto "sleep">>
<</link>></span>
<</cont>><h2 class="big">You were so drunk that you hardly remember anything from the night before</h2>
<br><br>
<video muted autoplay loop><source src="assets\bar\d_m_1.webm" type="video/webm"></video>
<<cont append keypress>>
<br><br>
<h2 class="big">You just remember taking a beautiful big ass girl home</h2>
<br><br>
<img src="assets\bar\generic_2\bar_generic_1.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<br><br>
<h2 class="big">After a few drinks she is on the bed</h2>
<br><br>
<img src="assets\bar\generic_2\bar_generic_2.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<<chica gfemale2 ?????????? "Wait, what... What are you doing?">>
<<prota $protaimg "I'm gonna fuck your ass">>
<<chica gfemale2 ?????????? "//!!!!!//">>
<<chica gfemale2 ?????????? "No p-please">>
<br><br>
<img src="assets\bar\generic_2\bar_generic_3.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<<chica gfemale2 ?????????? "P-please Don't fuck my ass">>
<br><br>
<video muted autoplay loop><source src="assets\bar\generic_2\bar_generic_4.webm" type="video/webm"></video>
<<chica gfemale2 ?????????? "//GGAAAAAAAAAAAAAAHHHHH//">>
<<prota $protaimg "You like to get your ass fucked, huh bitch?">>
<br><br>
<video muted autoplay loop><source src="assets\bar\generic_2\bar_generic_5.webm" type="video/webm"></video>
<<chica gfemale2 ?????????? "//GAAAAAAAAHHHH// Your d-dick //MMMHPM// is too big">>
<<prota $protaimg "Ready to get your ass filled with cum slut?">>
<br><br>
<video muted autoplay loop><source src="assets\bar\generic_2\bar_generic_6.webm" type="video/webm"></video>
<<chica gfemale2 ?????????? "//GAAAAAAHHHH// P-please don't cum in my ass">>
<<prota $protaimg "//FUCK// //FUCK// //FUCK//">>
<<prota $protaimg "//AAAAAAAAAAAARRRRRRGGGGHHHHh//">>
<br><br>
<video muted autoplay loop><source src="assets\bar\generic_2\bar_generic_7.webm" type="video/webm"></video>
<br><br>
<h2 class="big">She is so drunk that she falls asleep without clothes on</h2>
<br><br>
<img src="assets\bar\generic_2\bar_generic_8.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 90%;">
<br><br>
<h2 class="big">You took her phone to check the time</h2>
<br><br>
<img src="assets\bar\generic_2\bar_generic_9.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<prota $protaimg "<<w>>Shit, it's too late<</w>>">>
<br><br>
<h2 class="big">And after that...</h2>
<br><br>
<span class="btn white"> <<link "You fall asleep">>
<<goto "sleep">>
<</link>></span>
<</cont>><<if $girl_park.today >= 2>>
<<set $girl_park.block to true>>
<</if>>
<<if $girl_park.block == true and $girl_park.friend <= 1>>
<p class="nobtn">You've talked enough with the girl from the park for today, come back tomorrow</p>
<<elseif $girl_park.block == true and $girl_park.friend >= 2>>
<p class="nobtn">You've talked enough with Maddy for today, come back tomorrow</p>
<<else>>
<<if $girl_park.friend >= 0 and $girl_park.friend <= 1>>
<span class="btn white"> <<link "Talk to the girl in the park">>
<<set $girl_park.friend += 1>>
<<set $girl_park.today += 2>>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "park_girl_1">>
<</link>></span>
<</if>>
<<if $girl_park.friend >= 1 and $girl_park.friend <= 6>>
<span class="btn white"> <<link "♟ Practice chess with Maddy">>
<<set $girl_park.friend += 1>>
<<set $girl_park.today += 1>>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "park_girl_2">>
<</link>></span>
<</if>>
<<if $girl_park.friend >= 7 and $girl_park.friend <= 9>>
<span class="btn white"> <<link "♟ Practice advanced strategies with Maddy">>
<<set $girl_park.friend += 1>>
<<set $girl_park.today += 1>>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "park_girl_3">>
<</link>></span>
<</if>>
<<if $girl_park.friend >= 10 and $girl_park.friend <= 11>>
<span class="btn red"> <<link "♟ Play a 1vs1 against Maddy">>
<<set $girl_park.friend += 1>>
<<set $girl_park.today += 2>>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "park_girl_4">>
<</link>></span>
<</if>>
<<if $girl_park.friend >= 12 and $girl_park.friend <= 13>>
<span class="btn red"> <<link "♟ Play chess with Maddy">>
<<set $girl_park.friend += 1>>
<<set $girl_park.today += 2>>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night')>>
<<editcycle 'time' change +1>>
<</if>>
<<goto "park_girl_5">>
<</link>></span>
<</if>>
<<if $girl_park.friend >= 14>>
<span class="btn red"> <<link "♟ Play chess with Maddy">>
<<set $girl_park.today += 2>>
<<if Cycle.check('time', 'morning', 'noon', 'evening', 'night')>>
<<editcycle 'time' change +1>>
<</if>>
<<switch random(1, 2)>>
<<case 1>>
<<goto "park_girl_6">>
<<case 2>>
<<goto "park_girl_7">>
<</switch>>
<</link>></span>
<</if>>
<</if>><<prota $protaimg "Hi, what are you doing?">>
<<chica maddy ????????? "Hm? Oh, I play chess">>
<br><br>
<video muted autoplay loop><source src="assets\city\park\park_1.webm" type="video/webm"></video>
<<prota $protaimg "I thought chess was a two-player game">>
<<chica maddy ????????? "It is, but I have no one to play with">>
<<chica maddy ????????? "//SIGH//">>
<<prota $protaimg "If you want I can play with you">>
<<chica maddy ????????? "//!!!!!!!!//">>
<<chica maddy ????????? "Those would be great!">>
<<prota $protaimg "The only problem is that I don't know how to play">>
<<chica maddy ????????? "//giggle// Don't worry, I'll teach you">>
<br><br>
<h2 class="big">You spend some time learning how to play chess</h2>
<<cont append keypress>>
<<chica maddy ????????? "I have to go, but if you want you can come tomorrow">>
<<prota $protaimg "Sure! Hm... Maddy right?">>
<br><br>
<h2 class="big">She nods her head while smiling shyly at you</h2>
<<chica maddy Maddy "See you tomorrow">>
<br><br>
<span class="btn white"> <<link "I am the new Bobby Fischer">>
<<goto "park">>
<</link>></span>
<</cont>><video muted autoplay loop><source src="assets\city\park\park_2.webm" type="video/webm"></video>
<<chica maddy Maddy "Ready?">>
<<prota $protaimg "Yeah">>
<br><br>
<h2 class="big">Maddy spends some time teaching you how to improve your chess skills</h2>
<br><br>
<<switch random(1, 2)>>
<<case 1>>
<video muted autoplay loop><source src="assets\city\park\park_3.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop><source src="assets\city\park\park_4.webm" type="video/webm"></video>
<</switch>>
<<chica maddy Maddy "You learn pretty fast!">>
<<prota $protaimg "I have an excellent teacher">>
<<chica maddy Maddy "//giggle// Thanks!">>
<br><br>
<span class="btn white"> <<link "Continue">>
<<goto "park">>
<</link>></span><video muted autoplay loop><source src="assets\city\park\park_2.webm" type="video/webm"></video>
<<chica maddy Maddy "Today I will teach you more advanced strategies">>
<<prota $protaimg "Wow, that sounds complicated">>
<<chica maddy Maddy "//giggle// Don't worry, I'll go slow">>
<br><br>
<video muted autoplay loop><source src="assets\city\park\park_5.webm" type="video/webm"></video>
<<prota $protaimg "OMG">>
<br>
<span class="btn white"> <<link "Chess is becoming more and more interesting">>
<<goto "park">>
<</link>></span><<prota $protaimg "I am ready to play against you">>
<<chica maddy Maddy "Hahahah Are you sure?">>
<<prota $protaimg "Yeah, I've been practicing at home">>
<<chica maddy Maddy "Hm... Ok, let's see what you can do">>
<br><br>
<video muted autoplay loop><source src="assets\city\park\park_6.webm" type="video/webm"></video>
<br><br>
<h2 class="big">You play the game of chess like a professional</h2>
<<cont append keypress>>
<<prota $protaimg "Check... This is easy">>
<<prota $protaimg "You don't have many options left">>
<<chica maddy Maddy "//giggle//">>
<<prota $protaimg "What are you laughing at? You will lose">>
<<chica maddy Maddy "If you put your king here, you would lose the game">>
<<prota $protaimg "Hahahahah I know, but I won't do that">>
<<chica maddy Maddy "Are you sure?">>
<br><br>
<video muted autoplay loop><source src="assets\city\park\park_7.webm" type="video/webm"></video>
<<prota $protaimg "OMG">>
<<chica maddy Maddy "So... What's your next move?">>
<br>
<<linkreplace "<p class='btn red'>Put the king vulnerable (Lose the game)</p>" t8n>>
<<chica maddy Maddy "//giggle// Checkmate">>
<br><br>
<video muted autoplay loop><source src="assets\city\park\park_8.webm" type="video/webm"></video>
<<prota $protaimg "That was totally worth it">>
<<chica maddy Maddy "Come back tomorrow, I promise not to cheat">>
<br><br>
<span class="btn white"> <<link "I never thought that losing would feel so good">>
<<goto "park">>
<</link>></span>
<</linkreplace>>
<</cont>><video muted autoplay loop><source src="assets\city\park\park_9.webm" type="video/webm"></video>
<<chica maddy Maddy "Sorry, the tower fell under the table">>
<<chica maddy Maddy "I'm going to pick it up">>
<<prota $protaimg "Ok...">>
<<prota $protaimg "Wait, but the tower is still on the table">>
<<chica maddy Maddy "Are you sure? //giggle// Then what is this?">>
<br><br>
<video muted autoplay loop><source src="assets\city\park\park_10.webm" type="video/webm"></video>
<<prota $protaimg "//!!!!!//">>
<<prota $protaimg "OMG I didn't think you were talking about THAT tower">>
<<chica maddy Maddy "//MMMHMmm// This is a big tower //SLRP// //SLRP//">>
<br><br>
<video muted autoplay loop><source src="assets\city\park\park_11.webm" type="video/webm"></video>
<br><br>
<h2 class="big">Someone approaches and Maddy returns to her chair</h2>
<<chica maddy Maddy "//MMHMmm// When there are no people around, I will teach you deeper chess moves">>
<br><br>
<span class="btn white"> <<link "I think we are not talking about chess anymore">>
<<goto "park">>
<</link>></span><h2 class="big">There are many people in the park today</h2>
<<chica maddy Maddy "A chess piece fell under the table, could you please pick it up?">>
<<prota $protaimg "Hm? Yeah, sure">>
<br><br>
<video muted autoplay loop><source src="assets\city\park\park_12.webm" type="video/webm"></video>
<<prota $protaimg "Oh fuck">>
<<chica maddy Maddy "//Mmmhm// Did you find it?">>
<br><br>
<video muted autoplay loop><source src="assets\city\park\park_13.webm" type="video/webm"></video>
<<chica maddy Maddy "Hahahah You are lucky that there are many people around here today">>
<br><br>
<h2 class="big">People come and go, today you don't get a chance to be alone with Maddy</h2>
<br><br>
<span class="btn white"> <<link "Now I understand why chess is a game only for two">>
<<goto "park">>
<</link>></span><<if $hm == 0>>
<h2 class="big">Maddy takes you to a remote part of the park</h2>
<br><br>
<video muted autoplay loop><source src="assets\city\park\park_14.webm" type="video/webm"></video>
<<chica maddy Maddy "My queen is caught by your tower...">>
<<chica maddy Maddy "So, what will be your first move?">>
<br><br>
<span class="btn red"> <<link "Blowjob">>
<<set $hm to 1>>
<<goto "park_girl_7">>
<</link>></span>
<span class="btn red"> <<link "Fuck Her">>
<<set $hm to 2>>
<<goto "park_girl_7">>
<</link>></span>
<span class="btn red"> <<link "Cum (Finish)">>
<<set $hm to 3>>
<<goto "park_girl_7">>
<</link>></span>
<</if>>
<<if $hm == 1>>
<video muted autoplay loop><source src="assets\city\park\park_bj1.webm" type="video/webm"></video>
<<chica maddy Maddy "//SLRP// //SLRP//">>
<br><br>
<video muted autoplay loop controls><source src="assets\city\park\park_bj2.webm" type="video/webm"></video>
<<chica maddy Maddy "//MHmm// Your dick is so h-hard">>
<<chica maddy Maddy "//MPHhM// //GULP// //GULP//">>
<br><br>
<span class="btn white"> <<link "Continue">>
<<set $hm to 0>>
<<goto "park_girl_7">>
<</link>></span>
<</if>>
<<if $hm == 2>>
<video muted autoplay loop controls><source src="assets\city\park\park_fck1.webm" type="video/webm"></video>
<<chica maddy Maddy "//AAAAAAHHHH// //FUCK// //MMMHMmm//">>
<br><br>
<<switch random(1, 3)>>
<<case 1>>
<video muted autoplay loop controls><source src="assets\city\park\park_fck2.webm" type="video/webm"></video>
<<case 2>>
<video muted autoplay loop controls><source src="assets\city\park\park_fck3.webm" type="video/webm"></video>
<<case 3>>
<video muted autoplay loop controls><source src="assets\city\park\park_fck4.webm" type="video/webm"></video>
<</switch>>
<<switch random(1, 2)>>
<<case 1>>
<<chica maddy Maddy "//MMHMmm// Your cock feels so g-good">>
<<case 2>>
<<chica maddy Maddy "//MMMHMhmm// That feels a-amazing">>
<</switch>>
<br><br>
<video muted autoplay loop controls><source src="assets\city\park\park_fck5.webm" type="video/webm"></video>
<br>
<span class="btn red"> <<link "Keep fucking her">>
<<set $hm to 0>>
<<goto "park_girl_7">>
<</link>></span>
<</if>>
<<if $hm == 3>>
<video muted autoplay loop><source src="assets\city\park\park_cum1.webm" type="video/webm"></video>
<<chica maddy Maddy "//AAHHHHHh// //FUCK// You're so Deep">>
<br><br>
<video muted autoplay loop controls><source src="assets\city\park\park_cum2.webm" type="video/webm"></video>
<<chica maddy Maddy "//MMHMhmm// P-please don't stop">>
<<prota $protaimg "But...">>
<<chica maddy Maddy "//MMHMhmm// You can cum inside me, just don't stop">>
<<prota $protaimg "//FUCK// //FUCK//">>
<<prota $protaimg "//AAAAAAAAAAARRRRRGGGGGGG//">>
<br><br>
<video muted autoplay loop controls><source src="assets\city\park\park_cum3.webm" type="video/webm"></video>
<<prota $protaimg "Oh Fuck">>
<br><br>
<video muted autoplay loop controls><source src="assets\city\park\park_cum4.webm" type="video/webm"></video>
<<chica maddy Maddy "//MMMHMhmm//">>
<<chica maddy Maddy "//giggle// I think this is a checkmate">>
<br>
<span class="btn white"> <<link "Hahahah Definitely">>
<<set $hm to 0>>
<<goto "park">>
<</link>></span>
<</if>>