JavaScript must be enabled to play.
Browser lacks capabilities required to play.
Upgrade or switch to another browser.
Loading…
<img id="logo" src="./img/UI/gameicon.png"/> <div id="menu-container"> <div class="menu-button"> <<button "New Game">> <<goto "AgePolicy">> <</button>> <<button "Load Game">> <<script>> UI.saves(); <</script>> <</button>> <<button "Changelog">><<goto "Changelog">><</button>> </div> ❤️ Do you enjoy the game? Please support it ❤️ <span id="noIcon" style="margin-top: -10px;"><a style="margin-right:20px;display: inline-block;" href="https://www.patreon.com/endark" target="_blank" width="50" height="20"> <img src="./img/ui/patreonwordmark.png" width="120"/></a><a style="display: inline-block;" href="https://www.subscribestar.com/endark" target="_blank" width="50" height="20"> <img src="./img/ui/sswordmark.png" width="140"/></a></span> <span id="noIcon" style="margin-top: -10px;"><a style="margin-right:20px;display: inline-block;" href="https://f95zone.to/members/endark.334553/" target="_blank" width="50" height="20"> <img src="./img/ui/f95wordmark.png" width="120"/></a></span> </div> <div id="footer" style="margin-top: -25px;margin-left: 510px;">Game Version 0.2.2</div> <style> #ui-bar { display: none; } #noIcon a.link-external:after { content: ""; } #story { margin-left: 40px; } body { background-image: url('./img/places/city/bg/city.webp'); background-size: cover; background-repeat: no-repeat; } #logo{ margin-top: 5%; margin-right: auto; margin-left: auto; margin-bottom: auto; display: flex; } #menu-container { margin: auto; width: 450px; height: 400px; border: 2px solid #0000005c; border-radius: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #26304073; } .menu-button { color: white; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 5px; cursor: pointer; } .menu-button button{ width: 250px; height: 35px; background-color: #677488; border: none; padding-left: 2em; padding-right: 2em; border-radius: 10px; transition: transform .2s; /* Animation */ } .menu-button button:hover{ transform: scale(1.5); background-color: #3d4655; box-shadow: rgba(223, 255, 167, 0.50) 0px 5px 70px 4px; border: none; } a img:hover{ opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } </style>
<div id="box-comment">You are in your room, it's 6:30 a.m. and you begin to hear the sound of your alarm</div> <img src="./img/places/home/mc-room/alarm-clock.webp" width="150" height="150" style="display: block; margin: 0 auto;"> <<say $mcname>>It's already 6:30 a.m.? Oh man, I'm so tired... <</say>> <div id="box-comment">You grab your phone and see the date</div> <<say $mcname>><em>*Yawn*</em> Today is my first day at university<</say>> <<say $mcname>>I'll take a shower before it gets occupied by my $JasRel or my $MiaRel if I want to be on time<</say>> [[Bathroom|IntroToBath]] <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
/* characters */ <<character 'jasmine' './img/char/jasmine/jasmine-cvt.jpg'>> <<character 'rissa' './img/char/rissa/rissa-cvt.jpg'>> <<character 'mia' './img/char/mia/mia-cvt.jpg'>> <<character 'karlee' './img/char/karlee/karlee-cvt.jpg'>> <<character 'marie' './img/char/marie/marie-cvt.jpg'>> <<character 'blake' './img/char/blake/blake-cvt.jpg'>> <<character 'eliza' './img/char/eliza/eliza-cvt.jpg'>> <<character 'angela' './img/char/angela/angela-cvt.jpg'>> <<character 'eva' './img/char/eva/eva-cvt.jpg'>> <<character 'mandy' './img/char/mandy/mandy-cvt.jpg'>> <<character 'kelsi' './img/char/kelsi/kelsi-cvt.jpg'>> <<character 'amelia' './img/char/amelia/amelia-cvt.jpg'>> <<character 'gladys' './img/char/gladys/gladys-cvt.jpg'>> <<character 'worker' './img/ui/worker.webp'>> <<character 'bobby' './img/char/bobby/bobby.webp'>>
/* Scripting */ <<set _updateTime = (moment) => { if (moment === "Early Morning") { $hour = "Morning"; } else if (moment === "Morning") { $hour = "Afternoon"; } else if (moment === "Afternoon") { $hour = "Evening"; } else if (moment === "Evening") { $hour = "Night"; } else if (moment === "Night") { $hour = "Late Night"; } else if (moment === "Late Night") { $hour = "Early Morning"; } }>> <<set _nextTime = () => { _updateTime($hour); }>> <<set _currentTime = () => { return $hour; }>> <<set _updateDay = (daymoment) => { if (daymoment === "Monday") { $day = "Tuesday"; } else if (daymoment === "Tuesday") { $day = "Wednesday"; } else if (daymoment === "Wednesday") { $day = "Thursday"; } else if (daymoment === "Thursday") { $day = "Friday"; } else if (daymoment === "Friday") { $day = "Saturday"; } else if (daymoment === "Saturday") { $day = "Sunday"; } else if (daymoment === "Sunday") { $day = "Monday"; } }>> <<set _nextDay = () => { _updateDay($day); }>> <<set _currentDay = () => { return $day; }>>
<div id="box"><div id="box-content">Your name is <<textbox "$mcname" "John">> and your last name is <<textbox "$mclastname" "Doe">></div></div> <div id="box"><span><img src="./img/char/jasmine/jasmine-cvt.jpg"/></span><div id="box-content">Jasmine is your <<textbox "$JasRel" "landlady">> and you are her <<textbox "$JasMcRel" "tenant">> She calls you <<textbox "$JasNc" "honey">></div></div> <div id="box"><span><img src="./img/char/rissa/rissa-cvt.jpg"/></span><div id="box-content">Rissa is your older <<textbox "$RissaRel" "roommate">> and you are her <<textbox "$RissaMcRel" "roommate">> She calls you <<textbox "$MiaNick" "idiot">></div></div> <div id="box"><span><img src="./img/char/mia/mia-cvt.jpg"/></span><div id="box-content">Mia is your young <<textbox "$MiaRel" "roommate">> and you are her <<textbox "$MiaMcRel" "roommate">> She calls you <<textbox "$MiaNick" "cutie">></div></div> [[Continue|Intro]] <span id="displayStatsNone"> <<set $day = "Monday">><<set $hour = "Early Morning">> <<set $money to 0>><<set $energy to 100>><<set $lust to 0>> <<set $strength to 0>><<set $resistance to 0>> <<set $stealth to 0>><<set $intelligence to 0>> <<set $charisma to 0>> <<set $dailystr to 0>><<set $$dailyEnergyDrink to 0>><<set $dailyShower to 0>> <<set $JasLove to 0>><<set $JasLust to 0>> <<set $RissaLove to 0>><<set $RissaLust to 0>> <<set $MiaLove to 0>><<set $MiaLust to 0>> </span> <style> /*input style*/ input, select, textarea{ border: .5px solid white; padding: 3px; } input[type="text"]{ min-width: 0;; } span img { max-width: 15%; float: left; border-radius: 50%; margin-right: 1em; padding-left: 5px; padding-top: 5px; } #box { padding: 5px; border: 1px solid #eee; border-radius: 10px; overflow: auto; background-color: #394960; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; } #box-content{ padding: 15px; } .uibuttoms { display: none; } #displayStatsNone{ display: none; } </style>
<div id="box-comment">You are walking to bathroom and you see the door slighty open and hear the sound of the shower</div> <center><img style="border-radius:5px;" src="./img/places/home/events/openbath.webp" width="250" height="300"/></center> <<say $mcname>><em>*Fuck, It's already occupied?*</em><</say>> <<say $mcname>><em>*Ok, I think I'll take a shower after university*</em><</say>> <<say $mcname>><em>*I should go to the kitchen, have breakfast, and head to the university for now. Or... maybe take a quick peek?*</em><</say>> [[Peek|IntroBath]][[Kitchen|IntroKitchen]] <style> body { background-image: url('./img/places/home/bg/first-floor.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You peek through the door and notice your $MiaRel is showering</div><center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-shower1.mp4" type="video/mp4"> </video></center><<say $mcname>><em>*Shit... She is so fucking hot*</em><</say>> <<say $mcname>><em>*Wait... Why am I thinking this? she is my $MiaRel... but damn, look at this ass...*</em><</say>> <<say $mcname>><em>*Whatever, I need to go to breakfast for now*</em><</say>> <center><p class="pos-stat">🕶️ +1 Stealth</p><p class="pos-lust">💦 +60 Lust</p></center> <<say $mcname>><em>*Great...Now I have a tent in my pants*</em><</say>> <<say $mcname>><em>*I'll wait a bit in the hallway until It calm down*</em><</say>> [[Kitchen|IntroKitchen]] <<set $lust +=60>><<set $stealth +=1>> <style> body { background-image: url('./img/places/home/bg/bathroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You're in your room</div> <<say $mcname>>What should i do?<</say>> /*1st Align*/ \ <div class="align" style="margin-left: -44px;"> <div class="box"> <a data-passage="HallwayMap" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/first-floor.webp" style="max-height: 150px"> <span class="span-map">Hallway</span> </a> </div> <div class="box"> <a data-passage="Laptop" class="link-internal link-image" id="a-map"> <img src="./img/places/home/mc-room/laptopicon.webp" style="max-height: 150px"> <span class="span-map">Laptop</span> </a> </div> <div class="box"> <a data-passage="ExerciseRoom" class="link-internal link-image" id="a-map"> <img src="./img/places/home/mc-room/exerciseico.webp" style="max-height: 150px"> <span class="span-map">Exercise</span> </a> </div> <div class="box"> <a data-passage="PassTime" class="link-internal link-image" id="a-map"> <img src="./img/places/home/mc-room/passtimeico.webp" style="max-height: 150px"> <span class="span-map">Take a Nap</span> </a> </div> <div class="box"> <<if $NoSleep>> \ <a data-passage="NoSleep" class="link-internal link-image" id="a-map"> <img src="./img/places/home/mc-room/sleepico.webp" style="max-height: 150px"> <span class="span-map">Sleep</span> </a> <<else>> \ <a data-passage="Sleep" class="link-internal link-image" id="a-map"> <img src="./img/places/home/mc-room/sleepico.webp" style="max-height: 150px"> <span class="span-map">Sleep</span> </a> <</if>> \ </div> </div> <<if $energy <0>> <<goto "OutEnergy">> <</if>> <<set $BackPassage to "McRoom">> <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } </style>
/* UI Bar */ <nav id="menu" role="navigation"> 💵 Money: <b>$money $</b> ⚡ Energy: <b>$energy</b> <<if $energy >= 100>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/ep/e10.webp" width="150" height="10"/> <<elseif $energy >= 90>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/ep/e9.webp" width="150" height="10"/> <<elseif $energy >= 80>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/ep/e8.webp" width="150" height="10"/> <<elseif $energy >= 70>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/ep/e7.webp" width="150" height="10"/> <<elseif $energy >= 60>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/ep/e6.webp" width="150" height="10"/> <<elseif $energy >= 50>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/ep/e5.webp" width="150" height="10"/> <<elseif $energy >= 40>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/ep/e4.webp" width="150" height="10"/> <<elseif $energy >= 30>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/ep/e3.webp" width="150" height="10"/> <<elseif $energy >= 20>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/ep/e2.webp" width="150" height="10"/> <<elseif $energy >= 10>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/ep/e1.webp" width="150" height="10"/> <<elseif $energy <= 0>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/ep/e0.webp" width="150" height="10"/> <</if>> 💦 Lust: <b>$lust</b> <<if $lust >= 100>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/lp/e10.webp" width="150" height="10"/> <<elseif $lust >= 90>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/lp/e9.webp" width="150" height="10"/> <<elseif $lust >= 80>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/lp/e8.webp" width="150" height="10"/> <<elseif $lust >= 70>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/lp/e7.webp" width="150" height="10"/> <<elseif $lust >= 60>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/lp/e6.webp" width="150" height="10"/> <<elseif $lust >= 50>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/lp/e5.webp" width="150" height="10"/> <<elseif $lust >= 40>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/lp/e4.webp" width="150" height="10"/> <<elseif $lust >= 30>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/lp/e3.webp" width="150" height="10"/> <<elseif $lust >= 20>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/lp/e2.webp" width="150" height="10"/> <<elseif $lust >= 10>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/lp/e1.webp" width="150" height="10"/> <<elseif $lust <= 0>><img style="border:1px solid black;border-radius:20px;" src="./img/UI/lp/e0.webp" width="150" height="10"/> <</if>> <img id="logo" src="./img/UI/day.webp" width="80" height="50"/> $day $hour <img id="logo" src="./img/UI/stats.webp" width="80" height="40"/> 💪 Strength: $strength 🏃 Resistance: $resistance 🧠 Intelligence: $intelligence 🕶️ Stealth: $stealth ✨ Charisma: $charisma <span class="uibuttoms"> <a data-passage="CityMap" class="link-internal link-image" style="background: none; display: inline-block;"> <img class="uibuttom" src="./img/ui/map.jpg" style="border: 1px solid #eee; border-radius:5px; max-width:50px; height:50px; margin-right: -15px;"> </a><a data-passage="McRoom" class="link-internal link-image" style="background: none; display: inline-block;"> <img src="./img/ui/mcroom.jpg" style="border: 1px solid #eee; border-radius:5px; max-width:50px; height:50px;margin-right: -15px;"> </a><a data-passage="Inventory" class="link-internal link-image" style="background: none; display: inline-block;"> <img src="./img/ui/inventory.jpg" style="border: 1px solid #eee; border-radius:5px; max-width:50px; height:50px;margin-right: -15px;"> </a></span><span class="uibuttoms"> <a data-passage="GalleryChar" class="link-internal link-image" style="background: none; display: inline-block;"> <img src="./img/ui/charstats.png" style="border: 1px solid #eee; border-radius:5px; max-width:50px; height:50px;margin-right: -15px;"></a> <a data-passage="Walkthrough" class="link-internal link-image" style="background: none; display: inline-block;"> <img src="./img/ui/walkthrough.jpg" style="border: 1px solid #eee; border-radius:5px; max-width:50px; height:50px;margin-right: -15px;"> </a> <a data-passage="PassTime" class="link-internal link-image" style="background: none; display: inline-block;"> <img src="./img/ui/passtime.jpg" style="border: 1px solid #eee; border-radius:5px; max-width:50px; height:50px;margin-right: -15px;"> </a> </span> <div class="menu-button"> <<button "Saves">> <<script>> UI.saves(); <</script>> <</button>> <<button "Main Menu">> <<goto "MainMenuAdvise">> <</button>> </div> </nav> <style> #menu li #day{ margin 10px; } .uibuttoms { justify-content: center; display: flex; flex-wrap: wrap; } img.uibuttom{ justify-content: center; display: flex; flex-wrap: wrap; } .uibuttoms > a { margin-bottom: -40px; margin-right: -1px; } ul#menu-core{ display: none; } .menu-button { align-items: center; justify-content: center; color: white; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 5px; cursor: pointer; margin-top: -10px; } .menu-button button{ width: 150px; height: 35px; background-color: #677488; border: 1px solid black; padding-left: 2em; padding-right: 2em; transition: transform .2s; /* Animation */ } .menu-button button:hover{ transform: scale(1.1); background-color: #3d4655; border: 1px solid black; } </style>
<<say $mcname>><em>*It's $hour. What should I do?*</em><</say>> /* 1st Align */ \ <div class="align"> <div class="box"> <span id="charlocation" style="margin-top: -35px;"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="McRoom" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/mcroom.webp" style="max-height: 150px"> <span class="span-map">$mcname's Room</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <span id="charlocation"> <<if _currentTime() eq "Late Night">> <img class="char" src="./img/char/jasmine/jasmine-cvt.jpg"/> <</if>> </span> <a data-passage="JasmineRoom" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/jasmineroom.webp" style="max-height: 150px"> <span class="span-map">Jasmine's Room</span> </a> </div> <div class="box"> <span id="charlocation"> <<if _currentDay() eq "Saturday">> <<if _currentTime() eq "Night" or _currentTime() eq "Late Night">> <img class="char" style="border:none;" src="./img/ui/fix.png"/> <</if>> <<else>> <<if $BathWho is not 2 and _currentTime() eq "Early Morning">> <img class="char" src="./img/char/rissa/rissa-cvt.jpg"/> <</if>> <<if _currentTime() eq "Late Night">> <img class="char" src="./img/char/rissa/rissa-cvt.jpg"/> <</if>> <</if>> </span> <a data-passage="RissaRoom" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/rissaroom.webp" style="max-height: 150px"> <span class="span-map">Rissa's Room</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <span id="charlocation"> <<if _currentTime() eq "Evening" or _currentTime() eq "Late Night">> <img class="char" src="./img/char/mia/mia-cvt.jpg"/> <</if>> </span> <a data-passage="MiaRoom" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/miaroom.webp" style="max-height: 150px"> <span class="span-map">Mia's Room</span> </a> </div> </div> /* 2nd Align */ <div class="align"> <div class="align-bottom"> <div class="box"> <span id="charlocation" style="height:36px;"> <<if _currentTime() eq "Early Morning">> <<if $BathWho is 1>> <img class="char" src="./img/char/mia/mia-cvt.jpg"/> <<elseif $BathWho is 2>> <img class="char" src="./img/char/rissa/rissa-cvt.jpg"/> <<else>> <img class="char" style="border:none;" src="./img/ui/fix.png"/> <</if>> <</if>> </span> <a data-passage="Bathroom" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/bathroom.webp" style="max-height: 150px"> <span class="span-map">Bathroom</span> </a> </div> </div> <div class="align-bottom"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="EntranceMap" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/entrance.webp" style="max-height: 150px ;height: 114.5px;"> <span class="span-map">Entrance</span> </a> </div> </div> </div> /*Events*/ \ <<if _currentTime() eq "Early Morning" and $BathWho eq 2 and $StrangeGuyTask1 and not $RissaKeySpy>>\ <center><span class="EventMission">[[Rissa's Key|RissaStealKey]]</span></center>\ <</if>>\ <<if _currentDay() eq "Saturday">><<if _currentTime() eq "Night" or _currentTime() eq "Late Night">><<if $RissaKeySpy and not $RissaRoomKey>> \ <center><span class="EventMission">[[Steal Rissa's Key|RissaStealKeySuccess]]</span></center> \ <</if>><</if>><</if>>\ /*Events*/ <<if $lust >=100>> <<goto "FullLust">> <</if>> <<set $BackPassage to "HallwayMap">> <style> body { background-image: url('./img/places/home/bg/first-floor.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } span.EventMission a{ animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } } </style>
[[Back|MainMenu]] <span style="font-size:20px;color: #fbf9c1;">New Version</span> <b><em>v0.2.2</em></b> <b style="color:#ff8a8a;">BugFix</b> - Fixed the error in those where the images were not displayed on specific operating systems. - Fixed the error when you have Rissa's room key and, upon entering, nothing is displayed. <b><em>v0.2.1</em></b> <b style="color:#ff8a8a;">BugFix</b> - Added the scroll bar in the UI. <b><em>v0.2</em></b> <b style="color:#ff8a8a;">BugFix</b> - Several errors have been corrected in the writing. - The image settings have been adjusted to prevent issues across OS. If this persists, please don't hesitate to report the OS type and the error. <b style="color:#ff8a8a;">What's New?</b> - <span style="color:#86bd7a;">UPDATED</span> Now you can drink the energy drink from anywhere in the inventory without needing to go to the kitchen. - <span style="color:#86bd7a;">UPDATED</span> Locations: Park, Sport Field, Living room and Backyard. - <span style="color:#86bd7a;">UPDATED</span> The characters' stats have been reworked. You can also review certain interesting scenes ( ͡° ͜ʖ ͡°) - <span style="color:#e3f0a6">NEW</span> button has been added to fast-forward time. Now, you can pass time anywhere you are. You no longer need to go to the room to take a nap. - <span style="color:#e3f0a6">NEW</span> Save and main menu buttons in the UI. - <span style="color:#e3f0a6">NEW</span> Icons have been added to stats to enhance readability. - <span style="color:#e3f0a6">NEW</span> Location: Dark Street. This place hides something... But what? - <span style="color:#e3f0a6">NEW</span> Char: Amelia and Gladys. - <span style="color:#e3f0a6">NEW</span> 8 Events, 4 Events with scenes. <span style="font-size:20px;color: #fbf9c1;">Older Versions</span> (Click on any version to view changes) <details><summary><a><b><em>v0.1 Release</em></b></a></summary>- This is the release version. The content may be short and limited, or some flaws may be found. - Feel free to explore the map. - And don't forget to check the guide button if you want to know if there are any events you missed:<span style="margin-right:10px;"/><img src="./img/ui/walkthrough.jpg" style="border: 1px solid #eee; border-radius:5px; max-width:25px; height:25px;"></details> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #passages { max-width: 80em; margin: 0 auto; } #ui-bar { display: none; } a{ color: #eee; } a:hover{ color: #fbf9c1; text-decoration: none; } </style>
<<if _currentTime() eq "Late Night">> \ <div id="box-comment">Jasmine is sleeping. It's better I don't disturb her</div> [[Hallway|HallwayMap]] <<else>> \ <div id="box-comment">You're in Jasmine's room, but she is not here and there is nothing to do for now</div> [[Hallway|HallwayMap]] <</if>> \ <<set $BackPassage to "JasmineRoom">> <style> body { background-image: url('./img/places/home/bg/jasmineroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<set $BackPassage to "RissaRoom">> \ /* Key */ \ <<if $CopyKeyRoomRissa>> \ /*Rissa in room morning */ \ <<if $BathWho is not 2 and _currentTime() eq "Early Morning">> \ <div id="box-comment">You open the door to Rissa's room a little bit</div> <<say $mcname>><em>*Shit, She's here, I better leave before she notices*</em><</say>> [[Hallway|HallwayMap]] /*Rissa in shower not room */ \ <<elseif $BathWho is 2 and _currentTime() eq "Early Morning">> \ <<goto "RissaNotInRoom">> /*Rissa in out party not room */ \ <<elseif (_currentDay() eq "Saturday") && (_currentTime() eq "Night" || _currentTime() eq "Late Night")>> \ <<goto "RissaNotInRoom">> /*Rissa sleeping */ \ <<elseif _currentDay() neq "Saturday" and _currentTime() eq "Late Night">> \ <div id="box-comment">Rissa is sleeping. It's better I don't disturb her</div> [[Hallway|HallwayMap]] <<else>> \ <<goto "RissaNotInRoom">> <</if>>\ \ <style> body { background-image: url('./img/places/home/bg/rissaroom.webp'); background-size: cover; background-repeat: no-repeat; } </style> \ <<else>> \ /*No Key*/ \ <div id="box-comment">The door is closed</div> <<say $mcname>><em>*Why the fuck is Rissa locking her door?*</em><</say>> <<say $mcname>><em>*I think there's somewhere she hides the key, I should look for it*</em><</say>> [[Hallway|HallwayMap]] <style> body { background-image: url('./img/places/home/bg/first-floor.webp'); background-size: cover; background-repeat: no-repeat; } </style> <</if>> \
<<if _currentTime() eq "Late Night">> \ <div id="box-comment">Mia is sleeping. It's better I don't disturb her</div> [[Hallway|HallwayMap]] <<else>> \ <<if _currentTime() eq "Evening">> \ <<if not $MiaRoomFirstTime>> \ <div id="box-comment">You enter Mia's room and notice her using her phone while vaping</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/events/mia-vape.mp4" type="video/mp4"> </video></center> <div id="box-comment">As you were entering, she notices you</div> <<mia>>Hello $MiaMcRel<</mia>> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mia/events/mia-talk.png" width="500" height="300"/></center> <<say $mcname>>Hey Mia, What are you doing?<</say>> <<mia>>Nothing just chatting with my friends<</mia>> <<say $mcname>>Don't you have to study or do homework?<</say>> <<mia>>Yes, but I don't understand or know how to do it<</mia>> <<say $mcname>>Do you want me to help you?<</say>> <<mia>>Yeees, you would really save me a lot<</mia>> [[Back|HallwayMap]][[Help Her|MiaHelpHomeworkRoom]] <<set $MiaStudies to 0>> \ <<elseif $MiaRoomFirstTime>> \ <div id="box-comment">You enter Mia's room and see her on her phone smoking a vape</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/events/mia-vape.mp4" type="video/mp4"> </video></center> <div id="box-comment">She notices you</div> <<mia>>Hello $MiaMcRel, Are you here to help me with the studies?<</mia>> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mia/events/mia-talk.png" width="500" height="300"/></center> [[Back|HallwayMap]]<<if not $McSpyOnMia>>[[Help Her|MiaHelpHomeworkRoom]]<<elseif $McSpyOnMia and not $MiaStudiesFun1>>[[Help Her|MiaHelpHomeworkRoom2]] <<elseif $MiaStudiesFun1>>[[Help Her|MiaHelpHomeworkFun]]<</if>> <</if>> \ <<else>> \ <div id="box-comment">You're in Mia's room, but she is not here and there is nothing to do for now</div> [[Back|HallwayMap]] <</if>> \ <</if>> \ <<set $BackPassage to "MiaRoom">> <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<if _currentTime() eq "Early Morning">> \ <<if $BathWho is 0>> \ <<say "$mcname">><em>*Is the bathroom free in the Early Morning? What luck I have! I should buy a lottery ticket today*</em><</say>> [[Take a shower|Shower]] [[Hallway|HallwayMap]] <<elseif $BathWho is 1>> \ <<goto "BathMia">> \ <<elseif $BathWho is 2>> \ <<goto "BathRissa">> \ <</if>> \ <</if>> \ <<if _currentTime() !== "Early Morning">> \ <<say "$mcname">><em>*Bathroom is empty*</em><</say>> [[Take a shower|Shower]] [[Hallway|HallwayMap]] <</if>> \ <<set $BackPassage to "Bathroom">> <style> body { background-image: url('./img/places/home/bg/bathroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<if $dailystr !=0>> \ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening" or _currentTime() eq "Night">> \ <div id="box-comment">You already did exercise today</div> [[Continue|McRoom]] <</if>> \ <</if>> \ <<if _currentTime() eq "Late Night">> \ <div id="box-comment">It's too late to do exercise</div> [[Continue|McRoom]] <<elseif $dailystr == 0 and $energy >=30 >> \ <div id="box-comment">You did exercise for a while in your room</div> <center><video width="600" height="400" autoplay loop>\ <source src="./img/char/mc/strength-home.mp4" type="video/mp4"> </video></center>\ <center><p class="pos-stat">💪 +1 Strength</p><p class="added-list">⚡ -30 Energy</p></center> [[Continue|McRoom]] <<set $dailystr +=1>><<set $strength +=1>> \ <<set _nextTime()>><<set $energy -=30>> \ <<elseif $dailystr == 0 and $energy <=30>> \ <div id="box-comment">You don't have enough energy</div> [[Continue|McRoom]] <</if>> \ <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<div id="box-comment">You sleep until tomorrow</div> <center><p class="added-list">⚡ +80 Energy</p></center> [[Continue|McRoom]] <nobr> /* BathRandom*/ <<set $BathWho to random(0, 2)>> <<set _nextDay()>><<set $hour = "Early Morning">> <<set $energy +=80>> <<set $energy to $energy < 100 ? $energy : 100>> <<set $dailystr to 0>><<set $runDaily to 0>><<set $dailyShower to 0>> <<set $dailyEnergyDrink to 0>><<set $DailyCleanLivingroom to false>> <<set $GymEntry = $GymEntry - 1 < 0 ? 0 : $GymEntry - 1>> </nobr> <style> body { background-image: url('./img/places/home/bg/dream.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">As you enter the kitchen, you see your $JasRel making breakfast</div> <<jasmine>>Good morning $JasNc<</jasmine>> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/jasmine/jaskit.png"/></center> <<say $mcname>>Good morning $JasRel<</say>> <<jasmine>>Why are you flushed? Are you excited for your first day at the university?<</jasmine>> <<say $mcname>>Umm... yeah sure, I'm really excited to start<</say>> <<jasmine>>Aww $JasNc I'm sure you will the best student<</jasmine>> <<say $mcname>>Yeah.. I'll do it my b....<</say>> <div id="box-comment">Your older $RissaRel appears in the kitchen</div> <<rissa>>Shut up, you two. I need to have breakfast or I'll be late for work.<</rissa>> <<jasmine>>How many times do I need to tell you to wake up earlier to get to work on time?<</jasmine>> <<rissa>>It's Mia. She always takes long showers<</rissa>> <<jasmine>>Oh my... this girl... I'll talk to her about it. She might end up being late on her first day at university...<</jasmine>> <<rissa>>You've talked to her many times, but she still doesn't listen to you. Even my boss has scolded me several times for arriving late<</rissa>> <<jasmine>>Don't worry, this time I'll have a serious talk with her about it<</jasmine>> <<rissa>>Okay. I'm leaving now since I'm running late<</rissa>> <<jasmine>>Have a good day, darling<</jasmine>> <div id="box-comment">Rissa is leaving and you are finishing up breakfast</div> <<jasmine>>Did you enjoy breakfast $JasNc?<</jasmine>> <<say $mcname>>I always like everything you do<</say>> <<jasmine>>Aww $JasNc<</jasmine>> <center><p class="pos-love">❤️ +1 Jasmine's Love</p></center> <div id="box-comment">You drink all the coffee in one gulp</div> <<jasmine>>You should go, $mcname. And don't wait for Mia or you'll be late<</jasmine>> <<say $mcname>>Yes, I'll leave now. Thanks for the breakfast, $JasRel<</say>> [[University|IntroUniversity]] <<set $JasLove +=1>> <style> body { background-image: url('./img/places/home/bg/kitchen.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You arrive at the university and go to the class that was notified to you by email last week</div> <<say $mcname>><em>*Ok, so this seems to be the class I should attend on the first day*</em><</say>> <<say $mcname>><em>*There are a lot of people, and it looks like it could be an introductory class*</em><</say>> <div id="box-comment">As you were about to sit down, you noticed a girl walking alongside you</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/karlee/karlee-cvt.jpg" width="400" height="400"/></center> <<say 'girl' './img/char/karlee/karlee-cvt.jpg'>>Oh, sorry, I was about to sit in one of those chairs<</say>> <<say $mcname>>So I already have company<</say>> <<karlee>> Hahaha. I'm Karlee<</karlee>> <<say $mcname>>I'm $mcname<</say>> <<say $mcname>>It's your first day too?<</say>> <<karlee>>I think all of us in this class are new<</karlee>> <<say $mcname>>I had no idea, I just read the mail they sent about where to go on the first day without specifying more.<</say>> <<karlee>>Yeah, me too.<</karlee>> <<say $mcname>>So...You live in this city? I never have seen you<</say>> <<karlee>>No, I'm new here. I've just moved for university.<</karlee>> <<say $mcname>>Oh, maybe we can hang out and show you the city<</say>> <<karlee>>Are you asking me out on a date?<</karlee>> <<say $mcname>>Uhh, I mean...<</say>> <<karlee>>Hahaha, I'm just teasing you<</karlee>> <<karlee>>Sure, we can hang out sometime. I'm new to the city, and my roommate usually hangs out with her own friends<</karlee>> <div id="box-comment">You both talk for a while about the places in the city. Soon, a woman appears.</div> <center><p class="added-list">Karlee is added to list</p></center> [[Attend|IntroDirector]] <<set $KarleeLove to 0>><<set $KarleeLust to 0>><<set _nextTime()>> <style> body { background-image: url('./img/places/university/bg/classroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">The woman halts at the front of the classroom</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mrsjane/mrsjanecoll.jpg" width="300" height="400"/></center> <<say "Woman" './img/char/mrsjane/mrsjane-cvt.jpg'>>Silence, please.<</say>> <div id="box-comment">The entire class falls silent</div> <<say "Mrs. Jane" './img/char/mrsjane/mrsjane-cvt.jpg'>>My name is Mrs. Jane. I'm the university's director.<</say>> <<say "Mrs. Jane" './img/char/mrsjane/mrsjane-cvt.jpg'>>I'm pleased to see all of you joining the university, but it's important to acknowledge and adhere to certain rules. Allow me to summarize them for you all<</say>> <div id="box-comment">Mrs. Jane explains all the rules for a while...</div> <<say "Mrs. Jane" './img/char/mrsjane/mrsjane-cvt.jpg'>>I expect everyone to behave appropriately. Otherwise, you will be immediately dismissed. We do not tolerate misbehavior<</say>> <<say "Mrs. Jane" './img/char/mrsjane/mrsjane-cvt.jpg'>>For now, you can all go home or explore our campus and university. Classes start tomorrow. Have a good day<</say>> <center><p class="added-list">Mrs. Jane is added to list</p></center> [[Continue|IntroKarlee]] <<set $MrsJaneLove to 0>><<set $MrsJaneLust to 0>> <style> body { background-image: url('./img/places/university/bg/classroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<center><span class="title">Warning!</span><center> <center>This game is designed for a mature audience and is intended exclusively for individuals who have reached the legally required age in their jurisdiction. Players below this specified age limit are strongly advised not to proceed further or engage with the game. By continuing, you certify and warrant that you meet the necessary age requirements as determined by the laws applicable to you. It is important to note that all in-game characters are depicted as adults, and any resemblance to real events or persons is purely coincidental.</center> <center>[[Accept|IntroGuide]]<span class="buttom"></span>[[Reject|MainMenu]]</center> <style> body{ background-color: black; } span.title{ font-size: 80px; font-weight: bold; color:red; } span.buttom{ padding-right: 20px; padding-left: 20px; } #story{ margin-left: 0px; } .passage{ padding-top: 20%; } a.link-internal { background: red; } #ui-bar { display: none; } </style>
<div id="box-comment">The director leaves the classroom and the class begins to leave</div> <<karlee>>The director is really strict<</karlee>> <<say $mcname>>Yeah, or maybe she has a stick up her ass<</say>> <div id="box-comment">Karlee laughs at your comment</div> <<karlee>>Maybe<</karlee>> <<karlee>>Well... It's time for me to go<</karlee>> <<say $mcname>>Yes, I will leave too<</say>> <<karlee>>It was a pleasure meeting you, $mcname. I'll see you next time<</karlee>> <<say $mcname>>I say the same. See ya!<</say>> <div id="box-comment">When you realize it, the whole class had already left, so you decide to go home</div> [[Home|McRoomIntro]] <<set _nextTime()>> <style> body { background-image: url('./img/places/university/bg/classroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
This game is still under development, so there may be unfinished events, locations, or characters. New characters, events, and fixes may appear during updates. In the version you are playing, you may encounter some bugs or glitches during gameplay. Now, I will explain a little bit about the game mechanics: You will encounter messages like this to notify you that the location or event has not been implemented or completed. <div id="future-implement">It's planned to add...</div> On the left sidebar, you'll find information about the day of the week, the time of day, your current amount of money, and your character's stats. All of this is crucial for progressing through the story. <center><img src="./img/ui/guideStats.png"/></center> You also have access to specific buttons designed to assist you in easily accessing crucial locations or information without requiring extensive movement or research. These buttons allow you to fast-travel to the main map, return to your room, check your inventory, view the characters' stats, and access their guides. <center><img src="./img/ui/guideStats1.png"/></center> Each event or progress with a character may require certain levels of stats. The characters have two stats: <b><span style="color: #c68f99;">love</span></b> and <b><span style="color: #c68f99;">lust</span></b>. These stats are essential for advancing with each character, so I highly recommend improving both. You can increase your <b><span style="color: #c68f99;">love</span></b> and <b><span style="color: #c68f99;">lust</span></b> by completing events or engaging in specific activities with the characters. It's important to consider both your energy and lust levels. If your energy depletes entirely, you won't be able to participate in any events or activities. Moreover, if your lust reaches 100, you'll be forced to cum, losing energy and time. To regain energy, you can sleep, rest, or use certain items. On the other hand, your lust can be reduced by masturbating or engaging in sexual activities. <center><img src="./img/ui/guideStats2.png"/></center> Keep in mind that some characters or places appear when you meet or encounter them. When this happens, a notification like the following will appear: <center><img src="./img/ui/guideStats3.png"/></center> When you raise a stat, either for a character or yourself, it will also be notified in the same way. When you encounter an asterisk in a conversation box, it signifies that the character is thinking or performing an action. <center><img src="./img/ui/guideStats4.png"/></center> <b><span style="color: red;">IMPORTANT</span></b> Various elements may undergo changes throughout the development process, such as visual enhancements, dialogues, events, and more. This includes the addition of new stats or characters! Enjoy and have fun! [[Continue|StartGame]] <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } #story { margin-left: 40px; } #ui-bar { display: none; } center img{ border: 1px solid #eee; border-radius: 4px; } .uibuttoms { display: none; } </style>
<<say $mcname>><em>*It's $hour. What should I do?*</em><</say>> /* 1st align */ <div class="align"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="HallwayMap" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/first-floor.webp" style="max-height: 150px"> <span class="span-map">First Floor</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <span id="charlocation"> <<if _currentTime() eq "Early Morning">> <img class="char" src="./img/char/jasmine/jasmine-cvt.jpg"/> <</if>> </span> <a data-passage="Kitchen" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/kitchen.webp" style="max-height: 150px"> <span class="span-map">Kitchen</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="Livingroom" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/livingroom.webp" style="height: 124px"> <span class="span-map">Livingroom</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="Backyard" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/backyard.webp" style="max-height: 150px"> <span class="span-map">Backyard</span> </a> </div> </div> /* 2nd align */ <div class="align"> <div class="align-bottom"> <div class="box"> <span id="charlocation" style="height:36px;"> <<if _currentTime() eq "Night" and not $MarieMeet>> <img class="char" src="./img/ui/unknowchar.png"/> <<else>> <img class="char" style="border:none;" src="./img/ui/fix.png"/> <</if>> </span> <a data-passage="OakAvenueMap" class="link-internal link-image" id="a-map"> <img src="./img/places/oakavenue/bg/oakavenue.webp" style="max-height: 150px;height: 93px;"> <span class="span-map"> Oak Avenue</span> </a> </div> </div> </div> /*Events*/ <<if $lust >=100>> <<goto "FullLust">> <</if>> <<set $BackPassage to "EntranceMap">> <style> body { background-image: url('./img/places/home/bg/entrance.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style>
<span id="displayStatsNone"> \ /*Events*/ <<if not $MiaSpy1 and $MiaStudies >= 5>> <<if_currentTime() eq "Morning">> <<goto "MiaSpy1">> <</if>> <</if>> </span> \ <<if $dailyShower !=0>> \ <div id="box-comment">You already took a shower today</div> [[Continue|Bathroom]] <</if>> \ \ <<if $dailyShower == 0>> \ <div id="box-comment">You took a shower and feel more refreshed</div> <center><video width="600" height="400" autoplay loop> \ <source src="./img/char/mc/shower-home.mp4" type="video/mp4"> </video></center> \ <center><p class="added-list">⚡ +10 Energy</p><p class="pos-lust">💦 -20 Lust</p></center> [[Continue|Bathroom]] <span id="displayStatsNone"> <<set $energy +=10>><<set $lust -=20>> <<set $dailyShower to 1>><<set _nextTime()>> <<set $energy to $energy < 100 ? $energy : 100>> <<set $lust to $lust > 0 ? $lust : 0>> </span> <</if>> \ <style> body { background-image: url('./img/places/home/bg/bathroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<if _currentTime() eq "Early Morning">> \ <<set $JasKitchen to random(0)>> \ <<if $JasKitchen is 0>> \ <div id="box-comment">Your $JasRel is on the kitchen</div> <center><img src="./img/char/jasmine/jaskitmor.png"/></center> <<say $mcname>>Good Morning, $JasRel<</say>> <<jasmine>>Good Morning, $JasNc<</jasmine>> [[Entrance|EntranceMap]][[Help her to wash dishes|JasDish]] <<else>> \ <div id="box-comment">I have nothing to do here for now</div> [[Entrance|EntranceMap]] <</if>> \ <<else>> \ <div id="box-comment">I have nothing to do here for now</div> [[Entrance|EntranceMap]] <</if>> \ /*EVENTS*/ <<if $lust >=100>> \ <<goto "FullLust">> <</if>> \ <<if $MarieMeet and not $MarieMeetTalkJas>> \ <<if _currentTime() eq "Early Morning">> \ <<goto "MarieMeetTalkJas">> \ <</if>> \ <</if>> \ <<if not $JasDishEv1 and $JasLove >=3>> \ <<if _currentTime() eq "Early Morning">> \ <<goto "JashDishEv1">> \ <</if>> \ <</if>> \ <<if $MarieHelp2 and $MarieMeetTalkJas and not $JasMarieHome1>> \ <<if _currentTime() eq "Early Morning">> \ <<goto "JasMarieHome1">> \ <</if>> \ <</if>> \ <<set $BackPassage to "Kitchen">> <style> body { background-image: url('./img/places/home/bg/kitchen.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<set $BackPassage to "Livingroom">> \ <div id="box-comment">You're in the livingroom</div> /* 1st align */ \ <div class="align"> /*Entrance*/ \ <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="EntranceMap" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/entrance.webp" style="max-height: 150px"> <span class="span-map">Entrance</span> </a> </div> /*TV*/ \ <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="LivingroomTV" class="link-internal link-image" id="a-map"> <img src="./img/places/home/livingroom/tvicon.jpg" style="max-height: 150px"> <span class="span-map">Watch TV</span> </a> </div> /*Clean*/ \ <<if not $DailyCleanLivingroom>> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="LivingroomClean" class="link-internal link-image" id="a-map"> <img src="./img/places/home/livingroom/cleanicon.jpg" style="max-height: 150px"> <span class="span-map">Clean</span> </a> </div> <</if>> </div> <style> body { background-image: url('./img/places/home/bg/livingroom.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } span.EventMission a{ animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } } </style>
/*1st Align*/ <div class="align"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <span id="charlocation"> <<if _currentTime() eq "Early Morning">> <img class="char" src="./img/char/jasmine/jasmine-cvt.jpg"/> <img class="char" src="./img/char/rissa/rissa-cvt.jpg"/><img class="char" src="./img/char/mia/mia-cvt.jpg"/> <</if>> </span> <a data-passage="EntranceMap" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/house.webp"> <span class="span-map">Home</span> </a> </div> <<if $MarieMeet>> <div class="box"> <span id="charlocation"> <<if not $MarieHelp1 or not $MarieHelp2>> <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> <img class="char" src="./img/char/marie/marie-cvt.jpg"/> <</if>> <</if>> <<if $MarieHelp2 and not $MarieSatN or $MarieSatN>> <<if _currentDay() eq "Saturday" and _currentTime() eq "Night">> <img class="char" src="./img/char/marie/marie-cvt.jpg"/> <</if>> <</if>> </span> <a data-passage="MarieHome" class="link-internal link-image" id="a-map"> <img src="./img/places/mariehome/bg/mariehome.webp"> <span class="span-map">Marie's Home</span> </a> </div> <</if>> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="CityMap" class="link-internal link-image" id="a-map"> <img src="./img/places/city/bg/city.webp"> <span class="span-map">City</span> </a> </div> </div> /*Events*/ <<if $lust >=100>> <<goto "FullLust">> <</if>> <<if not $MarieMeet and _currentTime() eq "Night">> <<goto "MarieMeet">> <</if>> <<set $BackPassage to "OakAvenueMap">> /*DAY*/ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> <style> body { background-image: url('./img/places/oakavenue/bg/oakavenue.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style> /*NIGHT*/ <<else>> <style> body { background-image: url('./img/places/oakavenue/bg/oakavenue-night.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style> <</if>>
/*1st Align*/ <div class="laptop"> <div class="align"> <div class="box shutdown"> <a data-passage="McRoom" class="link-internal link-image" id="a-map"> <img src="./img/places/home/mc-room/laptop/shutdown.webp" style="max-height: 150px"> <span class="span-map">Shutdown</span> </a> </div> <div class="box shutdown" style="margin-left:68%;"> <a data-passage="Cheats" class="link-internal link-image" id="a-map"> <img src="./img/ui/cheats.jpg" style="max-height: 150px"> <span class="span-map">Cheats</span> </a> </div> </div> /*2st Align*/ <div class="align"> <div class="align-bottom"> <div class="box"> <a data-passage="GalleryChar" class="link-internal link-image" id="a-map"> <img src="./img/ui/charstats.png" style="max-height: 150px"> <span class="span-map">Char's Stats</span> </a> </div> </div> <div class="align-bottom"> <div class="box"> <a data-passage="LaptopPorn" class="link-internal link-image" id="a-map"> <img src="./img/places/home/mc-room/laptop/adult.png" style="max-height: 150px"> <span class="span-map">Porn</span> </a> </div> </div> <<if $MathHomework1 and not $MathHomework1Done>> <div class="align-bottom"> <div class="box"> <a data-passage="MathHomework1Done" class="link-internal link-image" id="a-map"> <img src="./img/places/university/items/homework.jpg" style="max-height: 150px"> <span class="span-map">Math</span> </a> </div> </div> <<elseif $UniversityFirstDay>> <div class="align-bottom"> <div class="box"> <a data-passage="StudyLaptop" class="link-internal link-image" id="a-map"> <img src="./img/places/university/items/homework.jpg" style="max-height: 150px"> <span class="span-map">Study</span> </a> </div> </div> <</if>> </div> </div> <<if $energy <0>> <<goto "OutEnergy">> <</if>> <<set $BackPassage to "Laptop">> <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .laptop{ background-image: url('./img/places/home/mc-room/laptop/wallpaper.png'); background-size: cover; background-repeat: no-repeat; border: 10px solid black; height: 500px; } .align { display: flex; } .align-bottom { margin-top: 100px; } .box { margin: 10px -80px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } @-moz-document url-prefix() { .shutdown{ margin-top: -60px!important; } } .shutdown{ margin-top: -35px; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 50%; height: 50%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } </style>
<<if $JasLove < 3>> \ <div id="box-comment">You helped your $JasRel wash dishes</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mc/dishes-home.mp4" type="video/mp4"> </video></center> <<jasmine>>Thank you, $JasNc<</jasmine>> <div id="box-comment">She gives you a kiss on the cheek</div> <center><p class="pos-love">❤️ +1 Jasmine's Love</p></center> <<set _nextTime()>> \ <<else>> \ <center><p class="pos-love">You reached max Jasmine's Love for this version</p></center> <</if>> \ [[Kitchen]] <<set $JasLove = $JasLove < 3 ? $JasLove + 1 : $JasLove>> <style> body { background-image: url('./img/places/home/bg/kitchen.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
/*No Pool Ready */ \ <<if not $JasDishEv1>> \ <div id="box-comment">I have nothing to do here for now</div> <center>[[Entrance|EntranceMap]]</center> <<elseif $JasDishEv1 and not $chlorine>> \ <<if not $JasCleanPool>> \ <<say $mcname>>I need to buy a bottle of Chlorine and clean the pool<</say>> <center>[[Entrance|EntranceMap]]</center> <</if>> \ <<elseif $JasDishEv1 and $chlorine ==1>> \ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> \ <div id="box-comment">You go out to the backyard</div> <center>[[Entrance|EntranceMap]]<span class="EventMission">[[Clean the pool|BackyardCleanPool1]]</span></center>\ <<else>> \ <div id="box-comment">You go out to the backyard</div> <<say $mcname>>It's very dark, I should clean the pool earlier<</say>> <center>[[Entrance|EntranceMap]]</center> <</if>> \ <</if>> \ /*Pool Ready */ \ <<if $JasCleanPool>> \ <div id="box-comment">You're in the backyard</div> /* 1st align */ \ <div class="align"> /*Entrance*/ \ <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="EntranceMap" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/entrance.webp" style="max-height: 150px"> <span class="span-map">Entrance</span> </a> </div> /*Swim*/ \ <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="BackyardSwin" class="link-internal link-image" id="a-map"> <img src="./img/places/home/events/swimbackyard.webp" style="max-height: 150px"> <span class="span-map">Swim</span> </a> </div> </div> <</if>> \ <<set $BackPassage to "Backyard">> /*DAY*/ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> <style> body { background-image: url('./img/places/home/bg/backyard.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } span.EventMission a{ animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } } </style> /*NIGHT*/ <<else>> <style> body { background-image: url('./img/places/home/bg/backyard-night.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } span.EventMission a{ animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } } </style> <</if>>
<div id="box-comment">You spot a woman in front of the house holding a pizza</div> <<say $mcname>>Marie?<</say>> <<marie>>$mcname? Oh my, it's been a long time. How are you?<</marie>> <<say $mcname>>Long time no see. What are you doing here? I thought you had moved to another city<</say>> <<marie>>Oh dear, a lot has happened. My husband and I are getting divorced, so today I came with my daughter to our old house.<</marie>> <<say $mcname>>Sorry to hear that Marie<</say>> <<marie>>Oh, don't worry. My husband was an idiot.<</marie>> <<say $mcname>>Then you've done yourself a favor<</say>> <<marie>>Yes, truth be told<</marie>> <<marie>>Why don't you come by one of these days and help me and my daughter move? We haven't finished yet and we're running late<</marie>> <<marie>>As you can see, I had to go and get some pizzas because I couldn't even make dinner<</marie>> <<say $mcname>>Sure, I'll help you with the move<</say>> <<marie>>Thank you very much, dear. I'll give you a tip *Wink*<</marie>> <<say $mcname>><em>*Did she just wink at me?*</em><</say>> <<marie>>And tell Jasmine I'll see her soon.<</marie>> <<say $mcname>>Sure, I'll tell her<</say>> <<marie>>Bye, dear<</marie>> <<say $mcname>>Bye<</say>> <center><p class="added-list">Marie is added to list</p></center> [[Continue|OakAvenueMap]] <<set $MarieMeet to true>><<set _nextTime()>> <<set $MarieLove to 0>><<set $MarieLust to 0>> <style> body { background-image: url('./img/places/oakavenue/bg/oakavenue-night.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if _currentTime() eq "Late Night">> <<say '$mcname'>><em>*It's too late. I should go home and sleep*</em><</say>> <<if $NoSleep>>[[Sleep|NoSleep]]<<else>>[[Sleep|Sleep]]<</if>><<link "Back" `$BackPassage`>><</link>> <<else>> <<set _nextTime()>><<set $energy +=10>> <<set $energy to $energy < 100 ? $energy : 100>> <<goto $BackPassage>> <</if>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<if not $MarieHelp1 or not $MarieHelp2>> \ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> \ <div id="box-comment">You're in Marie's Home</div> [[Knock Door|InsideMarieHome]][[Back|OakAvenueMap]] <<else>> \ <div id="box-comment">It's too late to visit Marie</div> [[Back|OakAvenueMap]] <</if>> \ <</if>> \ \ <<if $MarieHelp2 and not $MarieSatN>> \ <<if _currentDay() eq "Saturday" and _currentTime() eq "Night">> \ <div id="box-comment">You arrive to Marie's home</div> <<say $mcname>><em>*I hope that this time I can fuck her*</em><</say>> <<say $mcname>><em>*And that Blake won't be home tonight...*</em><</say>> [[Knock at door|MarieHomeSatEv1]] <<elseif _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> \ <div id="box-comment">I have nothing to do here right now</div> [[Back|OakAvenueMap]] <<else>> \ <div id="box-comment">It's too late to visit Marie</div> [[Back|OakAvenueMap]] <</if>> \ <</if>> \ \ <<if $MarieSatN and _currentDay() eq "Saturday">> \ <<if _currentTime() eq "Night">> \ <div id="box-comment">You arrive at Marie's home</div> [[Knock at door|MarieHomeSatRepeatStart]] <<elseif _currentTime() eq "Late Night">> \ <div id="box-comment">It's too late to visit Marie</div> [[Back|OakAvenueMap]] <<else>> \ <div id="box-comment">I have nothing to do here right now</div> [[Back|OakAvenueMap]] <</if>> \ <</if>> \ \ <<if $MarieSatN>> \ <<if _currentDay() eq "Monday" or _currentDay() eq "Tuesday" or _currentDay() eq "Wednesday" or _currentDay() eq "Thursday" or _currentDay() eq "Friday" or _currentDay() eq "Sunday">> \ <<if _currentTime() eq "Late Night" or _currentTime() eq "Night">> \ <div id="box-comment">It's too late to visit Marie</div> [[Back|OakAvenueMap]] <<else>> \ <div id="box-comment">I have nothing to do here right now</div> [[Back|OakAvenueMap]] <</if>> \ <</if>> \ <</if>> \ <<set $BackPassage to "MarieHome">> <<if _currentTime() eq "Late Night" or _currentTime() eq "Night">> \ <style> body { background-image: url('./img/places/mariehome/bg/mariehome-night.webp'); background-size: cover; background-repeat: no-repeat; } </style> <<else>> <style> body { background-image: url('./img/places/mariehome/bg/mariehome.webp'); background-size: cover; background-repeat: no-repeat; } </style> <</if>>
<<if not $MarieHelp1>> <<goto "MarieHelp1">> <</if>> <<if $MarieHelp1 and not $MarieHelp2>> <<goto "MarieHelp2">> <</if>> <<set $BackPassage to "InsideMarieHome">> <style> body { background-image: url('./img/places/mariehome/bg/entrance.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<marie>>Hello dear, come in<</marie>> <div id="box-comment">Marie stands in front of you wearing a bikini</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/marie/mariehomepose.webp" width="400" height="400"/></center> <<marie>>Sorry for the mess in the house. I still have a lot of things to unpack<</marie>> <<say $mcname>>Don't worry, I've come to help you<</say>> <<marie>>Oh, what a mature man. Surely many girls are fighting over you<</marie>> <<say $mcname>>Um... not at all<</say>> <<marie>>They probably do, and you don't even know it<</marie>> <<say $mcname>>Probably<</say>> <<marie>>Would you like a coffee?<</marie>> <<say $mcname>>No thanks, I'm going to get started. Where do I start?<</say>> <<marie>>I have some heavy stuff in those boxes. Can you help me with them?<</marie>> <<say $mcname>>Sure, let me do it<</say>> [[Grab boxes|MarieHelp1Sucess1]] <style> body { background-image: url('./img/places/mariehome/bg/entrance.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if $strength >= 5>> \ <div id="box-comment">You effortlessly lift the boxes</div> <<marie>> Oh my..., you're so strong<</marie>> <div id="box-comment">She gazes at me with desire</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/marie/marie-cvt.jpg" width="300" height="250"/></center> <div id="box-comment">You spend your time moving the boxes and placing their contents where Marie directs you to</div> <center><p class="pos-love">❤️ +1 Marie's Love</p><p class="pos-lust">💦 +1 Marie's Lust</p></center> \ [[Continue|MarieHelp1Succes2]] <<set $MarieLove =+1>><<set $MarieLust =+1>> \ <<set _nextTime()>> \ <<else>> \ <div id="box-comment">You attempt to pick up one of the boxes, but they're too heavy <b>(💪 Strength: $strength / 5)</b></div> <<marie>>Oh dear, leave them be. Don't worry<</marie>> <<marie>>You seem tired today. How about helping me some other time?<</marie>> <<say $mcname>>Yeah... I suppose I'm not up to it today. I'm sorry<</say>> <<marie>> It's alright. Go home and get a good rest. Health is important<</marie>> <<say $mcname>>I'll come back another time<</say>> <center><p class="failed-event">You need to be more strong</p></center> [[Continue|OakAvenueMap]] <</if>> \ <<set _nextTime()>> <style> body { background-image: url('./img/places/mariehome/bg/entrance.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You finished moving the boxes</div> <<marie>>Wow, you've really grown into quite a man since the last time we met.<</marie>> <<marie>>I think you deserve a reward. Is there anything you have in mind?<</marie>> <<say $mcname>>Umm... I... <</say>> <div id="box-comment">Your eyes shift to the her neckline</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/marie/events/marieneckline.webp" width="400" height="250"/></center> <center><p class="pos-lust">💦 +30 Lust</p></center> <<marie>>Oh... I see<</marie>> <center><p class="pos-love">❤️ +4 Marie's Love</p><p class="pos-lust">💦 +4 Marie's Lust</p></center> <<marie>>Maybe I can show you...<</marie>> [[Continue|MarieHelp1Succes3]] <<set $lust +=30>><<set $MarieLove +=4>><<set $MarieLust +=4>> <style> body { background-image: url('./img/places/mariehome/bg/entrance.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Suddenly, you hear the door of the house and a girl shouting</div> <<say Girl>>Moooooooooooom... Where are you?<</say>> <<marie>>Oh It's my daughter<</marie>> <<marie>>Come here, darling! We're in the living room<</marie>> <div id="box-comment">Blake appears in the livingroom</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/blake/blake-cvt.jpg" width="300" height="250"/></center> <<blake>>What are you doin'...<</blake>> <div id="box-comment">She notices you</div> <<marie>>$mcname is helping me with the boxes. Do you remember him?<</marie>> <<blake>>I do. How are you $mcname?<</blake>> <<say $mcname>>I'm fine, and you?<</say>> <<blake>>Fine. Hey, Mom, I have to do something. Is my desk set up?<</blake>> <<marie>>Yes, $mcname set it up<</marie>> <<blake>>Thank you, $mcname. I need to go now. We can speak next time<</blake>> <<say $mcname>>Sure Bla...<</say>> <<blake>>Byyyyeee<</blake>> <<marie>>This girl... sorry $mcname, we can continue next time with this mess<</marie>> <<marie>>And of course, I will give you a reward for it. I won't forget <em>*Wink*</em><</marie>> <<say $mcname>>Don't worry Marie<</say>> <<marie>>Good night, dear<</marie>> <<say $mcname>>Good Night<</say>> <center><p class="added-list">Blake is added to list</p></center> [[Continue|OakAvenueMap]] <<set $BlakeLove to 0>><<set $BlakeLust to 0>> <<set $hour = "Night">><<set $MarieHelp1 to true>> <style> body { background-image: url('./img/places/mariehome/bg/entrance.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You run to your bedroom because you got too horny and you have to cum.</div> <center><img src="./img/char/mc/cum.webp"/></center> <center><p class="added-list">⚡ -40 Energy</p><p class="pos-lust">💦 You cum</p></center> [[Continue|McRoom]] <<set $energy -=40>><<set $lust to 0>><<set _nextTime()>> <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<set $MiaBath to random(1, 2)>><<if $Gallery>><<set $MiaBath to 1>><</if>>\ <<if $MiaBath is 1>> \ <div id="box-comment">Mia is taking a shower</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-shower1.mp4" type="video/mp4"> </video></center> <<say $mcname>><em>*Damn.. what an ass*</em><</say>> <center><p class="pos-lust">💦 +40 Lust</p></center> <<say $mcname>><em>*She hasn't noticed that I've been watching her for a while. I feel like a ninja*</em><</say>> <<if $stealth <= 8>> \ <center><p class="pos-stat">🕶️ +1 Stealth</p></center> <<set $lust +=40>><<set _nextTime()>><<set $stealth +=1>> \ <<elseif $stealth >=8>> \ <center><p class="pos-stat">🕶️ You reached max Stealth for this version</p></center> <<if not $Gallery>><<set $lust +=40>><<set _nextTime()>><</if>> \ <</if>> \ <<if $MiaSpy1 and not $McSpyOnMia>> \ <div id="box-comment">You remember when she spied on you</div> <<say $mcname>><em>*Hey, she spied on me and looked at me more. Why don't I do it more?*</em><</say>> <</if>> \ <<if not $Gallery>>[[Quit|HallwayMap]]<</if>><<if $MiaSpy1 or $GalleryUnlocked>>[[Spy more|BathMia2]]<</if>> <<elseif $MiaBath is 2>> \ <div id="box-comment">Mia has just showered</div> <center> <video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-showerfin.mp4" type="video/mp4"> </video> </center> <<say $mcname>><em>*Shit, I missed it.*</em><</say>> [[Quit|HallwayMap]] <<set _nextTime()>> \ <</if>> \ <style> body { background-image: url('./img/places/home/bg/bathroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You ran out of energy and passed out. You woke up the next day in your bedroom bed.</div> [[Continue|McRoom]] <<set _nextDay()>><<set $hour = "Early Morning">> <<set $energy +=80>> <style> body { background-color: black; } </style>
/*1st Align*/ <div class="align"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <span id="charlocation"> <<if not $UniversityFirstDay>> <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning">> <<if _currentDay() eq "Monday" or _currentDay() eq "Tuesday" or _currentDay() eq "Wednesday" or _currentDay() eq "Thursday" or _currentDay() eq "Friday">> <img class="char" src="./img/ui/unknowchar.png"/> <</if>> <</if>> <<elseif $UniversityFirstDay>> <<if _currentTime() eq "Morning" or _currentTime() eq "Afternoon">> <<if _currentDay() eq "Monday" or _currentDay() eq "Tuesday" or _currentDay() eq "Wednesday" or _currentDay() eq "Thursday" or _currentDay() eq "Friday">> <img class="char" src="./img/char/mandy/mandy-cvt.jpg"/> <</if>> <</if>> <</if>> <<if $UniversityFirstDay and not $UniversitySportFirstDay>> <<if _currentTime() eq "Morning">> <<if _currentDay() eq "Monday" or _currentDay() eq "Tuesday" or _currentDay() eq "Wednesday" or _currentDay() eq "Thursday" or _currentDay() eq "Friday">> <img class="char" src="./img/ui/unknowchar.png"/> <</if>> <</if>> <<elseif $UniversitySportFirstDay>> <<if _currentTime() eq "Morning">> <<if _currentDay() eq "Monday" or _currentDay() eq "Tuesday" or _currentDay() eq "Wednesday" or _currentDay() eq "Thursday" or _currentDay() eq "Friday">> <img class="char" src="./img/char/amelia/amelia-cvt.jpg"/> <</if>> <</if>> <</if>> <<if $AmeliaHelp3>> <<if _currentTime() eq "Afternoon">> <<if _currentDay() eq "Monday" or _currentDay() eq "Tuesday" or _currentDay() eq "Wednesday" or _currentDay() eq "Thursday" or _currentDay() eq "Friday">> <img class="char" src="./img/char/gladys/gladys-cvt.jpg"/> <</if>> <</if>> <</if>> </span> <a data-passage="University" class="link-internal link-image" id="a-map"> <img src="./img/places/university/bg/university.webp" style="max-height: 150px"> <span class="span-map">University</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <span id="charlocation"> <<if not $CafeFirst>> <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening" or _currentTime() eq "Night">> <img class="char" src="./img/ui/unknowchar.png"/><img class="char" src="./img/ui/unknowchar.png"/> <</if>> <</if>> <<if not $EvaMeet>> <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening" or _currentTime() eq "Night">> <img class="char" src="./img/ui/unknowchar.png"/> <</if>> <</if>> </span> <a data-passage="MallMap" class="link-internal link-image" id="a-map"> <img src="./img/places/mall/bg/mall.webp" style="max-height: 150px"> <span class="span-map">Mall</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <span id="charlocation"> <<if not $GymFirstTime>> <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening" or _currentTime() eq "Night">> <img class="char" src="./img/ui/unknowchar.png"/> <</if>> <</if>> <<if $GymFirstTime>> <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening" or _currentTime() eq "Night">> <img class="char" src="./img/char/kelsi/kelsi-cvt.jpg"/> <</if>> <</if>> <<if $UniversityFirstDay>> <<if _currentTime() eq "Evening">> <<if _currentDay() eq "Monday" or _currentDay() eq "Wednesday" or _currentDay() eq "Friday">> <img class="char" src="./img/char/mandy/mandy-cvt.jpg"/> <</if>> <</if>> <</if>> </span> <a data-passage="Gym" class="link-internal link-image" id="a-map"> <img src="./img/places/gym/bg/gym.webp" style="max-height: 150px"> <span class="span-map">Gym</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="Park" class="link-internal link-image" id="a-map"> <img src="./img/places/park/bg/park.webp" style="max-height: 150px"> <span class="span-map">Park</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="Nightclub" class="link-internal link-image" id="a-map"> <img src="./img/places/nightclub/bg/nightclub.webp" style="max-height: 150px"> <span class="span-map">Nightclub</span> </a> </div> </div> /*2nd Align*/ <div class="align"> <div class="align-bottom"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="DarkStreet" class="link-internal link-image" id="a-map"> <img src="./img/places/darkstreet/bg/darkstreet.webp" style="max-height: 150px"> <span class="span-map">Dark Street</span> </a> </div> </div> <div class="align-bottom"> <div class="box"> <span id="charlocation" style="height:36px;"> <<if _currentTime() eq "Night" and not $MarieMeet>> <img class="char" src="./img/ui/unknowchar.png"/> <<else>> <img class="char" style="border:none;" src="./img/ui/fix.png"/> <</if>> </span> <a data-passage="OakAvenueMap" class="link-internal link-image" id="a-map"> <img src="./img/places/oakavenue/bg/oakavenue.webp" style="max-height: 150px"> <span class="span-map">Oak Avenue</span> </a> </div> </div> <<if $UniversityFirstDay>> <div class="align-bottom"> <div class="box"> <a data-passage="AuroraAvenueMap" class="link-internal link-image" id="a-map"> <img src="./img/places/auroraavenue/bg/auroraavenue.webp" style="max-height: 150px;"> <span class="span-map">Aurora Avenue</span> </a> </div> </div> <</if>> </div> <<set $BackPassage to "CityMap">> /*DAY*/ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> <style> body { background-image: url('./img/places/city/bg/city.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 154px; min-height: 124px; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style> <<else>> /*NIGHT*/ <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style> <</if>>
<div id="box-comment">You're in the park</div> /*1st Align*/ \ <div class="align"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="CityMap" class="link-internal link-image" id="a-map"> <img src="./img/places/city/bg/city.webp" style="max-height: 150px"> <span class="span-map">City</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="RunPark" class="link-internal link-image" id="a-map"> <img src="./img/places/park/bg/running.jpg" style="max-height: 150px"> <span class="span-map">Running</span> </a> </div> </div> /*Events*/ \ <<if $StrangeGuyFirst and not $PenDelivered and _currentTime() eq "Evening">>\<center><span class="EventMission">[[Delivery of the pen|StrangeGuyTask1Mission]]</span></center><</if>>\ <<set $BackPassage to "Park">> /*DAY*/ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> <style> body { background-image: url('./img/places/park/bg/park.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } span.EventMission a{ animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } } </style> /*NIGHT*/ <<else>> <style> body { background-image: url('./img/places/park/bg/park-night.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style> <</if>>
<<if _currentTime() eq "Late Night">> <div id="box-comment">The mall is closed at this hour</div> [[Back|CityMap]] <<else>> <div id="box-comment">The mall's schedule is from early morning to night</div> /* 1st Align */ <div class="align"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="CityMap" class="link-internal link-image" id="a-map"> <img src="./img/places/city/bg/city.webp" style="max-height: 150px"> <span class="span-map">City</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <span id="charlocation"> <<if not $EvaMeet>> <img class="char" src="./img/ui/unknowchar.png"/> <</if>> </span> <a data-passage="Store" class="link-internal link-image" id="a-map"> <img src="./img/places/store/bg/store.webp" style="max-height: 150px"> <span class="span-map">Store</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <span id="charlocation"> <<if not $CafeFirst>> <img class="char" src="./img/ui/unknowchar.png"/><img class="char" src="./img/ui/unknowchar.png"/> <</if>> </span> <a data-passage="Cafe" class="link-internal link-image" id="a-map"> <img src="./img/places/cafe/bg/cafe.webp" style="max-height: 150px"> <span class="span-map">Cafe</span> </a> </div> </div> <</if>> <<set $BackPassage to "MallMap">> <style> body { background-image: url('./img/places/mall/bg/mall.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style>
<<if _currentTime() eq "Late Night">> \ <div id="box-comment">It's too late to watch porn</div> [[Continue|Laptop]] <<else>> \ <<set $LaptopPorn to random(1, 3)>> \ /*VIDEO1*/ <<if $LaptopPorn is 1 and $energy >=10>> \ <div id="box-comment">You watch porn for a while until you cum</div> <center style="background-color: black; border-radius: 20px; padding: 10px;"><video width="600" height="400" autoplay loop> \ <source src="./img/places/home/mc-room/laptop/porn/porn1.mp4" type="video/mp4"> </video></center> \ <center><p class="added-list">⚡ -10 Energy</p><p class="pos-lust">💦 -50 Lust</p></center> [[Continue|Laptop]] <<set $energy -=10>><<set $lust -=50>><<set _nextTime()>> \ /*VIDEO2*/ <<elseif $LaptopPorn is 2 and $energy >=10>> \ <div id="box-comment">You watch porn for a while until you cum</div> <center style="background-color: black; border-radius: 20px; padding: 10px;"><video width="600" height="400" autoplay loop> \ <source src="./img/places/home/mc-room/laptop/porn/porn2.mp4" type="video/mp4"> </video></center> \ <center><p class="added-list">⚡ -10 Energy</p><p class="pos-lust">💦 -40 Lust</p></center> [[Continue|Laptop]] <<set $energy -=10>><<set $lust -=40>><<set _nextTime()>> \ /*VIDEO3*/ <<elseif $LaptopPorn is 3 and $energy >=10>> \ <div id="box-comment">You watch porn for a while until you cum</div> <center style="background-color: black; border-radius: 20px; padding: 10px;"><video width="600" height="400" autoplay loop> \ <source src="./img/places/home/mc-room/laptop/porn/porn3.mp4" type="video/mp4"> </video></center> \ <center><p class="added-list">⚡ -10 Energy</p><p class="pos-lust">💦 -30 Lust</p></center> [[Continue|Laptop]] <<set $energy -=10>><<set $lust -=30>><<set _nextTime()>> \ <<else>> \ <div id="box-comment">You haven't enough energy</div> [[Continue|Laptop]] <</if>> \ <<set $energy to $energy < 100 ? $energy : 100>> \ <<set $lust to $lust > 0 ? $lust : 0>> \ <</if>> \ <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<div id="box-comment">You walk into the kitchen and see your $JasRel drinking a glass of water</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/jasmine/events/jaseventkit.png" width="350" height="400"/></center> <<say "$mcname">>Hey $JasRel. What are you doing?<</say>> <<jasmine>>Oh, nothing, $JasNc. I'm just thinking about getting the backyard pool ready<</jasmine>> <<say "$mcname">>Don't worry about it. Why don't you let me handle it?<</say>> <<jasmine>>Oh $JasNc, I'd appreciate it, you know my back has been killing me lately<</jasmine>> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/jasmine/events/jaseventkit1.png" width="350" height="400"/></center> <<say "$mcname">>It's nothing. What do we need?<</say>> <<jasmine>>You just have to clean it and buy a <b>bottle of chlorine</b><</jasmine>> <div id="box-comment">You notice that the blouse reveals a little bit her breast</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/jasmine/events/jaseventkit2.png" width="400" height="200"/></center> <div id="box-comment">You $JasRel notices it but she didn't say nothing</div> <center><p class="pos-lust">💦 +3 Jasmine's Lust</p><p class="pos-lust">💦 +30 Lust</p></center> <<say "$mcname">>Ok, let me do it<</say>> <<jasmine>>Thank you $JasNc<</jasmine>> <center><p class="pos-love">❤️ +3 Jasmine's Love</p></center> [[Continue|JashDishEv1Success]] <<set $lust +=30>><<set $JasLove +=3>><<set $JasLust +=3>> <style> body { background-image: url('./img/places/home/bg/kitchen.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<say "$mcname">><em>*I should take a look if if there is a <b>bottle of chlorine</b> in the mall's store*</em><</say>> <<say "$mcname">><em>*And maybe I should search for some massage courses on the laptop to see if I can help ease Jasmine's back pain*</em><</say>> <<say "$mcname">><em>*And man... what tits she has... I got horny....*</em><</say>> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/jasmine/events/jaseventkit2.png" width="400" height="200"/></center> <<say "$mcname">><em>*Fuck, I'm getting lost in those tits... I mean in my thoughts. I should go do stuff, if I keep thinking about them I'll fuck a pipe*</em><</say>> [[Continue|Kitchen]] <<set $JasDishEv1 to true>><<set _nextTime()>> <style> body { background-image: url('./img/places/home/bg/kitchen.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if _currentTime() eq "Late Night">> <<goto "CityMap">> <<else>> <div id="box-comment" style="margin-right:20%;margin-left:20%;">AVAILABLE ITEMS</div> <div id="align"> <div class="box"> <img src="./img/places/store/items/energydrink.webp"/> <div class="box-content"> <b>Energy Drink <span style="color:#d57070;">$5</span></b> <span>Gives you a extra energy during the day</span><a data-passage="BuyEnergyDrink" class="link-internal link-image" id="a-map" style="color:green;float:right;"><b>Buy</b></a> </div> </div> <<if $JasDishEv1 and not $chlorine and not $JasCleanPool>> <div class="box"> <img src="./img/places/store/items/chlorine.webp"/> <div class="box-content"> <b>Bottle of Chlorine <span style="color:#d57070;">$50</span></b> <span>Used to clean and disinfect pools</span><a data-passage="BuyChlorine" class="link-internal link-image" id="a-map" style="color:green;float:right;"><b>Buy</b></a> </div> </div> <</if>> </div> [[Mall|MallMap]] <</if>> /*Events*/ <<if not $EvaMeet>> <<goto "EvaMeet">> <</if>> <<set $BackPassage to "Store">> <style> body { background-image: url('./img/places/store/bg/store.webp'); background-size: cover; background-repeat: no-repeat; } #passages { max-width: 90em; } #align { display: flex; flex-wrap: wrap; justify-content: center; /* Centra horizontalmente */ align-items: center; /* Centra verticalmente */ } #a-map{ margin-left: -12px; font-weight: normal; color: white; background: none; } #a-map:hover{ color: black; } .box { display: flex; align-items: center; min-width: 22%; max-width: 22%; min-height: 22%; max-height: 22%; padding: 5px; margin-right: 5px; margin-bottom: 10px; border: 1px solid #eee; border-radius: 20px; background-color: rgba(39, 74, 87, 0.7); box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; } .box img { min-width: 25%; max-width: 25%; border: 2px solid #eee; border-radius: 2px; margin-right: 1em; } .box-content { margin-top: -30px; flex: 1; padding: 15px; } </style>
<div id="box-comment">You enter the store and notice a pretty girl at the cash register</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/eva/evashop.png" width="350" height="300"/></center> <<say $mcname>><em>*I should buy something so I can meet her*</em><</say>> <div id="box-comment">You look around to buy something</div> <<say $mcname>><em>*Hmm... an energy drink will be enough. Actually, this way I can drink it and train more*</em><</say>> <<if $money >= 5>> \ <div id="box-comment">You grab an energy drink and you go to the cashier to pay for it</div> <<say $mcname>>Hello, I'm $mcname<</say>> <<eva>>Hello $mcname, I'm Eva<</eva>> <div id="box-comment">You sneak a look at Eva</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/eva/evashop1.jpg" width="300" height="400"/></center> <<say $mcname>>I've never seen you work here before, are you new?<</say>> <<eva>>Yes, I started this week<</eva>> <<say $mcname>>Then I'll come to buy more often<</say>> <<eva>>Hahaha. You're funny<</eva>> <center><p class="pos-love">❤️ +1 Eva's Love</p></center> <div id="box-comment">Eva passes the energy drink through the cash</div> <<eva>>It's $5<</eva>> <<say $mcname>>Here you go<</say>> <center><p class="failed-event">💵 -5 $</p><p class="added-list">An energy drink has been added to inventory</p></center> <<eva>>Thank you $mcname<</eva>> <<say $mcname>>Bye Eva, see you soon<</say>> <<eva>>Have a nice day<</eva>> <center><p class="added-list">Eva is added to list</p></center> [[Mall|MallMap]] \ <<set $EvaLove to 1>><<set $EvaLust to 0>><<set $money -=5>>\ <<set _nextTime()>><<set $EvaMeet to true>>\ <<set $EnergyDrink to 1>>\ \ <<else>>\ <div id="box-comment">You look at your wallet</div> <<say $mcname>><em>*Shit, I don't have enough money*</em><</say>> <center><p class="failed-event">💵 You don't have enough money</p></center> <<say $mcname>><em>*I'll come when I've enough money*</em><</say>> [[Continue|MallMap]] <</if>>\ <style> body { background-image: url('./img/places/store/bg/store.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if _currentTime() eq "Late Night">> <<goto "MallMap">> <<else>> <div id="box-comment">You're in the Cafe</div> <div class="align"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="CafeWork" class="link-internal link-image" id="a-map"> <img src="./img/places/cafe/work.webp" style="max-height: 100px"> <span class="span-map">Work</span> </a> </div> <div class="align"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="CafeDrink" class="link-internal link-image" id="a-map"> <img src="./img/places/cafe/drink.webp" style="max-height: 100px"> <span class="span-map">Drink Coffee $3</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="MallMap" class="link-internal link-image" id="a-map"> <img src="./img/places/mall/bg/mall.webp" style="max-height: 150px"> <span class="span-map">Mall</span> </a> </div> <</if>> <<set $BackPassage to "Cafe">> /*Events*/ <<if not $CafeFirst>> <<goto "CafeFirst">> <</if>> <style> body { background-image: url('./img/places/cafe/bg/cafe.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style>
<div id="box-comment">You enter the café for the first time and notice a sign seeking employee</div> <<say $mcname>><em>*I should ask about job*</em><</say>> <div id="box-comment">You look around and found a waitress</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/eliza/eliza.jpg" width="350" height="400"/></center> <<say $mcname>>Hey I'm $mcname<</say>> <<eliza>>Hellooo I'm Eliza. Can I help you?<</eliza>> <<say $mcname>>Yeah, I noticed on the sign that you're looking for an employee, so I came to inquire<</say>> <<eliza>>Oh, yes. You'll need to speak with the manager. She's in her office through that door<</eliza>> <<say $mcname>>Thank you Eliza, nice to meet you<</say>> <<eliza>>Nice to meet you too, and good luck with the job I hope we can work together<</eliza>> <<say $mcname>>We will<</say>> <<eliza>>Hahaha. You're so confident<</eliza>> <<say $mcname>>I know, I trust myself.<</say>> <<eliza>>Hahaha. I like you<</eliza>> <center><p class="added-list">Eliza is added to list</p><p class="pos-love">❤️ +3 Eliza's Love</p></center> <div id="box-comment">You walk towards the office door and knock</div> <<say "Woman">>Come in<</say>> [[Enter|CafeFirst2]] <<set $ElizaLove to 3>><<set $ElizaLust to 0>> <style> body { background-image: url('./img/places/cafe/bg/cafe.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You enter the manager's office and find a woman sitting at the desk</div> <center><img src="./img/char/angela/angela-cvt.jpg" width="350" height="350"/></center> <<say 'Woman' './img/char/angela/angela-cvt.jpg'>>Can I help you?<</say>> <<say $mcname>>Umm.. I'm looking for job<</say>> <<say 'Woman' './img/char/angela/angela-cvt.jpg'>>Sure, please, have a seat<</say>> <div id="box-comment">You sit in the chair</div> <<say 'Woman' './img/char/angela/angela-cvt.jpg'>>What's your name?<</say>> <<say $mcname>>$mcname<</say>> <<angela>>Okay $mcname, I'm Angela the cafe's owner<</angela>> <<angela>>I'm in urgent need of a responsible employee, as the workload has significantly increased in recent months<</angela>> <<angela>>If you're available right now, you can start immediately. Are you?<</angela>> <<say $mcname>>Yes, I'm urgently seeking work<</say>> <<angela>>Perfect, then you are hired, welcome!<</angela>> <<say $mcname>>Thank you very much<</say>> <<angela>>Regarding the salary, It's skill-dependent. Typically, someone without specific skills starts at $14<</angela>> <<angela>>As you gain more skills over time, your earning potential will increase<</angela>> <<say $mcname>>It sounds good to me<</say>> <<angela>>Great! You can begin working whenever you're ready<</angela>> <center><p class="added-list">Angela is added to list</p><p class="added-list">Now you can work in the cafe</p></center> [[Continue|CafeFirst3]] <<set $AngelaLove to 0>><<set $AngelaLust to 0>> <<set $CafeWork to 0>> <style> body { background-image: url('./img/places/cafe/bg/cafe.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You exit the manager's office and Eliza appears in front of you</div> <<eliza>>Sooo... are you my new co-worker?<</eliza>> <<say $mcname>>I am<</say>> <<eliza>>Woooo, I'm glad to have a handsome co-worker<</eliza>> <<say $mcname>><em>*She's flirting with me?*</em><</say>> <center><p class="pos-love">❤️ +1 Eliza's Love</p></center> <<eliza>>I wanted to tell you... you look so familiar, have I seen you at the university? <</eliza>> <<say $mcname>>Probably. I go to the university<</say>> <<eliza>>Theeeen...we are also university classmates hehe<</eliza>> <<eliza>>We will see each other frequently<</eliza>> <<eliza>>Oh...If you will excuse me I have to leave you, the cafeteria has filled up while we were talking<</eliza>> <<say $mcname>>Sur...<</say>> <<eliza>>Byeeeee<</eliza>> <<say $mcname>>...e<</say>> [[Continue|Cafe]] <<set $ElizaLove +=1>><<set _nextTime()>> <<set $CafeFirst to true>> <style> body { background-image: url('./img/places/cafe/bg/cafe.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You worked at cafe</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mc/work-cafe.mp4" type="video/mp4"> </video></center> <<if $CafeWork <5>> \ <<set $CafeWork +=1>> \ <div id="box-comment"><b>Cafe Skills: 1 (Next level: $CafeWork / 5)</b></div> <center><p class="pos-stat">💵 +14 $</p></center> [[Cafe]] <<set $money +=14>> \ <<elseif $CafeWork <10>> \ <<set $CafeWork +=1>> \ <div id="box-comment"><b>Cafe Skills: 2 (Next level: $CafeWork / 10)</b></div> <center><p class="pos-stat">💵 +18 $</p></center> [[Cafe]] <<set $money +=18>> \ <<elseif $CafeWork <15>> \ <<set $CafeWork +=1>> \ <div id="box-comment"><b>Cafe Skills: 3 (Next level: $CafeWork / 15)</b></div> <center><p class="pos-stat">💵 +24 $</p></center> [[Cafe]] <<set $money +=24>> \ <<elseif $CafeWork <20>> \ <<set $CafeWork +=1>> \ <div id="box-comment"><b>Cafe Skills: 4 (Next level: $CafeWork / 20)</b></div> <center><p class="pos-stat">💵 +30 $</p></center> [[Cafe]] <<set $money +=30>> \ <<elseif $CafeWork == 20>> \ <div id="box-comment"><b>Cafe Skills: 5 (MAX LEVEL)</b></div> <center><p class="pos-stat">💵 +40 $</p></center> [[Cafe]] <<set $money +=40>> \ <</if>> \ <<set _nextTime()>> <style> body { background-image: url('./img/places/cafe/bg/cafe.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<link "Close" `$BackPassage`>><</link>> <div id="align"> <<if $RissaRoomKey and not $CopyKeyRoomRissa>> \ <div class="box"> <img src="./img/places/home/items/rissaroomkey.jpg"/> <div class="box-content"> <b>Rissa's room key</b> <a data-passage="DarkStreet" class="link-internal link-image" id="a-map">Go replicate it</a> </div> </div> <<elseif $CopyKeyRoomRissa>> \ <div class="box"> <img src="./img/places/home/items/rissaroomkey.jpg"/> <div class="box-content"> <b>Rissa's room key (replica)</b> This key grants you access to Rissa's room </div> </div> <</if>> \ <<if $EnergyDrink >=1>> \ <div class="box"> <img src="./img/places/store/items/energydrink.webp"/> <div class="box-content"> <b>Energy Drink: $EnergyDrink</b> <a data-passage="UseEnergyDrink" class="link-internal link-image" id="a-map">Drink it</a> </div> </div> <</if>> \ <<if $GymEntry >=1>> \ <div class="box"> <img src="./img/places/gym/items/gym-pass.jpg"/> <div class="box-content"> <b>Gym Pass</b> You've a Gym Pass valid for <b>$GymEntry days</b> </div> </div> <</if>> \ </div> <div id="align"> <<if $chlorine ==1>> \ <div class="box"> <img src="./img/places/store/items/chlorine.webp"> <div class="box-content"> <b>Bottle of Chlorine: $chlorine</b> <span style="color: red;">Event item</span> </div> </div> <</if>> \ <<if $StrangeGuyFirst and not $PenDelivered>> \ <div class="box"> <img src="./img/places/darkstreet/pen.jpg"> <div class="box-content"> <b>Spy Pen</b> A spy pen that I must deliver <span style="color: red;">Event item</span> </div> </div> <</if>> \ </div> <div id="align"> <<if $MathHomework1 and not $MathHomework1DoneTurnIn>> \ <div class="box"> <img src="./img/places/university/items/homework.jpg"/> <div class="box-content"> <b>Math Homework</b> <<if not $MathHomework1Done>> \ <a data-passage="Laptop" class="link-internal link-image" id="a-map">Do it on your laptop</a> <<else>> \ Homework done and ready to turn in <</if>> \ </div> </div> <</if>> \ </div> <style> #passages { max-width: 90em; } #align { display: flex; flex-wrap: wrap; } #a-map{ margin-left: -12px; font-weight: normal; color: white; background: none; } #a-map:hover{ color: black; } .box { display: flex; align-items: center; min-width: 22%; max-width: 22%; min-height: 22%; max-height: 22%; padding: 5px; margin-right: 5px; margin-bottom: 10px; border: 1px solid #eee; border-radius: 20px; background-color: #394960; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; } .box img { min-width: 25%; max-width: 25%; border: 2px solid #eee; border-radius: 20px; margin-right: 1em; } .box-content { margin-top: -30px; flex: 1; padding: 15px; } .uibuttoms { display: none; } </style>
<div id="box-comment">A worker appears</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/ui/worker.webp"/></center> <<worker>>Excuse me kid, can't you see we're under construction? Get your little white dick out of here<</worker>> <div id="box-comment">The worker gets to work... eating a box of donuts...</div> <div id="future-implement">This place is still under development.</div> [[Back|CityMap]] <<set $BackPassage to "Nightclub">> /*DAY*/ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> <style> body { background-image: url('./img/places/city/bg/city.webp'); background-size: cover; background-repeat: no-repeat; } </style> <<else>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } </style> <</if>>
<<if $dailyEnergyDrink < 3>>\ <div id="box-comment">You drink a energy drink</div> <<say "$mcname">><em>*burp* </em>I feel more energetic, even enough to start exercising again.<</say>> <center><p class="added-list">Your energy raises +10</p></center> [[Continue|Inventory]] <<set $energy +=10>><<set $EnergyDrink -= 1>> <<set $dailystr to 0>><<set $dailyEnergyDrink +=1>> \ <<else>>\ <<say "$mcname">><em>I can't drink many energy drinks a day, I'm not a Formula 1 driver.</em><</say>> [[Continue|Inventory]] <</if>>\ <style> </style>
<<if $money >=50>> <div id="box-comment">You buy a bottle of Chlorine</div> <center><p class="failed-event">💵 -50 $ </p><p class="added-list">An bottle of Chlorine has been added to inventory</p></center> [[Continue|Store]] <<set $chlorine to 1>><<set $money -=50>> <<else>> <<say $mcname>><em>I can't afford it</em><</say>> <center><p class="failed-event">You need more money</p></center> [[Back|Store]] <</if>> <style> body { background-image: url('./img/places/store/bg/store.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<if $money >=5>> <div id="box-comment">You buy a energy drink</div> <center><p class="failed-event">💵 -5 $ </p><p class="added-list">An energy drink has been added to inventory</p></center> [[Continue|Store]] <<set $money -=5>> <<else>> <<say $mcname>><em>I can't afford it</em><</say>> <center><p class="failed-event">You need more money</p></center> [[Back|Store]] <</if>> <<set $EnergyDrink += 1>> <style> body { background-image: url('./img/places/store/bg/store.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<div id="box-comment">Rissa is taking a shower</div> <<say "$mcname">><em>*Rissa is on the shower*</em><</say>> <<say "$mcname">><em>*Let's take a look, she has a nice body*</em><</say>> <div id="box-comment">You try to open the door</div> <<say "$mcname">><em>*Shit, the door is closed and I can't see anything for now*</em><</say>> [[Continue|HallwayMap]] <<set _nextTime()>> <style> body { background-image: url('./img/places/home/bg/bathroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<div id="box-comment">Marie opens the door and welcomes you</div> <<marie>>Welcome again, dear<</marie>> <<say $mcname>>Hi Marie<</say>> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/marie/mariehome.png"/></center> <div id="box-comment">Marie's outfit makes you admire her tits again.</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/marie/events/marieneckline2.png" width="400" height="250"/></center> <div id="box-comment">Marie notices and bites her lip.</div> <center><img src="./img/char/marie/events/mariebitelip.png"/></center> <center><p class="pos-lust">💦 +5 Marie's Lust</p><p class="pos-lust">💦 +10 Lust</p></center> <<marie>>Are you here to help me again with the heavy boxes?<</marie>> <<say $mcname>>Yeah<</say>> <<marie>>Then I hope you can impress me with your strength. These boxes are heavier than last time<</marie>> <<say $mcname>><em> *What the fuck, even heavier? I hope it's not a piano or something*</em><</say>> <<say $mcname>>Let me give it a try<</say>> [[Help her|MarieHelp2Success1]] <<if not $Gallery>><<set $lust +=10>><</if>> <style> body { background-image: url('./img/places/mariehome/bg/entrance.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if $strength >= 10 or $GalleryUnlocked>> \ <div id="box-comment">You effortlessly lift the boxes and carry them to her room</div> <<marie>>Wow, you really impress me, dear<</marie>> <<say $mcname>>Do I?<</say>> <div id="box-comment">Marie bites her lip</div> <<marie>>You know, last time I couldn't give you a reward. How about I give it to you now?<</marie>> <<say $mcname>>What kind of reward are you going to give me?<</say>> <<marie>>Oh, you'll love it. Lie on my bed<</marie>> <div id="box-comment">You lie on Marie's bed, and she bites her lip again</div> <<marie>>Do you think I didn't notice where you were looking at me last time?<</marie>> <div id="box-comment">You blush and your dick gets hard</div> <<marie>>Umm...Then we both want the same thing<</marie>> [[Continue|MarieHelp2Success2]] <<if not $Gallery>><<set $hour = "Night">><</if>> <<else>> \ <div id="box-comment">You attempt to lift one of the boxes, but they're too heavy <b>(💪 Strength: $strength / 10)</b></div> <<say $mcname>>Damn, these are really heavy<</say>> <<marie>>Don't worry, dear. You can try again next time<</marie>> <<say $mcname>>Sorry, Marie. I'll assist you as soon as I can<</say>> <center><p class="failed-event">You need to be more strong</p></center> [[Continue|OakAvenueMap]] <</if>> \ <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She pulls down the top of her dress</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/marietits.mp4" type="video/mp4"> </video></center> \ <center><p class="pos-lust">💦 +100 Lust</p></center> <<marie>>Is this what you wanted?<</marie>> <<say $mcname>>Hell, yes<</say>> <div id="box-comment">Your dick gets more hard</div> <<marie>>Mmm... showing you my boobs was the reward for the first time you helped me.<</marie>> <<marie>>Since this is the second time you have helped me, I will reward you in a way you will not forget.<</marie>> <div id="box-comment">Your dick gets more fucking really hard</div> <<say $mcname>>It seems that my effort was worthwhile<</say>> <<marie>>Oh, trust me, yes, it was really worth it.<</marie>> <div id="box-comment">Marie pulls down your pants and grab your dick</div> [[Marie's HandJob|MarieHelp2Success3]] <<if not $Gallery>><<set $lust to 100>><</if>> <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Marie starts jerking your dick</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehandjob.mp4" type="video/mp4"> </video></center> <<marie>>Do you like it?<</marie>> <<say $mcname>>I'm feel I'm in heaven<</say>> <<marie>>Oh yeah? well now I'm taking you somewhere else<</marie>> <div id="box-comment">She is going to cover your dick with her tits</div> [[Marie's TitJob|MarieHelp2Success4]] <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She plays with your dick among her tits</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/marietitjob.mp4" type="video/mp4"> </video></center> <<say $mcname>>Oh f...<</say>> <<marie>>How is it? Do you really still in heaven<</marie>> <<say $mcname>>I am really lost<</say>> <<marie>>Oh, yes? Well, I'm going to make you get more lost<</marie>> [[Continue|MarieHelp2Success5]] <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She is going to give you a blowjow</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/marieblowfail.mp4" type="video/mp4"> </video></center> <div id="box-comment">But before she touchs your dick with her tongue, you hear a woman's voice.</div> <<blake>>Moooooooooooooooooom... I'm at home<</blake>> <div id="box-comment">Marie release your dick from her hand</div> <<say $mcname>><em>*Fuuuuck... not again...*</em><</say>> <<marie>>Oh, I'm sorry dear, we have to stop, get dressed before she comes up<</marie>> [[Continue|MarieHelp2Success6]] <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Marie leaves the room into the hallway and you put on your pants </div> <<marie>>We're up here darling<</marie>> <<blake>>What are you doing?<</blake>> <<marie>>Oh, nothing darling, $mcname is helping me again with the boxes<</marie>> <<blake>>Are you finished?<</blake>> <<say $mcname>><em>*No, but if you had arrived later, I would have finished up in your mother's mouth*</em><</say>> <<blake>>$mcname?<</blake>> <<say $mcname>>Oh yes, I'm finished<</say>> <<blake>>So there are more boxes left, mom?<</blake>> <<marie>>Not at the moment, the moving company is bringing us more things gradually<</marie>> <<blake>>I hope we get everything soon, I haven't received the di...<</blake>> <<blake>>Ewww.. my disks, my music's disks<</blake>> <<marie>>They will be here soon, don't worry darling<</marie>> <<say $mcname>>I think I'm going to go home, it's getting late.<</say>> <<marie>>Oh, okay dear, come anytime and thanks for the help.<</marie>> <<say $mcname>>It's nothing, Good Night<</say>> <<marie>>Good Night $mcname<</marie>> <<blake>>Byeeee $mcname<</blake>> [[Continue|MarieHelp2Success7]] <style> body { background-image: url('./img/places/mariehome/bg/entrance.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You leave Marie's house</div> <<say $mcname>><em>*Fuck I was so close to getting a Marie's blowjob*</em><</say>> <<say $mcname>><em>*Fucking Blake*</em><</say>> <div id="box-comment">You hear marie calling you silently</div> <<marie>><em>*whisper*</em> $mcname<</marie>> <<say $mcname>>Marie?<</say>> <<marie>>Sorry my daughter interrupted us again<</marie>> <<say $mcname>>It's ok<</say>> <<marie>>Look, why don't you come to my house Saturday night?<</marie>> <<marie>>She always goes to her father's house every Saturday to spend time with him and her sister<</marie>> <<say $mcname>>Wait, your other daughter Penelope? <</say>> <<marie>>Yes, you remember her<</marie>> <<say $mcname>>Yes, I don't know how I could have forgotten her...<</say>> <<say $mcname>>Wait, why didn't she come with you?<</say>> <<marie>>I'd rather not talk about it, dear. Anyway, come Saturday, we'll have fun.<</marie>> <<say $mcname>>I'm sorry. Sure, I'll be here Saturday night.<</say>> <<marie>>Don't worry. I see you on Saturday<</marie>> <div id="box-comment">Marie leaves quickly</div> <<say $mcname>><em>*Yes, yes, yeeeeees*</em><</say>> <<say $mcname>><em>*I will not miss this opportunity*</em><</say>> <<say $mcname>><em>*But damn...I'm so horny right now, I need to cum in my room before I cum in my pants.*</em><</say>> <<if not $Gallery>>[[Run to room|FullLust]]<<else>>[[Finish Replay|GalleryMarie]]<</if>> <<if not $Gallery>><<set $MarieLust +=5>><<set $MarieHelp2 to true>><</if>> <style> body { background-image: url('./img/places/oakavenue/bg/oakavenue-night.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<say "$mcname">>I already have the <b>bottle of chlorine</b><</say>> <<say "$mcname">>Jasmine had said it needs to be cleaned first. I suppose the tools are in the shed<</say>> <div id="box-comment">You go to the shed and get the tools to clean the pool.</div> <<say "$mcname">>Got it, let's clean it<</say>> <div id="box-comment">You put on some music and start cleaning the pool</div> <div id="box-comment">After a while, you finish cleaning the pool</div> <<say "$mcname">>Cleaned, now I'm going to add the bottle of chlorine<</say>> <div id="box-comment">You pour the bottle of chlorine in the pool</div> <center><p class="failed-event">Chlorine bottle used</p></center> [[Continue|BackyardCleanPool2]] <<if not $Gallery>><<set $chlorine -= 1>><</if>> <style> body { background-image: url('./img/places/home/bg/backyard.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if _currentDay() eq "Saturday" or _currentDay() eq "Sunday">> \ <div id="box-comment">The University is closed on Weekend</div> [[City|CityMap]] <<else>> \ <<if $UniversityFirstDay>> \ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon">> \ <div id="box-comment">The University's schedule is from early morning to afternoon</div> /*1st Align*/ <div class="align"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="CityMap" class="link-internal link-image" id="a-map"> <img src="./img/places/city/bg/city.webp" style="max-height: 150px"> <span class="span-map">City</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <span id="charlocation"> <<if _currentTime() eq "Morning" or _currentTime() eq "Afternoon">> <<if _currentDay() eq "Monday" or _currentDay() eq "Tuesday" or _currentDay() eq "Wednesday" or _currentDay() eq "Thursday" or _currentDay() eq "Friday">> <img class="char" src="./img/char/mandy/mandy-cvt.jpg"/> <</if>> <</if>> <<if $AmeliaHelp3>> <<if _currentTime() eq "Afternoon">> <<if _currentDay() eq "Monday" or _currentDay() eq "Tuesday" or _currentDay() eq "Wednesday" or _currentDay() eq "Thursday" or _currentDay() eq "Friday">> <img class="char" src="./img/char/gladys/gladys-cvt.jpg"/> <</if>> <</if>> <</if>> </span> <a data-passage="UniversityInside" class="link-internal link-image" id="a-map"> <img src="./img/places/university/bg/universityinside.webp" style="max-height: 150px" id="a-map"> <span class="span-map">Inside University</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <span id="charlocation"> <<if $UniversityFirstDay and not $UniversitySportFirstDay>> <<if _currentTime() eq "Morning">> <<if _currentDay() eq "Monday" or _currentDay() eq "Tuesday" or _currentDay() eq "Wednesday" or _currentDay() eq "Thursday" or _currentDay() eq "Friday">> <img class="char" src="./img/ui/unknowchar.png"/> <</if>> <</if>> <<elseif $UniversitySportFirstDay>> <<if _currentTime() eq "Morning">> <<if _currentDay() eq "Monday" or _currentDay() eq "Tuesday" or _currentDay() eq "Wednesday" or _currentDay() eq "Thursday" or _currentDay() eq "Friday">> <img class="char" src="./img/char/amelia/amelia-cvt.jpg"/> <</if>> <</if>> <</if>> </span> <a data-passage="UniversitySportField" class="link-internal link-image" id="a-map"> <img src="./img/places/university/bg/sportfield.webp" style="max-height: 150px"> <span class="span-map">Sport Field</span> </a> </div> <<else>> <div id="box-comment">University is closed at this hour</div> [[City|CityMap]] <</if>> <</if>> /*Events*/ <<if not $UniversityFirstDay>> \ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning">> \ <<goto "UniversityNextDay">> \ <<else>> \ <div id="box-comment">The University is closed at this hour</div> <<say $mcname>><em>*I Should come early or during the morning*</em><</say>> [[City|CityMap]] <</if>> \ <</if>> \ <</if>> \ \ /*FullLust*/<<if $lust >=100>>\ <<goto "FullLust">>\ <</if>>\ \ <<set $BackPassage to "University">> <style> body { background-image: url('./img/places/university/bg/university.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style>
<div id="box-comment">As you were approaching the entrance of the university, you heard someone calling out from behind you</div> <<bobby>>Wassuuuuup little white shit<</bobby>> <<say $mcname>>Hey Bobby. Where were you? I didn't see you on the day of the presentation<</say>> <<bobby>>I know man. I had to go to a family wedding<</bobby>> <<say $mcname>>Another one? Didn't you attend one last week?<</say>> <<bobby>>Yes, but there are so many of us in the family that every now and then one of us is getting married or a new member is born and stuff like that. You know, big family stuff<</bobby>> <<say $mcname>>Woah... too big family, yes<</say>> <<bobby>>Did anything interesting happen on the first day?<</bobby>> <<say $mcname>>Not much, I met a girl and sat next to her<</say>> <<bobby>>Wait, a girl? Tell me more you bastard<</bobby>> <<say $mcname>>Her name is Karlee and she is quite nice<</say>> <<bobby>>Only you will tell me she is nice? Maaan tell me more, how is her ass? her ballons? she likes to eat big or small bananas?<</bobby>> <<say $mcname>>I only can say to you she is cute<</say>> <<bobby>>Cute? You're faggot or something? I should to wear a cork in my ass?<</bobby>> <<say $mcname>>Fuck you Bobby<</say>> <<bobby>>Hahaha. I'm just joking man, lets go inside<</bobby>> [[Continue|UniversityNextDay2]] <style> body { background-image: url('./img/places/university/bg/university.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You both enter to the university</div> <<bobby>>Bro look at this girl, she is look a goddess<</bobby>> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/gabbie/gabbie.jpg" width="300" height="400"/></center> <<say $mcname>>Yes... she really is...<</say>> <<bobby>>And look at the size of those melons<</bobby>> <<say $mcname>>It is....Perfect<</say>> <div id="box-comment">You both get lost looking at her</div> <<bobby>>And she doesn't even look like she's wearing a bra<</bobby>> <<say $mcname>>It does not...<</say>> <<bobby>>I would bury my face in those melons<</bobby>> <<say $mcname>>Me too...<</say>> <<bobby>>And suckle them<</bobby>> <<say $mcname>>Yes...<</say>> <div id="box-comment">A big guy approaches her</div> <<bobby>>Oh man, I hope that bag of steroids is not her boyfriend<</bobby>> <<say $mcname>>Maybe he is, a girl like that is unlikely to be single<</say>> <<bobby>>And she goes with that faggot? I should show her my black cock to change her mind<</bobby>> <<bobby>>A big boy has small dick, It's science<</bobby>> <<say $mcname>>Can you stop talking about dicks?<</say>> <<bobby>>Sorry man, looking at that girl makes me want to see her boobs bounce while....<</bobby>> <<say $mcname>>Shut up, we have to get into class<</say>> <div id="box-comment">You look at the time</div> <<say $mcname>>Fuck. We'll come late<</say>> <<bobby>>Shit, let's go<</bobby>> <div id="box-comment">You both run to the class</div> [[Continue|UniversityNextDay3]] <style> body { background-image: url('./img/places/university/bg/universityinside.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You and Bobby arrive in the classroom</div> <<bobby>>Oh shit. Are we on time?<</bobby>> <<say $mcname>>No, It has already started<</say >> <<bobby>>Fuck<</bobby>> <<say $mcname>>Let's go inside<</say >> <div id="box-comment">Both of you entered the classroom and saw a sexy teacher</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mandy/mandy.jpg" width="300" height="400"/></center> <<say "teacher" "./img/char/mandy/mandy-cvt.jpg">>We have the first latecomers on their first day of class<</say>> <<say $mcname>>Sorry. We had some issues<</say >> <<bobby>><em>*whisper* </em>Yes, looking a pair of melons<</bobby>> <<say $mcname>> <em>*whisper* </em>Shut up<</say >> <<say "teacher" "./img/char/mandy/mandy-cvt.jpg">>Sit down<</say>> <div id="box-comment">You and Bobby take a seat</div> <<mandy>>I'm Mandy. What are your names?<</mandy>> <<say $mcname>>$mcname<</say >> <<bobby>>Bobby<</bobby>> <<mandy>>Okay, Now attend the class<</mandy>> <<bobby>><em>*whisper* </em>Bro, That teacher has a great ass, look at it<</bobby>> <div id="box-comment">Your eyes goes to her ass</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mandy/events/mandylookass.jpg" width="300" height="400"/></center> <<say $mcname>> <em>*whisper* </em>Will you stop distracting me? I want to focus on the class, damn<</say >> <<bobby>><em>*whisper* </em>Yeah, me too....in the class...<</bobby>> <<mandy>>And as I said, if you have any questions do not hesitate to come to me in the afternoon, the library is also open if you want to study or do homework<</mandy>> <div id="box-comment">Mandy talks about her subject matter for the entire hour</div> <center><p class="added-list">Mandy is added to list</p></center> [[Continue|UniversityNextDay4]] <<set $MandyLove to 0>><<set $MandyLust to 0>> <<set $KnowMath to 0>> <style> body { background-image: url('./img/places/university/bg/classroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if _currentTime() eq "Evening" or _currentTime() eq "Night" or _currentTime() eq "Late Night">> \ <<goto "University">> \ <<else>> \ <div class="align"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="University" class="link-internal link-image" id="a-map"> <img src="./img/places/university/bg/university.webp" style="max-height: 150px"> <span class="span-map">Outside University</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <span id="charlocation"> <<if _currentTime() eq "Morning" or _currentTime() eq "Afternoon">> <<if _currentDay() eq "Monday" or _currentDay() eq "Tuesday" or _currentDay() eq "Wednesday" or _currentDay() eq "Thursday" or _currentDay() eq "Friday">> <img class="char" src="./img/char/mandy/mandy-cvt.jpg"/> <</if>> <</if>> </span> <a data-passage="ClassMath" class="link-internal link-image" id="a-map"> <img src="./img/places/university/bg/classroom.webp" style="height: 124px"> <span class="span-map">Math's Classroom</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="Library" class="link-internal link-image" id="a-map"> <img src="./img/places/university/bg/universityinside.webp" style="max-height: 150px"> <span class="span-map">Library</span> </a> </div> </div> /*Talk*/ \ <</if>> \ <div class="align-talk"> \ <<if $GladysHelp1 and _currentTime() eq "Afternoon">> \ <div class="box-talk"> \ <a data-passage="GladysTalkInsideUni" class="link-internal link-image" id="a-map">\ <img src="./img/char/gladys/gladys-cvt.jpg" style="height: 80px"> </a> \ </div> \ <</if>> </div> \ /*Events*/ <<if _currentTime() eq "Afternoon" and $AmeliaHelp3 and not $GladysHelp1>> <<goto "GladysHelp1">> <</if>> <<set $BackPassage to "UniversityInside">> <style> body { background-image: url('./img/places/university/bg/universityinside.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } @-moz-document url-prefix() { .align-talk { display: flex !important; margin-top: 0 !important; justify-content: center; align-items: center; } } .align-ralk { display: flex; margin-top: 20px; justify-content: center; align-items: center; } @-moz-document url-prefix() { .align-bottom { margin-top: -120px !important; margin-bottom: -30px !important; } } .align-bottom { margin-top: -100px; margin-bottom: -60px; } .box-talk { padding: 10px; margin: 10px -30px 10px 10px; text-align: center; min-width: 100px; min-height: 100px; max-width: 100px; max-height: 100px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box-talk:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box-talk a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } .box-talk a#a-map { background: none; } .box-talk a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 50%; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .align-talk { display: flex; margin-top: -20px; justify-content: center; align-items: center; } .box-talk img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } </style>
<<if _currentTime() eq "Evening" or _currentTime() eq "Night" or _currentTime() eq "Late Night">> \ <<goto "University">> \ <<else>> \ <div class="align"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="University" class="link-internal link-image" id="a-map"> <img src="./img/places/university/bg/university.webp" style="max-height: 150px"> <span class="span-map">Outside University</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <span id="charlocation"> <<if $UniversitySportFirstDay>> <<if _currentTime() eq "Morning">> <<if _currentDay() eq "Monday" or _currentDay() eq "Tuesday" or _currentDay() eq "Wednesday" or _currentDay() eq "Thursday" or _currentDay() eq "Friday">> <img class="char" src="./img/char/amelia/amelia-cvt.jpg"/> <</if>> <</if>> <</if>> </span> <a data-passage="SportFieldGym" class="link-internal link-image" id="a-map"> <img src="./img/places/university/bg/sportfieldgym.webp" style="height: 124px"> <span class="span-map">Gym's Sport Field</span> </a> </div> </div> /*Events*/ <<if $lust >=100>> \ <<goto "FullLust">> \ <</if>> \ <<if $UniversityFirstDay and not $UniversitySportFirstDay>> \ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning">> \ <<goto "UniversitySportFirstDay">> \ <</if>> \ <</if>> \ <</if>> \ <<set $BackPassage to "UniversitySportField">> <style> body { background-image: url('./img/places/university/bg/sportfield.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style>
<div id="box-comment">The class ends and you go out into the university hallway</div> <<bobby>>What a headache I have, too much information<</bobby>> <<say $mcname>>What information do you have? You've been staring at his ass for the entire class<</say>> <<bobby>>That's why I have a headache from not being able to touch her<</bobby>> <<bobby>>If she wants me to focus, she should try not to wear a skirt....<</bobby>> <<say $mcname>>Pff... You're being ridiculous<</say>> <div id="box-comment">Karlee appears while you are talking to Bobby</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/karlee/karlee-cvt.jpg" width="350" height="400"/></center> <<karlee>>Hey $mcname, how was the class?<</karlee>> <<say $mcname>>Hey Karlee, I didn't see you<</say>> <<karlee>>Oh don't worry, You were late for class and sat down with your friend quickly and you didn't see me<</karlee>> <<bobby>>Bobby<</bobby>> <<karlee>>Oh, yes, with your friend, Bobby<</karlee>> <<say $mcname>>Sorry, we got distracted on the way....That's why we were late<</say>> <<bobby>>Yes, We distracted<</bobby>> <<say $mcname>>That's what I said, Can you shut up?<</say>> <<karlee>>You guys are so funny<</karlee>> <<karlee>>I gotta go, nice to meet you bobby<</karlee>> <<bobby>>Me too<</bobby>> <<karlee>>Byeee<</karlee>> <<say "Both">>Bye<</say>> [[Continue|UniversityNextDay5]] <<set $hour = "Evening">> <style> body { background-image: url('./img/places/university/bg/universityinside.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Karlee leaves and you two go outside university</div> <<say $mcname>>Are you ever going to stop acting like a weird?<</say>> <<bobby>> What I say... I am at all, we are<</bobby>> <<say $mcname>>Keep me out of it, I am not<</say>> <<bobby>> Hahaha. And Karlee has a nice... I mean, she is nice yeah... that<</bobby>> <<say $mcname>>Whatever...<</say>> <div id="box-comment">You both look at the blonde girl again</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/gabbie/gabbiecher.jpg" width="300" height="400"/></center> <<bobby>>Look man, the goddess<</bobby>> <<say $mcname>>I know, It is impossible to not see her<</say>> <<bobby>>Wait, Is she a cheerleader? She has the cheerleading team's logo on her bag<</bobby>> <<say $mcname>>Maybe she is<</say>> <<bobby>>Bro, we need to meet her...<</bobby>> <<say $mcname>>Yeah but not now, she is with her boyfriend<</say>> <<bobby>>Fucking little dick moron<</bobby>> <<say $mcname>>We'll meet her another time, we have just started and we have time<</say>> <<bobby>>Yes, I can't wait to live adventures...<</bobby>> <<bobby>>Oh shit bro, look at the time, I need to go. I promised my mom I'd help her with the groceries<</bobby>> <<say $mcname>>Don't worry, go ahead. We'll catch up another time<</say>> <<bobby>>Yeah, come to my house whenever you want, you know where I live<</bobby>> <<say $mcname>>I will keep it in mind<</say>> <<bobby>>Nice, see ya then<</bobby>> <center><p class="added-list">You unlock Aurora Avenue</p><p class="added-list">You unlock Bobby's Home</p></center> [[Continue|University]] <<set $UniversityFirstDay to true>> <style> body { background-image: url('./img/places/university/bg/university.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if _currentTime() eq "Evening" or _currentTime() eq "Night" or _currentTime() eq "Late Night">> \ <<goto "University">> \ <<else>> \ <<if _currentTime() eq "Early Morning">> \ <div id="box-comment">The classroom is empty</div> <<say $mcname>><em>*What am I doing here so early? The class doesn't start until the morning*</em><</say>> [[Quit|UniversityInside]] <<elseif _currentTime() eq "Morning">> \ <div id="box-comment">The math class is about to start</div> <div id="box-comment"><b>You have $KnowMath knowledge in math</b></div> [[Attend Math Class|ClassMathStudy]][[Quit|UniversityInside]] <<elseif _currentTime() eq "Afternoon">> \ <div id="box-comment">Mandy is in the class</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mandy/mandyclassafternoon.png" width="400" height="350"/></center> <<say $mcname>><em>*I should take some extra math classes with her*</em><</say >> [[Quit|UniversityInside]] [[Take extra class|ClassMathExtra]] <</if>> \ <</if>> \ <<set $BackPassage to "ClassMath">> <style> body { background-image: url('./img/places/university/bg/classroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<if _currentTime() eq "Evening" or _currentTime() eq "Night" or _currentTime() eq "Late Night">> \ <<goto "University">> \ <<else>> \ <div id="box-comment">A worker appears</div> <center><img src="./img/ui/worker.webp"/></center> <<worker>>Excuse me kid, can't you see we're under construction? Get your little white dick out of here<</worker>> <div id="box-comment">The worker gets to work... eating a box of donuts...</div> <div id="future-implement">This place is still under development.</div> [[Back|UniversityInside]] <</if>> \ <<set $BackPassage to "Library">> <style> body { background-image: url('./img/places/university/bg/library.webp'); background-size: cover; background-repeat: no-repeat; } </style>
/*1st Align*/ <div class="align"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="CityMap" class="link-internal link-image" id="a-map"> <img src="./img/places/city/bg/city.webp" style="max-height: 150px"> <span class="span-map">City</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="BobbyHouse" class="link-internal link-image" id="a-map"> <img src="./img/places/bobbyhome/bg/bobbyhome.webp" style="max-height: 150px"> <span class="span-map">Bobby's Home</span> </a> </div> </div> <<set $BackPassage to "AuroraAvenueMap">> /*DAY*/ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> <style> body { background-image: url('./img/places/auroraavenue/bg/auroraavenue.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style> /*NIGHT*/ <<else>> <style> body { background-image: url('./img/places/auroraavenue/bg/auroraavenue-night.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style> <</if>>
<div id="box-comment">I have nothing to do here right now</div> [[Back|AuroraAvenueMap]] <<set $BackPassage to "BobbyHouse">> /*DAY*/ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> <style> body { background-image: url('./img/places/auroraavenue/bg/auroraavenue.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } #passage-oakavenuemap { margin-top: -280px; } .align { display: flex; justify-content: center; align-items: center; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; flex-direction: column; justify-content: center; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } span.span-map { width: 95%; margin: auto; margin-top: -5px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 5px; } </style> /*NIGHT*/ <<else>> <style> body { background-image: url('./img/places/auroraavenue/bg/auroraavenue-night.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } #passage-oakavenuemap { margin-top: -280px; } .align { display: flex; justify-content: center; align-items: center; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; flex-direction: column; justify-content: center; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } span.span-map { width: 95%; margin: auto; margin-top: -5px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 5px; } </style> <</if>>
<<back>> Ordered A-Z <br> /* Amelia */<div id="box"><<if not $UniversitySportFirstDay>><span><img class="char" src="./img/ui/unknowchar.png"/></span><div id="box-content"><div style="color:#e3506a"><b>¿¿??</b></div>Go to the University's Sport Field in the morning</div><<else>><span><img class="char" src="./img/char/amelia/amelia-cvt.jpg"/></span><div id="box-content"><div style="color:#e3506a"><b>Amelia</b></div>/*Events*/<<if $UniversitySportFirstDay and not $AmeliaHelp1>>Go to the morning classes at the Sport Field's gym.<<elseif $AmeliaHelp1 and not $AmeliaHelp2 or not $AmeliaHelp3>>Keep assisting Amelia with the exercises at the Sport Field's gym in the morning.<<else>>No events available. Wait for further updates.<</if>></div><</if>></div> /* Angela */<div id="box"><<if not $CafeFirst>><span><img class="char" src="./img/ui/unknowchar.png"/></span><div id="box-content"><div style="color:#e3506a"><b>¿¿??</b></div>Go to the Mall's Cafe</div><<else>><span><img class="char" src="./img/char/angela/angela-cvt.jpg"/></span><div id="box-content"><div style="color:#e3506a"><b>Angela</b></div>/*Events*/No events available. Wait for further updates.<</if>></div> /* Blake */<div id="box"><<if not $MarieMeet>><span><img class="char" src="./img/ui/unknowchar.png"/></span><div id="box-content"><div style="color:#e3506a"><b>¿¿??</b></div>You have to meet someone first</div><<elseif $MarieMeet and not $MarieHelp1>><span><img class="char" src="./img/ui/unknowchar.png"/></span><div id="box-content"><div style="color:#e3506a"><b>¿¿??</b></div>You need to help Marie</div><<else>><span><img class="char" src="./img/char/blake/blake-cvt.jpg"/></span><div id="box-content"><div style="color:#e3506a"><b>Blake</b></div>/*Events*/No events available. Wait for further updates.</div><</if>></div> /* Eliza */<div id="box"><<if not $CafeFirst>><span><img class="char" src="./img/ui/unknowchar.png"/></span><div id="box-content"><div style="color:#e3506a"><b>¿¿??</b></div>Go to the Mall's Cafe</div><<else>><span><img class="char" src="./img/char/eliza/eliza-cvt.jpg"/></span><div id="box-content"><div style="color:#e3506a"><b>Eliza</b></div>/*Events*/No events available. Wait for further updates.</div><</if>></div> /* Eva */<div id="box"><<if not $EvaMeet>><span><img class="char" src="./img/ui/unknowchar.png"/></span><div id="box-content"><div style="color:#e3506a"><b>¿¿??</b></div>Go to the Mall's Store</div><<else>><span><img class="char" src="./img/char/eva/eva-cvt.jpg"/></span><div id="box-content"><div style="color:#e3506a"><b>Eva</b></div>/*Events*/No events available. Wait for further updates.</div><</if>></div> /*Gladys*/<div id="box"><<if not $AmeliaHelp3>><span><img class="char" src="./img/ui/unknowchar.png"/></span><div id="box-content"><div style="color:#e3506a"><b>¿¿??</b></div><<if not $UniversitySportFirstDay>>You need to meet someone first.<<else>>Help Amelia with her exercises.<</if>></div><<else>><span><img class="char" src="./img/char/gladys/gladys-cvt.jpg"/></span><div id="box-content"><div style="color:#e3506a"><b>Gladys</b></div>/*Events*/<<if $AmeliaHelp3 and not $GladysHelp1>>I should go inside the university in the afternoon.<<else>>No events available. Wait for further updates.<</if>></div><</if>></div> /* Jasmine */<div id="box"><span><img class="char" src="./img/char/jasmine/jasmine-cvt.jpg"/></span><div id="box-content"><div style="color:#e3506a"><b>Jasmine</b></div> /*Events*/ <<if not $JasDishEv1>>I need to increase Jasmine's love and talk with her in the kitchen early in the morning. <<elseif not $JasCleanPool>>I need to buy a bottle of Chlorine and clean the pool in the home's backyard. <<elseif $JasCleanPool and $JasMarieHome1>>No events available. Wait for further updates. <</if>><<if not $MarieMeet and $JasCleanPool>>I have to find someone<</if>><<if $MarieMeet and not $MarieMeetTalkJas>>I have to tell Jasmine early in the morning when she's in the kitchen that Marie has returned. <<elseif $MarieMeetTalkJas and not $JasMarieHome1>>I have to tell Jasmine when I finish helping Marie.<</if>></div></div> /* Karlee */<div id="box"><span><img class="char" src="./img/char/karlee/karlee-cvt.jpg"/></span><div id="box-content"><div style="color:#e3506a"><b>Karlee</b></div>/*Events*/No events available. Wait for further updates.</div></div> /* Kelsi */<div id="box"><<if not $GymFirstTime>><span><img class="char" src="./img/ui/unknowchar.png"/></span><div id="box-content"><div style="color:#e3506a"><b>¿¿??</b></div>Go to the Gym</div><<else>><span><img class="char" src="./img/char/kelsi/kelsi-cvt.jpg"/></span><div id="box-content"><div style="color:#e3506a"><b>Kelsi</b></div>/*Events*/No events available. Wait for further updates.</div><</if>></div> /* Mandy */<div id="box"><<if not $UniversityFirstDay>><span><img class="char" src="./img/ui/unknowchar.png"/></span><div id="box-content"><div style="color:#e3506a"><b>¿¿??</b></div>Go to the university</div><<else>><span><img class="char" src="./img/char/mandy/mandy-cvt.jpg"/></span><div id="box-content"><div style="color:#e3506a"><b>Mandy</b></div>/*Events*/<<if not $MathExtra1>>I should attend some math classes and take an extra class with her in the afternoon.<<elseif $MathExtra1 and not $MathHomework1>>I have to go to her class in the morning<<elseif $MathHomework1 and not $MathHomework1Done>>I have to do my math homework<<elseif $MathHomework1Done and not $MathHomework1DoneTurnIn>>I need to turn in my math homework<<else>>No events available. Wait for further updates.<</if>></div><</if>></div> /* Marie */<div id="box"><<if not $MarieMeet>><span><img class="char" src="./img/ui/unknowchar.png"/></span><div id="box-content"><div style="color:#e3506a"><b>¿¿??</b></div>You should take a look outside Oak Avenue at night.</div><<else>><span><img class="char" src="./img/char/marie/marie-cvt.jpg"/></span><div id="box-content"><div style="color:#e3506a"><b>Marie</b></div>/*Events*/<<if not $MarieHelp1>>I should help her with the move, I hope I am strong enough to pick up boxes.<<elseif $MarieHelp1 and not $MarieHelp2>>I have to help her again with the boxes, I hope the next ones won't be so heavy. Will I be able to handle her?<<elseif $MarieHelp2 and not $MarieSatN>>I have to go to her house on Saturday night.<<else>>No events available. Wait for further updates.<</if>></div><</if>></div> /* Mia */<div id="box"><span><img class="char" src="./img/char/mia/mia-cvt.jpg"/></span><div id="box-content"><div style="color:#e3506a"><b>Mia</b></div>/*Events*/<<if not $MiaRoomFirstTime>>Mia is in her room in the evening. <<elseif $MiaRoomFirstTime and $MiaStudies < 5>>I have to help Mia with her homework and studies. <<elseif $MiaStudies >= 5 and not $MiaSpy1>>I need to take a shower in the early morning. <<elseif $MiaSpy1 and not $McSpyOnMia>>I should see her when she's taking a shower <<elseif $McSpyOnMia and not $MiaStudiesFun1>>After all, I should keep helping her with studies <<else>>No events available. Wait for further updates.<</if>></div></div> /* Mrs Jane */<div id="box"><span><img class="char" src="./img/char/mrsjane/mrsjane-cvt.jpg"/></span><div id="box-content"><div style="color:#e3506a"><b>Mrs. Jane</b></div>/*Events*/No events available. Wait for further updates.</div></div> /* Rissa */<div id="box"><span><img class="char" src="./img/char/rissa/rissa-cvt.jpg"/></span><div id="box-content"><div style="color:#e3506a"><b>Rissa</b></div><<if not $StrangeGuyFirst>>You need to meet someone in the Dark Street at night.<<elseif $StrangeGuyFirst and not $PenDelivered>>You have to deliver the pen that the strange guy gave you to someone at the park in the evening.<<elseif $PenDelivered and not $StrangeGuyTask1>>I have already delivered the spy pen. I need to tell the strange guy.<<elseif $StrangeGuyTask1 and not $RissaKeySpy>>I must steal Rissa's room key. Maybe I should try to see where she hides it when she goes to shower.<<elseif $RissaKeySpy and not $RissaRoomKey>>I need to steal her room key when she goes out on Saturday night.<<elseif $RissaRoomKey and not $CopyKeyRoomRissa>>I must take the key to the strange guy and replicate it.<<else>>No events available. Wait for further updates.<</if>></div></div> <style> .uibuttoms { display: none; } span img.char{ width: 78px; height: 85px; float: left; border-radius: 50%; margin-right: 1em; padding-right: 8px; padding-left: 5px; padding-top: 5px; } #box { margin-top: -25px; padding: 5px; border: 1px solid #eee; border-radius: 10px; overflow: auto; background-color: #394960; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; min-height: 90px; max-height: 90px; #box-content{ padding: 15px; } </style>
<<if $MathExtra1 and not $MathHomework1>> \ <<goto "MathHomework1">> <<else>> \ <div id="box-comment">You attend the math class and observe how your teacher often scolds certain students</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mandy/mandyclassmorning.jpg" width="300" height="400"/></center> <center><p class="pos-stat">+1 Math Knowledge</p><p class="pos-stat">🧠 +1 Intelligence</p></center> [[Finish|UniversityInside]] <<set $intelligence +=1>><<set $KnowMath +=1>> <<set _nextTime()>> <</if>> <style> body { background-image: url('./img/places/university/bg/classroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<if _currentTime() eq "Late Night">> \ <div id="box-comment">The Gym is closed at this hour</div> [[City|CityMap]] <<else>> \ <<if $GymFirstTime>> \ <<if $GymEntry is 0>> \ <<kelsi>>Excuse me, you don't have any valid pass. Would you like to buy one?<</kelsi>> <div id="box-comment">The prices are: <b>1-day pass: $8</b> and <b>10-day pass: $50</b></div> <<say $mcname>><em>*Hmm...What pass can I buy?*</em><</say>> <<if $money < 8>><center><p class="failed-event">You don't have enough money</p></center><</if>> <<if $money >=50>>[[10-day pass|BuyGym10Day]]<</if>><<if $money >=8>>[[1-day pass|BuyGym1Day]]<</if>>[[None|GymNoBuy]] <<elseif $GymEntry >=1 >> <div id="box-comment">Do you have a valid pass for<b> $GymEntry days</b></div> /*1st Align*/ <div class="align"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="CityMap" class="link-internal link-image" id="a-map"> <img src="./img/places/city/bg/city.webp" style="max-height: 150px"> <span class="span-map">City</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="GymStrength" class="link-internal link-image" id="a-map"> <img src="./img/places/gym/bg/strength.webp" style="max-height: 150px"> <span class="span-map">Strength</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <span id="charlocation"> <<if $UniversityFirstDay>> <<if _currentTime() eq "Evening">> <<if _currentDay() eq "Monday" or _currentDay() eq "Wednesday" or _currentDay() eq "Friday">> <img class="char" src="./img/char/mandy/mandy-cvt.jpg"/> <</if>> <</if>> <</if>> </span> <a data-passage="GymYoga" class="link-internal link-image" id="a-map"> <img src="./img/places/gym/bg/yoga.webp" style="max-height: 150px"> <span class="span-map">Yoga</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="GymPool" class="link-internal link-image" id="a-map"> <img src="./img/places/gym/bg/pool.webp" style="max-height: 150px"> <span class="span-map">Pool</span> </a> </div> </div> /*2st Align*/ <div class="align"> <div class="align-bottom"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="LockerMen" class="link-internal link-image" id="a-map"> <img src="./img/places/gym/bg/lockermen.webp" style="max-height: 150px"> <span class="span-map">Men's Locker</span> </a> </div> </div> <div class="align-bottom"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="LockerWom" class="link-internal link-image" id="a-map"> <img src="./img/places/gym/bg/lockerwom.webp" style="max-height: 150px"> <span class="span-map">Women's Locker</span> </a> </div> </div> </div> <</if>> <</if>> /*Events*/ <<if not $GymFirstTime>> <<goto "GymFirstTime">> <</if>> <</if>> <<set $BackPassage to "Gym">> <style> body { background-image: url('./img/places/gym/bg/gym.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style>
<div id="box-comment">You're entering the gym for the first time</div> <<say $mcname>><em>*Hmm...I should ask to sign up for the gym*</em><</say>> <div id="box-comment">You approach the gym instructor to ask her</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/kelsi/kelsigym.jpg" width="300" height="400"/></center> <<say $mcname>>Excuse me, I'm $mcname and It's my first time here at the gym, and I'd like to sign up<</say>> <<kelsi>>Hello, I'm Kelsi. Great, let me explain<</kelsi>> <<kelsi>>We currently offer two types of memberships: the daily membership, where you pay for each day you visit the gym, or a 10-day pass, which grants you access for 10 visits<</kelsi>> <center><p class="added-list">Kelsi is added to list</p></center> <<say $mcname>>Interesting. What are the prices?<</say>> <<kelsi>>The price for the daily membership is $8, while the 10-day pass costs $50. Are you interested in any of them?<</kelsi>> <<if $money < 8>><center><p class="failed-event">💵 You don't have enough money</p></center><</if>> <<if $money >=50>>[[10-day pass|BuyGym10Day]]<</if>><<if $money >=8>>[[1-day pass|BuyGym1Day]]<</if>>[[No|GymNoBuy]] <<set $KelsiLove to 0>><<set $KelsiLust to 0>><<set $GymFirstTime to true>> <style> body { background-image: url('./img/places/gym/bg/gym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You decide to purchase the 10-day pass</div> <<say $mcname>>I'll take the 10-day pass, please<</say>> <<kelsi>>Perfect, that'll be $50<</kelsi>> <<say $mcname>>Here you go<</say>> <<kelsi>>Thank you. Enjoy!<</kelsi>> <center><p class="failed-event">💵 -50 $</p><p class="added-list">Gym pass has been added to inventory</p><p class="added-list">Now you can access the gym</p></center> [[Back|Gym]] <<set $money -=50>><<set $GymEntry to 10>> <style> body { background-image: url('./img/places/gym/bg/gym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You decide to purchase the one-day pass</div> <<say $mcname>>I'll take the one-day pass, please<</say>> <<kelsi>>Perfect, that'll be $8<</kelsi>> <<say $mcname>>Here you go<</say>> <center><p class="failed-event">💵 -8 $ </p></center> <<kelsi>>Thank you. You can access the gym throughout the day. Just a reminder, we're only open until night.<</kelsi>> <<say $mcname>>Noted.<</say>> <center><p class="added-list">Gym pass has been added to inventory</p><p class="added-list">Now you can access the gym</p></center> [[Gym]] <<set $money -=8>><<set $GymEntry to 1>> <style> body { background-image: url('./img/places/gym/bg/gym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<say $mcname>>Hmm... I don't think I'll purchase a pass for now. Thank you<</say>> <<kelsi>>Don't worry, come back when you're interested<</kelsi>> [[City|CityMap]] <<set $GymEntry to 0>> <style> body { background-image: url('./img/places/gym/bg/gym.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<if not $MathExtra1 and $KnowMath < 3>> <div id="box-comment">You don't have enough math knowledge for now <b>(Math Knowledge: $KnowMath / 3)</b></div> <<say $mcname>><em>*I need to attend more of her classes if I want to gain even a basic understanding of math...*</em><</say>> [[Quit|UniversityInside]] <<elseif not $MathExtra1 and $KnowMath >= 3>> \ <<goto "ClassMathExtra1">> \ <<elseif $MathHomework1Done and not $MathHomework1DoneTurnIn>> \ <<goto "MathHomework1DoneTurnIn">> \ <<elseif $MathHomework1Done and not $MathHomework1DoneTurnIn>> \ <<goto "MathHomework1DoneTurnIn">> \ <<elseif $MathHomework1DoneTurnIn>> \ <div id="box-comment">I have nothing to do here for now</div> <div id="future-implement">This event will be implemented in a future version</div> [[Back|ClassMath]] <<else>> \ <div id="box-comment">I have nothing to do here for now</div> [[Back|ClassMath]] <</if>> \ <style> body { background-image: url('./img/places/university/bg/classroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<div id="box-comment">You take extra classes with Mandy in the afternoon</div> <div id="box-comment">While you're paying attention, you observe her</div> <<say $mcname>><em>*Wow, she's very beautiful*</em><</say >> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mandy/events/extraclass1.jpg"/></center> <<say $mcname>><em>*And look at those legs, I bet she hits the gym hard*</em><</say >> <<say $mcname>><em>*She could really crush my cock just with her legs*</em><</say >> <div id="box-comment">You lost a bit looking at her</div> <<mandy>>Hey $mcname, Are you okay?<</mandy>> <<say $mcname>>Huh? Oh yes, I was working on that equation you were tackling<</say >> <<mandy>>We finished that a while ago, now we're onto derivatives<</mandy>> <<say $mcname>>Oh, sorry, I lost track<</say >> <<mandy>>You weren't paying attention, were you?<</mandy>> <<say $mcname>>No, I was... lost in my thoughts<</say >> <div id="box-comment">As you say that, you glance at her legs</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mandy/events/extraclass2.jpg"/></center> <<mandy>>Oh, I see, it's okay don't worry but try not to get so distracted, okay?<</mandy>> <center><p class="pos-love">❤️ +2 Mandy's Love</p><p class="pos-lust">💦 +2 Mandy's Lust</p></center> <<say $mcname>>Sorry, it won't happen again<</say >> <div id="box-comment">Mandy felt a bit nervous afterward, but you managed to focus on what she was explaining</div> [[Continue|University]] <<set $MandyLove +=2>><<set $MandyLust +=2>> <<set $MathExtra1 to true>><<set _nextTime()>> <style> body { background-image: url('./img/places/university/bg/classroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<div id="box-comment">You're in the Gym's Pool</div> [[Back|Gym]][[Swimming|GymDoResistance]] <<set $BackPassage to "GymPool">> <style> body { background-image: url('./img/places/gym/bg/pool.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<div id="box-comment">You're in the Gym's Strength Area</div> [[Back|Gym]][[Do strength|GymDoStrength]] <<set $BackPassage to "GymStrength">> <style> body { background-image: url('./img/places/gym/bg/strength.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<div id="box-comment">You approach the women's locker room</div> <<say $mcname>><em>*I shouldn't go into the women's locker room, I don't want to get in trouble.*</em><</say>> [[Back|Gym]] <<set $BackPassage to "LockerWon">> <style> body { background-image: url('./img/places/gym/bg/lockerwom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<div id="box-comment">You go to the men's locker room but you see a sign that says it is out of service</div> <<say $mcname>>Are you kidding me? Now where do I shower?<</say>> <<worker>>In your home, or I can clean you<</worker>> <<say $mcname>>Why the hell are you almost everywhere?<</say>> <<worker>>Because it's my job, but I can wash you, especially your pipe.<</worker>> <<say $mcname>>Disgusting...<</say>> <<worker>>Hey kid, where are you going?<</worker>> <<worker>>He didn't hear me... well, let's get to work... But first let's eat some nice donuts<</worker>> <div id="future-implement">This place is still under development.</div> [[Back|Gym]] <<set $BackPassage to "LockerMen">> <style> body { background-image: url('./img/places/gym/bg/lockermen.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<if $UniversityFirstDay>> \ <<if _currentTime() eq "Evening">> \ <<if _currentDay() eq "Monday" or _currentDay() eq "Wednesday" or _currentDay() eq "Friday">> \ <div id="box-comment">Your Math's teacher is doing yoga</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mandy/mandygymyoga.jpg" width="350" height="420"/></center> <<say $mcname>><em>*I should probably avoid interrupting her right now*</em><</say>> [[Back|Gym]] <<else>> \ <div id="box-comment">You're in the Gym's Yoga Area</div> [[Back|Gym]] <</if>> \ <<else>> \ <div id="box-comment">You're in the Gym's Yoga Area</div> [[Back|Gym]] <</if>> \ <<else>> \ <div id="box-comment">You're in the Gym's Yoga Area</div> [[Back|Gym]] <</if>> \ <<set $BackPassage to "GymYoga">> <style> body { background-image: url('./img/places/gym/bg/yoga.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<if $dailystr != 0>> \ <div id="box-comment">You already did exercise today</div> [[Continue|Gym]] <</if>> \ \ <<if $dailystr == 0 and $energy >= 30>> \ <div id="box-comment">You do exercise for a while</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mc/strength-gym.mp4" type="video/mp4"> </video></center> <center><p class="pos-stat">💪 +2 Strength</p><p class="added-list">⚡-30 Energy</p></center> [[Continue|Gym]] <<set $dailystr += 1>><<set $strength += 2>><<set $energy -= 30>> <<set _nextTime()>> <<elseif $dailystr == 0 and $energy <= 30>> <div id="box-comment">⚡ You don't have enough energy</div> [[Continue|Gym]] <</if>> \ <style> body { background-image: url('./img/places/gym/bg/strength.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<if $energy >=20>> <div id="box-comment">You swim for a while</div> <center><img src="./img/char/mc/swimming-gym.webp" width="600" height="400"/></center> <center><p class="pos-stat">🏃 +2 Resistance</p><p class="added-list">⚡ -20 Energy</p></center> [[Continue|Gym]] <<set $resistance += 2>><<set $energy -= 20>><<set _nextTime()>> <<elseif $energy <= 20>> <div id="box-comment">⚡ You don't have enough energy</div> [[Continue|Gym]] <</if>> <style> body { background-image: url('./img/places/gym/bg/pool.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<div id="box-comment">Marie opens the door</div> <<marie>>Welcome dear<</marie>> <div id="box-comment">You enter to her home and notice how sexy marie looks</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/marie/events/mariehomesat.png" width="500" height="400"/></center> <<say $mcname>>Fuck... if you look at me like that I don't think I'll last long....<</say>> <<marie>>Oh yeah? And If I show you this?<</marie>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-show.mp4" type="video/mp4"> </video></center> <<say $mcname>>Damn man...<</say>> <<marie>>Follow me dear, we will go to my bedroom<</marie>> [[To Marie's Bedroom|MarieHomeSatEv2]] <style> body { background-image: url('./img/places/mariehome/bg/entrance.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You follow Marie to her bedroom</div> <<say $mcname>>Blake is not coming, is she?<</say>> <<marie>>Hahaha. Don't worry about Blake, she is with her father<</marie>> <<marie>>Tonight is for us, I really need this<</marie>> <<say $mcname>>You will have it<</say>> <<marie>>Take off your pants and lie down on my bed<</marie>> <<say $mcname>>You really want it<</say>> <<marie>>Don't you?<</marie>> <<say $mcname>>Caught<</say>> [[Continue|MarieHomeSatEv3]] <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Marie pulls down her top and starts to give you a titjob</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-titjob.mp4" type="video/mp4"> </video></center> <<marie>>Do you like fuck my tits, dear?<</marie>> <center><p class="pos-lust">💦 +100 Lust</p></center> <<say $mcname>>I do, your tits are amazing<</say>> <<marie>>Hehe. Thank you, but there is much more to come<</marie>> [[Continue|MarieHomeSatEv4]] <<if not $Gallery>><<set $lust to 100>><</if>> <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Marie leave her tits from you dick</div> <<marie>>Now It's time to taste your dick <</marie>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-blowjob2.mp4" type="video/mp4"> </video></center> <<say $mcname>>Oh, yes....<</say>> <<marie>>Ummm...<</marie>> [[Continue|MarieHomeSatEv5]] <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Marie stops blow you and lie in the bed</div> <<marie>>Come here, play with your dick in my pussy<</marie>> <div id="box-comment">You do what she tells you</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-play.mp4" type="video/mp4"> </video></center> <<marie>>Oh, yes....<</marie>> <div id="box-comment">At the moment, she stops and throws you onto her bed</div> <<marie>>I'm gonna fuck you<</marie>> [[Continue|MarieHomeSatRepeatCow1]] <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<set $MarieHomeSat to random(1, 2)>> \ <div id="box-comment">Marie gets on top of you and starts ride your dick</div> <<if $MarieHomeSat is 1>> \ <<marie>>Oh my...<</marie>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-cowgirl1.mp4" type="video/mp4"> </video></center> <<say $mcname>>Don't stop<</say>> <center>[[Blowjob|MarieHomeSatRepeatBlowjob]][[Titjob|MarieHomeSatRepeatTitjob]][[Pussy-Play|MarieHomeSatRepeatPussy]][[Doggy|MarieHomeSatRepeatDoggy]][[Missionary|MarieHomeSatRepeatMis]][[Cowgirl|MarieHomeSatRepeatCow1]][[Cum|MarieHomeSatRepeatCum]]</center> <<else>> \ <<marie>>I love it<</marie>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-cowgirl2.mp4" type="video/mp4"> </video></center> <<say $mcname>>Wow...<</say>> <center>[[Blowjob|MarieHomeSatRepeatBlowjob]][[Titjob|MarieHomeSatRepeatTitjob]][[Pussy-Play|MarieHomeSatRepeatPussy]][[Doggy|MarieHomeSatRepeatDoggy]][[Missionary|MarieHomeSatRepeatMis]][[Cowgirl|MarieHomeSatRepeatCow1]][[Cum|MarieHomeSatRepeatCum]]</center> <</if>> \ <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You lie her in the bed and fuck her</div> <<marie>>Fuck me...<</marie>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-missionary.mp4" type="video/mp4"> </video></center> <<marie>>Oh yes, baby.. don't stop<</marie>> <center>[[Blowjob|MarieHomeSatRepeatBlowjob]][[Titjob|MarieHomeSatRepeatTitjob]][[Pussy-Play|MarieHomeSatRepeatPussy]][[Doggy|MarieHomeSatRepeatDoggy]][[Missionary|MarieHomeSatRepeatMis]][[Cowgirl|MarieHomeSatRepeatCow1]][[Cum|MarieHomeSatRepeatCum]]</center> <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She gets on all fours and fucks you</div> <<marie>>I love your dick<</marie>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-doggy.mp4" type="video/mp4"> </video></center> <center>[[Blowjob|MarieHomeSatRepeatBlowjob]][[Titjob|MarieHomeSatRepeatTitjob]][[Pussy-Play|MarieHomeSatRepeatPussy]][[Doggy|MarieHomeSatRepeatDoggy]][[Missionary|MarieHomeSatRepeatMis]][[Cowgirl|MarieHomeSatRepeatCow1]][[Cum|MarieHomeSatRepeatCum]]</center> <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<set $MarieHomeSat to random(1, 2)>> \ <<if $MarieHomeSat is 1>> \ <<say $mcname>>Suck it<</say>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-blowjob1.mp4" type="video/mp4"> </video></center> <<marie>>Ummm...<</marie>> <center>[[Blowjob|MarieHomeSatRepeatBlowjob]][[Titjob|MarieHomeSatRepeatTitjob]][[Pussy-Play|MarieHomeSatRepeatPussy]][[Doggy|MarieHomeSatRepeatDoggy]][[Missionary|MarieHomeSatRepeatMis]][[Cowgirl|MarieHomeSatRepeatCow1]][[Cum|MarieHomeSatRepeatCum]]</center> <<else>> \ <<say $mcname>>Oh man...<</say>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-blowjob2.mp4" type="video/mp4"> </video></center> <<marie>>Ummm...<</marie>> <center>[[Blowjob|MarieHomeSatRepeatBlowjob]][[Titjob|MarieHomeSatRepeatTitjob]][[Pussy-Play|MarieHomeSatRepeatPussy]][[Doggy|MarieHomeSatRepeatDoggy]][[Missionary|MarieHomeSatRepeatMis]][[Cowgirl|MarieHomeSatRepeatCow1]][[Cum|MarieHomeSatRepeatCum]]</center> <</if>> \ <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Marie put your dick between her tits</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-titjob.mp4" type="video/mp4"> </video></center> <<say $mcname>>You're so fucking hot...<</say>> <center>[[Blowjob|MarieHomeSatRepeatBlowjob]][[Titjob|MarieHomeSatRepeatTitjob]][[Pussy-Play|MarieHomeSatRepeatPussy]][[Doggy|MarieHomeSatRepeatDoggy]][[Missionary|MarieHomeSatRepeatMis]][[Cowgirl|MarieHomeSatRepeatCow1]][[Cum|MarieHomeSatRepeatCum]]</center> <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if $MarieSatN and not $Gallery>> \ <div id="box-comment">You advice Marie you will cum</div> <<marie>>Cum inside me<</marie>> <div id="box-comment">You don't think twice and do it.</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-cum.mp4" type="video/mp4"> </video></center> \ <center><p class="pos-lust">💦 You cum</p></center> <<say $mcname>>Ohhh....maaaaaan<</say>> <<marie>>Wonderful dear... come here next Saturday for more fun!<</marie>> <<say $mcname>>I will keep it in my mind<</say>> <div id="box-comment">Marie goes to the shower and you go downstairs to leave her house</div> [[Continue|OakAvenueMap]] <<set $lust to 0>><<set _nextTime()>> \ <</if>> \ \ <<if not $MarieSatN or $Gallery>> \ <div id="box-comment">You advice Marie you will cum</div> <<marie>>Cum inside me<</marie>> <div id="box-comment">You don't think twice and do it.</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-cum.mp4" type="video/mp4"> </video></center> \ <center><p class="pos-lust">💦 You cum</p></center> <<say $mcname>>Ohhh....maaaaaan<</say>> <<marie>> Wow that was awesome<</marie>> <center><p class="pos-love">❤️ +5 Marie's Love</p><p class="pos-lust">💦 +5 Marie's Lust</p></center> <<say $mcname>>It was incredible<</say>> <<marie>>You should come every Saturday to fuck me<</marie>> <<say $mcname>>You don't need to tell me it<</say>> <div id="box-comment">You both rest for a while</div> <<say $mcname>>Ok I need to go to my home or my $JasRel will be worried<</say>> <<marie>>Okay dear, Don't tell nothing about this to your $JasRel<</marie>> <<say $mcname>>I won't do it<</say>> <<marie>>Hahaha. Good Night, I'll sleep so well tonight...<</marie>> <<say $mcname>>Me too<</say>> <div id="box-comment">Marie goes to the shower and you go downstairs to leave her house</div> <<if not $Gallery>>[[Continue|OakAvenueMap]]<<else>>[[Finish Replay|GalleryMarie]]<</if>> <<if not $Gallery>><<set $lust to 0>><<set $MarieLove +=5>><<set $MarieLust +=5>><<set $MarieSatN to true>><<set _nextTime()>><</if>> \ <</if>> \ <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Marie opens the door</div> <<marie>>Come here dear<</marie>> <div id="box-comment">You enter to her home and notice how sexy marie looks</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/marie/events/mariehomesat.png" width="500" height="400"/></center> <<marie>>Let's go to my bedroom?<</marie>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-show.mp4" type="video/mp4"> </video></center> <<say $mcname>>I can't wait to fuck you again<</say>> <center>[[Blowjob|MarieHomeSatRepeatBlowjob]][[Titjob|MarieHomeSatRepeatTitjob]][[Pussy-Play|MarieHomeSatRepeatPussy]][[Doggy|MarieHomeSatRepeatDoggy]][[Missionary|MarieHomeSatRepeatMis]][[Cowgirl|MarieHomeSatRepeatCow1]]</center> <style> body { background-image: url('./img/places/mariehome/bg/entrance.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You play with her pussy</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariehomesat-play.mp4" type="video/mp4"> </video></center> <<marie>>Play with it, dear<</marie>> <center>[[Blowjob|MarieHomeSatRepeatBlowjob]][[Titjob|MarieHomeSatRepeatTitjob]][[Pussy-Play|MarieHomeSatRepeatPussy]][[Doggy|MarieHomeSatRepeatDoggy]][[Missionary|MarieHomeSatRepeatMis]][[Cowgirl|MarieHomeSatRepeatCow1]][[Cum|MarieHomeSatRepeatCum]]</center> <style> body { background-image: url('./img/places/mariehome/bg/mariebedroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You send a message to $JasRel telling her that you are done with the pool</div> <<say "$mcname">>The pool is ready<</say>> <div id="box-comment">Your $JasRel goes out to the garden after a short time</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/jasmine/events/jasbackyard.png" width="300" height="400"/></center> <<jasmine>>You've done an incredible job $JasNc<</jasmine>> <<say "$mcname">>I did my best<</say>> <<jasmine>>I think it couldn't have been done any better<</jasmine>> <div id="box-comment">She focuses on the music you're listening to</div> <<jasmine>>Oh, I love the music you're listening to!<</jasmine>> <<jasmine>>Come on, let's dance with me<</jasmine>> <<say "$mcname">>Not now, I'm really tired<</say>> <<jasmine>>Are you going to leave me dancing alone?<</jasmine>> <<say "$mcname">>No, I'll stay and watch you<</say>> <div id="box-comment">You sit at the floor and watch Jasmine as she dances</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/jasmine/scenes/jasbackyarddance1.mp4" type="video/mp4"> </video></center> <<say "$mcname">><em>*Damn, she has a great body...*</em><</say>> [[Continue|BackyardCleanPool3]] <<if not $Gallery>><<set _nextTime()>><</if>> <style> body { background-image: url('./img/places/home/bg/backyard.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Suddenly, your gaze focuses on her tits</div> <<say "$mcname">><em>*Wow. She's really giving it her all*</em><</say>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/jasmine/scenes/jasbackyarddance2.mp4" type="video/mp4"> </video></center> <div id="box-comment">She notices that you're looking at her tits And she stops dancing</div> <center><p class="pos-lust">💦 +5 Jasmine's Lust</p><p class="pos-lust">💦 +20 Lust</p></center> <<jasmine>>Dancing really tires me out. I can't keep up like I used to in my younger days<</jasmine>> <<say "$mcname">>Are you kidding? You're still young and beautiful<</say>> <<jasmine>>Aww, Thank you $JasNc<</jasmine>> <div id="box-comment">She gives you a kiss on the cheek and you notice how her tits brush against you</div> <center><p class="pos-love">❤️ +4 Jasmine's Love</p><p class="pos-lust">💦 +10 Lust</p></center> <<jasmine>>Let's sit on the grass, I need to rest<</jasmine>> [[Continue|BackyardCleanPool4]] <<if not $Gallery>><<set $lust +=30>><<set $JasLust +=5>><<set $JasLove +=4>><</if>> <style> body { background-image: url('./img/places/home/bg/backyard.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You both sit on the grass</div> <<jasmine>>You know what? Now that the pool's here, we can spend time together<</jasmine>> <<jasmine>>And even dance!<</jasmine>> <<say "$mcname">>Sure. I'll keep that in mind<</say>> <div id="box-comment">Once again, you notice her chest</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/jasmine/events/jasbackyard1.png"/></center> <<say "$mcname">><em>*Shit. Her blouse has come undone*</em><</say>> <<jasmine>>I've had a good time, but I have to go run some errands<</jasmine>> <<say "$mcname">>Oh... Ok $JasRel<</say>> <div id="box-comment">As soon as she stands up, her blouse slips down a bit</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/jasmine/events/jasbackyard2.png"/></center> <<say "$mcname">><em>*Oh damn, I see it a bit!*</em><</say>> <div id="box-comment">She doesn't realize it</div> <<jasmine>>Sorry $JasNc<</jasmine>> <<say "$mcname">>Don't worry, we'll spend more time together another time<</say>> [[Continue|BackyardCleanPool5]] <style> body { background-image: url('./img/places/home/bg/backyard.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Jasmine leaves the garden</div> <<say "$mcname">><em>*Well, next time I hope to see more of her*</em><</say>> <<say "$mcname">><em>*Maybe I should learn to dance to surprise her?*</em><</say>> <<say "$mcname">><em>*And the most important thing is the pool is ready and I can swim*</em><</say>> <<say "$mcname">><em>*Plus, I could even see my $JasRel and my $MiaRel in bikini*</em><</say>> <center><p class="added-list">Now you can swim in the Backyard pool</p></center> <<if not $Gallery>>[[Continue|EntranceMap]]<<else>>[[Finish Replay|GalleryJasmine]]<</if>> <<if not $Gallery>><<set $JasCleanPool to true>><</if>> <style> body { background-image: url('./img/places/home/bg/backyard.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if $energy >=20>> \ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> \ <div id="box-comment">You swim for a while</div> <center><img src="./img/places/home/events/swimbackyard.webp" width="600" height="400"/></center> <center><p class="pos-stat">🏃 +1 Resistance</p><p class="added-list">⚡ -20 Energy</p></center> [[Backyard]] <<set $resistance += 1>><<set $energy -= 20>><<set _nextTime()>> \ <<else>> \ <div id="box-comment">It's too late to swim</div> [[Backyard]] <</if>> \ <<elseif $energy <= 20>> \ <div id="box-comment">You don't have enough energy</div> [[Backyard]] <</if>> \ /*DAY*/ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> <style> body { background-image: url('./img/places/home/bg/backyard.webp'); background-size: cover; background-repeat: no-repeat; } </style> /*NIGHT*/ <<else>> <style> body { background-image: url('./img/places/home/bg/backyard-night.webp'); background-size: cover; background-repeat: no-repeat; } </style> <</if>>
<div id="box-comment">You enter the kitchen and see Jasmine making breakfast</div> <<say $mcname>>Morning $JasRel. Marie is back, I ran into her last night in our neighborhood<</say>> <<jasmine>>What are you telling me? Wasn't she supposed to have moved in with her husband to another city?<</jasmine>> <<say $mcname>>Yes, it seems she's back because they are getting divorced<</say>> <<jasmine>>Seriously? I should invite her over so she can tell me what happened between them<</jasmine>> <<say $mcname>>Yes, although she said she's busy with the move, I offered to help her<</say>> <<jasmine>>Oh, then I'll tell her to come over when she's done with it<</jasmine>> <<say $mcname>>Yes, that's better. With my help, I'm sure she'll finish it sooner, and then we can invite her<</say>> <<jasmine>>You're so kind, $JasNc... always helping people<</jasmine>> <<say $mcname>>I do what I can. Anyway, I hope to be able to help her today. I'll let you know when we're done with the move<</say>> <<jasmine>>Great, take care!<</jasmine>> [[Kitchen]] <<set $MarieMeetTalkJas to true>> <style> body { background-image: url('./img/places/home/bg/kitchen.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You enter the kitchen</div> <<say $mcname>>Hey $JasRel. I'm done helping Marie with the move<</say>> <<jasmine>>Seriously? That fast? Then I'll call her right away to come have a coffee with us<</jasmine>> <div id="box-comment">Jasmine calls Marie... After talking to her, hang up</div> <<jasmine>>She coming in a few minutes<</jasmine>> <<say $mcname>>Great! I'll go do some things in the room in the meantime<</say>> <<jasmine>>Okay $JasNc<</jasmine>> [[To bedroom|JasMarieHomeSuccess1]] <style> body { background-image: url('./img/places/home/bg/kitchen.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You spend quite a while in your room organizing things for university</div> <<say $mcname>>Oh shit, what time is it? I got carried away with this<</say>> <div id="box-comment">You look at the time</div> <<say $mcname>>Shit, Marie must have already gone...<</say>> <<say $mcname>>I didn't even hear the bell...but I should check if she's in the kitchen with my $JasRel<</say>> <div id="box-comment">Before getting up, someone knocks on your room's door</div> <<say $mcname>>Come in!<</say>> <div id="box-comment">Your door opens and it's Marie, she sits with you on your bed</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/marie/events/mariemybedroom.png" width="400" height="350"/></center> <<say $mcname>>I'm sorry, Marie. I got caught up with some university stuff. I was just about to come down<</say>> <<marie>>It's okay dear. I figured it out, it's fine<</marie>> <<say $mcname>>Have you spoken with my $JasRel already?<</say>> <<marie>>Yes, we've been talking for a while. I was actually about to leave, but I came up to see you<</marie>> <<say $mcname>>I'm glad you did...<</say>> <div id="box-comment">Your eyes shift towards her tits</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/marie/events/mariemybedroom2.png" width="350" height="250"/></center> [[Continue|JasMarieHomeSuccess2]] <<if not $Gallery>><<set _nextTime()>><</if>> <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Marie notices where you're looking and laughs</div> <<marie>>Oh, really? You're glad I came up? Why?<</marie>> <<say $mcname>>Well... I would have felt guilty if you left without having gone to see you in the kitchen<</say>> <<marie>>I see... but I guess now you're glad you didn't go down, right?<</marie>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariemybedroomshow.mp4" type="video/mp4"> </video></center> <<say $mcname>>Yes... but... if my $JasRel comes up?<</say>> <<marie>>She told me she was going to hang the laundry, so we have some time<</marie>> <<say $mcname>>To hell with it, let's do it quickly<</say>> <div id="box-comment">You pull down your pants and pull out your dick</div> <<marie>>I missed it<</marie>> [[Continue|JasMarieHomeSuccess3]] <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Marie quickly grabs your dick</div> <<marie>>Do you like it?<</marie>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariemybedroomhandjob.mp4" type="video/mp4"> </video></center> <<say $mcname>>Woah... You really know how to do it...<</say>> <<marie>>Hehe. And this time, my daughter won't interrupt us<</marie>> [[Continue|JasMarieHomeSuccess4]] <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<marie>>In the last time, I think we left it around here<</marie>> <div id="box-comment">Marie lowers her head to your dick</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariemybedroomblowjob.mp4" type="video/mp4"> </video></center> <<say $mcname>>Oh man...<</say>> <<marie>>Umm.. It tastes so good<</marie>> [[Continue|JasMarieHomeSuccess5]] <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She stops blow your dick</div> <<marie>>Let me try something quickly<</marie>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariemybedroompussyplay1.mp4" type="video/mp4"> </video></center> <<say $mcname>>Have you come without panties?<</say>> <<marie>>Yes....<</marie>> <<say $mcname>>So, you had something in mind, right?<</say>> <<marie>>Maybe...<</marie>> [[Continue|JasMarieHomeSuccess6]] <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Marie puts your dick inside her</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariemybedroomcowgirl1.mp4" type="video/mp4"> </video></center> <<marie>>Oh fuck...<</marie>> <<say $mcname>>It feels so incredible<</say>> [[Continue|JasMarieHomeSuccess8]] <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You both hear someone coming up the stairs</div> <<say $mcname>>Fuck, It's my $JasRel. We need to stop<</say>> <<marie>>Oh shit...<</marie>> <div id="box-comment">Marie pulls out your dick from her pussy quickly</div> <div id="box-comment">Your door is opening</div> <div id="box-comment">Hopefully, Marie just needed to put up her dress and you raises your pants as fast as you can</div> <<jasmine>>Oh, you're still here Marie. I thought you had left<</jasmine>> <<marie>>No, I was telling her the same thing we talked about<</marie>> <<marie>> But I have to go. I've told her everything. See you<</marie>> <<jasmine>>Goodbye, come whenever you want!<</jasmine>> <<marie>> I'll do it! Bye!<</marie>> <<jasmine>>Wow, such a sudden rush<</jasmine>> <<say $mcname>>Yes, she said that time got away from her, and he hasn't made the food yet<</say>> <<jasmine>>True, look at the time... I should start making food too<</jasmine>> <<say $mcname>>Okay, $JasRel<</say>> <div id="box-comment">Jasmine is leaving your room</div> <<say $mcname>><em>*Damn, that was close!*</em><</say>> <<say $mcname>><em>*But woah... It was amazing. I should go to her house on Saturdays and fuck her not worrying if we get caught*</em><</say>> <<if not $Gallery>> [[Continue|McRoom]]<<else>>[[Finish Replay|GalleryMarie]]<</if>> <<if not $Gallery>><<set $JasMarieHome1 to true>><</if>> <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<set $MiaRoomFirstTime to true>> \ <<if $intelligence < 5>> \ <div id="box-comment">You are not intelligent enough, and you don't understand anything <b>(🧠 Intelligence: $intelligence / 5)</b></div> <<say $mcname>>Umm... I'm sorry Mia, but I just remembered that I have to do some things. I'll help you when I can<</say>> <<mia>>Aww.. Okay<</mia>> <center><p class="failed-event">🧠 You need more Intelligence</p></center> [[Hallway|HallwayMap]] \ <<elseif $intelligence >= 5 and $MiaStudies < 5>> \ <<set $MiaStudies +=1>> \ <div id="box-comment">You help Mia with her homework and doubts <b>($MiaStudies / 5)</b></div> <<mia>>Woah $MiaMcRel. You're really intelligent<</mia>> <center><img src="./img/char/mia/events/mia-help.png" width="500" height="300"/></center> <center><p class="pos-love">❤️ +1 Mia's Love</p></center> [[Continue|HallwayMap]] <<set _nextTime()>><<set $MiaLove +=1>>\ <<elseif $MiaStudies >= 5>> <div id="box-comment">You help Mia with her homework and doubts</div> <<mia>>Woah $MiaMcRel. You're really intelligent<</mia>> <center><img src="./img/char/mia/events/mia-help.png" width="500" height="300"/></center> <center><p class="pos-love">❤️ You reached max Mia's Love for this version</p></center> [[Continue|HallwayMap]] <<set _nextTime()>> \ <</if>> \ <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<div id="box-comment">You arrive at the math class</div> <<mandy>>Good morning students, today I'm going to assign you some homework to see if you have learned enough during my classes<</mandy>> <<mandy>>You must do it at home and give it to me in the afternoon for individual evaluation<</mandy>> <<mandy>>It's not mandatory to do it, but it will be positively evaluated<</mandy>> <<mandy>>So, at the end of the class, if you're interested, you can pick up the assignment from my desk<</mandy>> <<say $mcname>><em>*I think I'll take on that homework to get some points. Plus, who knows, maybe it'll bring me closer to Mandy*</em><</say>> <<mandy>>That's all I wanted to tell you, now let's continue the class<</mandy>> <div id="box-comment">You pay attention to the rest of the class</div> <center><p class="pos-stat">+1 Math Knowledge</p><p class="pos-stat">🧠 +1 Intelligence</p></center> [[Continue|MathHomework2]] <<set $intelligence +=1>><<set $KnowMath +=1>> <<set _nextTime()>> <style> body { background-image: url('./img/places/university/bg/classroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">At the end of the class, you approach Mandy's desk to pick up the homework</div> <<mandy>>Oh $mcname, I'm glad you're interested in it<</mandy>> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mandy/mandyclassafternoon.png" width="400" height="350"/></center> <<say $mcname>>What can I say... I like maths<</say>> <<mandy>>I'm glad you like them. Once you finish the homework, show it to me to see how much you know, and I might be able to help you bring out more potential<</mandy>> <center><p class="pos-love">❤️ +3 Mandy's Love</p></center> <<say $mcname>>I'll do it<</say>> <<mandy>>I'll be waiting... and don't forget, you have to give it to me in the afternoon after classes<</mandy>> <<say $mcname>>Noted<</say>> [[Continue|MathHomework3]] <<set $MandyLove +=3>> <style> body { background-image: url('./img/places/university/bg/classroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You keep the homework in your backpack and leave the class</div> <center><p class="added-list">Math Homework added to inventory</p></center> <<say $mcname>><em>*I have to do these assignments on my home laptop; the sooner I finish them, the sooner I can improve my grades*</em><</say>> <<say $mcname>><em>*And of course... the sooner I'll be able to get something from Mandy... who doesn't try, doesn't know*</em><</say>> <<say $mcname>><em>*I can't wait to see the potential it brings out of me...*</em><</say>> <<say $mcname>><em>*Maybe she brings out my dick and suck it to get the potential. Hahaha*</em><</say>> <<say $mcname>><em>*Thank goodness no one hears my thoughts... I'm a complety perv...*</em><</say>> <<say $mcname>><em>*Let's get to work so she can see my dick... eww I mean my homework*</em><</say>> <<say $mcname>><em>*Oh man... I need to stop to say this things...*</em><</say>> [[Continue|UniversityInside]] <<set $MathHomework1 to true>> <style> body { background-image: url('./img/places/university/bg/universityinside.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if _currentTime() eq "Late Night">> \ <div id="box-comment">It's too late to do this</div> [[Continue|Laptop]] \ <<else>> \ <div id="box-comment">You did the math homework</div> <<say $mcname>><em>*Okay, I did what I could. I hope to impress Mandy when I show it to her*</em><</say>> [[Continue|Laptop]] \ <<set $MathHomework1Done to true>><<set _nextTime()>> \ <</if>> \ <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You enter Mandy's class</div> <<say $mcname>>Hello Mandy, I've already done the homework, here you go<</say>> <center><p class="failed-event">You hand the homework to her</p></center> <<mandy>>That was quick, let's take a look at them<</mandy>> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mandy/mandyclassafternoon.png" width="400" height="350"/></center> <<mandy>>Take a seat while I check it<</mandy>> <div id="box-comment">Mandy checks your homework</div> <<mandy>>Wow, you really know quite a lot...<</mandy>> <<say $mcname>>Thank you<</say>> <<mandy>>Can I propose something to you?<</mandy>> <<say $mcname>>Sure<</say>> <<say $mcname>><em>*Here we go! She will propose to me to suck my dick hehe*</em><</say>> <<mandy>>Would you be interested in participating in a math contest?<</mandy>> <<say $mcname>><em>*What the f...? That's not the proposal I really wanted...*</em><</say>> <<say $mcname>>Umm.. What is that?<</say>> <<mandy>>It's a contest that involves numerous universities from the state<</mandy>> <<mandy>>And you have enough knowledge to participate in it<</mandy>> <<say $mcname>>I don't know...<</say>> <<mandy>>You'll give a good impression to the university.<</mandy>> <<say $mcname>>I don't know... it's too much pressure<</say>> [[Continue|MathHomework1DoneTurnIn2]] <style> body { background-image: url('./img/places/university/bg/classroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<mandy>>Look... the principal isn't very happy with the teachers and the students<</mandy>> <<mandy>>Since we're not managing to make this university popularly known..<</mandy>> <<mandy>>So, you have a good chance of winning, I'll even help you improve<</mandy>> <<say $mcname>>Well... I have nothing to lose by trying<</say>> <<mandy>>That's the mindset!<</mandy>> <div id="box-comment">Mandy becomes happy and hugs you</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mandy/events/mandyclasshug.webp" width="500" height="350"/></center> <center><p class="pos-love">❤️ +3 Mandy's Love</p></center> <<say $mcname>><em>*Oh fuck, I'm close to her tits*</em><</say>> <<mandy>>We can practice here in the afternoons, does that work for you?<</mandy>> <<say $mcname>>That sounds good to me<</say>> <<mandy>>Okay, come whenever you want, and we'll practice<</mandy>> <<say $mcname>>Bye<</say>> [[Continue|MathHomework1DoneTurnIn3]] <<set $MandyLove +=3>> <style> body { background-image: url('./img/places/university/bg/classroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You go out to the university hallway</div> <<say $mcname>><em>*Well, I guess I should give it a try*</em><</say>> <<say $mcname>><em>*It wouldn't hurt to get some money if I win the contest*</em><</say>> <<say $mcname>><em>*Especially, it could positively influence many things*</em><</say>> <<say $mcname>><em>*In my $JasRel, in Mandy, in the principal, gaining a bit of fame, etc.*</em><</say>> <<say $mcname>><em>*Yes, I think I've made a good decision, so I'll meet with Mandy in the afternoons*</em><</say>> <<say $mcname>><em>*Except weekends, of course, I'm not a total nerd...*</em><</say>> [[Continue|University]] <<set $MathHomework1DoneTurnIn to true>><<set _nextTime()>> <style> body { background-image: url('./img/places/university/bg/universityinside.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">While you're showering, you notice that you hear someone</div> <div id="box-comment">You look from the shower through the mirror above the sink</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mia/events/mia-spy1.png" width="250" height="400"/></center> <<say $mcname>><em>*Is Mia spying me?*</em><</say>> <<say $mcname>><em>*And she is wearing underwear *</em><</say>> <div id="box-comment">You're still showering, but you realize that she's still watching... at your dick</div> <<say $mcname>><em>*Man, she is really focused on watching my dick*</em><</say>> <<say $mcname>><em>*Let's give her a better view*</em><</say>> [[Continue|MiaSpy1Success1]] <style> body { background-image: url('./img/places/home/bg/bathroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You get out of the shower</div> <<say $mcname>><em>*It seems like she really enjoys watching me...*</em><</say>> <<say $mcname>><em>*She hasn't even budged*</em><</say>> <<say $mcname>><em>*And she is looking at my ass*</em><</say>> <<say $mcname>><em>*Ok, Let's surprise her*</em><</say>> <div id="box-comment">You turn towards the door without even bothering to cover up, showing your dick to Mia</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mc/after-shower.webp" width="300" height="400"/></center> <<say $mcname>>Mia?<</say>> <div id="box-comment">Mia is surprised to be caught spying</div> <div id="box-comment">She enters the bathroom a bit even though you're naked</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-spy1.mp4" type="video/mp4"> </video></center> <<mia>>Hi $MiaMcRel<</mia>> <<say $mcname>>Are you spying on me?<</say>> <<mia>> S...s...sorry...<</mia>> <<mia>>I thought there was nobody in the bathroom<</mia>> [[Continue|MiaSpy1Success2]] <style> body { background-image: url('./img/places/home/bg/bathroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You take a look at her underwear</div> <<mia>>What are you looking at?<</mia>> <div id="box-comment">Mia says while simultaneously looking at your dick</div> <<say $mcname>>You're in your underwear<</say>> <<mia>>What?... Oh...<</mia>> <<mia>>And you like it?<</mia>> <div id="box-comment">While saying it, she strikes a seductive pose</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mia/events/mia-spy2.png" width="250" height="500"/></center> <<say $mcname>>Yes... you have a nice body<</say>> <center><p class="pos-love">❤️ +3 Mia's Love</p><p class="pos-lust">💦 +2 Mia's Lust</p></center> [[Continue|MiaSpy1Success3]] <<if not $Gallery>><<set $MiaLove +=3>><<set $MiaLust +=2>><</if>> <style> body { background-image: url('./img/places/home/bg/bathroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<mia>>Thank you<</mia>> <<mia>>You...too<</mia>> <<say $mcname>>Hey, you're looking at my dick<</say>> <div id="box-comment">Mia blushes and laughs</div> <center><p class="pos-lust">💦 +3 Mia's Lust</p></center> <<mia>>I couldn't help it<</mia>> <<say $mcname>>Sure...<</say>> <<mia>>I gotta go, sorry for bother you<</mia>> <<say $mcname>>It's ok...<</say>> <div id="box-comment">Mia turns around seductively showing you a view of her ass</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mia/events/mia-spy3.png" width="250" height="500"/></center> <<mia>>Bye $MiaMcRel<</mia>> [[Continue|MiaSpy1Success4]] <<if not $Gallery>><<set $MiaLust +=3>><</if>> <style> body { background-image: url('./img/places/home/bg/bathroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<say $mcname>>Bye....<</say>> <div id="box-comment">She leaves the bathroom looking at you and smiling</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-spy2.mp4" type="video/mp4"> </video></center> <<say $mcname>><em>*Oh man, what an ass...*</em><</say>> <<say $mcname>><em>*Does she really like me? She stared at me for quite a while...*</em><</say>> <<say $mcname>><em>*Let's see where this leads...*</em><</say>> <<say $mcname>><em>*But before I leave the bathroom, I'll take the chance to make a great handjob*</em><</say>> <<say $mcname>><em>*Seeing her ass got me so horny*</em><</say>> <div id="box-comment">You do yourself a handjob until cum and leave the bathroom</div> <<if not $Gallery>>[[Continue|HallwayMap]]<<else>>[[Finish Replay|GalleryMia]]<</if>> <<if not $Gallery>><<set $lust to 0>><<set $MiaSpy1 to true>><</if>> <style> body { background-image: url('./img/places/home/bg/bathroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You try to spy on her more</div> <<if $stealth >=5 or $GalleryUnlocked>> \ <center><p class="added-list">🕶️ Enough stealth skills</p></center> <div id="box-comment">You spy on Mia a little more</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-shower2.mp4" type="video/mp4"> </video></center> <<say $mcname>><em>*Damn, apart from the ass, she also has nice tits*</em><</say>> [[Continue|BathMia3]] <<else>> \ <div id="box-comment">But Mia hears a noise <b>(Stealth: $stealth / 5)</b></div> <<mia>>Is there anyone there?<</mia>> <center><p class="failed-event">🕶️ You don't have enough stealth skills</p></center> <<say $mcname>><em>*I need to be more stealthy*</em><</say>> [[Quit|HallwayMap]] <</if>> \ <style> body { background-image: url('./img/places/home/bg/bathroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You stay and watch for a while until she finishes showering</div> <<say $mcname>><em>*Oh shit, she's going to come out of the shower*</em><</say>> <div id="box-comment">You try to hide a bit so she doesn't notice</div> <<say $mcname>><em>*Phew, looks like she didn't see me. Let's keep watching*</em><</say>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-shower3.mp4" type="video/mp4"> </video></center> <<say $mcname>><em>*She has a great body*</em><</say>> <<say $mcname>><em>*I want to see more*</em><</say>> <<say $mcname>><em>*And I would even go in and fuck her so hard*</em><</say>> <<say $mcname>><em>*But I need to establish a closer relationship with her*</em><</say>> <<say $mcname>><em>*Who knows what could happen...*</em><</say>> <<say $mcname>><em>*But for now I should leave before I get caught*</em><</say>> <<if not $Gallery>>[[Quit|HallwayMap]]<<else>>[[Finish Replay|GalleryMia]]<</if>> <<if not $Gallery>><<set $McSpyOnMia to true>><</if>> <style> body { background-image: url('./img/places/home/bg/bathroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Mia and you review the subjects as usual</div> <div id="box-comment">But between the two of you, you both notice some tension after seeing each other in the bathroom</div> <div id="box-comment">You try to break that tension</div> <<say $mcname>>Look Mia... about what happened in the bathroom... it's okay<</say>> <<mia>>It's okay?<</mia>> <<say $mcname>>No, umm... you're my $MiaRel and that was wrong<</say>> <<mia>>Yeah... you're right. I'm sorry<</mia>> <div id="box-comment">You notice a certain disappointment on her face</div> <div id="box-comment">And you don't like seeing your $MiaRel disappointed, so you gather the courage to tell her the truth</div> <<say $mcname>>Look, I actually liked that you were looking at me...<</say>> <<say $mcname>>Just like I liked seeing you in your underwear<</say>> <div id="box-comment">Mia's face changes and now she looks happy</div> <<mia>>Really?<</mia>> <<say $mcname>>Yes<</say>> <<mia>>You know what? I felt bad about it, but I also liked seeing you and being looked at<</mia>> <<say $mcname>>It was impossible not to look at you<</say>> <<mia>>Aww<</mia>> <div id="box-comment">Mia hugs you</div> <center><p class="pos-love">❤️ +2 Mia's Love</p></center> [[Continue|MiaHelpHomeworkRoom2Success1]] <<if not $Gallery>><<set $MiaLove +=2>><<set _nextTime()>><</if>> <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<mia>>I think it was really unfair that I saw you naked and you didn't see me<</mia>> <div id="box-comment">You had seen her naked in the shower more than once but you say nothing</div> <<mia>>So... let me show you a bit of myself<</mia>> <div id="box-comment">You realize that her areola is slightly visible</div> <center><img style="border:2px solid black;border-radius:5px;" src="./img/char/mia/events/mia-help2.png" width="500" height="300"/></center> <div id="box-comment">She notices about it</div> <<mia>>Oh hahaha. So you like my tits? Do you want to see it?<</mia>> <div id="box-comment">You don't know what to say</div> <<mia>>Hahaha. You don't need to say anything. Your gaze tells me it<</mia>> <div id="box-comment">She removes her top</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-room1.mp4" type="video/mp4"> </video></center> <<say $mcname>>Oh fuck...<</say>> <<mia>>I'm glad you like it...<</mia>> <<say $mcname>>How do you know I like it?<</say>> <div id="box-comment">She points to your erect dick</div> <<say $mcname>>I've asked a stupid question<</say>> <<mia>>It also happened to you the other time in the bathroom<</mia>> <<say $mcname>>I thought you didn't notice...<</say>> <<mia>>I was looking... and you didn't even cover yourself<</mia>> <<say $mcname>>Caught...<</say>> [[Continue|MiaHelpHomeworkRoom2Success2]] <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<mia>>Sooo... Will you show it to me again?<</mia>> <<say $mcname>>If you help me...<</say>> <div id="box-comment">Mia quickly helps you take off your pants</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-room2.mp4" type="video/mp4"> </video></center> <<say $mcname>>Do you like it?<</say>> <<mia>>Yeah....<</mia>> <center><p class="pos-lust">💦 +3 Mia's Lust</p></center> <<say $mcname>>The way you're looking at it makes it seem like you've never seen one before...<</say>> <<mia>>I've seen some in videos but never for real<</mia>> <<say $mcname>>Have you never been with a guy?<</say>> <<mia>>No...<</mia>> <<say $mcname>>Hmm... I have an idea<</say>> <<mia>>What is it?<</mia>> <<say $mcname>>Just lie down on the bed<</say>> [[Continue|MiaHelpHomeworkRoom2Success3]] <<if not $Gallery>><<set $MiaLust +=3>><</if>> <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Mia listens to you and lies down on the bed, but she seems scared</div> <<say $mcname>>Don't worry, I'm not going to do anything<</say>> <<say $mcname>>We can do something that both you and I will enjoy<</say>> <<say $mcname>>You like my dick and you are showering me your tits<</say>> <<say $mcname>>So you can give me a titjob, What do you think?<</say>> <<mia>>You mean... your dick between my tits?<</mia>> <<say $mcname>>Yeah<</say>> <<mia>>Umm... I don't know...<</mia>> <<say $mcname>>Listen... if you don't want to, we can stop<</say>> <<mia>>hahaha. I'm joking<</mia>> <<mia>>I do want to, go ahead, I'm curious<</mia>> <<say $mcname>>Damn, you scared me...<</say>> <<mia>>I know, I wish I could've seen your face, hahaha<</mia>> <<mia>>Let's do it<</mia>> <div id="box-comment">You put your dick between Mia's tits</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-room3.mp4" type="video/mp4"> </video></center> <<say $mcname>>It feels so good<</say>> <<say $mcname>>Do you like it?<</say>> <<mia>>I like the way you move it<</mia>> [[Continue|MiaHelpHomeworkRoom2Success4]] <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<say $mcname>>Oh fuck, I'm gonna cum<</say>> <<mia>>Do it<</mia>> <<say $mcname>>Are you sure?<</say>> <div id="box-comment">Mia nods and open her mouth to get your cum</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-room4.mp4" type="video/mp4"> </video></center> \ <center><p class="pos-lust">💦 You cum</p></center> <<say $mcname>>Oh fuck Mia...<</say>> <<mia>>Mmm...<</mia>> <<say $mcname>>I didn't expect you to do that; I thought it would disgust you<</say>> <<mia>>Disgust me?<</mia>> [[Continue|MiaHelpHomeworkRoom2Success5]] <<if not $Gallery>><<set $lust to 0>><</if>> <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You get a little blowjob</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-room5.mp4" type="video/mp4"> </video></center> <<say $mcname>>Damn...<</say>> <<mia>>Do you like it?<</mia>> <<say $mcname>>Hell yeah<</say>> <<mia>>Hahahah<</mia>> <<say $mcname>>I loved it<</say>> <<mia>>Me too<</mia>> <<say $mcname>>Maybe we should do it more often whenever we study<</say>> <<mia>>Maybe... but we have to be careful not to get caught by Jasmine or Rissa<</mia>> <<say $mcname>>I know, don't worry<</say>> [[Continue|MiaHelpHomeworkRoom2Success6]] <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You take a look at Mia</div> <<say $mcname>>You look incredibly sexy with my cum in your tits<</say>> <<mia>>I do?<</mia>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-room6.mp4" type="video/mp4"> </video></center> <<say $mcname>>I feel like doing more with you<</say>> <<mia>>Me too... but not now, I'm not ready yet<</mia>> <<say $mcname>>I know, don't worry, I'll only do it if you want to<</say>> <div id="box-comment">Mia liked your response and smiles at you</div> <<say $mcname>>Well, I'd better leave before someone comes<</say>> <<say $mcname>>Bye Mia<</say>> <<mia>>Bye... $MiaMcRel<</mia>> <<if not $Gallery>>[[Continue|HallwayMap]]<<else>>[[Finish Replay|GalleryMia]]<</if>> <<if not $Gallery>><<set $MiaStudiesFun1 to true>><</if>> <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Mia and you finish studying</div> <div id="box-comment">Before leaving, you hear Mia calling you</div> <<mia>>Hey $MiaMcRel<</mia>> <<say $mcname>>Yes?<</say>> <<mia>>Would you like to...<</mia>> <<mia>>Have some fun?<</mia>> <div id="box-comment">You see Mia's areola peeking out again</div> <center><img src="./img/char/mia/events/mia-help2.png" width="500" height="300"/></center> [[Yes|MiaHelpHomeworkFunSuccess]][[No|HallwayMap]] <<set _nextTime()>> <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You agree to have fun with her again</div> <<mia>>What do you want to do?<</mia>> <div id="box-comment">She tells you while exposing her tits</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-room1.mp4" type="video/mp4"> </video></center> <div id="box-comment">And she takes off your pants right away</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-room2.mp4" type="video/mp4"> </video></center> [[Touch Tits|MiaHelpHomeworkFunTouchTits]][[Titjob|MiaHelpHomeworkFunTitjob]] <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You put your dick between Mia's tits</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-room3.mp4" type="video/mp4"> </video></center> <<say $mcname>>Oh fuck... It feels so good<</say>> [[Touch Tits|MiaHelpHomeworkFunTouchTits]][[Titjob|MiaHelpHomeworkFunTitjob]][[Cum|MiaHelpHomeworkFunCum]] <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<say $mcname>>I'm gonna cum Mia<</say>> <div id="box-comment">Mia opens her mouth when you say that</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-room4.mp4" type="video/mp4"> </video></center> [[Finish|MiaHelpHomeworkFunFinish]][[Lick|MiaHelpHomeworkFunLick]][[See cum|MiaHelpHomeworkFunSeeCum]] <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<say $mcname>>Can you... lick it again?<</say>> <div id="box-comment">She says nothing and does it</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-room5.mp4" type="video/mp4"> </video></center> <<say $mcname>>Fuck...<</say>> [[Finish|MiaHelpHomeworkFunFinish]][[Lick|MiaHelpHomeworkFunLick]][[See her|MiaHelpHomeworkFunSeeCum]] <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You both clean yourselves and get out of bed</div> <<say $mcname>>We should repeat it<</say>> <<mia>>Yes, but don't fall in love with me<</mia>> <center><img src="./img/char/mia/events/mia-finishfun.png" width="500" height="300"/></center> <<say $mcname>>I could say the same<</say>> <div id="box-comment">She laughs and talks with you for a while until you leave her room</div> [[Finish|HallwayMap]] <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You take a look at Mia</div> <<say $mcname>>You look incredibly sexy with my cum in your tits<</say>> <<mia>>I do?<</mia>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-room6.mp4" type="video/mp4"> </video></center> [[Finish|MiaHelpHomeworkFunFinish]][[Lick|MiaHelpHomeworkFunLick]][[See her|MiaHelpHomeworkFunSeeCum]] <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if not $MiaHelpHomeworkFunTouchTits>> \ <<say $mcname>>Can I touch your tits?<</say>> <<mia>>Sure<</mia>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-room2-5.mp4" type="video/mp4"> </video></center> <<say $mcname>>They are amazing<</say>> <<mia>>Hehe<</mia>> [[Touch Tits|MiaHelpHomeworkFunTouchTits]][[Titjob|MiaHelpHomeworkFunTitjob]] <<set $MiaHelpHomeworkFunTouchTits to true>> \ <<else>> \ <div id="box-comment">You touch her tits</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/mia/scenes/mia-room2-5.mp4" type="video/mp4"> </video></center> <<say $mcname>>They are amazing<</say>> <<mia>>Hehe<</mia>> [[Touch Tits|MiaHelpHomeworkFunTouchTits]][[Titjob|MiaHelpHomeworkFunTitjob]] <</if>> \ <style> body { background-image: url('./img/places/home/bg/miaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You have arrived at your house</div> You're in your room, from now on, feel free to explore and play in your own way. Remember, some areas, characters, or events might be unfinished, so content will be added gradually. If you're stuck or unsure if you've missed something, don't forget to check the guide located in the left sidebar that will appear below. Feel free to report any errors you find. Enjoy yourself! [[Room|McRoom]] <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if $money < 3>> \ <div id="box-comment">You look at your wallet</div> <<say $mcname>><em>*Shit... I don't have enough money to order a coffee*</em><</say>> <center><p class="failed-event">💵 You don't have enough money</p></center> [[Continue|Cafe]] <<else>> \ <div id="box-comment">You order a coffee and drink it</div> <<say $mcname>><em>*Wow, I feel more energized*</em><</say>> <center><p class="failed-event">💵 -3 $ </p><p class="added-list">⚡ +10 Energy</p></center> [[Continue|Cafe]] <<set $money -=3>><<set $energy +=10>> \ <<set $energy to $energy < 100 ? $energy : 100>> \ <</if>> <style> body { background-image: url('./img/places/cafe/bg/cafe.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Marie gets on top of you and starts rubbing your dick wit her pussy</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariemybedroompussyplay2.mp4" type="video/mp4"> </video></center> <<marie>>It feels so good...<</marie>> <<say $mcname>>Yes, It does<</say>> <<marie>>I can't wait to have it inside<</marie>> <<marie>>Let's do it quickly<</marie>> [[Continue|JasMarieHomeSuccess7]] <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She starts ridding you</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/marie/scenes/mariemybedroomcowgirl2.mp4" type="video/mp4"> </video></center> <<say $mcname>>Shit... Slowly, we don't want to make a lot of noise<</say>> <<marie>>I can't, I'm really want it so much<</marie>> [[Continue|JasMarieHomeSuccess9]] <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<link "Close" `$BackPassage`>><</link>> /* New CodeGallery */ \ <<if not $version02>> \ <<set $GalleryUnlocked to false>><<set $version02 to true>> <<goto "GalleryChar">> <</if>> <em><b> Stats in replays are not affected</b></em> <div class="align"> <div class="box"> <a data-passage="GalleryJasmine" class="link-internal link-image" id="a-map"> <img src="./img/char/jasmine/jasmine-cvt.jpg" style="height: 80px"> </a> </div> <div class="box"> <a data-passage="GalleryRissa" class="link-internal link-image" id="a-map"> <img src="./img/char/rissa/rissa-cvt.jpg" style="height: 80px"> </a> </div> <div class="box"> <a data-passage="GalleryMia" class="link-internal link-image" id="a-map"> <img src="./img/char/mia/mia-cvt.jpg" style="height: 80px"> </a> </div> <<if not $MarieMeet and not $GalleryUnlocked>>\ <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/unknowchar.png" style="height: 80px"> </a> </div> <<elseif $MarieMeet or $GalleryUnlocked>>\ <div class="box"> <a data-passage="GalleryMarie" class="link-internal link-image" id="a-map"> <img src="./img/char/marie/marie-cvt.jpg" style="height: 80px"> </a> </div> <</if>>\ <<if not $MarieHelp1 and not $GalleryUnlocked>>\ <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/unknowchar.png" style="height: 80px"> </a> </div> <<elseif $MarieHelp1 or $GalleryUnlocked>>\ <div class="box"> <a data-passage="GalleryBlake" class="link-internal link-image" id="a-map"> <img src="./img/char/blake/blake-cvt.jpg" style="height: 80px"> </a> </div> <</if>>\ </div> /* 2nd align */ <div class="align"> <div class="align-bottom"> <div class="box"> <a data-passage="GalleryMrsJane" class="link-internal link-image" id="a-map"> <img src="./img/char/mrsjane/mrsjane-cvt.jpg" style="height: 80px"> </a> </div> </div> <<if not $UniversityFirstDay and not $GalleryUnlocked>>\ <div class="align-bottom"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/unknowchar.png" style="height: 80px"> </a> </div> </div> <<elseif $UniversityFirstDay or $GalleryUnlocked>>\ <div class="align-bottom"> <div class="box"> <a data-passage="GalleryMandy" class="link-internal link-image" id="a-map"> <img src="./img/char/mandy/mandy-cvt.jpg" style="height: 80px"> </a> </div> </div> <</if>>\ <<if not $UniversitySportFirstDay and not $GalleryUnlocked>>\ <div class="align-bottom"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/unknowchar.png" style="height: 80px"> </a> </div> </div> <<elseif $UniversitySportFirstDay or $GalleryUnlocked>>\ <div class="align-bottom"> <div class="box"> <a data-passage="GalleryAmelia" class="link-internal link-image" id="a-map"> <img src="./img/char/amelia/amelia-cvt.jpg" style="height: 80px"> </a> </div> </div> <</if>>\ <<if not $AmeliaHelp3 and not $GalleryUnlocked>>\ <div class="align-bottom"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/unknowchar.png" style="height: 80px"> </a> </div> </div> <<elseif $AmeliaHelp3 or $GalleryUnlocked>>\ <div class="align-bottom"> <div class="box"> <a data-passage="GalleryGladys" class="link-internal link-image" id="a-map"> <img src="./img/char/gladys/gladys-cvt.jpg" style="height: 80px"> </a> </div> </div> <</if>>\ <div class="align-bottom"> <div class="box"> <a data-passage="GalleryKarlee" class="link-internal link-image" id="a-map"> <img src="./img/char/karlee/karlee-cvt.jpg" style="height: 80px"> </a> </div> </div> </div> /* 3rd align */ <div class="align"> <<if not $GymFirstTime and not $GalleryUnlocked>>\ <div class="align-bottom"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/unknowchar.png" style="height: 80px"> </a> </div> </div> <<elseif $GymFirstTime or $GalleryUnlocked>>\ <div class="align-bottom"> <div class="box"> <a data-passage="GalleryKelsi" class="link-internal link-image" id="a-map"> <img src="./img/char/kelsi/kelsi-cvt.jpg" style="height: 80px"> </a> </div> </div> <</if>>\ <<if not $CafeFirst and not $GalleryUnlocked>>\ <div class="align-bottom"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/unknowchar.png" style="height: 80px"> </a> </div> </div> <<elseif $CafeFirst or $GalleryUnlocked>>\ <div class="align-bottom"> <div class="box"> <a data-passage="GalleryAngela" class="link-internal link-image" id="a-map"> <img src="./img/char/angela/angela-cvt.jpg" style="height: 80px"> </a> </div> </div> <</if>>\ <<if not $CafeFirst and not $GalleryUnlocked>>\ <div class="align-bottom"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/unknowchar.png" style="height: 80px"> </a> </div> </div> <<elseif $CafeFirst or $GalleryUnlocked>>\ <div class="align-bottom"> <div class="box"> <a data-passage="GalleryEliza" class="link-internal link-image" id="a-map"> <img src="./img/char/eliza/eliza-cvt.jpg" style="height: 80px"> </a> </div> </div> <</if>>\ <<if not $EvaMeet and not $GalleryUnlocked>>\ <div class="align-bottom"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/unknowchar.png" style="height: 80px"> </a> </div> </div> <<elseif $EvaMeet or $GalleryUnlocked>>\ <div class="align-bottom"> <div class="box"> <a data-passage="GalleryEva" class="link-internal link-image" id="a-map"> <img src="./img/char/eva/eva-cvt.jpg" style="height: 80px"> </a> </div> </div> <</if>>\ </div> <<set $Gallery to false>> <style> body { background-image: url('./img/places/home/mc-room/laptop/stats-bg.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } @-moz-document url-prefix() { .align { display: flex !important; margin-top: 0 !important; } } .align { display: flex; margin-top: 20px; } @-moz-document url-prefix() { .align-bottom { margin-top: -120px !important; margin-bottom: -30px !important; } } .align-bottom { margin-top: -100px; margin-bottom: -60px; } .box { padding: 10px; margin: 10px -30px 10px 10px; text-align: center; min-width: 100px; min-height: 100px; max-width: 100px; max-height: 100px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 50%; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
[[Back|GalleryChar]] <div id="box"> <div id="content-box"> <img class="img-content" src="./img/char/marie/mariehome.png" width="180" height="200" /> <div class="content-boxtext"> <span id="name">Marie</span> <span>Marie is my neighbor. Some time ago, she moved with her husband and daughters to live in another city. Recently, she got divorced and has returned. I would say that she have always been a very liberal person.</span> <<if $MarieMeet>><span style="float:right;margin-right:15px;margin-top: -20px;"><b style="color: #d2324f;">❤️ Love: $MarieLove</b><b style="color: #ca98a1;"> 💦 Lust: $MarieLust</b></span><</if>> </div> </div> </div> \ <span id="title-gallery">Gallery</span> <div class="align"> <<if not $MarieHelp2 and not $GalleryUnlocked>>\ <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/lockscene.jpg" style="height: 200px"> </a> </div> <<elseif $MarieHelp2 or $GalleryUnlocked>>\ <div class="box"> <a data-passage="MarieHelp2" class="link-internal link-image" id="a-map"> <img src="./img/char/marie/scenes/gallerytumb/mariehelp.png" style="height: 200px"> </a> </div> <</if>>\ <<if not $JasMarieHome1 and not $GalleryUnlocked>>\ <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/lockscene.jpg" style="height: 200px"> </a> </div> <<elseif $JasMarieHome1 or $GalleryUnlocked>>\ <div class="box"> <a data-passage="JasMarieHome1" class="link-internal link-image" id="a-map"> <img src="./img/char/marie/scenes/gallerytumb/mariemcroom.png" style="height: 200px"> </a> </div> <</if>>\ <<if not $MarieSatN and not $GalleryUnlocked>>\ <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/lockscene.jpg" style="height: 200px"> </a> </div> <<elseif $MarieSatN or $GalleryUnlocked>>\ <div class="box"> <a data-passage="MarieHomeSatEv1" class="link-internal link-image" id="a-map"> <img src="./img/char/marie/scenes/gallerytumb/mariesatn.png" style="height: 200px"> </a> </div> <</if>>\ </div> <<set $Gallery to true>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #box { margin-left: -35%; position: relative; margin-right: 65%; } .img-content { position: absolute; top: 0; left: 0; z-index: 1; /* Coloca la imagen encima del contenido */ border-radius: 10px; border-right: 2px solid #eee; } #content-box { position: relative; z-index: 0; /* Sitúa el contenido detrás de la imagen */ background-color: #64779361; border: 2px solid #eee; border-radius: 10px; height: 200px; } .content-boxtext{ margin-top: -15%; margin-left: -70%; } #content-box span{ margin-left: 60%; display: block; } #name{ margin-top: 10px; margin-bottom: -20px; font-weight: bold; font-size: 20px; } #title-gallery{ margin-left: -35%; font-weight: bold; font-size: 40px; } .align { margin-left: -40%; display: flex; } .align-bottom { margin-top: -120px; margin-bottom: -30px; } .box { padding: 10px; margin: 10px -70px 10px 10px; text-align: center; min-width: 300px; min-height: 200px; max-width: 300px; max-height: 200px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 10px; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
[[Back|GalleryChar]] <div id="box"> <div id="content-box"> <img class="img-content" src="./img/char/jasmine/events/jasbackyard.png" width="180" height="200" /> <div class="content-boxtext"> <span id="name">Jasmine</span> <span>Jasmine is my $JasRel. She has always taken care of me and been there when I needed her. She and I have always been very close.</span> <span style="float:right;margin-right:15px;"><b style="color: #d2324f;">❤️ Love: $JasLove</b><b style="color: #ca98a1;"> 💦 Lust: $JasLust</b> </span> </div> </div> </div> \ <span id="title-gallery">Gallery</span> <div class="align"> <<if not $JasCleanPool and not $GalleryUnlocked>>\ <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/lockscene.jpg" style="height: 200px"> </a> </div> <<elseif $JasCleanPool or $GalleryUnlocked>>\ <div class="box"> <a data-passage="BackyardCleanPool1" class="link-internal link-image" id="a-map"> <img src="./img/char/jasmine/scenes/gallerytumb/jaspooldance.png" style="height: 200px"> </a> </div> <</if>>\ </div> <<set $Gallery to true>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #box { margin-left: -35%; position: relative; margin-right: 65%; } .img-content { position: absolute; top: 0; left: 0; z-index: 1; /* Coloca la imagen encima del contenido */ border-radius: 10px; border-right: 2px solid #eee; } #content-box { position: relative; z-index: 0; /* Sitúa el contenido detrás de la imagen */ background-color: #64779361; border: 2px solid #eee; border-radius: 10px; height: 200px; } .content-boxtext{ margin-top: -15%; margin-left: -70%; } #content-box span{ margin-left: 60%; display: block; } #name{ margin-top: 10px; margin-bottom: -20px; font-weight: bold; font-size: 20px; } #title-gallery{ margin-left: -35%; font-weight: bold; font-size: 40px; } .align { margin-left: -40%; display: flex; } .align-bottom { margin-top: -120px; margin-bottom: -30px; } .box { padding: 10px; margin: 10px -70px 10px 10px; text-align: center; min-width: 300px; min-height: 200px; max-width: 300px; max-height: 200px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 10px; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
[[Back|GalleryChar]] <div id="box"> <div id="content-box"> <img class="img-content" src="./img/char/mia/mia-cvt.jpg" width="180" height="200" /> <div class="content-boxtext"> <span id="name">Mia</span> <span>Mia is my young $MiaRel. She and I have always gotten along very well. I think she has always been in love with me despite us being $MiaRel. Many times she tries to get closer to me.</span> <span style="float:right;margin-right:15px;margin-top: -20px;"><b style="color: #d2324f;">❤️ Love: $MiaLove</b><b style="color: #ca98a1;"> 💦 Lust: $MiaLust</b> </span> </div> </div> </div> \ <span id="title-gallery">Gallery</span> <div class="align"> <<if not $MiaSpy1 and not $GalleryUnlocked>>\ <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/lockscene.jpg" style="height: 200px"> </a> </div> <<elseif $MiaSpy1 or $GalleryUnlocked>>\ <div class="box"> <a data-passage="MiaSpy1" class="link-internal link-image" id="a-map"> <img src="./img/char/mia/scenes/gallerytumb/miaspymc.png" style="height: 200px"> </a> </div> <</if>>\ <<if not $McSpyOnMia and not $GalleryUnlocked>>\ <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/lockscene.jpg" style="height: 200px"> </a> </div> <<elseif $McSpyOnMia or $GalleryUnlocked>>\ <div class="box"> <a data-passage="BathMia" class="link-internal link-image" id="a-map"> <img src="./img/char/mia/scenes/gallerytumb/miabathspy.png" style="height: 200px"> </a> </div> <</if>>\ <<if not $MiaStudiesFun1 and not $GalleryUnlocked>>\ <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/lockscene.jpg" style="height: 200px"> </a> </div> <<elseif $MiaStudiesFun1 or $GalleryUnlocked>>\ <div class="box"> <a data-passage="MiaHelpHomeworkRoom2" class="link-internal link-image" id="a-map"> <img src="./img/char/mia/scenes/gallerytumb/miastudiesfun.png" style="height: 200px"> </a> </div> <</if>>\ </div> <<set $Gallery to true>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #box { margin-left: -35%; position: relative; margin-right: 65%; } .img-content { position: absolute; top: 0; left: 0; z-index: 1; /* Coloca la imagen encima del contenido */ border-radius: 10px; border-right: 2px solid #eee; } #content-box { position: relative; z-index: 0; /* Sitúa el contenido detrás de la imagen */ background-color: #64779361; border: 2px solid #eee; border-radius: 10px; height: 200px; } .content-boxtext{ margin-top: -15%; margin-left: -70%; } #content-box span{ margin-left: 60%; display: block; } #name{ margin-top: 10px; margin-bottom: -20px; font-weight: bold; font-size: 20px; } #title-gallery{ margin-left: -35%; font-weight: bold; font-size: 40px; } .align { margin-left: -40%; display: flex; } .align-bottom { margin-top: -120px; margin-bottom: -30px; } .box { padding: 10px; margin: 10px -70px 10px 10px; text-align: center; min-width: 300px; min-height: 200px; max-width: 300px; max-height: 200px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 10px; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
[[Back|GalleryChar]] <div id="box"> <div id="content-box"> <img class="img-content" src="./img/char/rissa/rissa-cvt.jpg" width="180" height="200" /> <div class="content-boxtext"> <span id="name">Rissa</span> <span>She is my older $RissaRel. She behaves like a bitch, but I know deep down she is very affectionate.</span> <span style="float:right;margin-right:15px;margin-top: 30px;"><b style="color: #d2324f;">❤️ Love: $RissaLove</b><b style="color: #ca98a1;"> 💦 Lust: $RissaLust</b> </span> </div> </div> </div> \ <span id="title-gallery">Gallery</span> <div class="align"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/noscenes.jpg" style="height: 200px"> </a> </div> </div> <<set $Gallery to true>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #box { margin-left: -35%; position: relative; margin-right: 65%; } .img-content { position: absolute; top: 0; left: 0; z-index: 1; /* Coloca la imagen encima del contenido */ border-radius: 10px; border-right: 2px solid #eee; } #content-box { position: relative; z-index: 0; /* Sitúa el contenido detrás de la imagen */ background-color: #64779361; border: 2px solid #eee; border-radius: 10px; height: 200px; } .content-boxtext{ margin-top: -15%; margin-left: -70%; } #content-box span{ margin-left: 60%; display: block; } #name{ margin-top: 10px; margin-bottom: -20px; font-weight: bold; font-size: 20px; } #title-gallery{ margin-left: -35%; font-weight: bold; font-size: 40px; } .align { margin-left: -40%; display: flex; } .align-bottom { margin-top: -120px; margin-bottom: -30px; } .box { padding: 10px; margin: 10px -70px 10px 10px; text-align: center; min-width: 300px; min-height: 200px; max-width: 300px; max-height: 200px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 10px; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
[[Back|GalleryChar]] <div id="box"> <div id="content-box"> <img class="img-content" src="./img/char/blake/blake-cvt.jpg" width="180" height="200" /> <div class="content-boxtext"> <span id="name">Blake</span> <span>Blake is Marie's youngest daughter. She always gets good grades and doesn't hang out with bad influences. She's quite clever.</span> <<if $MarieHelp1>><span style="float:right;margin-right:15px;margin-top: 5px;"><b style="color: #d2324f;">❤️ Love: $BlakeLove</b><b style="color: #ca98a1;"> 💦 Lust: $BlakeLust</b></span><</if>> </div> </div> </div> \ <span id="title-gallery">Gallery</span> <div class="align"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/noscenes.jpg" style="height: 200px"> </a> </div> </div> <<set $Gallery to true>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #box { margin-left: -35%; position: relative; margin-right: 65%; } .img-content { position: absolute; top: 0; left: 0; z-index: 1; /* Coloca la imagen encima del contenido */ border-radius: 10px; border-right: 2px solid #eee; } #content-box { position: relative; z-index: 0; /* Sitúa el contenido detrás de la imagen */ background-color: #64779361; border: 2px solid #eee; border-radius: 10px; height: 200px; } .content-boxtext{ margin-top: -15%; margin-left: -70%; } #content-box span{ margin-left: 60%; display: block; } #name{ margin-top: 10px; margin-bottom: -20px; font-weight: bold; font-size: 20px; } #title-gallery{ margin-left: -35%; font-weight: bold; font-size: 40px; } .align { margin-left: -40%; display: flex; } .align-bottom { margin-top: -120px; margin-bottom: -30px; } .box { padding: 10px; margin: 10px -70px 10px 10px; text-align: center; min-width: 300px; min-height: 200px; max-width: 300px; max-height: 200px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 10px; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
[[Back|GalleryChar]] <div id="box"> <div id="content-box"> <img class="img-content" src="./img/char/mrsjane/mrsjane-cvt.jpg" width="180" height="200" /> <div class="content-boxtext"> <span id="name">Mrs. Jane</span> <span>Mrs. Jane is the university's director</span> <span style="float:right;margin-right:15px;margin-top: 60px;"><b style="color: #d2324f;">❤️ Love: $MrsJaneLove</b><b style="color: #ca98a1;"> 💦 Lust: $MrsJaneLust</b> </span> </div> </div> </div> \ <span id="title-gallery">Gallery</span> <div class="align"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/noscenes.jpg" style="height: 200px"> </a> </div> </div> <<set $Gallery to true>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #box { margin-left: -35%; position: relative; margin-right: 65%; } .img-content { position: absolute; top: 0; left: 0; z-index: 1; /* Coloca la imagen encima del contenido */ border-radius: 10px; border-right: 2px solid #eee; } #content-box { position: relative; z-index: 0; /* Sitúa el contenido detrás de la imagen */ background-color: #64779361; border: 2px solid #eee; border-radius: 10px; height: 200px; } .content-boxtext{ margin-top: -15%; margin-left: -70%; } #content-box span{ margin-left: 60%; display: block; } #name{ margin-top: 10px; margin-bottom: -20px; font-weight: bold; font-size: 20px; } #title-gallery{ margin-left: -35%; font-weight: bold; font-size: 40px; } .align { margin-left: -40%; display: flex; } .align-bottom { margin-top: -120px; margin-bottom: -30px; } .box { padding: 10px; margin: 10px -70px 10px 10px; text-align: center; min-width: 300px; min-height: 200px; max-width: 300px; max-height: 200px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 10px; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
<!-- This is a fixed older version passage V0.1R --> <<goto "McRoom">>
[[Back|GalleryChar]] <div id="box"> <div id="content-box"> <img class="img-content" src="./img/char/mandy/mandy-cvt.jpg" width="180" height="200" /> <div class="content-boxtext"> <span id="name">Mandy</span> <span>Mandy is my math teacher. I have to say she has a great body. She goes to the gym often.</span> <<if $UniversityFirstDay>><span style="float:right;margin-right:15px;margin-top: 35px;"><b style="color: #d2324f;">❤️ Love: $MandyLove</b><b style="color: #ca98a1;"> 💦 Lust: $MandyLust</b></span><</if>> </div> </div> </div> \ <span id="title-gallery">Gallery</span> <div class="align"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/noscenes.jpg" style="height: 200px"> </a> </div> </div> <<set $Gallery to true>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #box { margin-left: -35%; position: relative; margin-right: 65%; } .img-content { position: absolute; top: 0; left: 0; z-index: 1; /* Coloca la imagen encima del contenido */ border-radius: 10px; border-right: 2px solid #eee; } #content-box { position: relative; z-index: 0; /* Sitúa el contenido detrás de la imagen */ background-color: #64779361; border: 2px solid #eee; border-radius: 10px; height: 200px; } .content-boxtext{ margin-top: -15%; margin-left: -70%; } #content-box span{ margin-left: 60%; display: block; } #name{ margin-top: 10px; margin-bottom: -20px; font-weight: bold; font-size: 20px; } #title-gallery{ margin-left: -35%; font-weight: bold; font-size: 40px; } .align { margin-left: -40%; display: flex; } .align-bottom { margin-top: -120px; margin-bottom: -30px; } .box { padding: 10px; margin: 10px -70px 10px 10px; text-align: center; min-width: 300px; min-height: 200px; max-width: 300px; max-height: 200px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 10px; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
[[Back|GalleryChar]] <div id="box"> <div id="content-box"> <img class="img-content" src="./img/char/karlee/karlee-cvt.jpg" width="180" height="200" /> <div class="content-boxtext"> <span id="name">Karlee</span> <span>Karlee is my classmate. She recently moved to the city to study.</span> <span style="float:right;margin-right:15px;margin-top: 35px;"><b style="color: #d2324f;">❤️ Love: $KarleeLove</b><b style="color: #ca98a1;"> 💦 Lust: $KarleeLust</b> </span> </div> </div> </div> \ <span id="title-gallery">Gallery</span> <div class="align"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/noscenes.jpg" style="height: 200px"> </a> </div> </div> <<set $Gallery to true>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #box { margin-left: -35%; position: relative; margin-right: 65%; } .img-content { position: absolute; top: 0; left: 0; z-index: 1; /* Coloca la imagen encima del contenido */ border-radius: 10px; border-right: 2px solid #eee; } #content-box { position: relative; z-index: 0; /* Sitúa el contenido detrás de la imagen */ background-color: #64779361; border: 2px solid #eee; border-radius: 10px; height: 200px; } .content-boxtext{ margin-top: -15%; margin-left: -70%; } #content-box span{ margin-left: 60%; display: block; } #name{ margin-top: 10px; margin-bottom: -20px; font-weight: bold; font-size: 20px; } #title-gallery{ margin-left: -35%; font-weight: bold; font-size: 40px; } .align { margin-left: -40%; display: flex; } .align-bottom { margin-top: -120px; margin-bottom: -30px; } .box { padding: 10px; margin: 10px -70px 10px 10px; text-align: center; min-width: 300px; min-height: 200px; max-width: 300px; max-height: 200px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 10px; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
[[Back|GalleryChar]] <div id="box"> <div id="content-box"> <img class="img-content" src="./img/char/kelsi/kelsi-cvt.jpg" width="180" height="200" /> <div class="content-boxtext"> <span id="name">Kelsi</span> <span>Kelsi is the gym's owner.</span> <<if $GymFirstTime>><span style="float:right;margin-right:15px;margin-top: 60px;"><b style="color: #d2324f;">❤️ Love: $KelsiLove</b><b style="color: #ca98a1;"> 💦 Lust: $KelsiLust</b></span><</if>> </div> </div> </div> \ <span id="title-gallery">Gallery</span> <div class="align"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/noscenes.jpg" style="height: 200px"> </a> </div> </div> <<set $Gallery to true>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #box { margin-left: -35%; position: relative; margin-right: 65%; } .img-content { position: absolute; top: 0; left: 0; z-index: 1; /* Coloca la imagen encima del contenido */ border-radius: 10px; border-right: 2px solid #eee; } #content-box { position: relative; z-index: 0; /* Sitúa el contenido detrás de la imagen */ background-color: #64779361; border: 2px solid #eee; border-radius: 10px; height: 200px; } .content-boxtext{ margin-top: -15%; margin-left: -70%; } #content-box span{ margin-left: 60%; display: block; } #name{ margin-top: 10px; margin-bottom: -20px; font-weight: bold; font-size: 20px; } #title-gallery{ margin-left: -35%; font-weight: bold; font-size: 40px; } .align { margin-left: -40%; display: flex; } .align-bottom { margin-top: -120px; margin-bottom: -30px; } .box { padding: 10px; margin: 10px -70px 10px 10px; text-align: center; min-width: 300px; min-height: 200px; max-width: 300px; max-height: 200px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 10px; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
[[Back|GalleryChar]] <div id="box"> <div id="content-box"> <img class="img-content" src="./img/char/angela/angela-cvt.jpg" width="180" height="200" /> <div class="content-boxtext"> <span id="name">Angela</span> <span>Angela is the Cafe's owner.</span> <<if $CafeFirst>><span style="float:right;margin-right:15px;margin-top: 60px;"><b style="color: #d2324f;">❤️ Love: $AngelaLove</b><b style="color: #ca98a1;"> 💦 Lust: $AngelaLust</b></span><</if>> </div> </div> </div> \ <span id="title-gallery">Gallery</span> <div class="align"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/noscenes.jpg" style="height: 200px"> </a> </div> </div> <<set $Gallery to true>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #box { margin-left: -35%; position: relative; margin-right: 65%; } .img-content { position: absolute; top: 0; left: 0; z-index: 1; /* Coloca la imagen encima del contenido */ border-radius: 10px; border-right: 2px solid #eee; } #content-box { position: relative; z-index: 0; /* Sitúa el contenido detrás de la imagen */ background-color: #64779361; border: 2px solid #eee; border-radius: 10px; height: 200px; } .content-boxtext{ margin-top: -15%; margin-left: -70%; } #content-box span{ margin-left: 60%; display: block; } #name{ margin-top: 10px; margin-bottom: -20px; font-weight: bold; font-size: 20px; } #title-gallery{ margin-left: -35%; font-weight: bold; font-size: 40px; } .align { margin-left: -40%; display: flex; } .align-bottom { margin-top: -120px; margin-bottom: -30px; } .box { padding: 10px; margin: 10px -70px 10px 10px; text-align: center; min-width: 300px; min-height: 200px; max-width: 300px; max-height: 200px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 10px; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
[[Back|GalleryChar]] <div id="box"> <div id="content-box"> <img class="img-content" src="./img/char/eliza/eliza-cvt.jpg" width="180" height="200" /> <div class="content-boxtext"> <span id="name">Eliza</span> <span>Eliza works at the Cafe in the afternoons. She also studies at the university.</span> <<if $CafeFirst>><span style="float:right;margin-right:15px;margin-top: 30px;"><b style="color: #d2324f;">❤️ Love: $ElizaLove</b><b style="color: #ca98a1;"> 💦 Lust: $ElizaLust</b></span><</if>> </div> </div> </div> \ <span id="title-gallery">Gallery</span> <div class="align"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/noscenes.jpg" style="height: 200px"> </a> </div> </div> <<set $Gallery to true>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #box { margin-left: -35%; position: relative; margin-right: 65%; } .img-content { position: absolute; top: 0; left: 0; z-index: 1; /* Coloca la imagen encima del contenido */ border-radius: 10px; border-right: 2px solid #eee; } #content-box { position: relative; z-index: 0; /* Sitúa el contenido detrás de la imagen */ background-color: #64779361; border: 2px solid #eee; border-radius: 10px; height: 200px; } .content-boxtext{ margin-top: -15%; margin-left: -70%; } #content-box span{ margin-left: 60%; display: block; } #name{ margin-top: 10px; margin-bottom: -20px; font-weight: bold; font-size: 20px; } #title-gallery{ margin-left: -35%; font-weight: bold; font-size: 40px; } .align { margin-left: -40%; display: flex; } .align-bottom { margin-top: -120px; margin-bottom: -30px; } .box { padding: 10px; margin: 10px -70px 10px 10px; text-align: center; min-width: 300px; min-height: 200px; max-width: 300px; max-height: 200px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 10px; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
[[Back|GalleryChar]] <div id="box"> <div id="content-box"> <img class="img-content" src="./img/char/eva/eva-cvt.jpg" width="180" height="200" /> <div class="content-boxtext"> <span id="name">Eva</span> <span>Eva works at the store in the mall.</span> <<if $EvaMeet>><span style="float:right;margin-right:15px;margin-top: 60px;"><b style="color: #d2324f;">❤️ Love: $EvaLove</b><b style="color: #ca98a1;"> 💦 Lust: $EvaLust</b></span><</if>> </div> </div> </div> \ <span id="title-gallery">Gallery</span> <div class="align"> <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/noscenes.jpg" style="height: 200px"> </a> </div> </div> <<set $Gallery to true>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #box { margin-left: -35%; position: relative; margin-right: 65%; } .img-content { position: absolute; top: 0; left: 0; z-index: 1; /* Coloca la imagen encima del contenido */ border-radius: 10px; border-right: 2px solid #eee; } #content-box { position: relative; z-index: 0; /* Sitúa el contenido detrás de la imagen */ background-color: #64779361; border: 2px solid #eee; border-radius: 10px; height: 200px; } .content-boxtext{ margin-top: -15%; margin-left: -70%; } #content-box span{ margin-left: 60%; display: block; } #name{ margin-top: 10px; margin-bottom: -20px; font-weight: bold; font-size: 20px; } #title-gallery{ margin-left: -35%; font-weight: bold; font-size: 40px; } .align { margin-left: -40%; display: flex; } .align-bottom { margin-top: -120px; margin-bottom: -30px; } .box { padding: 10px; margin: 10px -70px 10px 10px; text-align: center; min-width: 300px; min-height: 200px; max-width: 300px; max-height: 200px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 10px; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
<center><span class="title">Be careful!</span><center> <center style="color:#eee;font-size:20px;">Are you sure you want to return to the main menu? Unsaved data will be lost.</center> <center>[[Accept|MainMenu]]<span class="buttom"></span><<back>></center> <style> body { background-image: url('./img/places/city/bg/city.webp'); background-size: cover; background-repeat: no-repeat; } span.title{ font-size: 80px; font-weight: bold; color:black; } span.buttom{ padding-right: 20px; padding-left: 20px; } #story{ margin-left: 0px; } .passage{ padding-top: 20%; } #ui-bar { display: none; } </style>
<<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> \ <<if $runDaily == 0>> \ <<goto "RunParkEvents">> <<elseif $runDaily > 0>> \ <div id="box-comment">You already ran today</div> [[Back|Park]] <<else>> \ <<set $runDaily to 0>><<goto "RunPark">> \ <</if>> \ <<else>> \ <div id="box-comment">It's to late to running</div> [[Back|Park]] <</if>> \ /* RunEventsRandom*/<<set $RunEvent to random(0, 10)>><<set $RunEventMoney to random(5, 50)>> \ /*DAY*/ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> <style> body { background-image: url('./img/places/park/bg/park.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style> /*NIGHT*/ <<else>> <style> body { background-image: url('./img/places/park/bg/park-night.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style> <</if>>
<div id="box-comment">You arrive at the university and check your schedule</div> <<say $mcname>><em>*Damn, today I have PE*</em><</say>> <<say $mcname>><em>*I'm not in good physical shape*</em><</say>> <div id="box-comment">At the moment, you hear Bobby talking to you.</div> <<bobby>>Hey dude!<</bobby>> <<say $mcname>>Yo bro<</say>> <<bobby>>What's up? You seem a bit worried<</bobby>> <<say $mcname>>We have PE class now<</say>> <<bobby>>Seriously? That is awesome bro!<</bobby>> <<bobby>>Where's the problem?<</bobby>> <<say $mcname>>I don't want to make a fool of myself<</say>> <<bobby>>What the hell, man? Haven't you seen the rest of our class?<</bobby>> <<bobby>>I would say that some roll more than a fucking ball<</bobby>> <<say $mcname>>You're right, some have worse physical shape than us<</say>> <<bobby>>You worry about nothing, bro<</bobby>> <<say $mcname>>I know, I'm an idiot<</say>> <<bobby>>Tell me something I don't know<</bobby>> <<say $mcname>>Fuck you<</say>> <<bobby>>Hahahaha<</bobby>> <<bobby>>So, are we heading to the sports field?<</bobby>> <<say $mcname>>Yeah, let's go<</say>> [[Continue|UniversitySportFirstDay2]] <style> body { background-image: url('./img/places/university/bg/university.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Both arrive at the sports field</div> <<bobby>>Dammit, the sports field is huge<</bobby>> <<say $mcname>>You bet<</say>> <<bobby>>Imagine getting into the university's rugby team, we'd have thousands watching us<</bobby>> <<bobby>>And pussies waiting for us<</bobby>> <<say $mcname>>What the fuck man?<</say>> <<say $mcname>>Well, you're right. It would be impressive<</say>> <<bobby>>Admit it, bro, we're both really pervs<</bobby>> <<say $mcname>>Speak for yourself<</say>> <<bobby>>Grab me this<</bobby>> <div id="box-comment">Bobby says it while he grabs his dick</div> [[Continue|UniversitySportFirstDay3]] <style> body { background-image: url('./img/places/university/bg/sportfield.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Both of you see how the students are heading towards a certain point in the sports field</div> <<say $mcname>>I guess we should go where they're heading<</say>> <<bobby>>Yeah, let's go<</bobby>> <div id="box-comment">You're on your way to that point</div> <<bobby>>I hope we get a female teacher<</bobby>> <<bobby>>Female PE teachers are in good shape<</bobby>> <<say $mcname>>Yes, they are. I hope we get one<</say>> <<bobby>>And that she's got some good tits<</bobby>> <<say $mcname>>I pray for that, to see that pair of bouncing boobs while she demonstrates some exercise<</say>> <<bobby>>Hahaha man. You see, you're a pervert like me<</bobby>> <<bobby>>I'm proud<</bobby>> <<say $mcname>>Fuck you<</say>> [[Continue|UniversitySportFirstDay4]] <style> body { background-image: url('./img/places/university/bg/sportfield.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You finally arrive at the place</div> <div id="box-comment">And you see a woman in the middle of the circle of students</div> <center><img src="./img/char/amelia/events/ameliaunisport.jpg" width="300" height="250" style="border:2px solid black;border-radius:5px;"/></center> <<say 'girl' './img/char/amelia/amelia-cvt.jpg'>>Great, it looks like we're all here<</say>> <<amelia>>I'm Amelia, and I'll be your PE teacher<</amelia>> <center><p class="added-list">Amelia is added to list</p></center> <<bobby>><em>*whisper*</em> Shit man, she isn't wearing a bra<</bobby>> <<say $mcname>> <em>*whisper* </em> I know, all her nipples are marked<</say >> <<bobby>><em>*whisper*</em> Right now, I could lift a weight with my dick<</bobby>> <<amelia>>As this is our first class, we're going to the gym next to the sports field<</amelia>> <<amelia>>We'll go to the changing rooms, and each student will have their gear in the locker<</amelia>> <<amelia>>Of course, respecting genders, girls will go to one and boys to another<</amelia>> <<bobby>><em>*whisper*</em> Damn<</bobby>> [[Continue|UniversitySportFirstDay5]] <<if not $Gallery>><<set $AmeliaLove to 0>><<set $AmeliaLust to 0>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfield.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Everyone heads to their designated changing rooms and changes clothes</div> <div id="box-comment">Once everyone has changed, gather in the gym</div> <<bobby>><em>*whisper*</em> Come here man, check out the outfit the teacher's wearing<</bobby>> <div id="box-comment">You look at the teacher</div> <center><img src="./img/char/amelia/events/ameliagym.jpg" width="360" height="400" style="border:2px solid black;border-radius:5px;"/></center> <<say $mcname>><em>*whisper*</em> She is fucking hot<</say>> <<bobby>><em>*whisper*</em> Right? We'll definitely enjoy the classes<</bobby>> [[Continue|UniversitySportFirstDay6]] <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">The teacher starts the class</div> <<amelia>>Alright, since it's our first day of class, let's do something light and easy<</amelia>> <<amelia>>Then let's each grab a resistance band<</amelia>> <div id="box-comment">You grab a resistance band</div> <<amelia>>And we're going to do some stretching exercises<</amelia>> <<amelia>>Repeat with me<</amelia>> <div id="box-comment">You focus on the teacher</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliastretch.mp4" type="video/mp4"> </video></center> <<bobby>><em>*whisper*</em> This is my new fucking favorite class and teacher<</bobby>> <<say $mcname>><em>*whisper*</em> Didn't you like the math class and Mandy?<</say>> <<bobby>><em>*whisper*</em> I can't choose, it's like choosing between tits and ass<</bobby>> [[Continue|UniversitySportFirstDay7]] <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You focus more closer on the teacher</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliastretch1.mp4" type="video/mp4"> </video></center> <<bobby>><em>*whisper*</em> I can't man<</bobby>> <<say $mcname>><em>*whisper*</em> It's incredible<</say>> <center><p class="pos-lust">💦 +10 Lust</p></center> <<bobby>><em>*whisper*</em> I prefer to watch her rather than doing it<</bobby>> <<say $mcname>><em>*whisper*</em> Shh, she's going to change the exercise<</say>> <<bobby>><em>*whisper*</em> Oh shit, let's pay attention then <</bobby>> [[Continue|UniversitySportFirstDay8]] <<if not $Gallery>><<set $lust +=10>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Amelia stops</div> <<amelia>>Great, everyone. Let's take a little break and then move on to another exercise<</amelia>> <div id="box-comment">You rest for a minute</div> <<amelia>>Okay, now watch and repeat the exercise<</amelia>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliastretch2.mp4" type="video/mp4"> </video></center> <<bobby>><em>*whisper*</em> As soon as I get home, the first thing I'll do is go up to my room<</bobby>> <<say $mcname>><em>*whisper*</em> Me too<</say>> <center><p class="pos-lust">💦 +10 Lust</p></center> <div id="box-comment">After a few exercises, the class finishes</div> [[Continue|UniversitySportFirstDay9]] <<if not $Gallery>><<set $lust +=10>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">After a few exercises, the class finishes</div> <<amelia>>That's it for today, everyone did great<</amelia>> <<amelia>>Don't hesitate to attend this class to get in shape<</amelia>> <<bobby>><em>*whisper*</em> I won't hesitate<</bobby>> <<amelia>>And most importantly, we have a rugby team and cheerleaders<</amelia>> <<amelia>>Anyone is free to sign up, but keep in mind that you must pass the selection process to join the team<</amelia>> <<bobby>><em>*whisper*</em> We should join the rugby team, man<</bobby>> <<bobby>><em>*whisper*</em> Even if we make it, we might get closer to that blonde goddess<</bobby>> <<say $mcname>><em>*whisper*</em> Yeah, we should give it a try<</say>> <<amelia>>And that's it for today, have a good day<</amelia>> [[Continue|UniversitySportFirstDay10]] <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">The class ends and everyone leaves. You and Bobby head out to the sports field</div> <<bobby>>I have to run home or I'll explode<</bobby>> <<say $mcname>>Enjoy, buddy<</say>> <<bobby>>Don't lie, you will too<</bobby>> <<say $mcname>>Maybe<</say>> <<bobby>>Hahaha. See ya man<</bobby>> <div id="box-comment">Bobby leaves</div> <<say $mcname>><em>*Well, the class has been great, especially the teacher, she's amazing*</em><</say>> <<say $mcname>><em>*Even though I've been looking at her more, I still feel like the workout had an effect on me*</em><</say>> <center><p class="pos-stat">💪 +1 Strength</p></center> <<say $mcname>><em>*But I also feel a bit tired and dirty*</em><</say>> <center><p class="added-list">⚡ -20 Energy</p></center> <<say $mcname>><em>*I should attend these classes more often and try to join the rugby team*</em><</say>> <<say $mcname>><em>*There's so much to do... Sigh*</em><</say>> <<if not $Gallery>>[[Continue|CityMap]]<<else>>[[Finish Replay|GalleryAmelia]][[Another Scene|AmeliaHelpGallerySelect]]<</if>> <<if not $Gallery>><<set $strength +=1>><<set $energy -=20>> <<set $UniversitySportFirstDay to true>><<set $hour = "Evening">><</if>> <style> body { background-image: url('./img/places/university/bg/sportfield.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
[[Back|GalleryChar]] <div id="box"> <div id="content-box"> <img class="img-content" src="./img/char/amelia/amelia-cvt.jpg" width="180" height="200" /> <div class="content-boxtext"> <span id="name">Amelia</span> <span>Amelia is my PE teacher.</span> <<if $UniversitySportFirstDay>><span style="float:right;margin-right:15px;margin-top: 65px;"><b style="color: #d2324f;">❤️ Love: $AmeliaLove</b><b style="color: #ca98a1;"> 💦 Lust: $AmeliaLust</b></span><</if>> </div> </div> </div> \ <span id="title-gallery">Gallery</span> <div class="align"> <<if not $UniversitySportFirstDay and not $GalleryUnlocked>>\ <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/lockscene.jpg" style="height: 200px"> </a> </div> <<elseif $UniversitySportFirstDay or $GalleryUnlocked>>\ <div class="box"> <a data-passage="AmeliaHelpGallerySelect" class="link-internal link-image" id="a-map"> <img src="./img/char/amelia/scenes/gallerytumb/ameliagym.png" style="height: 200px"> </a> </div> <</if>>\ </div> <<set $Gallery to true>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #box { margin-left: -35%; position: relative; margin-right: 65%; } .img-content { position: absolute; top: 0; left: 0; z-index: 1; /* Coloca la imagen encima del contenido */ border-radius: 10px; border-right: 2px solid #eee; } #content-box { position: relative; z-index: 0; /* Sitúa el contenido detrás de la imagen */ background-color: #64779361; border: 2px solid #eee; border-radius: 10px; height: 200px; } .content-boxtext{ margin-top: -15%; margin-left: -70%; } #content-box span{ margin-left: 60%; display: block; } #name{ margin-top: 10px; margin-bottom: -20px; font-weight: bold; font-size: 20px; } #title-gallery{ margin-left: -35%; font-weight: bold; font-size: 40px; } .align { margin-left: -40%; display: flex; } .align-bottom { margin-top: -120px; margin-bottom: -30px; } .box { padding: 10px; margin: 10px -70px 10px 10px; text-align: center; min-width: 300px; min-height: 200px; max-width: 300px; max-height: 200px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 10px; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
<<if _currentTime() eq "Evening" or _currentTime() eq "Night" or _currentTime() eq "Late Night">> \ <<goto "University">> \ <<elseif _currentTime() eq "Morning">> \ <<if not $AmeliaHelp3>> \ <div id="box-comment">You're in the Sport Field's Gym</div> <div id="box-comment">There are several students exercising, and Amelia is also there</div> <center><img src="./img/char/amelia/events/ameliagym.jpg" width="360" height="400" style="border:2px solid #eee;border-radius:5px;"/></center> [[Sport Field|UniversitySportField]][[Exercise|SportFieldGymExercise]] <<else>> \ <div id="box-comment">You're in the Sport Field's Gym</div> <div id="box-comment">There are several students exercising, and Amelia is also there</div> <div class="align"> \ <div class="box"> \ <a data-passage="AmeliaTalkGym" class="link-internal link-image" id="a-map">\ <img src="./img/char/amelia/amelia-cvt.jpg" style="height: 80px"> </a> \ </div> \ </div> \ [[Sport Field|UniversitySportField]][[Exercise|SportFieldGymExercise]] <</if>> <<else>>\ <div id="box-comment">You're in the Sport Field's Gym</div> [[Sport Field|UniversitySportField]] <</if>>\ <<set $BackPassage to "SportFieldGym">> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } @-moz-document url-prefix() { .align { display: flex !important; margin-top: 0 !important; justify-content: center; align-items: center; } } .align { display: flex; margin-top: 20px; justify-content: center; align-items: center; } @-moz-document url-prefix() { .align-bottom { margin-top: -120px !important; margin-bottom: -30px !important; } } .align-bottom { margin-top: -100px; margin-bottom: -60px; } .box { padding: 10px; margin: 10px -30px 10px 10px; text-align: center; min-width: 100px; min-height: 100px; max-width: 100px; max-height: 100px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } .box a#a-map { background: none; } .box a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 50%; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } </style>
/*1st Align*/ <div class="align"> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="CityMap" class="link-internal link-image" id="a-map"> <img src="./img/places/city/bg/city.webp" style="max-height: 150px"> <span class="span-map">City</span> </a> </div> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="DarkStreetWarehouse" class="link-internal link-image" id="a-map"> <img src="./img/places/darkstreet/bg/warehouse.webp" style="max-height: 150px"> <span class="span-map">Warehouse</span> </a> </div> <<if _currentTime() eq "Night" or _currentTime() eq "Late Night">> <div class="box"> <span id="charlocation"><img class="char" style="border:none;" src="./img/ui/fix.png"/></span> <a data-passage="StrangeGuyShop" class="link-internal link-image" id="a-map"> <img src="./img/places/darkstreet/strangeguy.jpg" style="max-height: 150px"> <span class="span-map">Strange Guy</span> </a> </div> <</if>> </div> <<set $BackPassage to "DarkStreet">> /*DAY*/ <<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon" or _currentTime() eq "Evening">> <style> body { background-image: url('./img/places/darkstreet/bg/darkstreet.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; } .align { display: flex; justify-content: center; align-items: center; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style> /*NIGHT*/ <<else>> <style> body { background-image: url('./img/places/darkstreet/bg/darkstreet-night.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-bottom: -30px; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } span img.char{ margin-right: 1px; width: 25px; height: 25px; float: center; } </style> <</if>>
<div id="box-comment">You run through the park</div> <details><summary><a><b><em>Events Probability</em></b></a></summary> <div style="background:#394960c9;border:2px solid black;border-radius:10px;padding:10px;margin-right:70%;">• 10% find money (5$-50$) • 40% find any girl • 50% nothing happen </div></details> <center><img src="./img/places/park/bg/running.jpg" width="250" height="250" style="border:2px solid black;border-radius:5px;"/></center> <center><p class="pos-stat">🏃 +1 Resistance</p><p class="added-list">⚡ -20 Energy</p></center> <<if $RunEvent is 0>> \ <div id="box-comment">While you were running, you found <b>$RunEventMoney $</b></div> <center><p class="pos-stat">💵 +$RunEventMoney $</p></center> <<set $money +=$RunEventMoney>> \ [[Continue|Park]] <<elseif $RunEvent is 1>> \ <div id="box-comment">While you were running, you found a hot girl</div> <center><video width="600" height="400" autoplay loop> \ <source src="./img/places/park/events/randomgirl1.mp4" type="video/mp4"> </video></center> \ [[Continue|Park]] <<elseif $RunEvent is 2>> \ <div id="box-comment">While you were running, you found a hot girl</div> <center><video width="600" height="400" autoplay loop> \ <source src="./img/places/park/events/randomgirl2.mp4" type="video/mp4"> </video></center> \ [[Continue|Park]] <<elseif $RunEvent is 3>> \ <div id="box-comment">While you were running, you found a hot girl</div> <center><video width="600" height="400" autoplay loop> \ <source src="./img/places/park/events/randomgirl3.mp4" type="video/mp4"> </video></center> \ <<say $mcname>><em>*What the... why is she running nude?*</em><</say>> <<say $mcname>><em>*Although I'm not complaining about it...*</em><</say>> [[Continue|Park]] <<elseif $RunEvent is 4>> \ <div id="box-comment">While you were running, you found a hot girl</div> <center><video width="600" height="400" autoplay loop> \ <source src="./img/places/park/events/randomgirl4.mp4" type="video/mp4"> </video></center> \ [[Continue|Park]] <<elseif $RunEvent is 5>> \ <div id="box-comment">While you were running, you found a hot girl</div> <center><video width="600" height="400" autoplay loop> \ <source src="./img/places/park/events/randomgirl5.mp4" type="video/mp4"> </video></center> \ [[Continue|Park]] <<else>> [[Continue|Park]] <</if>> \ \ <<set $runDaily to 1>><<set $resistance += 1>><<set $energy -= 20>><<set _nextTime()>>\ <style> body { background-image: url('./img/places/park/bg/park.webp'); background-size: cover; background-repeat: no-repeat; } summary a{ color: #eee; background:#394960c9; border: 1px solid black; border-radius:10px; padding:8px; } summary a:hover{ color: #e1db24; text-decoration: none; } .uibuttoms { display: none; } </style>
<div style="margin-right:25%;margin-left:25%;"><<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Hey Buddy, What are you interested in?<</say>> <div id="future-implement">This event will be implemented in a future version</div> [[To Dark Street|DarkStreet]] /*Events*/ <<if not $StrangeGuyFirst>> <<goto "StrangeGuyFirst">> <</if>> <<if $StrangeGuyFirst and not $StrangeGuyTask1>> <<goto "StrangeGuyTask1">> <</if>> <<if $StrangeGuyTask1 and not $StrangeGuyRissaRoomKey>> <<goto "StrangeGuyRissaRoomKey">> <</if>> <<set $BackPassage to "StrangeGuyShop">> <style> body { background-image: url('./img/places/darkstreet/bg/darkstreet-night.webp'); background-size: cover; background-repeat: no-repeat; } #passages { max-width: 90em; } #align { display: flex; flex-wrap: wrap; justify-content: center; /* Centra horizontalmente */ align-items: center; /* Centra verticalmente */ } #a-map{ margin-left: -12px; font-weight: normal; color: white; background: none; } #a-map:hover{ color: black; } .box { display: flex; align-items: center; min-width: 22%; max-width: 22%; min-height: 22%; max-height: 22%; padding: 5px; margin-right: 5px; margin-bottom: 10px; border: 1px solid #eee; border-radius: 20px; background-color: rgba(39, 74, 87, 0.7); box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; } .box img { min-width: 25%; max-width: 25%; border: 2px solid #eee; border-radius: 2px; margin-right: 1em; } .box-content { margin-top: -30px; flex: 1; padding: 15px; } </style>
<div id="box-comment">You see a strange guy leaning against the wall</div> <div id="box-comment">He notices that you are looking at him</div> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Hey, Do you have any problem?<</say>> <<say $mcname>>Oh no, I'm sorry, I was just passing by<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Relax, I'm not going to do anything to you<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Are you interested in buying some things from me?<</say>> <<say $mcname>>No, thank you, I don't take drugs<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Hahaha. No man, I don't sell drugs<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Well, I mean I don't just sell that<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>I have more things. I can even get you things that are hard to find or make<</say>> <div id="box-comment">Suddenly, something crosses your mind</div> <<say $mcname>><em>*Maybe I can manage to steal Rissa's room key and have this guy replicate it for me*</em><</say>> <<say $mcname>>What do you have?<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>I need to know if I can trust you first<</say>> <<say $mcname>>How do I show it?<</say>> [[Continue|StrangeGuyFirst2]] <style> body { background-image: url('./img/places/darkstreet/bg/darkstreet-night.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">The strange guy puts his hand in the hoodie pocket</div> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>I need you to do something for me<</say>> <div id="box-comment">You think about it but remain somewhat undecided</div> <<say $mcname>>What do I have to do?<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>The police have been keeping an eye on me lately when I go through that area<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Which makes it difficult for me to conduct certain businesses<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>So you just have to drop something off for me and collect the money<</say>> <<say $mcname>>What thing? Won't the police arrest me?<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>I understand your concern, but they won't, they simply won't suspect you<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Look, it's just about delivering this<</say>> <div id="box-comment">The strange guy takes out a pen from his pocket</div> <center><img src="./img/places/darkstreet/pen.jpg" width="280" height="200" style="border:2px solid #eee;border-radius:5px;"/></center> <<say $mcname>>A pen? Is that why you think you'll get arrested?<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>No, they will just suspect because I frequent that area, so I'm trying not to do it<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Even if it's just a pen, they might stop me to examine it<</say>> [[Continue|StrangeGuyFirst3]] <style> body { background-image: url('./img/places/darkstreet/bg/darkstreet-night.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You nod at what he's saying and start to understand his situation</div> <<say $mcname>>I'm a bit worried about that pen<</say>> <<say $mcname>>It won't explode or anything, right?<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Hahaha. No<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>It's not just a pen, it's a pen with a spy camera<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>I have to deliver it to a... let's say, an important businessman<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Well, the one picking it up will be someone close to him<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>So you just have to deliver it to that person<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Once you do, I'll pay you and give you some of my products as a gift<</say>> <<say $mcname>>Doesn't seem difficult, so I accept<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>That's it, man<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Just deliver this pen <b>at the park in the evening</b><</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Once you do it, come see me, and you'll receive your reward<</say>> <<say $mcname>>How will I know who they are?<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>><b>He's an old man with a white beard, bald, and wearing sunglasses</b><</say>> <<say $mcname>>Noted<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Ah, and don't worry, they've already paid me a part, so you don't have to collect anything from him<</say>> <div id="box-comment">You nod and leave</div> <center><p class="added-list">Spy Pen added to inventory</p></center> [[Continue|DarkStreet]] <<set $StrangeGuyFirst to true>> <style> body { background-image: url('./img/places/darkstreet/bg/darkstreet-night.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if not $PenDelivered>> \ <div id="box-comment">You approach the strange guy</div> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Have you delivered it already?<</say>> <<say $mcname>>No<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Come when you've done it<</say>> [[Ok|DarkStreet]] <<else>> \ <div id="box-comment">You approach the strange guy</div> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Have you delivered it already?<</say>> <<say $mcname>>Yes<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Thank you, buddy. Here's your payment<</say>> <div id="box-comment">He hands you the money</div> <center><p class="pos-stat">💵 +200 $</p></center> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Easy money, isn't it?<</say>> <<say $mcname>>Quite a lot. If you have more jobs like this, I'll gladly do them<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Hahaha. I'll keep that in mind<</say>> [[Continue|StrangeGuyTask1Success]] <<set $money +=200>> \ <</if>> \ <style> body { background-image: url('./img/places/darkstreet/bg/darkstreet-night.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You walk around the park</div> <div id="box-comment">You watch people who match the description given by the strange guy</div> <<say $mcname>><em>*There are some who have the same characteristics*</em><</say>> <<say $mcname>><em>*I will focus on the details he told me*</em><</say>> <<say $mcname>><em>*He told me it was an old man with a white beard and...*</em><</say>> <div class="align"> <div class="box"> <a data-passage="StrangeGuyTask1MissionSuccess" class="link-internal link-image" id="a-map"> <img src="./img/places/park/events/strangeguytask1-man1.jpg" style="height: 80px"> </a> </div> <div class="box"> <a data-passage="StrangeGuyTask1MissionFail" class="link-internal link-image" id="a-map"> <img src="./img/places/park/events/strangeguytask1-man2.jpg" style="height: 80px"> </a> </div> <div class="box"> <a data-passage="StrangeGuyTask1MissionFail" class="link-internal link-image" id="a-map"> <img src="./img/places/park/events/strangeguytask1-man3.jpg" style="height: 80px"> </a> </div> <div class="box"> <a data-passage="StrangeGuyTask1MissionFail" class="link-internal link-image" id="a-map"> <img src="./img/places/park/events/strangeguytask1-man4.jpg" style="height: 80px"> </a> </div> </div> [[Park]] <style> body { background-image: url('./img/places/park/bg/park.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } @-moz-document url-prefix() { .align { display: flex !important; margin-top: 0 !important; justify-content: center; align-items: center; } } .align { display: flex; margin-top: 20px; justify-content: center; align-items: center; } @-moz-document url-prefix() { .align-bottom { margin-top: -120px !important; margin-bottom: -30px !important; } } .align-bottom { margin-top: -100px; margin-bottom: -60px; } .box { padding: 10px; margin: 10px -30px 10px 10px; text-align: center; min-width: 100px; min-height: 100px; max-width: 100px; max-height: 100px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 50%; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
<div id="box-comment">You approach the older man</div> <<say $mcname>><em>*No, that's not the old man the strange boy described to me*</em><</say>> <<say $mcname>><em>*I've wasted quite a bit of time searching*</em><</say>> <<say $mcname>><em>*I think I'll try it tomorrow again*</em><</say>> <center><p class="failed-event">Event Failed</p></center> [[Continue|Park]] <<set _nextTime()>> <style> body { background-image: url('./img/places/park/bg/park.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You approach the older man</div> <<say 'Strange Guy' './img/places/park/events/strangeguytask1-man1.jpg'>>You finally bring it<</say>> <<say $mcname>>I had some issues<</say>> <<say 'Strange Guy' './img/places/park/events/strangeguytask1-man1.jpg'>>I don't care<</say>> <<say 'Strange Guy' './img/places/park/events/strangeguytask1-man1.jpg'>>Give me that pen<</say>> <div id="box-comment">You give the Spy Pen to the man</div> <center><p class="failed-event">Spy Pen delivered</p></center> <<say 'Strange Guy' './img/places/park/events/strangeguytask1-man1.jpg'>>Alright, the payment has been transferred. It's been a pleasure<</say>> <div id="box-comment">The man leaves</div> <<say $mcname>><em>*What a kind man...*</em><</say>> <<say $mcname>><em>*Alright, my part is done. I should let the strange guy know*</em><</say>> [[Continue|Park]] <<set $PenDelivered to true>><<set _nextTime()>> <style> body { background-image: url('./img/places/park/bg/park-night.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if _currentTime() eq "Early Morning" or _currentTime() eq "Morning" or _currentTime() eq "Afternoon">> \ <div id="box-comment"> You approach a warehouse on the dark street</div> <<say $mcname>><em>*Hmm... I shouldn't wander around here*</em><</say>> [[Back|DarkStreet]] <<else>> \ <div id="box-comment"> You approach a warehouse on the dark street</div> <div id="box-comment"> You realize that at this hour, someone is watching outside at the entrance</div> <center><img src="./img/places/darkstreet/securityguardwarehouse.jpg" width="200" height="200" style="border:2px solid #eee;border-radius:5px;"/></center> <<say 'Guard' './img/places/darkstreet/securityguardwarehouse.jpg'>>Are you lost?<</say>> <<say $mcname>> No, just passing through<</say>> <<say 'Guard' './img/places/darkstreet/securityguardwarehouse.jpg'>>Then keep on walking<</say>> <div id="box-comment">You continue on your path to avoid getting into trouble</div> <div id="future-implement">This event will be implemented in a future version</div> [[Continue|DarkStreet]] <</if>> \ <<set $BackPassage to "DarkStreetWarehouse">> <style> body { background-image: url('./img/places/darkstreet/bg/warehouse.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<div id="box-comment">You pocket the money</div> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>> Once you've done this for me, as I said, I'll give you something for free<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Tell me what you want, and I'll see if I can get it for you<</say>> <<say $mcname>>I want to replicate a key. Can you do that?<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Of course, man! Give me that key<</say>> <<say $mcname>>Alright... first, I'd have to get it<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Oh, then come back when you've got it<</say>> <<say $mcname>>I will<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>And remember, I'm only here at night<</say>> [[Continue|DarkStreet]] <<set $StrangeGuyTask1 to true>> <style> body { background-image: url('./img/places/darkstreet/bg/darkstreet-night.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if not $RissaRoomKey>> \ <div id="box-comment">You approach the strange guy</div> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Have you got that key?<</say>> <<say $mcname>>Not yet<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Come back when you have it<</say>> [[Ok|DarkStreet]] <<elseif $RissaRoomKey and not $CopyKeyRoomRissa>> \ <div id="box-comment">You approach the strange guy</div> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Have you got that key?<</say>> <<say $mcname>>Yeah, take it<</say>> <center><p class="failed-event">You hand him the key</p></center> <<say $mcname>>Can you make a copy right now? I need it before she notices it's missing<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>"Of course. If you hadn't told me last time, you would have had to wait one more day<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>So I brought along the key replicator with me<</say>> <<say $mcname>>Thank goodness<</say>> <div id="box-comment">The strange guy starts replicating the key</div> <div id="box-comment">You have no idea what he's doing, but it seems like he has good technology</div> [[Continue|StrangeGuyRissaRoomKey2]] <</if>> \ <style> body { background-image: url('./img/places/darkstreet/bg/darkstreet-night.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You head to the hallway</div> <<say $mcname>><em>*Um... I hear Rissa getting the bathroom ready for a shower*</em><</say>> <<say $mcname>><em>*I've noticed she goes back and forth between the bathroom and her room a few times to grab things*</em><</say>> <<say $mcname>><em>*Girl stuff, I guess...*</em><</say>> <div id="box-comment">She exits the bathroom again</div> <<say $mcname>>Hey older $RissaRel, are you done showering?<</say>> <<rissa>>No, I'm just going to grab a few things from my room<</rissa>> <div id="box-comment">She leaves to her room, and you follow her</div> [[Continue|RissaStealKey2]] <style> body { background-image: url('./img/places/home/bg/first-floor.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You arrive at her room</div> <div id="box-comment">She realizes you've followed her into the room and looks at you</div> <center><img src="./img/char/rissa/events/rissaroom.jpg" width="350" height="450" style="border:2px solid black;border-radius:5px;"/></center> <<rissa>>Do you need something?<</rissa>> <<say $mcname>>Would you like help carrying things?<</say>> <<rissa>>No, why the rush?<</rissa>> <<say $mcname>>I also need to take a shower<</say>> <<rissa>>Then wait for me to finish<</rissa>> <<say $mcname>>Do you think I'm going to wait for you?<</say>> <<rissa>>Fuck off<</rissa>> <<say $mcname>>Okay, I'll wait for you<</say>> <<rissa>>And leave<</rissa>> <div id="box-comment">You leave her room and wait for her, hidden in a corner of the hallway</div> [[Continue|RissaStealKey3]] <style> body { background-image: url('./img/places/home/bg/rissaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<set $stealth to 5>> <div id="box-comment">You wait for her to leave the room</div> <<say $mcname>><em>*She's locked the room. Let's see where she hides the key*</em><</say>> <<if $stealth >= 5>> \ <center><p class="pos-stat">🕶️ Enough Stealth Skills</p></center> <div id="box-comment">You notice that Rissa hides the key behind a painting in the hallway</div> <<say $mcname>><em>*Ok, She hides the key behind that painting*</em><</say>> <<say $mcname>><em>*But the strange guy is only around at night*</em><</say>> <<say $mcname>><em>*So, she'd notice the key missing until nighttime if I take it*</em><</say>> <<say $mcname>><em>*Perhaps I should take it when she leaves at night*</em><</say>> <<say $mcname>><em>*She usually goes out on <b>Saturday</b>*</em><</say>> <<say $mcname>><em>*Then I have a plan: steal it on <b>Saturday night</b> when she's not around*</em><</say>> [[Continue|HallwayMap]] <<set _nextTime()>><<set $RissaKeySpy to true>> \ <<else>> \ <center><p class="failed-event">🕶️ Not enough Stealth Skills (Stealth: $stealth / 5)</p></center> <div id="box-comment">Rissa realizes that you are hidden</div> <<rissa>>What the fuck are you doing? Are you spying on me?<</rissa>> <<say $mcname>>No, I was just passing by<</say>> <<rissa>>Sure... just stop acting like a idiot<</rissa>> <<say $mcname>><em>*Damn, I need to be more stealthy*</em><</say>> [[Continue|HallwayMap]] <<set _nextTime()>> \ <</if>> \ <style> body { background-image: url('./img/places/home/bg/first-floor.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You're getting ready to steal Rissa's room key</div> <<say $mcname>><em>*It's time to get that key, looks like Rissa is about to leave*</em><</say>> <<say $mcname>><em>*I'll take a look to make sure*</em><</say>> [[To Rissa's Room|RissaStealKeySuccess2]] <style> body { background-image: url('./img/places/home/bg/first-floor.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You approach Rissa's room</div> <div id="box-comment">And you see her wearing a dress</div> <center><img src="./img/char/rissa/events/rissanight.jpg" width="350" height="450" style="border:2px solid black;border-radius:5px;"/></center> <<say $mcname>>Hey $RissaRel, are you going out?<</say>> <<rissa>> You've been quite controlling lately<</rissa>> <<say $mcname>>In case you didn't know, I'm your $RissaMcRel, and I care about you<</say>> <<say $mcname>>Even if you act like a bitch<</say>> <<rissa>>Ohh, I'll take that as a compliment<</rissa>> <center><p class="pos-love">❤️ +2 Rissa's Love</p></center> <div id="box-comment">She's done getting ready</div> <<rissa>>Can I pass? I have plans with my friends<</rissa>> <div id="box-comment">You both leave the room at the same time</div> <div id="box-comment">You walking out ahead of her, and she closes the door</div> <<say $mcname>>Alright, have a good time<</say>> <<say $mcname>><em>*I'll go to my room so that she can hide the key*</em><</say>> <div id="box-comment">You go to your room</div> [[To your room|RissaStealKeySuccess3]] <<set $RissaLove +=2>> <style> body { background-image: url('./img/places/home/bg/rissaroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">After a while, you leave your room and head towards the painting</div> <<say $mcname>><em>*Okay, time to grab the key*</em><</say>> <div id="box-comment">You reach behind the painting and grab the key</div> <<say $mcname>><em>*Got it! It's time to take it to the strange guy*</em><</say>> <<say $mcname>><em>*Should make a copy before she returns*</em><</say>> <<say $mcname>><em>*She usually arrives very late, but it's better to make the copy before I go to sleep*</em><</say>> <center><p class="added-list">Rissa's room key added to inventory</p></center> [[Continue|HallwayMap]] <<set $RissaRoomKey to true>><<set $NoSleep to true>> <style> body { background-image: url('./img/places/home/bg/first-floor.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">After a while, the strange guy gives you the replicated key</div> <center><p class="added-list">Rissa's room key added to inventory</p><p class="added-list">Rissa's room key (replica) added to inventory</p></center> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Be careful, it's a bit hot, buddy<</say>> <<say $mcname>>Thank you<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Debt settled. Feel free to come to me if you want to buy something from my inventory from now on<</say>> <<say 'Strange Guy' './img/places/darkstreet/strangeguy.jpg'>>Or perhaps I might have a job for you<</say>> <<say $mcname>>Sure, I'll do it<</say>> [[Continue|StrangeGuyRissaRoomKey3]] <<set $CopyKeyRoomRissa to true>><<set $StrangeGuyRissaRoomKey to true>> <style> body { background-image: url('./img/places/darkstreet/bg/darkstreet-night.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You arrive home and head upstairs to the hallway</div> <div id="box-comment">You put the key behind the painting</div> <center><p class="failed-event">You place Rissa's key behind the painting</p></center> <<say $mcname>><em>*Alright, I have Rissa's room key now*</em><</say>> <<say $mcname>><em>*Task completed*</em><</say>> [[Continue|HallwayMap]] <<set $NoSleep to false>> <style> body { background-image: url('./img/places/home/bg/first-floor.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if $RissaRoomKey and not $CopyKeyRoomRissa>> \ <<say $mcname>><em>*I must replicate Rissa's key before going to sleep*</em><</say>> <</if>> \ [[Continue|McRoom]] <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<link "Close" `$BackPassage`>><</link>> <b><i>Saving the game before using cheats is highly recommended. Using cheats may potentially break the game.</i></b> Enter code: <<textbox "$SubmitCode" "">> [[Submit|CheatsSubmit]] <<if $GalleryUnlocked>> - <span style="color:green;">Gallery Unlocked</span> (Enter the code again if you want to lock. It does not affect your progress) <</if>> <hr> <center>Cheats codes are available to all those who support the game on Patreon or SubscribeStar</center>\ <center>\ <span id="noIcon" style="margin-top: -10px;"><a style="margin-right:20px;display: inline-block;" href="https://www.patreon.com/endark" target="_blank" width="50" height="20"> <img src="./img/ui/patreonwordmark.png" width="120"/></a><a style="display: inline-block;" href="https://www.subscribestar.com/endark" target="_blank" width="50" height="20"> <img src="./img/ui/sswordmark.png" width="140"/></a></span> </center>\ <<set $CheatCodes to ["21AE25C9FD","13BC3251E0","D64B39D74C"]>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } input, select, textarea{ border: .5px solid white; padding: 3px; } input[type="text"] { min-width: 10em; max-width: 10em; } input:not(:disabled):focus, input:not(:disabled):hover, select:not(:disabled):focus, select:not(:disabled):hover, textarea:not(:disabled):focus, textarea:not(:disabled):hover { background-color: #fff; border-color: black; color: black; } #noIcon a.link-external:after { content: ""; } a img:hover{ opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } </style>
<<if $SubmitCode == "21AE25C9FD">> \ <<if not $GalleryUnlocked>> \ <span style="color:green;">Gallery Unlocked</span> <<set $GalleryUnlocked to true>> <<elseif $GalleryUnlocked>> \ <span style="color:red;">Gallery Locked</span> <<set $GalleryUnlocked to false>> <</if>> \ <<elseif $SubmitCode == "13BC3251E0">> \ <p class="pos-stat">💵 +1000 $</p> <<set $money +=1000>> <<elseif $SubmitCode == "D64B39D74C">> \ <p class="pos-stat">💪 +10 Strength</p><p class="pos-stat">🏃 +10 Resistance</p><p class="pos-stat">🧠 +10 Intelligence</p><p class="pos-stat">🕶️ +10 Stealth</p><p class="pos-stat">✨ +10 Charisma</p> <<set $strength +=10>><<set $resistance +=10>><<set $intelligence +=10>><<set $stealth +=10>><<set $charisma +=10>> <<elseif $SubmitCode == "">> \ Empty Code <<else>> \ <span style="color:red;">Wrogn Code</span> <</if>> \ [[Cheats]][[Laptop]] <hr> <center>Cheats codes are available to all those who support the game on Patreon or SubscribeStar</center>\ <center>\ <span id="noIcon" style="margin-top: -10px;"><a style="margin-right:20px;display: inline-block;" href="https://www.patreon.com/endark" target="_blank" width="50" height="20"> <img src="./img/ui/patreonwordmark.png" width="120"/></a><a style="display: inline-block;" href="https://www.subscribestar.com/endark" target="_blank" width="50" height="20"> <img src="./img/ui/sswordmark.png" width="140"/></a></span> </center>\ <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } #noIcon a.link-external:after { content: ""; } a img:hover{ opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } </style>
<<if $strength < 10 and $energy >= 30 and not $AmeliaHelp1>> \ <div id="box-comment">You do exercise for a while <b>(💪 Strength: $strength / 10 for Amelia's Event)</b></div> <center><img src="./img/places/university/exercisegym.webp" width="400" height="200" style="border:2px solid #eee;border-radius:5px;"/></center> <center><p class="pos-stat">💪 +2 Strength</p><p class="added-list">⚡ -30 Energy</p></center> [[Finish|SportFieldGym]] <<set $strength += 2>><<set $energy -= 30>><<set _nextTime()>> \ <<elseif $strength >= 10 and $energy >= 30 and not $AmeliaHelp1>> \ <<goto "AmeliaHelp1">> <<elseif $strength >= 10 and $energy >= 30 and $AmeliaHelp1 and not $AmeliaHelp2>> \ <<goto "AmeliaHelp2">> <<elseif $strength >= 10 and $energy >= 30 and $AmeliaHelp2 and not $AmeliaHelp3>> \ <<goto "AmeliaHelp3">> <<elseif $strength >= 10 and $energy >= 30 and $AmeliaHelp3>> \ <div id="box-comment">You do exercise for a while</div> <center><img src="./img/places/university/exercisegym.webp" width="400" height="200" style="border:2px solid #eee;border-radius:5px;"/></center> <center><p class="pos-stat">💪 +2 Strength</p><p class="added-list">⚡ -30 Energy</p></center> [[Finish|SportFieldGym]] <<set $strength += 2>><<set $energy -= 30>><<set _nextTime()>> \ <<else>> \ <div id="box-comment">You're trying to exercise, but you're too tired</div> <center><p class="failed-event">⚡ You don't have enough energy</p></center> [[Sport Field|SportFieldGym]] <</if>> \ <<set $BackPassage to "SportFieldGym">> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You do exercise for a while as usual</div> <center><img src="./img/places/university/exercisegym.webp" width="400" height="200" style="border:2px solid #eee;border-radius:5px;"/></center> <center><p class="pos-stat">💪 +2 Strength</p><p class="added-list">⚡ -30 Energy</p></center> <<if not $Gallery>><<set $strength += 2>><<set $energy -= 30>><<set _nextTime()>><</if>> \ <div id="box-comment">When you're picking up the weights, Amelia approaches you</div> <<amelia>>Hello, $mcname?<</amelia>> <<say $mcname>>Yeah, that's me<</say>> <<amelia>>I've seen you doing strength exercises, and it seems like you're quite skilled in that area<</amelia>> <<say $mcname>>Yes, I enjoy it<</say>> <<amelia>>I'm trying to do it as well, but I'm not sure if I'm doing it correctly<</amelia>> <<amelia>>Could you stay a bit after class to help me out?<</amelia>> <<say $mcname>>Sure, but aren't you the PE teacher?<</say>> <<say $mcname>>I mean, I guess you know more than I do<</say>> <<amelia>>I knew you would say that. That's why I was feeling embarrassed to ask you for help<</amelia>> <<say $mcname>>Don't worry, your secret is safe with me<</say>> <<amelia>>Aww, aren't you adorable?<</amelia>> <center><p class="pos-love">❤️ +2 Amelia's Love</p></center> [[Continue|AmeliaHelp1Success1]] <<if not $Gallery>><<set $AmeliaLove +=2>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Amelia points to a bench for both of you to sit</div> <<amelia>>I specialize in stretching exercises<</amelia>> <<amelia>>And I mainly train cheerleaders<</amelia>> <<say $mcname>>Woah you must be really flexible, then<</say>> <<amelia>>Hahaha. I am<</amelia>> <<amelia>>So... I was also assigned the PE position<</amelia>> <<amelia>>I've studied sports science, but I've never specialized much in the strength area<</amelia>> <<say $mcname>>I see...<</say>> <<say $mcname>>Sure, I can help you with whatever I know, no problem at all<</say>> <<amelia>>Thank you, $mcname<</amelia>> <center><p class="pos-love">❤️ +1 Amelia's Love</p></center> <<amelia>>Now that the class is ending and everyone leaves, shall we get started on it?<</amelia>> <<say $mcname>>Yeah<</say>> [[Continue|AmeliaHelp1Success2]] <<if not $Gallery>><<set $AmeliaLove +=1>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">All the students leave the gym, and it's just you and Amelia remaining</div> <<amelia>>It looks like everyone else has left<</amelia>> <<amelia>>Come, I want you to see if I'm doing it right<</amelia>> <div id="box-comment">You follow Amelia</div> <<amelia>>Do you mind if I grab some small weights?<</amelia>> <<say $mcname>>Not at all. The first thing is to learn the movement before starting with heavier weights<</say>> <<amelia>>Absolutely true<</amelia>> <div id="box-comment">Amelia picks up some small weights</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp1-1.mp4" type="video/mp4"> </video></center> <<amelia>>Alright, it's time for you to start my class<</amelia>> <div id="box-comment">Amelia says while laughing</div> [[Continue|AmeliaHelp1Success3]] <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You give her instructions on how to sit and lift the weights</div> <<say $mcname>>You have to raise your arms without fully bending your elbows<</say>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp1-2.mp4" type="video/mp4"> </video></center> <div id="box-comment">Amelia keeps doing the exercise just as you told her</div> <<say $mcname>>That's it<</say>> <<amelia>>I'm getting it<</amelia>> <<amelia>>You're a good teacher<</amelia>> <<say $mcname>> Not at all, you learn quickly<</say>> <div id="box-comment">She liked your response</div> <center><p class="pos-love">❤️ +1 Amelia's Love</p></center> [[Continue|AmeliaHelp1Success4]] <<if not $Gallery>><<set $AmeliaLove +=1>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">While she continues doing the exercise, your gaze goes to her shoulders</div> <<say $mcname>><em>*Woah*</em><</say>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp1-3.mp4" type="video/mp4"> </video></center> <center><p class="pos-lust">💦 +10 Lust</p></center> <div id="box-comment">You get lost looking at her tits</div> <<amelia>>Am I still doing it right?<</amelia>> <<amelia>>$mcname?<</amelia>> <<say $mcname>>Oh, yes, I'm sorry<</say>> <<say $mcname>>I was observing your movements<</say>> [[Continue|AmeliaHelp1Success5]] <<if not $Gallery>><<set $lust +=10>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Amelia stops exercising and checks the time</div> <<amelia>>Wow, the afternoon is slipping away. We better stop<</amelia>> <<amelia>>Do you mind if we continue next time and you teach me more exercises?<</amelia>> <<say $mcname>>Sure! Next time we'll continue<</say>> <<amelia>>Thank you!<</amelia>> <<amelia>>Until next time<</amelia>> <<say $mcname>>Bye<</say>> <div id="box-comment">She stays to tidy up, and you leave</div> <<if not $Gallery>>[[Finish|SportFieldGym]]<<else>>[[Finish Replay|GalleryAmelia]][[Another Scene|AmeliaHelpGallerySelect]]<</if>> <<if not $Gallery>><<set $AmeliaHelp1 to true>><<set _nextTime()>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You do exercise for a while as usual</div> <center><img src="./img/places/university/exercisegym.webp" width="400" height="200" style="border:2px solid #eee;border-radius:5px;"/></center> <center><p class="pos-stat">💪 +2 Strength</p><p class="added-list">⚡ -30 Energy</p></center> <div id="box-comment">You finish exercising and pick up the weights</div> <<say $mcname>><em>*Well, I'm done. Should I keep helping Amelia with the exercises?*</em><</say>> [[Yes|AmeliaHelp2Success1]][[No|SportFieldGym]] <<set $strength += 2>><<set $energy -= 30>><<set _nextTime()>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">While the students are leaving, you approach Amelia</div> <center><img src="./img/char/amelia/events/ameliagym.jpg" width="360" height="400" style="border:2px solid #eee;border-radius:5px;"/></center> <<say $mcname>>Hey Amelia, do you want to continue with the workout?<</say>> <<amelia>>Sure, let me grab the weights<</amelia>> <div id="box-comment">She grabs the weights</div> <<amelia>>What's on the agenda today, coach?<</amelia>> [[Continue|AmeliaHelp2Success2]] <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You indicate what she needs to do</div> <<say $mcname>>Now support yourself with your elbows<</say>> <<say $mcname>>And lift the weight slowly<</say>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp2-1.mp4" type="video/mp4"> </video></center> <<say $mcname>>That's it<</say>> <div id="box-comment">You move her hair aside a bit so it doesn't bother her</div> <div id="box-comment">You notice she liked that gesture</div> <center><p class="pos-love">❤️ +3 Amelia's Love</p></center> <<say $mcname>>Continue until you reach 15 repetitions<</say>> [[Continue|AmeliaHelp2Success3]] <<if not $Gallery>><<set $AmeliaLove +=3>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Your gaze drifts again to her tits</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp2-2.mp4" type="video/mp4"> </video></center> <<say $mcname>><em>*Fuck...I wish I could bury my face there*</em><</say>> <center><p class="pos-lust">💦 +10 Lust</p></center> <<amelia>>Should I do another set?<</amelia>> <<amelia>>$mcname?<</amelia>> <<say $mcname>>Oh yes, let's do one more<</say>> [[Continue|AmeliaHelp2Success4]] <<if not $Gallery>><<set $lust +=10>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You indicate that in the next set, she should switch arms</div> <<say $mcname>>Now with the right arm<</say>> <div id="box-comment">She switches arms and continues with the repetitions</div> <div id="box-comment">You realize you have a new target to look at</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp2-3.mp4" type="video/mp4"> </video></center> <<say $mcname>><em>*Oh man...*</em><</say>> <center><p class="pos-lust">💦 +10 Lust</p></center> <<say $mcname>><em>*It's making me want to tear off her clothes*</em><</say>> <<say $mcname>><em>*And bury my face*</em><</say>> <<say $mcname>><em>*Whether in her tits or her pussy, I don't know*</em><</say>> <div id="box-comment">While you're lost in thought, you realize she has stopped</div> <<say $mcname>>You're getting faster each time. You should increase the weight next time<</say>> <<amelia>>Hahaha. I'll do it<</amelia>> <<amelia>>Oh, look at the time, it really flies by<</amelia>> <<say $mcname>>Yeah...<</say>> <<amelia>>Shall we continue next time?<</amelia>> <<say $mcname>>Sure<</say>> <<amelia>>Perfect! Thanks again $mcname<</amelia>> <<say $mcname>>It's nothing. Bye Amelia<</say>> <<amelia>>Have a good day $mcname<</amelia>> <<if not $Gallery>>[[Finish|SportFieldGym]]<<else>>[[Finish Replay|GalleryAmelia]][[Another Scene|AmeliaHelpGallerySelect]]<</if>> <<if not $Gallery>><<set $lust +=10>><<set _nextTime()>><<set $AmeliaHelp2 to true>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You do exercise for a while as usual</div> <center><img src="./img/places/university/exercisegym.webp" width="400" height="200" style="border:2px solid #eee;border-radius:5px;"/></center> <center><p class="pos-stat">💪 +2 Strength</p><p class="added-list">⚡ -30 Energy</p></center> <div id="box-comment">You finish exercising and pick up the weights</div> <<say $mcname>><em>*Well, I'm done. Should I keep helping Amelia with the exercises?*</em><</say>> [[Yes|AmeliaHelp3Success1]][[No|SportFieldGym]] <<set $strength += 2>><<set $energy -= 30>><<set _nextTime()>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Again, you wait for the students to leave</div> <div id="box-comment">When you approach her, you see her doing some stretches</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp3-1.mp4" type="video/mp4"> </video></center> <center><p class="pos-lust">💦 +10 Lust</p></center> <<say $mcname>><em>*What an ass...*</em><</say>> <div id="box-comment">You keep looking at her</div> [[Continue|AmeliaHelp3Success2]] <<if not $Gallery>><<set $lust +=10>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She still hasn't noticed you're behind her and keeps doing what she's doing</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp3-2.mp4" type="video/mp4"> </video></center> <div id="box-comment">Your gaze completely fixates on her butt</div> <center><p class="pos-lust">💦 +10 Lust</p></center> [[Continue|AmeliaHelp3Success3]] <<if not $Gallery>><<set $lust +=10>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You're so focused on her that you've unintentionally pitched a tent down there</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp3-3.mp4" type="video/mp4"> </video></center> <center><p class="pos-lust">💦 +10 Lust</p></center> <div id="box-comment">You realize it when your dick is pushing to get out of your pants</div> <<say $mcname>><em>*Shit*</em><</say>> <div id="box-comment">You try to adjust it</div> <div id="box-comment">Suddenly, Amelia realizes you're there</div> <div id="box-comment">But hopefully, you've adjusted it and she didn't notice</div> <center><img src="./img/char/amelia/events/ameliagym1.png" width="300" height="400" style="border:2px solid #eee;border-radius:5px;"/></center> <<amelia>>Oh, hi $mcname, I didn't realize you were here<</amelia>> <<say $mcname>>Sorry, I didn't mean to disturb you. I was waiting for you to finish<</say>> <<amelia>>Aww<</amelia>> <center><p class="pos-love">❤️ +1 Amelia's Love</p></center> [[Continue|AmeliaHelp3Success4]] <<if not $Gallery>><<set $lust +=10>><<set $AmeliaLove +=1>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Even though you adjusted your erection, it's impossible to hide</div> <<say $mcname>><em>*Shit, my dick is still on fire*</em><</say>> <<say $mcname>><em>*It's impossible that she didn't notice*</em><</say>> <div id="box-comment">She definitely notices but doesn't say anything</div> <<say $mcname>><em>*I messed up*</em><</say>> <div id="box-comment">To your surprise, she bites her lip slightly</div> <center><p class="pos-lust">💦 +3 Amelia's Lust</p></center> <<say $mcname>><em>*Wait, did she just bite her lips? Did she like what she saw?*</em><</say>> <div id="box-comment">She acts as if she hasn't seen anything</div> <<amelia>>Umm... Shall we continue with the class?<</amelia>> <<say $mcname>>Yeah<</say>> [[Continue|AmeliaHelp3Success5]] <<if not $Gallery>><<set $AmeliaLust +=3>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You tell her how to position herself and what she needs to do</div> <<say $mcname>>Your back should be straight<</say>> <<say $mcname>>Alright, now raise the weight by bending your elbow<</say>> <div id="box-comment">She does it just as you instructed</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp3-4.mp4" type="video/mp4"> </video></center> <<say $mcname>>Very good!<</say>> <div id="box-comment">She notices as you touch her without saying anything</div> <center><p class="pos-lust">💦 +2 Amelia's Lust</p></center> <div id="box-comment">Her breathing speeds up</div> [[Continue|AmeliaHelp3Success6]] <<if not $Gallery>><<set $AmeliaLust +=2>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Your gaze fixates on her ass while you continue explaining</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp3-5.mp4" type="video/mp4"> </video></center> <center><p class="pos-lust">💦 +10 Lust</p></center> <div id="box-comment">She continues with the exercise</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp3-6.mp4" type="video/mp4"> </video></center> <<say $mcname>>Are you tired?<</say>> <div id="box-comment">Noticing how her breathing has sped up</div> <<amelia>>Oh no, I'm fine<</amelia>> <<say $mcname>>Ah, okay. It just looked like you were breathing too fast, and I thought you might be tired<</say>> [[Continue|AmeliaHelp3Success7]] <<if not $Gallery>><<set $lust +=10>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Without saying anything else, she continues</div> <div id="box-comment">And you still keep looking at her ass</div> <center><img src="./img/char/amelia/events/ameliagym2.png" width="300" height="400" style="border:2px solid #eee;border-radius:5px;"/></center> <div id="box-comment">You gradually notice how her leggings are becoming damp</div> <<say $mcname>><em>*Shit, she is wet?*</em><</say>> <<say $mcname>><em>*No way, she is wet*</em><</say>> <<say $mcname>><em>*Could it be because of my erection?*</em><</say>> <<say $mcname>><em>*What should I do? I really like her*</em><</say>> <<say $mcname>><em>*But does she want to?*</em><</say>> <div id="box-comment">While you're talking in your thoughts, she finishes the repetitions</div> <<amelia>>I'm done<</amelia>> <<say $mcname>>Do another set of repetitions<</say>> <<say $mcname>>I want to see if you really position your back correctly<</say>> <<amelia>>Okay<</amelia>> [[Continue|AmeliaHelp3Success8]] <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She does it again</div> <<say $mcname>><em>*Fuck it, I'm going for it*</em><</say>> <div id="box-comment">You muster up courage and go for it</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp3-7.mp4" type="video/mp4"> </video></center> <div id="box-comment">You touch and caress the butt</div> <<amelia>>W...What are you doing?<</amelia>> <<say $mcname>>I couldn't resist, your body is incredible<</say>> <<say $mcname>>And you think I didn't notice that you're wet?<</say>> <<amelia>>B...But we can't do it... I'm your teacher<</amelia>> <<say $mcname>>You said I was your teacher, so right now, you are my student<</say>> <div id="box-comment">You move your hand towards her pussy</div> <<say $mcname>>Dammit, you're so wet<</say>> <div id="box-comment">She doesn't say anything</div> <div id="box-comment">You start caressing her pussy with your hand up her mesh</div> [[Continue|AmeliaHelp3Success9]] <<if not $Gallery>><<set _nextTime()>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Her breathing quickens and she starts to moan</div> <<say $mcname>>You like it, don't you?<</say>> <div id="box-comment">She assists while she moans</div> <center><p class="pos-lust">💦 +3 Amelia's Lust</p></center> <div id="box-comment">You pull down her mesh </div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp3-8.mp4" type="video/mp4"> </video></center> <div id="box-comment">And you caress her ass while getting a good view of her pussy and butthole</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp3-9.mp4" type="video/mp4"> </video></center> [[Continue|AmeliaHelp3Success10]] <<if not $Gallery>><<set $AmeliaLust +=3>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You kneel on the ground</div> <<say $mcname>>Let me give you a reward for being a good student<</say>> <div id="box-comment">You start licking her pussy</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp3lickpussy1.mp4" type="video/mp4"> </video></center> <<amelia>>Oh fuck...<</amelia>> [[Continue|AmeliaHelp3Success11]] <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">After licking her pussy you start fingering her</div> <div id="box-comment">And she lifts her top, revealing her tits</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp3pussy1.mp4" type="video/mp4"> </video></center> <<say $mcname>>So wet<</say>> <<amelia>>Umm...<</amelia>> [[Continue|AmeliaHelp3Success12]] <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She lifts her leg, and you continue fingering her pussy</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp3pussy2.mp4" type="video/mp4"> </video></center> <<say $mcname>>You have a delicious pussy<</say>> [[Continue|AmeliaHelp3Success13]] <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You quickly start eating her pussy again in that position</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/amelia/scenes/ameliahelp3lickpussy2.mp4" type="video/mp4"> </video></center> <div id="box-comment">She really enjoys it</div> [[Continue|AmeliaHelp3Success14]] <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">While you're eating her pussy, someone is knocking at the door</div> <div id="box-comment">Both of you stop, and Amelia quickly gets dressed</div> <<say $mcname>><em>*whisper*</em> But hasn't everyone left?<</say>> <<amelia>><em>*wispher*</em> Not everyone, at this hour the janitress usually stays until almost nighttime<</amelia>> <<say $mcname>><em>*whisper*</em> Damn<</say>> <div id="box-comment">Amelia says aloud to the person who knocked on the door to come in</div> <<amelia>>Come in!<</amelia>> <div id="box-comment">Both of you are presentable now, and the door opens</div> <<say 'Janitress' './img/char/gladys/gladys-cvt.jpg'>>Hello, I'm sorry to bother you<</say>> <<say 'Janitress' './img/char/gladys/gladys-cvt.jpg'>>I came to check if you were here, Amelia<</say>> <<say 'Janitress' './img/char/gladys/gladys-cvt.jpg'>>I noticed you haven't clocked out, and I came to see if there was any issue<</say>> <<amelia>>Oh no, Gladys, I was just... helping my student with some class problems, sorry<</amelia>> <<amelia>>In fact, we were already leaving<</amelia>> <<gladys>>No problem, there are still a few minutes left before the university closes<</gladys>> <center><p class="added-list">Gladys is added to list</p></center> <<say $mcname>>I'm leaving now, thank you for your help, teacher<</say>> <<amelia>>That's nothing, $mcname<</amelia>> [[Continue|AmeliaHelp3Success15]] <<if not $Gallery>><<set $GladysLove to 0>><<set $GladysLust to 0>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You leave the gym, leaving the teacher and the janitor inside</div> <div id="box-comment">While you walk out of the university, you start talking in your thoughts</div> <<say $mcname>><em>*Shit, It's been close*</em><</say>> <<say $mcname>><em>*We almost got caught*</em><</say>> <<say $mcname>><em>*I would have liked to do more*</em><</say>> <<say $mcname>><em>*She has an incredible body man*</em><</say>> <<say $mcname>><em>*I hope that next time I can do something more with her*</em><</say>> <<say $mcname>><em>*For now, I'm happy, I feel like a fucker*</em><</say>> <center><p class="pos-stat">✨ +2 Charisma</p></center> <<if not $Gallery>>[[City|CityMap]]<<else>>[[Finish Replay|GalleryAmelia]][[Another Scene|AmeliaHelpGallerySelect]]<</if>> <<if not $Gallery>><<set $charisma +=2>><<set $AmeliaHelp3 to true>><</if>> <style> body { background-image: url('./img/places/university/bg/sportfield.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Which scene do you want to watch again?</div> <center>[[Back|GalleryAmelia]][[Meeting Amelia|UniversitySportFirstDay]]<<if $AmeliaHelp1 or $GalleryUnlocked>>[[Amelia's Help 1|AmeliaHelp1]]<</if>><<if $AmeliaHelp2 or $GalleryUnlocked>>[[Amelia's Help 2|AmeliaHelp2Success1]]<</if>><<if $AmeliaHelp3 or $GalleryUnlocked>>[[Amelia's Help 3|AmeliaHelp3Success1]]<</if>></center> <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You approach Amelia</div> <<say $mcname>>Hey Amelia<</say>> <<amelia>>Hello $mcname<</amelia>> <<say $mcname>>About the last ti...<</say>> <<amelia>>Not now<</amelia>> <<say $mcname>>Ok...<</say>> <div id="future-implement">This event will be implemented in a future version</div> [[Ok|SportFieldGym]] <style> body { background-image: url('./img/places/university/bg/sportfieldgym.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">As you walk down the university hallway, you run into Gladys</div> <<gladys>>Hello, $mcname, right?<</gladys>> <<say $mcname>>Yes<</say>> <<gladys>>Can you come with me?<</gladys>> <<say $mcname>>I was about to lea....<</say>> <<gladys>>It will only take a moment<</gladys>> <<say $mcname>>Ok<</say>> [[Continue|GladysHelp1Success1]] <style> body { background-image: url('./img/places/university/bg/universityinside.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You follow Gladys to her office</div> <<gladys>>Well... $mcname...<</gladys>> <<gladys>>Can you tell me what you were doing with Amelia?<</gladys>> <div id="box-comment">She tells you as she paces behind your seat</div> <<say $mcname>>Nothing, she was just helping me with...<</say>> <div id="box-comment">Gladys interrupts me before I finish the sentence</div> <<gladys>>I'll ask you again<</gladys>> <<gladys>>Can you tell me what you were doing with Amelia?<</gladys>> <<say $mcname>>I've already told you<</say>> <<gladys>>Do you think I don't know what you were doing?<</gladys>> <<say $mcname>>What do you mean?<</say>> <<gladys>>Before knocking, I opened it, but you didn't notice<</gladys>> <<gladys>>And I saw you...<</gladys>> <div id="box-comment">You don't know what to say</div> <<gladys>>Don't worry, I won't say anything<</gladys>> <<gladys>>Whenever you do something for me...<</gladys>> <<say $mcname>>Do you blackmail me?<</say>> <<gladys>>I wouldn't call it blackmail<</gladys>> <<gladys>>Especially if you want to continue studying here and for Amelia to keep her job...<</gladys>> <<say $mcname>>That's blackmail...<</say>> [[Continue|GladysHelp1Success2]] <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Gladys sits in the chair behind her desk, facing you</div> <<gladys>>Whatever it is, are you willing to do something for me?<</gladys>> <<say $mcname>>I have no other choice...<</say>> <<gladys>>Good, you're starting to understand<</gladys>> <<say $mcname>>So, what do you want me to do?<</say>> <<gladys>>Quite simple, the same thing you were doing with Amelia<</gladys>> <<say $mcname>>What?<</say>> <<gladys>>As you hear it, I want you to do the same thing to me that you were doing to Amelia<</gladys>> <div id="box-comment">She gets up</div> <<gladys>>I haven't done it in many years, practically since my husband passed away<</gladys>> <<gladys>>And I want to feel again what Amelia used to feel<</gladys>> <div id="box-comment">You look her up and down</div> <<say $mcname>><em>*Shit...There's no way she'll turn me on*</em><</say>> <div id="box-comment">Gladys starts undressing</div> <center><img src="./img/char/gladys/events/gladysnudeoffice.jpg" width="300" height="400" style="border:2px solid black;border-radius:5px;"/></center> <<say $mcname>><em>*Well, it seems I was mistaken, being naked changes things...*</em><</say>> <<say $mcname>><em>*She has a nice tits and big ass...*</em><</say>> [[Continue|GladysHelp1Success3]] <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She stands in front of you naked</div> <<gladys>>Why are you still standing still?<</gladys>> <<say $mcname>>Emm...<</say>> <div id="box-comment">She takes off your shirt</div> <<gladys>>Start sucking my tits<</gladys>> <div id="box-comment">She grabs your head and presses it against her tits</div> <<gladys>>Suck them<</gladys>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladyssucktits.mp4" type="video/mp4"> </video></center> [[Continue|GladysHelp1Success4]] <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She pushes your head away and sits on the desk</div> <<gladys>>Come here<</gladys>> <div id="box-comment">She opens her legs and shows you her pussy</div> <div id="box-comment">You kneel down and start to suck her pussy</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladyssp1.mp4" type="video/mp4"> </video></center> <<gladys>>It's been so long since I felt this...<</gladys>> [[Continue|GladysHelp1Success5]] <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She tells you to take off your pants</div> <<gladys>>Sit down, it's time for me to taste you<</gladys>> <div id="box-comment">She pushes you and throws you onto the chair</div> <div id="box-comment">She kneels down and starts to give you a blowjob</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladysbj1.mp4" type="video/mp4"> </video></center> <<gladys>>Mmm...<</gladys>> <<say $mcname>><em>*Fuck.. She's really hungry*</em><</say>> [[Continue|GladysHelp1Success6]] <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<div id="box-comment">She stops blowjob you and gets on top of you</div> <<gladys>>I really need to feel it inside<</gladys>> <div id="box-comment">She grabs it and puts it in</div> <<gladys>>Oh fuck...<</gladys>> <<say $mcname>><em>*Damn... She is very tight*</em><</say>> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladyscow1.mp4" type="video/mp4"> </video></center> <<gladys>><em>*pant* *pant* *pant*</em><</gladys>> <center>[[Sucking Tits|GladysOfficeSuckTits]][[Pussy Licking|GladysOfficePS1]][[Blowjob|GladysOfficeBj1]][[Cowgirl|GladysOfficeCow1]][[Bend Over|GladysOfficeBend1]][[Missionary|GladysOfficeMis1]][[Cum|GladysOfficeCum]]</center> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<div id="box-comment">She gives you a blowjob</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladysbj1.mp4" type="video/mp4"> </video></center> <<gladys>>Mmm...<</gladys>> <<say $mcname>><em>*Fuck.. She's really hungry*</em><</say>> <center>[[Keep Going|GladysOfficeBj1]][[More|GladysOfficeBj2]]</center> <center>[[Sucking Tits|GladysOfficeSuckTits]][[Pussy Licking|GladysOfficePS1]][[Cowgirl|GladysOfficeCow1]][[Bend Over|GladysOfficeBend1]][[Missionary|GladysOfficeMis1]][[Cum|GladysOfficeCum]]</center> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She continues sucking it</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladysbj2.mp4" type="video/mp4"> </video></center> <<gladys>>Mmm...<</gladys>> <<say $mcname>>Damn...<</say>> <center>[[Keep Doing|GladysOfficeBj2]][[More|GladysOfficeBj1]]</center> <center>[[Sucking Tits|GladysOfficeSuckTits]][[Pussy Licking|GladysOfficePS1]][[Cowgirl|GladysOfficeCow1]][[Bend Over|GladysOfficeBend1]][[Cum|GladysOfficeCum]]</center> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You suck her pussy</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladyssp1.mp4" type="video/mp4"> </video></center> <<gladys>><em>*moans* *moans* *moans*</em><</gladys>> <center>[[Keep Doing|GladysOfficePS1]][[Change View|GladysOfficePS2]]</center> <center>[[Sucking Tits|GladysOfficeSuckTits]][[Blowjob|GladysOfficeBj1]][[Cowgirl|GladysOfficeCow1]][[Bend Over|GladysOfficeBend1]][[Missionary|GladysOfficeMis1]][[Cum|GladysOfficeCum]]</center> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You continue sucking her pussy</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladyssp2.mp4" type="video/mp4"> </video></center> <<gladys>><em>*moans* *moans* *moans*</em><</gladys>> <center>[[Keep Doing|GladysOfficePS2]][[Change View|GladysOfficePS1]]</center> <center>[[Sucking Tits|GladysOfficeSuckTits]][[Blowjob|GladysOfficeBj1]][[Cowgirl|GladysOfficeCow1]][[Bend Over|GladysOfficeBend1]][[Missionary|GladysOfficeMis1]][[Cum|GladysOfficeCum]]</center> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She gets on top of you</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladyscow1.mp4" type="video/mp4"> </video></center> <<gladys>>Oh fuck...<</gladys>> <<gladys>>It feels amazing<</gladys>> <center>[[Keep Doing|GladysOfficeCow1]][[Change View|GladysOfficeCow2]]</center> <center>[[Sucking Tits|GladysOfficeSuckTits]][[Pussy Licking|GladysOfficePS1]][[Blowjob|GladysOfficeBj1]][[Bend Over|GladysOfficeBend1]][[Missionary|GladysOfficeMis1]][[Cum|GladysOfficeCum]]</center> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You continue fucking her while she's bending over the table</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladysbend2.mp4" type="video/mp4"> </video></center> <center>[[Keep Doing|GladysOfficeBend2]][[More|GladysOfficeBend1]]</center> <center>[[Sucking Tits|GladysOfficeSuckTits]][[Pussy Licking|GladysOfficePS1]][[Blowjob|GladysOfficeBj1]][[Cowgirl|GladysOfficeCow1]][[Missionary|GladysOfficeMis1]][[Cum|GladysOfficeCum]]</center> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Gladys is bending over the table</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladysbend1.mp4" type="video/mp4"> </video></center> <<say $mcname>>You've such a big ass<</say>> <center>[[Keep Doing|GladysOfficeBend1]][[More|GladysOfficeBend2]]</center> <center>[[Sucking Tits|GladysOfficeSuckTits]][[Pussy Licking|GladysOfficePS1]][[Blowjob|GladysOfficeBj1]][[Cowgirl|GladysOfficeCow1]][[Missionary|GladysOfficeMis1]][[Cum|GladysOfficeCum]]</center> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She continues riding you</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladyscow2.mp4" type="video/mp4"> </video></center> <<gladys>><em>*pant* *pant* *pant*</em><</gladys>> <center>[[Keep Doing|GladysOfficeCow2]][[Change View|GladysOfficeCow1]]</center> <center>[[Sucking Tits|GladysOfficeSuckTits]][[Pussy Licking|GladysOfficePS1]][[Blowjob|GladysOfficeBj1]][[Bend Over|GladysOfficeBend1]][[Missionary|GladysOfficeMis1]][[Cum|GladysOfficeCum]]</center> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She moves on you</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladysmis2.mp4" type="video/mp4"> </video></center> <<gladys>>Let me move<</gladys>> <center>[[Keep Doing|GladysOfficeMis2]][[More|GladysOfficeMis1]]</center> <center>[[Sucking Tits|GladysOfficeSuckTits]][[Pussy Licking|GladysOfficePS1]][[Blowjob|GladysOfficeBj1]][[Cowgirl|GladysOfficeCow1]][[Bend Over|GladysOfficeBend1]][[Cum|GladysOfficeCum]]</center> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">She lies on the table and you fuck her</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladysmis1.mp4" type="video/mp4"> </video></center> <<gladys>>Fuck me<</gladys>> <center>[[Keep Doing|GladysOfficeMis1]][[More|GladysOfficeMis2]]</center> <center>[[Sucking Tits|GladysOfficeSuckTits]][[Pussy Licking|GladysOfficePS1]][[Blowjob|GladysOfficeBj1]][[Cowgirl|GladysOfficeCow1]][[Bend Over|GladysOfficeBend1]][[Cum|GladysOfficeCum]]</center> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You stop moving</div> <<say $mcname>>I'm gonna cumming<</say>> <<gladys>>Cum inside me, I can't get pregnant<</gladys>> <div id="box-comment">She gets on top of you until you cum</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladyscum.mp4" type="video/mp4"> </video></center> <<say $mcname>>Oh fuuuuuuck<</say>> <center><p class="pos-lust">💦 You cum</p></center> <<if not $GladysHelp1 or $Gallery>>[[Continue|GladysHelp1Success7]]<<else>>[[Continue|GladysOfficeFinish]]<</if>> <<if not $Gallery>><<set $lust to 0>><</if>> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You suck Gladys's tits</div> <center><video width="600" height="400" autoplay loop> <source src="./img/char/gladys/scenes/gladyssucktits.mp4" type="video/mp4"> </video></center> <<gladys>>Mmm<</gladys>> <center>[[Keep Doing|GladysOfficeSuckTits]]</center> <center>[[Pussy Licking|GladysOfficePS1]][[Blowjob|GladysOfficeBj1]][[Cowgirl|GladysOfficeCow1]][[Bend Over|GladysOfficeBend1]][[Missionary|GladysOfficeMis1]][[Cum|GladysOfficeCum]]</center> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Both stop to rest while breathing heavily</div> <<say $mcname>>So...We have a deal?<</say>> <<gladys>>Y...Y...Yes<</gladys>> <div id="box-comment">Gladys says exhausted</div> <<gladys>>You know how to do it<</gladys>> <center><p class="pos-love">❤️ +10 Gladys's Love</p><p class="pos-lust">💦 +10 Gladys's Lust</p></center> <<gladys>>Now I understand why Amelia did it<</gladys>> <<say $mcname>>That's not...Emm... Yeah well...<</say>> <<say $mcname>>So you're not going to say anything?<</say>> <<gladys>>No, as long as you come and fuck me<</gladys>> <<say $mcname>>But...<</say>> <<gladys>>Just kidding<</gladys>> <<gladys>>Although if you really want to do it again, I'll be here in the afternoons before the university closes<</gladys>> <<say $mcname>>Ok...I'll keep that in mind<</say>> <<gladys>>I'll be waiting for you here<</gladys>> <<if not $Gallery>>[[Quit|CityMap]]<<else>>[[Finish Replay|GalleryGladys]]<</if>> <<if not $Gallery>><<set _nextTime()>><<set $GladysLove +=10>><<set $GladysLust +=10>><<set $GladysHelp1 to true>><</if>> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">Both stop to rest while breathing heavily</div> <<gladys>>I never get tired of fucking with you<</gladys>> <<say $mcname>>Hehe...<</say>> <<gladys>>I have to do a few things before I close the university<</gladys>> <<gladys>>Come back whenever you want to repeat it<</gladys>> <<say $mcname>>I'll do it<</say>> [[Quit|CityMap]] <<set _nextTime()>> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
[[Back|GalleryChar]] <div id="box"> <div id="content-box"> <img class="img-content" src="./img/char/gladys/gladys-cvt.jpg" width="180" height="200" /> <div class="content-boxtext"> <span id="name">Gladys</span> <span>Gladys is the university's janitress.</span> <<if $AmeliaHelp3>><span style="float:right;margin-right:15px;margin-top: 65px;"><b style="color: #d2324f;">❤️ Love: $GladysLove</b><b style="color: #ca98a1;"> 💦 Lust: $GladysLust</b></span><</if>> </div> </div> </div> \ <span id="title-gallery">Gallery</span> <div class="align"> <<if not $GladysHelp1 and not $GalleryUnlocked>>\ <div class="box"> <a data-passage="" class="link-internal link-image" id="a-map"> <img src="./img/ui/lockscene.jpg" style="height: 200px"> </a> </div> <<elseif $GladysHelp1 or $GalleryUnlocked>>\ <div class="box"> <a data-passage="GladysHelp1" class="link-internal link-image" id="a-map"> <img src="./img/char/gladys/scenes/gallerytumb/gladysoffice.png" style="height: 200px"> </a> </div> <</if>>\ </div> <<set $Gallery to true>> <style> body { background-image: url('./img/places/city/bg/city-night.webp'); background-size: cover; background-repeat: no-repeat; } #box { margin-left: -35%; position: relative; margin-right: 65%; } .img-content { position: absolute; top: 0; left: 0; z-index: 1; /* Coloca la imagen encima del contenido */ border-radius: 10px; border-right: 2px solid #eee; } #content-box { position: relative; z-index: 0; /* Sitúa el contenido detrás de la imagen */ background-color: #64779361; border: 2px solid #eee; border-radius: 10px; height: 200px; } .content-boxtext{ margin-top: -15%; margin-left: -70%; } #content-box span{ margin-left: 60%; display: block; } #name{ margin-top: 10px; margin-bottom: -20px; font-weight: bold; font-size: 20px; } #title-gallery{ margin-left: -35%; font-weight: bold; font-size: 40px; } .align { margin-left: -40%; display: flex; } .align-bottom { margin-top: -120px; margin-bottom: -30px; } .box { padding: 10px; margin: 10px -70px 10px 10px; text-align: center; min-width: 300px; min-height: 200px; max-width: 300px; max-height: 200px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; } @-webkit-keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } @keyframes flash { 0% { opacity: .4; } 100% { opacity: 1; } } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid #eee; border-radius: 10px; display: block; margin: auto; z-index: 1; } a#a-map img:hover{ box-shadow: rgba(255, 73, 106, 0.8) 0px 5px 70px 4px; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; background-color: #eee; z-index: 0; } @-moz-document url-prefix() { #charlocation { display: flex; justify-content: center; align-items: flex-end; margin-top: -5px !important; margin-bottom: 0px !important; } } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } .uibuttoms { display: none; } </style>
<div id="box-comment">You follow Gladys to her office</div> <div id="box-comment">She starts undressing</div> <center><img src="./img/char/gladys/events/gladysnudeoffice.jpg" width="300" height="400" style="border:2px solid #eee;border-radius:5px;"/></center> <div id="box-comment">You also undress</div> <<gladys>>Where do we start?<</gladys>> <center>[[Sucking Tits|GladysOfficeSuckTits]][[Pussy Licking|GladysOfficePS1]][[Blowjob|GladysOfficeBj1]][[Cowgirl|GladysOfficeCow1]][[Bend Over|GladysOfficeBend1]][[Missionary|GladysOfficeMis1]]</center> <style> body { background-image: url('./img/places/university/bg/gladysoffice.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<div id="box-comment">You approach Gladys</div> <<say $mcname>>Hey, Gladys<</say>> <<gladys>>$mcname, What do you want?<</gladys>> <<say $mcname>>Emm... I....<</say>> <<gladys>>Do you want to fuck again?<</gladys>> [[Yes|GladysOfficeRepeatStart]][[No|UniversityInside]] <style> body { background-image: url('./img/places/university/bg/universityinside.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<set $BackPassage to "RissaNotInRoom">> \ <div id="box-comment">You're in Rissa's room</div> <<say $mcname>><em>*Rissa is not in her room, great*</em><</say>> /*1st Align*/ \ <div class="align" style="margin-left: -44px;"> <div class="box"> <a data-passage="HallwayMap" class="link-internal link-image" id="a-map"> <img src="./img/places/home/bg/first-floor.webp" style="max-height: 150px"> <span class="span-map">Hallway</span> </a> </div> <div class="box"> <a data-passage="RissaLaptop" class="link-internal link-image" id="a-map"> <img src="./img/places/home/rissaroom/rissalaptopicon.webp" style="max-height: 150px"> <span class="span-map">Rissa's Laptop</span> </a> </div> </div> /*RissaSleep*/ <<if _currentTime() eq "Late Night" and _currentDay() neq "Saturday">> <<goto "HallwayMap">> <</if>> <style> body { background-image: url('./img/places/home/bg/rissaroom.webp'); background-size: cover; background-repeat: no-repeat; } .align { display: flex; justify-content: center; align-items: center; } .align-bottom { margin-top: -80px; } .box { padding: 10px; margin: 10px -50px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; height: 80%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } </style>
<div id="box-comment">You turn on Rissa's laptop</div> <<say $mcname>><em>*Shit, She has a password*</em><</say>> /*1st Align*/ <div class="laptop"> <div class="align"> <div class="box shutdown"> <a data-passage="RissaNotInRoom" class="link-internal link-image" id="a-map"> <img src="./img/places/home/mc-room/laptop/shutdown.webp" style="max-height: 150px"> <span class="span-map">Shutdown</span> </a> </div> </div> <img style="border:solid 3px black;border-radius:50%;margin-left:40%;margin-top:-5%;" src="./img/char/rissa/rissa-laptop.jpg" width="150" height="150"/> <img style="margin-left:35%;margin-top:-5%;" src="./img/places/home/rissaroom/rissalaptoppw.png" width="" height=""/> </div> <div id="future-implement">This event will be implemented in a future version</div> <<set $BackPassage to "RissaLaptop">> <style> body { background-image: url('./img/places/home/bg/rissaroom.webp'); background-size: cover; background-repeat: no-repeat; } #passages { margin-left: 15%; margin-right: 10%; } .laptop{ background-image: url('./img/places/home/rissaroom/rissalaptopwp.webp'); background-size: cover; background-repeat: no-repeat; border: 10px solid black; height: 500px; } .align { display: flex; } .align-bottom { margin-top: 100px; } .box { margin: 10px -80px 10px 10px; text-align: center; width: 200px; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; transform: translateY(0px); transition: transform 0.5s ease-in-out; } @-moz-document url-prefix() { .shutdown{ margin-top: -60px!important; } } .shutdown{ margin-top: -35px; } .box:hover { transform: translateY(-10px); transition: transform .5s ease-in-out infinite alternate; } .box a#a-map { border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 50%; height: 50%; } a#a-map { background: none; } a#a-map img { min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; border: 2px solid black; border-radius: 10px; display: block; margin: auto; z-index: 1; } @-moz-document url-prefix() { span.span-map { margin-top: -5px !important; } } span.span-map { width: 95%; margin: auto; margin-top: -35px; margin-right: -1px; border: 2px solid black; border-radius: 10px; background-color: #ffffffcf; z-index: 0; } .box img { width: 100%; height: 40%; margin-bottom: 10px; border: 1px solid black; border-radius: 10px; } </style>
<<if _currentTime() eq "Late Night">> \ <div id="box-comment">It's too late to study</div> [[Continue|Laptop]] <<else>> \ <div id="box-comment">You study some university subjects</div> <center><p class="pos-stat">🧠 +1 Intelligence</p></center> [[Laptop]] <<set _nextTime()>><<set $intelligence +=1>> <</if>> <style> body { background-image: url('./img/places/home/bg/mcroom.webp'); background-size: cover; background-repeat: no-repeat; } .uibuttoms { display: none; } </style>
<<if _currentTime() eq "Late Night">> \ <div id="box-comment">It's too late to watch TV</div> [[Living room|Livingroom]] <<else>> \ <div id="box-comment">You're resting by watching TV for a while</div> <center><img src="./img/places/home/livingroom/watchtv.jpg" width="300" height="250" style="border:2px solid black;border-radius:5px;"/></center> <center><p class="added-list">⚡ +10 Energy</p></center> [[Living room|Livingroom]] <<set $energy +=10>> <</if>> \ <<set $DailyCleanLivingroom to true>> <style> body { background-image: url('./img/places/home/bg/livingroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>
<<if _currentTime() != "Night" and _currentTime() != "Late Night">> \ <div id="box-comment">You clean the living room</div> <<say $mcname>><em>*My $JasRel appreciates when I clean the house*</em><</say>> <center><<if $JasLove < 10>><p class="pos-love">❤️ +1 Jasmine's Love</p><<else>><p class="pos-love">You reached max Jasmine's Love for this version</p><</if>></center> [[Living room|Livingroom]] <<set $JasLove = $JasLove < 10 ? $JasLove + 1 : $JasLove>> <<set $DailyCleanLivingroom to true>><<set _nextTime()>> <<else>> \ <div id="box-comment">It's too late to clean the living room</div> [[Living room|Livingroom]] <</if>> \ <style> body { background-image: url('./img/places/home/bg/livingroom.webp'); background-size: cover; background-repeat: no-repeat; } </style>