<<nobr>>
<<if $act_1 is "socialize">>
You bought some drinks and joined the crowds in the lively bar, where laughter and clinking glasses beckon you to join the vibrant crowd and make new memories.<br><br>
<<set _random to random(0,2)>>
<<if _random is 1>>/*normal events*/
<<set _list1 to ["bar12.mp4", "bar5.mp4", "bar4.mp4", "bar2.mp4"]>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/bar/' + _list1.random() + '" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
<<elseif _random is 2>>/*sexy events*/
<<set _temp2 to random(0,1)>>
<<if _temp2 is 1>>
<<set _list1 to ["bar1.mp4"]>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/bar/' + _list1.random() + '" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
<<else>>
<img src="images/GPG1O/char/general/bar/pics/nameless.webp"><br><br>
<</if>>
<<else>>/*Interractable events*/
<<set _temp2 to random(0,8) >>
<<if _temp2 is 1>>
<img src="images/GPG1O/char/general/bar/pics/alexa_grace.webp"><br><br>
As you were having fun, your attention was caught by one of the girls in the bar.<br>
<<elseif _temp2 is 2>>
<img src="images/GPG1O/char/general/bar/pics/anikka_albrite.webp"><br><br>
As you were having fun, your attention was caught by one of the girls in the bar.<br>
<<elseif _temp2 is 3>>
<img src="images/GPG1O/char/general/bar/pics/dee_delmar.webp"><br><br>
As you were having fun, your attention was caught by one of the girls in the bar.<br>
<<elseif _temp2 is 4>>
<img src="images/GPG1O/char/general/bar/pics/heather_knox.webp"><br><br>
As you were having fun, your attention was caught by one of the girls in the bar.<br>
<<elseif _temp2 is 5>>
<img src="images/GPG1O/char/general/bar/pics/kelly_chaos.webp"><br><br>
As you were having fun, your attention was caught by one waitress in the bar.<br>
<<elseif _temp2 is 6>>
<img src="images/GPG1O/char/general/bar/pics/madison_ivy.webp"><br><br>
As you were having fun, your attention was caught by one of the girls in the bar.<br>
<<elseif _temp2 is 7>>
<img src="images/GPG1O/char/general/bar/pics/tamara_grace.webp"><br><br>
As you were having fun, your attention was caught by one of the girls in the bar.<br>
<<elseif _temp2 is 8>>
<img src="images/GPG1O/char/general/bar/pics/sophie_moone.webp"><br><br>
As you were having fun, your attention was caught by one of the girls in the bar.<br>
<<else>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/bar/' + "bar12.mp4" + '" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
<</if>>
<</if>>
<<else>>
I've gone ahead and messed up, silly me.<br><br>
<</if>>
<</nobr>><<nobr>>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/beach.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/beach_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<if $act is "stroll">>
<<set _stress_reduced to 1>>
<<if !$gvar.var1>>
<<set _temp to either(
"beach_1.mp4", "walk1.mp4", "walk2.mp4", "walk3.mp4", "walk4.mp4", "walk5.mp4", "walk6.mp4"
)>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/beach/' + _temp + '" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
<<else>>
<<set _temp to either(
"walk_night.gif"
)>>
<img src="images/GPG1O/char/general/beach/walk_night1.gif">
<</if>>
You took a stroll along the beach. Despite the surrounding chaos, the sound of the waves made you feel more relaxed as you walked. (-<<print _stress_reduced>> Stress)
<<set $player.stress to Math.clamp($player.stress -=_stress_reduced, 0, 100)>>
<<addmins 55>>
<br><br><span id="back"><<button "Back" "CITY1">><<set $act to "beach">><</button>></span>
<<else>>
Oops soreyyyyy. 1234f9d2<br><br>
<span id="back"><<button "Back" "CITY1">><<set $act to "beach">><</button>></span>
<</if>>
<</nobr>><<nobr>>
/%<div style="display: flex;flex-wrap: wrap;">
<div style="flex: 0 0 50%;">
<div class="wide-button"><<button "Boobs">><<inDialog "CHARACTER">><</button>></div><br>
</div>
<div style="flex: 0 0 50%;">
<div class="wide-button"><<button "Boobless">><<inDialog "CHARACTER">><</button>></div><br>
</div>
</div>
%/
<<set $gvar.var13 to "">>
<div class="image-row-chara">
<div class="image-container-chara">
<<button '<img src="images/GPG1O/others/ccd.jpg">'>><<set $gvar.var13 to "me">><<inDialog "chars">><</button>>
<div class="overlay-text2">CCD</div>
</div>
<div class="image-container-chara">
<<button '<<mc_picture>>' >><<set $gvar.var13 to "player">><<inDialog "chars">><</button>>
<div class="overlay-text2">$player.name1 (You)</div>
</div>
<div class="image-container-chara">
<<if $girl1.var.var1 is 1>>
<<button '<img src="images/GPG1O/char/thumb/allie.webp">' >><<set $gvar.var13 to "girl1">><<inDialog "chars">><</button>>
<div class="overlay-text2">$girl1.name1 </div>
<<else>>
<span class="button-disabled"><<button '<img src="images/GPG1O/char/thumb/random_woman.webp">' >><</button>></span>
<div class="overlay-text2">$girl1.name1 </div>
<</if>>
</div>
<div class="image-container-chara">
<<if $man1.var.var1 is 1>>
<<button '<img src="images/GPG1O/char/thumb/man1.webp">' >><<set $gvar.var13 to "man1">><<inDialog "chars">><</button>>
<div class="overlay-text2">$girl1.partner </div>
<<else>>
<span class="button-disabled"><<button '<img src="images/GPG1O/char/thumb/random_man.webp">' >><</button>></span>
<div class="overlay-text2">$girl1.partner </div>
<</if>>
</div>
<div class="image-container-chara">
<<if $girl2.var.var1 is 1>>
<<button '<img src="images/GPG1O/char/thumb/lila.webp">' >><<set $gvar.var13 to "girl2">><<inDialog "chars">><</button>>
<div class="overlay-text2">$girl2.name1 </div>
<<else>>
<span class="button-disabled"><<button '<img src="images/GPG1O/char/thumb/random_woman.webp">' >><</button>></span>
<div class="overlay-text2">$girl2.name1 </div>
<</if>>
</div>
<div class="image-container-chara">
<<if $girl3.var.var1 is 1>>
<<button '<img src="images/GPG1O/char/thumb/eva_elfie.webp">' >><<set $gvar.var13 to "girl3">><<inDialog "chars">><</button>>
<div class="overlay-text2">$girl3.name1 </div>
<<else>>
<span class="button-disabled"><<button '<img src="images/GPG1O/char/thumb/random_woman.webp">' >><</button>></span>
<div class="overlay-text2">$girl3.name1 </div>
<</if>>
</div>
<div class="image-container-chara">
<<if $girl4.var.var1 is 1>>
<<button '<img src="images/GPG1O/char/thumb/liya_silver.webp">'>><<set $gvar.var13 to "girl4">><<inDialog "chars">><</button>>
<div class="overlay-text2">$girl4.name1</div>
<<else>>
<span class="button-disabled"><<button '<img src="images/GPG1O/char/thumb/random_woman.webp">' >><</button>></span>
<div class="overlay-text2">$girl4.name1 </div>
<</if>>
</div>
<div class="image-container-chara">
<<if $girl5.var.var1 is 1>>
<<button '<img src="images/GPG1O/char/thumb/adelle.webp">' >><<set $gvar.var13 to "girl5">><<inDialog "chars">><</button>>
<div class="overlay-text2">$girl5.name1 </div>
<<else>>
<span class="button-disabled"><<button '<img src="images/GPG1O/char/thumb/random_woman.webp">' >><</button>></span>
<div class="overlay-text2">$girl5.name1 </div>
<</if>>
</div>
<div class="image-container-chara">
<<if $girl6.var.var1 is 1>>
<<button '<img src="images/GPG1O/char/thumb/cayenne.webp">' >><<set $gvar.var13 to "girl6">><<inDialog "chars">><</button>>
<div class="overlay-text2">$girl6.name1 </div>
<<else>>
<span class="button-disabled"><<button '<img src="images/GPG1O/char/thumb/random_woman.webp">' >><</button>></span>
<div class="overlay-text2">$girl6.name1 </div>
<</if>>
</div>
<div class="image-container-chara">
<<if $girl8.var.var1 is 1>>
<<button '<img src="images/GPG1O/char/thumb/mira.webp">' >><<set $gvar.var13 to "girl8">><<inDialog "chars">><</button>>
<div class="overlay-text2">$girl8.name1 </div>
<<else>>
<span class="button-disabled"><<button '<img src="images/GPG1O/char/thumb/random_woman.webp">' >><</button>></span>
<div class="overlay-text2">$girl8.name1 </div>
<</if>>
</div>
<div class="image-container-chara">
<<if $girl9.var.var1 is 1>>
<<button '<img src="images/GPG1O/char/thumb/kenzie_madison.webp">' >><<set $gvar.var13 to "girl9">><<inDialog "chars">><</button>>
<div class="overlay-text2">$girl9.name1 </div>
<<else>>
<span class="button-disabled"><<button '<img src="images/GPG1O/char/thumb/random_woman.webp">' >><</button>></span>
<div class="overlay-text2">$girl9.name1 </div>
<</if>>
</div>
</div>
<</nobr>><<nobr>>
<<if $act is "">>
<style>body {background-image: url("images/GPG1O/loca/guvment/church/church_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You are inside the church. What to do, oh what to do.<br><br>
<span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "church">><<audio ":playing" stop>><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<constant_reset>>/*to loosely reset any variables that needs resetting. loosely because it's not gamebreaking if they're not resetted, just ugly or annoying.*/
<<set _temptime to $gameDate.getHours()>>
<<set _tempday to $gameDate.getDay()>>
<<set _tempmonth to $gameDate.getMonth()>>
<<if _temptime lt 18 and _temptime gte 7>><<set _unioh to true>><<else>><<set _unioh to false>><</if>> /%_unioh is "university operating hour"%/
<<if _tempday is 6 or _tempday is 0>><<set _weekend to true>><<else>><<set _weekend to false>><</if>>
<<set $gvar.var7 to 1>>
<<if $act is "beach">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/beach.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You are at the beach.<br><br>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/beach_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You are at the beach.<br><br>
<</if>>
<<if $player.energy gte 1>>
<<button "Take a walk (-0.5 energy)" "BEACH">><<set $act to "stroll", $player.energy -=0.5>><</button>>
<<else>>
<span class="button-disabled"><<button "Take a walk (-0.5 energy)">><</button>></span>
<</if>>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "city">><</button>></span>
<<elseif $act is "downtown">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/downtown.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/downtown_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<div class="image-row">
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/thumb/realtor.webp">' "DOWNTOWN">><<set $act to "real", $act2 to "">><</button>>
<div class="overlay-text2"><<print "Realtor Agency".toUpperCase()>></div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/thumb/dealership.webp">' "DOWNTOWN">><<set $act to "card", $act2 to "">><</button>>
<div class="overlay-text2"><<print "Car Dealership".toUpperCase()>></div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/thumb/restaurant.webp">' "DOWNTOWN">><<set $act to "rest", $act2 to "">><</button>>
<div class="overlay-text2"><<print "Restaurant".toUpperCase()>></div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/thumb/bar.webp">' "DOWNTOWN">><<set $act to "bar", $act2 to "">>
<</button>>
<div class="overlay-text2"><<print "Bar".toUpperCase()>></div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/thumb/stripclub.webp">' "DOWNTOWN">><<set $act to "stri", $act2 to "">><</button>>
<div class="overlay-text2"><<print "Stripclub".toUpperCase()>></div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/thumb/bank.webp">' "DOWNTOWN">><<set $act to "bank", $act2 to "">><</button>>
<div class="overlay-text2"><<print "Bank".toUpperCase()>></div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/thumb/hospital.webp">' "DOWNTOWN">><<set $act to "hosp", $act2 to "">><</button>>
<div class="overlay-text2"><<print "Hospital".toUpperCase()>></div>
</div>
</div>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "city">><</button>></span>
<<elseif $act is "gym">>
<<set $gymtempvar to {"var1":0, "var2":0}>>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/gym.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/gym.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You are at the 24/7 gym.<br><br>
<img src="images/GPG1O/loca/gym.webp"><br><br>
<<if $player.energy gte Math.round($player.fitness/2)>><<button "Workout (-55% Energy, 1 hr)" "GYM">><<set $act to "workout">><</button>><<else>><span class="button-disabled"><<button "Workout (55% Energy, 1 hr)" "GYM">><</button>></span><</if>>
/%check if player knows anyone at the gym, to enable the - look around for... - button. this is checked manually, meaning i have to know what girl is available and if the player has introduced himself to them. %/
<<set _total to $girl6.var.var1>>/% adding up all the girl's var.var1 should indicate how many people the player knows/has unlocked at the gym %/
<<if _total gt 0>>
<<set _playerknowssomeoneatthegym to true>>
<</if>>
<<if _playerknowssomeoneatthegym>><br>
<<message 'Look around for...' btn>>
<div style="margin-left:30px;">
<<if $girl6.var.var1 is 1>><<button "$girl6.name1" "CITY1">><<set $act to "gym_waitfor", $act2 to "cayenne">><</button>><</if>>
</div>
<</message>>
<</if>>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "city", $gvar.var7 to 1>><<unset $gymtempvar>><</button>></span>
<<elseif $act is "gym_waitfor">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/gym.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/gym.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<addmins 30>>
<<if $act2 is "cayenne">>
<<include "GYM_CAYENNE">>
<<else>>
That person does not exist.<br><br>
<</if>>
<br><span id="back"><<button "Back" "CITY1">><<set $act to "gym">><</button>></span>
<<elseif $act is "highschool">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/highschool.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You are at the St. Cleavage school.<br><br>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/highschool_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You are at the St. Cleavage school.<br><br>
<</if>>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "city">><</button>></span>
<<elseif $act is "mall">>
<<set_gvar_var3>>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/mall_out.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/mall_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You are at the mall. It usually opens at 9 a.m.<br><br>
<<check_operatingStatus $buildingOperatingHours.mall "one">>
<<if $buildingOperatingHours.mall.operatingHour.one.status>>
<<button "Enter" "MALL">><<set $act to "main">>
<<cacheaudio "mallsong" "images/GPG1O/sound/mallsong.m4a">>
<<audio "mallsong" volume 0 fadeoverto 3 0.5 loop>>/%play audio%/
<</button>><br>
<<else>>
<span class="button-disabled"><<button "Enter (CLOSED)">><</button>></span><br>
<</if>>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "city">><</button>></span>
<<elseif $act is "park">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/park.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/park_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You are at the park.<br>
<<check_nextevent $girl2>>
<<if $girl2.var.var7 is 1>>
<<if $girl2.nextevent.one.detail.status isnot "overdue">>
<<if $gameDate.getHours() gte 15 and $gameDate.getHours() lte 16 and $gameDate.getDay() is 6 >>
<<set _date_lila to true>>
<</if>>
<<else>>
<<set $girl2.var.var7 to 0, $girl2.love-=$girl2.personality.angerpenalty>>
<<notify 5s>>You missed your date with $girl2.name1. (-$girl2.personality.angerpenalty Love)<</notify>>
<</if>>
<</if>>
<<if $player.energy gt 1>><br><<button "Go for a walk" "PARK">><<set $act to "walk">><<set_gvar_var3 0 100>><</button>><<else>><span class="button-disabled"><<button "Go for a walk">><</button>></span><</if>>
<<if _date_lila>><<button "Go on a date with $girl2.name1" "PARK">><<set $act to "LILA", $act2 to "date1", $girl2.var.var7 to 0>><</button>><</if>>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "city">><</button>></span>
<<elseif $act is "subwaystation">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/subway_station.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/subway_station_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You are in the subway station.<br><br>
/*<img src="images/GPG1O/loca/subway_station.webp"><br><br>*/
<<check_operatingStatus $buildingOperatingHours.subway "one">>
<<if $buildingOperatingHours.subway.operatingHour.one.status>>
<<button "Go to Guvment District" "GUVMENTDISTRICT">><<set $act to "main", $player.cash -=5>><<addmins $traveltime.five>><<sound_subway_arrived>><</button>>
<<button "Go to Dreamdale (Suburb)" "NAVIGATE1">><<set $act to "suburb1", $player.cash -=6>><<addmins $traveltime.five>><<sound_subway_arrived>><</button>>
<<else>>
<<if $player.cash lt 7>>
<span class="button-disabled"><<button "Not enough money ($player.cash)">><</button>></span>
<<else>>
<span class="button-disabled"><<button "(CLOSED)">><</button>></span>
<</if>>
<</if>>
<br> <span id="back"><<button "Exit the station" "NAVIGATE1">><<set $act to "city">><</button>></span>
<<elseif $act is "university">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/university.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You are at the Local University. <<if $univar.var2 is 0>>There's an enrollment poster pinned on the boards next to the entrance.<<else>> You are a student at this university.<</if>><br><br>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/university_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You are at the Local University. <<if $univar.var2 is 0>>There's an enrollment poster pinned on the boards next to the entrance.<<else>> You are a student at this university.<</if>><br><br>
<</if>>
<<check_operatingStatus $buildingOperatingHours.university "one">>
<<if $univar.var2 is 1>>
<<if $buildingOperatingHours.university.operatingHour.one.status and _tempmonth gt 0>>
<<button "Enter" "UNI">><<set $act to "hallway">><</button>>
<<else>>
<span class="button-disabled"><<button "Enter (CLOSED)" "UNI">><</button>></span>
<</if>>
<<else>>
<<button "Check out the poster" "CITY1">><<set $act to "university_checkposter">><</button>>
<</if>>
<<set $act4 to passage()>>
<<include "kenzie_uni_outside">>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "city">><</button>></span>
<<elseif $act is "university_checkposter">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/university.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/university_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You carefully inspect the university enrollment poster. There's some mispellings here and there but the important details are present. It looks like a new semester is about to start.
The enrollment fee is $ $univar.var3.<br><br>
<img src="images/GPG1O/others/uni_poster.webp"><br><br>
Your highschool life was miserable, but maybe college is going to be different. You decide to: <br><br>
<<check_operatingStatus $buildingOperatingHours.university "one">>
<<if $buildingOperatingHours.university.operatingHour.one.status>>
<<button "Enroll" "UNI">>
<<if $player.cash gte $univar.var3>>
<<set $act to "enroll">><<addhours 2>>
<<else>>
<<set $act to "enroll_notEnoughMoney">>
<</if>>
<</button>>
<span id="back"><<button "Not enroll" "CITY1">><<set $act to "university">><</button>></span>
<<else>>
<<button "The uni isn't open. Come back another time." "CITY1">><<set $act to "university">><</button>><br>
<</if>>
<<else>>
Fuckkkk, sorry brotha, my bad. This is an error, you shouldn't be here.<br><br>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "city"<</button>></span>
<</if>>
<</nobr>><<nobr>>
<<set _temptime to $gameDate.getHours()>>
<<if $act_1 is "citycenter_temp">>
You are at the city center, or was it in? is?<br><br>
There are things to do and places to visit, but the time isn't right, or rather, the time hasn't come. Soon, my child, soon.<br><br>
<<button "Take a walk" "CITY_CENTER_takeawalk">><<set $act to "takeawalk">><</button>><br>
<<elseif $act_1 is "">>
You are at the city center, or was it in? is?<br><br>
<<check_operatingStatus $buildingOperatingHours.nightclub "one">>
<<set _nightoh to $buildingOperatingHours.nightclub.operatingHour.one.status>>
<div class="image-row">
<div class="image-container3">
<<if !$gvar.var1>><<button'<img src="images/GPG1O/loca/guvment/cc/thumb/nightclub.webp">' $act2>><<set $act_1 to "nightclub">><<if _nightoh>><<playclubsong>><</if>><</button>>
<<else>><<button '<img src="images/GPG1O/loca/guvment/cc/thumb/nightclub_night.webp">' $act2>><<set $act_1 to "nightclub">><<if _nightoh>><<playclubsong>><</if>><</button>>
<</if>>
<div class="overlay-text2"><<print "Nightclub".toUpperCase()>></div>
</div>
<div class="image-container3">
<<if !$gvar.var1>><<button'<img src="images/GPG1O/loca/guvment/cc/thumb/pawnshop.webp">' $act2>><<set $act_1 to "pawnshop">><</button>>
<<else>><<button'<img src="images/GPG1O/loca/guvment/cc/thumb/pawnshop_night.webp">' $act2>><<set $act_1 to "pawnshop">><</button>>
<</if>>
<div class="overlay-text2"><<print "Pawn shop".toUpperCase()>></div>
</div>
<div class="image-container3">
<<if !$gvar.var1>><<button'<img src="images/GPG1O/loca/guvment/cc/thumb/alley.webp">' $act2>><<set $act_1 to "alley">><</button>>
<<else>><<button '<img src="images/GPG1O/loca/guvment/cc/thumb/alley_night.webp">' $act2>><<set $act_1 to "alley">><</button>>
<</if>>
<div class="overlay-text2"><<print "The Alleys".toUpperCase()>></div>
</div>
<div class="image-container3">
<<if !$gvar.var1>><<button'<img src="images/GPG1O/loca/guvment/cc/thumb/occultshop.webp">' $act2>><<set $act_1 to "occultshop">><</button>>
<<else>><<button '<img src="images/GPG1O/loca/guvment/cc/thumb/occultshop_night.webp">' $act2>><<set $act_1 to "occultshop">><</button>>
<</if>>
<div class="overlay-text2"><<print "Witch Shop".toUpperCase()>></div>
</div>
</div>
<br>
<<if $player.energy gte 1>>
<<button "Take a stroll" "CITY_CENTER_takeawalk">><<set $act to "takeawalk", $player.energy -=1>><</button>><br>
<<else>>
<span class="button-disabled"><<button "Take a stroll">><</button>></span><br>
<</if>>
<span id="back"><<button "Back" $act2>><<set $act to "main", $act2 to "">><</button>></span>
<<elseif $act_1 is "nightclub">>
<<set _tempday to $gameDate.getDay()>>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/nightclub.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/nightclub_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<set _clubchargeentrance to 50>>
<<audio ":playing" volume 0.2>>
<<check_operatingStatus $buildingOperatingHours.nightclub "one">>
<<set _nightoh to $buildingOperatingHours.nightclub.operatingHour.one.status>>
<<if _nightoh>>
<i>Dubz dubz dubz dubz dubz dubz dubz</i><br>
<<if $player.cash gt _clubchargeentrance>>
<br><<button "Go in ($<<=_clubchargeentrance>>)" "CITY_CENTER_nightclub">><<set $act to "", $player.cash -= _clubchargeentrance>><</button>>
<<else>>
<br><span class="button-disabled"><<button "Go in" >><</button>></span> NO MONEY<br>
<</if>>
<<else>>
The silence was palpable, except for the sound of traffic, the planes going by, and people walking around you. The club is closed.<br>
<</if>>
<br><span id="back"><<button "Back" $act2>><<set $act_1 to "">><<audio ":playing" fadeoverto 1 0>><<timed 1s>><<audio ":playing" stop>><</timed>><</button>></span>
<<elseif $act_1 is "pawnshop">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/pawnshop.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/pawnshop_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<check_operatingStatus $buildingOperatingHours.pawnshop "one">>
<<set _pawnoh to $buildingOperatingHours.pawnshop.operatingHour.one.status>>
Pawnshop bebe. <<if !_pawnoh>> It's not open. <</if>><br>
<<if _pawnoh>>
<br><<button "Go in" "CITY_CENTER_pawnshop">><<set $act to "">><</button>>
<</if>>
<br><span id="back"><<button "Back" $act2>><<set $act_1 to "">><</button>></span>
<<elseif $act_1 is "alley">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/alley.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/alley_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<if _temptime gte 0 and _temptime lte 5>>
<<set _sleeppossible to 1>>
<</if>>
*checks surrounding*<br>
<<if _sleeppossible is 1>>
<br><<button "Sleep" "sleep">><<set $act2 to $act, $act to "sleep_homeless", $act3 to passage()>><<audio ":playing" stop>><<addstress 2>><</button>>
<</if>>
<br><span id="back"><<button "Back" $act2>><<set $act_1 to "">><</button>></span>
<<elseif $act_1 is "occultshop">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/occultshop.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/occultshop_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<check_operatingStatus $buildingOperatingHours.witchshop "one">>
<<set _witchoh to $buildingOperatingHours.witchshop.operatingHour.one.status>>
OooOOOooooh.<<if !_witchoh>> It's not open. <</if>><br>
<<if _witchoh>>
<br><<button "Go in" "CITY_CENTER_witchshop">><<set $act to "">><</button>>
<</if>>
<br><span id="back"><<button "Back" $act2>><<set $act_1 to "">><</button>></span>
<<else>>
<</if>>
<</nobr>><<nobr>>
<<check_operatingStatus $buildingOperatingHours.nightclub "one">>
<<set _nightoh to $buildingOperatingHours.nightclub.operatingHour.one.status>>
<<if !_nightoh>>
<<set $act to "getout">>
<</if>>
<<if $act is "">>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/nightclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<audio ":playing" volume 1>>
<div class="image-row">
<div class="image-container3">
<<button'<img src="images/GPG1O/loca/guvment/cc/nightclub/thumb/nightclub_bar.webp">' "CITY_CENTER_nightclub">><<set $act to "bar">><</button>>
<div class="overlay-text2"><<print "Bar".toUpperCase()>></div>
</div>
<div class="image-container3">
<span class="button-disabled"><<button'<img src="images/GPG1O/loca/guvment/cc/nightclub/thumb/nightclub_vip.webp">'>><</button>>
<div class="overlay-text2"><<print "Vip".toUpperCase()>></div></span>
</div>
<div class="image-container3">
<<button'<img src="images/GPG1O/loca/guvment/cc/nightclub/thumb/nightclub_toilet.webp">' "CITY_CENTER_nightclub">><<set $act to "washroom">><</button>>
<div class="overlay-text2"><<print "Washroom".toUpperCase()>></div>
</div>
</div>
<<if $player.energy gt 1>>
<<set _canclub to true>>
<</if>>
<<if _canclub>>
<br><<button "It's clubbin time" "CITY_CENTER_nightclub">><<set $act to "clubbin", $player.energy -=1>><<addstress -1>><</button>>
<<else>>
<br><span class="button-disabled"><<button "It's clubbin time">><</button>></span>
<</if>>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "city_center">><</button>></span>
<<elseif $act is "getout">>
Your fun times were abruptly cut short as the club is now closing. <br>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "city_center">><</button>></span>
<<elseif $act is "clubbin">>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/nightclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<set _random to random(1,2)>>
<<if _random is 1>>/*normal events*/
<<set _list1 to ["club_ns_1.mp4", "club_ns_2.mp4", "club_ns_3.mp4", "club_ns_4.mp4", "club_ns_5.mp4", "club_ns_6.mp4", "club_ns_7.mp4",
"club_ns_8.mp4", "club_ns_9.mp4", "club_ns_11.mp4", "club_ns_12.mp4", "club_ns_13.mp4", "club_ns_14.mp4", "club_ns_15.mp4"]>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/nightclub/nsexy/' + _list1.random() + '" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
Feeling the bass thump and the lights pulse, you let the night and the alcohol wash away your worries. It's all about fun and forgetting everything else for a while, like these guys.<br>
<<elseif _random is 2>>/*sexy events*/
<<set _temp2 to 1>>
<<if _temp2 is 1>>
<<set _list1 to ["club_sexy_1.mp4", "club_sexy_2.mp4", "club_sexy_3.mp4", "club_sexy_4.mp4", "club_sexy_5.mp4", "club_sexy_6.mp4", "club_sexy_7.mp4", "club_sexy_8.mp4", "club_sexy_9.mp4"]>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/nightclub/sexy/' + _list1.random() + '" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
You're clubbin it, and you notice the stunning girls around you. Oh what you would to with these gyatts if you could.<br>
<<else>>/*can actually be deleted, if i forgot what this does*/
<img src="images/GPG1O/char/general/bar/pics/nameless.webp"><br><br>
<</if>>
<<else>>/*Interractable events*/
<<set _temp2 to random(0,8) >>
<<if _temp2 is 1>>
<img src="images/GPG1O/char/general/bar/pics/alexa_grace.webp"><br><br>
As you were having fun, your attention was caught by one of the girls in the bar.<br>
<<else>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/bar/' + "bar12.mp4" + '" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
<</if>>
<</if>>
<br><span id="back"><<button "Back" "CITY_CENTER_nightclub">><<set $act to "">><</button>></span>
<<elseif $act is "washroom">>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/nightclub/nightclub_toilet.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<audio ":playing" volume 0.4>>
It is unheard of to have a washroom this clean at a nightclub this big.<br>
<br><span id="back"><<button "Back" "CITY_CENTER_nightclub">><<set $act to "">><</button>></span>
<<elseif $act is "bar">>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/nightclub/nightclub_bar.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<audio ":playing" volume 0.75>>
Nothing to do here yet. You can't even order drinks... I know, smh too rn.<br>
<br><span id="back"><<button "Back" "CITY_CENTER_nightclub">><<set $act to "">><</button>></span>
<<elseif $act is "vip">>
This should be impossible for you to see, uh because, you're not supposed to be here, like at all. wtf bro.<br>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/nightclub/nightclub_vip.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<br><span id="back"><<button "Back" "CITY_CENTER_nightclub">><<set $act to "">><</button>></span>
<<else>>
aisduof#P7df789fa0d983l<br><br>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "city_center">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<set _temporaryname to "Man">>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/pawnshop_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<check_operatingStatus $buildingOperatingHours.pawnshop "one">>
<<set _pawnoh to $buildingOperatingHours.pawnshop.operatingHour.one.status>>
<<if !_pawnoh>>
<<set $act to "getout">>
<</if>>
<<if $act is "">>
There are some pretty cool stuffs here, if only you could actually buy any of them...<br>
<br><<button "Talk to the guy at the counter" "CITY_CENTER_pawnshop">><<set $act to "talk">><</button>>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "city_center">><</button>></span>
<<elseif $act is "getout">>
<<dialog $random_man "Oye, carnal, ya llevas un buen rato aquí nomás dando vueltas. Si no vas a comprar ni vender nada, mejor vete. No puedes estar aquí nomás haciendo nada. ¡Órale, no estés de homeless en mi tienda!" _temporaryname>><br>
<<elseif $act is "sell">>
<<for _key range Object.keys($item)>> /*Quick check if there's anything the player can sell, which will be saved to _sellpossible*/
<<if $item[_key]["quantity"] gt 0 and $item[_key]["resell"] is 1 and _key isnot "item30">> <!-- Check if item quantity is greater than 0 -->
<<set _sellpossible to 1>>
<</if>>
<</for>>
<<if _sellpossible is 1>>
<div class="inventory-row"> <!-- Start of inventory row -->
<<for _key range Object.keys($item)>>
<<if $item[_key]["quantity"] gt 0 and $item[_key]["resell"] is 1 and _key isnot "item30">> <!-- Check if item quantity is greater than 0 -->
<<capture _key>>/*to make sure that the tempvariables prints the current item instead of rewriting them everytime to the current values. DO NOT DELETE.*/
<div class="inventory-item"> <!-- Individual item container -->
<<print '<img src="images/GPG1O/item/' + $item[_key]["picture"] + '" alt="Image" />'>><br>
<<print $item[_key]["name"]>> (<<print $item[_key]["quantity"]>>) <!-- Print item name and quantity -->
<br><<button "Sell">>
<<set $item[_key]["quantity"]-=1, $player.cash += $item[_key]["price"]/2>>
<<goto "CITY_CENTER_pawnshop">>
<</button>>
</div>
<</capture>>
<</if>>
<</for>>
</div> <!-- End of inventory row -->
<<else>>
You don't have anything to sell.<br>
<</if>>
<br><span id="back"><<button "Back" "CITY_CENTER_pawnshop">><<set $act to "">><</button>></span>
<<elseif $act is "buy">>
<<dialog $random_man "Quieres comprar algo, ¿eh? Pues, te tengo malas noticias, carnal. No tengo nada para vender." _temporaryname>><br>
<br><span id="back"><<button "Back" "CITY_CENTER_pawnshop">><<set $act to "talk">><</button>></span>
<<elseif $act is "talk">>
<<dialog $random_man "Bienvenido a mi tienda, ¿qué onda? What can I do for you today? We have a little bit of everything aquí, desde electronics hasta jewelry. Are you looking for something in particular o solo quieres echar un vistazo? " _temporaryname>><br>
<<button "<<dialog $player \"I want to buy things.\">>" "CITY_CENTER_pawnshop">><<set $act to "buy">><</button>>
<<button "<<dialog $player \"I want to sell things.\">>" "CITY_CENTER_pawnshop">><<set $act to "sell">><</button>>
<<button "<<dialog $player \"What is this place?\">>" "CITY_CENTER_pawnshop">><<set $act to "talk_whatisthisplace">><</button>>
<br><br><span id="back"><<button "Back" "CITY_CENTER_pawnshop">><<set $act to "">><</button>></span>
<<elseif $act is "talk_whatisthisplace">>
<<dialog $random_man "¿Qué es este lugar? Pues, ¿qué parece, carnal? ¡Es un pawnshop! Aquí compramos y vendemos de todo un poco. ¿Traes algo que quieras vender o cambiar? Let's get to it, man." _temporaryname>><br>
<br><span id="back"><<button "Back" "CITY_CENTER_pawnshop">><<set $act to "talk">><</button>></span>
<<else>>
aisduof#P7df789fa0d983l<br><br>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "city_center">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/guvment/city_center.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/guvment/city_center_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<if $act is "takeawalk">>
<<addstress -1>>
<<set _random to random(999)>>
<<if _random is 1>>/*normal events*/
<<set _list1 to []>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/bar/' + _list1.random() + '" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
<<elseif _random is 2>>/*sexy events*/
<<set _temp2 to random(0,1)>>
<<if _temp2 is 1>>
<<set _list1 to ["bar1.mp4"]>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/bar/' + _list1.random() + '" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
<<else>>
<img src="images/GPG1O/char/general/bar/pics/nameless.webp"><br><br>
<</if>>
<<else>>/*Interractable events*/
<<set _temp2 to random(999) >>
<<if _temp2 is 1>>
<img src="images/GPG1O/char/general/bar/pics/alexa_grace.webp"><br><br>
As you were having fun, your attention was caught by one of the girls in the bar.<br>
<<else>>
<<addmins 55>>
/*<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/bar/' + "bar12.mp4" + '" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>*/
Taking a walk here, no events yet. (+1 hour) <br><br>
<</if>>
<</if>>
<span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "city_center">><</button>></span>
<<else>>
apsdpfoiauerj adpisfuasdf.908239408-34<br><br>
<span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "city_center">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if $act is "">>
<style>body {background-image: url("images/GPG1O/loca/guvment/cc/occultshop_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
There are some pretty cool stuffs here, if only you could actually buy any of them...<br>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "city_center">><</button>></span>
<<else>>
aisduof#P7df789fa0d983l<br><br>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "city_center">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if $act is "">>
<style>body {background-image: url("images/GPG1O/loca/guvment/city_hall_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
Nothing here yet.<br>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "city_hall">><</button>></span>
<<else>>
aisduof#P7df789fa0d983l<br><br>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "city_hall">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<addmins $traveltime.one>>
<<set _temptime to $gameDate.getHours()>>
<<set _tempday to $gameDate.getDay()>>
<<if $act is "hosp">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/downtown/hospital.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/downtown/hospital_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You in front of the hospital.<br><br>
<img src="images/GPG1O/loca/downtown/hospital.webp"><br><br>
<<check_operatingStatus $buildingOperatingHours.hospital "one">>
<<if $buildingOperatingHours.hospital.operatingHour.one.status>>
<<button "Enter" "HOSPITAL">><<set $act to "">><</button>><br>
<<else>>
<span class="button-disabled"><<button "Enter (CLOSED)">><</button>></span><br>
<</if>>
<span id="back"><<button "Back" "CITY1">><<set $act to "downtown">><</button>></span>
<<elseif $act is "real">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/downtown/realtor.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/downtown/realtor_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You are at the real estate agency.<br><br>
<img src="images/GPG1O/loca/downtown/realtor.webp"><br><br>
<<check_operatingStatus $buildingOperatingHours.real_estate "one">>
<<if $buildingOperatingHours.real_estate.operatingHour.one.status>>
<<button "Enter" "REALTOR">><<set $act to "">><</button>><br>
<<else>>
<span class="button-disabled"><<button "Enter (CLOSED)">><</button>></span><br>
<</if>>
<span id="back"><<button "Back" "CITY1">><<set $act to "downtown">><</button>></span>
<<elseif $act is "card">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/downtown/dealership.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/downtown/dealership_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<if $act2 is "">>
You are at the car dealership.<br><br>
<img src="images/GPG1O/loca/downtown/dealership.webp"><br><br>
<<check_operatingStatus $buildingOperatingHours.dealership "one">>
<<set _cardoh to $buildingOperatingHours.dealership.operatingHour.one.status>>
<<if _cardoh>><<button "Buy a car" "DOWNTOWN">><<set $act to "card", $act2 to "buycar">><</button>><br><<else>><span class="button-disabled"><<button "Buy a car">><</button>></span><br><</if>>
<span id="back"><<button "Back" "CITY1">><<set $act to "downtown">><</button>></span>
<<elseif $act2 is "buycar">>
<div class="image-row">
<div class="shopitem">
<<set _price1 to $item.item30.price>>
<<if $player.cash gte _price1 and $item.item30.quantity is 0>><<button'<img src="images/GPG1O/item/car_blue.webp">' "DOWNTOWN">><<set $act to "card", $item.item30.quantity +=1, $player.cash -= _price1, $traveltime.two to 10>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/car_blue.webp">'>><</button>></span><</if>>
$item.item30.name<br>
Price: _price1 $
</div>
<div class="shopitem">
</div>
<div class="shopitem">
</div>
</div>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act to "card", $act2 to "">><</button>></span>
<<else>>
This is an error inside act2. Please report this to me with as much detail as you can, thank you!<br>
<span id="back"><<button "Back" "CITY1">><<set $act to "downtown">><</button>></span>
<</if>>
<<elseif $act is "bank">>
<style>body {background-image: url("images/GPG1O/loca/downtown/bank_inside_2.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<if $act2 is "">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/downtown/bank.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/downtown/bank_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You're at the bank.<br><br>
<img src="images/GPG1O/loca/downtown/bank.webp"><br><br>
<<check_operatingStatus $buildingOperatingHours.bank "one">>
<<set _banoh to $buildingOperatingHours.bank.operatingHour.one.status>>
<<if _banoh>><<button "Enter" "DOWNTOWN">><<set $act to "bank", $act2 to "inside">><</button>><br><<else>><span class="button-disabled"><<button "Enter (CLOSED)">><</button>></span><br><</if>>
<span id="back"><<button "Back" "CITY1">><<set $act to "downtown">><</button>></span>
<<elseif $act2 is "inside">>
<img src="images/GPG1O/loca/downtown/bank_inside.webp"><br><br>
<<button "Check account" "DOWNTOWN">><<set $act2 to "account">><</button>>
<<button "Check Investment Account" "DOWNTOWN">><<set $act2 to "invest">><</button>><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act to "bank", $act2 to "">><</button>></span>
<<elseif $act2 is "account">>
Balance: $bankvar.var1 $<br>
Investment-account balance: <<print Math.trunc($bankvar.var3)>> $<br><br>
<<button "Withdraw money" "check">><<set $act to "withdraw">><</button>>
<<button "Deposit money""check">><<set $act to "deposit">><</button>>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act2 to "inside">><</button>></span>
<<elseif $act2 is "invest">>
Investment-account balance: <<print Math.trunc($bankvar.var3)>> $<br><br>
<<button "Withdraw money" "check">><<set $act to "withdrawinvest">><</button>>
<<button "Deposit money""check">><<set $act to "depositinvest">><</button>>
/*<<button "Get 1 month worth of interest""check">><<set $act to "invest">><</button>>*/<br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act2 to "inside">><</button>></span>
<<else>>
Sowwyy, the sheems to bwe an ewwor, tell me if you get this ewwor okay? Lwyove wyu.<br><br>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "city">><</button>></span>
<</if>>
<<elseif $act is "rest">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/downtown/restaurant.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/downtown/restaurant_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<if $act2 is "">>
You are at the restaurant. <<if $playervar.var4 is 0>>There are posters on the walls.<</if>><br><br>
<img src="images/GPG1O/loca/downtown/restaurant.webp"><br>
<<check_operatingStatus $buildingOperatingHours.restaurant "one">>
<<set _restoh to $buildingOperatingHours.restaurant.operatingHour.one.status>>
<<if _restoh and $player.cash gte 50>><br><<button "Dine in" "DOWNTOWN">><<set $act2 to "dinein">><<addhours 1>><</button>><<else>><span class="button-disabled"><br><<button "Dine in">><</button>></span><</if>>
<<if $playervar.var4 is 0 and _restoh>><<button "Check the poster out" "DOWNTOWN">><<set $act2 to "checkposter">><</button>><</if>>
<<if $playervar.var4 is 1>><<if _restoh and $player.energy gt 0>><<button "Work" "DOWNTOWN">><<set $act2 to "work1", $player.cash +=20, $player.energy-=1, $player.stress +=0.5>><<addhours 1>><</button>><<else>><span class="button-disabled"><<button "Work">><</button>></span><</if>><</if>>
<br><span id="back"><<button "Back" "CITY1">><<set $act to "downtown">><</button>></span>
<<elseif $act2 is "dinein">>
<<set _random2 to random(700, 1000)>>
<<set _random3 to random(0, 100)>>
<<set _random to random(10, 30)>>
You ate good. The food is terrific, reducing your stress. (-2 Stress). <br><br>
<video autoplay loop muted><source src="images/GPG1O/char/mc/eat_restaurant.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if _random3 lte 15>>
<<cont append>>
The bill arrived and it says "Total : $<<= _random2>>".<br><br>
<<cont append>>
<video autoplay loop muted><source src="images/GPG1O/char/mc/panda_shock.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "Pay and leave" "DOWNTOWN">><<set $act2 to "", $player.cash -= _random2>><</button>>
<<button "Double check" "DOWNTOWN">><<set $act2 to "dinein_doublecheck">><</button>>
<</cont>>
<</cont>>
<<else>>
<<set $player.cash -=_random, $player.stress to Math.clamp($player.stress -=2, 0, $player.fitness)>>
<<cont append>>
The bill arrived and it says "Total : $<<= _random>>".<br><br>
<<cont append>>
<span id="back"><<button "Pay and leave" "DOWNTOWN">><<set $act2 to "">><</button>></span>
<</cont>>
<</cont>>
<</if>>
<<elseif $act2 is "dinein_doublecheck">>
<<set $player.cash -= 20>>
You looked at the bill carefully and noticed that the table number is different. You quickly called the waiter and told them about it. The restaurant has offered you a discount for your meals as a token of apology. You only paid $20.<br><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act2 to "">><</button>></span>
<<elseif $act2 is "checkposter">>
<img src="images/GPG1O/others/jobs/jobposting_restaurant.webp"><br>
You read the poster carefully. It's a pretty nice poster, after all. Someone must've spent quite some time making it.
Anyway, the restaurant is looking to hire waiters. It shouldn't be that hard to work as a server, right? <br><br>
<<button "Sign up" "DOWNTOWN">><<set $act2 to "signupjob", $playervar.var4 to 1>><</button>><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act2 to "">><</button>></span>
<<elseif $act2 is "signupjob">>
You walk into the restaurant and inquired whether the job is still available or not. Unfortunately, they're only looking for part-timers for now. You took the job anyway.<br><br>
<img src="images/GPG1O/char/general/handshake.webp"><br>
You can start working here whenever the restaurant is open.<br><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act2 to "">><</button>></span>
<<elseif $act2 is "work1">>
<<set _tips to random(0,30)>>
<<set $player.cash += _tips>>
<video autoplay loop muted><source src="images/GPG1O/char/mc/work/work_restaurant_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You worked for an hour and earned $<<print "20," + " plus $" + _tips + " in tips.">>.<br><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act2 to "">><</button>></span>
<<else>>
You shouldn't be here, this is an error. Gomenasai playa-kun. 123345<br><br>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "downtown">><</button>></span>
<</if>>
<<elseif $act is "bar">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/downtown/bar.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/downtown/bar_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You are at the bar.<br><br>
<img src="images/GPG1O/loca/downtown/bar.webp"><br><br>
<<check_operatingStatus $buildingOperatingHours.bar "one">>
<<set _baroh to $buildingOperatingHours.bar.operatingHour.one.status>>
<<if _baroh>><<button "Enter" "DOWNTOWN">><<set $act to "bar_interior">>
<<cacheaudio "barsong" "images/GPG1O/sound/piano_bar.opus">>
<<audio "barsong" play loop volume 0.75 >>/%play audio%/
<<cacheaudio "chatter" "images/GPG1O/sound/chatter_background.opus">>
<<audio "chatter" play loop volume 0.4>>/%play audio%/
<</button>><br><<else>><span class="button-disabled"><<button "Enter (CLOSED)">><</button>></span><br><</if>>
<span id="back"><<button "Back" "CITY1">><<set $act to "downtown">><<audio ":playing" stop>><</button>></span>
<<elseif $act is "bar_interior">>
<<check_operatingStatus $buildingOperatingHours.bar "one">>
<<if !$buildingOperatingHours.bar.operatingHour.one.status>>
<<set $act2 to "getout_bar">>
<</if>>
<style>body {background-image: url("images/GPG1O/loca/downtown/bar/bar_interior2.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<if $act2 is "">>
You are inside the bar.<br><br>
<div class="image-row">
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/bar/thumb/bar_counter.webp">' "DOWNTOWN">><<set $act2 to "counter">><</button>>
<div class="overlay-text2">COUNTER</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/bar/thumb/bar_bathroom1.webp">' "DOWNTOWN">><<set $act2 to "toilet">><</button>>
<div class="overlay-text2">BATHROOM</div>
</div>
</div>
<<if $player.energy gt 0>>
<br><<button "Have fun and socialize" "DOWNTOWN">><<set $act_1 to "socialize", $act2 to "socialize", $player.energy -=1>><<addstress -1>><</button>>
<<else>>
<br><span class="button-disabled"><<button "Have fun and socialize">><</button>></span>
<</if>>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act to "bar", $act2 to "">><<audio ":playing" stop>><</button>></span>
<<elseif $act2 is "socialize">>
<<include "BAR">>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act2 to "">><</button>></span>
<<elseif $act2 is "getout_bar">>
The bar is closing. You check for all your stuff before leaving.<br>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act to "bar", $act2 to "">><<audio ":playing" stop>><</button>></span>
<<elseif $act2 is "toilet">>
You are in the toilet. It's a shared bathroom, how nice.<br><br>
<img src="images/GPG1O/loca/downtown/bar/bar_bathroom1.webp"><br>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act2 to "">><</button>></span>
<<elseif $act2 is "counter">>
You take a seat on the seat in front of the counter.<br><br>
<img src="images/GPG1O/loca/downtown/bar/bar_counter.webp"><br>
<br><<if $player.cash gte 10>><<button "Order a drink" "DOWNTOWN">><<set $act2 to "order_drink", $player.cash -= 5>><</button>><<else>><span class="button-disabled"><<button "Order a drink">><</button>></span><</if>>
<<button "Talk to the bartender" "DOWNTOWN">><<set $act2 to "talk_barista">><</button>>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act2 to "">><</button>></span>
<<elseif $act2 is "order_drink">>
<<set _drinks to ["Beer", "Wine", "Whiskey", "Vodka", "Rum", "Tequila", "Gin", "Cider", "Martini", "Margarita", "Mojito", "Old Fashioned", "Cosmopolitan", "Bloody Mary", "Negroni", "Pina Colada", "Daiquiri", "Long Island Iced Tea", "Mocktails", "Softdrinks", "Juice", "Sparkling water"]>>
<<set _chosen_drink to _drinks.random()>>
<<set $player.intelligence -= 0.25>>
<<set $player.stress to Math.clamp ($player.stress -=1, 0, 100)>>
You ordered and drank _chosen_drink. (-1 Stress, -5 Cash, -0.25 Intelligence)<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/general/bar/bar11.mp4" type="video/mp4">Your browser does not support the video tag.</video><br>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act2 to "counter">><</button>></span>
<<elseif $act2 is "talk_barista">>
You made some small talk to the bartender.<br><br>
<<dialog $player "Hey">><br>
<<dialog $random_man "Hey" "Bartender">><br>
<<talk_general $player>><br>
<<talk_response_general $random_man "Bartender">><br>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act2 to "counter">><</button>></span>
<</if>>
<<elseif $act is "stri">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You are at the stripclub.<br><br>
<img src="images/GPG1O/loca/downtown/stripclub.webp"><br><br>
<<check_operatingStatus $buildingOperatingHours.stripclub "one">>
<<set _stroh to $buildingOperatingHours.stripclub.operatingHour.one.status>>
<<if _stroh>><<button "Enter" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "">>
<<cacheaudio "barsong" "images/GPG1O/sound/stripclubsong.m4a">>
<<audio "barsong" volume 0 fadeoverto 3 1 loop>>
<</button>><br><<else>><span class="button-disabled"><<button "Enter (CLOSED)">><</button>></span><br><</if>>
<span id="back"><<button "Back" "CITY1">><<set $act to "downtown">><</button>></span>
<<elseif $act is "stri_interior">>
<<check_operatingStatus $buildingOperatingHours.stripclub "one">>
<<if !$buildingOperatingHours.stripclub.operatingHour.one.status>>
<<set $act2 to "getout_stripclub">>
<</if>>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<if $act2 is "">>
You are inside the stripclub.<br><br>
<div class="image-row">
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/stripclub/stripclub_counter.webp">' "DOWNTOWN">><<set $act2 to "counter">><</button>>
<div class="overlay-text2">COUNTER</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/stripclub/stripclub_stage.webp">' "DOWNTOWN">><<set $act2 to "stage">><</button>>
<div class="overlay-text2">STAGE</div>
</div>
<div class="image-container2">
<span class="button-disabled"><<button'<img src="images/GPG1O/loca/downtown/stripclub/stripclub_vip.webp">' "DOWNTOWN">><<set $act2 to "vip">><</button>>
<div class="overlay-text2">VIP AREA</div>
</span>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/stripclub/stripclub_toilet.webp">' "DOWNTOWN">><<set $act2 to "toilet">><</button>>
<div class="overlay-text2">TOILET</div>
</div>
</div>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act to "stri", $act2 to "">><<audio ":playing" stop>><</button>></span>
<<elseif $act2 is "vip">>
You're at the VIP section.<br><br>
<img src="images/GPG1O/loca/downtown/stripclub/stripclub_vip.webp"><br>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "">><</button>></span>
<<elseif $act2 is "stage">>
You're next to the stage with some of the other guys.<br><br>
<<talk_general $random_man "encouragement" "Casual stripclub enjoyer">><br>
<img src="images/GPG1O/loca/downtown/stripclub/stripclub_stage.webp"><br>
<br><<button "Watch" "STRIPCLUB">><<set $act to "adelle">><</button>>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "">><</button>></span>
<<elseif $act2 is "counter">>
You take a seat on the seat in front of the counter.<br><br>
<img src="images/GPG1O/loca/downtown/stripclub/stripclub_counter.webp"><br>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "">><</button>></span>
<<elseif $act2 is "toilet">>
You are in the toilet.<br><br>
<img src="images/GPG1O/loca/downtown/stripclub/stripclub_toilet.webp"><br>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "">><</button>></span>
<<elseif $act2 is "getout_stripclub">>
The stripclub is closing. You check for all your stuff before leaving.<br>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act to "stri", $act2 to "">><<audio ":playing" stop>><</button>></span>
<</if>>
<<else>>
You shouldn't be here, this is an error. Gomenasai playa-kun.<br><br>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "downtown">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<div style="text-align: center;">
GAMEOVER<br>
GAMEOVER<br>
GAMEOVER<br>
GAMEOVER<br>
GAMEOVER<br><br>
You let the stress pile up like a tower, and as it reached dizzying heights, your fitness crumbled, ultimately costing you your life. <br><br>
<<link "THE END" "Init">><</link>> <br><br>
Thanks for playing.<br><br>
GAMEOVER<br>
GAMEOVER<br>
GAMEOVER<br>
GAMEOVER<br>
GAMEOVER<br>
</div>
<</nobr>>
<<script>>
UIBar.hide().stow(true);
<</script>><<nobr>>
<<addmins $traveltime.one>>
<<if $act is "main">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/goverment_district_1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/goverment_district_1_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You are at the Guvment District. There is nothing here yet.<br><br>
<div class="image-row">
<div class="image-container2">
<<if !$gvar.var1>><<button'<img src="images/GPG1O/loca/guvment/thumb/city_center.webp">' "GUVMENTDISTRICT">><<set $act to "city_center", $act_1 to "">><</button>>
<<else>><<button'<img src="images/GPG1O/loca/guvment/thumb/city_center_night.webp">' "GUVMENTDISTRICT">><<set $act to "city_center", $act_1 to "">><</button>>
<</if>>
<div class="overlay-text2"><<print "City Center".toUpperCase()>></div>
</div>
<div class="image-container2">
<<if !$gvar.var1>><<button'<img src="images/GPG1O/loca/guvment/thumb/city_hall.webp">' "GUVMENTDISTRICT">><<set $act to "city_hall">><</button>>
<<else>><<button '<img src="images/GPG1O/loca/guvment/thumb/city_hall_night.webp">' "GUVMENTDISTRICT">><<set $act to "city_hall">><</button>>
<</if>>
<div class="overlay-text2"><<print "City Hall".toUpperCase()>></div>
</div>
<div class="image-container2">
<<if !$gvar.var1>><<button'<img src="images/GPG1O/loca/guvment/thumb/church.webp">' "GUVMENTDISTRICT">><<set $act to "church">><</button>>
<<else>><<button'<img src="images/GPG1O/loca/guvment/thumb/church_night.webp">' "GUVMENTDISTRICT">><<set $act to "church">><</button>>
<</if>>
<div class="overlay-text2"><<print "Church".toUpperCase()>></div>
</div>
<div class="image-container2">
<<if !$gvar.var1>><<button'<img src="images/GPG1O/loca/guvment/thumb/hotel.webp">' "GUVMENTDISTRICT">><<set $act to "hotel">><</button>>
<<else>><<button'<img src="images/GPG1O/loca/guvment/thumb/hotel_night.webp">' "GUVMENTDISTRICT">><<set $act to "hotel">><</button>>
<</if>>
<div class="overlay-text2"><<print "Hotel".toUpperCase()>></div>
</div>
<div class="image-container2">
<<if !$gvar.var1>><<button'<img src="images/GPG1O/loca/guvment/thumb/pd.webp">' "GUVMENTDISTRICT">><<set $act to "pd">><</button>>
<<else>><<button'<img src="images/GPG1O/loca/guvment/thumb/pd_night.webp">' "GUVMENTDISTRICT">><<set $act to "pd">><</button>>
<</if>>
<div class="overlay-text2"><<print "P.D.".toUpperCase()>></div>
</div>
</div>
<br><span id="back"><<button "Train Station" "STATIONS">><<set $act5 to "guvmentdistrict", $act4 to $act, $act3 to passage(), $act to "station1" >><</button>></span>
<<elseif $act is "church">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/guvment/church.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/guvment/church_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<check_operatingStatus $buildingOperatingHours.church "one">>
<<set _churchoh to $buildingOperatingHours.church.operatingHour.one.status>>
You are in front of the church's entrance. <<if _churchoh>>The doors are locked.<</if>><br>
<<if _churchoh>>
<br><<button "Enter" "CHURCH">><<set $act to "">>
<<cacheaudio "dmc3" "images/GPG1O/sound/dmc3_64_22050.m4a">>
<<audio "dmc3" volume 0 fadeoverto 2 0.5 loop>>/%play audio%/
<</button>>
<</if>>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "main">><</button>></span>
<<elseif $act is "city_hall">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/guvment/city_hall.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/guvment/city_hall_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<check_operatingStatus $buildingOperatingHours.cityhall "one">>
<<set _choh to $buildingOperatingHours.cityhall.operatingHour.one.status>>
You are in front of the city hall building.<br>
<<if _choh>>
<br><<button "Go in" "CITY_HALL">><<set $act to "">><</button>>
<</if>>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "main">><</button>></span>
<<elseif $act is "city_center">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/guvment/city_center.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/guvment/city_center_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<set $act2 to passage()>>
<<include "CITY_CENTER">>
<<elseif $act is "hotel">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/guvment/hotel.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/guvment/hotel_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You are in front the hotel.<br><br>
<<button "Enter" "HOTEL">><<set $act to "">>
<<audio ":playing" stop>>
<<cacheaudio "lounge1" "images/GPG1O/sound/lounge1.opus">>
<<audio "lounge1" volume 0 fadeoverto 1 0.4 loop>>/%play audio fadeoverto time level loop%/
<</button>>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "main">><</button>></span>
<<elseif $act is "pd">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/guvment/pd.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/guvment/pd_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<check_operatingStatus $buildingOperatingHours.policedepartment "one">>
<<set _pdoh to $buildingOperatingHours.policedepartment.operatingHour.one.status>>
You are in front of the police department.<br>
<<if _pdoh>>
<br><<button "Go in" "PD">><<set $act to "">><</button>>
<</if>>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "main">><</button>></span>
<<else>>
Error #094830dc0-8v. Sorry. Teehee.<br><br>
<span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "main">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<set $gvar.var7 to 1>>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/gym.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/gym.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<if $act is "workout">>
<<if $gymtempvar.var1 is 0>>
<<set $gymtempvar.var1 to random(0,3)>>
<<set $player.energy -= Math.ceil($player.fitness/2)>><<addhours 1>>
<<add_fitness>>/*this is auto based on fitness level. the nubmer is the penalty*/
<<addstress -1>>
<</if>>
<<if $gymtempvar.var1 is 1>>
<<set $gymtempvar.var2 to either(
"3.mp4","4.mp4","5.mp4","6.mp4","7.mp4","8.mp4","9.mp4","10.mp4","11.mp4","12.mp4","13.mp4","14.mp4","15.mp4","16.mp4"
)>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/gym/sexy/' + $gymtempvar.var2 + '" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
Your attention was drawn to a girl working out just a few feet away from you.<br><br>
<<elseif $gymtempvar.var1 is 2>>
<<set $gymtempvar.var2 to either(
"gym1.mp4","gym2.mp4", "gym4.mp4","gym5.mp4","gym6.mp4","gym7.mp4","gym8.mp4","gym9.mp4","gym10.mp4","gym11.mp4","gym12.mp4","gym13.mp4","gym14.mp4","gym15.mp4","gym16.mp4","gym17.mp4","gym18.mp4"
)>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/gym/' + $gymtempvar.var2 + '" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
Your attention was drawn to stranger working out just a few feet away from you.<br><br>
<<elseif $gymtempvar.var1 is 3>>
<<if $gymtempvar.var2 is 0>>
<<set $gymtempvar.var2 to either(0,1,2)>>
<</if>>
<<if $gymtempvar.var2 is 1>>
<img src="images/GPG1O/char/general/gym/sexy/1.webp"><br><br>
Your attention was drawn to a girl working out just a few feet away from you.<br><br>
<<elseif $gymtempvar.var2 is 2>>
<img src="images/GPG1O/char/general/gym/sexy/2.webp"><br><br>
Your attention was drawn to a girl working out just a few feet away from you.<br><br>
<<else>>
<<set $act to "cayenne_gym_normal">>
<<include "GYM_CAYENNE">>
<</if>>
<<else>>
<<if $player.fitness lte 20>>
<video autoplay loop muted><source src="images/GPG1O/char/mc/workout1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $player.fitness gt 20 and $player.fitness lte 40>>
<img src="images/GPG1O/char/mc/workout2.gif"><br><br>
<<elseif $player.fitness gt 40 and $player.fitness lte 60>>
<img src="images/GPG1O/char/mc/workout3.gif"><br><br>
<<elseif $player.fitness gt 60 and $player.fitness lte 80>>
<img src="images/GPG1O/char/mc/workout4.gif"><br><br>
<<elseif $player.fitness gt 80>>
<img src="images/GPG1O/char/mc/workout5.gif"><br><br>
<</if>>
<<dialog $player "(Good job buddy, consistency is key,)">><br>
<</if>>
<span id="back"><<button "Back" "CITY1">><<set $act to "gym", $gvar.var7 to 1>><</button>></span>
<<else>>
Woops, another error! Sorry! Don't hesitate to report this to me okay. Love you.<br><br>
<span id="back"><<button "Back" "CITY1">><<set $act to "gym", $gvar.var7 to 1>><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<set _g6e1 to $girl6.event.event1>>
<<if $act3 is "gym">>
<style>body {background-image: url("images/GPG1O/loca/gym.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/gym.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<set $gvar.var7 to 0>>
<<if $act is "gym_waitfor">>
<<set _chancescayenneatthegym to 15>>
<<if (_temptime gt 13 and _temptime lte 15) and (_tempday gte 1 and _tempday lte 5)>>
<<set _chancescayenneatthegym += 75>>
<</if>>
<<if (_temptime lt 7 or _temptime gt 22)>>
<<set _chancescayenneatthegym = 1>>
<</if>>
<<set _randomcayenneatthegym to random(0,100)>>
<<if _randomcayenneatthegym lte _chancescayenneatthegym>>
<<button "You spot her" "GYM">><<set $act to "workout", $gymtempvar.var1 to 3, $gymtempvar.var2 to "cayenne">><</button>>
<<else>>
$girl6.name1 was nowhere to be seen. She's usually here weekdays between 2 and 4 PM.<br>
<</if>>
<<elseif $act is "cayenne_gym_normal">>
<<set _randomcayennepic to random(0,4)>>
<<if _randomcayennepic is 1>>
<img src="images/GPG1O/char/cayenne/gym/cayenne_gym_1.webp"><br><br>
<<elseif _randomcayennepic is 2>>
<img src="images/GPG1O/char/cayenne/gym/cayenne_gym_2.webp"><br><br>
<<elseif _randomcayennepic is 3>>
<img src="images/GPG1O/char/cayenne/gym/cayenne_gym_4.webp"><br><br>
<<elseif _randomcayennepic is 4>>
<img src="images/GPG1O/char/cayenne/gym/cayenne_gym_5.webp"><br><br>
<<else>>
<img src="images/GPG1O/char/general/gym/sexy/17.webp"><br><br>
<</if>>
<<if _g6e1.active is 1 or _g6e1.complete is 0>>
<<if _g6e1.introduce is 1>>
Your attention was drawn to $girl6.name1, who is working out just a few feet away from you.<br><br>
<<else>>
<<if _g6e1.active is 0>>
<<set _g6e1.keeplooking1 to 0, _g6e1.introduce to 0>>
<</if>>
Your attention was drawn to a girl working out just a few feet away from you.<br><br>
<</if>>
<<else>>
Your attention was drawn to $girl6.name1, who is working out just a few feet away from you.<br><br>
<</if>>
<<if _g6e1.complete is 0>>
<<if _g6e1.keeplooking1 is 0>>
<<button "Keep looking" "GYM_CAYENNE">><<set $act to "keeplooking1", $act2 to "one">><</button>><br>
<<else>>
<<button "Keep looking 2" "GYM_CAYENNE">><<set $act to "keeplooking2", $act2 to "one">><</button>><br>
<</if>>
<<else>>
<<button "Make small talks" "GYM_CAYENNE">><<set $act to "talking1", $act2 to "talk1_general", $act_2 to "one">><</button>><br>
<</if>>
<<elseif $act is "keeplooking1">>
<<if $act2 is "one">>
<<if $girl6.event.event1.active is 0>>/% initialize event variables. meaning these variables will become available once g6e1.active is 1 %/
<<set $girl6.event.event1.active to 1, $girl6.event.event1.keeplooking1 to 1>>
<</if>>
<img src="images/GPG1O/char/cayenne/gym/cayenne_gym_1.webp"><br><br>
As you watch her stretch, there's a mesmerizing ease to the way she moves, like she’s in her own world,
completely unaware of just how stunning she looks. Her beauty isn't just in her appearance but in
the way she carries herself, so naturally confident, so effortlessly alluring. <br><br>
<<button "Can't avert your gaze now" "GYM_CAYENNE">><<set $act2 to "two">><</button>>
<<elseif $act2 is "two">>
<img src="images/GPG1O/char/cayenne/gym/cayenne_gym_2.webp"><br><br>
She’s wearing a simple blue sports bra and a pair of snug yellow shorts,
but there’s nothing ordinary about the way she wears them. The outfit clings to her in all
the right ways, highlighting the smooth lines of her body.<br><br>
<<button "How long have you been staring at her..." "GYM_CAYENNE">><<set $act2 to "three">><</button>>
<<elseif $act2 is "three">>
<img src="images/GPG1O/char/cayenne/gym/cayenne_gym_3.webp"><br><br>
Too long, obviously, as she looks at you with a faint smirk on her face. Not wanting to come off as a creep, you quickly look away. In the words of the wise Leslie, you should've taken a picture; they last longer.<br><br>
<span id="back"><<button "Back" "CITY1">><<set $act to "gym">><</button>></span>
<</if>>
<<elseif $act is "keeplooking2">>
<<if $act2 is "one">>
<img src="images/GPG1O/char/cayenne/gym/cayenne_gym_5.webp"><br><br>
She leans forward, eyes closed, fully immersed in the stretch, and yet,
there’s something undeniably captivating about her. Just look at the way her long, wavy hair cascades over her shoulders,
paired with that effortless grace which makes her even more mesmerizing.<br><br>
<<button "Staring for a few seconds doesn't make you a creep right?" "GYM_CAYENNE">><<set $act2 to "two">><</button>>
<<elseif $act2 is "two">>
<img src="images/GPG1O/char/cayenne/gym/cayenne_gym_4.webp"><br><br>
The way she places her hand on her thigh with a soft, almost contemplative touch makes you wonder what thoughts might be crossing her mind. In her simple yet revealing outfit, she exudes a quiet confidence, a blend of sensuality that you find absolutely irresistible.<br><br>
<<button "Be the man and introduce yourself" "GYM_CAYENNE">><<set $act to "introduce", $act2 to "one">><</button>><br>
<span id="back"><<button "Back" "CITY1">><<set $act to "gym">><</button>></span>
<</if>>
<<elseif $act is "introduce">>
<<if $act2 is "one">>
<<add_love $girl6>>
<<set $girl6.event.event1 to {"complete":1,"active":0}, $girl6.var.var1 to 1>>
<<dialog $player "Hey, um, excuse me? I don't mean to interrupt your workout, but I just wanted to say you seem really focused. It's very impressive.">><br>
You said, interrupting her mid-workout. She pauses, raising an eyebrow.<br><br>
<img src="images/GPG1O/char/cayenne/gym/cayenne_gym_6.webp"><br><br>
<<dialog $girl6 "(<i>a little bit perplexed</i>) What's that?">><br>
<<dialog $player "I'm saying that it's impressive how focused you are with your workout.">><br>
<<dialog $girl6 "Hah thanks. Yeah, just trying to keep that zone, you know?">><br>
<<dialog $player "Totally. I see you here quite often, so I thought I'd introduce myself.">><br>
<<dialog $girl6 "Can't say I haven't noticed (<i>smirked faintly</i>). I'm $girl6.name1.">><br>
She wipes a bead of sweat from her forehead.<br><br>
<<dialog $player "It's really nice to meet you $girl6.name1, I'm $player.name1.">><br>
<<dialog $girl6 "It's a pleasure to meet you too, $player.name1.">><br>
After a brief, pleasant chat, you both head back to your workouts ♥♥♥.<br><br>
<span id="back"><<button "Back" "CITY1">><<set $act to "gym">><</button>></span>
<<elseif $act2 is "two">>
<span id="back"><<button "Back" "CITY1">><<set $act to "gym">><</button>></span>
<</if>>
<<elseif $act is "talking1">>
<<if $act2 is "talk1_general">>
<<set $act_1 to $act2>>
<<include "cayenne_talk">>
<</if>>
<</if>>
<</nobr>><<nobr>>
<<addmins $traveltime.one>>
<style>body {background-image: url("images/GPG1O/loca/downtown/hospital/hospital_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<set _tempname to "Nurse">>
<<check_operatingStatus $buildingOperatingHours.hospital "one">>
<<set _hospoh to $buildingOperatingHours.hospital.operatingHour.one.status>>
<<if !_hospoh>>
<<set $act to "getout">>
<</if>>
<<if $act is "">>
You are inside the hospital.<br><br>
<div class="image-row">
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/hospital/thumb/hospital_reception.webp">' "HOSPITAL">><<set $act to "reception">><</button>>
<div class="overlay-text2">RECEPTION</div>
</div>
<<if $hospvar.var1 is 1>>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/hospital/thumb/hospital_sperm_collection_room.webp">' "HOSPITAL">><<set $act to "sperm_collection_room", $act2 to "">><</button>>
<div class="overlay-text2">COLLECTION ROOM</div>
</div>
<</if>>
<<if $girl4.event.event1.completed is 1>>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/hospital/thumb/office_door_liya.webp">' "HOSPITAL">><<set $act to "office_liya", $act2 to "">><</button>>
<div class="overlay-text2"><<print $girl4.name1.toUpperCase() + "'S OFFICE">></div>
</div>
<</if>>
</div>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act to "hosp", $act2 to "", $act3 to "", $act4 to "", $act5 to "">><</button>></span>
<<elseif $act is "getout">>
The hospital is closing. You quickly pack your stuff and head out.<br>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act to "hosp", $act2 to "", $act3 to "", $act4 to "", $act5 to "">><</button>></span>
<<elseif $act is "office_liya">>
<style>body {background-image: url("images/GPG1O/loca/downtown/hospital/office_interior_liya_2_blur.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<if $act2 is "">>
<img src="images/GPG1O/loca/downtown/hospital/office_interior_liya_2.webp"><br><br>
<<girl_loca $girl4>>
<<if $girl4.location is "rest">>
<<set _liyahere to 1>>
<<else>>
$girl4.name1 is not here.<br>
<</if>>
<<if _liyahere is 1>><<button "$girl4.name1 is here" "hospital_liya">><<set $act to "interract">><</button>><</if>>
<br><span id="back"><<button "Back" "HOSPITAL">><<set $act to "">><</button>></span>
<<else>>
Exquizimoahhhh.<br><br>
<br><span id="back"><<button "Back" "HOSPITAL">><<set $act to "">><</button>></span>
<</if>>
<<elseif $act is "sperm_collection_room">>
<<if $act2 is "">>
You are at the collection room.<br><br>
<img src="images/GPG1O/loca/downtown/hospital/hospital_sperm_collection_room.webp"><br>
<<if $hospvar.var2 is 1>>
<<if $hospvar.var3 is 0>>
<br><<button "Extract sperm" "HOSPITAL">><<set $act2 to "extract_sperm1", $hospvar.var3 to 1>><</button>>
<</if>>
<</if>>
<br><span id="back"><<button "Back" "HOSPITAL">><<set $act to "">><</button>></span>
<<elseif $act2 is "extract_sperm1">>
<style>body {background-image: url("images/GPG1O/loca/downtown/hospital/hospital_extraction_room_blur.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<video autoplay loop muted><source src="images/GPG1O/char/mc/ejaculation1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<span id="back"><<button "Clean up and scoop your jizz into the cum collection jar and get out" "HOSPITAL">><<set $act to "sperm_collection_room", $act2 to "">><</button>></span>
<</if>>
<<elseif $act is "reception">>
You are at the reception.<br><br>
<img src="images/GPG1O/loca/downtown/hospital/hospital_reception.webp"><br>
<br><<button "Talk to the receptionist" "HOSPITAL">><<set $act to "talk_receptionist", $act2 to "">><</button>>
<br><span id="back"><<button "Back" "HOSPITAL">><<set $act to "">><</button>></span>
<<elseif $act is "talk_receptionist">>
<<if $act2 is "">>
<<check_nextevent $girl4>>
<<set _normalcheckupcost to 150, _fertilitycheckupcost to 250>>
<<dialog $random_woman "Hello there! Welcome to Sunshine Hospital." _tempname>><br>
<<girl_loca $girl4>>
<<if $hospvar.var2 is 0 and $player.cash gte _normalcheckupcost>>
<<button "Get a regular health checkup ($<<print _normalcheckupcost>>)" "HOSPITAL">>
<<set $act to "MC_checkup", $act2 to "one", $player.cash -= _normalcheckupcost, $hospvar.var4 +=1>>
<</button>>
<</if>>
<<if $hospvar.var2 is 1>>/*check if an event is on, which in this case is the fertility check. this is rather not robust in design.*/
<<button "Questions about the checkup" "HOSPITAL">><<set $act to "MC_fertility_checkup", $act2 to "ask", $act3 to "">><</button>>
<<if $hospvar.var3 is 1>>
<<button "Hand over the freshly filled container and wait" "HOSPITAL">><<set $act to "MC_fertility_checkup", $act2 to "wait_before_result", $hospvar.var3 to 0>><</button>>
<</if>>
<<else>>
<<if $player.cash gte _fertilitycheckupcost and $girl4.nextevent.five.status>>
<<button "Get a fertility checkup ($<<print _fertilitycheckupcost>>)" "HOSPITAL">><<set $act to "MC_fertility_checkup", $act2 to "one", $hospvar.var2 to 1, $player.cash -= _fertilitycheckupcost>><</button>>
<</if>>
<</if>>
<br><span id="back"><<button "Back" "HOSPITAL">><<set $act to "reception">><</button>></span>
<</if>>
<<elseif $act is "MC_fertility_checkup">>
<<include "hospital_fertility_checkup_mc">>
<<elseif $act is "MC_checkup">>
<<include "hospital_liya_checkup_1">>
<</if>>
<</nobr>><<nobr>>
<<addmins $traveltime.one>>
<<if $act is "">>
<style>body {background-image: url("images/GPG1O/loca/guvment/hotel/hotel_interior_lobby.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
Let me tell you, you're inside the hotel, and it's a fantastic hotel, believe me. It's huge, just huge. A thousand people could fit in here, easy. And they could all do whatever they want. It's tremendous, really.<br><br>
<div class="image-row">
<div class="image-container3">
/*<<if $girl2.location is "livingroom">><<cornerimage $girl2>><</if>>*/
<<button '<img src="images/GPG1O/loca/guvment/hotel/thumb/hotel_reception.webp">' "HOTEL">><<set $act to "reception", $act2 to "">><</button>>
<div class="overlay-text2">RECEPTION</div>
</div>
<<if $hotelvar.playerhasroom is 1>>/*if player has booked a room or paid for a room.*/
<<check_nextevent $hotelvar>>
<<if $hotelvar.nextevent.normal_book.detail.status isnot "overdue">>
<<set _roomavailable to 1>>
<<else>>
<<set _roomavailable to 0, $hotelvar.playerhasroom to 0>>
<</if>>
<<if _roomavailable is 1>>
<div class="image-container3">
/*<<if $girl2.location is "livingroom">><<cornerimage $girl2>><</if>>*/
<<button '<img src="images/GPG1O/loca/guvment/hotel/thumb/hotel_hallway.webp">' "HOTEL_playerroom">><<set $act to "room", $act2 to "">><<audio ":playing" stop>><</button>>
<div class="overlay-text2">YOUR ROOM</div>
</div>
<</if>>
<</if>>
</div>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "hotel">>
<<audio ":playing" stop>>
<</button>></span>
<<elseif $act is "reception">>
<style>body {background-image: url("images/GPG1O/loca/guvment/hotel/hotel_reception.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<set _roomprice1 to 200>>
<<if $act2 is "">>
You are at the hotel's reception area.<<if $hotelvar.playerhasroom is 1>> You already have a room.<</if>><br><br>
<<if $hotelvar.playerhasroom is 0 && $player.cash gt _roomprice1>>
<<set _cangetroom to 1>>
<</if>>
<<if _cangetroom is 1>><<button "Get a Room" "HOTEL">><<set $act2 to "reception_getaroom">><<set $act_1 to "reception_getaroom1">><</button>><</if>>
<br><span id="back"><<button "Back" "HOTEL">><<set $act to "">><</button>></span>
<<elseif $act2 is "reception_getaroom">>
<<include "HOTEL_reception">>
<<else>>
Error #oiupd9f879d;a000. Duly noted.<br><br>
<br><span id="back"><<button "Back" "HOTEL">><<set $act to "", $act2 to "">><</button>></span>
<</if>>/*End for act2 of act=reception */
<<else>>
Error #as87f3er4 d6s9er==-. Duly noted, like forreal.<br><br>
<br><span id="back"><<button "Back" "HOTEL">><<set $act to "", $act2 to "">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<addmins $traveltime.one>>
<<check_nextevent $hotelvar>>
<<set _status to $hotelvar.nextevent.normal_book.detail.status>>
<<if _status is "overdue">>
<<set $hotelvar.playerhasroom to 0>>
<<set $act to "getout">>
<</if>>
<<if $act is "room">>
<style>body {background-image: url("images/GPG1O/loca/guvment/hotel/hotel_room_room.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You are in your hotel room.<<if _status is "perfect">> It's your last day here.<</if>><br><br>
<<if $hotelvar.playerhasroom is 1>>
<<button "Sleep" "sleep">><<set $act2 to $act, $act to "sleep_freelocation", $act3 to passage()>><<audio ":playing" stop>><</button>>
<</if>>
<<button "Bathroom" "HOTEL_playerroom">><<set $act to "bathroom">><</button>>
<br><span id="back"><<button "Back" "HOTEL">>
<<cacheaudio "lounge1" "images/GPG1O/sound/lounge1.opus">>
<<audio "lounge1" volume 0 fadeoverto 1 0.25 loop>>/%play audio fadeoverto time level loop%/
<<set $act to "">><</button>></span>
<<elseif $act is "bathroom">>
<style>body {background-image: url("images/GPG1O/loca/guvment/hotel/hotel_room_bathroom.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You are in the bathroom.<br>
<br><span id="back"><<button "Back" "HOTEL_playerroom">><<set $act to "room">><</button>></span>
<<elseif $act is "getout">>
<style>body {background-image: url("images/GPG1O/loca/guvment/hotel/hotel_hallway_blur.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
Your stay is over. You've checked out and are now at the hotel's lobby.<br>
<br><span id="back"><<button "Back" "HOTEL">><<set $act to "">>
<<cacheaudio "lounge1" "images/GPG1O/sound/lounge1.opus">>
<<audio "lounge1" volume 0 fadeoverto 1 0.25 loop>>/%play audio fadeoverto time level loop%/
<</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if $act_1 is "reception_getaroom1">>
<<set $player.cash -= _roomprice1>>
<<set $hotelvar.playerhasroom to 1>>
<<set_nextevent "hotelvar" "normal_book" 1>>
<<dialog $player "I would like to get a room, just for one night.">><br>
<<dialog $random_woman "Of course sir, let me get a few things prepared." "Receptionists">><br>
The receptionist keyed in your informations and payments. You chose the cheapest room but it was still expensive. (- $ _roomprice1)<br><br>
<img src="images/GPG1O/char/general/card_receive.webp"><br><br>
<<dialog $random_woman "Here you go sir, enjoy your stay!" "Receptionists">><br>
<span id="back"><<button "Back" "HOTEL">><<set $act to "", $act2 to "", $act_1 to "">><</button>></span><br>
<<else>>
SoWWYWYWYWYW.<br>
<br><span id="back"><<button "Back" "HOTEL">><<set $act to "", $act2 to "">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<style>body {background-color: #b0dbf1;}</style>
/%VARIABLE INITIALIZATION%/
<<set _year to 2023>>
<<set $gameDate to new Date(_year, 0, 1, 7, 0);>>
<<set $act to "", $act2 to "", $act3 to "", $act4 to "", $act5 to"">>
<<set $act_1 to "", $act_2 to "", $act_3 to "", $act_4 to "", $act_5 to"">>
<<set $mypatrons to "">>
<<set $traveltime to {"one":5, "two":55, "three":19, "four":6, "five":30, "six":0, "seven":0, "eight":0, "nine":0, "ten":0}>>
<<set $soundEnabled to true>>
<<set $gvar to {"var1":false, "var2":0, "var3":0, "var4":0, "var5":0, "var6":0, "var7":0, "var8":0, "var9":0, "var10":0, "var11":0, "var12":0, "var13":0, "var14":0, "var15":0, "var16":0, "var17":0, "var18":0, "var19":0, "var20":0, "var21":0}>>
<<set $generalsdet to {"sex":0, "blowjob":0, "tities":0, "cunnilingus":0, "kiss":0, "vaginal":0, "anal":0,}>>
<<set $news to {
"news1":{"index":0, "happened":0, "date":0, "month":0, "year":0},
"news2":{"index":1,"happened":0, "date":0, "month":0, "year":0}
}>>
<<set $cheat to {"showcash":true, "showenergy":true, "showfitness":true, "showsexskill":false, "showintelligence":true, "timecontrol":false, "showtitle":false, "showcosmetics":false, "showenv":false, "daycontrol":false, "infiniteenergy":false, "showstress":true, "showquick":false, "alarm":0, "quick1":false, "preg_chance":false, "pregedit":false, "girl_loc":false, "track":false, "smalltitle":false, "cheat2_shortcut":false, "repeat":false, "infinitesexturn":0, "cumwhenever":0}>>
<<set $item to {
"item1": {"resell":1, "inventory":0, "gift": 0, "index":0, "name": "Computer", "picture": "computer.webp", "quantity": 0, "price":1999},
"item2": {"resell":1, "inventory":1, "gift": 0, "index":1, "name": "Phone", "picture": "phone.webp", "quantity": 0, "price":700},
"item3": {"resell":1, "inventory":1, "gift": 0, "index":2, "name": "Camera", "picture": "camera.webp", "quantity": 0, "price":1899},
"item4": {"resell":1, "inventory":1, "gift": 1, "index":3, "name": "Wine", "picture": "wine.webp", "quantity": 0, "price":50},
"item5": {"resell":1, "inventory":1, "gift": 1, "index":4, "name": "Beer", "picture": "beer.webp", "quantity": 0, "price":30},
"item6": {"resell":1, "inventory":1, "gift": 2, "index":5, "name": "Condom", "picture": "condom.webp", "quantity": 0, "price":2},
"item7": {"resell":1, "inventory":1, "gift": 2, "index":6, "name": "Birth-control pills", "picture": "pill1.webp", "quantity": 0, "price":12},
"item8": {"resell":0, "inventory":1, "gift": 2, "index":7, "name": "Lube", "picture": "lube.webp", "quantity": 0, "price":16},
"item9": {"resell":0, "inventory":1, "gift": 1, "index":8, "name": "Sunscreen", "picture": "sunscreen.webp", "quantity": 0, "price":21},
"item10": {"resell":0, "inventory":1, "gift": 2, "index":9, "name": "Sleeping Pills", "picture": "sleep_pill.webp", "quantity": 0, "price":25},
"item11": {"resell":0, "inventory":1, "gift": 1, "index":10, "name": "Flowers", "picture": "flowers.webp", "quantity": 0, "price":12},
"item12": {"resell":1, "inventory":1, "gift": 1, "index":11, "name": "Chocolate", "picture": "chocolate.webp", "quantity": 0, "price":30},
"item13": {"resell":1, "inventory":1, "gift": 2, "index":12, "name": "Ring", "picture": "ring.webp", "quantity": 0, "price":129},
"item14": {"resell":1, "inventory":1, "gift": 1, "index":13, "name": "Bracelet", "picture": "bracelet.webp", "quantity": 0, "price":89},
"item15": {"resell":1, "inventory":1, "gift": 1, "index":14, "name": "Necklace", "picture": "necklace.webp", "quantity": 0, "price":222},
"item16": {"resell":1, "inventory":1, "gift": 1, "index":15, "name": "An Empty Book, 3rd edition", "picture": "book1.webp", "quantity": 0, "price":12},
"item17": {"resell":1, "inventory":1, "gift": 1, "index":16, "name": "Moby Duck", "picture": "book2.webp", "quantity": 0, "price":26},
"item18": {"resell":1, "inventory":1, "gift": 1, "index":17, "name": "The Grape Gatsby", "picture": "book3.webp", "quantity": 0, "price":22},
"item19": {"resell":1, "inventory":1, "gift": 1, "index":18, "name": "War and Peas", "picture": "book4.webp", "quantity": 0, "price":19},
"item20": {"resell":1, "inventory":1, "gift": 1, "index":19, "name": "Harry Squatter and the Olympic Stone", "picture": "book5.webp", "quantity": 0, "price":45},
"item21": {"resell":1, "inventory":1, "gift": 1, "index":20, "name": "To Grill a Mockingbird", "picture": "book6.webp", "quantity": 0, "price":32},
"item22": {"resell":1, "inventory":1, "gift": 1, "index":21, "name": "How to Rinse Friends and Incinerate People", "picture": "book7.webp", "quantity": 0, "price":18},
"item23": {"resell":1, "inventory":1, "gift": 1, "index":22, "name": "The art of ROARRR", "picture": "book8.webp", "quantity": 0, "price":10},
"item24": {"resell":1, "inventory":1, "gift": 1, "index":23, "name": "How to get Rich", "picture": "book9.webp", "quantity": 0, "price":102},
"item25": {"resell":1, "inventory":1, "gift": 1, "index":24, "name": "How to be Smart", "picture": "book10.webp", "quantity": 0, "price":13},
"item26": {"resell":1, "inventory":1, "gift": 1, "index":25, "name": "Book for dumb people", "picture": "book11.webp", "quantity": 0, "price":100},
"item27": {"resell":1, "inventory":1, "gift": 1, "index":26, "name": "Book for smart people", "picture": "book15.webp", "quantity": 0, "price":23},
"item28": {"resell":1, "inventory":1, "gift": 1, "index":27, "name": "Book for pretty people", "picture": "book13.webp", "quantity": 0, "price":39},
"item29": {"resell":1, "inventory":1, "gift": 1, "index":28, "name": "Book for ugly humans", "picture": "book14.webp", "quantity": 0, "price":38},
"item30": {"resell":1, "inventory":1, "gift": 0, "index":29, "name": "Car (Blue)", "picture": "car_blue.webp", "quantity": 0, "price":14699},
"item31": {"resell":0, "inventory":1, "gift": 0, "index":30, "name": "Alien-ware", "picture": "alien-ware.webp", "quantity": 0, "price":100000},
"item32": {"resell":0, "inventory":1, "gift": 0, "index":31, "name": "Notebook", "picture": "notebook.webp", "quantity": 0, "price":3},
"item33": {"resell":1, "inventory":1, "gift":0, "index":32, "name":"Mens Attire 1", "picture":"men_clothes_1.webp", "quantity":0, "price":299},
"item34": {"resell":1, "inventory":1, "gift":0, "index":33, "name":"Mens Attire 2", "picture":"men_clothes_2.webp", "quantity":0, "price":2000},
"item35": {"resell":1, "inventory":1, "gift":0, "index":34, "name":"Mens Attire 3", "picture":"men_clothes_3.webp", "quantity":0, "price":125},
"item36": {"resell":1, "inventory":1, "gift":0, "index":35, "name":"Mens Attire 4", "picture":"men_clothes_4.webp", "quantity":0, "price":99},
"item37": {"resell":1, "inventory":1, "gift":0, "index":36, "name":"Mens Attire 5", "picture":"men_clothes_5.webp", "quantity":0, "price":30},
"item38": {"resell":1, "inventory":1, "gift":0, "index":37, "name":"Mens Attire 6", "picture":"men_clothes_6.webp", "quantity":0, "price":66},
"item39": {"resell":1, "inventory":1, "gift":0, "index":38, "name":"A map of the park maybe", "picture":"map.webp", "quantity":0, "price":10},
"item40": {"resell":1, "inventory":1, "gift":0, "index":39, "name":"Bug Repellent", "picture":"bug_repellent.webp", "quantity":0, "price":20},
"item41": {},
"item42": {},
"item43": {},
"item44": {},
"item45": {},
"item46": {},
"item47": {},
"item48": {},
"item49": {},
"item50": {},
"item51": {},
"item52": {}
}>>
<<set $properties to {
"building1":{"price":225000, "bought":0, "toggle":1, "name":"Serenity Heights", "location":"Dreamdale", "number":45, "pic":"building1.webp"},
"building2":{"price":1275000, "bought":0, "toggle":1, "name":"Modernity Villa", "location":"N\A", "number":163, "pic":"building2.webp"},
"building3":{"price":5757000, "bought":0, "toggle":1, "name":"Azure Horizon Estate", "location":"N\A", "number":98, "pic":"building3.webp"},
"building4":{"price":7595000, "bought":0, "toggle":1, "name":"Harmony Residences", "location":"Parkview Terrace", "number":452, "pic":"building4.webp"}
}>>
<<set $player to {"name1":"Mitø", "name2": "Chøndria", "energy":5, "cash":20000, "fitness": 5, "sexskill":0, "intelligence":10, "stress":0, "color":"87CEEB", "profile":"player"}>>
<<set $playervar to {"var1":0, "var2":1, "var3":0, "var4":0, "var5":0, "var6":0, "var7":0, "var8":0, "var9":0, "var10":0, "var11":0, "var12":1960, "var13":0, "var14":0, "var15":0, "var16":0, "var17":0, "var18":0, "var19":0, "var20":0, "var21":0}>>
<<set $bankvar to {"var1":10002, "var2":0, "var3":639, "var4":4.5, "var5":0, "var6":0, "var7":0, "var8":0, "var9":0, "var10":0}>>
<<set $univar to {"var1":0, "var2":0, "var3":5000, "var4":0, "var5":0, "var6":0, "var7":0, "var8":0, "var9":0, "var10":0}>>
<<set $hospvar to {"var1":0, "var2":0, "var3":0, "var4":0, "var5":0, "var6":0, "var7":0, "var8":0, "var9":0, "var10":0}>>
<<set $hotelvar to {"playerhasroom":0,
"nextevent":{
"normal_book":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}}
}
}>>
<<set $buildingOperatingHours to{
"witchshop":
{"operatingHour":
{"one":
{"open":7,
"close":17,
"days":[0,1,2,3,4,6],
"status":false,
"toggle":1
}}},
"pawnshop":
{"operatingHour":
{"one":
{"open":7,
"close":17,
"days":[1,2,3,4,5,6],
"status":false,
"toggle":1
}}},
"nightclub":
{"operatingHour":
{"one":
{"open":20,
"close":4,
"days":[0,1,2,3,4,5,6],
"status":false,
"toggle":1
}}},
"cityhall":
{"operatingHour":
{"one":
{"open":8,
"close":18,
"days":[1,2,3,4,5],
"status":false,
"toggle":1
}}},
"church":
{"operatingHour":
{"one":
{"open":6,
"close":20,
"days":[0,1,2,3,4,5,6],
"status":false,
"toggle":1
}}},
"policedepartment":
{"operatingHour":
{"one":
{"open":0,
"close":23,
"days":[0,1,2,3,4,5,6],
"status":false,
"toggle":1
}}},
"subway":
{"operatingHour":
{"one":
{"open":5,
"close":23,
"days":[0,1,2,3,4,5,6],
"status":false,
"toggle":1
}}},
"hospital":
{"operatingHour":
{"one":
{"open":7,
"close":18,
"days":[0,1,2,3,4,5,6],
"status":false,
"toggle":1
}}},
"bank":
{"operatingHour":
{"one":
{"open":8,
"close":18,
"days":[0,1,2,3,4,5,6],
"status":false,
"toggle":1
}}},
"mall":
{"operatingHour":
{"one":
{"open":9,
"close":21,
"days":[0,1,2,3,4,5,6],
"status":false,
"toggle":1
}}},
"university":
{"operatingHour":
{"one":
{"open":7,
"close":17,
"days":[1,2,3,4,5],
"status":false,
"toggle":1
}}},
"gym":
{"operatingHour":
{"one":
{"open":0,
"close":23,
"days":[0,1,2,3,4,5,6],
"status":false,
"toggle":1
}}},
"bar":
{"operatingHour":
{"one":
{"open":13,
"close":4,
"days":[0,1,2,3,4,5,6],
"status":false,
"toggle":1
}}},
"restaurant":
{"operatingHour":
{"one":
{"open":7,
"close":21,
"days":[0,1,2,3,4,5,6],
"status":false,
"toggle":1
}}},
"stripclub":
{"operatingHour":
{"one":
{"open":16,
"close":6,
"days":[0,1,2,3,4,5,6],
"status":false,
"toggle":1
}}},
"dealership":
{"operatingHour":
{"one":
{"open":8,
"close":18,
"days":[0,1,2,3,4,5,6],
"status":false,
"toggle":1
}}},
"real_estate":
{"operatingHour":
{"one":
{"open":8,
"close":18,
"days":[1,2,3,4,5],
"status":false,
"toggle":1
}}}
}>>
<<set $ss_comp to {"level":0, "exp": 0, "perk1":0, "perk2":0, "perk3": 0, "perk4":0, "perk5":0, "perk6":0, "perk7":0, "perk8":0, "perk9":0, "perk10":0}>>
<<set $ss_soci to {"level":0, "exp": 0, "perk1":0, "perk2":0, "perk3": 0, "perk4":0, "perk5":0, "perk6":0, "perk7":0, "perk8":0, "perk9":0, "perk10":0}>>
<<set $ss_spor to {"level":0, "exp": 0, "perk1":0, "perk2":0, "perk3": 0, "perk4":0, "perk5":0, "perk6":0, "perk7":0, "perk8":0, "perk9":0, "perk10":0}>>
<<set $ss_buss to {"level":0, "exp": 0, "perk1":0, "perk2":0, "perk3": 0, "perk4":0, "perk5":0, "perk6":0, "perk7":0, "perk8":0, "perk9":0, "perk10":0}>>
<<set $ss_scie to {"level":0, "exp": 0, "perk1":0, "perk2":0, "perk3": 0, "perk4":0, "perk5":0, "perk6":0, "perk7":0, "perk8":0, "perk9":0, "perk10":0}>>
<<set $uni_man1 to {"index":0, "name1": "Steven", "name2":"Willems", "age":49, "partner_index":"", "children":2, "color":"b2c489", "location":"", "profile":"steven", "love":0, "corruption":0, "lust":0,
"schedule": {
"mon":{"8-11": "teaching", "12-12": "rest", "13-5":"teaching2"},
"tue":{"8-11": "teaching", "12-12": "rest", "13-5":"teaching2"},
"wed":{"8-11": "rest", "12-12": "rest", "13-5":"rest"},
"thu":{"8-11": "teaching", "12-12": "rest", "13-5":"teaching2"},
"fri":{"8-11": "teaching", "12-12": "rest", "13-5":"teaching2"},
"sat":{},
"sun":{}
},
"var": {
"var1": 0, "var2": 0, "var3": 0, "var4": 0, "var5": 0, "var6": 0, "var7": 0, "var8": 0, "var9": 0, "var10": 0
}
}>>
<<set $random_man to {"name1":"Man", "profile":"random_man", "color":"fff000"}, $random_woman to {"name1":"Woman", "profile":"random_woman", "color":"fff000"}>>
<<silent>>
<<set $act to "girl1">>
<<include "character_set_page">>
<<set $act to "girl2">>
<<include "character_set_page">>
<<set $act to "girl3">>
<<include "character_set_page">>
<<set $act to "girl4">>
<<include "character_set_page">>
<<set $act to "girl5">>
<<include "character_set_page">>
<<set $act to "girl6">>
<<include "character_set_page">>
<<set $act to "girl8">>
<<include "character_set_page">>
<</silent>>
<<audio ":playing" stop>>
<img src="images/GPG1O/others/gpg10.webp"><br><br>
HELLO!<br>
Welcome to <b>"Generic Porn Game 1 - ORIGINATION"</b>. Made and compiled by me, Creatively Challenged Developer. Thanks for downloading the game! And also, shout out to the internet for providing me with all these materials. <<textbox "$mypatrons" "" "before_intro">>
<span id="enter"><<link "Continue" "intro">><<set $act to "intro1">><</link>></span><br><br>
<<script>>
UIBar.stow(true);
<</script>>
<</nobr>><<nobr>>
<<if $act is "talkaftersex">>
<<= '<style>body {background-color: #' + $girl2.color + ';}</style>'>>
<<if $act2 is "one">>
<<dialog $player "So... is this - are we a thing now?">><br>
<<dialog $girl2 "I don't know. How about we just keep doing what we're doing now and we'll see how things go?">><br>
<<button '<<dialog $player \"I\'m okay with that. It\'s better to not put a label on us yet.\">>' "LILA1">><<set $act2 to "two", $act4 to "accept", $girl2.event.event2.var5 to "nolabel">><</button>>
<<button '<<dialog $player \"Are you interesting in just being... friends with benefits?\" >>' "LILA1">><<set $act2 to "two", $act4 to "fwb", $girl2.event.event2.var5 to "fwb">><</button>>
<<elseif $act2 is "two">>
<<if $act4 is "accept">>
<<dialog $girl2 "Thank you for understanding $player.name1.">><br>
You both cleaned up and went your separate ways. You've moved forward in your relationship with $girl2.name1, though not quite as a couple... yet.<br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "", $gvar.var7 to 1, $girl2.operatingHour.one.toggle to 1>><</button>></span>
<<elseif $act4 is "fwb_wfeelings">>
<<dialog $girl2 "Alright. I'm okay with that.">><br>
You both cleaned up and went your separate ways. You've moved forward in your relationship with $girl2.name1, now as friends with benefits, with room for a committed relationship.<br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "", $gvar.var7 to 1, $girl2.operatingHour.one.toggle to 1>><</button>></span>
<<elseif $act4 is "fwb_nofeelings">>
<<dialog $girl2 "Alright.">><br>
You both cleaned up and went your separate ways. You've moved forward in your relationship with $girl2.name1, now as friends with benefits, with NO potential for a committed relationship.<br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "", $gvar.var7 to 1, $girl2.operatingHour.one.toggle to 1>><</button>></span>
<<elseif $act4 is "fwb">>
<<if $player.sexskill gt 50>>
<<dialog $girl2 "Sure... but what will you do if one of us develop feelings and wants more than a FWB relationship?">><br>
<<button '<<dialog $player \"I\'m always open for more... If you want it too of course.\">>' "LILA1">><<set $act2 to "two", $act4 to "fwb_wfeelings", $girl2.event.event2.var5 to "fwb_wfeelings">><</button>>
<<button '<<dialog $player \"If either of us catches feelings, we should end the relationship.\" >>' "LILA1">><<set $act2 to "two", $act4 to "fwb_nofeelings", $girl2.event.event2.var5 to "fwb_nofeelings">><</button>>
<<else>>
<<dialog $girl2 "Unfortunately, your performance just now wasn't impressive enough for me to want to accept that.">><br>
<<button '<<dialog $player \"I think that\'s a you problem. My cock is perfect. Maybe you should do some kegel exercises instead.\">>' "LILA1">><<set $act2 to "three", $act4 to "youproblem", $girl2.event.event2.var5 to "kegel">><</button>>
<<button '<<dialog $player \"I willing to work on it $girl2.name1. Give me a chance. I\'ll become a sex machine if you let me be.\" >>' "LILA1">><<set $act2 to "three", $act4 to "givemeachance">><</button>>
<</if>>
<</if>>
<<elseif $act2 is "three">>
<<if $act4 is "youproblem">>
<<if $player.fitness lt 50>>
<<set _statement to "Wha- you piece of shit. Your cock is tiny, average at best. Maybe if you weren't so fat, you'd actually be able to make a woman feel good.">><br>
<<else>>
<<set _statement to "Wha- you piece of shit. How typical of a man, blaming women for their own incompetence.">><br>
<</if>>
<<dialog $girl2 _statement>><br>
You see $girl2.name1's face turns red with anger, as she quickly dresses up. She leaves the room screaming at you.<br><br>
<<dialog $girl2 "GET YOUR SORRY ASS OUT OF HERE!">><br>
<br><span id="back"><<button "Looks like someone's insecure. Anyway, that's one way to kill a relationship. Leave." "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "", $gvar.var7 to 1, $girl2.var.var1 to -1>><</button>></span>
<<elseif $act4 is "givemeachance">>
<<if $girl2.love gte 50>>
<<dialog $girl2 "Okay, but only because you've been a good boy.">><br>
<<dialog $player "Oh thank you $girl2.name1. We'll fuck everyday now yeah?">><br>
<<dialog $girl2 "Woah woah woah, hold on there buddy.">><br>
The two of you discuss the terms and conditions of your relationship. You can now have sex with $girl2.name1 as friends-with-benefits aka FWB.
Though you still have to butter her up a lot with flirtations and gifts if you want to fuck her often.<br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "", $gvar.var7 to 1, $girl2.event.event2.var5 to "fwb2", $girl2.operatingHour.one.toggle to 1>><</button>></span>
<<else>>
<<set $player.stress +=15>>
<<dialog $girl2 "I'm sorry $player.name1, I'd rather not. This is awkward, you should leave...">><br>
You've been rejected. You thought it was that easy? Unfortunately you've gone and screwed this one up.
The relationship is over. The humilliation and "breakup" is causing your stress level to increase monumentally. (+15 stress) <br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "", $girl2.var.var1 to -1, $gvar.var7 to 1, $girl2.event.event2.var5 to "rejection">><</button>></span>
<</if>>
<</if>>
<<else>>
aoiusodf080-fd08f-f<br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "">><</button>></span>
<</if>>
<<elseif $act is "sex1_after_date1">>
<style>body {background-image: url("images/GPG1O/loca/houses/livingroom/livingroom1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<set _blowjob to ["blowjob2", "blowjob4", "blowjob5" ]>>
<<set _sex to ["sex2","sex3","sex4","sex5"]>>
<<sex_limit "ongoing">>
<<if $act2 is "tease">>
<<audio ":playing" stop>>
<<playsexytime>>
<<set $playervar.var6 +=1>>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/tease1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $act2 is "blowjob">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/blowjob1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl2 "Does this feel good $player.name1?">><br>
<<during_sex_compliment $player "blowjob" $girl2.name1>><br>
<<elseif $act2 is "blowjob2">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/blowjob2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "blowjob" "baby">><br>
<<elseif $act2 is "blowjob4">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/blowjob4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "blowjob" $girl2.name1>><br>
<<elseif $act2 is "blowjob5">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/blowjob5.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl2 "(gluck gluck gluck gluck)">><br>
<<during_sex_compliment $player "blowjob" "baby">><br>
<<elseif $act2 is "sex1">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/sex1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl2 "panting">><br>
<<during_sex_compliment $player "pussy" $girl2.name1>><br>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/sex2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $act2 is "sex2">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/sex3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl2 "panting">><br>
<<during_sex_compliment $player "pussy" "baby">><br>
<<elseif $act2 is "sex3">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/sex4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl2 "Oh yes, just like that $player.name1.">><br>
<<during_sex_compliment $player "pussy" $girl2.name1>><br>
<<elseif $act2 is "sex4">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/sex6.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $girl2 "dick" $player.name1>><br>
<<during_sex_compliment $player "pussy" "baby">><br>
<<elseif $act2 is "sex5">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/sex7.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl2 "Mnmmm... keep going $player.name1">><br>
<<during_sex_compliment $player "pussy" $girl2.name1>><br>
<<elseif $act2 is "cum_in">>
<<playspurt>>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/cum_in_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "inside">><br>
<<dialog $girl2 "Cum for me $player.name1, fill me up.">><br>
<<button "Afterwards" "LILA1" >>><<set $act4 to $act2, $act2 to "after_sex">><</button>>
<<elseif $act2 is "cum_out">>
<<playspurt>>
<video autoplay loop muted><source src="images/GPG1O/char/general/sex/cumshot_hand_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
Cumming. <br><br>
<<cum_man_during $player "outside">><br>
<<dialog $girl2 "Mmmm, keep cumming.">><br>
<<button "Afterwards" "LILA1" >>><<set $act4 to $act2, $act2 to "after_sex">><</button>>
<<elseif $act2 is "cum_decide">>
<<cum_warning $player>><br>
<<woman_cumlocation $girl2>><br>
<<button "Cum inside" "LILA1">><<set $act2 to "cum_in">><</button>>
<<button "Cum outside" "LILA1">><<set $act2 to "cum_out">><</button>>
<<elseif $act2 is "after_sex">>
<<audio ":playing" stop>>
<<set $player.stress to Math.clamp($player.stress-=5, 0,100)>>
<<if $act4 is "cum_in">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/cum_in_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<</if>>
<<dialog $player "That was amazing $girl2.name1. Thanks">><br>
<<if $generalsdet.vaginal is 0>>
<<dialog $girl2 "Um, you're welcome.">><br>
<<addlove $girl2 -1>>
<<else>>
<<during_sex_compliment $girl2 "woman_after" $player.name1>>
<</if>>
<<if $act4 is "cum_in">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/cum_in_after1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<impreg $girl2>>
<</if>>
<<set $act4 to "", $act5 to "">>
<<update_sdet $girl2 "stop">>
<<sex_limit "stop">>
<<if $girl2.var.var8 is 0>>/*for -what are we- talk if it hasn't happened yet.*/
<br><<button "Talk" "LILA1">><<set $act to "talkaftersex", $act2 to "one", $girl2.var.var8 to 1>><</button>>
<<else>>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "", $gvar.var7 to 1>> <<addhours 1>><</button>></span>
<</if>>
<<else>>
Oops as98d90f-df<br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "", $gvar.var7 to 1>><</button>></span>
<</if>>
<<if $act2 is "tease">>/*To show the first blowjob or sex, with clothes which will not be repeatable after either one is chosen.*/
<<button "Blowjob" "LILA1">><<set $act2 to "blowjob">><<update_sdet $girl2 "add" "blowjob">><<add_lust_duringsex $girl2>><</button>>
<<button "Sex" "LILA1">><<set $act2 to "sex1">><<update_sdet $girl2 "add" "vaginal">><<add_lust_duringsex $girl2>><</button>>
<<elseif $act2 isnot "cum_decide" and $act2 isnot "cum_in" and $act2 isnot "cum_out" and $act2 isnot "after_sex">>
<<if $playervar.var6 gt 0>>
<<button "Blowjob" "LILA1">><<set $act5 to ($act5 + 1) % _blowjob.length>>
<<set $act2 to _blowjob[$act5]>>
<<update_sdet $girl2 "add" "blowjob">>
<<add_lust_duringsex $girl2>>
<</button>>
<<button "Sex" "LILA1">><<set $act4 to ($act4 + 1) % _sex.length>>
<<set $act2 to _sex[$act4]>>
<<update_sdet $girl2 "add" "vaginal">>
<<add_lust_duringsex $girl2>>
<</button>>
<<if $cheat.cumwhenever or $cheat.cumwhenever is 1>>
<<if $generalsdet.vaginal is 0>>
<<button "Cum" "LILA1">><<set $act2 to "cum_out">><</button>>
<<else>>
<<button "Cum" "LILA1">><<set $act2 to "cum_decide">><</button>>
<</if>>
<</if>>
<<else>>
<<if $generalsdet.vaginal is 0>>
<<button "Cum" "LILA1">><<set $act2 to "cum_out">><</button>>
<<else>>
<<button "Cum" "LILA1">><<set $act2 to "cum_decide">><</button>>
<</if>>
<</if>>
<</if>>
<<elseif $act is "lila_home_afterdate1">>
<<if $act2 is "one">>
<style>body {background-image: url("images/GPG1O/loca/neighbourhood2_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<set $girl2.var.var2 to 1, $girl2.event.event2.var1>>/*This is redundant and both stores the same data, but its okay i think.*/
<<addmins 35>>
<img src="images/GPG1O/loca/houses/front/house1.webp"><br><br>
<<if $girl2.event.event2.var1 is 0>>
<<dialog $player "Well, here we are. Your house is really nice, almost as nice as you.">><br>
<<dialog $girl2 "(Laugh) Thanks for dropping me off, $player.name1...">><br>
<<else>>
<<dialog $player "Here we are, safely arrived.">><br>
<<dialog $girl2 "That was a fun date, thanks $player.name1.">><br>
<</if>>
<<if $girl2.love gte 30>>
<<dialog $player "Oh, it's the least I could do.">><br>
<<dialog $girl2 "Wanna come in?">><br>
<<button "Go in" "LILA1">><<set $act2 to "three">><</button>>
<<button "Excuse yourself" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "">><</button>><br>
<<else>>
<<button '<<dialog $player \"You have a good night $girl2.name1.\">>' "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "">><</button>><br>
<<button '<<dialog $player \"Goodbye (while making puppy eyes)">>' "LILA1">><<set $act2 to "two">><</button>><br>
<</if>>
<<elseif $act2 is "two">>
<style>body {background-image: url("images/GPG1O/loca/neighbourhood2_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<if $girl2.love gte 20 and $girl2.lust gte 10>>
<<dialog $girl2 "Or maybe... Do you want to go inside?">><br>
<<button '<<dialog $player \"Woof woof (barking)">>' "LILA1">><<set $act2 to "three", $act4 to "woof">><</button>><br>
<<button '<<dialog $player \"(wag your butt like its your tail)">>' "LILA1">><<set $act2 to "three", $act4 to "yeah">><</button>><br>
<<else>>
<<dialog $girl2 "Bye. (smiles)">><br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "">><</button>></span>
<</if>>
<<elseif $act2 is "three">>
<<= '<style>body {background-color: #' + $girl2.color + ';}</style>'>>
<<if $girl2.event.event2.var4 isnot 1>>
The interior of Lila's house was beautifully decorated. The furniture, drapes, carpets, and even the scent of the place were selected with exquisite taste. <br><br>
<<dialog $player "I really like your place. I can definitely see why you became a fashion designer.">><br>
<</if>>
<<dialog $girl2 "Want to chill and watch TV for a bit?">><br>
<<dialog $player "<<print setup.synonym.yes.random()>>.">><br>
<<button "Watching TV" "LILA1">><<set $act2 to "four">><</button>>
<<set $girl2.event.event2.var4 to 1>> /*whether the player has been inside her house or not. 0 is no, 1 is yes.*/
<<elseif $act2 is "four">>
<<= '<style>body {background-color: #' + $girl2.color + ';}</style>'>>
<<if $girl2.var.var5 is 0>>
Lila turned the TV on, and the two of you are sitting shoulder to shoulder on the couch, watching a random show on TV. Your heart beats faster.<br><br>
<<button '<<dialog $player \"(I don\'t want to make things weird, I should just finish the show and go home.)\">>' "LILA1">><<set $act2 to "five", $act4 to "dontmakethingsweird">><<addlove $girl2 1>><</button>>
<<button '<<dialog $player \"(How do I do this? Should I make a move? I\’m not misreading the signs, am I?)\">>' "LILA1">><<set $act2 to "five", $act4 to "howdoidothis">><</button>>
<<else>>
Lila turned the TV on, and the two of you are sitting shoulder to shoulder on the couch, watching a random show on TV. In your head, you are thinking about how...<br><br>
<<button '<<dialog $player \"(I\'m not that horny today, I\'ll just watch some TV.)\">>' "LILA1">><<set $act2 to "five", $act4 to "dontmakethingsweird">><<addlove $girl2 1>><</button>>
<<button '<<dialog $player \"(I am in the mood for some sexy time. )\">>' "LILA1">><<set $act2 to "five", $act4 to "doingit">><</button>>
<</if>>
<<elseif $act2 is "five">>
<<= '<style>body {background-color: #' + $girl2.color + ';}</style>'>>
<<if $act4 is "doingit">>
You gently slid your hands up to $girl2.name1's shoulders, your eyes meeting hers in a silent exchange of unspoken words. In that moment, you shared a tender kiss.<br><br>
<<dialog $girl2 "Mmm, somebody's up for a good time.">><br>
<<if $player.energy gt 0>>
<<button "Do the horizontal monster mash" "LILA1">>
<<set $act to "sex1_after_date1", $act2 to "tease", $act5 to 0, $act4 to 0, $gvar.var7 to 0, $girl2.var.var5 to 1>>
<<sex_limit "start">>
<<update_sdet $girl2 "start" "none">>
<</button>>
<<else>>
<span id="button-disabled"><<button "Do the horizontal monster mash" "">><</button>></span> No energy
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "", $gvar.var7 to 1>><</button>></span>
<</if>>
<<elseif $act4 is "dontmakethingsweird">>
You continued watching the show, not making a single move, until the show was over.<br><br>
<<dialog $player "That's a good show! I like the explosion and stuff. Anyway, I should leave now. Goodbye.">><br>
<<if $girl2.lust gte 20>>
<<dialog $girl2 "Bye...">><br>
<<else>>
<<dialog $girl2 "Bye.">><br>
<</if>>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "">><</button>></span>
<<elseif $act4 is "howdoidothis">>
<<addbaselust $girl2 2>>
You slowly moved your hands up to $girl2.name1's shoulder. Then you looked at her, and she looks at you.
You two kith'ed. <br><br>
<<if ($girl2.lust gte $girl2.personality.flirtpoint.two) or $girl2.event.event2.var3 is 1>>
<<button "Shaboink" "LILA1">>
<<set $act to "sex1_after_date1", $act2 to "tease", $act5 to 0, $act4 to 0, $gvar.var7 to 0, $girl2.var.var5 to 1>>
<<sex_limit "start">>
<<update_sdet $girl2 "start" "none">>
<</button>>
<<else>>
<<dialog $girl2 "$player.name1... We should wait, I still want to get to know you better.">><br>
<<button '<<dialog $player \"Pleaseeeeee... I\'m rock hard now.\">>' "LILA1">><<set $act2 to "six", $act4 to "please">><<addbaselust $girl2 1>><</button>>
<<button '<<dialog $player \"That\'s okay, we\'ll take it slow.\">>' "LILA1">><<set $act2 to "six", $act4 to "thatsokay", $girl2.event.event2.var3 to 1>><</button>>
<<button '<<dialog $player \"I think having sex is a good way to get to know each other.\">>' "LILA1">><<set $act2 to "six", $act4 to "ithink">><</button>>
<</if>>
<</if>>
<<elseif $act2 is "six">>
<<= '<style>body {background-color: #' + $girl2.color + ';}</style>'>>
<<if $act4 is "please">>
<<dialog $girl2 "No.">><br>
$girl2.name1 was not ready to have sex with you, despite your begging. You felt like a fool, but the show on TV was good enough to distract from the whole thing. You left as soon as it was over.<br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "">><</button>></span>
<<elseif $act4 is "thatsokay">>
<<addlove $girl2 2>>
<<dialog $girl2 "Thank you... $player.name1.">><br>
Both of you continued watching the show with your arm around her shoulder the whole time. After it was over, you excused yourself to go home.<br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "">><</button>></span>
<<elseif $act4 is "ithink">>
<<set $girl2.love -=$girl2.personality.angerpenalty>>
<<dialog $girl2 "That's what men says when all they want is sex.">><br>
$girl2.name1 is mad.
You apologized and left as soon as the show was over.<br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "">><</button>></span>
<</if>>
<<else>>
asdfiufoip 098098908d0f0fa;<br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "">><</button>></span>
<</if>>
<<elseif $act is "mall_encounter">>
<<if $act2 is "one">>
<style>body {background-image: url("images/GPG1O/loca/mall_out.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<img src="images/GPG1O/char/lila/lila_1.webp"><br><br>
As you head towards the exit, strolling past the many stores in the mall, your attention is caught by a girl walking out of a clothing store.
You have to do a triple head turn before you finally just stare in awe of her beauty.<br>
<br><<button "<<dialog $player \"Oh wow, what a babe, I should talk to her and say hi.\">>" "LILA1">><<set $act2 to "two">><</button>><br>/*DONE: if player chooses to say hi, check/tick var here.*/
<<button "<<dialog $player \"Oh wow, what a babe, I should avert my gaze to avoid making her feel uncomfortable.\">>" "CITY1">><<set $act to "mall">><<audio ":playing" stop>><</button>>
<<elseif $act2 is "two">>
<<set $girl2.var.var1 to 1>>
<<set $girl2.event.event1.talk2 to 0, $girl2.event.event1.talk3 to 0, $girl2.event.event1.talk4 to 0, $girl2.event.event1.talk1 to 0>>
<style>body {background-image: url("images/GPG1O/loca/mall_out.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
Against the anxious feelings in your head, you braced up and made yourself walk towards the girl in the tight blue dress. <br><br>
<<dialog $player "Hey, you are very beaut- you are exquisite!">><br>
<<dialog $girl2 "Exquisite? Well, thank you." "Pretty woman">><br>
...<br><br>
<<dialog $girl2 "..." "Pretty woman">><br>
<<dialog $player "Can I bring you... do you want to covfefe - get some coffee with me?">><br>
<<dialog $girl2 "Oh. I’m $girl2.name1.">><br>
<<dialog $player "Sorry, I completely forgot to introduce myself. I'm $player.name1, and I find you very attractive.">><br>
<<dialog $girl2 "I appreciate your directness, and... sure! I'd love to have coffee with you. Let's go!">><br>
<<dialog $player "Wait, right now?">><br>
You said, surprised by her reaction, expecting rejection after you completely fumbled your introduction. The two of you then went to a nearby coffee shop.<br><br>
<<button "At the coffee shop" "LILA1">><<set $act2 to "three">><</button>>
<<elseif $act2 is "three">>
<style>body {background-image: url("images/GPG1O/loca/mall/coffee_shop.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
So both you and $girl2.name1 entered the coffee shop, which was rather empty at the time. You chose a table by the window and sat down facing each other.<br><br>
<<dialog $girl2 "So... You must think I'm really pretty huh?">><br>
<<button "<<dialog $player \"On a scale of 1 to 10, you are a solid 8. Maybe a 9 if you let me have a peek of what's under (while looking at her chest). \">>" "LILA1">>
<<set $girl2.love -= 1, $act2 to "four", $act4 to "peekunder", $girl2.event.event1.talk1 -=1>>>
<</button>><br>/*-1 points*/
<<button "<<dialog $player \"Yes I do, you are beautiful and I'm sorry for fumbling my introduction to you earlier.\">>" "LILA1">>
<<set $girl2.love += 1, $act2 to "four", $act4 to "yesido", $girl2.event.event1.talk1 +=1>>>
<</button>><br>/*+1 love*/
<<button "<<dialog $player \"Of course! I don't know what it is, but I just had to talk to you. Do you think I'm beautiful?\">>" "LILA1">>
<<if $player.fitness gte 50>>><<set $girl2.lust +=5>><</if>>
<<set $girl2.love +=2, $act2 to "four", $act4 to "ofcourse", $girl2.event.event1.talk1 +=2>>
<</button>><br> /*if fitness is gte 50, +2 love and + 5lust*/
<<elseif $act2 is "four">>
<style>body {background-image: url("images/GPG1O/loca/mall/coffee_shop.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<if $act4 is "peekunder">>
<<dialog $player "(What in the fuck did I just say?)">><br>
<<dialog $girl2 "Woah, hold on there tiger, let's take it slow.">><br>
<<elseif $act4 is "yesido">>
<<dialog $girl2 "That’s bold of you, and I like that. I like bold men.">><br>
<<dialog $player "I can shave my head if that’s what you like...">><br>
<<dialog $girl2 "Ah and you’re a funny too.">><br>
<<elseif $act4 is "ofcourse">>
<<dialog $player "(What am I even asking?)">><br>
<<if $player.fitness gte 50>>
<<dialog $girl2 "You are, you're very handsome, and I can see that you've been working out too.">><br>
<<else>>
<<dialog $girl2 "I think you look good. You dress well, smell good, and your face definitely has a nice structure to it.">><br>
<</if>>
<</if>>
Both of you continued to converse.<br><br>
<<button "<<dialog $player \"You go shopping here often? \">>" "LILA1">><<set $act2 to "yougo", $girl2.event.event1.talk2 to 1>><</button>><br>
<<button "<<dialog $player \"This coffee shop is pretty nice huh?\">>" "LILA1">><<set $act2 to "thiscoffee", $girl2.event.event1.talk3 to 1>><</button>><br>
<<button "<<dialog $player \"Are you a model?\">>" "LILA1">><<set $act2 to "areyou", $girl2.event.event1.talk4 to 1>><</button>><br><br>
<<elseif $act2 is "yougo">>
<style>body {background-image: url("images/GPG1O/loca/mall/coffee_shop.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<dialog $player "You-">><br>
<<dialog $girl2 "So, what brings you to the mall today? Just the usual shopping spree, or is there something special you're hunting for?">><br>
<<dialog $player "I'm not really the kind to go on a shopping spree. This is where I usually go to buy supplies and household items. How about you? You shop here often?">><br>
<<dialog $girl2 "I do come here quite a bit, actually. It's a nice place to find some unique pieces for my wardrobe, and to look for inspirations.">><br>
<<button "<<dialog $player \"Inspirations? Are you an artist? Beauty with brains huh.\">>" "LILA1">><<set $act2 to "base", $act4 to "inspirations", $girl2.event.event1.talk1 +=0>><</button>><br>
<<button "<<dialog $player \"It's crazy how today's the first time I've noticed you.\">>" "LILA1">><<set $act2 to "base", $act4 to "itscrazy", $girl2.event.event1.talk1 +=2>><</button>><br>
<<elseif $act2 is "thiscoffee">>
<style>body {background-image: url("images/GPG1O/loca/mall/coffee_shop.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<dialog $player "This coffee shop is pretty nice huh?">><br>
<<dialog $girl2 "Yeah, it's not bad, but I prefer the coffee shop at the other mall on the other side of the city. This one isn't too shabby though.">><br>
<<button "<<dialog $player \"Speaking of coffee, I think they should be regulated, like alcohols. Some people are so miserable without them, and when you stop, you get withdrawals!\">>" "LILA1">><<set $act2 to "base", $act4 to "ithink", $girl2.event.event1.talk1 +=1>><</button>><br>
<<button "<<dialog $player \"I don't think I've been to that mall before. Maybe you can show me around when we go on a date there later?\">>" "LILA1">><<set $act2 to "base", $act4 to "idontthink", $girl2.event.event1.talk1 +=2>><</button>><br>
<<elseif $act2 is "areyou">>
<style>body {background-image: url("images/GPG1O/loca/mall/coffee_shop.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<dialog $player "Are you a model? Because you look like you could be a model.">><br>
<<dialog $girl2 "I do some modeling occasionally, mostly for brands that align with the clothing I design. What gives it away?">><br>
<<dialog $player "I figured. You have this <i>aura</i> of confidence around you, and I think it's awesome.">><br>
<<dialog $girl2 "Thank you. What about you? What kind of job do you do?">><br>
<<button "<<dialog $player \"I'm a garbage man, and I pickup trash for a living.\">>" "LILA1">><<set $act2 to "base", $act4 to "imagarbage", $girl2.event.event1.talk1 +=0>><</button>><br>
<<button "<<dialog $player \"I am self-employed, and I do some odd jobs here and there.\">>" "LILA1">><<set $act2 to "base", $act4 to "iamselfemployed", $girl2.event.event1.talk1 +=1>><</button>><br>
<<button "<<dialog $player \"Work? None really. I have some money I got from my parents, and I'm living off of that.\">>" "LILA1">><<set $act2 to "base", $act4 to "moneyfromparents", $girl2.event.event1.talk1 -=1>><</button>><br>
<<button "<<dialog $player \"This is embarrasing, but I don't know yet. I'm still taking my time to figure things out.\">>" "LILA1">><<set $act2 to "base", $act4 to "stillfiguringout", $girl2.event.event1.talk1 +=2>><</button>><br>
<<elseif $act2 is "base">>
<style>body {background-image: url("images/GPG1O/loca/mall/coffee_shop.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<set $girl2.event.event1.talk5 to $act4>>/*What lila remembers about your answer when she asks -what job do you do- */
<<if $act4 is "inspirations">>
<<dialog $girl2 "I will take that as a compliment, thank you.">><br>
<<dialog $player "Oh it definitely is, in the best way possible!">><br>
<<elseif $act4 is "itscrazy">>
<<dialog $girl2 "And you certainly took your chances didn't you?">><br>
<<dialog $player "I did, and I still can't believe you said yes. You’re not gonna start selling me diet pills and essential oils, are you?">><br>
<<dialog $girl2 "No, no sales pitches from me today! Maybe another day.">><br>
<<elseif $act4 is "ithink">>
<<dialog $girl2 "I can't argue with that, but I don't care about what people choose to drink. If they decide to get addicted to coffee or whatever, let them be, but that's just my opinion.">><br>
<<dialog $player "That's a fair opinion.">><br>
<<elseif $act4 is "idontthink">>
<<dialog $girl2 "Sure mister, as long as you pay for dinner, I'm game.">><br>
<<dialog $player "Cool cool cool.">><br>
<<elseif $act4 is "imagarbage">>
<<dialog $girl2 "Really? Oh that's interesting, I've never been on a date with a garbage-man before.">><br>
<<dialog $player "I lied. I'm sorry, I don't know why I said that.">><br>
/*<<dialog $girl2 "Oh, I guess I still haven't gone on a date with a garbage man, then.">><br>*/
<<dialog $girl2 "Oh, that's too bad.">><br>
<<elseif $act4 is "iamselfemployed">>
<<dialog $girl2 "And how is that working out for you?">><br>
<<dialog $player "Not that good, but it still pays the bill, so it's fine I guess.">><br>
<<elseif $act4 is "moneyfromparents">>
<<dialog $girl2 "Are your parents rich?">><br>
<<dialog $player "Yes...">><br>
<<dialog $girl2 "I see...">><br>
<<elseif $act4 is "stillfiguringout">>
<<dialog $girl2 "You do look young. I think that's a perfectly reasonable action to take. Good for you.">><br>
<<dialog $player "Thank you.">><br>
<</if>>
<<if $girl2.event.event1.talk2 is 0>><<button "<<dialog $player \"You go shopping here often? \">>" "LILA1">><<set $act2 to "yougo", $girl2.event.event1.talk2 to 1>><</button>><br><</if>>
<<if $girl2.event.event1.talk3 is 0>><<button "<<dialog $player \"This coffee shop is pretty nice huh?\">>" "LILA1">><<set $act2 to "thiscoffee", $girl2.event.event1.talk3 to 1>><</button>><br><</if>>
<<if $girl2.event.event1.talk4 is 0>><<button "<<dialog $player \"Are you a model?\">>" "LILA1">><<set $act2 to "areyou", $girl2.event.event1.talk4 to 1>><</button>><br><br><</if>>
<<if $girl2.event.event1.talk2 is 1 and $girl2.event.event1.talk3 is 1 and $girl2.event.event1.talk4 is 1>>
<<button "Wrap up the coffee date" "LILA1">><<set $act2 to "five">><</button>>
<</if>>
<<elseif $act2 is "five">>
<<addlove $girl2 $girl2.event.event1.talk1>>
<style>body {background-image: url("images/GPG1O/loca/mall/coffee_shop.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
The two of you conversed a bit longer, getting to know each other better during your impromptu coffee date.<br><br>
<<dialog $player "I would love to get to know you more, but I'm sure you have things to do, and I don't want to hold you up for so long.">><br>
<<dialog $girl2 "I should get going then. This was fun!">><br>
<<dialog $player "It was! Can I maybe get your contact number?">><br>
<<dialog $girl2 "Sure.">><br>
After getting her number, both of you went your separate ways. ($girl2.event.event1.talk1)<br>
<br><<button "Back" "CITY1">><<set $act to "mall">><<audio ":playing" stop>><<set $girl2.event.event1.completed to 1, $girl2.var.var6 to 1>><</button>>
<<else>>
EROOOOOOOOOOOOOOOOOOOOR #77488f972<br><br>
<<link '<img src="images/GPG1O/others/gpg10.webp">' "MCHOUSE">><<set $act to "mcbedroom", $act2 to "">><</link>>
<</if>>
<<else>>
EROOOOOOOOOOOOOOOOOOOOR<br><br>
<<link '<img src="images/GPG1O/others/gpg10.webp">' "MCHOUSE">><<set $act to "mcbedroom", $act2 to "">><</link>>
<</if>>
<</nobr>><<nobr>>
/*
<<set _negativetime to -1*$traveltime.one>>
<<addmins _negativetime>>
<<= '<style>body {background-color: #' + $girl2.color + ';}</style>'>>
*/
<<if $act is "regular_sex_bedroom_1">>
<style>body {background-image: url("images/GPG1O/loca/houses/bedroom/bedroom16.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<set _blowjob to ["blowjob2", "blowjob4", "blowjob5" ]>>
<<set _sex to ["sex2","sex3","sex4","sex5"]>>
<<sex_limit "ongoing">>
<<if $act2 is "blowjob">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/blowjob1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "blowjob" $girl2.name1>><br>
<<elseif $act2 is "blowjob2">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/blowjob2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "blowjob" "baby">><br>
<<elseif $act2 is "blowjob4">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/blowjob4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "blowjob" $girl2.name1>><br>
<<elseif $act2 is "blowjob5">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/blowjob5.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "blowjob" "baby">><br>
<<elseif $act2 is "sex2">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/sex3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl2 "undefined">><br>
<<during_sex_compliment $player "pussy" "baby">><br>
<<elseif $act2 is "sex3">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/sex4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl2 "undefined">><br>
<<during_sex_compliment $player "pussy" $girl2.name1>><br>
<<elseif $act2 is "sex4">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/sex6.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl2 "undefined">><br>
<<during_sex_compliment $player "pussy" "baby">><br>
<<elseif $act2 is "sex5">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/sex7.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl2 "undefined">><br>
<<during_sex_compliment $player "pussy" $girl2.name1>><br>
<<elseif $act2 is "cum_in">>
<<playspurt>>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/cum_in_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "inside">><br>
<<button "Afterwards" "LILA1_regularsex" >>><<set $act4 to $act2, $act2 to "after_sex">><</button>>
<<elseif $act2 is "cum_out">>
<<playspurt>>
<video autoplay loop muted><source src="images/GPG1O/char/general/sex/cumshot_hand_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
Cumming. <br><br>
<<cum_man_during $player "outside">><br>
<<button "Afterwards" "LILA1_regularsex" >>><<set $act4 to $act2, $act2 to "after_sex">><</button>>
<<elseif $act2 is "cum_decide">>
<<cum_warning $player>><br>
<<woman_cumlocation $girl2>><br>
<<button "Cum inside" "LILA1_regularsex">><<set $act2 to "cum_in">><<set $player.stress to Math.clamp($player.stress-=5, 0,100)>><</button>>
<<button "Cum outside" "LILA1_regularsex">><<set $act2 to "cum_out">><<set $player.stress to Math.clamp($player.stress-=5, 0,100)>><</button>>
<<elseif $act2 is "after_sex">>
<<audio ":playing" stop>>
<<if $act4 is "cum_in">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/cum_in_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<</if>>
<<dialog $player "That was amazing $girl2.name1. Thanks">><br>
<<if $generalsdet.vaginal is 0>>
<<dialog $girl2 "Um, you're welcome.">><br>
<<addlove $girl2 -1>>
<<else>>
<<during_sex_compliment $girl2 "woman_after" $player.name1>>
<</if>>
<<if $act4 is "cum_in">>
<video autoplay loop muted><source src="images/GPG1O/char/lila/one/cum_in_after1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<impreg $girl2>>
<<set $gvar.var10 to $girl2, $gvar.var11 to 0>>
<</if>>
<<update_sdet $girl2 "stop">>
<<sex_limit "stop">>
<<if $girl2.var.var8 is 0>>/*for -what are we- talk if it hasn't happened yet.*/
<br><<button "Talk" "LILA1">><<set $act to "talkaftersex", $act2 to "one", $girl2.var.var8 to 1>><</button>>
<<else>>
<br><span id="back"><<button "Back" "LILA_house">><<set $act to "", $act2 to "hallway", $act3 to "", $act4 to "", $act5 to "", $gvar.var7 to 1>> <<addhours 1>><</button>></span>
<</if>>
<<else>>
Oops as98d90f-df<br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "", $gvar.var7 to 1>><</button>></span>
<</if>>
<<if $act2 is "tease">>/*To show the first blowjob or sex, with clothes which will not be repeatable after either one is chosen.*/
<<button "Blowjob" "LILA1">><<set $act2 to "blowjob">><<update_sdet $girl2 "add" "blowjob">><<add_lust_duringsex $girl2>><</button>>
<<button "Sex" "LILA1">><<set $act2 to "sex1">><<update_sdet $girl2 "add" "vaginal">><<add_lust_duringsex $girl2>><</button>>
<<elseif $act2 isnot "cum_decide" and $act2 isnot "cum_in" and $act2 isnot "cum_out" and $act2 isnot "after_sex">>
<<if $playervar.var6 gt 0>>
<<button "Blowjob" "LILA1_regularsex">><<set $act5 to ($act5 + 1) % _blowjob.length>><<set $act2 to _blowjob[$act5]>><<update_sdet $girl2 "add" "blowjob">><<add_lust_duringsex $girl2>><</button>>
<<button "Sex" "LILA1_regularsex">><<set $act4 to ($act4 + 1) % _sex.length>><<set $act2 to _sex[$act4]>><<update_sdet $girl2 "add" "vaginal">><<add_lust_duringsex $girl2>><</button>>
<<if $cheat.cumwhenever or $cheat.cumwhenever is 1>>
<<if $generalsdet.vaginal is 0>>
<<button "Cum" "LILA1_regularsex">><<set $act2 to "cum_out">><</button>>
<<else>>
<<button "Cum" "LILA1_regularsex">><<set $act2 to "cum_decide">><</button>>
<</if>>
<</if>>
<<else>>
<<if $generalsdet.vaginal is 0>>
<<button "Cum" "LILA1_regularsex">><<set $act2 to "cum_out">><</button>>
<<else>>
<<button "Cum" "LILA1_regularsex">><<set $act2 to "cum_decide">><</button>>
<</if>>
<</if>>
<</if>>
<<else>>
SOWWWYWYWYWYWY #679456as6c8<br><br>
<<link '<img src="images/GPG1O/others/gpg10.webp">' "MCHOUSE">><<set $act to "mcbedroom", $act2 to "">><</link>>
<</if>>
<</nobr>><<nobr>>
/* Lila's old color: <style>body {background-color: #ffc300;}</style>
<style>body {background-color: #b0dbf1;}</style>
*/
<<set _temptime to $gameDate.getHours()>>
<<addmins $traveltime.one>>
<<check_operatingStatus $girl2 "one">>
<<if $girl2.var.var4 is 0>>
<<if !$girl2.operatingHour.one.status>>
<<set $act to "getout">>
<</if>>
<</if>>
<<if $act2 is "" or $act2 is "hallway">>
<<= '<style>body {background-color: #' + $girl2.color + ';}</style>'>>
<<elseif $act2 is "livingroom">>
<style>body {background-image: url("images/GPG1O/loca/houses/livingroom/livingroom1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act2 is "kitchen">>
<style>body {background-image: url("images/GPG1O/loca/houses/kitchen/kitchen8.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act2 is "bathroom">>
<style>body {background-image: url("images/GPG1O/loca/houses/bathroom/bathroom7.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act2 is "bedroom1">>
<style>body {background-image: url("images/GPG1O/loca/houses/bedroom/bedroom16.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act2 is "bedroom2">>
<style>body {background-image: url("images/GPG1O/loca/houses/bedroom/bedroom1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<<= '<style>body {background-color: #' + $girl2.color + ';}</style>'>>
<</if>>
<<if $act is "">>
<<if $act2 is "hallway">>
<<girl_loca $girl2>>
<div class="image-row">
<div class="image-container3">
<<if $girl2.location is "livingroom">><<cornerimage $girl2>><</if>>
<<button '<img src="images/GPG1O/loca/houses/livingroom/thumb/livingroom1.webp">' "LILA_house">><<set $act2 to "livingroom">><</button>>
<div class="overlay-text2">LIVINGROOM</div>
</div>
<div class="image-container3">
<<if $girl2.location is "bathroom">><<cornerimage $girl2>><</if>>
<<button '<img src="images/GPG1O/loca/houses/bathroom/thumb/bathroom7.webp">' "LILA_house">><<set $act2 to "bathroom">><</button>>
<div class="overlay-text2">BATHROOM</div>
</div>
<div class="image-container3">
<<if $girl2.location is "kitchen">><<cornerimage $girl2>><</if>>
<<button '<img src="images/GPG1O/loca/houses/kitchen/thumb/kitchen8.webp">' "LILA_house">><<set $act2 to "kitchen">><</button>>
<div class="overlay-text2">KITCHEN</div>
</div>
<div class="image-container3">
<<if $girl2.location is "bedroom">><<cornerimage $girl2>><</if>>
<<button '<img src="images/GPG1O/loca/houses/bedroom/thumb/bedroom16.webp">' "LILA_house">><<set $act2 to "bedroom1">><</button>>
<div class="overlay-text2">BEDROOM 1</div>
</div>
<div class="image-container3">
<<if $girl2.location is "bedroom2">><<cornerimage $girl2>><</if>>
<<button '<img src="images/GPG1O/loca/houses/bedroom/thumb/bedroom1.webp">' "LILA_house">><<set $act2 to "bedroom2">><</button>>
<div class="overlay-text2">BEDROOM 2</div>
</div>
</div>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "girl2", $act3 to "", $act4 to "">><</button>></span>
<<elseif $act2 is "livingroom">>
<<if $girl2.location is "livingroom">>
You see $girl2.name1 in the livingroom.<br><br>
<img src="images/GPG1O/char/lila/lila_livingroom_1.webp"><br><br>
<<button "Talk" "LILA_house">><<set $act3 to $act2, $act to "talk", $act_2 to "">><<addmins 20>><</button>>
<<button "Gift" "LILA_house">><<set $act3 to $act2, $act to "gift">><<addmins 5>><</button>>
<<button "Make a joke" "LILA_house">><<set $act3 to $act2, $act to "joke">><<addmins 20>><</button>>
<br><span id="back"><<button "Back" "LILA_house">><<set $act to "", $act2 to "hallway">><</button>></span>
<<else>>
/*<img src="images/GPG1O/loca/houses/livingroom/livingroom1.webp"><br><br>*/
<span id="back"><<button "Back" "LILA_house">><<set $act to "", $act2 to "hallway">><</button>></span>
<</if>>
<<elseif $act2 is "kitchen">>
<<if $girl2.location is "kitchen">>
You see $girl2.name1 in the kitchen.<br><br>
<img src="images/GPG1O/char/lila/lila_kitchen_1.webp"><br><br>
<<button "Talk" "LILA_house">><<set $act3 to $act2, $act to "talk", $act_2 to "">><<addmins 20>><</button>>
<<button "Gift" "LILA_house">><<set $act3 to $act2, $act to "gift">><<addmins 5>><</button>>
<<button "Make a joke" "LILA_house">><<set $act3 to $act2, $act to "joke">><<addmins 20>><</button>>
<br><span id="back"><<button "Back" "LILA_house">><<set $act to "", $act2 to "hallway">><</button>></span>
<<else>>
/*<img src="images/GPG1O/loca/houses/kitchen/kitchen8.webp"><br><br>*/
<span id="back"><<button "Back" "LILA_house">><<set $act to "", $act2 to "hallway">><</button>></span>
<</if>>
<<elseif $act2 is "bathroom">>
<<if $girl2.location is "bathroom">>
<img src="images/GPG1O/char/general/door2.webp"><br><br>
The door is closed. $girl2.name1 is using the bathroom.<br>
<br><span id="back"><<button "Back" "LILA_house">><<set $act to "", $act2 to "hallway">><</button>></span>
<<else>>
/*<img src="images/GPG1O/loca/houses/bathroom/bathroom7.webp"><br><br>*/
<span id="back"><<button "Back" "LILA_house">><<set $act to "", $act2 to "hallway">><</button>></span>
<</if>>
<<elseif $act2 is "bedroom1">>
<<if $girl2.location is "bedroom">>
You see $girl2.name1 in her bedroom.<br><br>
<img src="images/GPG1O/char/lila/lila_bedroom_1.webp"><br><br>
<<button "Talk" "LILA_house">><<set $act3 to $act2, $act to "talk", $act_2 to "">><<addmins 20>><</button>>
<<button "Gift" "LILA_house">><<set $act3 to $act2, $act to "gift">><<addmins 5>><</button>>
<<button "Make a joke" "LILA_house">><<set $act3 to $act2, $act to "joke">><<addmins 20>><</button>>
<<button "Sexy time" "LILA1_regularsex">>
<<set $act to "regular_sex_bedroom_1", $act2 to "blowjob2", $act5 to 0, $act4 to 0, $gvar.var7 to 0, $girl2.var.var5 to 1>>
<<sex_limit "start">>
<<update_sdet $girl2 "start" "none">>
<<playsexytime>>
<</button>>
<br><span id="back"><<button "Back" "LILA_house">><<set $act to "", $act2 to "hallway">><</button>></span>
<<else>>
/*<img src="images/GPG1O/loca/houses/bedroom/bedroom16.webp"><br><br>*/
<span id="back"><<button "Back" "LILA_house">><<set $act to "", $act2 to "hallway">><</button>></span>
<</if>>
<<elseif $act2 is "bedroom2">>
<<if $girl2.location is "bedroom2">>
You see $girl2.name1 in the second bedroom.<br><br>
<img src="images/GPG1O/char/lila/lila_bedroom_1.webp"><br><br><br><br>
<<button "Talk" "LILA_house">><<set $act3 to $act2, $act to "talk", $act_2 to "">><<addmins 20>><</button>>
<<button "Gift" "LILA_house">><<set $act3 to $act2, $act to "gift">><<addmins 5>><</button>>
<<button "Make a joke" "LILA_house">><<set $act3 to $act2, $act to "joke">><<addmins 20>><</button>>
<br><span id="back"><<button "Back" "LILA_house">><<set $act to "", $act2 to "hallway">><</button>></span>
<<else>>
/*<img src="images/GPG1O/loca/houses/bedroom/bedroom1.webp"><br><br>*/
<span id="back"><<button "Back" "LILA_house">><<set $act to "", $act2 to "hallway">><</button>></span>
<</if>>
<</if>>
<<elseif $act is "talk">>
<<include "lila_talk_1">>
<<elseif $act is "gift">>
<<= '<style>body {background-color: #' + $girl2.color + ';}</style>'>>
<<gift $girl2 1 "gift2" "LILA_house">><br>
<br><span id="back"><<button "Back" "LILA_house">><<set $act to "", $act2 to $act3>><</button>></span>
<<elseif $act is "gift2">>
<<= '<style>body {background-color: #' + $girl2.color + ';}</style>'>>
<<gift_response $girl2>><br><br>
<span id="back"><<button "Back" "LILA_house">><<set $act to "", $act2 to $act3>><</button>></span>
<<elseif $act is "joke">>
<<= '<style>body {background-color: #' + $girl2.color + ';}</style>'>>
<<joke>><br>
<<joke_response $girl2>><br><br>
<span id="back"><<button "Back" "LILA_house">><<set $act to "", $act2 to $act3>><</button>></span>
<<elseif $act is "getout">>
<<= '<style>body {background-color: #' + $girl2.color + ';}</style>'>>
You looked at the clock, realized it was getting late, and excused yourself.<br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "girl2">><</button>></span>
<<else>>
oipaidsfu ))3830*** <br><br>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "girl2">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<set _temptime to $gameDate.getHours()>>
<<set _tempday to $gameDate.getDay()>>
<<check_operatingStatus $buildingOperatingHours.mall "one">>
<<if !$buildingOperatingHours.mall.operatingHour.one.status>>
<<set $act to "getout">>
<</if>>
<<if $act is "main">>
<<addmins $traveltime.one>>
<style>body {background-image: url("images/GPG1O/loca/mall.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You are at the mall.<br><br>
<div class="image-row">
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/mall/electronic_store_thumb.webp">' "MALL">><<set $act to "elec">><</button>>
<div class="overlay-text2">Electronic Store</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/mall/general_thumb.webp">' "MALL">><<set $act to "gene">><</button>>
<div class="overlay-text2">General Goods</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/mall/clothes_thumb.webp">' "MALL">><<set $act to "clot">><</button>>
<div class="overlay-text2">Clothing Store</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/mall/pharmacy_thumb.webp">' "MALL">><<set $act to "phar">><</button>>
<div class="overlay-text2">Pharmacy</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/mall/gift_shop_thumb.webp">' "MALL">><<set $act to "gift">><</button>>
<div class="overlay-text2">Gift Shop</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/mall/book_shop_thumb.webp">' "MALL">><<set $act to "book">><</button>>
<div class="overlay-text2">Book Shop</div>
</div>
<div class="image-container2">
</div>
<div class="image-container2">
</div>
</div>
/*-------------------------------------------------------------- Below is for Conditions check for Liya's date --------------------------------------------------------------------------------------*/
<<check_nextevent $girl4>>
<<if $girl4.var.var2 is 1 and (_temptime is 11 or _temptime is 12) and _tempday is 2>>
<<if $girl4.nextevent.one.detail.status isnot "overdue">>
<<set _date_liya to true>>
<<else>>
<<set $girl4.var.var2 to 0, $girl4.love-=$girl4.personality.angerpenalty>>
<<notify 5s>>You missed your date with $girl4.name1. (-$girl2.personality.angerpenalty Love)<</notify>>
<</if>>
<</if>>
/*-------------------------------------------------------------- Below is for buttons before the "back" button --------------------------------------------------------------------------------------*/
<<if _date_liya is true>><br><<button "Meet up with $girl4.name1" "mall_liya">><<set $act to "date1", $act2 to "one", $girl4.var.var2 to 0, $girl4.var.var3 +=1>><</button>><</if>>
/*-------------------------------------------------------------- Below is for back button --------------------------------------------------------------------------------------*/
<<if $gvar.var3 lte 30>>/*EVENT SETTER; if chance roll is less than 30*/
<<set _event to true>>
<<if !$gvar.var1>>/*if not night*/
<<set _event2 to either(1,2)>>/*in case multiple girls can be met this way, for now it's just lila.*/
<<else>>
/*night events here?*/
<</if>>
<</if>>
<<if _event>>
<<if (_event2 is 1 or _event2 is 2) and $girl2.event.event1.completed is 0>>
<br><span id="back"><<button "Back" "LILA1">><<set $act to "mall_encounter", $act2 to "one">><<audio ":playing" stop>><</button>></span>
<<else>>
<br><span id="back"><<button "Back" "CITY1">><<set $act to "mall">><<audio ":playing" stop>><</button>></span>
<</if>>
<<else>>
<br><span id="back"><<button "Back" "CITY1">><<set $act to "mall">><<audio ":playing" stop>><</button>></span>
<</if>>
<<elseif $act is "getout">>
It's late and the shops are closing. You hurriedly get out of the mall.<br>
<br><span id="back"><<button "Back" "CITY1">><<set $act to "mall">><<audio ":playing" stop>><</button>></span>
<<elseif $act is "elec">>
<style>body {background-image: url("images/GPG1O/loca/mall/electronic_store.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You're in the electronic store.<br><br>
<<begonescroll>>
<div class="image-row">
<div class="shopitem">
<<set _computerprice to $item.item1.price>>
<<if $player.cash gte _computerprice and $item.item1.quantity is 0>><<button'<img src="images/GPG1O/item/computer.webp">' "MALL">><<set $act to "elec", $item.item1.quantity +=1, $player.cash -= _computerprice>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/computer.webp">'>><</button>></span><</if>>
$item.item1.name<br>
Price: _computerprice $
</div>
<div class="shopitem">
<<set _phoneprice to $item.item2.price >>
<<if $player.cash gte _phoneprice and $item.item2.quantity is 0>><<button'<img src="images/GPG1O/item/phone.webp">' "MALL">><<set $act to "elec", $item.item2.quantity +=1, $player.cash -= _phoneprice>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/phone.webp">'>><</button>></span><</if>>
$item.item2.name<br>
Price: _phoneprice $
</div>
<div class="shopitem">
<<set _cameraprice to $item.item3.price >>
<<if $player.cash gte _cameraprice and $item.item3.quantity is 0>><<button'<img src="images/GPG1O/item/camera.webp">' "MALL">><<set $act to "elec", $item.item3.quantity +=1, $player.cash -= _cameraprice>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/camera.webp">'>><</button>></span><</if>>
$item.item3.name<br>
Price: _cameraprice $
</div>
<<if $girl3.event.event2.askphone isnot 0 and $girl3.event.event2.hasphone is 0 and $girl3.event.event2.playerboughtphone is 0>>
<div class="shopitem">
<<set _phoneprice to 599 >>
<<if $player.cash gte _phoneprice>>
<<button'<img src="images/GPG1O/item/phone2.webp">' "MALL">>
<<set $act to "elec", $player.cash -= _phoneprice, $girl3.event.event2.playerboughtphone to 1>>
<</button>>
<<else>>
<span class="button-disabled"><<button'<img src="images/GPG1O/item/phone2.webp">'>><</button>></span>
<</if>>
Phone (for Eva)<br>
Price: _phoneprice $
</div>
<</if>>
<div class="image-container2">
</div>
<div class="image-container2">
</div>
</div>
<br><span id="back"><<button "Back" "MALL">><<set $act to "main">><</button>></span>
<<elseif $act is "gene">>
<style>body {background-image: url("images/GPG1O/loca/mall/general.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You're in the general goods store.<br><br>
<<begonescroll>>
<div class="image-row">
<div class="shopitem">
<<set _price1 to $item.item4.price>>
<<if $player.cash gte _price1>><<button'<img src="images/GPG1O/item/wine.webp">' "MALL">><<set $act to "gene", $item.item4.quantity +=1, $player.cash -= _price1>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/wine.webp">'>><</button>></span><</if>>
$item.item4.name<br>
Price: _price1 $
</div>
<div class="shopitem">
<<set _price2 to $item.item5.price>>
<<if $player.cash gte _price2>><<button'<img src="images/GPG1O/item/beer.webp">' "MALL">><<set $act to "gene", $item.item5.quantity +=1, $player.cash -= _price2>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/beer.webp">'>><</button>></span><</if>>
$item.item5.name<br>
Price: _price2 $
</div>
<div class="image-container2">
</div>
<div class="image-container2">
</div>
<div class="image-container2">
</div>
</div>
<br><span id="back"><<button "Back" "MALL">><<set $act to "main">><</button>></span>
<<elseif $act is "clot">>
<style>body {background-image: url("images/GPG1O/loca/mall/clothes.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You're in the glothing store.<br><br>
<div class="image-row">
<div class="shopitem">
<<set _price1 to $item.item33.price>>
<<if $player.cash gte _price1>><<button'<img src="images/GPG1O/item/men_clothes_1.webp">' "MALL">><<set $act to "clot", $item.item33.quantity +=1, $player.cash -= _price1>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/men_clothes_1.webp">'>><</button>></span><</if>>
$item.item33.name<br>
Price: _price1 $
</div>
<div class="shopitem">
<<set _price2 to $item.item34.price>>
<<if $player.cash gte _price2>><<button'<img src="images/GPG1O/item/men_clothes_2.webp">' "MALL">><<set $act to "clot", $item.item34.quantity +=1, $player.cash -= _price2>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/men_clothes_2.webp">'>><</button>></span><</if>>
$item.item34.name<br>
Price: _price2 $
</div>
<div class="shopitem">
<<set _price3 to $item.item35.price>>
<<if $player.cash gte _price3>><<button'<img src="images/GPG1O/item/men_clothes_3.webp">' "MALL">><<set $act to "clot", $item.item35.quantity +=1, $player.cash -= _price3>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/men_clothes_3.webp">'>><</button>></span><</if>>
$item.item35.name<br>
Price: _price3 $
</div>
<div class="shopitem">
<<set _price4 to $item.item36.price>>
<<if $player.cash gte _price4>><<button'<img src="images/GPG1O/item/men_clothes_4.webp">' "MALL">><<set $act to "clot", $item.item36.quantity +=1, $player.cash -= _price4>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/men_clothes_4.webp">'>><</button>></span><</if>>
$item.item36.name<br>
Price: _price4 $
</div>
<div class="shopitem">
<<set _price5 to $item.item37.price>>
<<if $player.cash gte _price5>><<button'<img src="images/GPG1O/item/men_clothes_5.webp">' "MALL">><<set $act to "clot", $item.item37.quantity +=1, $player.cash -= _price5>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/men_clothes_5.webp">'>><</button>></span><</if>>
$item.item37.name<br>
Price: _price5 $
</div>
<div class="shopitem">
<<set _price6 to $item.item38.price>>
<<if $player.cash gte _price6>><<button'<img src="images/GPG1O/item/men_clothes_6.webp">' "MALL">><<set $act to "clot", $item.item38.quantity +=1, $player.cash -= _price6>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/men_clothes_6.webp">'>><</button>></span><</if>>
$item.item38.name<br>
Price: _price6 $
</div>
</div>
<br><span id="back"><<button "Back" "MALL">><<set $act to "main">><</button>></span>
<<elseif $act is "phar">>
<style>body {background-image: url("images/GPG1O/loca/mall/pharmacy.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You're in the pharmacy.<br><br>
<<begonescroll>>
<div class="image-row">
<div class="shopitem">
<<set _price1 to $item.item6.price>>
<<if $player.cash gte _price1>><<button'<img src="images/GPG1O/item/condom.webp">' "MALL">><<set $act to "phar", $item.item6.quantity +=1, $player.cash -= _price1>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/condom.webp">'>><</button>></span><</if>>
$item.item6.name<br>
Price: _price1 $
</div>
<div class="shopitem">
<<set _price2 to $item.item7.price>>
<<if $player.cash gte _price2>><<button'<img src="images/GPG1O/item/pill1.webp">' "MALL">><<set $act to "phar", $item.item7.quantity +=1, $player.cash -= _price2>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/pill1.webp">'>><</button>></span><</if>>
/*$item.item7.name */ Antibabypillen<br>
Price: _price2 $
</div>
<div class="shopitem">
<<set _price3 to $item.item8.price>>
<<if $player.cash gte _price3>><<button'<img src="images/GPG1O/item/lube.webp">' "MALL">><<set $act to "phar", $item.item8.quantity +=10, $player.cash -= _price3>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/lube.webp">'>><</button>></span><</if>>
$item.item8.name<br>
Price: _price3 $
</div>
<div class="shopitem">
<<set _price4 to $item.item9.price>>
<<if $player.cash gte _price4>><<button'<img src="images/GPG1O/item/sunscreen.webp">' "MALL">><<set $act to "phar", $item.item9.quantity +=10, $player.cash -= _price4>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/sunscreen.webp">'>><</button>></span><</if>>
$item.item9.name<br>
Price: _price4 $
</div>
<div class="shopitem">
<<set _price5 to $item.item10.price>>
<<if $player.cash gte _price5>><<button'<img src="images/GPG1O/item/sleep_pill.webp">' "MALL">><<set $act to "phar", $item.item10.quantity +=5, $player.cash -= _price5>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/sleep_pill.webp">'>><</button>></span><</if>>
$item.item10.name<br>
Price: _price5 $
</div>
</div>
<br><span id="back"><<button "Back" "MALL">><<set $act to "main">><</button>></span>
<<elseif $act is "gift">>
<style>body {background-image: url("images/GPG1O/loca/mall/gift_shop.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You're in the gift shop.<br><br>
<<begonescroll>>
<div class="image-row">
<div class="shopitem">
<<set _price1 to $item.item11.price>>
<<if $player.cash gte _price1>><<button'<img src="images/GPG1O/item/flowers.webp">' "MALL">><<set $act to "gift", $item.item11.quantity +=1, $player.cash -= _price1>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/flowers.webp">'>><</button>></span><</if>>
$item.item11.name<br>
Price: _price1 $
</div>
<div class="shopitem">
<<set _price2 to $item.item12.price>>
<<if $player.cash gte _price2>><<button'<img src="images/GPG1O/item/chocolate.webp">' "MALL">><<set $act to "gift", $item.item12.quantity +=1, $player.cash -= _price2>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/chocolate.webp">'>><</button>></span><</if>>
$item.item12.name<br>
Price: _price2 $
</div>
<div class="shopitem">
<<set _price3 to $item.item13.price>>
<<if $player.cash gte _price3>><<button'<img src="images/GPG1O/item/ring.webp">' "MALL">><<set $act to "gift", $item.item13.quantity +=1, $player.cash -= _price3>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/ring.webp">'>><</button>></span><</if>>
$item.item13.name<br>
Price: _price3 $
</div>
<div class="shopitem">
<<set _price4 to $item.item14.price>>
<<if $player.cash gte _price4>><<button'<img src="images/GPG1O/item/bracelet.webp">' "MALL">><<set $act to "gift", $item.item14.quantity +=1, $player.cash -= _price4>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/bracelet.webp">'>><</button>></span><</if>>
$item.item14.name<br>
Price: _price4 $
</div>
<div class="shopitem">
<<set _price5 to $item.item15.price>>
<<if $player.cash gte _price5>><<button'<img src="images/GPG1O/item/necklace.webp">' "MALL">><<set $act to "gift", $item.item15.quantity +=1, $player.cash -= _price5>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/necklace.webp">'>><</button>></span><</if>>
$item.item15.name<br>
Price: _price5 $
</div>
<div class="shopitem">
</div>
</div>
<br><span id="back"><<button "Back" "MALL">><<set $act to "main">><</button>></span>
<<elseif $act is "book">>
<style>body {background-image: url("images/GPG1O/loca/mall/book_shop.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You're in the book shop.<br><br>
<<begonescroll>>
<div class="image-row">
<div class="shopitem">
<<set _price0 to $item.item32.price>>
<<if $player.cash gte _price0>><<button'<img src="images/GPG1O/item/notebook.webp">' "MALL">><<set $act to "book", $item.item32.quantity +=1, $player.cash -= _price0>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/notebook.webp">'>><</button>></span><</if>>
$item.item32.name<br>
Price: _price0 $
</div>
<div class="shopitem">
<<set _price1 to $item.item16.price>>
<<if $player.cash gte _price1>><<button'<img src="images/GPG1O/item/book1.webp">' "MALL">><<set $act to "book", $item.item16.quantity +=1, $player.cash -= _price1>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/book1.webp">'>><</button>></span><</if>>
$item.item16.name<br>
Price: _price1 $
</div>
<div class="shopitem">
<<set _price2 to $item.item17.price>>
<<if $player.cash gte _price2>><<button'<img src="images/GPG1O/item/book2.webp">' "MALL">><<set $act to "book", $item.item17.quantity +=1, $player.cash -= _price2>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/book2.webp">'>><</button>></span><</if>>
$item.item17.name<br>
Price: _price2 $
</div>
<div class="shopitem">
<<set _price3 to $item.item18.price>>
<<if $player.cash gte _price3>><<button'<img src="images/GPG1O/item/book3.webp">' "MALL">><<set $act to "book", $item.item18.quantity +=1, $player.cash -= _price3>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/book3.webp">'>><</button>></span><</if>>
$item.item18.name<br>
Price: _price3 $
</div>
<div class="shopitem">
<<set _price4 to $item.item19.price>>
<<if $player.cash gte _price4>><<button'<img src="images/GPG1O/item/book4.webp">' "MALL">><<set $act to "book", $item.item19.quantity +=1, $player.cash -= _price4>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/book4.webp">'>><</button>></span><</if>>
$item.item19.name<br>
Price: _price4 $
</div>
<div class="shopitem">
<<set _price5 to $item.item20.price>>
<<if $player.cash gte _price5>><<button'<img src="images/GPG1O/item/book5.webp">' "MALL">><<set $act to "book", $item.item20.quantity +=1, $player.cash -= _price5>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/book5.webp">'>><</button>></span><</if>>
$item.item20.name<br>
Price: _price5 $
</div>
<div class="shopitem">
<<set _price6 to $item.item21.price>>
<<if $player.cash gte _price6>><<button'<img src="images/GPG1O/item/book6.webp">' "MALL">><<set $act to "book", $item.item21.quantity +=1, $player.cash -= _price6>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/book6.webp">'>><</button>></span><</if>>
$item.item21.name<br>
Price: _price6 $
</div>
<div class="shopitem">
<<set _price8 to $item.item22.price>>
<<if $player.cash gte _price8>><<button'<img src="images/GPG1O/item/book7.webp">' "MALL">><<set $act to "book", $item.item22.quantity +=1, $player.cash -= _price8>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/book7.webp">'>><</button>></span><</if>>
$item.item22.name<br>
Price: _price8 $
</div>
<div class="shopitem">
<<set _price9 to $item.item23.price>>
<<if $player.cash gte _price9>><<button'<img src="images/GPG1O/item/book8.webp">' "MALL">><<set $act to "book", $item.item23.quantity +=1, $player.cash -= _price9>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/book8.webp">'>><</button>></span><</if>>
$item.item23.name<br>
Price: _price9 $
</div>
<div class="shopitem">
<<set _price10 to $item.item24.price>>
<<if $player.cash gte _price10>><<button'<img src="images/GPG1O/item/book9.webp">' "MALL">><<set $act to "book", $item.item24.quantity +=1, $player.cash -= _price10>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/book9.webp">'>><</button>></span><</if>>
$item.item24.name<br>
Price: _price10 $
</div>
<div class="shopitem">
<<set _price11 to $item.item25.price>>
<<if $player.cash gte _price11>><<button'<img src="images/GPG1O/item/book10.webp">' "MALL">><<set $act to "book", $item.item25.quantity +=1, $player.cash -= _price11>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/book10.webp">'>><</button>></span><</if>>
$item.item25.name<br>
Price: _price11 $
</div>
<div class="shopitem">
<<set _price12 to $item.item26.price>>
<<if $player.cash gte _price12>><<button'<img src="images/GPG1O/item/book11.webp">' "MALL">><<set $act to "book", $item.item26.quantity +=1, $player.cash -= _price12>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/book11.webp">'>><</button>></span><</if>>
$item.item26.name<br>
Price: _price12 $
</div>
<div class="shopitem">
<<set _price13 to $item.item27.price>>
<<if $player.cash gte _price13>><<button'<img src="images/GPG1O/item/book15.webp">' "MALL">><<set $act to "book", $item.item27.quantity +=1, $player.cash -= _price13>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/book15.webp">'>><</button>></span><</if>>
$item.item27.name<br>
Price: _price13 $
</div>
<div class="shopitem">
<<set _price14 to $item.item28.price>>
<<if $player.cash gte _price14>><<button'<img src="images/GPG1O/item/book13.webp">' "MALL">><<set $act to "book", $item.item28.quantity +=1, $player.cash -= _price14>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/book13.webp">'>><</button>></span><</if>>
$item.item28.name<br>
Price: _price14 $
</div>
<div class="shopitem">
<<set _price15 to $item.item29.price>>
<<if $player.cash gte _price15>><<button'<img src="images/GPG1O/item/book14.webp">' "MALL">><<set $act to "book", $item.item29.quantity +=1, $player.cash -= _price15>><</button>>
<<else>><span class="button-disabled"><<button'<img src="images/GPG1O/item/book14.webp">'>><</button>></span><</if>>
$item.item29.name<br>
Price: _price15 $
</div>
</div>
<br><span id="back"><<button "Back" "MALL">><<set $act to "main">><</button>></span>
<<else>>
You shouldn't be here, this is an error. Gomenasai playa-kun.<br><br>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "city">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<style>body {background-color: #b0dbf1;}</style>
<<set _temptime to $gameDate.getHours()>>
<<set $gvar.var7 to 1>>
<<addmins $traveltime.one>>
<<if $act is "hallway">>
<div class="image-row">
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/mchouse/livingroom.webp">' "MCHOUSE">><<set $act to "livingroom", $act2 to "">><</button>>
<div class="overlay-text2">LIVINGROOM</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/mchouse/bathroom.webp">' "MCHOUSE">><<set $act to "bathroom", $act2 to "">><</button>>
<div class="overlay-text2">BATHROOM</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/mchouse/kitchen.webp">' "MCHOUSE">><<set $act to "kitchen", $act2 to "">><</button>>
<div class="overlay-text2">KITCHEN</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/mchouse/bedroom.webp">' "MCHOUSE">><<set $act to "mcbedroom", $act2 to "">><</button>>
<div class="overlay-text2">BEDROOM</div>
</div>
</div>
<<set _phonenotif to false>>
<<if $item.item2.quantity gt 0 or $item.item31.quantity gt 0>>
<<if _phonenotif>>
/*<br><span class="animated-button"><<button "Check your phone" "PHONE">><<set $act to "">><</button>></span> This works.*/
<br><span class="button-container">
<span class="button-with-badge"><<button "Check your phone" "PHONE">><<set $act to "">><</button>></span>
<span class="badge">3</span>
</span>
<<else>>
<br><<button "Check your phone" "PHONE">><<set $act to "">><</button>>
<</if>>
<</if>>
<<check_nextevent $girl3>>
<<if $girl3.event.event3.date1 is 1>>
<<if $girl3.nextevent.one.detail.status isnot "overdue">>
<<if _temptime gte 15 and _temptime lt 17>>
<<set _evacomingover to true>>
<</if>>
<<else>>
<<set _penalty to $girl3.personality.angerpenalty*-1>>
<<set $girl3.event.event3.date1 to 0>><<addlove $girl3 _penalty>>
<<notify 5s>>You forgot that you're supposed to be hanging out with $girl3.name1. (-$girl3.personality.angerpenalty Love)<</notify>>
<</if>>/*overdue closing*/
<</if>>
<<if _evacomingover>><<button "Eva is here" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "arrived", $girl3.event.event3.date1 to 0>><</button>><</if>> /*hanging out with eva*/
<br><span id="back"><<button "Outside" "NAVIGATE1">><<set $act to "apartment_hallway1">><<set $gvar.var7 to 1>><</button>></span>
<<elseif $act is "watchtv">>
<<set _selecttv to random (0,6)>>
<<if _selecttv is 1>>
<video autoplay loop muted><source src="images/GPG1O/char/mc/watchtv.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "This makes me feel like I'm tripping.">>
<<elseif _selecttv is 2>>
<video autoplay loop controls><source src="images/GPG1O/char/mc/left_right_by_Kirill_Kortes.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Hell yeah, my sound system is set up correctly.">>
<<elseif _selecttv is 3>>
<video autoplay loop controls><source src="images/GPG1O/char/general/tv/tv1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Now this is my kind of gameshow.">>
<<elseif _selecttv is 4>>
<video autoplay loop controls><source src="images/GPG1O/char/general/tv/tv2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "I gotta find more of this.">>
<<elseif _selecttv is 5>>
<video autoplay loop controls><source src="images/GPG1O/char/general/tv/tv3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "That is neat.">>
<<elseif _selecttv is 6>>
<video autoplay loop><source src="images/GPG1O/char/general/tv/tv4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "How... deep! I could see that the chaotic absurdity is a brilliant metaphor for the disarray of modern existentialism.">>
<<else>>
<video autoplay loop controls><source src="images/GPG1O/char/mc/ihaveabadcaseofdiarrhea.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Why did he have to ask? He should've just called an ambulance.">>
<</if>>
<<set $player.stress to Math.clamp($player.stress-=1,0,100)>><<addmins 55>>
<br><span id="back"><<button "Back" "MCHOUSE" id="backButton">><<set $act to "livingroom">><</button>></span>
<<elseif $act is "shower">>
<<if $player.fitness gte 70>>
You take a nice refreshing shower. You are now squeaky clean. (-1 stress)<br><br>
<img src="images/GPG1O/char/mc/shower2.gif"><br><br>
<<else>>
After some shenanigans, you take a nice refreshing shower. You are now squeaky clean.<br><br>
<img src="images/GPG1O/char/mc/shower1.gif"><br><br>
<</if>>
<<if $player.stress gt 0>><<set $player.stress -=1>><</if>><<addmins 25>>
<span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway">><</button>></span>
<<elseif $act is "livingroom">>
You are in the livingroom.<br><br>
<img src="images/GPG1O/loca/mchouse/livingroom.webp"><br><br>
<<if $player.energy gt 0>><<button "Watch TV (-1 Stress, -1 Energy, 1 hr)" "MCHOUSE">><<set $act to "watchtv", $player.energy -=1>><</button>><br><<else>><span class="button-disabled"><<button "Watch TV (-1 Stress, -1 Energy, 1 hr)" "">><</button>></span><br><</if>>
<span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway">><</button>></span>
<<elseif $act is "bathroom">>
You are in the bathroom.<br><br>
<img src="images/GPG1O/loca/mchouse/bathroom.webp"><br><br>
<<if $player.energy gt 0>><<button "Shower (-1 Stress, 30 mins)" "MCHOUSE">><<set $act to "shower">><</button>><br><<else>><span class="button-disabled"><<button "Shower (-1 Stress, 30 mins)" "">><</button>></span><br><</if>>
<span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway">><</button>></span>
<<elseif $act is "kitchen">>
You are in the kitchen.<br><br>
<img src="images/GPG1O/loca/mchouse/kitchen.webp"><br><br>
<span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway">><</button>></span>
<<elseif $act is "mcbedroom">>
<<set_gvar_var3 0 120>>
<<if $act2 is "">>
You are in your room.<br><br>
<img src="images/GPG1O/loca/mchouse/bedroom.webp"><br><br>
<<button "Sleep" "sleep">><<set $act to "sleep">><<audio ":playing" stop>><</button>>
<<button "Skip day" "MCHOUSE">><<adddays 1>><</button>>
<<button "Turn <<if $cheat.alarm is 1>>off<<else>>on<</if>> Alarm Clock (6AM)" "MCHOUSE">><<if $cheat.alarm is 1>><<set $cheat.alarm to 0>><<else>><<set $cheat.alarm to 1>><</if>><</button>>
<<if $item.item1.quantity isnot 0>><<button "Computer" "MCHOUSE">><<set $act2 to "computer", $act_1 to "computer">><</button>><</if>>
<<button "Toggles" "cheat">><</button>><br>
<span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway">><</button>></span>
<<elseif $act2 is "computer">>
<<include "computer">>
/*<br><br><span id="back"><<button "Back" "MCHOUSE">><<set $act to "mcbedroom">><<set $act2 to "">><</button>></span>*/
<<else>>
<style>body {background-image: url("images/GPG1O/others/computer_bg.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
Phuck, this is an error, sorry about that. <br><br>
<span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway">><</button>></span>
<</if>>
<<else>>
Phuck, this is an error, sorry about that. <br><br>
<span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if $act_3 is "hallway">>
<style>body {background-image: url("images/GPG1O/loca/apartment/apartment_hallway1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act_3 is "kitchen">>
<style>body {background-image: url("images/GPG1O/loca/mchouse/kitchen_wide.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act_3 is "livingroom">>
<style>body {background-image: url("images/GPG1O/loca/mchouse/livingroom_wide.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act_3 is "bathroom">>
<style>body {background-image: url("images/GPG1O/loca/mchouse/bathroom_wide.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act_3 is "bedroom">>
<style>body {background-image: url("images/GPG1O/loca/mchouse/bedroom_wide.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<<= '<style>body {background-color: #' + "b0dbf1" + ';}</style>'>>
<</if>>
<<if $act is "include1_allie">>
<<set $gvar.var7 to 0>>
<<if $act2 is "allie_comeover">>
<<set $act4 to passage()>>
<<set $act_1 to $act2>>
<<include "allie_mchouse">>
<<elseif $act2 is "sex_bedroom_1">>
<<set $act_3 to "bedroom">>
<<set $act4 to passage()>>
<<set $act_1 to $act2>>
<<include "allie_bedroom_sex">>
<<elseif $act2 is "footsies_to_sex">>
<<set $act4 to passage()>>
<<set $act_1 to $act2>>
<<include "allie_mchouse">>
<<elseif $act2 is "livingroom_sex">>
<<set $act4 to passage()>>
<<set $act_1 to $act2>>
<<include "allie_livingroom_sex">>
<<elseif $act2 is "leave">>
<<set $act4 to passage()>>
<<set $act_1 to $act2>>
<<include "allie_mchouse">>
<<elseif $act2 is "leave_after_sex">>
<<set $act4 to passage()>>
<<set $act_1 to $act2>>
<<include "allie_mchouse">>
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<set $gvar.var7 to 0>>
<style>body {background-image: url("images/GPG1O/loca/mchouse/livingroom_wide_blur.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<set _temptime to $gameDate.getHours()>>
<<if $act is "EVA">>
<<if $act2 is "whatdoyouwanttodoeva">>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_whatdohangout">>
<<elseif $act2 is "conclude_game">>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_gameresults">>
<<elseif $act2 is "evawin1">>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_gameresults">>
<<elseif $act2 is "evawin2">>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_gameresults">>
<<elseif $act2 is "evawin3">>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_gameresults">>
<<elseif $act2 is "evawin4">>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_gameresults">>
<<elseif $act2 is "evawin5_repeatable">>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_gameresults">>
<<elseif $act2 is "sex_repeatable_2">>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_sex_repeatable1">>
<<elseif $act2 is "eva_win_not_horny">>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_gameresults">>
<<elseif $act2 is "playerwin1">>
<<add_lust $girl3>>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_gameresults">>
<<elseif $act2 is "playerwin2">>
<<add_lust $girl3>>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_gameresults">>
<<elseif $act2 is "playerwin3">>
<<add_lust $girl3>>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_gameresults">>
<<elseif $act2 is "playerwin4">>
<<add_lust $girl3>>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_gameresults">>
<<elseif $act2 is "playerwin5">>
<<add_lust $girl3>>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_gameresults">>
<<elseif $act2 is "playerwin5_justthetip">>
<<add_lust $girl3>>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_sex_onetimes">>
<<elseif $act2 is "playerwin5_justthetip_repeatable">>
<<add_lust $girl3>>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_sex_onetimes">>
<<elseif $act2 is "playerwin6_final">>
<<add_lust $girl3>>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_gameresults">>
<<elseif $act2 is "sex_repeatable">>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_sex_repeatable1">>
<<elseif $act2 is "chess">>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_whatdohangout">>
<<elseif $act2 is "makeout_1">>
<<if $act3 is "kiss">>
Making out with eva here.<br><br>
<<button "Afterwards" "MCHOUSE_events_eva">><<set $act3 to "afterkiss1">><</button>>
<<elseif $act3 is "afterkiss1">>
<<dialog $player "That was nice.">><br>
<<dialog $girl3 "Yeah... I better get going.">><br>
$girl3.name1 leaves.<br><br>
<span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway", $act2 to "", $act3 to "", $act4 to "", $act5 to "", $gameDate.setHours(19)>><</button>></span>
<</if>>
<<elseif $act2 is "arrived">>
<style>body {background-image: url("images/GPG1O/loca/apartment/apartment_hallway1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You hear the doorbell being pressed. You open the door and see $girl3.name1.<br><br>
<<dialog $girl3 "Hey.">><br>
<<dialog $player "Come on in, <<print setup.synonym.baby.random()>>.">><br>
<<button "$girl3.name1 goes in" "MCHOUSE_events_eva">><<set $act2 to "one">><</button>>
<<elseif $act2 is "one">>
<<if $girl3.event.event2.visitmchouse is 0>>
<<dialog $player "Welcome to my humble abode! The kitchen is over here and next to it is my bedroom, (walks) and if you go here, that's the bathroom. Don't worry, there's no hidden cameras in there.">><br>
<<dialog $girl3 "(<i>chuckles</i>) Thanks for the tour. ">><br>
<<dialog $player "Take a seat anywhere you like, I'm going to go make us a drink.">><br>
<</if>>
<<set $girl3.event.event2.visitmchouse +=1>>
$girl3.name1 finds a seat on the sofa in the living room. A few minutes later, you come back with two cups of coffee in your hands.<br><br>
<<dialog $girl3 "So, what do you want to do?">><br>
<<button '<<dialog $player "Let\'s watch a movie.">>' "MCHOUSE_events_eva">><<set $act2 to "one_pointfive", $act3 to "movie">><<addlove $girl3 2>><</button>><br>
<<button "<<dialog $player \"What do you want to do?\">>" "MCHOUSE_events_eva">><<set $act2 to "whatdoyouwanttodoeva", $act_2 to "one">><</button>><br>
/*<<button '<<dialog $player "--Second activity here--">>' >><</button>> [NOT IMPLEMENTED]<br>*/
/*<<button '<<dialog $player "-- Third activity here --">>' >><</button>> [NOT IMPLEMENTED]<br>*/
<<button '<<dialog $player "I feel sick all of the sudden. This could be contagious, you should leave. (Excuse)">>' "MCHOUSE">><<set $act to "hallway", $act2 to "", $act3 to "", $act4 to "", $act5 to "", $gvar.var7 to 1>><<>><</button>><br>
<<elseif $act2 is "one_pointfive">>
<<if $act3 is "movie">>
A few minutes later, you and $girl3.name1 are sitting shoulder to shoulder on the sofa, watching TV together. The movie you're watching is called '$girl3.preference.movie', $girl3.name1's favorite movie.<br><br>
<<button "Put your arms around her shoulder" "MCHOUSE_events_eva">><<set $act2 to "two", $act5 to "pretend">><<addlust $girl3 2>><</button>>
<<button "Finish watching the movie" "MCHOUSE_events_eva">><<set $act2 to "two", $act5 to "finish">><</button>>
<<else>>
<</if>>
<<elseif $act2 is "two">>
<<if $act5 is "pretend">>
<<dialog $player "(Yawns) oh it's getting chilly here, it's kinda making me sleepy">><br>
You yawned and, as sly as a fox, slipped your arm around $girl3.name1's shoulder while lowering your arms. To your delight, Eva leaned into you.<br><br>
<<dialog $girl3 "Yeah, it is a bit chilly. Thanks for making it warmer.">><br>
$girl3.name1 looks at you with a playful smile.<br><br>
<<dialog $girl3 "You always this smooth, or am I just special?">><br>
<<dialog $player "Oh you are special baby, really, really special... ">><br>
<<button "Lean in for a kiss" "MCHOUSE_events_eva">><<set $act2 to "makeout_2", $act_2 to "one">><</button>><br>
<span id="back"><<button "Don't go for a kiss" "MCHOUSE_events_eva">><<set $act2 to "two", $act5 to "finish", $gvar.var7 to 1>><</button>></span>
<<elseif $act5 is "finish">>
The movie soon ended. You two had a great time watching a movie you both liked.<br><br>
<<dialog $girl3 "Ah that was fun. <i>$girl3.preference.movie</i> is always a treat to watch.">><br>
<<dialog $player "I can't agree more. It's nice that you can watch the whole movie for free on <b>ThouHose</b>">><br>
<<dialog $girl3 "Okay, I should leave now, thanks for having me.">><br>
<<dialog $player "See ya.">><br>
<span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway", $act2 to "", $act3 to "", $act4 to "", $act5 to "", $gameDate.setHours(19), $gvar.var7 to 1>><</button>></span>
<<else>>
Nothing.1230812930- 2#$23<br><br>
<<link '<img src="images/GPG1O/others/gpg10.webp">' "MCHOUSE">><<set $act to "mcbedroom", $act2 to "", $gvar.var7 to 1>><</link>>
<</if>>
<<elseif $act2 is "makeout_2">>
<<set $act4 to passage(), $act_1 to $act2>>
<<include "eva_hangout_livingroom_1">>
<<elseif $act2 is "finish_hangout">>
<<set _evalove to $girl3.love>>
<<if _evalove lte 25>>
<<dialog $girl3 "It's getting late, I should leave.">><br>
<<dialog $player "Alright, see you later.">><br>
<<elseif _evalove gt 25 and _evalove lte 50>>
<<dialog $girl3 "It's getting late, I should leave now. Good bye.">><br>
<<dialog $player "Alright, see you later.">><br>
<<elseif _evalove gt 50 and _evalove lte 75>>
<<dialog $girl3 "It's getting late. See you later $player.name1.">><br>
<<dialog $player "Alright, see you later.">><br>
<<else>>
<<dialog $girl3 "It's getting pretty late... Прощай, красавчик. ">><br>
<<dialog $player "P-prosh-ee... sorry, what?">><br>
<<dialog $girl3 "Goodbye!">><br>
<</if>>
<span id="back"><<button "$girl3.name1 left" "MCHOUSE">><<set $act to "hallway", $act2 to "", $act3 to "", $act4 to "", $act5 to "">><<addhours 2>><</button>></span>
<</if>>
<<elseif $act is "somethinglese">>
<<else>>
aspdofu 34op od ffldd<br><br>
<<link '<img src="images/GPG1O/others/gpg10.webp">' "MCHOUSE">><<set $act to "mcbedroom", $act2 to "", $gvar.var7 to 1>><</link>>
<</if>>
<</nobr>><<nobr>>
<<set_gvar_var3>>
<<addmins $traveltime.one>>
<<set _temptime to $gameDate.getHours()>>
<<set _tempday to $gameDate.getDay()>>
<<set _tempdate to $gameDate.getDate()>>
<<set _tempmonth to $gameDate.getMonth()>>
<<set $gvar.var7 to 1>>
<<if $act is "neighbourhood1">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/apartment_building.jpg"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/apartment_building_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You are in front of your apartment building.<br><br>
<div class="image-row">
<div class="image-container2">
<<if !$gvar.var1>><<button '<img src="images/GPG1O/loca/thumb/neighbourhood2.webp">' "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "">><</button>>
<<else>><<button '<img src="images/GPG1O/loca/thumb/neighbourhood2_night.webp">' "NAVIGATE1">><<set $act to "neighbourhood2", $act2 to "">><</button>>
<</if>>
<div class="overlay-text2"><<print "Harmony Hills".toUpperCase()>></div>
</div>
<div class="image-container2">
<<if !$gvar.var1>><<button'<img src="images/GPG1O/loca/thumb/neighbourhood1.webp">' "NAVIGATE1">><<set $act to "neighbourhood3">><</button>>
<<else>><<button'<img src="images/GPG1O/loca/thumb/neighbourhood1_night.webp">' "NAVIGATE1">><<set $act to "neighbourhood3">><</button>>
<</if>>
<div class="overlay-text2"><<print "Picket Fence".toUpperCase()>></div>
</div>
<div class="image-container2">
<<if !$gvar.var1>><<button'<img src="images/GPG1O/loca/thumb/city1.webp">' "NAVIGATE1">><<set $act to "city">><<addmins $traveltime.two>><</button>>
<<else>><<button'<img src="images/GPG1O/loca/thumb/city1_night.webp">' "NAVIGATE1">><<set $act to "city">><<addmins $traveltime.two>><</button>>
<</if>>
<div class="overlay-text2"><<print "The City".toUpperCase()>></div>
</div>
</div>
<br>
<<if $girl1.var.var1 is 0 and _tempmonth gte 1>>
<<button "Enter apartment" "apartment1b">><<set $act to "meet_girl1", $girl1.var.var4 to 1>><</button>><br>/%First time meeting Allie and her boyfriend, the teacher. %/
<<else>>
<<button "Enter apartment" "NAVIGATE1">><<set $act to "apartment_hallway1">><</button>><br>
<</if>>
<<elseif $act is "suburb1">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/suburb1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/suburb1_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You are in the suburbs of Dreamdale. <br><br>
<div class="image-row">
</div>
<br><span id="back"><<button "Train Station" "STATIONS">><<set $act5 to "suburb1", $act4 to $act, $act3 to passage(), $act to "station1" >><</button>></span>
<<elseif $act is "neighbourhood2">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/neighbourhood2.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/neighbourhood2_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<if $act2 is "">>
You are at Harmony Hills. <br><br>
<div class="image-row">
<<if $girl2.var.var2 is 1>>/*if player knows where girl2 lives*/
<<if $girl2.var.var1 is 1>>/*if player has met girl2*/
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/houses/front/thumb/house1.webp">' "NAVIGATE1">><<set $act2 to "girl2">><</button>>
<div class="overlay-text2">$girl2.name1's House</div>
</div>
<<elseif $girl2.var.var1 is -1>>/*if player screwed up and girl2 is now unavailable.*/
<div class="image-container2">
<span class="button-disabled">
<<button'<img src="images/GPG1O/loca/houses/front/thumb/house1.webp">' >><</button>>
<div class="overlay-text2">Unavailable</div>
</span>
</div>
<<else>>
<div class="image-container2">
<span class="button-disabled">
<<button'<img src="images/GPG1O/loca/houses/front/thumb/house1.webp">' >><</button>>
<div class="overlay-text2">$girl2.name1's House</div>
</span>
</div>
<</if>>
<</if>>
</div>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood1">><</button>></span>
<<elseif $act2 is "girl2">>
<img src="images/GPG1O/loca/houses/front/house1.webp"><br>
<<check_operatingStatus $girl2 "one">>
<<if $girl2.operatingHour.one.status or $girl2.var.var4 is 1>>
<br><<button "Enter" "LILA_house">><<set $act to "", $act2 to "hallway">><</button>>
<<else>>
<br><span class="button-disabled"><<button "Enter">><</button>></span>
<</if>>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act2 to "">><</button>></span>
<</if>>
<<elseif $act is "neighbourhood3">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/neighbourhood1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/neighbourhood1_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You are at Picket Fence Point. <br><br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood1">><</button>></span>
<<elseif $act is "apartment_hallway1">>
<style>body {background-image: url("images/GPG1O/loca/apartment/apartment_hallway1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<div class="image-row">
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/apartment/door.webp">' "MCHOUSE">><<set $act to "hallway">><</button>>
<div class="overlay-text2">1A (Your apartment)</div>
</div>
<div class="image-container2">
<<if $girl1.var.var1 is 0>>
<span class="button-disabled"><<button'<img src="images/GPG1O/loca/apartment/door.webp">' "">><<set $act to "">><</button>></span>
<div class="overlay-text2">1B</div>
<<else>>
<<check_operatingStatus $girl1 "one">>
<<if $girl1.operatingHour.one.status or $girl1.var.var4 is 1>>
<<button'<img src="images/GPG1O/loca/apartment/door.webp">' "apartment1b">><<set $act to "hallway">><</button>>
<div class="overlay-text2">1B (<<print $girl1.name1 + " and " + $girl1.partner>>)</div>
<<else>>
<span class="button-disabled"><<button'<img src="images/GPG1O/loca/apartment/door.webp">'>><</button>>
<div class="overlay-text2">1B (<<print $girl1.name1 + " and " + $girl1.partner>>)</div></span>
<</if>>
<</if>>
</div>
<div class="image-container2">
<span class="button-disabled"><<button'<img src="images/GPG1O/loca/apartment/door.webp">' "">><<set $act to "">><</button>></span>
<div class="overlay-text2">1C</div>
</div>
<div class="image-container2">
<span class="button-disabled"><<button'<img src="images/GPG1O/loca/apartment/door.webp">' "">><<set $act to "">><</button>></span>
<div class="overlay-text2">1D</div>
</div>
</div>
<<check_nextevent $girl1>>
<<if $girl1.var.var1 is 1 and !$girl1.event.event1.completed and $girl1.nextevent.one.status is true and _temptime is 7 and _tempday isnot 6 and _tempday isnot 0 and _tempday isnot 3>><<set _event1_req1 to true>><<else>><<set _event1_req1 to false>><</if>>
<<if _event1_req1>>As you got into the hallway, you see $girl1.name1.<br><</if>>
<br><<button "Go upstairs" "NAVIGATE1">><<set $act to "apartment_hallway2">><</button>>
<<if _event1_req1>>
<<if $girl1.event.event1.talk lt 5>>
<<button "Talk to $girl1.name1" "apartment1b_events">><<set $act to "crosspath1">><</button>>
<<elseif $girl1.event.event1.talk gte 5 and $girl1.event.event1.talk lte 10>>
<<button "Talk to $girl1.name1" "apartment1b_events">><<set $act to "crosspath_done">><</button>>
<<elseif $girl1.event.event1.talk gt 10>>
<<button "Talk to $girl1.name1" "apartment1b_events">><<set $act to "cangointohouse1">><</button>>
<</if>>
<</if>>
<br><span id="back"><<button "Outside" "NAVIGATE1">><<set $act to "neighbourhood1">><</button>></span>
<<elseif $act is "apartment_hallway2">>
<style>body {background-image: url("images/GPG1O/loca/apartment/apartment_hallway1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<div class="image-row">
<div class="image-container2">
<span class="button-disabled"><<button'<img src="images/GPG1O/loca/apartment/door.webp">' "MCHOUSE">><<set $act to "hallway">><</button>></span>
<div class="overlay-text2">2A</div>
</div>
<div class="image-container2">
<span class="button-disabled"><<button'<img src="images/GPG1O/loca/apartment/door.webp">' "">><<set $act to "">><</button>></span>
<div class="overlay-text2">2B</div>
</div>
<div class="image-container2">
<span class="button-disabled"><<button'<img src="images/GPG1O/loca/apartment/door.webp">' "">><<set $act to "">><</button>></span>
<div class="overlay-text2">2C</div>
</div>
<div class="image-container2">
<span class="button-disabled"><<button'<img src="images/GPG1O/loca/apartment/door.webp">' "">><<set $act to "">><</button>></span>
<div class="overlay-text2">2D</div>
</div>
</div>
<br><<button "Go upstairs" "NAVIGATE1">><<set $act to "apartment_hallway3">><</button>>
<br><span id="back"><<button "Downstairs" "NAVIGATE1">><<set $act to "apartment_hallway1">><</button>></span>
<<elseif $act is "apartment_hallway3">>
<style>body {background-image: url("images/GPG1O/loca/apartment/apartment_hallway1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<div class="image-row">
<div class="image-container2">
<span class="button-disabled"><<button'<img src="images/GPG1O/loca/apartment/door.webp">' "MCHOUSE">><<set $act to "hallway">><</button>></span>
<div class="overlay-text2">3A</div>
</div>
<div class="image-container2">
<span class="button-disabled"><<button'<img src="images/GPG1O/loca/apartment/door.webp">' "">><<set $act to "">><</button>></span>
<div class="overlay-text2">3B</div>
</div>
<div class="image-container2">
<span class="button-disabled"><<button'<img src="images/GPG1O/loca/apartment/door.webp">' "">><<set $act to "">><</button>></span>
<div class="overlay-text2">3C</div>
</div>
<div class="image-container2">
<span class="button-disabled"><<button'<img src="images/GPG1O/loca/apartment/door.webp">' "">><<set $act to "">><</button>></span>
<div class="overlay-text2">3D</div>
</div>
</div>
<br><span id="back"><<button "Downstairs" "NAVIGATE1">><<set $act to "apartment_hallway2">><</button>></span>
<<elseif $act is "city">>
<<if !$gvar.var1>>
<style>
body {
background-image: url("images/GPG1O/loca/city1.webp");
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover; /* maybe contain, based on the image and goals */
}</style>
<<else>>
<style>
body {
background-image: url("images/GPG1O/loca/city1_night.webp");
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover; /* maybe contain, based on the image and goals */
}</style>
<</if>>
<<if !$gvar.var1>>
<div class="image-row">
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/beach.webp">' "CITY1">><<set $act to "beach">><</button>>
<div class="overlay-text2">BEACH</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/downtown.webp">' "CITY1">><<set $act to "downtown">><</button>>
<div class="overlay-text2">DOWNTOWN</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/gym.webp">' "CITY1">><<set $act to "gym">><</button>>
<div class="overlay-text2">GYM</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/highschool.webp">' "CITY1">><<set $act to "highschool">><</button>>
<div class="overlay-text2">SCHOOL</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/mall_out.webp">' "CITY1">><<set $act to "mall">><</button>>
<div class="overlay-text2">MALL</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/park.webp">' "CITY1">><<set $act to "park">><</button>>
<div class="overlay-text2">PARK</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/subway_station.webp">' "CITY1">><<set $act to "subwaystation">><</button>>
<div class="overlay-text2">SUBWAY STATION</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/university.webp">' "CITY1">><<set $act to "university", $act_1 to "", $act_2 to "">><</button>>
<div class="overlay-text2">UNIVERSITY</div>
</div>
</div>/*closing div for first image-row*/
/%______________________________________________________________________________ for nights ________________________________________________________________________________%/
<<else>>
<div class="image-row">
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/beach_night.webp">' "CITY1">><<set $act to "beach">><</button>>
<div class="overlay-text2">BEACH</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/downtown_night.webp">' "CITY1">><<set $act to "downtown">><</button>>
<div class="overlay-text2">DOWNTOWN</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/gym_night.webp">' "CITY1">><<set $act to "gym">><</button>>
<div class="overlay-text2">GYM</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/highschool_night.webp">' "CITY1">><<set $act to "highschool">><</button>>
<div class="overlay-text2">SCHOOL</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/mall_night.webp">' "CITY1">><<set $act to "mall">><</button>>
<div class="overlay-text2">MALL</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/park_night.webp">' "CITY1">><<set $act to "park">><</button>>
<div class="overlay-text2">PARK</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/subway_station_night.webp">' "CITY1">><<set $act to "subwaystation">><</button>>
<div class="overlay-text2">SUBWAY STATION</div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/thumb/university_night.webp">' "CITY1">><<set $act to "university">><</button>>
<div class="overlay-text2">UNIVERSITY</div>
</div>
</div>/*closing div for second image-row*/
<</if>>
<<if $item.item30.quantity gt 0>>
<<set _hascar to true>>
<<else>>
<<set _hascar to false>>
<</if>>
<<if $playervar.var3 is 1>>
<<if $player.energy gt 0 and _hascar>><br><<button "Deliver food (+0.25 stress)" "WORK">><<set $act to "deliver_food", $player.energy -=1, $player.stress +=0.25>><<addmins 25>><</button>>
<<else>><span class="button-disabled"><<button "Deliver food (+0.25 stress)">><</button>></span>
<</if>>
<</if>>
<<if $playervar.var5 is 1>>
<<if $player.energy gt 0 and _hascar>><<button "Deliver people (+1 stress)" "WORK">><<set $act to "deliver_people", $player.energy -=1, $player.stress +=1>><<addhours 2>><</button>>
<<else>><span class="button-disabled"><<button "Deliver people (+1 stress)">><</button>></span>
<</if>>
<</if>>
<br>
<<button "Back to your neighbourhood" "NAVIGATE1">><<set $act to "neighbourhood1">><<addmins $traveltime.two>><</button>><br>
<<else>>
Oh no, it's an error, you shouldn't be here.<br>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood1">><</button>><br></span>
<</if>>
<</nobr>><<nobr>>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/park.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/park_night.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<if $act is "walk">>
<<set $player.stress to Math.clamp ($player.stress -=1, 0, 100)>>
<<set $player.energy to Math.clamp ($player.energy -=0.5, 0, $player.fitness)>>
<<if $gvar.var1>>
<<if $gvar.var3 lt 5 and $playervar.var7 is 0>>
<img src="images/GPG1O/char/general/alien/shooting_star.webp"><br><br>
<<button "A shooting star!" "PARK">><<set $act to "shooting_star", $act2 to "one", $gvar.var7 to 0>><</button>><br>
<<else>>
<<set _temp to random(0,2)>>
<<if _temp is 0>>
You went for a walk in the park and saw a couple having fun under the moonlight, using the trees as their props. (-1 Stress, -0.5 Energy)<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/general/park/walk_night1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<else>>
You went for a walk in the park. (-1 Stress, -0.5 Energy)<br><br>
<</if>>
<</if>>
<<else>>
<<set _temp to random(0,1)>>
<<if _temp is 1>>/*SEXY EVENTS*/
<<set _temp2 to random(0,5)>>
<<if _temp2 is 1>>
<video autoplay loop muted><source src="images/GPG1O/char/general/park/walk2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You saw a woman doing public indecency. Thankfully, only you were there to appreciate her glorious tits.<br><br>
<<elseif _temp2 is 2>>
<video autoplay loop muted><source src="images/GPG1O/char/general/park/walk3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You were taking a walk in the park before a lady decided to flash you her ass. She quickly ran away afterwards, leaving you with a semi-erection as her scent marked the trail.<br><br>
<<elseif _temp2 is 3>>
<video autoplay loop muted><source src="images/GPG1O/char/general/park/walk4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
As you sit on the bench, enjoying the calmness, a pantless woman casually walks by in front of you.<br><br>
<<elseif _temp2 is 4>>
<video autoplay loop muted><source src="images/GPG1O/char/general/park/walk5.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You saw a couple having public sex. She doesn't seem to mind you looking.<br><br>
<<elseif _temp2 is 5>>
<video autoplay loop muted><source src="images/GPG1O/char/general/park/walk8.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You see yet another couple having sneaky sex in a secluded part of the park.<br><br>
<<else>>
<video autoplay loop muted><source src="images/GPG1O/char/general/park/park_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You went for a short walk before deciding to sit on an empty bench; nothing out of the ordinary happened.<br><br>
<</if>>
<<else>>/*NORMAL EVENTS*/
<<set _temp2 to random(0,2)>>
<<if _temp2 is 1>>
<video autoplay loop muted><source src="images/GPG1O/char/general/park/park_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You see people exercising.<br><br>
<<elseif _temp2 is 2>>
<video autoplay loop muted><source src="images/GPG1O/char/general/park/walk1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You spotted a racoon in a hollowed-out tree stump.<br><br>
<<else>>
<video autoplay loop muted><source src="images/GPG1O/char/general/park/park_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You went for a short walk before deciding to sit on an empty bench; nothing out of the ordinary happened.<br><br>
<</if>>
<</if>>
<</if>>
<span id="back"><<button "Back" "CITY1">><<set $act to "park", $act2 to "">><</button>></span>
<<addmins 55>>
<<elseif $act is "LILA">>
<<if $act2 is "date1">>
<<set $girl2.event.event2.completed +=1>>
Not long after you arrived at the park, $girl2.name1 arrived to the meeting destination: <Br><Br>
<<if $girl2.event.event2.completed lte 1>>
<<dialog $girl2 "$player.name1! I hope I didn't keep you waiting too long.">><br>
<<dialog $player "No, not at all. I've just arrived here myself.">><br>
<<else>>
<<dialog $girl2 "Hey $player.name1!">><br>
<<dialog $player "Hey!">><br>
<</if>>
<<dialog $girl2 "Should we start our date now?">><br>
<<dialog $player "<<print setup.synonym.yes.random()>>, let's find a nice and cozy place to sit.">><br>
Without any shyness, you extend your left hand toward $girl2.name1. She gladly takes your hand, and the two of you start walking.
With the blankets and a food basket in your right hand, your left hand holds Lila's. A few minutes later, you find a spot to sit on the grass.<br><br>
<<button "A nice picnic" "PARK">><<set $act2 to "date2">><</button>>
<<elseif $act2 is "date2">>
<<addhours 2>>
You neatly set up the blanket on the ground and put the food basket on it. As the two of you falls into comfortable position, the conversations starts flowing.<br><br>
<<dialog $girl2 "What have you got stocked up in that basket, because I'm smelling something good.">><br>
<<dialog $player "You've got a sharp nose on you don't cha. I hope you don't mind, but I went ahead and bought some Tacos. A few for you and few plus some for me.">><br>
<<dialog $girl2 "I love tacos!">><br>
Both of you start munching. While you were eating, you got something on your cheek and $girl2.name1 points it out. But she also has something on her face, which you point out.
Now, both of you are cleaning each other's faces. You take your time to look at her while doing so.<br><br>
<<dialog $girl2 "How did we get so messy eating tacos?">><br>
<<dialog $player "I'll take the blame for that, I'm so funny you almost vomitted your food out right?">><br>
<<dialog $girl2 "Of course you did.">><br>
After some fun times together, the sun is starting to set.<br><br>
<<dialog $player "Do you want to take a quick stroll around the park? It helps with digestions I hear.">><br>
<<dialog $girl2 "Absolutely, I would love that.">><br>
<<button "A walk around the park" "PARK">><<set $act2 to "date3">><</button>>
<<elseif $act2 is "date3">>
<<addhours 2>>
The two of you got up, packed your things, and walked around the park. Again, with $girl2.name1's hand in your left, and the food basket in your right.
Thankfully, the food basket was nearly empty, as the two of you had eaten all of its contents.<br><br>
<<if $girl2.event.event2.completed lte 1>>
<<dialog $player "I can't remember when the last time I went on a picnic.">><br>
<<dialog $girl2 "Well then, I'm glad we're making some fresh memories today.">><br>
<<else>>
<<dialog $player "I like going to the park with you $girl2.name1.">><br>
<<dialog $girl2 "Me too, $player.name1. It's weird how I never seem to get bored of our date at the park. (laughs)">><br>
<</if>>
After a bunch walking and talking and then a bit more walking and more talking, the night has finally come.<br><br>
<<button "It's time to end the date" "PARK">><<set $act2 to "date4">><</button>>
<<elseif $act2 is "date4">>
<<addlove $girl2 2>>/*I put add love here, because the logic is, you got to know each other better, and now you gain love. Plus if the first date went well, the player gets to take lila home or go to her place.*/
<<if $girl2.event.event2.completed lte 1>>
<<dialog $player "It's getting really dark.">><br>
<<dialog $girl2 "What’s the matter? You scared we might bump into a ghost?">><br>
<<dialog $player "You're not?">><br>
<<dialog $girl2 "Not at all. In fact, I'd be happy to meet one.">><br>
<<dialog $player "I'll be sure to let you know when I meet one that's willing to talk.">><br>
After a little bit more talking and bantering,<br><br>
<<else>>
Time flies when you're having fun. You blink and it's dark.<br><br>
<</if>>
<<dialog $player "I guess we should call it day now?">><br>
<<dialog $girl2 "Yeah.">><br>
<<button "<<dialog $player \"So... Your place or mine?\">>" "PARK">><<set $act2 to "end_date1", $act4 to "yourplaceormine">><</button>>
<<button "<<dialog $player \"Do you want me to drop you off?\">>" "PARK">><<set $act2 to "end_date1", $act4 to "wantmetodropyouoff">><</button>>
<<button "<<dialog $player \"I'll see you later then, alligator.\">>" "PARK">><<set $act2 to "end_date1", $act4 to "seeyoulateralligator">><</button>>
<<elseif $act2 is "end_date1">>
<<if $act4 is "yourplaceormine">>
<<if $girl2.base_lust lt 20>><<addbaselust $girl2 4>><</if>>/*only adds base_lust if girl2 has less than 20 base_lust. to avoid abuse.*/
<<if ($girl2.love gt 15 and $girl2.lust gt 10) or $girl2.var.var5 is 1>>
<<dialog $girl2 "How about... yours.">><br>
A smile leaks out on your face, as you hold her hand and brought her to your house.<br><br>
<span class="button-disabled"><<button "TO YOUR HOUSE!" "MCHOUSE_events_eva">><<set $act to "lila_home_afterdate1", $act2 to "one">><</button>></span> [NA]
<br><<button "To $girl2.name1's house instead! " "LILA1">><<set $act to "lila_home_afterdate1", $act2 to "one">><</button>>
<<else>>
<<dialog $girl2 "I don't think I'm ready to do that yet, I still want to know you better.">><br>
<<button "<<dialog $player \"I respect your opinion. I'll see you later then.\">>" "NAVIGATE1">><<set $act2 to "", $act to "city">><</button>><br>
<<button "<<dialog $player \"You fuckin- bitch, I bought you tacos, and this is what I get?\">>" "PARK">><<set $act2 to "end_date2", $act4 to "youfuckingbitch", $girl2.var.var3 to "bitch">><</button>><br>
<</if>>
<<elseif $act4 is "wantmetodropyouoff">>
<<addlove $girl2 4>>
<<if $girl2.love lt 20>>
<<dialog $girl2 "You don't have to, I'll be okay. See you later $player.name1.">><br>
<<dialog $player "See ya!">><br>
<span id="back"><<button "Back" "CITY1">><<set $act to "park", $act2 to "", $act4 to "">><</button>></span>
<<else>>
<<dialog $girl2 "I'll take you up on that.">><br>
<<dialog $player "And I, will take you to your house.">><br>
<<button "Arriving at $girl2.name1's door" "LILA1">><<set $act to "lila_home_afterdate1", $act2 to "one">><</button>>
<</if>>
<<elseif $act4 is "seeyoulateralligator">>
<<if $girl2.love lt 20>>
<<dialog $girl2 "See you in a while, crocodile.">><br>
As the date ended, you each went your separate ways.<br><br>
<span id="back"><<button "Back" "CITY1">><<set $act to "park", $act2 to "", $act4 to "">><</button>></span>
<<else>>
<<dialog $girl2 "Wait, $player.name1, can you drop me off at my place? I'm afraid to walk alone.">><br>
<<dialog $player "Of course! Sorry, I didn't think to drop you off.">><br>
<<button "Arriving at $girl2.name1's door" "LILA1">><<set $act to "lila_home_afterdate1", $act2 to "one">><</button>>
<</if>>
<</if>>
<<elseif $act2 is "end_date2">>
<<if $act4 is "youfuckingbitch">>
The moment the word <i><b>bitch</b></i> came out of your mouth, $girl2.name1's jaw dropped.<br><br>
<<dialog $girl2 "You fucking pig, how dare you call me a bitch. You-">><br>
You could see her clench her fist, ready to give you one. But she instead turns around and walks away from you. angrily. Somebody's got anger issues... Anyhow, that's the last time you'll see $girl2.name1.<br><br>
<<set $girl2.var.var1 to -1, $girl2.love=-100, $girl2.base_lust=-100, $girl2.corruption=-100>>
<<button "Back" "CITY1">><<set $act to "park", $act2 to "", $act4 to "">><</button>>
<<else>>
Nothingnessssss.<br><br>
<<button "Back" "CITY1">><<set $act to "park", $act2 to "", $act4 to "">><</button>>
<</if>>
<</if>>
<<elseif $act is "shooting_star">>
<<if $act2 is "one">>
<img src="images/GPG1O/char/general/alien/shooting_star.webp"><br><br>
<<cont append>>
As you walk in the empty park, you see a bright light in the sky. Your eyes follow its movement as it seems to move faster the longer you look at it. A few seconds later, you realize that
it is headed straight toward you.<br><br>
<<cont append>><video autoplay loop muted><source src="images/GPG1O/char/general/realization.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cont append>>
<<button "<<dialog $player \"Guess this is it. Goodbye life.\">>" "PARK">><<set $act2 to "two">><</button>> <<button "<<dialog $player \"I am in danger. I need to run!\">>" "PARK">><<set $act2 to "two">><</button>>
<</cont>>
<</cont>>
<</cont>>
<<elseif $act2 is "two">>
<img src="images/GPG1O/char/general/alien/shooting_star_2.webp"><br><br>
As panic grips your heart and your legs freeze in place, the bright object hurtles directly toward you. Just as it was about to hit you, it swerved sharply to the side, heading straight for the forest adjacent to the park. <br><br>
<<button "Go and check it" "PARK">><<set $act2 to "three">><</button>> <<button "Time to skedadle" "PARK">><<set $act2 to "three">><</button>>
<<elseif $act2 is "three">>
Despite your initial reaction, a strong instinct pulled you toward the wreckage. You felt compelled to check it out as you began to carefully walk toward the fiery mess.
After a few minutes of nervous walking, you arrived at the site of the wreckage. <br><br>
You couldn't believe what you saw as you hid behind the trees. There were two creatures, unlike anything you had ever seen before, standing around the wrecked ship.
They looked confused, likely assessing the damage. You could hear them communicating in a foreign, alien language.<br><br>
<<button "<<dialog $player \"I should really run now.\">>" "PARK">><<set $act2 to "four">><</button>> <<button "<<dialog $player \"I should say hello.\">>" "PARK">><<set $act2 to "four">><</button>>
<<elseif $act2 is "four">>
Before you could execute your next step, your feet landed on a bunch of dry sticks, making a rather loud sound.
The two aliens looked around, alarmed. One of them saw you, shrieked, grabbed its partner, and shook them while screaming. <br><br>
<img src="images/GPG1O/char/general/alien/hello_alien_1.webp"><br><br>
You lifted your arm to say hi, but it only made them more panicked. You saw one of the aliens pull a device from nowhere and hurriedly tap on it.<br><br>
<<dialog $player "I've come to-">><br>
Before you could finish your words, a bright beam from the sky shone on the two aliens, teleporting them away. They disappeared just as quickly as they had appeared.<br><br>
<<button "Wake up from your dream" "PARK">><<set $act2 to "five">><</button>>
<<elseif $act2 is "five">>
<img src="images/GPG1O/char/general/alien/abandoned_alien_ship.webp"><br><br>
You give yourself a slap, but you're still not waking up. "I guess this isn't a dream," you thought to yourself as you walked closer to the abandoned ship. You see a nice box next to it, laying on the ground. <br><br>
<<button "Pick up the box" "PARK">><<set $act2 to "six">><</button>>
<<elseif $act2 is "six">>
<<cont append>>
The box is now in your hands. Perhaps it belonged to those cute aliens. You opened it and saw a familliar-looking device. What could it be?
<<cont append>>
It looks like... a smartphone? Damn, that's lame...<br><br>
<<cont append>>
<img src="images/GPG1O/char/general/alien/phone_in_box.webp"><br><br>
<<button "But wait!" "PARK">><<set $act2 to "seven">><</button>>
<</cont>>
<</cont>>
<</cont>>
<<elseif $act2 is "seven">>
<<cont append>>
<img src="images/GPG1O/item/alien-ware.webp"><br><br>
You turn on the phone and see normal phone features such as cameras, browsers, contacts, messages, calls, and even free unlimited internet.
<<cont append>>
As you scroll through and check the phone, you come across an app that catches your eye called "Scanner 101."
You launch it, but the screen turns white and nothing happens. <br><br>
<<button "Take this and go home" "NAVIGATE1">><<set $act to "neighbourhood1", $act2 to "", $gvar.var7 to 1, $playervar.var7 to 1, $item.item31.quantity to 1>><</button>> <<button "Look for more items" "PARK">><<set $act2 to "eight">><</button>>
<</cont>>
<</cont>>
<<elseif $act2 is "eight">>
<<cont append>>
You wandered around the area to see if there was anything else of interest. The ship looked cool, but it was too hot to touch, preventing you from opening the hatch or door to go inside.
<<cont append>>
After a thorough inspection, nothing else caught your interest.<br><br>
<<button "Go home" "NAVIGATE1">><<set $act to "neighbourhood1", $act2 to "" , $gvar.var7 to 1, $playervar.var7 to 1, $item.item31.quantity to 1>><</button>>
<</cont>>
<</cont>>
<<else>>
Error 789d56f, sorry for the inconvenience. <br><br>
<span id="back"><<button "Back" "CITY1">><<set $act to "park", $act2 to "">><</button>></span>
<</if>>
<<else>>
Oopsie woopsie, sorry dudes and dudettes!<br><br>
<span id="back"><<button "Back" "CITY1">><<set $act to "park", $act2 to "">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if $act is "">>
<style>body {background-image: url("images/GPG1O/loca/guvment/pd/pd_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
Nothing here yet.<br>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "pd">><</button>></span>
<<else>>
aisduof#P7df789fa0d983l<br><br>
<br><span id="back"><<button "Back" "GUVMENTDISTRICT">><<set $act to "pd">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<style>body {background-color: #8DB600;}</style>
<<set _temptime to $gameDate.getHours()>>
<<set _tempday to $gameDate.getDay()>>
<<set _tempdate to $gameDate.getDate()>>
<<if $playervar.var7 is 1 and $item.item31.quantity gt 0>>
<<set _alienware to 1>>
<</if>>
<<if $act is "">>
[PHONE INTERFACES BE DAMNED]<br><br>
<div class="image-row">
<<if $girl1.var.var1 is 1 and $girl1.var.var6 is 1>>
<div class="image-container2">
<<button '<img src="images/GPG1O/char/thumb/allie.webp">' "PHONE">><<set $act to "girl1", $act2 to "">><</button>>
<div class="overlay-text2">$girl1.name1</div>
</div>
<</if>>
<<if $girl2.var.var6 is 1 and $girl2.var.var1 is 1>>
<div class="image-container2">
<<button '<img src="images/GPG1O/char/thumb/lila.webp">' "PHONE">><<set $act to "girl2", $act2 to "">><</button>>
<div class="overlay-text2">$girl2.name1</div>
</div>
<</if>>
<<if $girl3.var.var6 is 1 and $girl3.var.var1 is 1>>
<div class="image-container2">
<<button '<img src="images/GPG1O/char/thumb/eva_elfie.webp">' "PHONE">><<set $act to "girl3", $act2 to "">><</button>>
<div class="overlay-text2">$girl3.name1</div>
</div>
<</if>>
<<if $girl4.var.var4 is 1 and $girl4.var.var1 is 1>>
<div class="image-container2">
<<button '<img src="images/GPG1O/char/thumb/liya_silver.webp">' "PHONE">><<set $act to "girl4", $act2 to "">><</button>>
<div class="overlay-text2">$girl4.name1</div>
</div>
<</if>>
</div>
<br><span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway">><</button>></span>
<<elseif $act is "girl1">>
<<if $act2 is "">>
<h1>CONTACT: $girl1.name1</h1>
<<if _alienware is 1>><<button "Scan" "PHONE">><<set $act2 to "scanner_101_1">><</button>><</if>><br>
<<button "I miss you" "PHONE">><<set $act2 to "imissyou">><</button>><br>
<<button "Invite her over" "PHONE">><<set $act2 to "inviteherover">><</button>><br>
<<if $girl1.event.event4.completed is 1 and $girl1.event.event5.completed is 0>>
<<button "Go on a date" "allie_first_creampie_sequence">><<set $act to "date1", $act2 to "one", $act3 to "phone">><</button>><br>
<</if>>
<br><span id= "back"><<button "Back" "PHONE">><<set $act to "">><</button>></span>
<<elseif $act2 is "inviteherover">>
<<if $girl1.var.var7 isnot _tempdate>>
<<if (_temptime gt 7 and _temptime lte 16 and (_tempday isnot 0 and _tempday isnot 6))>>
<<set _timeappropriate to 1>>
<</if>>
<<girl_loca $man1>>
<<if $man1.location isnot "kitchen" and $man1.location isnot "bedroom" and $man1.location isnot "livingroom">>
<<set _eethannotpresent to 1>>
<</if>>
<<if _timeappropriate is 1 and _eethannotpresent is 1 or $girl1.corruption gt 75>>
<<set _g1e4 to $girl1.event.event4>>
<<dialog $player "Hey, do you want to come over? I've got some leftovers from last night.">><br>
<<dialog $girl1 "Leftovers huh? I guess I could swing by for a bit, I need a break anyway.">><br>
<span id="back"><<button "A few minutes later, she knocks on your door" "MCHOUSE_EVENTS">>
<<set $act to "include1_allie", $act2 to "allie_comeover", $act_2 to "one", $act_3 to "hallway">>
<<addmins 5>>
<<if _g1e4.completed is 0>>
<<if _g1e4.active is 0>>
<<set _g1e4.active to 1, _g1e4.invite_count to 0, _g1e4.fun_before_leaving to 0, _g1e4.allie_initiate_foot_stuff to 0>>
<</if>>
<<if _g1e4.allie_initiate_foot_stuff is 1>>
<<set $girl1.event.event4 to {"completed":1, "active":0}>>
<<if $girl1.corruption_level lt 3>><<set $girl1.corruption_level to 3>><</if>>
<</if>>
<</if>>
<<set $girl1.var.var7 to _tempdate>>/%so that the players can only ask to hangout with her once per day. decided to use this instead of nextevent for simplicity and less computational burden, if at all.%/
<</button>></span>
<<else>>
<<dialog $player "Hey, do you want to come over? I've got some leftovers from last night.">><br>
<<if _temptime gte 0 and _temptime lte 6>>
$girl1.name1 did not respond. She must've been asleep or something.<br><br>
<<else>>
<<dialog $girl1 "I can't. Maybe another day.">><br>
<</if>>
<span id="back"><<button "Back" "PHONE">><<set $act to "girl1", $act2 to "">><</button>></span>
<</if>>
<<else>>
<<dialog $player "Hey, do you want to come over? I've got some leftovers from last night.">><br>
<<dialog $girl1 "We already hung out today. Maybe another day.">><br>
<span id="back"><<button "Back" "PHONE">><<set $act to "girl1", $act2 to "">><</button>></span>
<</if>>
<<elseif $act2 is "imissyou">>
<<dialog $player "I miss you...">><br>
<<if _temptime gte 0 and _temptime lte 6>>
$girl1.name1 did not respond. She must've been asleep or something.<br><br>
<<else>>
<<if $girl1.love lt 20>>
<<dialog $girl1 "You were just here.">><br>
<<elseif $girl1.love gte 20 and $girl1.love lt 40>>
<<dialog $girl1 "$player.name1, don't say that here. $girl1.partner could see it.">><br>
<<elseif $girl1.love gte 40 and $girl1.love lt 60>>
<<dialog $girl1 "I miss you too...">><br>
<<elseif $girl1.love gte 60 and $girl1.corruption gte 50>>
<<dialog $girl1 "Want me to come over?">><br>
[She can't come over yet because I haven't coded it.]<br><br>
<<else>>
<<dialog $girl1 "Lol, miss you too neighbour.">><br>
<</if>>
<</if>>
<span id="back"><<button "Back" "PHONE">><<set $act to "girl1", $act2 to "">><</button>></span>
<<elseif $act2 is "scanner_101_1">>
<<scanner101_phone_1 $girl1>>
<br><span id= "back"><<button "Back" "PHONE">><<set $act to "girl1", $act2 to "">><</button>></span>
<</if>>
<<elseif $act is "girl4">>
<<if $act2 is "">>
<h1>CONTACT: $girl4.name1</h1>
<<if _alienware is 1>><<button "Scan" "PHONE">><<set $act2 to "scanner_101_1">><</button>><</if>><br>
<<button "Text" "PHONE">><<set $act2 to "smalltalk">><</button>><br>
<br><span id= "back"><<button "Back" "PHONE">><<set $act to "">><</button>></span>
<<elseif $act2 is "smalltalk">>
<<set _random to random(0,2)>>
<<if _random is 1>>
<<dialog $player "$girl4.name1!">><br>
<<dialog $girl4 "$player.name1?">><br>
<<talk_general $player>><br>
<<talk_response_general $girl4>><br>
<<elseif _random is 2>>
<<dialog $player "Hey, are you busy?">><br>
<<dialog $girl4 "That depends on what you're about to say.">><br>
<<dialog $player "Oh it's nothing, I was just thinking about you. Have a good day.">><br>
<<dialog $girl4 "Okay.">><br>
<<else>>
<<dialog $player "Hey, are you busy?">><br>
<<dialog $girl4 "Yes, why?">><br>
<<dialog $player "Nothing. Have a good day.">><br>
<</if>>
<span id="back"><<button "Back" "PHONE">><<set $act to "girl4", $act2 to "">><</button>></span>
<<elseif $act2 is "scanner_101_1">>
<<scanner101_phone_1 $girl4>>
<br><span id= "back"><<button "Back" "PHONE">><<set $act to "girl4", $act2 to "">><</button>></span>
<</if>>
<<elseif $act is "girl3">>
<<if $act2 is "">>
<<check_nextevent $girl3>>
<h1>Contact Name: $girl3.name1</h1>
<<if _alienware is 1>><<button "Scan" "PHONE">><<set $act2 to "scanner_101_1">><</button>><</if>><br>
<<if $girl3.event.event3.date1 is 0 and $girl3.nextevent.one.detail.status isnot "perfect" and $girl3.nextevent.one.detail.status isnot "upcoming" >>
<<button "Wanna hang out?" "PHONE">><<set $act2 to "hangout_athouse">><</button>><br>
<<else>>
<<button "Wanna hang out?">><</button>>
<<if $girl3.event.event3.date1 is 0>>(On cooldown) <<else>>(Eva is coming by later, at 3PM)<</if>><br>
<</if>>
<br><span id ="back"><<button "Back" "PHONE">><<set $act to "">><</button>></span>
<<elseif $act2 is "scanner_101_1">>
<<scanner101_phone_1 $girl3>>
<br><span id= "back"><<button "Back" "PHONE">><<set $act to "girl3", $act2 to "">><</button>></span>
<<elseif $act2 is "hangout_athouse">>
<<dialog $player "Hey, wanna hang out?">><br>
<<if $girl3.corruption gt 50>>
<<dialog $girl3 "Sure. I'll come over later.">><br>
<span id="back"><<button "End call" "PHONE">><<set $act2 to "", $girl3.event.event3.date1 to 1>><<set_nextevent "girl3" "one" 0>><</button>></span>
<<else>>
<<if _tempday isnot 0 and _tempday isnot 6 and _tempday isnot 5>>
<<if _temptime lte 15>>/*if the time is before 6 pm, and it's not sunday, saturday or friday*/
<<dialog $girl3 "Sure. I'll come over later.">><br>
<span id="back"><<button "End call" "PHONE">><<set $act2 to "", $girl3.event.event3.date1 to 1>><<set_nextevent "girl3" "one" 0>><</button>></span>
<<else>>
<<dialog $girl3 "I can't. $girl3.partner and I already have plans.">><br>
<<button "OK" "PHONE">><<set $act2 to "">><</button>>
<</if>>/*temptime closer*/
<<else>>/*tempday else*/
<<dialog $girl3 "Sorry $player.name1, I'm hanging with $girl3.partner today.">><br>
<<button "OK" "PHONE">><<set $act2 to "">><</button>>
<</if>>/*tempday closer*/
<</if>>/*corruption closer*/
<</if>>/*act2 closer*/
<<elseif $act is "girl2">>
<<if $act2 is "">>
<h1>Contact Name: $girl2.name1</h1>
<<if _alienware is 1>><<button "Scan" "PHONE">><<set $act2 to "scanner_101_1">><</button>><</if>><br>
<<if $girl2.var.var7 is 0>><<button "Wanna go on a date?" "PHONE">><<set $act2 to "date">><</button>><<else>><<button "Wanna go on a date?">><</button>> (You already have a date wit her on Saturday, at the park, 3PM.)<</if>><br>
<br><span id ="back"><<button "Back" "PHONE">><<set $act to "">><</button>></span>
<<elseif $act2 is "scanner_101_1">>
<<scanner101_phone_1 $girl2>>
<br><span id= "back"><<button "Back" "PHONE">><<set $act to "girl2", $act2 to "">><</button>></span>
<<elseif $act2 is "date">>
<<set $girl2.var.var7 to 1>>
<<set_nextevent "girl2" "one" "sat">>
<h2>(ON CALL)</h2>
<<if $girl2.event.event2.completed gt 0>>
<<set _temp to "Hey! Wanna go on a date again?">>
<<else>>
<<set _temp to "Hey! It's me, $player.name1. Do you want to go on a date?">>
<</if>>
<<dialog $player _temp>><br>
<<dialog $girl2 "I would love to.">><br>
<<dialog $player "Alright, I'll meet you at the park on saturday. Is 3PM okay with you?">><br>
<<dialog $girl2 "Yes it is, see you later! Ciao.">><br>
<br><span id ="back"><<button "Back" "PHONE">><<set $act2 to "">><</button>></span>
<</if>>
<<else>>
Error : 33d88f55z58cv75def<br><br>
<span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/downtown/realtor/lobby_1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover;
/* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/downtown/realtor/lobby_1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover;
/* maybe contain, based on the image and goals */ }</style>
<</if>>
<<if $act is "">>
You are Inside the building, at it's lobby.<br><br>
<div class="image-row">
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/realtor/thumb/office_interior_1.webp">' "REALTOR">><<set $act to "office1", $act2 to "">><</button>>
<div class="overlay-text2">BUSINESS ROOM</div>
</div>
</div>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act to "real">><</button>></span>
<<elseif $act is "office1">>
<<if $act2 is "">>
<img src="images/GPG1O/loca/downtown/realtor/office_interior_1.webp"><br>
<br><<button "Inquire about houses" "REALTOR">><<set $act2 to "inquire">><</button>>
<br><span id="back"><<button "Back" "REALTOR">><<set $act to "">><</button>></span>
<<elseif $act2 is "inquire">>
<<dialog $player "I want to buy a house.">><br>
<<dialog $random_man "Of course! Please, take a seat." "Ashton" "ashton">><br>
<<button "Take a seat" "REALTOR">><<set $act2 to "properties">><</button>>
<<elseif $act2 is "properties">>
<<dialog $random_man "Well then, how can I help you?" "Ashton" "ashton">><br>
<div class="center">
<<button "<<dialog $player \"Who are you? If you don't mind me asking.\">>" "REALTOR">><<set $act2 to "name_ashton">><</button>>
<<button "<<dialog $player \"I'm interested in looking at the properties you have for sale.\">>" "REALTOR">><<set $act2 to "look_properties">><</button>>
<<button "<<dialog $player \"What do you do here?\">>" "REALTOR">><<set $act2 to "ashton_whatdo">><</button>>
<span id="back"><<button "<<dialog $player \"I have to leave now.\">>" "REALTOR">><<set $act2 to "">><</button>></span>
</div>
<<elseif $act2 is "name_ashton">>
<<dialog $random_man "Me? My name is Ashton, but that's not important. What's more important is you! Now, let's get back to talking about business." "Ashton" "ashton">><br>
<span id="back"><<button "Back" "REALTOR">><<set $act2 to "properties">><</button>></span>
<<elseif $act2 is "ashton_whatdo">>
<<dialog $random_man "Well, as your go-to real estate agent, my job is to guide you through the process of purchasing your perfect home or properties. I handle everything from scouting properties that match your criteria and budget, to arranging viewings at your convenience." "Ashton" "ashton">><br>
<span id="back"><<button "Back" "REALTOR">><<set $act2 to "properties">><</button>></span>
<<elseif $act2 is "look_properties">>
<<dialog $random_man "Here are the lists of buildings that might be of interest to you." "Ashton" "ashton">><br>
<div class="image-row">
<<if $properties.building1.bought is 0 and $properties.building1.toggle is 1>>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/realtor/houses/blur/building1.webp">' "REALTOR">><<set $act2 to "look_properties_detail", $act4 to "building1">><</button>>
<div class="overlay-text2">House 1</div>
</div>
<</if>>
<<if $properties.building2.bought is 0 and $properties.building2.toggle is 1>>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/realtor/houses/blur/building2.webp">' "REALTOR">><<set $act2 to "look_properties_detail", $act4 to "building2">><</button>>
<div class="overlay-text2">House 2</div>
</div>
<</if>>
<<if $properties.building3.bought is 0 and $properties.building3.toggle is 1>>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/realtor/houses/blur/building3.webp">' "REALTOR">><<set $act2 to "look_properties_detail", $act4 to "building3">><</button>>
<div class="overlay-text2">House 3</div>
</div>
<</if>>
<<if $properties.building1.bought is 1 and $properties.building2.bought is 1 and $properties.building3.bought is 1 and $properties.building4.bought is 0 and $properties.building4.toggle is 1>>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/downtown/realtor/houses/blur/building4.webp">' "REALTOR">><<set $act2 to "look_properties_detail", $act4 to "building4">><</button>>
<div class="overlay-text2">Apartment Complex</div>
</div>
<</if>>
</div>
<br><br><span id="back"><<button "Back" "REALTOR">><<set $act2 to "properties">><</button>></span>
<<elseif $act2 is "look_properties_detail">>
<<set _building to $properties[$act4]>>
<<= '<img src="images/GPG1O/loca/downtown/realtor/houses/' + _building.pic + '">'>><br><br>
<b>Name: </b>_building.name<br>
<b>Location: </b>_building.location<br>
<b>Number: </b>_building.number<br>
<b>Price: </b>$ _building.price<br><br>
/*<b>Description: </b>*/
<<if $act4 is "building1">>
<<dialog $random_man
"Nestled atop the tranquil hills of Crestview Summit, Serenity Heights boasts a blend of traditional charm and modern comfort.
This stately home features 4 bedrooms, 3.5 baths, an open-concept gourmet kitchen, and a three-car garage. The wraparound porch provides a picturesque view of the sunset, making it an ideal retreat for those seeking a peaceful haven."
"Ashton" "ashton">>
<<elseif $act4 is "building2">>
<<dialog $random_man
"A testament to contemporary design, Modernity Villa stands out with its bold architecture and luxurious amenities.
It includes 6 bedrooms, 5 bathrooms, floor-to-ceiling windows, and an infinity pool overlooking the adjacent lake. The state-of-the-art home theater and private gym make it perfect for those who value sophistication and entertainment."
"Ashton" "ashton">>
<<elseif $act4 is "building3">>
<<dialog $random_man
"Azure Horizon Estate is an architectural masterpiece perched above the scenic coastline. The property features 7 bedrooms, 8 bathrooms, multiple terraces, and expansive living spaces with panoramic ocean views.
Complete with a private spa, helipad, and a cascading outdoor pool, this estate redefines luxury living in a secluded paradise."
"Ashton" "ashton">>
<<elseif $act4 is "building4">>
<<dialog $random_man
"The Harmony Residences offer a blend of comfort and convenience in the heart of Parkview Terrace. This modern apartment building is composed of 12 units, with 4 units on each of its three levels.
Each unit boasts 2 bedrooms, 2 bathrooms, a private balcony, and open-plan living spaces. The building features a secure entry system, private parking, and is just a stone's throw away from local parks and amenities,
providing an urban oasis for professionals and small families alike."
"Ashton" "ashton">>
<<else>>
An error has occured here, sorry.<br><br>
<</if>>
<<if $player.cash gt _building.price and _buyhousepossible>>
<<if _building.bought is 0>>
<br><<button "<<dialog $player \"I want to buy this house.\">>" "REALTOR">>
<<set $act2 to "look_properties_detail", $player.cash -= _building.price, _building.bought to 1>>
<</button>>
<<else>>
<br><span class="button-disabled"><<button "<<dialog $player \"(You already own this house)\">>" >><</button>></span>
<</if>>
<<else>>
<<if _building.bought is 0>>
<br><span class="button-disabled"><<button "<<dialog $player \"I want to buy this house.\">>" >><</button>></span>
<<else>>
<br><span class="button-disabled"><<button "<<dialog $player \"(You already own this house)\">>" >><</button>></span>
<</if>>
<</if>>
<br><br><span id="back"><<button "Back" "REALTOR">><<set $act2 to "look_properties", $act4 to "">><</button>></span>
<<else>>
Sorry bou't that. Error 346d6ge4.<br>
<br><span id="back"><<button "Back" "REALTOR">><<set $act to "">><</button>></span>
<</if>>
<<else>>
Else<br><br>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act to "real">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<constant_reset>>/*to loosely reset any variables that needs resetting. loosely, because it's not gamebreaking if they're not resetted, just ugly or annoying.*/
<<addmins $traveltime.one>>
<<if $act is "station1">>
<<if !$gvar.var1>>
<style>body {background-image: url("images/GPG1O/loca/subway_station2.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<style>body {background-image: url("images/GPG1O/loca/subway_station2.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
You are in the subway station.<br><br>
<<check_operatingStatus $buildingOperatingHours.subway "one">>
<<if $buildingOperatingHours.subway.operatingHour.one.status and $player.cash gte 7>>
<<button "Go to the Main District" "NAVIGATE1">><<set $act to "city", $player.cash -=6>><<addmins $traveltime.five>><<sound_subway_arrived>><</button>>
<<if $act5 isnot "guvmentdistrict">><<button "Go to Guvment District" "GUVMENTDISTRICT">><<set $act to "main", $player.cash -=5, $act5 to "">><<addmins $traveltime.five>><<sound_subway_arrived>><</button>><</if>>
<<if $act5 isnot "suburb1">><<button "Go to Dreamdale (Suburb)" "NAVIGATE1">><<set $act to "suburb1", $player.cash -=6>><<addmins $traveltime.five>><<sound_subway_arrived>><</button>> <</if>>
<<else>>
<span class="button-disabled"><<button "(CLOSED)">><</button>></span>
/*<<button "Wait until it's open" "STATIONS">><<set $gameDate.setHours()>><</button>>*/
<</if>>
<br><span id="back"><<button "Exit the train station" $act3>><<set $act to $act4>><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<set _tempdate to $gameDate.getDate()>>
<<audio ":playing" volume 0.4>>
<<if $act is "adelle">>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You shift your focus to one of the girl on stage.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/adelle/adelle_stripclub_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "Throw $50" "STRIPCLUB">><<set $act to "adelle2", $player.cash -=50>><<addlust $girl5 1>><</button>><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<elseif $act is "adelle2">>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<video autoplay loop muted><source src="images/GPG1O/char/adelle/adelle_stripclub_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if $girl5.var.var2 isnot _tempdate>>
<<button "Pay $100 for a private dance" "STRIPCLUB">><<set $act to "adelle3", $player.cash -=100, $girl5.event.event1.private_dance_stripclub_count +=1>><<set $girl5.var.var2 to _tempdate>><<addlove $girl5 1>><</button>><br>
<</if>>
<span id="back"><<button "Stop watching" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<elseif $act is "adelle3">>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<video autoplay loop muted><source src="images/GPG1O/char/adelle/adelle_stripclub_3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $random_woman "You like these?" "Adelle" "adelle">><br>
<<dialog $player "I love them.">><br><br>
<<button '<<dialog $player \"Turn around, let me see your ass.\">>' "STRIPCLUB">><<set $act to "adelle4">><</button>><br>
<span id="back"><<button '<<dialog $player \"Ok, I\'ve seen enough for tonight. Bye.\">>' "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<elseif $act is "adelle4">>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<video autoplay loop muted><source src="images/GPG1O/char/adelle/adelle_stripclub_4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if $girl5.event.event1.private_dance_stripclub_count is 1>>
<<dialog $girl5 "Too bad you can't touch me mister.">><br>
<<dialog $player "Why not.">><br>
<<dialog $girl5 "Because the rules says so. If you were a regular however, that could be a different story... maybe.">><br>
<span id="back"><<button "Leave" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<elseif $girl5.event.event1.private_dance_stripclub_count is 2>>
<<dialog $girl5 "Do you want to touch my ass?">><br>
<<dialog $player "God yes.">><br>
<<dialog $girl5 "If you keep visiting, maybe I'll consider it.">><br>
<span id="back"><<button "Leave" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<elseif $girl5.event.event1.private_dance_stripclub_count is 3>>
<<dialog $girl5 "Oh mister, I'm feeling so hot right now. Do you feel the same?">><br>
<<dialog $player "Yes, I do.">><br>
<span id="back"><<button "Leave" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<elseif $girl5.event.event1.private_dance_stripclub_count is 4>>
<<set $girl5.var.var1 to 1>>
<<dialog $girl5 "What's your name mister?">><br>
<<dialog $player "I'm $player.name1. What's yours?">><br>
<<dialog $girl5 "You can call me $girl5.name1... but I'm fine with whatever you want to call me.">><br>
<span id="back"><<button "Leave" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<elseif $girl5.event.event1.private_dance_stripclub_count is 5>>
<<dialog $player "I really want to put my hands on you $girl5.name1. You're so sexy.">><br>
<<dialog $girl5 "I want that too... but I can't let you.">><br>
<span id="back"><<button "Leave" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<elseif $girl5.event.event1.private_dance_stripclub_count is 6>>
<<dialog $girl5 "You've been a very good customer, $player.name1. I'm willing to let you lay your hands on me... for a price.">><br>
<<dialog $player "But what about the rules?">><br>
<<dialog $girl5 "For such a good customer like you, I'm willing to break a rule or two.">><br>
<<button "Pay $100 for a blowjob" "STRIPCLUB">><<set $act to "adelle5", $player.cash -=100, $girl5.event.event1.blowjob +=1>><<addbaselust $girl5 1>><<addlust $girl5 1>><</button>>/*<<button "Pay $150 for sex" "STRIPCLUB">><<set $act to "adelle6", $player.cash -=150>><</button>>*/<br>
<span id="back"><<button "Don't" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<else>>
<<set _playerrefered to either($player.name1, "baby")>>
<<set _templist to ["I'm really hot right now _playerrefered. I need a dick in me.", "I am so ready for you right now _playerrefered.", "I feel so hot when you're watching me _playerrefered."]>>
<<dialog $girl5 "<<= _templist.random()>>">><br>
<<button "Pay $100 for a blowjob" "STRIPCLUB">><<set $act to "adelle5", $player.cash -=100, $girl5.event.event1.blowjob +=1>><<addbaselust $girl5 1>><<set $girl5.sdet.blowjob +=1>>>><</button>>
<<if $girl5.event.event1.sex_possible is 1>>
<<button "Pay $150 for sex" "STRIPCLUB">>
<<set $act to "adelle6", $player.cash -=150>>
<<addbaselust $girl5 1>>
<<add_lust_duringsex $girl5>>
<<set $girl5.sdet.sex +=1, $girl5.sdet.vaginal +=1>>
<<set $player.sexskill to Math.clamp($player.sexskill+=1,0,100)>>
<</button>><br>
<</if>>
<span id="back"><<button "Don't" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<</if>>
<<elseif $act is "adelle_askforesex">>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<if $girl5.lust gte 10>>
<<set $girl5.sdet.sex +=1, $girl5.sdet.vaginal +=1>>
<<set $player.sexskill to Math.clamp($player.sexskill+=1,0,100)>>
<<if $girl5.event.event1.ask_for_sex is 0>>
<<dialog $player "Can we do more? I want to feel you $girl5.name1, and my dick's aching for it.">><br>
<<dialog $girl5 "Okay, but only because I've been sucking your dick so much. I'm all horny now.">><br>
<<button "Sex" "STRIPCLUB">><<set $act to "adelle6">><<add_lust_duringsex $girl5>><</button>><br>
<<elseif $girl5.event.event1.ask_for_sex is 1>>
<<dialog $player "I want to fuck you $girl5.name1.">><br>
<<dialog $girl5 "Again? Are you not satisfied with my blowjob?">><br>
<<dialog $player "Of course I am, but I like how good your pussy feels $girl5.name1.">><br>
<<dialog $girl5 "Really? Well, if you like my pussy that much, then I guess I'll have to let you fuck me now.">><br>
<<button "Sex" "STRIPCLUB">><<set $act to "adelle6">><<add_lust_duringsex $girl5>><</button>><br>
<<elseif $girl5.event.event1.ask_for_sex is 2>>
<<dialog $player "Oh baby, I want to put my dick in you again.">><br>
<<dialog $girl5 "You're asking me to break the rules again here, $player.name1.">><br>
<<dialog $player "Come on, haven't I been a good customer?">><br>
<<dialog $girl5 "(Sigh) Okay fine, but only because you've been coming here so often.">><br>
<<button "Sex" "STRIPCLUB">><<set $act to "adelle6">><<add_lust_duringsex $girl5>><</button>><br>
<<else>>
<<dialog $player "Sex?">><br>
<<dialog $girl5 "We've already done it a couple of times... I might as well charge you for it.">><br>
<<dialog $player "Maybe you could give me one last free one?">><br>
<<dialog $girl5 "Hmmm, okay.">><br>
<<button "Sex" "STRIPCLUB">><<set $act to "adelle6", $girl5.event.event1.sex_possible to 1, $girl5.corruption_level to 1>><<add_lust_duringsex $girl5>><</button>><br>
<</if>>
<<else>>
<<dialog $girl5 "We can't, that's too big of a rule to break.">><br>
<<button "Just cum" "STRIPCLUB">><<set $act to "adelle5_cum1">><<add_lust_duringsex $girl5>><</button>>
<</if>>
<<set $girl5.event.event1.ask_for_sex +=1>>
<<elseif $act is "adelle5">>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<video autoplay loop muted><source src="images/GPG1O/char/adelle/adelle_stripclub_5.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl5 "Let me help wake the monster up.">><br>
<<button "Blowjob" "STRIPCLUB">><<set $act to "adelle5_1">><<add_lust_duringsex $girl5>><</button>><br>
<span id="back"><<button "Stop" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<elseif $act is "adelle5_1">>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<video autoplay loop muted><source src="images/GPG1O/char/adelle/adelle_stripclub_5_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl5 "You've been very patient haven't you. Your balls are so... full.">><br>
<<button "Blowjob" "STRIPCLUB">><<set $act to "adelle5_2">><<add_lust_duringsex $girl5>><</button>><br>
<span id="back"><<button "Stop" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<elseif $act is "adelle5_2">>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<video autoplay loop muted><source src="images/GPG1O/char/adelle/adelle_stripclub_5_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Oh fuck yeah. Suck my dick $girl5.name1. I'm gonna use you like the slut you are.">><br>
<<button "Cum" "STRIPCLUB">><<set $act to "adelle5_cum1">><<add_lust_duringsex $girl5>><</button>>
<<if $girl5.event.event1.sex_possible is 1>>
<<button "Pay $150 for sex" "STRIPCLUB">>
<<set $act to "adelle6", $player.cash -=150>>
<<add_lust_duringsex $girl5>>
<<set $girl5.sdet.sex +=1, $girl5.sdet.vaginal +=1>>
<<set $player.sexskill to Math.clamp($player.sexskill+=1,0,100)>>
<</button>><br>
<<else>>
<<if $girl5.event.event1.blowjob gte 2>>
<<button "Ask for sex" "STRIPCLUB">><<set $act to "adelle_askforesex">><</button>><br>
<</if>>
<</if>>
<span id="back"><<button "Stop" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<elseif $act is "adelle5_cum1">>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<playspurt>>
<<cont append>>
<<addstress -5>>
And you nutted...<br><br>
<<cum_man_during $player "outside">><br><br>
<<cont append>>
<video autoplay loop muted preload="auto"><source src="images/GPG1O/char/general/cumshot_mouth_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<set _randomnum to random(0,2)>>
<<if _randomnum is 1>>
<<dialog $girl5 "(Swallows your cum) Mmmm delicious. That was fun, come again, $player.name1">><br>
<<elseif _randomnum is 2>>
<<dialog $girl5 "(Swallows your cum) If you keep cumming in my mouth, I might get addicted to it. Come again, $player.name1">><br>
<<else>>
<<dialog $girl5 "(Swallows your cum) So much cum... Did that feel good $player.name1? You're welcome to come again.">><br>
<</if>>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<</cont>>
<</cont>>
<<elseif $act is "adelle6">>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<video autoplay loop muted><source src="images/GPG1O/char/adelle/adelle_stripclub_6_0.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "pussy" $girl5.name1>><br>
<video autoplay loop muted><source src="images/GPG1O/char/adelle/adelle_stripclub_6.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "Keep fucking" "STRIPCLUB">><<set $act to "adelle6_1">><<add_lust_duringsex $girl5>><</button>><br>
<span id="back"><<button "Stop" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<elseif $act is "adelle6_1">>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<video autoplay loop muted preload="auto"><source src="images/GPG1O/char/adelle/adelle_stripclub_6_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $random_woman mister "Adelle" "adelle">><br><br>
<video autoplay loop muted preload="auto"><source src="images/GPG1O/char/adelle/adelle_stripclub_6_3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<man_duringsex $player>><br><br>
<<button "More" "STRIPCLUB">><<set $act to "adelle7">><<add_lust_duringsex $girl5>><</button>><br>
<span id="back"><<button "Stop" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<elseif $act is "adelle7">>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<video autoplay loop muted><source src="images/GPG1O/char/adelle/adelle_stripclub_7.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $girl5 "dick" $player.name1>><br>
<<cum_warning $player>><br><br>
<<button "Cum" "STRIPCLUB">><<set $act to "adelle8", $player.stress to Math.clamp($player.stress-=10,0,$player.fitness)>><<add_lust_duringsex $girl5>><</button>><br>
<span id="back"><<button "Stop" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<elseif $act is "adelle8">>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<addstress -5>>
<<playspurt>>
<<cum_man_during $player "inside">><br><br>
<video autoplay loop muted><source src="images/GPG1O/char/adelle/adelle_stripclub_cum1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "Look at the aftermath" "STRIPCLUB">><<set $act to "adelle8_afterwards">><</button>><br>
<<elseif $act is "adelle8_afterwards">>
<style>body {background-image: url("images/GPG1O/loca/downtown/stripclub/stripclub_interior.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<video autoplay loop muted><source src="images/GPG1O/char/adelle/adelle_stripclub_cum2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<set _randomnum to random(0,3)>>
<<if _randomnum is 1>>
<<dialog $girl5 "That was fun, come fuck me again later, $player.name1.">><br>
<<elseif _randomnum is 2>>
<<dialog $girl5 "If you keep cumming in me, you're gonna make a very big mess $player.name1.">><br>
<<elseif _randomnum is 3>>
<<dialog $girl5 "I hope you don't do that to other women, cumming inside without asking first...">><br>
<<else>>
<<during_sex_compliment $girl5 "woman_after">>
<</if>>
<<impreg $girl5>>
<br><span id="back"><<button "Back" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<<else>>
Nuthin...<br><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act to "stri_interior", $act2 to "stage">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<checkpatrons>>
<<if $cheat.timecontrol is true>>
<<set _timecontrol to true>>
<</if>>
<<if _timecontrol and _patrons>>
<span class="timecontrols"><<link '<img src="images/GPG1O/others/back.png">'>><<addhours -1>><<replace "#displaytime">><<time12hr>><</replace>><</link>></span>
<</if>>
<span id="displaytime"><<time12hr>></span>
<<if _timecontrol and _patrons>>
<span class="timecontrols"><<link '<img src="images/GPG1O/others/forward.png">'>><<addhours 1>><<replace "#displaytime">><<time12hr>><</replace>><</link>></span>
<</if>>
<br>
<<if _timecontrol and _patrons>>
<span class="timecontrols"><<link '<img src="images/GPG1O/others/back.png">'>><<adddays -1>><<replace "#displayday">><<date>><</replace>><</link>></span>
<</if>>
<span id="displayday"><<date>></span>
<<if _timecontrol and _patrons>>
<span class="timecontrols"><<link '<img src="images/GPG1O/others/forward.png">'>><<adddays 1>><<replace "#displayday">><<date>><</replace>><</link>></span>
<</if>>
<br><br>
<<if $cheat.showcash is true>><div class="stat-row"><span class="stat-name">Cash:</span><span class="stat-value"><<print ($player.cash.toFixed(1))>> $</span></div><</if>>
<<if $cheat.showenergy is true>><div class="stat-row"><span class="stat-name">Energy:</span><span class="stat-value"><<print ($player.energy.toFixed(1))>>/<<print ($player.fitness.toFixed(1))>></span></div><</if>>
<<if $cheat.showfitness is true>><div class="stat-row"><span class="stat-name">Fitness:</span><span class="stat-value"><<print ($player.fitness.toFixed(1))>></span></div><</if>>
<<if $cheat.showintelligence is true>><div class="stat-row"><span class="stat-name">Intelligence:</span><span class="stat-value"><<print ($player.intelligence.toFixed(1))>></span></div><</if>>
<<if $cheat.showsexskill is true>><div class="stat-row"><span class="stat-name">Sex Skill:</span><span class="stat-value"><<print ($player.sexskill.toFixed(1))>></span></div><</if>>
<<if $cheat.showstress is true>><div class="stat-row"><span class="stat-name">Stress:</span><span class="stat-value"><<print ($player.stress.toFixed(1))>></span></div><</if>>
<br>
<<if $cheat.cheat2_shortcut and _patrons>>
<<if $gvar.var7 is 1>>
<<link '<img src="images/GPG1O/others/dick.webp">' "cheat2">><<set $act to "girlvars">><</link>>
<<else>>
<<link '<img src="images/GPG1O/others/dick.webp">'>><</link>>
<</if>>
<</if>>
<<if $cheat.repeat and _patrons>><<link '<img src="images/GPG1O/others/repeat.webp">'>><<onrepeat>><</link>>
<</if>>
<<if $cheat.quick1 and _patrons>><br><br>
<<link "Apartment 1" "NAVIGATE1">><<set $act to "apartment_hallway1">><</link>>|
<<link "City" "NAVIGATE1">><<set $act to "city">><</link>>|
<<link "Neighbourhood 1" "NAVIGATE1">><<set $act to "neighbourhood1">><</link>>|
<<link "Downtown" "CITY1">><<set $act to "downtown">><</link>>|
<<if $univar.var2 is 1 and $gameDate.getMonth() is 1>><<link "University" "UNI">><<set $act to "hallway">><</link>>|<</if>>
<<link "Subway" "CITY1">><<set $act to "subwaystation">><</link>>|
<<link "Gym" "CITY1">><<set $act to "gym">><</link>>|
/*<<link "University_TEST" "UNI">><<set $act to "hallway">><</link>>| can be deleted if i forget what this is*/
<</if>>
<<if $cheat.track and _patrons>><br><br><div style="border: 1px solid #4c4d52; border-radius: 4px;"><<trackGirlIndex>></div><br><</if>>
<</nobr>><<nobr>>
<<if $cheat.showtitle>>
<<else>>
<<if $gvar.var7 is 1>>
<<if $cheat.smalltitle>>
<<link '<img src="images/GPG1O/others/gpg10_small4.webp">' "MCHOUSE">><<set $act to "mcbedroom", $act2 to "">><</link>>
<<else>>
<<link '<img src="images/GPG1O/others/gpg10.webp">' "MCHOUSE">><<set $act to "mcbedroom", $act2 to "">><</link>>
<</if>>
<<else>>
<<if $cheat.smalltitle>>
<img src="images/GPG1O/others/gpg10_small4.webp">
<<else>>
<img src="images/GPG1O/others/gpg10.webp">
<</if>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<<link "CHARACTERS">>
<<script>>
Dialog.setup("Character");
Dialog.wiki(Story.get("CHARACTER").processText());
Dialog.open();
<</script>>
<</link>><br>
<<link "INVENTORY">>
<<script>>
Dialog.setup("Inventory");
Dialog.wiki(Story.get("inventory").processText());
Dialog.open();
<</script>>
<</link>>
<</nobr>><<nobr>>
<</nobr>><<nobr>>
<<addmins $traveltime.one>>
<<set _temptime to $gameDate.getHours()>>
<<set _tempday to $gameDate.getDay()>>
<<set _tempdate to $gameDate.getDate()>>
<<set _tempmonth to $gameDate.getMonth()>>
<<set _tempyear to $gameDate.getFullYear()>>
<<set $gvar.var7 to 1>>
<<check_operatingStatus $buildingOperatingHours.university "one">>
<<set _unioh to $buildingOperatingHours.university.operatingHour.one.status>>
<<if !_unioh>>
<<set $act to "getout">>
<</if>>
<<if $act is "hallway">>
<style>body {background-image: url("images/GPG1O/loca/uni/hallway.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<div class="image-row">
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/uni/thumb/auditorium.webp">' "UNI">><<set $act to "audi">><</button>>
<div class="overlay-text2"><<print "Auditorium".toUpperCase()>></div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/uni/thumb/cafeteria.webp">' "UNI">><<set $act to "cafe">><</button>>
<div class="overlay-text2"><<print "Cafeteria".toUpperCase()>></div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/uni/thumb/field.webp">' "UNI">><<set $act to "fiel">><</button>>
<div class="overlay-text2"><<print "Field".toUpperCase()>></div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/uni/thumb/library.webp">' "UNI">><<set $act to "libr">><</button>>
<div class="overlay-text2"><<print "Library".toUpperCase()>></div>
</div>
</div>
<div class="image-row">
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/uni/thumb/lockers.webp">' "UNI">><<set $act to "lock">><</button>>
<div class="overlay-text2"><<print "Locker Room".toUpperCase()>></div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/uni/thumb/principals_office.webp">' "UNI">><<set $act to "prin">><</button>>
<div class="overlay-text2"><<print "Office".toUpperCase()>></div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/uni/thumb/toilet.webp">' "UNI">><<set $act to "toil">><</button>>
<div class="overlay-text2"><<print "Restroom".toUpperCase()>></div>
</div>
<div class="image-container2">
<<button'<img src="images/GPG1O/loca/uni/thumb/classroom.webp">' "UNI">><<set $act to "class">><</button>>
<div class="overlay-text2"><<print "Classroom".toUpperCase()>></div>
</div>
</div>
<br><<if $player.energy gt 0 and _unioh>>
<<button "Attend your class" "UNI_contents">>
<<if _temptime gte 8 and _temptime lt 10>>
<<set $act to "class1", $univar.var1 +=1, $player.energy-=1>><<run $gameDate.setHours(10), $gameDate.setMinutes(0)>>
<<elseif _temptime gte 10 and _temptime lt 12>>
<<set $act to "class2", $univar.var1 +=1, $player.energy-=1>><<run $gameDate.setHours(12), $gameDate.setMinutes(0)>>
<<elseif _temptime gte 14 and _temptime lt 16>>
<<set $act to "class3", $univar.var1 +=1, $player.energy-=1>><<run $gameDate.setHours(16), $gameDate.setMinutes(0)>>
<<elseif _temptime gte 16 and _temptime lt 18>>
<<set $act to "class4", $univar.var1 +=1, $player.energy-=1>><<run $gameDate.setHours(18), $gameDate.setMinutes(0)>>
<<else>>
<<set $act to "noclass">>
<</if>>
<</button>>
<<else>>
<span class="button-disabled"><<button "Attend Class">><</button>></span>
<</if>>
<br><span id="back"><<button "Back" "CITY1">><<set $act to "university">><</button>></span>
<<elseif $act is "getout">>
<style>body {background-image: url("images/GPG1O/loca/uni/hallway.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
The university is closing. You quickly pack your stuff and head out.<br>
<br><span id="back"><<button "Back" "CITY1">><<set $act to "university">><</button>></span>
<<elseif $act is "audi">>
<style>body {background-image: url("images/GPG1O/loca/uni/auditorium.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You're in the auditorium. It's a nice auditorium, a bit chilly though.<br><br>
<span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<elseif $act is "cafe">>
<style>body {background-image: url("images/GPG1O/loca/uni/cafeteria.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You're in the cafeteria.<br><br>
<<set $act4 to passage()>>
<<include "mira_intro">>
<span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<elseif $act is "fiel">>
<style>body {background-image: url("images/GPG1O/loca/uni/field.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You're in the fields. It appears that not many people are using this place at the moment.<br><br>
<<if $player.energy gte 1 and $univar.var7 isnot _tempdate>>
<<button "Exercise" "UNI">><<set $player.energy -= 1, $univar.var7 to _tempdate, $act to "exercise" >><<addmins 50>><<add_fitness 80>>/*this is auto based on fitness level. the nubmer is the penalty*/<</button>><br>
<<else>>
<span class="button-disabled"><<button "Exercise" "UNI">><</button>><br></span>
<</if>>
<span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<elseif $act is "exercise">>
<style>body {background-image: url("images/GPG1O/loca/uni/field.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<if $player.fitness lte 50>>
<<set _temp to "field1">>
<<else>>
<<set _temp to "field2">>
<</if>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/' + _temp + '.mp4" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
You went and did some light exercises at the fields, increasing your fitness by a tiny amount.<br><br>
<span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<elseif $act is "libr">>
<style>body {background-image: url("images/GPG1O/loca/uni/library.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You're in the library. "Donde está la biblioteca", "Así que esta es la biblioteca."<br><br>
<<if $player.energy gt 0>>
<<button "Read a book" "UNI">><<set $act to "read", $player.energy -=1, $player.intelligence +=0.1>><<addmins 110>><</button>><br>
<</if>>
<span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<elseif $act is "read">>
<style>body {background-image: url("images/GPG1O/loca/uni/library.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<set _temp to either("book1","book2")>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/' + _temp + '.mp4" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
You picked a random book in the library and sat on an empty desk to read it. Two hours went by and you've become just a little bit smarter.<br><br>
<span id="back"><<button "Back" "UNI">><<set $act to "libr">><</button>></span>
<<elseif $act is "lock">>
<style>body {background-image: url("images/GPG1O/loca/uni/lockers.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You're in the locker room.<br><br>
<span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<elseif $act is "prin">>
<style>body {background-image: url("images/GPG1O/loca/uni/principals_office.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You're at the principle's office. <br><br>
<span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<elseif $act is "toil">>
<style>body {background-image: url("images/GPG1O/loca/uni/toilet.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You're in male restroom. It's really clean.<br><br>
<span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<elseif $act is "class">>
<style>body {background-image: url("images/GPG1O/loca/uni/classroom.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You're in the classroom.<br><br>
<span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<elseif $act is "checkposter">>
<<elseif $act is "enroll">>
<style>body {background-image: url("images/GPG1O/loca/uni/principals_office.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You head to the university's administration department and inquired about the enrollment process. <br><br>
<<dialog $player "Hi, I would like become a student at this university.">><br>
<<if $player.fitness lt 20>><<dialog $random_woman "(Looks at you up and down and rolls her eyes) Yeah sure, whatever ." "Clerk">><br><<else>><<dialog $random_woman "(she looks at you up and down) Oh, of course! Please fill out these forms and submit them as soon as you can." "Clerk">><br><</if>>
She hands you mutiple forms, which you spent some time filling. You submitted it the same day, along with the payment of $<<print $univar.var3>>.
You can start going to class starting in February.<br>
<<set $player.cash -= $univar.var3, $univar.var2 to 1, $univar.var4 to _tempdate, $univar.var5 to _tempmonth, $univar.var6 to _tempyear >>
<br><span id="back"><<button "Back" "CITY1">><<set $act to "university">><</button>></span>
<<elseif $act is "enroll_notEnoughMoney">>
<style>body {background-image: url("images/GPG1O/loca/uni/principals_office.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<addstress 10>>
<<addhours 2>>
You went to the clerk and filled out the form, only to find out that you didn't have the money for the enrollment fee. It was humiliating. (+10 stress)<br><br>
<<button "NOT ENOUGH MONEY" "CITY1">><<set $act to "university">><</button>>
<<else>>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "city">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if $act_1 is "lore1">>
<<set _world_fact_list to ["pregnancy_risk", "over", "entryway_sprint", "pregnancy_duration", "ufo", "gacrp", "disease_eradication", "std_eradication", "same_sex_marriage", "men_reduced_virility"]>>
<<set $act_2 to _world_fact_list.random()>>
<<set _speaker to $uni_man1, _title to "Prof. $uni_man1.name1">>
<<if $act_2 is "pregnancy_risk">>
<<dialog _speaker "... and that's why we should be thankful for the progress that science has brought us. Without these advancements, the female population of the world would still be at risk of complications during childbirth, which is now much more manageable and less discomforting than it once was." _title>><br>
<<elseif $act_2 is "over">>
<<dialog _speaker "... and that's how OVER took over and monopolized the carpool business. With their efficient and reliable service, no other company could compete, effectively making OVER the only choice for transportation in our world." _title>><br>
<<elseif $act_2 is "entryway_sprint">>
<<dialog _speaker "... Entryway Sprint has completely transformed how we think about food delivery. With just a few taps, a meal can be at your door in minutes, often still hot, as if the food defies the laws of time itself." _title>><br>
<<elseif $act_2 is "pregnancy_duration">>
<<dialog _speaker "... and thus medical advancements have shortened the human pregnancy cycle to just three months. This breakthrough has drastically reduced complications and has been a game changer for population growth strategies." _title>><br>
<<elseif $act_2 is "ufo">>
<<dialog _speaker "... As such, the presence of extraterrestrial beings has led to an increase in supernatural occurrences across the globe. While the government urges calm, the influence of these beings on our world cannot be ignored." _title>><br>
<<elseif $act_2 is "gacrp">>
<<dialog _speaker "... with that in mind, the Government Assisted Child Raising Program, or GACRP, has become a cornerstone of our society’s efforts to combat population decline. While it may be cumbersome to pronounce, its impact on securing the future generation is undeniable." _title>><br>
<<elseif $act_2 is "disease_eradication">>
<<dialog _speaker "... and science has prevailed yet again, thanks to scientific advancements, we’ve eradicated most serious diseases. Common ailments like colds and flus remain, but the absence of life-threatening illnesses has greatly improved our quality of life." _title>><br>
<<elseif $act_2 is "std_eradication">>
<<dialog _speaker "... but thankfully for the human race, sexually transmitted diseases are a thing of the past. With their complete eradication, public health has seen tremendous benefits, particularly in areas of reproductive health and relationships." _title>><br>
<<elseif $act_2 is "same_sex_marriage">>
<<dialog _speaker "... such were the atrocities of the world; however, in our society, love knows no bounds. Same-sex marriage is not only legal but celebrated as part of the diversity that makes our world vibrant and inclusive." _title>><br>
<<elseif $act_2 is "men_reduced_virility">>
<<dialog _speaker "... but one sector that we still have not conquered is the fact that more and more men are suffering from a mysterious phenomenon of reduced virility. Despite extensive research, science has yet to crack this perplexing mystery, leaving many questions unanswered.">><br>
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
Class is dimissed.<br>
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<style>body {background-image: url("images/GPG1O/loca/uni/classroom_blur.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<if $act is "class1">>
<<if $univar.var1 is 0 or $girl3.event.event1.introduce is 0>>
<<set $player.intelligence to Math.clamp($player.intelligence +=0.2,0,100)>>
You are now in class.<<if $univar.var1 is 0>> This is your first class for the semester, and there are many interesting faces in the class.<</if>> (+0.2 Intelligence)<br><br>
<img src="images/GPG1O/loca/uni/classes.webp"><br><br>
<<if $girl3.event.event1.introduce is 0>>
As the professor, Mr. $uni_man1.name1 began to explain about the subject that you will be learning, a girl knocked on the door and apologized for being late.<br><br>
<img src="images/GPG1O/char/eva/uni/eva1.webp"><br><br>
Mr. $uni_man1.name1 directed her to take a seat, and she quickly made her way to an empty table at the back of the classroom.<br><br>
<<button "Wait after the class is over" "UNI_contents">><<set $act to "eva", $act2 to "afterclass">><</button>>
<</if>>
<<button "Leave after the class is over" "UNI">><<set $act to "hallway">><</button>>
<<else>>
You attended class and got smarter. (+1/5 Intelligence)<br><br>
<img src="images/GPG1O/loca/uni/classes.webp"><br>
<<set $act_1 to "lore1">>
<br><<include "UNI_class_contents">>
<<girl_loca $girl3>>
<<if $girl3.var.var1 is 1 and $girl3.location is "class1">><br><<button "Talk to $girl3.name1" "UNI_contents">><<set $act to "eva", $act2 to "talk">><<add_love $girl3>><</button>>
<<elseif $girl3.var.var1 is -1 and $girl3.location is "class1">><span class="button-disabled"><br><<button "Talk to $girl3.name1 [She doesn't want to talk to you]">><</button>></span><</if>>
<br><span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<set $player.intelligence to Math.clamp($player.intelligence +=0.2,0,100)>>
<</if>>
<<elseif $act is "class2">>
You attended class and got smarter. (+1/5 Intelligence)<br><br>
<img src="images/GPG1O/loca/uni/classes.webp"><br>
<<set $act_1 to "lore1">>
<br><<include "UNI_class_contents">>
<br><span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span><br>
<<set $player.intelligence to Math.clamp($player.intelligence +=0.2,0,100)>>
<<elseif $act is "class3">>
You attended class and got smarter. (+1/5 Intelligence)<br><br>
<img src="images/GPG1O/loca/uni/classes.webp"><br>
<<set $act_1 to "lore1">>
<br><<include "UNI_class_contents">>
<<girl_loca $girl3>>
<<if $girl3.var.var1 is 1 and $girl3.location is "class2">><br><<button "Talk to $girl3.name1" "UNI_contents">><<set $act to "eva", $act2 to "talk">><<add_love $girl3>><</button>>
<<elseif $girl3.var.var1 is -1 and $girl3.location is "class1">><span class="button-disabled"><br><<button "Talk to $girl3.name1 [She doesn't want to talk to you]">><</button>></span><</if>>
<br><span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<set $player.intelligence to Math.clamp($player.intelligence +=0.2,0,100)>>
<<elseif $act is "class4">>
You attended class and got smarter. (+1/5 Intelligence)<br><br>
<img src="images/GPG1O/loca/uni/classes.webp"><br>
<<set $act_1 to "lore1">>
<br><<include "UNI_class_contents">>
<br><span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<set $player.intelligence to Math.clamp($player.intelligence +=0.2,0,100)>>
<<elseif $act is "noclass">>
<<addmins -5>>
There is no class for you to attend right now. <br><br>
/*<<button "Wait until the your next class" "UNI_contents">><<set $act to "class3", $univar.var1 +=1, $player.energy-=1>><<run $gameDate.setHours(16), $gameDate.setMinutes(0)>><</button>><br>*/
<span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<elseif $act is "gift2">>
<<gift_response $girl3>><br><br>
<span id="back"><<button "Back" "UNI_contents">><<set $act2 to $act3, $act to "eva">><</button>></span>
<<elseif $act is "eva">>
<<include "eva_university">>
<<else>>
Oops, there has been an error. Apologies. <br><br>
<span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<set _temptime to $gameDate.getHours()>>
<<if !$gvar.var1>>
<style>
body {
background-image: url("images/GPG1O/loca/city1.webp");
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover; /* maybe contain, based on the image and goals */
}</style>
<<else>>
<style>
body {
background-image: url("images/GPG1O/loca/city1_night.webp");
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover; /* maybe contain, based on the image and goals */
}</style>
<</if>>
<<set _tips to random (0,100)>>
<<if $act is "deliver_food">>
<<set _random2 to random(20,40)>>
<<if $gvar.var1>>
<<set _temp to either(
"drive_night1",
"drive_night2",
"drive_night3",
"drive_night4",
"drive_night5"
)>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/' + _temp + '.mp4" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
<<else>>
<<set _temp to either(
"drive5",
"drive2",
"drive3",
"drive4"
)>>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/general/' + _temp + '.mp4" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
<</if>>
You delivered food for 30 minutes and got $ _random2 plus $ _tips in tips.<br><br>
<<set $player.cash +=_random2+_tips>>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "city">><</button>></span>
<<elseif $act is "deliver_people">>
<<set _random2 to random(5,150)>>
<<if $gvar.var1>>
<<set _random to random(0,5)>>
<<if _random is 1>>
<video autoplay loop muted><source src="images/GPG1O/char/general/drive_night1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif _random is 2>>
<video autoplay loop muted><source src="images/GPG1O/char/general/drive_night2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif _random is 3>>
<video autoplay loop muted><source src="images/GPG1O/char/general/drive_night3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif _random is 4>>
<video autoplay loop muted><source src="images/GPG1O/char/general/drive_night4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif _random is 5>>
<video autoplay loop muted><source src="images/GPG1O/char/general/work/over_couple_fun_night.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
During one of your deliveries, a couple decided to have a bit of fun in the back seat, which left you a bit hard.
<<else >>
<video autoplay loop muted><source src="images/GPG1O/char/general/drive_night5.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<</if>>
<<else>>
<<set _random to random(0,5)>>
<<if _random is 1>>
<video autoplay loop muted><source src="images/GPG1O/char/general/drive1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif _random is 2>>
<video autoplay loop muted><source src="images/GPG1O/char/general/drive2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif _random is 3>>
<video autoplay loop muted><source src="images/GPG1O/char/general/drive3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif _random is 4>>
<video autoplay loop muted><source src="images/GPG1O/char/general/drive4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif _random is 5>>
<video autoplay loop muted><source src="images/GPG1O/char/general/work/over_couple_fun.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
During one of your deliveries, a couple decided to have a bit of fun in the back seat, which left you a bit hard.
<<else >>
<video autoplay loop muted><source src="images/GPG1O/char/general/drive5.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<</if>>
<</if>>
You drove people around for 2 hours and got $ _random2 plus $ _tips in tips.<br><br>
<<set $player.cash +=_random2+_tips>>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "city">><</button>></span>
<<else>>
122233334444, this is an error. sowwy. <br>
<span id="back"><<button "To the city" "NAVIGATE1">><<set $act to "city">><</button>></span>
<</if>>
<</nobr>>/*
Date & Time Widget Setup
*/
<<nobr>>
<<widget "checkdates">>
<<if $girl2.var.var7 is 1>>
<<check_nextevent $girl2>>
<<if $girl2.nextevent.one.detail.status is "overdue">>
<<set $girl2.var.var7 to 0, $girl2.love-=$girl2.personality.angerpenalty>>
<<notify 5s>>You missed your date with $girl2.name1. (-$girl2.personality.angerpenalty Love)<</notify>>
<</if>>
<</if>>
<<if $girl4.var.var2 isnot 0>>
<<check_nextevent $girl4>>
<<if $girl4.nextevent.one.detail.status is "overdue">>
<<set $girl4.var.var2 to 0, $girl4.love-=$girl4.personality.angerpenalty>>
<<notify 5s>>You missed your date with $girl4.name1. (-$girl4.personality.angerpenalty Love)<</notify>>
<</if>>
<</if>>
<</widget>>
<<widget "isitnight">>
<<set _temptime to $gameDate.getHours()>>
<<if _temptime gte $traveltime.three or _temptime lte $traveltime.four>><<set $gvar.var1 to true>><<else>><<set $gvar.var1 to false>><</if>>
<</widget>>
<<widget "stresseffects">>
<<set _stresspenalty1 to 1, _stresspenalty2 to 3, _stresspenalty3 to 5>>
<<if $player.stress gt 25 and $player.stress lte 50>>
<<set $player.fitness to Math.clamp($player.fitness -=_stresspenalty1, -2, 100)>>
<<elseif $player.stress gt 50 and $player.stress lte 75>>
<<set $player.fitness to Math.clamp($player.fitness -=_stresspenalty2, -2, 100)>>
<<elseif $player.stress gt 75>>
<<set $player.fitness to Math.clamp($player.fitness -=_stresspenalty3, -2, 100)>>
<</if>>
<<if $player.fitness lt 0>>
<<set $act to "gameover", $act2 to "gameover", $act3 to "gameover", $act4 to "gameover", $act5 to "gameover">><<goto "GAMEOVER">>
<</if>>
<</widget>>
<<widget "monthly_report">>
<<set _statement1 to "", _statement2 to "">>
<<if $bankvar.var3 gte 100>>
<<set _temp1 to $bankvar.var3>>
<<set _temp2 to $bankvar.var3*(1 + (($bankvar.var4/100)/12))**(12*(1/12))>>
<<set $bankvar.var3 = $bankvar.var3*(1 + (0.045/12))**(12*(1/12))>>
<<set _statement1 to "$<<print Math.trunc((_temp2 - _temp1))>> has been added to your investment account.">>
<</if>>
<<if $playervar.var2 is 1>>
<<set $player.cash -= 800>>
<<set _statement2 to "You paid $800 for rent.">>
<<if $player.cash lt 0>>
<<set $player.stress +=25>>
<</if>>
<</if>>
<<notify 10s>><<print ("1." + _statement1 + "<br><br>2." + _statement2)>><</notify>>
<</widget>>
<<widget "monthly_expenses">>/*CURRENTLY UNUSED, but code works*/
<<if $playervar.var2 is 1>>
<<set $player.cash -= 1200>>
<<notify 5s>>You paid $1200 for rent.<</notify>>
<</if>>
<</widget>>
<<set
window.GameDays to [
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
];
window.GameMonths to [
"Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
];
/*
Below we have to use the multi-parameter version of the Date
constructor, rather than the date string version, because the
date string version treats a missing timezone offset as UTC.
While there are ways to determine players' timezone offsets,
so they could be added to a date string, it's more convenient
simply to use the multi-parameter constructor.
The point of this is so that you can simply initialize the game
world clock to whatever date and time you wish without having to
worry about the players' timezone offsets, while still ensuring
that they all see the same game world dates and times.
*/
/* params: year , month(0-based) , day , hour(24H) , minute [, second ] */
$gameDate to new Date(2014, 2, 17, 3, 24); /* e.g. Mar 17, 2015 03:24 */
>>
/*
Date & Time Advancement Widget Definitions
*/
/* Adds the specified number of minutes. */
<<widget "addmins">>
<<set _dateOld to $gameDate.toDateString()>>
<<set _monthOld to $gameDate.getMonth()>>
<<run $gameDate.setMinutes($gameDate.getMinutes() + $args[0])>>
<<set _date to $gameDate.toDateString()>>
<<set _month to $gameDate.getMonth()>>
<<isitnight>>
<<checkdates>>
<<if _dateOld != _date>>
<<stresseffects>>
<</if>>
<<if _monthOld != _month>>
<<monthly_report>>
<</if>>
<<if $cheat.infiniteenergy>><<set $player.energy to $player.fitness>><</if>>
<</widget>>
/* Adds the specified number of hours. */
<<widget "addhours">>
<<set _dateOld to $gameDate.toDateString()>>
<<set _monthOld to $gameDate.getMonth()>>
<<run $gameDate.setHours($gameDate.getHours() + $args[0])>>
<<set _date to $gameDate.toDateString()>>
<<set _month to $gameDate.getMonth()>>
<<isitnight>>
<<checkdates>>
<<if _dateOld != _date>>
<<stresseffects>>
<</if>>
<<if _monthOld != _month>>
<<monthly_report>>
<</if>>
<<if $cheat.infiniteenergy>><<set $player.energy to $player.fitness>><</if>>
<</widget>>
/* Adds the specified number of days. */
<<widget "adddays">>
<<set _dateOld to $gameDate.toDateString()>>
<<set _monthOld to $gameDate.getMonth()>>
<<run $gameDate.setHours($gameDate.getHours() + $args[0] * 24)>>
<<set _date to $gameDate.toDateString()>>
<<set _month to $gameDate.getMonth()>>
<<isitnight>>
<<checkdates>>
<<if _dateOld != _date>>
<<stresseffects>>
<</if>>
<<if _monthOld != _month>>
<<monthly_report>>
<</if>>
<<if $cheat.infiniteenergy>><<set $player.energy to $player.fitness>><</if>>
<</widget>>
/*
Date & Time Printing Widget Definitions
*/
/* Prints the current date ("{weekday} {month} {day}, {year}"). */
<<widget "date">>
<<print String.format("{0}, {2} {1}, {3}",
GameDays[$gameDate.getDay()],
GameMonths[$gameDate.getMonth()],
$gameDate.getDate(),
$gameDate.getFullYear()
)>>
<</widget>>
/* Prints the current time (12H). */
<<widget "time12hr">>
<<if $gvar.var1 is true>>
<<if $gameDate.getHours() eq 0>>
12
<<elseif $gameDate.getHours() gt 12>>
<<print $gameDate.getHours() - 12>>
<<else>>
<<print $gameDate.getHours()>>
<</if>>:
<<if $gameDate.getMinutes() lt 10>>0<</if>><<print $gameDate.getMinutes()>>
<span style="color: #ffd700 ;"><<if $gameDate.getHours() gte 12>> pm<<else>> am<</if>> </span>
<<else>>
<<if $gameDate.getHours() eq 0>>
12
<<elseif $gameDate.getHours() gt 12>>
<<print $gameDate.getHours() - 12>>
<<else>>
<<print $gameDate.getHours()>>
<</if>>:
<<if $gameDate.getMinutes() lt 10>>0<</if>><<print $gameDate.getMinutes()>>
<span style="color: #00FF00 ;"><<if $gameDate.getHours() gte 12>> pm<<else>> am<</if>> </span>
<</if>>
<</widget>>
/* Prints the current time (24H). */
<<widget "time24hr">>
<<if $gvar.var1 is true>>
<span style="color: #ffd700 ;">
<<if $gameDate.getHours() lt 10>>0<</if>><<print $gameDate.getHours()>>:
<<if $gameDate.getMinutes() lt 10>>0<</if>><<print $gameDate.getMinutes()>>
</span>
<<else>>
<span style="color: #00FF00 ;">
<<if $gameDate.getHours() lt 10>>0<</if>><<print $gameDate.getHours()>>:
<<if $gameDate.getMinutes() lt 10>>0<</if>><<print $gameDate.getMinutes()>>
</span>
<</if>>
<</widget>>
/* Prints the current date and time (12H). */
<<widget "datetime">><<date>> <<time12hr>> (<<time24hr>>)<</widget>>
<</nobr>><<nobr>>
<<widget "example">>
<<if $args[0] is 1 and $args[1] is 0>>
<</if>>
<</widget>>
<<widget "scanner101_phone_1">>
<<set _char to $args[0]>>
Ovulation date: _char.odate<br>
Pregnancy status: <<if _char.preg is 1>>True<<else>>False<</if>><br>
Children: _char.children <<if _char.sdet.childwp gt 0>> + <span style="color: #87CEEB ;">_char.sdet.childwp</span><</if>><br>
<</widget>>
<<widget "constant_reset">>
<<set $gvar.var10 to "", $gvar.var11 to 0>>/*var10 is the variable used to store girl value for <<impreg2>>, and var11 is the penalty for <<impreg2>> */
<</widget>>
<<widget "news">>/*print latest news using $news variable.*/
<<set $gvar.var9 to []>>
<<for _newsItem range Object.keys($news)>>
<<set _temp to $news[_newsItem].index>>
<<if $news[_newsItem].happened is 1>>
<<set $gvar.var9.push(_temp)>>
<</if>>
<</for>>
<<set _news to [
"Did you hear about the alien ship that crashed near the park? Isn't that something?",
"Did you hear about the yada yada yada"
]>>
<<if $gvar.var9.length > 0>>
<<print _news[$gvar.var9.random()]>>
<<else>>
<<print "hadn't heard anything interesting yet buddy.">>
<</if>>
<<set $gvar.var9 to 0>>
<</widget>>
<<widget "loremipsum">>/*print stuff long so that the dialog.open is at full width even though there's only one item in it.*/
<span class="invisiblestuff">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec diam risus.
Fusce aliquam, purus non consequat finibus, dolor metus vehicula ex, vitae auctor justo felis nec libero.
</span>
<</widget>>
<<widget "mc_picture">>/*print mc's picture based on fitness.*/
<<if $player.fitness lte 20>><img src="images/GPG1O/char/mc/fat2.webp">
<<elseif $player.fitness gt 20 and $player.fitness lte 40>><img src="images/GPG1O/char/mc/fat3.webp">
<<elseif $player.fitness gt 40 and $player.fitness lte 60>><img src="images/GPG1O/char/mc/fat4.webp">
<<elseif $player.fitness gt 60 and $player.fitness lte 80>><img src="images/GPG1O/char/mc/fat5.webp">
<<elseif $player.fitness gt 80>><img src="images/GPG1O/char/mc/fat6.webp">
<</if>>
<</widget>>
<<widget "check_operatingStatus">>
<<set _entity to $args[0]>>
<<set _temp1 to $args[1]>>
<<set _entity.operatingHour[_temp1].status to false>>
<<set _temptime to $gameDate.getHours()>>
<<set _tempday to $gameDate.getDay()>>
<<if _entity.operatingHour[_temp1].toggle is 1>>
<<if _entity.operatingHour[_temp1].open > _entity.operatingHour[_temp1].close>> <!-- Handling the overnight scenario -->
<<if _temptime gte _entity.operatingHour[_temp1].open or _temptime lte _entity.operatingHour[_temp1].close>>
<<for _i range _entity.operatingHour[_temp1].days>>
<<if _i == _tempday or _i == (_tempday - 1) % 7>> <!-- Adjusting for day change -->
<<set _entity.operatingHour[_temp1].status to true>>
<</if>>
<</for>>
<</if>>
<<else>>
<<if _temptime gte _entity.operatingHour[_temp1].open and _temptime lte _entity.operatingHour[_temp1].close>>
<<for _i range _entity.operatingHour[_temp1].days>>
<<if _i == _tempday>>
<<set _entity.operatingHour[_temp1].status to true>>
<</if>>
<</for>>
<</if>>
<</if>>/% closer for check for open is bigger than closing%/\
<</if>>/%closing for toggle%/
<</widget>>
<<widget "gift_response">>
<<set _char to $args[0]>>
<<set _gift to _char.daily.giftchosen>>
<<if _gift.index is _char.preference.gift1.index>>
<<dialog _char "Oh my gosh, how did you know? This is absolutely my favorite! I love these so much! Thank you!">><br>
You gave _char.name1 ~ <b><<print _gift.name>></b> ~ She loves it! (+_char.preference.gift1.score Love)
<<set _char.love to Math.clamp((_char.love + _char.preference.gift1.score), 0, 100)>>
<<elseif _gift.index is _char.preference.gift2.index>>
<<dialog _char "Wow, thank you! They're not something I get for myself often, but I always enjoy them when I do.">><br>
You gave _char.name1 ~ <b><<print _gift.name>></b> ~ She likes it! (+_char.preference.gift2.score Love)
<<set _char.love to Math.clamp((_char.love + _char.preference.gift2.score), 0, 100)>>
<<elseif _gift.index is _char.preference.gift3.index>>
<<dialog _char "Ahh, you naugty naugty man.">><br>
You gave _char.name1 ~ <b><<print _gift.name>></b> ~ She absolutely adores it. (+_char.preference.gift3.score Love)
<<set _char.love to Math.clamp((_char.love + _char.preference.gift3.score), 0, 100)>>
<<elseif _gift.index is _char.preference.gift4.index>>
<<dialog _char "I am insulted that you think I would like this as a gift.">><br>
You gave _char.name1 ~ <b><<print _gift.name>></b> ~ She hated it. (+_char.preference.gift4.score Love)
<<set _char.love to Math.clamp((_char.love + _char.preference.gift4.score), 0, 100)>>
<<else>>
<<dialog _char "Oh, you got this for me? That's really thoughtful of you, thank you! ">><br>
You gave _char.name1 ~ <b><<print _gift.name>></b> ~ She appreciates your gift. (+2 Love)
<<set _char.love to Math.clamp((_char.love + 2), 0, 100)>>
<</if>>
<</widget>>
<<widget "gift">>/%example <<gift $girl1 1 "gift2">>%/
<<set $gvar.var8 to $gameDate.getDate()>> /*For dream system, to know when you last interacted with a girl*/
<<set $gvar.var5 to $args[0]>>/*For dream system, to know who you last interacted with*/
<<set _char to $args[0], _giftlevel to 1, _giftavailable to 0, _back to "", _currentPassage to passage()>>
<<set _tempdategift to $gameDate.getDate()>>
<<if $args[1] !== undefined && $args[1] !== null>>
<<set _giftlevel to $args[1]>>
<</if>>
<<if $args[2] !== undefined && $args[2] !== null>>
<<set _back to $args[2]>>
<</if>>
<<if $args[3] !== undefined && $args[3] !== null>>
<<set _currentPassage to $args[3]>>
<</if>>
<<for _key range Object.keys($item)>>
<<if $item[_key]["quantity"] gt 0 and $item[_key]["gift"] lte _giftlevel and $item[_key]["gift"] gt 0>> <!-- Check if item quantity is greater than 0 -->
<<set _giftavailable to 1>>
<</if>>
<</for>>
<<if _char.daily.gift is _tempdategift>>
You've already given _char.name1 a gift today.<br>
<<else>>
<<if _giftavailable is 1>>
You give _char.name1 a:<br><br>
<div class="inventory-row"> <!-- Start of inventory row -->
<<for _key range Object.keys($item)>>
<<if $item[_key]["quantity"] gt 0 and _key isnot "item1" and $item[_key]["gift"] is _giftlevel>> <!-- Check if item quantity is greater than 0 -->
<<capture _key>>
<div class="inventory-item"> <!-- Individual item container -->
<<print '<img src="images/GPG1O/item/' + $item[_key]["picture"] + '" alt="Image" />'>><br>
<<print $item[_key]["name"]>> (<<print $item[_key]["quantity"]>>) <!-- Print item name and quantity -->
<br><<button "Select">>
<<set _char.daily.gift to _tempdategift, _char.daily.giftchosen to $item[_key], $item[_key]["quantity"]-=1>>
<<goto _currentPassage>>
<<set $act to _back>>
<</button>>
</div>
<</capture>>
<</if>>
<</for>>
</div> <!-- End of inventory row -->
<<else>>
You don't have anything to give.<br>
<</if>>
<</if>>
<</widget>>
<<widget "dream">>
<<set _index to "default">>
<<if $gvar.var5 !== undefined && $gvar.var5 !== null>>
<<if ($gvar.var8 is $gameDate.getDate()) or ($gvar.var8+1 is $gameDate.getDate()) or ($gvar.var8 -1 is $gameDate.getDate())>>
<<set _index to $gvar.var5.index>>
<</if>>
<</if>>
You dream about
<<if _index is 0>>
$gvar.var5.name1<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/gene/flirt.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
How nice of her to visit you in your dreams.
<<else>>
no one, and nothing... Hmmm.
<</if>>
<</widget>>
<<widget "check_nextevent">>/%example: <<check_nextevent $girl1>>; notice that this takes a single args, because it's only checking, not setting.%/
<<set _char to $args[0]>>
<<set _day to $gameDate.getDate()>>
<<set _month to $gameDate.getMonth()>>
<<set _year to $gameDate.getFullYear()>>
<<for _key range Object.keys(_char["nextevent"])>>
<<set _event to _char["nextevent"][_key]>>
<<if (_year > _event.year) || (_year === _event.year && _month > _event.month) || (_year === _event.year && _month === _event.month && _day >= _event.day)>>
<<set _event.status to true>>/%the most important part%/
<<if _day gt _event.day or _month gt _event.month or _year gt _event.year>>/*no plans to really use this, but could be useful.*/
<<set _event.detail.status to "overdue">>
<<set _event.detail.day to _day - _event.day>>
<<set _event.detail.month to _month - _event.month>>
<<set _event.detail.year to _year - _event.year>>
<<else>>
<<set _event.detail.status to "perfect">>
<<set _event.detail.day to _day - _event.day>>
<<set _event.detail.month to _month - _event.month>>
<<set _event.detail.year to _year - _event.year>>
<</if>>
<<else>>
<<set _event.status to false>>/%the most important part%/
<<set _event.detail.status to "upcoming">>
<<set _event.detail.day to _event.day - _day>>
<<set _event.detail.month to _event.month - _month>>
<<set _event.detail.year to _event.year - _year>>
<</if>>
<</for>>
<</widget>>
<<widget "cornerimage">>
<div class="small-images-container">
<div class="overlay-image"><<= '<img src="images/GPG1O/char/thumb/' + $args[0].profile + '.webp">'>></div>
</div>
<</widget>>
<<widget "dialog">>
<<set _char1 to $args[0], _statement to $args[1]>>
<<set _displayedname to _char1.name1, _pic to _char1.profile>>
<<if $args[2] !== undefined && $args[2] !== null>><<set _displayedname to $args[2]>><</if>>
<<if $args[3] !== undefined && $args[3] !== null>><<set _pic to $args[3]>><</if>>
<<if _char1>>
<div class="dialog-container">
<div class="dialog-image">
<<= '<img src="images/GPG1O/char/thumb/' + _pic + '.webp">'>>
</div>
<div class="dialog-text">
<<= '<span style="color:#' + _char1.color + ';">' + _displayedname + "</span>">>
<br>_statement<br>
</div>
</div>
<</if>>
<</widget>>
<<widget "set_gvar_var3">>/%set a random value for $gvar.var3. default values are 0 and 120. if i want to specify the min and max, i have to put specify both and not just the max or min.%/
<<set _minimum to 0, _maximum to 120>>
<<if $args.length > 0 and $args[0] isnot "">><<set _minimum to $args[0]>><</if>>
<<if $args.length > 1 and $args[1] isnot "">><<set _maximum to $args[1]>><</if>>
<<set $gvar.var3 to random(_minimum, _maximum)>>
<</widget>>
<<widget "girl_loca">>/*find a girl's location and set it to $gvar.var2 or $girl#.location*/
<<set _time to $gameDate.getHours()>>
<<set _day to $gameDate.getDay()>>
<<set _daystr to ["sun", "mon", "tue", "wed", "thu", "fri", "sat"][_day]>>
<<for _key range Object.keys($args[0]["schedule"][_daystr])>>
<<set _range to _key.split("-")>> <!-- Splits the time range into start and end -->
<<if _time gte parseInt(_range[0]) and _time lte parseInt(_range[1])>>
<<set $gvar.var2 to $args[0]["schedule"][_daystr][_key], $args[0].location to $args[0]["schedule"][_daystr][_key]>>
<<break>> <!-- Found the time range, no need to continue looping -->
<<else>>
<<set $gvar.var2 to "", $args[0].location to "">>
<</if>>
<</for>>
<</widget>>
<<widget "girl_loca_print">>
<<set _time to $gameDate.getHours()>>
<<set _day to $gameDate.getDay()>>
<<set _daystr to ["sun", "mon", "tue", "wed", "thu", "fri", "sat"][_day]>>
<<for _day range Object.keys($args[0]["schedule"])>>
<<set _times = $args[0].schedule[_day]>>
<strong><<print _day.toUpperCase()>></strong>
<ul>
<<for _time,_location range _times>>
<li><<print _time>>: <<print _location>></li>
<</for>>
</ul>
<</for>>
<</widget>>
<</nobr>><<nobr>>
<<widget "joke">> /%<<$joke(0=joke_text_only, none=with $player.name1), joke $jokelevel(1-5) >>%/
<<set $gvar.var5 to $args[0]>>
<<set _joke1 to [
"What has 148 teeth and holding back a monster? - My zipper.",
"What did one butt cheek say to the other? - Together we can stop this shit.",
"What’s the difference between you and an egg? - An egg gets laid.",
"Two deer walk out of a gay bar. - One says to the other, \“I can’t believe I blew fifty bucks in there.\”",
"What does the Mafia and a pussy have in common? - One slip of the tongue and you're in deep shit.",
"Two men broke into a drugstore and stole all the Viagra. - The police put out an alert to be on the lookout for the two hardened criminals",
"What’s the difference between a G-spot and a golf ball? - A guy will actually search for a golf ball.",
"What does the receptionist at a sperm bank say as clients leave? - Thanks for coming!-"
]>>
<<set _joke2 to [
"What do women and noodles have in common? – Both wriggle when you eat them.",
"What’s the difference between your boyfriend and a condom? – Condoms have evolved, they’re not so thick and insensitive anymore.",
"Why did the woman leave her husband after he spent all their money on a penis enlarger? - She just couldn’t take it any longer.",
"How does a woman scare their gynecologist? – By becoming a ventriloquist.",
"What did the hurricane say to the coconut tree? – Hold on to your nuts, this ain’t no ordinary blowjob.",
"How is sex like a game of bridge? - If you have a great hand, you don’t need a partner.",
"What did the toaster say to the slice of bread? – I want you inside me.",
"What do tofu and dildos have in common? - They are both meat substitutes."
]>>
<<set _joke3 to [
"What are the three shortest words in the English language? - Is it in?",
"What does Pinocchio's lover say to him? - Lie to me! Lie to me!",
"What's long and hard and full of semen? - A submarine.",
"What's the difference between a pickpocket and a peeping tom? - One snatches your watch. The other watches your snatch.",
"A guy is sitting at the doctor's office. The doctor walks in and says, \"I have some bad news. I'm afraid you're going to have to stop masturbating.\" \"I don't understand, doc,\" the patient says. \"Why?\" \"Because,\" the doctor says. \"I'm trying to examine you.\"",
"What's the process of applying for a job at Hooters? They just give you a bra and say, \"Here, fill this out.\"",
"What’s the best thing about gardening? Getting down and dirty with your hoes.",
"What’s the difference between you and the refrigerator? - The refrigerator doesn’t moan when I put my meat in it.",
"What do a boyfriend and a spider have in common? - Women always exaggerate how big it is.",
]>>
<<set _joke4 to [
"What does a near-sighted gynecologist and a puppy have in common? - Both have a wet nose.",
"What’s another name for a vagina? – The box a penis comes in.",
"What did the penis say to the vagina? – Don’t make me come in there!",
"What’s the difference between a tire and 365 used condoms? One’s a Goodyear. The other’s a great year.",
"What did the leper say to the sex worker? - Keep the tip.",
"What's the difference between hungry and horny? - Where you stick the cucumber.",
"How are men like diapers? - They're usually full of shit, but thankfully disposable.",
"What’s the difference between a job and marriage? - A job still sucks after 10 years.",
"What’s the difference between me/you and a mosquito? - A mosquito will stop sucking once you slap it."
]>>
<<set _joke5 to [
"What’s the best part about sex with twenty eight year olds? – There are twenty of them.",
"How do you embarrass an archaeologist? - Give him a used tampon and ask him which period it came from.",
"Why do they say that eating yogurt and oysters will improve your sex life? - Because if you eat that stuff, you'll eat anything.",
"How do you spot a blind guy at a nude beach? - It’s not hard.",
"How do you turn a fox into an elephant? - Marry her.",
"Why do Scotsmen wear kilts? – Because a sheep can hear a zipper from 20 meters away.",
"I heard that the Welsh invented the practice of using sheep intestines to prevent impregnating their wives. The English later refined this concept by removing the intestines from the sheep first."
]>>
<<set _combinedjokes to _joke1, _joke2, _joke3, _joke4, _joke5>>
<<set _thejoke to "">>
<<if $args[0] is "plain">>
<<if $args[1] is 1>>
<<= _joke1.random() >>
<<elseif $args[1] is 2>>
<<= _joke2.random() >>
<<elseif $args[1] is 3>>
<<= _joke3.random() >>
<<elseif $args[1] is 4>>
<<= _joke4.random() >>
<<elseif $args[1] is 5>>
<<= _joke5.random() >>
<<else>>
<<= _combinedjokes.random() >>
<</if>>
<<else>>
<<if $args[1] is 1>>
<<set _thejoke to _joke1.random()>>
<<elseif $args[1] is 2>>
<<set _thejoke to _joke2.random() >>
<<elseif $args[1] is 3>>
<<set _thejoke to _joke3.random() >>
<<elseif $args[1] is 4>>
<<set _thejoke to _joke4.random() >>
<<elseif $args[1] is 5>>
<<set _thejoke to _joke5.random() >>
<<else>>
<<set _thejoke to _combinedjokes.random() >>
<</if>>
<<dialog $player "<<print _thejoke>>">>
<</if>>
<</widget>>
<<widget "joke_response">> /%<<joke_response $girl1or_whatever $response("plain"=response_text_only, none=with $args[0].name1:) >>%/
<<set $gvar.var5 to $args[0]>>/*from the dream widget, can be ignored mostly*/
<<set _char to $args[0]>>
<<set _temp1 to "$args[0].name1 was offended by your joke. (-1 Love)">>
<<set _temp2 to "$args[0].name1 did not like the joke you made. (+0 Love & Lust)" >>
<<set _temp3 to "$args[0].name1 shows a mild reaction to the joke you made. (+0.5 Love & Lust)" >>
<<set _temp4 to "$args[0].name1 is receptive to the joke you made. (+1 Love & Lust)" >>
<<set _temp5 to "$args[0].name1 enjoyed your joke. (+1.5 Love & Lust)" >>
<<set _theresponse to "", _theconclusion to "", _highvar to _char.love>>
<<set _tolerance to _char.personality.jokepoint>>
<<if _highvar gte _tolerance.five>>
<<set _response5 to [
"(Laugh) That was quite the spicy joke! It's a good thing I've got a taste for spice... and for you.",
"(Laugh) That's hilariously inappropriate.",
"(Laugh) You're lucky I love a good laugh as much as I love you.",
"Hahaha, you always know how to make me giggle. What would I do without you?"
]>>
<<set _theresponse to _response5.random() >>
<<set _theconclusion to _temp5>>
<<set $args[0].love to Math.clamp($args[0].love+1.5 , 0 ,100)>>
<<set $args[0].lust to Math.clamp($args[0].lust+1.5 , 0 ,100)>>
<<elseif _highvar lt _tolerance.five and _highvar gte _tolerance.four>>
<<set _response4 to [
"Oh, you! That's so naughty.",
"Haha, that's hilarious!",
"Haha, you've got a wicked sense of humor!",
"Haha, that's so bad it's good! You've really got a way with words.",
"Haha, that was unexpected! You always surprise me with your jokes.",
"Haha, that's definitely not safe for work, but it's hilarious!",
"Haha, you're walking a fine line with that one.",
"Oh my god, I can't believe you just said that!",
"You're terrible! But I love your sense of humor.",
"Haha, you're so bad! It's a good thing I like your kind of trouble.",
"Haha, that's so funny! Wait, can you explain it to me slowly?",
"Lol, that's so naughty! But I have to admit, it's pretty funny.",
"Oh wow, I can't believe you went there!",
"Oh my, that's quite the joke! I guess you know how to make even a dirty joke charming."
]>>
<<set _theresponse to _response4.random() >>
<<set _theconclusion to _temp4>>
<<set $args[0].love to Math.clamp($args[0].love+1 , 0 ,100)>>
<<set $args[0].lust to Math.clamp($args[0].lust+1 , 0 ,100)>>
<<elseif _highvar lt _tolerance.four and _highvar gte _tolerance.three>>
<<set _response3 to [
"That's quite the joke. I'm not sure what to say...",
"Hmm, that's an interesting sense of humor you've got there. Lucky for you, I like interesting.",
"Wow, that was something. Not your best, but I appreciate the effort.",
"That was... unexpected. Not quite my taste, but I appreciate the diversity of your humor.",
"Oh wow, I didn't see that coming! You've got a knack for this."
]>>
<<set _theresponse to _response3.random() >>
<<set _theconclusion to _temp3>>
<<set $args[0].love to Math.clamp($args[0].love+0.5 , 0 ,100)>>
<<set $args[0].lust to Math.clamp($args[0].lust+0.5 , 0 ,100)>>
<<elseif _highvar lt _tolerance.three and _highvar gte _tolerance.two>>
<<set _response2 to [
"You're lucky I know you're more than your jokes. But let's keep it a bit classier next time, okay?",
"I see what you did there. Not exactly my style.",
"That was... bold. Maybe next time we can aim for something a bit more subtle?",
"You're walking a fine line with that one. I'll let it slide because it's you. Just be careful, okay?",
"I'm not sure how to react to that.",
"I know you meant that as a joke, but it didn't really sit right with me. It felt a bit insensitive.",
"Hmm, I think that joke might have crossed a line. It's important to be mindful of what we joke about.",
"That joke wasn't really funny to me; it felt more hurtful than humorous. Let's try to be more considerate.",
"I understand humor can vary, but that felt a bit too far. We should be careful not to offend.",
"I know you might not have realized, but that joke could be hurtful. Let's be more thoughtful next time.",
"That was a bit off for me. It's good to laugh, but not at the expense of sensitivity and kindness.",
"That didn't come off as funny, more like insensitive."
]>>
<<set _theresponse to _response2.random() >>
<<set _theconclusion to _temp2>>
<<else>>
<<set _response1 to [
"That was completely out of line. I can't believe you'd think that was okay to joke about.",
"That's not funny, not even a little. It's offensive, and I'm disappointed you'd say something like that.",
"I'm honestly shocked you thought that was appropriate. I don't like that.",
"That was in poor taste, to say the least. I expected better from you.",
"How could you think that was funny? It's downright disrespectful, and I'm angry you'd even go there.",
"That's beyond insensitive; it's hurtful.",
"Jokes are supposed to be funny, not hurtful. What you said was not okay, and I'm not going to just laugh it off.",
"I'm not laughing because it's not funny. It's actually pretty offensive. You've really upset me with that one.",
"That was not okay. Not as a joke. I'm really disappointed."
]>>
<<set _theresponse to _response1.random() >>
<<set _theconclusion to _temp1>>
<<set $args[0].love -=1>>
<</if>>
<<if $args[1] is "plain">>
<<= _theresponse>>
<<else>>
<<dialog $args[0] "<<= _theresponse>>">><br>
<<print _theconclusion>>
<</if>>
<</widget>>
<<widget "flirt">>/%takes two arg, $girl1 and ( "neighbour" or "general"). default is "general"%/
<<if $args[0] !== undefined && $args[0] !== null>>
<<set _char to $args[0].name1>>
<<else>>
<<set _char to "Girl">>
<</if>>
<<set $gvar.var5 to $args[0]>>/*For dream system, to know who you last interacted with*/
<<set $gvar.var8 to $gameDate.getDate()>>/*For dream system, to know when you last interacted with a girl*/
<<set _flirtneighbour to either(
"Hey sexy, how's my favorite neighbor doing?",
"Do you believe in fate? Because I think it was fate that we're neighbors.",
"_char, I must've wished upon a lucky star to have a neighbour like you."
)>>
<<set _flirtgeneral to either(
"Is it just me, or did it just get brighter in here when you smiled?",
"If I had a garden, I'd put your tulips and my tulips together.",
"I was feeling a little off today, but seeing you definitely turned my day around.",
"Has anyone ever told you that your smile brightens up the whole room?",
"Hey, I was wondering if you have a map? I keep getting lost in your eyes.",
"Can you remind me what your name was again... or can I call you mine?",
"_char, I hope you know CPR, because you just took my breath away.",
"I'm not a photographer, but I can definitely picture us together."
)>>
<<if $args.length > 1>>
<<if $args[1] is "neighbour">>
<<dialog $player "<<print _flirtneighbour>>">>
<<elseif $args[1] is "general">>
<<dialog $player "<<print _flirtgeneral>>">>
<</if>>
<<else>>
<<dialog $player "<<print _flirtgeneral>>">>
<</if>>
<</widget>>
<<widget "flirt_response">>/% takes 1 arg $girl1 %/
<<set _char to $args[0]>>
<<set _tolerance to $args[0].personality.flirtpoint>>
<<set _lowresponse to either(
"Well, aren't we bold today?",
"Haha, you're funny!",
"You have a knack for making people smile, huh?"
)>>
<<set _goodresponse to either(
"You're quite the charmer, aren't you?",
"You've got a way with words, haven't you?",
"Looks like someone's on their A-game today.",
"Trying to win me over, are we?"
)>>
<<if _char.love lte _tolerance.one>>
$args[0].name1 looked a uncomfortable with your attempt to flirt with her. Clearly you're not as close to her as you think you are.<br><br>
<<dialog $args[0] "Oh, hey $player.name1.">><br>
She says a bit hesitantly. You noticed $args[0].name1's reaction and try to brush it off, changing the topic of the conversation as if nothing embarrasing just happened. <br><br>
<<dialog $player "By the way, did you hear about the....">>
<<elseif _char.love gt _tolerance.one and _char.love lte _tolerance.two>>
After hearing what you said, _char.name1 let out a huge smile. You two have a good enough relationship that $girl1.name1 now entertains your flirtiness.<br><br>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/'+$args[0].name1.toLowerCase()+'/gene/flirt.mp4" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
<<dialog $args[0] "<<print _lowresponse>>">><br>
She responds positively. $args[0].name1 doesn't mind your compliments.<br><br>
<<dialog $player "By the way, did you hear about the....">><br>
You both continued the conversation a bit more. (+ Lust)
<<add_lust _char>>
<<elseif _char.love gt _tolerance.two>>
After hearing what you said, _char.name1 let out a huge smile. You two have close relationship that $girl1.name1 now entertains you flirting with her.<br><br>
<<= '<video autoplay loop muted><source src="images/GPG1O/char/'+$args[0].name1.toLowerCase()+'/gene/flirt.mp4" type="video/mp4">Your browser does not support the video tag.</video>'>><br><br>
<<dialog $args[0] "<<print _goodresponse>>">><br>
She answers happily. You could tell that $args[0].name1 liked your compliments.<br><br>
<<dialog $player "By the way, did you hear about the....">><br>
You both continued the conversation a bit more. (+ Lust)
<<add_lust _char>>
<<else>>
Something went wrong, and you shouldn't be here #6481359
<</if>>
<</widget>>
<<widget "talk_response_general">>
<<set _char to $args[0]>>
<<set _general_responses to [
"That's an interesting point.",
"I hadn't thought of it that way.",
"You might be onto something there.",
"I see what you mean.",
"That's a good perspective.",
"Certainly gives you something to think about.",
"I agree, it's worth considering.",
"That's one way to look at it, for sure.",
"Makes you wonder, doesn't it?",
"I can understand why you'd say that.",
"It's always good to hear different viewpoints.",
"That's quite a thought.",
"Absolutely, it's an important aspect.",
"You're right, it does seem that way.",
"Indeed, it's a perspective to ponder."
]>>
<<dialog _char "<<print _general_responses.random()>>">>
<</widget>>
<<widget "talk">>
<<set $gvar.var5 to $args[0]>>/*For dream system, to know who you last interacted with*/
<<set $gvar.var8 to $gameDate.getDate()>>/*For dream system, to know when you last interacted with a girl*/
<<set _girlname to $args[0].name1>>
<<set _random to either(
"Hi! Just taking a break and scrolling through my phone.",
"Hey! I'm currently diving into a new book I got last weekend. It's really good so far.",
"Oh, just trying to decide what to cook for dinner. I'm thinking something quick and tasty.",
"Hey! Just finishing up some work. Looking forward to relaxing this evening. ",
"I'm thinking of going out for a walk, to enjoy the nice weather. It's too lovely to stay indoors. ",
"Just catching up on some of my favorite shows. Do you have any recommendations?",
"Hey! I'm in the middle of a creative project at the moment. It's a bit challenging but fun.",
"Currently organizing my room. It's a bit of a mess but getting there. ",
"I'm planning my next vacation. Thinking about somewhere warm and sunny."
)>>
<<dialog $player "Hey <<print _girlname>>, what're you doin?">><br>
<<dialog $girl1 "<<print _random>>">><br>
<<dialog $player "Oh cool, so did you hear about the....">><br>
You and $args[0].name1 conversed about a similar topic that you both liked. Both of you got to know each other better. $args[0].name1 likes you a little bit more. (+1 Love)
<<if $args[0].love lt 100>><<set $args[0].love +=1>><<else>><<set $args[0].love to 100>><</if>>
<</widget>>
<<widget "talk_general">>
<<set _char to $args[0]>>
<<set _option to $args[1]>>
<<set _name to $args[2]>>
<<set _pic to $args[3]>>
<<if _option is "encouragement">>
<<set _general_talk to [
"Go on!",
"Yeah!",
"Get it!",
"Whoo!",
"Let's go!",
"That's what I'm talking about!",
"Show 'em what you got!",
"You got this!"
]>>
<<elseif _option is "notyetdetermined">>
<<set _general_talk to [
"",
"",
"",
"",
"",
""
]>>
<<else>>
<<set _general_talk to [
"Busy day, isn't it?",
"Seems like things are going well.",
"It's quite a time we're living in, right?",
"Can't believe how fast time is flying by.",
"There's always something new happening these days.",
"Everyone's got a lot on their plate, it seems.",
"It's important to find some time to relax, don't you think?",
"Making any interesting plans lately?",
"It's always nice to take a moment to breathe.",
"Hope everything's going well with you.",
"Life's full of surprises, wouldn't you say?",
"Always something interesting going on, if you look for it.",
"Feels like the days are just zooming past, doesn't it?",
"There's a lot to be thankful for, even in small things.",
"Everyone's journey is unique, you know?",
"It's the little moments that make life big, I think.",
"Finding joy in the everyday is an art, don't you think?",
"A lot can happen in a day, right?",
"Staying positive is half the battle sometimes.",
"It's a good day to try something new, I'd say.",
"The world is full of possibilities.",
"Keeping an open mind can lead to surprising places.",
"It's nice to have a moment of peace in busy times.",
"Every day brings a chance to start fresh.",
"Appreciating the here and now is so important."
]>>
<</if>>
<<dialog _char "<<print _general_talk.random()>>" _name _pic>>
<</widget>>
<</nobr>><<nobr>>
<<widget "during_sex_compliment">>
<<set _char to $args[0]>>
<<set _bodypart to $args[1]>>
<<set _persontalkedto to "">>
<<set _name to $args[3]>>
<<set _pic to $args[4]>>
<<set _compliment to "">>
<<if $args[2] !== undefined && $args[2] !== null>>
<<set _persontalkedto to $args[2]>>
<</if>>
<<if _bodypart is "tits">>
<<set _compliment to [
"These puppies are the most wonderful pair of boobs I've ever seen.",
"Your tits are perfect _persontalkedto",
"I could play with these all day.",
"These definitely does not feel like a bag of sand.",
"I feel like a kid again playing with your tits.",
"Oh _persontalkedto, (suck sucking suck)"
]>>
<<elseif _bodypart is "cunnilingus">>
<<set _compliment to [
"Oh my god, right there! Don't stop!",
"Oh fuck, that's so good!",
"Slow down... I need a second to catch my breath.",
"I'm close, keep going!",
"Fuck, that feels so good!",
"Oh shit, I love it when you use your fingers like that.",
"Don't stop, please!"
]>>
<<elseif _bodypart is "blowjob">>
<<set _compliment to [
"You're blowing my mind right now _persontalkedto, both of them.",
"Oooh baby, _persontalkedto, you're doing god's work right now.",
"You're making me feel like I'm in heaven, _persontalkedto.",
"You look beautiful with my dick in your mouth _persontalkedto.",
"Oohh ahh, you're doing great, mhnmmm.",
"Mnmm, you're so talented at pleasuring my cock _persontalkedto.",
"Oh lordy lord."
]>>
<<elseif _bodypart is "woman_after">>
<<if $player.sexskill gte 50>>
<<set _compliment to [
"That was amazing, you really know how to please a woman.",
"Best. Sex. Ever. You're amazing!",
"Wow, that was awesome. You really know what you're doing!",
"I'm impressed with your stamina _persontalkedto.",
"I'm still shaking, you really know how to make a woman feel satisfied _persontalkedto",
"You're so good at this _persontalkedto, it's unreal.",
"I'm seriously blown away. That was amazing _persontalkedto!",
"Great, I'm going to think about this all day now.",
"We're gonna have to do this again... soon...",
"I had a great time, that was seriously fun.",
"That was mind-blowing, you know all the right moves.",
"That was perfect, just what I needed.",
"Okay, that was hot. You're incredible, you know that?",
"Thank you baby, you made me feel so good.",
"I'm still tingling all over, you were touching me in all the right places.",
"Wow! That was intense.",
"Damn that was good."
]>>
<<dialog _char "<<print _compliment.random()>>" _name _pic>><br>
<</if>>
<<elseif _bodypart is "oral">>
<<set _compliment to [
"Oh yeah, just like that _persontalkedto. Your mouth feels so good.",
"I can't believe how amazing this feels. Keep going, please.",
"I could get used to this, _persontalkedto. Keep going.",
"Mmm, your lips are incredible _persontalkedto. I could stay here all day.",
"Just let me know if you need a break, but I hope you don't.",
"I love watching you pleasure me like that _persontalkedto. It's such a turn on.",
"I can't believe how lucky I am to have you doing this to me.",
"Oh _persontalkedto, I love how you use your tongue, it's driving me wild.",
"I love how you look up at me while you're down there.",
"You know just how to hit all the right spots. Don't stop.",
"Oh _persontalkedto, baby, you are INCREDIBLE."
]>>
<<elseif _bodypart is "lips">>
<<set _compliment to [
"I could kiss your lips all day.",
"Your lips were made for kissing.",
"I never want to stop kissing you.",
"I love the way your lips feel against mine.",
"Mlem-mlem-mlem"
]>>
<<elseif _bodypart is "face">>
<<set _compliment to [
"I love the face you're making right now _persontalkedto.",
"You like this don't you _persontalkedto, I could see it on your face.",
"That's it _persontalkedto, keep looking at me with those pretty eyes of yours.",
"Oh what a beauty you are _persontalkedto.",
"I could cum from just looking at you _persontalkedto.",
"Oh you're so beautiful.",
"I love the face you're making right now _persontalkedto."
]>>
<<elseif _bodypart is "pussy">>
<<set _compliment to [
"Oh _persontalkedto, baby, your pussy is incredible.",
"I love how tight you're gripping on to me right now _persontalkedto.",
"What a slutty pussy you have.",
"Your pussy is milking me like crazy right now.",
"Your pussy feels amazing _persontalkedto, it's so wet."
]>>
<<elseif _bodypart is "dick" or _bodypart is "cock">>
<<set _compliment to [
"Oh _persontalkedto baby, your cock feels so good inside me.",
"Your strokes are driving me crazy.",
"Ohhh mmnhhh _persontalkedto, you're stretching me.",
"Oh god _persontalkedto, your cock is perfect, it's hitting all the right spots.",
"Oooh _persontalkedto, your cock is making me feel so- Ahh... full."
]>>
<<elseif _bodypart is "ass">>
<<set _compliment to [
"Oh _persontalkedto, your ass is so perfect. I can't get enough of it.",
"Your ass is a masterpiece _persontalkedto. It's driving me wild.",
"Your ass is perfection.",
"I have to say, you have the most incredible backside.",
"I could stare at your ass all day, _persontalkedto"
]>>
<<else>>
<<set _compliment to [
"Oh you're making me feel so good.",
"I could watch you all night _persontalkedto, your movements are mesmerizing.",
"You're a natural _persontalkedto, I love the way you move.",
"You move like it's your own personal dance, and I'm loving every second this.",
"I can't get enough of you _persontalkedto, it's intoxicating.",
"You know just how to move to make me lose control.",
"You are the definition of sexy when you move like that."
]>>
<</if>>
<<if _bodypart isnot "woman_after">>
<<dialog _char "<<print _compliment.random()>>" _name _pic>>
<</if>>
<</widget>>
<<widget "woman_creampiereaction">>
<<set _char to $args[0]>>
<<set _bbydesire to _char.bbydesire>>
<<if $args[1] !== undefined && $args[1] !== null>>
<<set _bbydesire to $args[1]>>
<</if>>
<<set _name to $args[2]>>
<<set _pic to $args[3]>>
<<if _char.bcs is 1>>
<<set _after to [
"I can feel your cum inside me. Thank goodness for birth control!",
"Wow, that was intense. Good thing I'm on birth control.",
"I know I'm on birth control, but let's make sure we're extra careful next time.",
"Oh man I hope I didn't forget to take the pill.",
"I hope you don't mind, but I'm definitely taking a shower right after this.",
"I'm on the pill, but let's make sure to use condoms next time too, just to be extra careful.",
"I can't believe we did that. My heart is racing right now.",
"I'm so glad I'm on the pill. I don't want to risk getting pregnant."
]>>
<<else>>
<<if _bbydesire is 5>> /%want to get pregnant by you%/
<<if _char.partner isnot "">> /%Has a partner%/
<<set _after to [
"I don't care if I get pregnant, I just can't get enough of you.",
"Oh my god, that was amazing. I hope you knocked me up with that shot.",
"I can't wait to see the look on my husband's face when I tell him I'm pregnant, with your baby inside me.",
"I want to feel your baby growing inside me.",
"I don't care about _char.partner anymore, all I want is your child.",
"I know it's wrong, but I can't help but want to have your baby.",
"I never thought I'd be someone who cheats, but I can't resist you.",
"I know it's wrong, but I want to feel your baby kick inside me.",
"I don't care about _char.partner finding out, as long as I have your baby.",
"If I get pregnant, I know it's meant to be.",
"This is the ultimate way for us to be connected forever."
]>>
<<else>>
<<set _after to [
"I don't care if I get pregnant, I just can't get enough of you.",
"Oh my god, that was amazing. I hope I'm pregnant now.",
"I want to feel your baby growing inside me.",
"I can feel your cum deep inside me.",
"I'll do whatever it takes to make sure you impregnate me.",
"You can have me whenever you want, even if I'm pregnant.",
"This is the ultimate way for us to be connected forever.",
"If I get pregnant, I know it's meant to be."
]>>
<</if>>
<<elseif _bbydesire is 4>> /%want a baby%/
<<if _char.partner isnot "">> /%Has a partner%/
<<set _after to [
"I just can't handle the thought of having another man's child, but...",
"I haven't been with my husband in so long, I forgot what it feels like to get filled up like this.",
"Oh god, I want _char.partner's baby, not yours.",
"Look at how much cum is in me...",
"If I get pregnant, I'll know who the father is...",
"I hope you didn't just put YOUR baby in me.",
"Oh god, we're being so reckless.",
"You can't keep cumming in me, I want _char.partner's baby, not yours.",
"You're gonna get me pregnant is you keep cumming inside..."
]>>
<<else>>
<<set _after to [
"Look at how much cum is in me...",
"If I get pregnant, at least I'll know who the father is...",
"You might've just put a baby in me.",
"Oh god, we're being so reckless.",
"You're gonna get me pregnant soon if this continues."
]>>
<</if>>
<<elseif _bbydesire is 3>> /%Doesn't mind getting pregnant%/
<<if _char.partner isnot "">> /%Has a partner%/
<<set _after to [
"Oh, I really hope I don't get pregnant.",
"I'm not on birth control, so let's be careful next time.",
"I'll take an emergency contraceptive, just to be safe.",
"I can't afford to have a baby right now.",
"We should have used protection.",
"I really hope we didn't just make a big mistake.",
"I wasn't ready to have a baby.",
"Oh god I hope you didn't just put a baby in me.",
"I don't want a baby with anyone but my partner, this was a huge mistake.",
"I'm such a terrible person.",
"I can't believe I let you fill me up like that.",
"I hope _char.partner doesn't notice your cum in my pussy.",
"I feel like such a slut."
]>>
<<else>>
<<set _after to [
"Oh, I really hope I don't get pregnant.",
"I'm not on birth control, so let's be careful next time.",
"I'll take an emergency contraceptive, just to be safe.",
"I can't afford to have a baby right now.",
"We should have used protection.",
"I really hope we didn't just make a big mistake.",
"I can't believe I let you fill me up like that.",
"I feel like such a slut."
]>>
<</if>>
<<elseif _bbydesire is 2>> /%would like to not pregnant%/
<<if _char.partner isnot "">> /%Has a partner%/
<<set _after to [
"Oh my God, what have we done...",
"I really can't get pregnant right now, my husband would leave me.",
"I can't believe I cheated on _char.partner, what if I get pregnant?",
"I can't believe I risked everything for this moment.",
"I can't believe I let my guard down like that, I could get pregnant now.",
"I can't believe I let him do that to me.",
"I feel so guilty, but it felt so good.",
"I hope I don't get pregnant.",
"I can't believe I enjoyed it.",
"I can't believe I let you do that without a condom.",
"I hope I don't have to explain a pregnancy to my husband."
]>>
<<else>>
<<set _after to [
"Oh my God, what have we done...",
"I really can't get pregnant right now, my husband would leave me.",
"I can't believe I cheated on _char.partner, what if I get pregnant?",
"I can't believe I risked everything for this moment.",
"I can't believe I let my guard down like that, I could get pregnant now.",
"I can't believe I let him do that to me.",
"I feel so guilty, but it felt so good.",
"I hope I don't get pregnant.",
"I can't believe I enjoyed it.",
"I can't believe I let you do that without a condom.",
"I hope I don't have to explain a pregnancy to my husband." ,
"Oh god I hope you didn't just put a baby in me."
]>>
<</if>>
<<else>>
<<if _char.partner isnot "">> /%Has a partner%/
<<set _after to [
"What have I done?",
"I can't believe I betrayed _char.partner like this.",
"I can't believe I cheated on _char.partner like this.",
"I hope I don't have to explain a pregnancy to my husband.",
"Fuck we're being so reckless"
]>>
<<else>>
<<set _after to [
"I really need to get on birth control, I can't afford to have a baby right now.",
"I can't believe I just did that, I don't even know if I'm ovulating.",
"I can't believe I let my guard down like that, I could be pregnant now.",
"Oh god you came so much, I need to get a plan B real quick.",
"Oh god, we're being so reckless."
]>>
<</if>>
<</if>>/* Closing if for if _char.bbydesire is 5*/
<</if>>/* Closing if for if _char.bcs is 0 */
<<dialog _char "<<print _after.random()>>" _name _pic>>
<</widget>>
<<widget "man_aftercreampie">>
<<set _char to $args[0]>>
<<set _after to [
"That was amazing.",
"You feel so good.",
"I can't believe how tight you are.",
"I'm sorry, it just felt so good.",
"You're so sexy, I couldn't resist.",
"I hope you don't mind.",
"I couldn't help myself.",
"I didn't mean to get carried away.",
"I'll be more careful next time.",
"I'll make sure it doesn't happen again."
]>>
<<set _after_joke to [
"Looks like we're going to have to start picking out baby names.",
"Guess we'll have to cancel our plans for the next nine months.",
"I think I just gave you a little something extra.",
"Well, that's one way to make sure you won't be wearing a bikini this summer.",
"Congratulations, we're officially trying for a baby now.",
"I hope you're ready for a little bundle of joy.",
"Looks like we'll be joining the parents club sooner than we thought.",
"I think I just planted a seed for a future mini-me.",
"Looks like we'll be starting our own family tree.",
"I hope you're ready for some morning sickness and cravings.",
"Well, that's one way to guarantee a future together.",
"I think we just made a little miracle happen.",
"Looks like we'll be trading in our late nights for late night feedings.",
"I guess we'll have to start saving up for diapers now."
]>>
<<set _after_crazy to [
"I can't believe I just did that. Your partner is in for a surprise.",
"I feel bad for your partner, but I can't help how I feel about you.",
"Your partner won't know what hit them. I'm not sorry at all.",
"I know I shouldn't have done that, but I couldn't resist you.",
"I feel guilty for your partner, but I can't deny that I enjoyed every moment.",
"I know I'm wrong, but I can't help but feel satisfied right now.",
"I feel bad for your partner, but I can't deny that I wanted this.",
"I want to make sure you have a piece of me with you always.",
"I know you probably shouldn't, but I can't help but want to make you mine.",
"I have to admit, I love the idea of you carrying my baby.",
"I know this may complicate things, but I can't help but want to give you a child.",
"I can't wait to see a little version of us running around.",
"I hope you don't mind if I leave a lasting mark on you.",
"I know it's wrong, but I can't help but want to plant my seed in you.",
"I want to make sure you remember me, even when you're with him.",
"I want to be the one who gives you a child, not him.",
"I hope you understand how much I want to impregnate you.",
"I want to be the father of your child, not just your lover.",
"I know I shouldn't, but I can't help but want to make you mine in every way.",
"I hope you're ready to have my baby, because I can't hold back any longer.",
"I hope I'm not overstepping, but I want to give you something that belongs to just us.",
"I know this may cause complications, but I can't help but want to impregnate you.",
"I want to leave my mark on you, in the form of a child.",
]>>
<<set _after_wow to [
"I can't wait to see you pregnant with my baby.",
"I hope your partner never finds out about this, I want you all to myself.",
"I want to keep making you my breeding slut every chance we get.",
"I don't care about your partner, I just want to keep filling you up.",
"I know you're cheating, but I can't resist making you mine in every way.",
"Let's keep this our little secret, I want to keep impregnating you.",
"I'm going to keep making you my breeding whore whenever I want.",
"I know you're with someone else, but I want you to bear my children.",
"I can't wait to see how many babies I can put in you behind your partner's back."
]>>
<<dialog _char "<<print _after.random()>>">>
<</widget>>
<<widget "man_duringsex">>
<<set _char to $args[0]>>
<<set _manduringsex to [
"This feels~ohh, fuck! I'm gonna nut real fast like this.",
"Your body is amazing.",
"You're so sexy.",
"You're so tight.",
"I could do this all night.",
"Your moans are turning me on.",
"You're so wet.",
"I wanna do this again and again.",
"Your body is perfect.",
"You're a goddess in bed.",
"Your curves are driving me crazy.",
"I want to feel you everywhere.",
"Oohh yeahhh, baby!",
"You're incredible.",
"Your body is perfection.",
"You're so hot, it's insane.",
"I want to make you cum like crazy."
]>>
<<dialog _char "<<print _manduringsex.random()>>">>
<</widget>>
<<widget "woman_duringsex">>
<<set _char to $args[0]>>
<<set _name to $args[1]>>
<<set _pic to $args[2]>>
<<set _womanduringsex to [
"Oh you're fucking me so good.",
"Oh god, that feels so good.",
"Harder, faster.",
"Yes, yes, yes!",
"You're making me feel amazing.",
"Just like that, keep going.",
"I can't get enough of you.",
"I love the way you're touching me.",
"I'm so turned on.",
"Do you like it when I do this?",
"You're incredible at this.",
"I can't believe how good this feels.",
"You're making me lose control.",
"You have no idea how good you feel.",
"I want you to make me scream.",
"I'm so turned on by you.",
"Don't stop, I'm almost there.",
"I love you, don't stop fucking me.",
"Don't stop.",
"I want to feel your lips all over me.",
"Your cock is stretching me so much."
]>>
<<dialog _char "<<print _womanduringsex.random()>>" _name _pic>>
<</widget>>
<<widget "woman_duringsex_moans">>
<<set _char to $args[0]>>
<<set _mode to $args[1]>>
<<set _name to $args[2]>>
<<set _pic to $args[3]>>
<<if _mode is "rough">>
<<set _womanduringsex to [
"Yes... yes... YES!",
"Ah!",
"Oh!",
"Mmm!",
"Ohh!",
"Hmmph!",
"Ugh!",
"Yes!",
"Oh, God!",
"Please don't stop.",
"Don't hold back, take what you want.",
"Æãäëéüğĥřŗ.",
"Yes! Right there..."
]>>
<<dialog _char "<<print _womanduringsex.random()>>" _name _pic>>
<<elseif _mode is "blowjob">>
<<set _womanduringsex to [
"Mmmphh",
"(Slurp)",
"(Gag)",
"Ah",
"Hmm",
"(Slosh)",
"(Suck)",
"(Moan)",
"Hmm!"
]>>
<<dialog _char "<<print _womanduringsex.random()>>" _name _pic>>
<<elseif _mode is "panting">>
<<set _womanduringsex to [
"Ahh... Ahh... Ahh...",
"Ohh... Ohh... Ohh...",
"Yes... Yes... Yes...",
"Mmm... Mmm... Mmm...",
"Hmm... Ah... Hmm...",
"More... More... More...",
"Oh, $player.name1... Ahhh... Ohh..."
]>>
<<dialog _char "<<print _womanduringsex.random()>>" _name _pic>>
<<else>>
<<set _womanduringsex to [
"Mmm-ahh.",
"A-aahh...",
"Ahn...",
"A-a-ahhmmn.",
"Ah. Ah.",
"Mmmm-mmh",
"Nnmm...",
"Ohh... Ahh",
"Mmmph!",
"Ooh, wah-ah-ah-ah!",
"Ooooh..."
]>>
<<dialog _char "<<print _womanduringsex.random()>>" _name _pic>>
<</if>>
<</widget>>
<<widget "cum_warning">>
<<set _char to $args[0]>>
<<set _cumwarning to [
"I'm gonna cum! I'm gonna cum!",
"I'm getting close.",
"Oh, you feel so good. I'm gonna cum soon.",
"I'm about to come.",
"I'm going to explode.",
"I can't hold it back any longer. I'm cumming!",
"I'm almost there.",
"I'm going to come soon.",
"I'm almost there baby.",
"I'm almost there, just a little longer.",
"You're making me feel so good, I can't hold back. I'm about to-",
"I'm going to cum with everything I've got."
]>>
<<dialog _char "<<print _cumwarning.random()>>">>
<</widget>>
<<widget "cum_man_during">>
<<set _char to $args[0]>>
<<set _mode to $args[1]>>
<<if _mode is "inside">>
<<set _cumduring to [
"Oh lord, you're so tight, I can't stop cumming.",
"Oh god! I'm filling you up.",
"Fuuuuuuuck, I'm cumming so deep inside you.",
"Oh fuck I'm still cumming.",
"Nghhhh!!!",
"Cooooominggggg!",
"Oh yeah, I'm busting my nut right in there... Ooooh.",
"Oh fuck (spurt), there's still (spurt) more to (spurtttttttt) cum.",
"HGGGGNNNNHHHHGGGGNNNNN!",
"(Grunt) Arggghhhhhh!",
"Fuuuuuuuck-uh!"
]>>
<<else>>
<<set _cumduring to [
"Ah ah ohh ahh ooo ohhh hah.",
"Nghhhh!",
"Cooooominggggg!",
"Oh fuck (spurt), there's still (spurt) more to (spurtttttttt) cum.",
"HGGGGNNNNHHHHGGGGNNNNN!",
"(Grunt) Arggghhhhhh!",
"Fuuuuuuuck-uh!"
]>>
<</if>>
<<dialog _char "<<print _cumduring.random()>>">>
<</widget>>
<<widget "woman_cumlocation">>
<<set _char to $args[0]>>
<<set _cumloc to $args[1]>>
<<set _name to $args[2]>>
<<set _pic to $args[3]>>
<<if _cumloc is "in">>
<<set _cumduring to [
"I don't want any mess, just cum inside.",
"Don't hold back. I want you to finish inside me.",
"Give it to me, fill me up.",
"Just let go and let it all out inside me.",
"I want to feel you pulsing inside me as you climax.",
"I need you to finish inside me, it's all I can think about.",
"Give me everything you've got and cum inside me.",
"Please, please cum inside me. I want to feel connected to you.",
"I want you to finish inside me and make me yours completely.",
"Don't worry about a thing, just focus on finishing inside me.",
"I want you to leave your mark inside me, finish with all you've got.",
"I want to feel your warmth and love inside me, please let it out all in me."
]>>
<<elseif _cumloc is "out">>
<<set _cumduring to [
"Wait, pull out, I don't want it inside me.",
"I don't want to risk getting pregnant, please cum outside.",
"I don't want to clean up a mess, please pull out.",
"Please don't cum inside, I'm not on birth control.",
"I'm not ready to have kids, pull out before you ejaculate.",
"Not inside me, please. Pull out.",
"Do you mind ejaculating outside of me?",
"I don't want to ruin the moment, but could you finish somewhere else? like not in me."
]>>
<<else>>
<<set _cumduring to [
"Okay!",
"Please!",
"Do it!",
"Me too!",
"Let's come together!",
"Really?",
"OhmygodOhmygodOhmygodOhmygod."
]>>
<</if>>
<<dialog _char "<<print _cumduring.random()>>" _name _pic>>
<</widget>>
<<widget "male_grunt">>
<<set _malesounds to [
"(<i>deep moan</i>) Mmrrrrr",
"(<i>softly</i>) Ahhhh",
"(<i>panting</i>) Mmm… Uuuuh",
"(<i>gasping for air</i>) Aaaaah",
"(<i>throaty and husky</i>)",
"(<i>low growling moan</i>)",
"Hahhh-ahhh",
"(<i>choked out, between thrusts</i>) Gnaaah",
"(<i>urgently</i>) Mmmmmm, Aahhh",
"(<i>whisperingly</i>) Mmmm…",
"(<i>estatically</i>) Yeaaaahh, Uuhhhh",
"(<i>slurred</i>) Wwwhhhhaaaa",
"Owwww-ah"
]>>
<<print _malesounds.random() + ".">>
<</widget>>
<<widget "male_cunnilingus">>
<<set _malesounds to [
"Mlmmm, Sluurp",
"Mlem mlem",
"Slurp slurp",
"Mmmm, Aahh",
"(<i>Flick flick</i>)"
]>>
<<print _malesounds.random() + ".">>
<</widget>>
<</nobr>><<nobr>>
<<widget "limitplusupdate" >>
<<set _char to $args[0]>>
<<if $args[1] !== undefined && $args[1] !== null>>
<<set _action to $args[1]>>
<<else>>
<<set _action to "sex">>
<</if>>
<<add_lust_duringsex _char>>
<<sex_limit "ongoing">>
<<update_sdet _char "add" _action>>
<</widget>>
<<widget "sex_limit">>/*For sex, to start, ongoing, and stop. start calculates how many rounds the player can go, ongoing is rounds -1, and stop is redundant (like start, to calculate $playervar.var6) AND adds sex skill by 1.*/
<<set _status to $args[0]>>
<<if _status is "start">>
<<set _temp to 0>>
<<set _temp to Math.clamp($player.sexskill,0,100)>>
<<if _temp lte 20>>
<<set $playervar.var6 to 1>>
<<elseif _temp gt 20 and _temp lte 40>>
<<set $playervar.var6 to 2>>
<<elseif _temp gt 40 and _temp lte 60>>
<<set $playervar.var6 to 3>>
<<elseif _temp gt 60 and _temp lte 80>>
<<set $playervar.var6 to 4>>
<<else>>
<<set $playervar.var6 to 5>>
<</if>>
<<set $playervar.var6 +=1>>
<<elseif _status is "stop">>
<<set _temp to Math.clamp($player.sexskill/100,0,100)>>
<<set _sexskill to $player.sexskill>>
<<set _sexskillgained to 0>>
<<if _temp lte 20>>
<<set $playervar.var6 to 1>>
<<elseif _temp gt 20 and _temp lte 40>>
<<set $playervar.var6 to 2>>
<<elseif _temp gt 40 and _temp lte 60>>
<<set $playervar.var6 to 3>>
<<elseif _temp gt 60 and _temp lte 80>>
<<set $playervar.var6 to 4>>
<<else>>
<<set $playervar.var6 to 5>>
<</if>>
<<set $playervar.var6 +=1>>/*number of turns/actions possible during sex.*/
<<if _sexskill lte 20>>
<<set _sexskillgained to 1>>
<<elseif _sexskill gt 20 and _sexskill lte 40>>
<<set _sexskillgained to 0.8>>
<<elseif _sexskill gt 40 and _sexskill lte 60>>
<<set _sexskillgained to 0.6>>
<<elseif _sexskill gt 60 and _sexskill lte 80>>
<<set _sexskillgained to 0.4>>
<<elseif _sexskill gt 80 and _sexskill lte 100>>
<<set _sexskillgained to 0.2>>
<<else>>
<<set _sexskillgained to 0.1>>
<</if>>
<<set $player.sexskill to Math.clamp($player.sexskill+_sexskillgained,0,100)>>
<<addstress -5>>
<<elseif _status is "ongoing">>
<<if $cheat.infinitesexturn or $cheat.infinitesexturn is true>>
<<set $playervar.var6 =99>>
<<else>>
<<set $playervar.var6 -=1>>
<</if>>
<</if>>/*Closing for (if _status is "start")*/
<</widget>>
<<widget "check_daily">>/*looks like a bit outdated, and unused. i'll keep it anyway.*/
<<set _char to $args[0]>>
<<set _whattocheck to $args[1]>>
<<if _char.daily.sex isnot $gameDate.getDate()>>/*Automatically returns 0 if no sex for the day and set "count" to zero*/
<<set _char.daily.sex to $gameDate.getDate()>>
<<set _char.daily.count.blowjob to 0>>
<<set _char.daily.count.tities to 0>>
<<set _char.daily.count.cunnilingus to 0>>
<<set _char.daily.count.kiss to 0>>
<<set _char.daily.count.vaginal to 0>>
<<set _char.daily.count.anal to 0>>
<<print 0>>
<<else>>
<<if _whattocheck is "blowjob">>
<<print _char.daily.count.blowjob>>
<<elseif _whattocheck is "tities">>
<<print _char.daily.count.tities>>
<<elseif _whattocheck is "cunnilingus">>
<<print _char.daily.count.cunnilingus>>
<<elseif _whattocheck is "vaginal">>
<<print _char.daily.count.vaginal>>
<<elseif _whattocheck is "anal">>
<<print _char.daily.count.anal>>
<<else>>
<<print 1>>
<</if>>
<</if>>
<</widget>>
<<widget "update_sdet">>
<<set _generalsdet to $generalsdet>>
<<set _char to $args[0]>>
<<set _mode to $args[1]>> /*start/add/stop*/
<<if $args[2] !== undefined && $args[2] !== null>>
<<set _action to $args[2]>>/*blowjob/sex/cunnilingus/stop*/
<<else>>
<<set _action to "sex">>/*blowjob/sex/cunnilingus/stop*/
<</if>>
<<if _mode is "start">>
<<set _generalsdet.sex to 0, _generalsdet.blowjob to 0, _generalsdet.tities to 0, _generalsdet.cunnilingus to 0, _generalsdet.kiss to 0, _generalsdet.vaginal to 0, _generalsdet.anal to 0>>
<<if _char.daily.sex isnot $gameDate.getDate()>>
<<set _char.daily.sex to $gameDate.getDate()>>
<<set _char.daily.count.blowjob to 0>>
<<set _char.daily.count.tities to 0>>
<<set _char.daily.count.cunnilingus to 0>>
<<set _char.daily.count.kiss to 0>>
<<set _char.daily.count.vaginal to 0>>
<<set _char.daily.count.anal to 0>>
<</if>>
<<elseif _mode is "add">>
<<if _action is "sex">>
<<set _generalsdet.sex += 1>>
<<elseif _action is "blowjob">>
<<set _generalsdet.blowjob += 1>>
<<elseif _action is "tities">>
<<set _generalsdet.tities += 1>>
<<elseif _action is "cunnilingus">>
<<set _generalsdet.cunnilingus += 1>>
<<elseif _action is "kiss">>
<<set _generalsdet.kiss += 1>>
<<elseif _action is "vaginal">>
<<set _generalsdet.vaginal += 1>>
<<elseif _action is "anal">>
<<set _generalsdet.anal += 1>>
<</if>>
<<elseif _mode is "stop">>
<<add_corruption _char 0>>/*for corruption increase , the "0" is the penalty. how much corruption is gained depends on the sex skill.*/
<<set _char.sdet.blowjob += Math.clamp(_generalsdet.blowjob , 0, 1)>>
<<set _char.sdet.tities += Math.clamp( _generalsdet.tities, 0, 1)>>
<<set _char.sdet.cunnilingus += Math.clamp(_generalsdet.cunnilingus , 0, 1)>>
<<set _char.sdet.kiss += Math.clamp(_generalsdet.kiss , 0, 1)>>
<<set _char.sdet.vaginal += Math.clamp(_generalsdet.vaginal , 0, 1)>>
<<set _char.sdet.anal += Math.clamp(_generalsdet.anal , 0, 1)>>
<<set _char.sdet.sex += Math.clamp(Math.max(_generalsdet.sex, _generalsdet.blowjob, _generalsdet.tities, _generalsdet.cunnilingus, _generalsdet.kiss, _generalsdet.vaginal, _generalsdet.anal), 0, 1)>>
<<if $girl1.daily.sex is $gameDate.getDate()>>
<<set _char.daily.count.blowjob += Math.clamp(_generalsdet.blowjob , 0, 1)>>
<<set _char.daily.count.tities += Math.clamp( _generalsdet.tities, 0, 1)>>
<<set _char.daily.count.cunnilingus += Math.clamp(_generalsdet.cunnilingus , 0, 1)>>
<<set _char.daily.count.kiss += Math.clamp(_generalsdet.kiss , 0, 1)>>
<<set _char.daily.count.vaginal += Math.clamp(_generalsdet.vaginal , 0, 1)>>
<<set _char.daily.count.anal += Math.clamp(_generalsdet.anal , 0, 1)>>
<</if>>
<<set _generalsdet.sex to 0, _generalsdet.blowjob to 0, _generalsdet.tities to 0, _generalsdet.cunnilingus to 0, _generalsdet.kiss to 0, _generalsdet.vaginal to 0, _generalsdet.anal to 0>>
<<set _temp91995 to Math.max(_char.sdet.sex, _char.sdet.kiss, _char.sdet.vaginal, _char.sdet.anal, _char.sdet.climax)>>
/% add base_lust by 1 if base_lust has higher value than any stats in sdet.%/
<<if _char.base_lust gte _temp91995>>
<<addbaselust _char 1>>
<<else>>
<<set _char.base_lust to _temp9995>> /*this is correct, do not delete this.*/
<</if>>
<</if>>
<</widget>>
<</nobr>><<nobr>>
<<widget "impreg2">> /%take $girl<#> and penalty: for half spurts or something where the chances are lower by percentage, eg 50 will cause chances to go 50 percent lower (higher, but you know what i mean.)%/
<<script>>
let girl = State.temporary.reserved_temp_for_impreg;
let penalty = State.temporary.reserved_temp_for_impreg_penalty;
State.temporary.char = State.variables[girl];
<</script>>
<<set _char.sdet.creampie +=1, _penalty to 0>>
<<if _penalty == undefined || _penalty == null>>
<<set _penalty to 0>>
<</if>>
<<set _adjusted_stress to 100 - $player.stress>>
<<set _player_fertility1 to ( (0.45* $player.fitness) + (0.45*_adjusted_stress))>>
<<set _player_fertility to 10 + _player_fertility1>>
<<if Number.isInteger($playervar.var11)>>/*bonus fertility*/
<<set $playervar.var11 to Math.clamp ($playervar.var11, 0, 100)>>
<<set _player_fertility to _player_fertility + $playervar.var11>>
<</if>>
<<if _char.pregdetails[0] - $gameDate.getDate() is 0 and _char.pregdetails[1] - $gameDate.getMonth() is 0 and _char.pregdetails[2] - $gameDate.getYear() is 0>>/*to check when allie got pregnant. day, month, year*/
<<set _pregrecent to true>>
<<else>>
<<set _pregrecent to false>>
<</if>>
<<if _char.preg is 1 and !_pregrecent>>
_char.name1 is already pregnant.<br>
<<if _char.var.var2 is 1878945>>/*this character has announced that they are pregnant/you know that they are pregnant.*/
_char.name1 is already pregnant.<br>
<</if>>
<<else>>
<<set _cycleLength = 28>>
<<set _currentDay = $gameDate.getDate()>>
<<set _daysSinceOvulation = (_currentDay - _char.odate + _cycleLength) % _cycleLength>>
<<set _random to $gvar.var3>>
<<set _beforepenalty = _random - Math.clamp((_player_fertility/5),0,20) - _char.sdet.creampie_today>> /%*LOWER IS BETTER* randomchance - player fertility - number of times girl is creampied today.%/
<<set _spermplusluck = _beforepenalty * (1 + (_penalty/100))>>
<<if _char.bcs is 1>>/%if girl is on birth control%/
<<set _fertilityLevel to -50>>
<<else>>/%if girl is not on birth control%/
<<if _daysSinceOvulation lte 5 or _daysSinceOvulation gte 23>>
<<if _daysSinceOvulation == 0>>
<<set _fertilityLevel = 30>>
<<else>>
<<set _fertilityLevel = 20>>
<</if>>
<<else>>
<<set _fertilityLevel to 1>>
<</if>>
<<set _fertilityLevel += _char.sdet.fertilitybon>>
<</if>>
<<if _spermplusluck lte _fertilityLevel>>
<<if $cheat.preg_chance>>
<div style="border: thin solid white; border-radius: 8px; padding:10px; margin:10px;">
<<print _random>>(Luck) - <<print Math.clamp((_player_fertility/5),0,20)>>(your fertility) - <<print _char.sdet.creampie_today>>(the volume of cum inside _char.name1 ) <b>=</b> <<print _beforepenalty>><br>
The penalty is: _penalty (after penalty the chances are: <<print _spermplusluck>>)<br>
_char.name1 ovulation date : _char.odate<br>
Today's date is: <<print $gameDate.getDate()>>.<br>
/*Last creampie date: <<print _char.sdet.last_creampie_date>><br>*/
_char.name1's final fertility is _fertilityLevel.<br>
Fertilization: <<if _spermplusluck lte _fertilityLevel>>True<<else>>False<</if>><br>
</div>
<</if>>
<br>Mission... accomplished!
<<if _char.sdet.childwp is 0>>
You've impregnated _char.name1, _char.age years old, for the first time.
<<else>>
You've impregnated _char.name1, _char.age years old, for the <<print setup.ordinal(_char.sdet.childwp)>> time.
<</if>>
<br><br>
<video autoplay loop muted><source src="images/GPG1O/fert/bullseye_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br>
<<else>>
<<if $cheat.preg_chance>>
<div style="border: thin solid white; border-radius: 8px; padding:10px; margin:10px;">
<<print _random>>(Luck) - <<print Math.clamp((_player_fertility/5),0,20)>>(your fertility) - <<print _char.sdet.creampie_today>>(the volume of cum inside _char.name1 ) <b>=</b> <<print _beforepenalty>><br>
The penalty is: _penalty (after penalty the chances are: <<print _spermplusluck>>)<br>
_char.name1 ovulation date : _char.odate<br>
Today's date is: <<print $gameDate.getDate()>>.<br>
/*Last creampie date: <<print _char.sdet.last_creampie_date>><br>*/
_char.name1's final fertility is _fertilityLevel.<br>
Fertilization: <<if _spermplusluck lte _fertilityLevel>>True<<else>>False<</if>><br>
</div>
<<else>>
<div style="text-align: center;">*White screen of nothingness.*</div>
<</if>>
<</if>>
<</if>>
<</widget>>
<<widget "impreg">> /%take $girl<#> and penalty: for half spurts or something where the chances are lower by percentage, eg 50 will cause chances to go 50 percent lower (higher, but you know what i mean.)%/
<<set $gvar.var5 to $args[0]>>
<<set _char to $args[0]>>
<<set _char.sdet.creampie +=1, _penalty to 0>>
<<if $args[1] !== undefined && $args[1] !== null>>
<<set _penalty to $args[1]>>
<<else>>
<<set _penalty to 0>>
<</if>>
<<set _reserved_temp_for_impreg_penalty to _penalty>>/*For impreg2*/
<<script>>/*For impreg2 to find out the object name.*/
State.temporary.reserved_temp_for_impreg = findVariableName(State.temporary.char);
<</script>>
<<if _char.sdet.last_creampie_date is $gameDate.getDate()>>
<<set _char.sdet.creampie_today+=1>>
<<else>>
<<set _char.sdet.creampie_today to 1>>
<<set _char.sdet.last_creampie_date to $gameDate.getDate()>>
<</if>>
<<set _adjusted_stress to 100 - $player.stress>>
<<set _player_fertility1 to ( (0.45* $player.fitness) + (0.45*_adjusted_stress))>>
<<set _player_fertility to 10 + _player_fertility1>>
<<if Number.isInteger($playervar.var11)>>/*bonus fertility*/
<<set $playervar.var11 to Math.clamp ($playervar.var11, 0, 100)>>
<<set _player_fertility to _player_fertility + $playervar.var11>>
<</if>>
<<if _char.preg is 1>>
<<if _char.var.var2 is 1878945>>/*this character has announced that they are pregnant/you know that they are pregnant.*/
_char.name1 is already pregnant.<br>
<</if>>
<<else>>
<<set _cycleLength = 28>>
<<set _currentDay = $gameDate.getDate()>>
<<set _daysSinceOvulation = (_currentDay - $args[0].odate + _cycleLength) % _cycleLength>>
<<set _random to $gvar.var3>>
<<set _beforepenalty = _random - Math.clamp((_player_fertility/5),0,20) -$args[0].sdet.creampie_today>> /%*LOWER IS BETTER* randomchance - player fertility - number of times girl is creampied today.%/
<<set _spermplusluck = _beforepenalty * (1 + (_penalty/100))>>
<<if _char.bcs is 1>>/%if girl is on birth control%/
<<set _fertilityLevel to -50>>
<<else>>/%if girl is not on birth control%/
<<if _daysSinceOvulation lte 5 or _daysSinceOvulation gte 23>>
<<if _daysSinceOvulation == 0>>
<<set _fertilityLevel = 30>>
<<else>>
<<set _fertilityLevel = 20>>
<</if>>
<<else>>
<<set _fertilityLevel to 1>>
<</if>>
<<set _fertilityLevel += $args[0].sdet.fertilitybon>>
<</if>>
Your sperm is on their way to fertilize _char.name1's precious egg.<br><br>
<video autoplay loop muted><source src="images/GPG1O/fert/sperm_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br>
<<if _spermplusluck lte _fertilityLevel>>
/*<<set _char.sdet.childwp +=1>>
<<set _char.preg to 1>>
<<set _char.pregdetails[0] to $gameDate.getDate(), _char.pregdetails[1] to $gameDate.getMonth(), _char.pregdetails[2] to $gameDate.getYear()>> */
<br>
<</if>>
<<if $cheat.preg_chance>>
<div style="border: thin solid white; border-radius: 8px; padding:10px; margin:10px;">
Luck(<<print _random>>) - your fertility(<<print Math.clamp((_player_fertility/5),0,20)>>) - the volume of cum inside $args[0].name1 (<<print $args[0].sdet.creampie_today>>) <b>:</b> <<print _beforepenalty>><br>
The penalty is: _penalty (after penalty the chances are: <<print _spermplusluck>>)<br>
The ovulation date for $args[0].name1 is $args[0].odate<br>
Today's date is: <<print $gameDate.getDate()>>.<br>
Last creampie date: <<print $args[0].sdet.last_creampie_date>><br>
$args[0].name1's final fertility is _fertilityLevel.<br>
</div>
<</if>>
<</if>>
<</widget>>
<</nobr>><<nobr>>
<<widget "play_background_chatter">>
<<set _volume to 0.4>>
<<if $args[0] !== undefined && $args[0] !== null>>
<<set _volume to $args[0]>>
<</if>>
<<cacheaudio "chatter" "images/GPG1O/sound/chatter_background.opus">>
<<audio "chatter" play volume _volume loop>>/%play audio%/
<</widget>>
<<widget "playclubsong">>
<<set _tempday to $gameDate.getDay()>>
<<if _tempday is 1 or _tempday is 3>>
<<cacheaudio "clubsong" "images/GPG1O/sound/club/hard.opus">>
<<audio "clubsong" play volume 0.2 loop>>/%play audio%/
<<elseif _tempday is 5 or _tempday is 0>>
<<cacheaudio "clubsong" "images/GPG1O/sound/club/trippin.opus">>
<<audio "clubsong" play volume 0.2 loop>>/%play audio%/
<<elseif _tempday is 2>>
<<cacheaudio "clubsong" "images/GPG1O/sound/club/nightclub1.opus">>
<<audio "clubsong" play volume 0.2 loop>>/%play audio%/
<<elseif _tempday is 4>>
<<cacheaudio "clubsong" "images/GPG1O/sound/club/dontwait.opus">>
<<audio "clubsong" play volume 0.2 loop>>/%play audio%/
<<elseif _tempday is 6>>
<<cacheaudio "clubsong" "images/GPG1O/sound/club/nightclub2.opus">>
<<audio "clubsong" play volume 0.2 loop>>/%play audio%/
<<else>>
<<cacheaudio "clubsong" "images/GPG1O/sound/club/hard.opus">>
<<audio "clubsong" play volume 0.2 loop>>/%play audio%/
<</if>>
<</widget>>
<<widget "playspurt">>
<<cacheaudio "spurt" "images/GPG1O/sound/spurt1.opus">>
<<audio "spurt" play volume 1 >>/%play audio%/
<</widget>>
<<widget "playsexytime">>
<<cacheaudio "sexytime" "images/GPG1O/sound/sexytime2.m4a">>
<<audio "sexytime" play volume 0.5 loop>>/%play audio%/
<</widget>>
<<widget "playmidnight">>
<<cacheaudio "midnight" "images/GPG1O/sound/midnight.opus">>
<<audio "midnight" play volume 0.5 loop>>/%play audio%/
<</widget>>
<<widget "playreggae">>
<<cacheaudio "reggae" "images/GPG1O/sound/reggae.opus">>
<<audio "reggae" play volume 0.5 loop>>/%play audio%/
<</widget>>
<<widget "sound_subway_arrived">>
<<cacheaudio "subway_chime" "images/GPG1O/sound/subway_arrived.opus">>
<<audio "subway_chime" play volume 0.5>>/%play audio%/
<</widget>>
<</nobr>><<nobr>>
<<widget "add_fitness">>
<<set _penalty to 0>>
<<set _fitness to $player.fitness>>
<<if $args[1] !== undefined && $args[1] !== null>>
<<set _penalty to $args[1]>>
<</if>>
<<if _fitness lte 20>>
<<set _fitnessgained to 1>>
<<elseif _fitness gt 20 and _fitness lte 40>>
<<set _fitnessgained to 0.8>>
<<elseif _fitness gt 40 and _fitness lte 60>>
<<set _fitnessgained to 0.6>>
<<elseif _fitness gt 60 and _fitness lte 80>>
<<set _fitnessgained to 0.4>>
<<elseif _fitness gt 80 and _fitness lte 100>>
<<set _fitnessgained to 0.2>>
<<else>>
<<set _fitnessgained to 0.1>>
<</if>>
<<set _fitnessgained to _fitnessgained * (1 - (_penalty / 100))>>
<<set $player.fitness to Math.clamp($player.fitness+_fitnessgained,0,100)>>
<</widget>>
<<widget "addstress">>
<<set _stress to $args[0]>>
<<set $player.stress to Math.clamp($player.stress += _stress, 0 , 100)>>
<</widget>>
<<widget "add_love">>/*Add lust based on player's fitness. can also take penalty, similar to impreg (100 penalty equals to 0, and 0 means no effect on lust gain.)*/
<<set _char to $args[0]>>
<<set _loveplus to 0>>
<<set _penalty to 0>>
<<if $args[1] !== undefined && $args[1] !== null>>
<<set _penalty to $args[1]>>
<</if>>
<<if $player.fitness lte 5>>
<<set _loveplus to 0.5>>
<<elseif $player.fitness lte 10 and $player.fitness lte 20>>
<<set _loveplus to 1>>
<<elseif $player.fitness gt 20 and $player.fitness lte 40>>
<<set _loveplus to 1.5>>
<<elseif $player.fitness gt 40 and $player.fitness lte 60>>
<<set _loveplus to 2>>
<<elseif $player.fitness gt 60 and $player.fitness lte 80>>
<<set _loveplus to 2.5>>
<<elseif $player.fitness gt 80>>
<<set _loveplus to 3>>
<<else>>
<<set _loveplus to 2.5>>
<</if>>
<<set _loveplus to _loveplus * (1 - (_penalty / 100))>>
<<set _char.love += _loveplus>>
<<set _char.love to Math.clamp(_char.love, 0, 100)>>
<</widget>>
<<widget "add_lust_duringsex">>/*Add lust based on player's sex skill, only for sex. can also take penalty, similar to impreg (100 penalty equals to 0, and 0 means no effect on lust gain.)*/
<<set _char to $args[0]>>
<<set _penalty to 0>>
<<set _lustplus to 0>>
<<if $args[1] !== undefined && $args[1] !== null>>/*making sure that args[0] is not null*/
<<set _penalty to $args[1]>>
<</if>>
<<set _temp9995 to Math.max(_char.sdet.sex, _char.sdet.kiss, _char.sdet.vaginal, _char.sdet.anal, _char.sdet.climax)>>
<<if _char.base_lust gte _temp9995>>
/*nothing happens in this case, it remains the same*/
<<else>>
<<set _char.base_lust to _temp9995>> /*this is correct, do not delete this.*/
<</if>>
<<set _char.base_lust to Math.clamp(_char.base_lust, 0, 100)>> /*this is correct, do not delete this.*/
/* how much lust is gained based on players sex skills */
<<if $player.sexskill lte 20>>
<<set _lustplus to 1>>
<<elseif $player.sexskill gt 20 and $player.sexskill lte 40>>
<<set _lustplus to 2>>
<<elseif $player.sexskill gt 40 and $player.sexskill lte 60>>
<<set _lustplus to 3>>
<<elseif $player.sexskill gt 60 and $player.sexskill lte 80>>
<<set _lustplus to 4>>
<<elseif $player.sexskill gt 80>>
<<set _lustplus to 5>>
<</if>>
<<set _lustplus to _lustplus * (1 - (_penalty / 100))>>
<<if _char.lustdate is $gameDate.getDate()>>
<<set _char.lust += _lustplus>>
<<else>>
<<set _char.lust to _char.base_lust + _lustplus>>
<<set _char.lustdate to $gameDate.getDate()>>
<</if>>
<</widget>>
<<widget "add_lust">>/*Add lust based on player's fitness. can also take penalty, similar to impreg (100 penalty equals to 0, and 0 means no effect on lust gain.)*/
<<set _char to $args[0]>>
<<set _penalty to 0>>
<<set _lustplus to 0>>
<<if $args[1] !== undefined && $args[1] !== null>>
<<set _penalty to $args[1]>>
<</if>>
<<set _temp9995 to Math.max(_char.sdet.sex, _char.sdet.kiss, _char.sdet.vaginal, _char.sdet.anal, _char.sdet.climax)>>
<<if _char.base_lust gte _temp9995>>
/*nothing happens in this case, it remains the same*/
<<else>>
<<set _char.base_lust to _temp9995>> /*this is correct, do not delete this.*/
<</if>>
<<set _char.base_lust to Math.clamp(_char.base_lust, 0, 100)>> /*this is correct, do not delete this.*/
<<if $player.fitness lte 20>>
<<set _lustplus to 1>>
<<elseif $player.fitness gt 20 and $player.fitness lte 40>>
<<set _lustplus to 2>>
<<elseif $player.fitness gt 40 and $player.fitness lte 60>>
<<set _lustplus to 3>>
<<elseif $player.fitness gt 60 and $player.fitness lte 80>>
<<set _lustplus to 4>>
<<elseif $player.fitness gt 80>>
<<set _lustplus to 5>>
<</if>>
<<set _lustplus to _lustplus * (1 - (_penalty / 100))>>
<<if $args[0].lustdate is $gameDate.getDate()>>
<<set $args[0].lust += _lustplus>>
<<else>>
<<set $args[0].lust to _char.base_lust + _lustplus>>
<<set $args[0].lustdate to $gameDate.getDate()>>
<</if>>
<</widget>>
<<widget "add_corruption">>
<<set _char to $args[0]>>
<<set _penalty to 0>>
<<set _corplus to 0>>
<<if $args[1] !== undefined && $args[1] !== null>>
<<set _penalty to $args[1]>>
<</if>>
<<if $player.sexskill lte 20>>
<<set _corplus to 0.2>>
<<elseif $player.sexskill gt 20 and $player.sexskill lte 40>>
<<set _corplus to 0.4>>
<<elseif $player.sexskill gt 40 and $player.sexskill lte 60>>
<<set _corplus to 0.6>>
<<elseif $player.sexskill gt 60 and $player.sexskill lte 80>>
<<set _corplus to 0.8>>
<<elseif $player.sexskill gt 80>>
<<set _corplus to 1>>
<</if>>
<<set _corplus to _corplus * (1 - (_penalty / 100))>>
<<set _maxCorruption to ((_char.corruption_level + 1) * 10)>>
<<set _char.corruption to Math.clamp(_char.corruption + _corplus, 0, _maxCorruption)>>
<</widget>>
<<widget "addlove">>
<<set _char to $args[0], _amount to $args[1]>>
<<set _char.love to Math.clamp(_char.love += _amount, 0, 100)>>
<</widget>>
<<widget "addbaselust">>
<<set _char to $args[0], _amount to $args[1]>>
<<set _char.base_lust to Math.clamp(_char.base_lust += _amount, 0, 100)>>
<</widget>>
<<widget "addlust">>
<<set _char to $args[0], _amount to $args[1]>>
<<if _char.lustdate is $gameDate.getDate()>>
<<set _char.lust to Math.clamp(_char.lust += _amount, 0, 100)>>
<<else>>
<<set _char.lust to _char.base_lust + _amount>>
<<set _char.lustdate to $gameDate.getDate()>>
<</if>>
<</widget>>
<<widget "addcorruption">>
<<set _char to $args[0], _amount to $args[1]>>
<<set _char.corruption to Math.clamp(_char.corruption += _amount, 0, 100)>>
<</widget>>
<</nobr>><<nobr>>
<<if $act_1 is "sex_bedroom_1">>
<<set _cunnilingus to ["cunnilingus1_1", "cunnilingus1_2" ]>>
<<set _blowjob to ["blowjob1_1", "blowjob1_2" ]>>
<<set _sex1 to ["sex1_1", "sex1_2", "sex1_3", "sex1_4"]>>
<<set _sex2 to ["sex2_1", "sex2_2", "sex2_3"]>>
<<if $act_2 is "">>
I COULD PERFORM ANY NEEDED CHECKS HERE.<br><br>
<<button "Sex" $act4>><<set $act_2 to "sex1">><</button>>
<<elseif $act_2 is "cunnilingus1_1">>
<<set $playervar.var6 +=1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/oral_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $girl1 "cunnilingus" $player.name1>><br>
<<dialog $player "<<male_cunnilingus>>">><br>
<<elseif $act_2 is "cunnilingus1_2">>
<<set $playervar.var6 +=1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/oral_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Oooh yeah, oh god, just like that $player.name1.">><br>
<<dialog $player "<<male_cunnilingus>>">><br>
<<elseif $act_2 is "blowjob_initial">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/bj_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "oral" $girl1.name1>><br>
<<elseif $act_2 is "blowjob1_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/bj_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "oral" $girl1.name1>><br>
<<elseif $act_2 is "blowjob1_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/bj_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "oral" $girl1.name1>><br>
<<elseif $act_2 is "sex1_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/front_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "A-ahh, oo-oohh!">><br>
<<during_sex_compliment $player "pussy" $girl1.name1>><br>
<<elseif $act_2 is "sex1_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/front_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1 "normal">><br>
<<dialog $player "<<male_grunt>>">><br>
<<elseif $act_2 is "sex1_3">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/front_4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1 "panting">><br>
<<dialog $player "<<male_grunt>>">><br>
<<elseif $act_2 is "sex1_4">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/front_5.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "pussy" $girl1.name1>><br>
<<dialog $girl1 "Aahhh, keep fuck me $player.name1, don't stop.">><br>
<<elseif $act_2 is "sex2_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/reverse_cow_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "pussy" $girl1.name1>><br>
<<woman_duringsex_moans $girl1 "panting">><br>
<<elseif $act_2 is "sex2_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/reverse_cow_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "pussy" $girl1.name1>><br>
<<dialog $girl1 "I can feel how hard you are, $player.name1, does my pussy feel that good?">><br>
<<elseif $act_2 is "sex2_3">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/reverse_cow_3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "pussy" $girl1.name1>><br>
<<dialog $girl1 "Mhmmm, you like how I'm riding you?">><br>
<<dialog $player "Oh yes baby, you make me feel like I'm in heaven.">><br>
<<elseif $act_2 is "cum">>
<<cacheaudio "spurt" "images/GPG1O/sound/spurt1.opus">>
<<audio "spurt" play volume 1 >>/%play audio%/
<<if $act_4 is "stomach">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/cum_out_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "outside">><br>
<<dialog $girl1 "Ah, ahh-ah, mhmmm.">><br>
<<else>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/cum/allie_facial1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "outside">><br>
<<dialog $girl1 "Mmm, aah.">><br>
<</if>>
<<button "Clean up" $act4>>
<<audio ":playing" stop>>
<<update_sdet $girl1 "stop">>
<<sex_limit "stop">>
<<unset $tempvar>>
<<set $act to "include1_allie", $act2 to "leave_after_sex", $act_2 to "", $act_4 to "">>
<</button>>/*this is where i put the code for the afterwards and back. the if elses.*/
<<else>>
passsage: $act4<br>
$act1, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3>><</button>></span>
<</if>>
<<if $act_2 isnot "" and $act_2 isnot "cum">>
<<if $playervar.var6 gt 0>>
You're feeling all warm and fuzzy, with all your blood going to your dick. Your perception suffers, and everything looks like it's running on a slower framerate.<br><br>
<<set _girl to $girl1>>/*be sure to change the hashtag to the correct girl number*/
<<if $act_2 isnot "blowjob_initial">><<button "The blowjob option" $act4>><<set $tempvar.var4 to ($tempvar.var4 + 1) % _blowjob.length>><<set $act_2 to _blowjob[$tempvar.var4]>><<limitplusupdate _girl "blowjob">><</button>><</if>>
<<button "Cunnilingus" $act4>><<set $tempvar.var1 to ($tempvar.var1 + 1) % _cunnilingus.length>><<set $act_2 to _cunnilingus[$tempvar.var1]>><<limitplusupdate _girl "oral">><</button>>
<<button "Reverse Cowgirl" $act4>><<set $tempvar.var2 to ($tempvar.var2 + 1) % _sex2.length>><<set $act_2 to _sex2[$tempvar.var2]>><<limitplusupdate _girl "vaginal">><</button>>
<<button "Missionary" $act4>><<set $tempvar.var3 to ($tempvar.var3 + 1) % _sex1.length>><<set $act_2 to _sex1[$tempvar.var3]>><<limitplusupdate _girl "vaginal">><</button>>
<<if $cheat.cumwhenever or $cheat.cumwhenever is 1>>
<<button "Cum">>
<<replace #options>>
<<button "On her stomach" $act4>><<set $act_2 to "cum", $act_4 to "stomach">><</button>>
<<button "On her face" $act4>><<set $act_2 to "cum", $act_4 to "face">><</button>>
<</replace>>
<</button>>
<span id="options">
</span>
<</if>>
<<else>>
<<button "Cum">>
<<replace #options>>
<<button "On her stomach" $act4>><<set $act_2 to "cum", $act_4 to "stomach">><</button>>
<<button "On her face" $act4>><<set $act_2 to "cum", $act_4 to "face">><</button>>
<</replace>>
<</button>>
<span id="options">
</span>
<</if>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<<set $gvar.var7 to 0>>
<<set _g1e5 to $girl1.event.event5>>
<<set _tempday to $gameDate.getDay(), _temphour to $gameDate.getHours()>>
/% act holds the main event, act2 holds the subevents, act3 holds the background, act4 holds subevents variables, act5 holds the score, act_1 holds wine dranked amount, act_2 holds subevents vars%/
<<if $act3 is "hallway">>
<style>body {background-image: url("images/GPG1O/loca/apartment/apartment_hallway1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "livingroom">>
<style>body {background-image: url("images/GPG1O/loca/mchouse/livingroom_wide.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "bedroom">>
<style>body {background-image: url("images/GPG1O/loca/mchouse/bedroom_wide.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "wine_tasting">>
<style>body {background-image: url("images/GPG1O/loca/other/wine_tasting.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "winery">>
<style>body {background-image: url("images/GPG1O/loca/other/winery.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "beach">>
<style>body {background-image: url("images/GPG1O/loca/other/beach.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "street">>
<style>body {background-image: url("images/GPG1O/loca/other/street.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "bar">>
<style>body {background-image: url("images/GPG1O/loca/downtown/bar.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "on_the_road">>
<style>body {background-image: url("images/GPG1O/loca/other/on_the_road.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "scenic_road">>
<style>body {background-image: url("images/GPG1O/loca/other/scenic_road_1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "mall">>
<style>body {background-image: url("images/GPG1O/loca/mall.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "movie_theather">>
<style>body {background-image: url("images/GPG1O/loca/other/movie_theather.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "fast_food">>
<style>body {background-image: url("images/GPG1O/loca/other/fast_food.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "phone">>
<<= '<style>body {background-color: #' + "8DB600" + ';}</style>'>>
<<else>>
<<= '<style>body {background-color: #' + "000000" + ';}</style>'>>
<</if>>
<<if $act is "date1">>
<<if $act2 is "one">>
<<if _g1e5.completed is 0>>
<<if _g1e5.active is 0>>
<<set _g1e5.active to 1>>
<<set $girl1.nextevent.one.day to $gameDate.getDate()>>
<</if>>
<</if>>
<<check_nextevent $girl1>>
<<if (_tempday isnot 6 and _tempday isnot 0) and (_temphour gte 10 and _temphour lte 14)>>
<<set _timeappropriate to true>>
<</if>>
<<if $girl1.nextevent.one.status and _timeappropriate>>
<<set $act5 to 0, $act_1 to 0>>
<<dialog $player "Hey, wanna go out?">><br>
<<dialog $girl1 "Where to?">><br>
<<dialog $player "I don't know, just drive around and see stuff.">><br>
<<if $item.item30.quantity isnot 0>>
<<dialog $girl1 "Okay, I'll get prepared and come over later.">><br>
<<dialog $player "Cool.">><br>
<<button "Get dressed" "allie_first_creampie_sequence">><<set $act2 to "two_fix_1", $act3 to "bedroom">><</button>>
<<else>>
<<dialog $girl1 "Do you have a car?">><br>
<<dialog $player "No.">><br>
<<dialog $girl1 "How are we going to drive around then?">><br>
<<dialog $player "We can use <i>Over</i>.">><br>
<<dialog $girl1 "Err... no thanks.">><br>
<<dialog $player "Oh, okay. Bye.">><br>
<br><span id="back"><<button "No car, no date it seems like" "MCHOUSE">><<set $act to "hallway", $act_1 to "">><</button>></span>
<</if>>
<<else>>
<<dialog $player "Hey, wanna go out?">><br>
<<dialog $girl1 "Where to?">><br>
<<dialog $player "I don't know, just drive around and see stuff.">><br>
<<if !$girl1.nextevent.one.status>>
<<dialog $girl1 "We've already gone on one recently.">><br>
<<dialog $player "So?">><br>
<<dialog $girl1 "What'll the neighbours think if they see us going out together all the time?">><br>
<<dialog $player "We could ask them to join us.">><br>
<<dialog $girl1 "(<i>chuckles</i>) Not a fan of that. Ask again in around... $girl1.nextevent.one.detail.day day(s).">><br>
<br><span id="back"><<button "It's a solid no, one date a week it seems like." "MCHOUSE">><<set $act to "hallway", $act_1 to "">><</button>></span>
<<elseif _tempday is 0 or _tempday is 6>>
<<dialog $girl1 "I can't.">><br>
<<dialog $player "What? Why not?">><br>
<<dialog $girl1 "I'm hanging out with $girl1.partner today.">><br>
<br><span id="back"><<button "It's a no go" "MCHOUSE">><<set $act to "hallway", $act_1 to "">><</button>></span>
<<else>>
<<dialog $girl1 "I can't.">><br>
<<dialog $player "What? Why not?">><br>
<<if _temphour lt 10>>
<<dialog $girl1 "It's too early, I've got chores waiting for me. they’re giving me the <i>\"don’t forget about us\"</i> look.">><br>
<<else>>
<<dialog $girl1 "It's too late. I don't want to get home late.">><br>
<</if>>
<br><span id="back"><<button "It's a no" "MCHOUSE">><<set $act to "hallway", $act_1 to "">><</button>></span>
<</if>>
<</if>>
<<elseif $act2 is "two_fix_1">>
* Note: You could get more clothes at the mall.<br><br>
You dig through your closet for the right outfit for your date. You settle on: <br><br>
<div class="image-row">
<<if $item.item33.quantity gte 1>>
<div class="image-container2">
<<button'<img src="images/GPG1O/item/men_clothes_1.webp">' "allie_first_creampie_sequence">><<set $act2 to "two", $act4 to 1, $act5 -= 2>><</button>>
<div class="overlay-text2">Option 1</div>
</div>
<</if>>
<<if $item.item34.quantity gte 1>>
<div class="image-container2">
<<button'<img src="images/GPG1O/item/men_clothes_2.webp">' "allie_first_creampie_sequence">><<set $act2 to "two", $act4 to 2, $act5 += 1>><</button>>
<div class="overlay-text2">Option 2</div>
</div>
<</if>>
<<if $item.item35.quantity gte 1>>
<div class="image-container2">
<<button'<img src="images/GPG1O/item/men_clothes_3.webp">' "allie_first_creampie_sequence">><<set $act2 to "two", $act4 to 3, $act5 += 1>><</button>>
<div class="overlay-text2">Option 3</div>
</div>
<</if>>
<<if $item.item36.quantity gte 1>>
<div class="image-container2">
<<button'<img src="images/GPG1O/item/men_clothes_4.webp">' "allie_first_creampie_sequence">><<set $act2 to "two", $act4 to 4, $act5 += 2>><</button>>
<div class="overlay-text2">Option 4</div>
</div>
<</if>>
<<if $item.item37.quantity gte 1>>
<div class="image-container2">
<<button'<img src="images/GPG1O/item/men_clothes_5.webp">' "allie_first_creampie_sequence">><<set $act2 to "two", $act4 to 5, $act5 -= 5>><</button>>
<div class="overlay-text2">Option 5</div>
</div>
<</if>>
<<if $item.item38.quantity gte 1>>
<div class="image-container2">
<<button'<img src="images/GPG1O/item/men_clothes_6.webp">' "allie_first_creampie_sequence">><<set $act2 to "two", $act4 to 6>><</button>>
<div class="overlay-text2">Option 6</div>
</div>
<</if>>
<div class="image-container2">
<<button'<img src="images/GPG1O/item/men_clothes_default.webp">' "allie_first_creampie_sequence">><<set $act2 to "two", $act4 to 0>><</button>>
<div class="overlay-text2">Default option</div>
</div>
</div>
<<elseif $act2 is "two">>
<<addhours 1>>
Roughly an hour later, you hear a knock on your door. Opening it, you see $girl1.name1 standing there in a stylish crop top and white skirt, looking absolutely stunning.<br><br>
<img src="images/GPG1O/char/allie/attires/allie_attire_1.webp"><br><br>
<<dialog $player "<<= setup.synonym.amazement.random()>> You look absolutely incredible. My jaw's about to hit the floor.">><br>
<<if $act4 isnot 2 and $act4 isnot 3 and $act4 isnot 4 and $act4 isnot 0>>
<<dialog $girl1 "Thank you! You look... okay... too... That's what you're wearing?">><br>
<<dialog $player "Yeah, do I look bad? Should I change?">><br>
<<dialog $girl1 "No, you don't have to change, but if you feel like you should...">><br>
<<dialog $player "Nah, I okay with this. Let's get going!">><br>
<<else>>
<<if $act4 is 2>>
<<dialog $girl1 "Wow, you look dashing, are we going for a business meeting or something?">><br>
<<dialog $player "I spent quite a lot on this, so I'm wearing it proudly. ">><br>
<<dialog $girl1 "I wish you would've told me earlier, I feel a bit underdressed now.">><br>
<<dialog $player "No, you look amazing, should we get going?">><br>
<<dialog $girl1 "Let's go.">><br>
<<elseif $act4 is 0>>
<<dialog $girl1 "Thank you. You look like your usual self.">><br>
<<dialog $player "Yeah, I haven't had the chance to update my drawer. You should help me pick better clothes.">><br>
<<dialog $girl1 "We can definitely do that. Should we get going?">><br>
<<dialog $player "Yep.">><br>
<<elseif $act4 is 4>>
<<dialog $girl1 "Haha, you look great too.">><br>
<<dialog $player "Should we get going?">><br>
<<dialog $girl1 "Yeah, let's go.">><br>
<<else>>
<<dialog $girl1 "Thank you! You look great too.">><br>
<<dialog $player "Let's get going then!">><br>
<</if>>
<</if>>
<<button "To your car!" "allie_first_creampie_sequence">><<set $act2 to "two_fix_one", $act3 to "hallway">><</button>>
<<elseif $act2 is "two_fix_one">>
Before you start the date, you need to know that the little things matter. This can make or break the date. Continueing on, as you and $girl1.name1 head out to your car, you decide to:<br><br>
<<button "Walk in front of her" "allie_first_creampie_sequence">><<set $act2 to "three", $act_2 to "front", $act3 to "street">><</button>>
<<button "Walk next to her" "allie_first_creampie_sequence">><<set $act2 to "three", $act_2 to "side", $act3 to "street">><</button>>
<<elseif $act2 is "three">>
<<if $act_2 is "front">>
<<dialog $player "Oh I'm so excited to go out with you... —<i>You babbled as you walked in front of $girl1.name1</i>— ... and it's gonna be great!">><br>
<<dialog $girl1 "Yeah, where you are taking me anyway?">><br>
<<dialog $player "We go where our hearts tells us to!">><br>
<<dialog $girl1 "(<i>raises eyebrow</i>) Okay, if you say so. As long as you don't get us lost.">><br>
<<dialog $player "I won't, and even if I do, it's part of the adventure anyway.">><br>
<<else>>
<<set $act5 +=1>>
<<dialog $player "Oh I'm so excited to go out with you... —<i>You babbled as you walked next to $girl1.name1</i>— ... and it's gonna be great!">><br>
<<dialog $girl1 "You're making me excited too! Where you are taking me anyway?">><br>
<<dialog $player "We go where our hearts tells us to!">><br>
<<dialog $girl1 "(<i>raises eyebrow</i>) Okay, if you say so. As long as you don't get us lost.">><br>
<<dialog $player "I won't, and even if I do, it's part of the adventure anyway.">><br>
<</if>>
Some walking later, you're now approaching your car. As you get closer, you decide to:<br><br>
<<button "Open the door for her" "allie_first_creampie_sequence">><<set $act2 to "four", $act3 to "street", $act_2 to "open">><</button>>
<<button "Tell her to be gentle to the door" "allie_first_creampie_sequence">><<set $act2 to "four", $act3 to "street", $act_2 to "gentle">><</button>>
<<elseif $act2 is "four">>
As you arrived at the car you decide to:<br><br>
<<if $act_2 is "open">>
<<set $act5 +=1>>
<<dialog $player "(<i>opens door</i>) Here you go, my lady. Don't want your dirty hands touching my car.">><br>
<<dialog $girl1 "HAH! Okay, I see how it is.">><br>
<<dialog $player "I jest, I love your hands. (<i>smiles</i>)">><br>
<<else>>
<<dialog $player "The door handle is a bit like me, fragile, so be gentle when you pull them.">><br>
<<dialog $girl1 "Oh don't worry, I know how to be gentle. I'll go real slow.">><br>
<<dialog $player "Mhmm, just how I like it.">><br>
<</if>>
Now that you're both inside the car, you turn the key and let the car warms up for a minute. There's two main route you can take to your destination. You choose: <br><br>
<<button "Shorter route" "allie_first_creampie_sequence">><<set $act2 to "five", $act3 to "on_the_road">><<addmins 20>><</button>>
<<button "Scenic route" "allie_first_creampie_sequence">><<set $act2 to "five", $act3 to "scenic_road", $act5 +=1>><<addmins 40>><</button>>
<<elseif $act2 is "five">>
<<dialog $girl1 "So, where are we going?">><br>
<<dialog $player "Why don't you guess?">><br>
<<dialog $girl1 "Are we going to the... I don't know, I hate guessing. To Wendys maybe?">><br>
<<dialog $player "Wendys? I didn't have that in my list. Are you hungry?">><br>
<<dialog $girl1 "Ahah... no... (<i>stomach grumbles</i>)">><br>
<<dialog $player "Don't worry, we'll stop by for food on the way. Let's get you filled up!">><br>
<<button "Get her filled up, with food!" "allie_first_creampie_sequence">><<set $act2 to "five_fix_1", $act3 to "fast_food">><</button>>
<<elseif $act2 is "five_fix_1">>
<img src="images/GPG1O/char/general/burger.webp"><br><br>
You go to a drive by and got some incredibly tasty looking burger, enough to fill you for the rest of the date, or at least get rid of the grumblings. Now, where next?<br><br>
<<button "The mall" "allie_first_creampie_sequence">><<set $act2 to "date_end_premature_1", $act3 to "mall", $player.cash -=50>><<addhours 1>><</button>>
<<button "The movie theather" "allie_first_creampie_sequence">><<set $act2 to "date_end_premature_1", $act3 to "movie_theather", $player.cash -=50>><<addmins 30>><</button>>
<<button "The winery" "allie_first_creampie_sequence">><<set $act2 to "six_fix_1", $act3 to "winery">><<addmins 45>><</button>>
<<elseif $act2 is "six_fix_1">>
You arrived at an upscale-looking winery with a rustic charm, nestled among colorful trees. A few people are milling around, and the scenic views are absolutely stunning.<br><br>
<<dialog $girl1 "What is this place? What are we doing here?">><br>
<<dialog $player "It's a winery. I heard they serve the good stuff here.">><br>
<<dialog $girl1 "This is a first for me. I'm kind of nervous, haha. I don't know what to expect.">><br>
<<dialog $player "That's even better, and it's perfectly fine to be nervous. Just follow my lead.">><br>
<<dialog $girl1 "Lead the way!">><br>
<<button "Lead the way" "allie_first_creampie_sequence">>
<<set $act2 to "six", $act3 to "wine_tasting", $act_2 to "", $player.cash -=50>>
<<play_background_chatter 0.2>>
<<cacheaudio "piano_chill_neutral" "images/GPG1O/sound/piano_chill_neutral.opus">>
<<audio "piano_chill_neutral" play volume 0.4 loop>>/%play audio%/
<</button>>
<<elseif $act2 is "six">>
<<addmins 5>>
Entering the wine tasting venue, you're greeted by the rich scent of oak barrels and the soft glow of overhead lights reflecting off polished wooden tables. You start from the first table, where glasses gleam invitingly beside elegantly arranged flowers.<br><br>
<img src="images/GPG1O/char/general/wine_toast.webp"><br><br>
After selecting your first wine, you both raise your glasses in a quiet toast, the delicate clink echoing softly in the room. You then take a sip, the flavors unfolding on your palate, before you say:<br><br>
<<button "<<dialog $player \"Now, this is what I call a good wine.\">>" "allie_first_creampie_sequence">><<set $act2 to "seven", $act_2 to "goodwine">><</button>>
<<button "<<dialog $player \"Ah, the bouquet is simply exquisite, don't you think?\">>" "allie_first_creampie_sequence">><<set $act2 to "seven", $act_2 to "exquisite">><</button>>
<<button "<<dialog $player \"I'm no expert, but I think I just tasted a hint of... grapes!\">>" "allie_first_creampie_sequence">><<set $act2 to "seven", $act5 +=1, $act_2 to "grapes">><</button>> /% correct option %/
<<elseif $act2 is "seven">>
<<if $act_2 is "goodwine">>
<<dialog $girl1 "It's not what I'm used to, that's for sure.">><br>
<<dialog $player "You don't like it?">><br>
<<dialog $girl1 "I do, but I prefer something sweeter. Anything too bitter is just... yuck, but this one isn't bad.">><br>
<<elseif $act_2 is "exquisite">>
<<dialog $girl1 "A wine connoisseur are we?">><br>
<<dialog $player "Well, listen to this. The wine presents a bold and assertive tannic structure, with a slight bitterness that lingers on the palate, offering a sophisticated contrast to the more pedestrian sweet notes. It’s a daring choice for those who appreciate a wine with character, rather than something that panders to the masses.">><br>
<<dialog $girl1 "That is impressive. You know your stuff!">><br>
<<else>>
<<dialog $girl1 "Hah! Really? You have quite the refined palate there. I as well, taste a hint of grape in this wine.">><br>
<<dialog $player "Look at us, so sophisticated.">><br>
You both giggled among the rest of the adults in the room.
<</if>>
<<set $act_1 = 2>>
Moving on, you go to another table, with a different bottle of wine. Upon drinking it, you say: <br><br>
<<button "<<dialog $player \"This is my kind of wine. Sweet, not bitter.\">>" "allie_first_creampie_sequence">><<set $act2 to "seven_fix_1", $act5 +=1, $act_2 to "sweet">><</button>> /% correct option %/
<<button "<<dialog $player \"This wine has such a refined, complex profile. It's absolutely divine.\">>" "allie_first_creampie_sequence">><<set $act2 to "seven_fix_1", $act_2 to "complex">><</button>>
<<button "<<dialog $player \"Well, this definitely isn't the boxed stuff from college, right?\">>" "allie_first_creampie_sequence">><<set $act2 to "seven_fix_1", $act_2 to "boxed">><</button>>
<<elseif $act2 is "seven_fix_1">>
<<if $act_2 is "sweet">>
<<dialog $girl1 "Right? This one I could imagine myself drinking every day.">><br>
<<dialog $player "This better not be me being a bad influence to you. Everything in moderation $girl1.name1, ying and yang.">><br>
<<dialog $girl1 "I know, I know. These things are probably too expensive for my liking anyway.">><br>
<<elseif $act_2 is "complex">>
<<dialog $girl1 "Really? tell me more.">><br>
<<dialog $player "Laissez-moi vous expliquer en détail. The wine greets you with vibrant notes of ripe berries and a touch of honey. As it unfolds, there’s a lovely floral undertone, almost like a whisper of jasmine. It finishes with a smooth, lingering sweetness that leaves a delightful impression on the palate.">><br>
<<dialog $girl1 "Whoaa, you know french? Okay I'm convince you know your stuff.">><br>
<<dialog $player "Eh, just a little bit. Only to impress the ladies. (<i>wink</i>)">><br>
<<else>>
<<dialog $girl1 "It better not be. It would be so embarassing if this turned out to be a social experiment and all these wine are actually just cheap off the shelf stuffs.">><br>
<<dialog $player "Haha, that would be the funniest thing ever.">><br>
<<dialog $girl1 "(<i>laughs</i>) Right?">><br>
You both giggled among the rest of the adults in the room.
<</if>>
The two of you are having a good time. Should you cork it now, or let the wine flow even more?<br><br>
<<button "Drink more" "allie_first_creampie_sequence">>
<<set $act2 to "eight">>
<<cacheaudio "clink1" "images/GPG1O/sound/clink1.opus">>
<<audio "clink1" play volume 0.6>>/%play audio%/
<</button>>
<<button "This is enough" "allie_first_creampie_sequence">><<set $act2 to "nine", $act3 to "winery">><</button>>
<<elseif $act2 is "eight">>
<<set $act_1 +=1>>
You continued moving from table to table, pouring a new one into both you and $girl1.name1's glasses. You've had <h1>$act_1</h1> drinks so far, do you go for more? <br><br>
<<if $act_1 lte 20>>
<<button "Yes" "allie_first_creampie_sequence">><<set $act2 to "eight">>
<<addmins 20>>
<<cacheaudio "clink1" "images/GPG1O/sound/clink1.opus">>
<<audio "clink1" play volume 0.6>>/%play audio%/
<</button>>
<<button "No" "allie_first_creampie_sequence">><<set $act2 to "nine", $act3 to "winery">><</button>>
<<else>>
Yo what the fuck, I'm going to stop you here. Stop clicking yes you curious person. Anyways, you've drank way to much and you're being escorted out. <br><br>
<<button "Outside" "allie_first_creampie_sequence">><<set $act2 to "nine", $act3 to "winery">><</button>>
<</if>>
<<elseif $act2 is "nine">>
<<audio ":playing" stop>>
After having a bit of drinking, now you decide what to do next. You are both now at the parking lot, sitting in your car. What should you do next? <br><br>
<<button "<<dialog $player \"Want to go to the beach?\">>" "allie_first_creampie_sequence">><<set $act2 to "nine_fix_1">><</button>>
<<elseif $act2 is "nine_fix_1">>
<<if $act_1 is 6 or $act_1 is 7>>
<<dialog $girl1 "I'd love that. The beach would be so perfect right now.">><br>
<<dialog $player "I know, there's just something magical or mystical about going to the beaches with the right person.">><br>
You both got into your car and drove to the beach.<br><br>
<<button "Scenic stroll at the beach" "allie_first_creampie_sequence">>
<<set $act2 to "ten", $act3 to "beach">>
<<cacheaudio "waves" "images/GPG1O/sound/beach.mp3">>
<<audio "waves" play volume 0.5>>/%play audio%/
<<cacheaudio "romantic_1" "images/GPG1O/sound/romantic_1.opus">>
<<audio "romantic_1" play volume 0.5>>/%play audio%/
<</button>>
<<elseif $act_1 gt 7>>
<<dialog $girl1 "I think I drank too much $player.name1. I don't feel like going. Let's go home.">><br>
<<dialog $player "Okay let's go home darling.">><br>
To make sure she doesn't fall off, you wrap your hand around her waist, brought her to your car and drove home.<br><br>
<<button "At the apartment hallway" "allie_first_creampie_sequence">><<set $act2 to "fourteen", $act3 to "hallway">><</button>><br>
<<else>>
<<dialog $girl1 "That sounds like a nice idea, but I don't want to get home late.">><br>
<<dialog $player "Whaaaat, it's still early.">><br>
<<dialog $girl1 "I'm not risking it. Who knows, maybe a big wave will come and get us stranded.">><br>
<<dialog $player "Hah, yeah right. We'd have bigger things to worry about if that happened. Alright, let's go home.">><br>
The two of you got into your car, and you drove back home, with daylight still shining on you.<br><br>
<<button "At the apartment hallway" "allie_first_creampie_sequence">><<set $act2 to "fourteen", $act3 to "hallway">><</button>><br>
<</if>>
<<elseif $act2 is "ten">>
<<addhours 1>>
You've made it to the beach. It's a lucky day, barely anyone's around. You've got the place all to yourselves. A little tipsy from the wine, you both stroll barefoot on the sand, shoes in hand. You say: <br><br>
<<button "<<dialog $player \"Sometimes, you meet someone who makes you question everything you thought you knew.\">>" "allie_first_creampie_sequence">><<set $act2 to "eleven", $act5 +=1, $act_2 to "questioning">><</button>> /% minimum reward %/
<<button "<<dialog $player \"I bet if the seagulls could talk, they’d be gossiping about us right now. <i>'Look at those two, pretending the ocean isn't freezing!</i>' \">>" "allie_first_creampie_sequence">><<set $act2 to "eleven", $act_2 to "seagul">><</button>>
<<button "<<dialog $player \"I never realized how calming the sound of the waves could be. Or maybe it’s just the company.\">>" "allie_first_creampie_sequence">><<set $act2 to "eleven", $act_2 to "calming", $act5 +=3>><</button>> /% highest reward %/
<<elseif $act2 is "eleven">>
<<addmins 10>>
<<if $act_2 is "questioning">>
<<dialog $girl1 "What's the matter $player.name1? Are you in love with a girl and it's making it hard to think?">><br>
<<dialog $player "Yeah you could say that. Or maybe it just lust, I'm such a horny bastard sometimes.">><br>
<<dialog $girl1 "(<i>laughs</i>) I can attest to that.">><br>
<<elseif $act_2 is "seagul">>
<<dialog $girl1 "Don't put words into the seagulls's mouth, or beak. They could be saying nice things about us. Maybe they're saying '<i>Hey let's not pry into other people's business and mind our of stuff</i>' or something.">><br>
<<dialog $player "Oh yeah? I don't think that's true, they'be been looking at us every few seconds.">><br>
<<dialog $girl1 "Haha, just let them be.">><br>
<<else>>
<<dialog $girl1 "Aww, you like being with me, don't you?">><br>
<<dialog $player "I really do, you've got nice tits.">><br>
<<dialog $girl1 "Are you being serious right now?">><br>
<<dialog $player "I am, you do have nice tits.">><br>
<<dialog $girl1 "Oh shut up.">><br>
<</if>>
You continued walking a bit more. The sun is slowly setting down, it going to get dark in a few hours. As you continued walking, $girl1.name1 asks you a question, <br><br>
<<dialog $girl1 "$player.name1, do you think I'm a bad person?">><br>
<<button "<<dialog $player \"Yes, but so am I.\">>" "allie_first_creampie_sequence">><<set $act2 to "twelve", $act_2 to "yesbut", $act5 +=1>><</button>> /% minimum reward %/
<<button "<<dialog $player \"No, I'm the bad one.\">>" "allie_first_creampie_sequence">><<set $act2 to "twelve", $act_2 to "noiam">><</button>>
<<button "<<dialog $player \"Of course not. Why?\">>" "allie_first_creampie_sequence">><<set $act2 to "twelve", $act_2 to "nowhy", $act5 +=3>><</button>> /% highest reward %/
<<elseif $act2 is "twelve">>
<<addmins 10>>
<<if $act_2 is "yesbut">>
<<dialog $girl1 "Hah, well... I guess that's why we like hanging out together so much.">><br>
<<dialog $player "(<i>jokingly</i>) Not just that, it's also because we live next to each other. If you had lived further away, I probably wouldn't be around as much.">><br>
<<dialog $girl1 "(<i>laughs</i>) And here I thought we had a strong connection between us.">><br>
<<elseif $act_2 is "noiam">>
<<dialog $girl1 "No, you're not. You were willing to help me and $girl1.partner. You're not a bad person.">><br>
<<dialog $player "Listen, I want you to be happy, but I won't lie, I do things for my own interest as well, not just yours.">><br>
<<dialog $girl1 "That sounds pretty normal to me.">><br>
<<else>>
<<dialog $girl1 "I feel like I've been spending more time with you lately than I have with $girl1.partner.">><br>
<<dialog $player "Oh... he's busy, I get it. But even if I'm just a stand-in, I’ll gladly be the one you lean on. Everyone needs someone, and I'm here for you, always, especially when he’s not.">><br>
<<dialog $girl1 "Thank you, $player.name1. I really appreciate you being around.">><br>
<<dialog $player "Anything for you, $girl1.name1.">><br>
<</if>>
After walking for a while, you're now ready to head back to your car, parked at the beach parking lot. As the two of you walked towards the car, you say: <br><br>
<<button "<<dialog $player \"You know, I think the sand is going to follow us home. It's already claimed my shoes as its new kingdom.\">>" "allie_first_creampie_sequence">><<set $act2 to "thirteen", $act_2 to "sand">><</button>>
<<button "<<dialog $player \"I'm going to remember this night for a long time. There's something about it... about us... that just feels right.\">>" "allie_first_creampie_sequence">><<set $act2 to "thirteen", $act_2 to "remember", $act5 +=1>><</button>> /% minimum reward %/
<<button "<<dialog $player \"If tonight was a story, I wouldn't want this chapter to end. Being here with you just feels... special.\">>" "allie_first_creampie_sequence">><<set $act2 to "thirteen", $act_2 to "chapter", $act5 +=3>><</button>> /% highest reward %/
<<elseif $act2 is "thirteen">>
<<addmins 10>>
<<if $act_2 is "sand">>
<<dialog $girl1 "And that's exactly why I said you shouldn't put it on yet. Now you're going to have a tough time cleaning those off haha.">><br>
<<dialog $player "Ugh, silly me, why don't I ever listen.">><br>
<<elseif $act_2 is "remember">>
<<dialog $girl1 "I've enjoyed it too... maybe more than I should have. But we should probably keep it just like this.">><br>
<<dialog $player "Maybe...">><br>
<<else>>
<<dialog $girl1 "$player.name1... tonight... tonight was nice. Let’s just leave it at that.">><br>
<<dialog $player "If that's what you want...">><br>
<</if>>
<img src="images/GPG1O/char/general/beach_hold_hand.webp"><br><br>
You reach for $girl1.name1's hand as you near your car, just a few hundred feet away. At first, her fingers hesitate, but then she looks at you, and her grip tightens, locking your hands together.<br><br>
<<button "Drive home" "allie_first_creampie_sequence">><<set $act2 to "fourteen", $act3 to "hallway">><<audio ":playing" stop>><</button>>
<<elseif $act2 is "fourteen">>
<<addmins 30>>
You got home and walked her to the doorstep, which was unavoidable since you're going the same way, and your apartment is literally right in front of hers. You say: <br><br>
<<button "<<dialog $player \"Today was fun... See you later I guess (<i>smile handsomely</i>) \">>" "allie_first_creampie_sequence">><<set $act2 to "fifteen_no_invite">><</button>>
<<button "<<dialog $player \"Do you want to... come over for a quick drink? (<i>smile seductively</i>)\">>" "allie_first_creampie_sequence">><<set $act2 to "fifteen", $act5 += 1>><</button>>
<<elseif $act2 is "fifteen_no_invite">>
<<if $act5 gte 12 and _temphour lte 15>>
<<dialog $girl1 "Do you... want to come in?">><br>
<<dialog $player "Yeah... but how about we go over to my place instead.">><br>
<<dialog $girl1 "That's probably a better idea.">><br>
<<button "Into your apartment unit you go" "allie_first_creampie_sequence">><<set $act to "in_mc_house", $act2 to "one", $act3 to "livingroom">><</button>>
<<else>>
<<if _temphour gt 15>>
<<dialog $girl1 "I had a great time, and I wish we could keep going... but it's getting really late. I guess I’ll see you later, $player.name1.">><br>
<<button "Date over" "allie_first_creampie_sequence">><<set $act2 to "date_end_normal_notenoughscore">>
<<set_nextevent "girl1" "one" 7>>
<</button>>
<<else>>
<<dialog $girl1 "It was great. See you later $player.name1.">><br>
<<button "Date over" "allie_first_creampie_sequence">><<set $act2 to "date_end_normal_notenoughscore">>
<<set_nextevent "girl1" "one" 7>>
<</button>>
<</if>>
<</if>>
<<elseif $act2 is "fifteen">>
<<if ($act5 gte 12 and _temphour lte 15) or $act5 gte 16>>
<<dialog $girl1 "Yeah, that sounds perfect... as long as it's just a drink.">><br>
<<button "Into your apartment unit you go" "allie_first_creampie_sequence">><<set $act to "in_mc_house", $act2 to "one", $act3 to "livingroom">><</button>>
<<else>>
<<dialog $girl1 "I... I don't think I should. It's getting late, $girl1.partner could come back at any time.">><br>
You catch the longing in her eyes, the hint that she wants to, but in the end, she decides against it. Perhaps if the evening had gone differently, she might have said yes.<br><br>
/% Then the player has to repeat the date, but this a once in a month thing, so when the player asks again, Allie will say, "we can't do that too often, people will catch on" or something..<br><br> %/
<<button "Date over" "allie_first_creampie_sequence">><<set $act2 to "date_end_normal_notenoughscore">><<set_nextevent "girl1" "one" 7>><</button>> <br>
<</if>>
<<elseif $act2 is "date_end_normal_notenoughscore">>
/% <<set $gameDate.setHours(16), $gameDate.setMinutes(30)>> %/
The date ended, and you bonded with $girl1.name1, though the ending was a bit anti-climatic.<br>
<br><span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway", $act_1 to "">><</button>></span>
<<elseif $act2 is "date_end_premature_1">>
<<if $act3 is "movie_theather" and $act_2 isnot "movie_theather_2">>
You arrived at the theather, a bit empty, but that makes it even better.<br><br>
<<dialog $girl1 "This is so nostalgic! I haven't gone to a movie theather in such a long time. This almost feels like the date I had back in high-school.">><br>
<<dialog $player "Wow, who's the lucky guy that got to date you in high-school?">><br>
<<dialog $girl1 "I can't remember his name. It was a guy from another school. He had a car and all, so I thought I'd gave him a chance, but things didn't work out.">><br>
<<dialog $player "Too bad for him. Anyway, what kind of movie do you want to watch?">><br>
<<dialog $girl1 "I'm fine with whatever. How about you choose.">><br>
<<dialog $player "Oight, don't blame me if it's bad.">><br>
<<button "The Sexorcist" "allie_first_creampie_sequence">><<set $act_2 to "movie_theather_2", $act_3 to "sexorcist">><</button>>
<<button "Dude, Where’s My Carrot?" "allie_first_creampie_sequence">><<set $act_2 to "movie_theather_2", $act_3 to "carrot">><</button>>
<<button "The Girl with the Dragon Tattoo Removal" "allie_first_creampie_sequence">><<set $act_2 to "movie_theather_2", $act_3 to "dragon">><</button>>
<<button "Pride and Pizza" "allie_first_creampie_sequence">><<set $act_2 to "movie_theather_2", $act_3 to "pride">><</button>>
<<elseif $act3 is "movie_theather" and $act_2 is "movie_theather_2">>
<<addhours 2>>
<video autoplay loop muted><source src="images/GPG1O/char/general/movie_date.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if $act_3 is "sexorcist">>
<<dialog $player "(<i>startled</i>) What the fuck, that is some freaky ass ghost. Holy fuck the guy's about to literally get fucked.">><br>
<<dialog $girl1 "$player.name1, shhhhh." >><br>
<<elseif $act_3 is "carrot">>
<<dialog $player "(<i>startled</i>) Ah! What the fuck is that jumpscare. Where did his carrot go? This is way too intense.">><br>
<<dialog $girl1 "$player.name1, shhhhh." >><br>
<<elseif $act_3 is "dragon">>
<<dialog $player "(<i>startled</i>) Fuck me, this is why I'll never get a tattoo. This whole movie is making me nervous.">><br>
<<dialog $girl1 "$player.name1, shhhhh.">><br>
<<else>>
<<dialog $player "(<i>startled</i>) Holy cow! They prided and prejudiced all over them. That's the shit, oh my god.">><br>
<<dialog $girl1 "$player.name1, shhhhh.">><br>
<</if>>
You didn't choose to be like this, but you're a blabbermouth when watching movies at the cinema. You had fun, $girl1.name1, on the other hand, not as much. By the end of the movie, the sun was already starting to set. The two of you hurriedly went back home.<br>
<br><<button "Afterwards" "allie_first_creampie_sequence">><<set $act2 to "fourteen", $act3 to "hallway">><</button>>
<<elseif $act3 is "mall">>
<video autoplay loop muted><source src="images/GPG1O/char/general/shopping_clothes.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Oh god, why did you bring me out? $girl1.partner's going to be furious when he sees all these bags.">><br>
<<dialog $player "Hey, my bad, I didn't know you were like that... I thought you'd be more of a window shopper.">><br>
$girl1.name1 pauses for a bit. You see tears pooling in her eyes.<br><br>
<<dialog $girl1 "(<i>sniffles</i>) I know, I know... but I just can't help it! I see a cute dress, and then... and then... (<i>her voice cracks as tears well up</i>) the next thing you know, I’ve bought the whole store!">><br>
<<dialog $player "Whoa, oh no, I'm sorry, I didn't mean to offend you. It's okay, it's not that bad. We all have our vices.">><br>
<<dialog $girl1 "Oh god, this is stupid, I don't know why I'm crying all of a sudden.">><br>
You gently guide $girl1.name1 to a nearby bench and spend some time consoling her. <br>
<br><<button "Afterwards" "allie_first_creampie_sequence">><<set $act2 to "fourteen", $act3 to "hallway">><</button>>
<<else>>
The two of you had fun, but it didn't seem like the date was going terrifically enough for you to continue this further.<br>
<br><<button "Next" "allie_first_creampie_sequence">><<set $act2 to "fourteen", $act3 to "hallway">><</button>>
<</if>>
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway", $act_1 to "">><</button>></span>
<</if>>
<<elseif $act is "in_mc_house">>
<<add_lust $girl1 0>>
<<if $act2 is "one">>
Once inside, the door closes softly behind you, and you both pause for a moment, the tension between you palpable. Without another word, you move closer, your lips meeting in a slow, passionate kiss...<br><br>
<<button "Bring this to the bedroom" "allie_first_creampie_sequence">>
<<set $act2 to "two_fix_1">>
<<playsexytime>>
<</button>>
<<elseif $act2 is "two_fix_1">>
You gently take her hand, leading her to the sanctuary of you bedroom. Her pupils dilate, signs of arousal evident as your gazes collide. Without another word, you lean in and kiss her.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/date/kiss_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "You're so beautiful $girl1.name1.">><br>
<<dialog $girl1 "(<i>stares into your eyes with deep desire</i>)">><br>
<<button "Go for the neck" "allie_first_creampie_sequence">><<set $act2 to "two", $act3 to "bedroom">><</button>>
<<elseif $act2 is "two">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/date/kiss_neck_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You kissed her neck, teasing at her collarbone and that spot right beneath her ear that sends shivers down her spine. Your breath is warm against her cool skin, and she's arching into you, practically begging for more.<br><br>
<<dialog $player "(<i>smooch smooch</i>)">><br>
<<dialog $girl1 "Mnhmm... ah...">><br>
<<button "Continue" "allie_first_creampie_sequence">><<set $act2 to "three">><</button>>
<<elseif $act2 is "three">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/date/foreplay_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
It feels like you can't get enough of each other, your lips remaining locked in an unbroken kiss. Her fingers wrapped around your throbbing cock, gripping it with a firm yet gentle touch. Each slow, teasing stroke up and down the shaft mirrored the ebb and flow of your kisses.<br><br>
<<button "Continue" "allie_first_creampie_sequence">><<set $act2 to "four">><</button>>
<<elseif $act2 is "four">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/date/foreplay_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You latch onto her breast like a man starving for nourishment. She arched into you, her hand threading through your hair as you sucked and teased her nipple with your talented tongue. You slid the rest of her clothes off, exposing all of her bare skin.<br><br>
<<dialog $girl1 "Don't be so rough on them.">><br>
<<dialog $player "Afraid I'll leave a mark?">><br>
<<dialog $girl1 "Hah... maybe.">><br>
<<button "The clothes are no more" "allie_first_creampie_sequence">><<set $act2 to "five">><</button>>
<<elseif $act2 is "five">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/date/cunnilingus_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
The last barrier to $girl1.name1's most intimate part was cast aside. Her legs fell open, an invitation you accepted without hesitation. You moved down, your nose nuzzling against her wet folds before diving in with reckless abandon.<br><br>
<<dialog $girl1 "Ahhh ohh, oh it feel so good $player.name1.">><br>
<<dialog $player "(<i>mlem mlem slurp slurp</i>)">><br>
<<button "Enough licking, start dicking" "allie_first_creampie_sequence">><<set $act2 to "six">><</button>>
<<elseif $act2 is "six">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/date/loop_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You positioned yourself at her entrance, your thick cock poised to invade. You looked into her eyes, seeing the raw, uninhibited hunger reflected there, and you thrust forward, burying yourself to the hilt in one powerful stroke. Every movement feels euphoric.<br><br>
<<dialog $player "Does my cock feel good $girl1.name1?">><br>
<<dialog $girl1 "Yes, ah $player.name1, your dick feels incredible.">><br>
<<button "Continue" "allie_first_creampie_sequence">><<set $act2 to "six_extend_1">><</button>>
<<elseif $act2 is "six_extend_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/date/sex_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You thrust into $girl1.name1 as she positions herself on top of you. Her swaying tits are like magnets, drawing your eyes to its movements. Like a snapping turtle, your mouth found its way to her nipple, giving her a gentle nibble as you continued thrusting.<br><br>
<<dialog $girl1 "Ah-ah mnhmm...">><br>
<<button "Continue" "allie_first_creampie_sequence">><<set $act2 to "six_extend_2">><</button>>
<<elseif $act2 is "six_extend_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/date/sex_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
I've ran out of descriptions. Empty, that's what I am right now.<br><br>
<<dialog $player "Oh fuck, you're riding me so good $girl1.name1, keep moving and don't stop.">><br>
<<dialog $girl1 "Ah oh, I'm not going to.">><br>
<<button "Oh the pleasure" "allie_first_creampie_sequence">><<set $act2 to "seven">><</button>>
<<elseif $act2 is "seven">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/date/loop_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Oohhhh, oh, keep fucking my pussy.">><br>
<<dialog $player "(<i>grunting</i>)">><br>
<<button "Keep fucking her pussy" "allie_first_creampie_sequence">><<set $act2 to "seven_fix_1">><</button>>
<<elseif $act2 is "seven_fix_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/date/loop_3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You could feel it, the pressure building within you, threatening to spill over in an orgasmic release. The movements became more erratic, the moans and grunts punctuating the air around you as you both neared that pinnacle together.<br><br>
<<dialog $player "I'm close, I'm going to cum $girl1.name1. Your pussy is going to make me cum.">><br>
<<woman_duringsex_moans $girl1 "normal">><br>
<<button "Creampie" "allie_first_creampie_sequence">><<set $act2 to "eight">><</button>>
<<elseif $act2 is "eight">>
<<addhours 1>>
<<addbaselust $girl1 10>>
<<addcorruption $girl1 10>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/date/after_orgasm.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "inside">><br>
<<dialog $girl1 "H-ahhh... mnhmmm...">><br>
You came as you kissed her, releasing torrents of cum straight into $girl1.name1. The sensation of ejaculation is overwhelming as you transfer your essence into her. You are committing a grave sin—ejaculating into another man's woman, who you know is trying to get pregnant.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/general/sex/creampie_internal_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "Aftermath" "allie_first_creampie_sequence">><<set $act2 to "nine">><</button>>
<<elseif $act2 is "nine">>
<img src="images/GPG1O/char/allie/cum/post_creampie_1.webp"><br><br>
Were you always this way, or did life weave its intricate threads to turn you into someone who finds dark satisfaction in such moments? You creampie loving monster.<br><br>
<<dialog $player "Sorry.">><br>
<<dialog $girl1 "I should get back to my place.">><br>
Your hot, sticky seed coated the inner walls of $girl1.name1's newly fucked pussy as she exits your apartment, leaving behind the intimate remnants of your passionate encounter to make her way back to her apartment.<br><br>
<<button "Go to sleep and replenish your empty ballsacks" "sleep">>
<<set $gameDate.setHours(0), $gameDate.setMinutes(0)>>
<<set $act to "sleep", $act2 to "">><<audio ":playing" stop>>
<<set _g1e5.completed to 1, _g1e5.active to 0>>
<<if $girl1.corruption_level lt 4>><<set $girl1.corruption_level to 4>><</if>>
<</button>> [END OF CURRENT CONTENT]
<<else>>
passsage: passage()<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<<else>>
passsage: passage()<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if $act_1 is "surprise1">>
<<if $act_2 is "one">>
You expertly sneak up on $girl1.name1, who is occupied with her task.<br><br>
<<dialog $player "Heya, $girl1.name1!">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Gah! $player.name1!">><br>
<<if $girl1.event.event3.surprise1 is 0>>
<<set $girl1.event.event3.surprise1 to 1>>
<<button "<<dialog $player \"What're you cooking? I'm smelling something good.\">>" $act4>><<set $act_2 to "two">><</button>>
<<else>>
<<button "<<dialog $player \"You are looking might fine right now $girl1.name1. What're up to?\">>" $act4>><<set $act_2 to "two">><</button>>
<</if>>
<<elseif $act_2 is "two">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Just some breakfast and some quick snacks to start the day.">><br>
<<dialog $player "Speaking of snacks... Look at you, baby. You are looking mega extra giga hot right now mmmmnm...">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if $girl1.event.event3.kitchensex1_count is 0>>
<<dialog $girl1 "(<i>chuckle</i>) Oh stop it...">><br>
<<dialog $player "I have no idea what you're talking about. Stop what exactly? ">><br>
<<dialog $girl1 "You're obviously groping me.">><br>
<<dialog $player "But I grope you all the time.">><br>
<<dialog $girl1 "(<i>huffed with amusement</i>) You're so helpless.">><br>
<<dialog $player "I am, I'm helpless for you $girl1.name1... so so pitifully helpless.">><br>
<<else>>
<<dialog $girl1 "(<i>chuckles</i>) Aren't you a charmer.">><br>
<</if>>
<<button "Go for more" $act4>><<set $act_2 to "three">><</button>>
<<button "Stop it here" $act4>><<set $act_2 to "stop1">><</button>>
<<elseif $act_2 is "three">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen6.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if $girl1.event.event3.kitchensex1_count is 0 and $girl1.event.event3.completed is 0>>
<<dialog $player "My dick is literally swollen, all because of you. You won't let me leave like this, would you?">><br>
<<dialog $girl1 "Why don't we do it later? You know, like during- I mean, after, the massage.">><br>
<<dialog $player "I want to fuck you here too, plus I've got some things to do later. Please...">><br>
<<dialog $girl1 "$player.name1... This still feels so wrong...">><br>
<<dialog $player "Don't worry, I get it, but I just want you to know that I'm really horny and I would love to put my dick in your pussy right now.">><br>
<<dialog $girl1 "(<i>chuckle</i>) I know... ">><br>
<<dialog $player "God, you smell so good too...">><br>
You keep fondling her for a bit, swaying her to say yes as you playfully play with her braless tits.<br><br>
<<dialog $girl1 "You and your naughty hands... (<i>sigh</i>) I'll let you fuck me this time.">><br>
<<else>>
<<set _random to random(0,1)>>
<<if _random is 0>>
<<dialog $player "$girl1.name1, how about we do one quick, secretive fucking. It won't take long.">><br>
<<dialog $girl1 "(<i>sigh</i>) You're so persistent, you know that... let's do it quickly.">><br>
<<elseif _random is 1>>
<<dialog $player "Permission to fuck, ma'am?">><br>
<<dialog $girl1 "(<i>chuckles</i>) Permission is... granted.">><br>
<<else>>
<<dialog $player "I'm dying to make you moan again $girl1.name1. I want to be inside you again.">><br>
<<dialog $girl1 "(<i>Chuckles</i>) Oh are you now. Let's be quick with it then.">><br>
<</if>>
<</if>>
<<button "Kitchen sex" $act4>>
<<set $girl1.event.event3.kitchensex1_count +=1>>
<<set $act_2 to "sex_start_1">>
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<</button>>
<<elseif $act_2 is "sex_start_1">>
<<limitplusupdate $girl1 "vaginal">>
<<audio ":playing" stop>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen9.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<set _random221 to random(0,2)>>
<<if _random221 is 1>>
<<dialog $player "Oh mamma mia, you're so tight $girl1.name1. I'm sorry I have to bother you so early in the morning like this, you know how it is with men and our morning woods.">><br>
<<dialog $girl1 "It's fine $player.name1, I'm oh... enjoying this too...">><br>
<<elseif _random221 is 2>>
<<dialog $player "I'm so lucky to have someone like you $girl1.name1. Someone as horny as me, maybe more.">><br>
<<dialog $girl1 "Ahh I'm so lucky to have you too, $player.name1.">><br>
<<else>>
<<dialog $player "You're like a succubus $girl1.name1. I could never get enough of you.">><br>
<<dialog $girl1 "You ahh, better be careful or else I'll mnmm... I'll suck you dry.">><br>
<</if>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen10.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
The slap of flesh against flesh as you thrust, the wet sound mingling with her moans,
the scent of spices and pheromones creates a heady, intoxicating arousal.
The risk, the illicitness, the forbidden nature of it all fuels your passion as you explore $girl1.name1's delightful depths. <br><br>
<<button "Ejaculate incoming" $act4>>
<<set $act_2 to "cum_decide">>
<<sex_limit "stop">>
<<update_sdet $girl1 "stop" >>
<<unset $tempvar>>
<</button>>
<<elseif $act_2 is "cum_decide">>
<<cum_warning $player>><br>
<<dialog $girl1 "Oh yeah, cum on my ass.">><br>
<<button "Cum" $act4>><<set $act_2 to "cum", $act_3 to "out">><</button>>
<<elseif $act_2 is "cum">>
<<playspurt>>
<<if $act_3 is "in">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen16.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
cumming inside here.<br>
<<dialog $girl1 "Ahh, $player.name1, you came inside...">><br>
<<dialog $player "Sorry $girl1.name1, I didn't wanna make any mess.">><br>
<<dialog $girl1 "It's fine... but don't do it again okay?">><br>
<<impreg $girl1>><br>
<br><span id="back"><<button "back" $act4>><<set $act to $act3>><</button>></span>
<<else>>
<video autoplay loop muted><source src="images/GPG1O/char/general/sex/cumshot_ass_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "outside">><br>
<<dialog $girl1 "Mmm, let's get cleaned up now">><br>
<span id="back"><<button "Back" $act4>><<set $act to $act3>><</button>></span>
<</if>>
<<set $gameDate.setHours(9), $gameDate.setMinutes(0)>>
<<elseif $act_2 is "stop1">>
<<dialog $player "You can't blame me for trying haha.">><br>
<<dialog $girl1 "Yeah right.">><br>
<span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act_1 to "", $act2 to "">><<set $gameDate.setHours(9)>><</button>></span>
<<elseif $act_2 is "kitchensex1_ask">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Hmm sure, but let's be quick. I don't want my food to get stale.">><br>
<<dialog $player "A quickie it is!">><br>
<<button "Fuck $girl1.name1 in the kitchen" $act4>>
<<set $girl1.event.event3.kitchensex1_count +=1>>
<<set $act_2 to "sex_start_1">>
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<</button>>
<<else>>
asdifuo3403409(F*()@#41kl.223<br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<<elseif $act_1 is "surprise1_eethan_present">>
<<if $act_2 is "one">>
You sneak up on her.<br><br>
<<dialog $player "Hey! $girl1.name1.">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Gah! $player.name1!">><br>
<<button "<<dialog $player \"What're you cooking? I'm smelling something good.\">>" $act4>><<set $act_2 to "two">><</button>>
<<elseif $act_2 is "two">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Just some breakfast for me and $girl1.partner.">><br>
<<dialog $player "That looks delicious.">><br>
<<if $girl1.event.event3.surprise1 isnot 0 and $girl1.event.event3.kitchensex1_count isnot 0>><<button "Get frisky" $act4>><<set $act_2 to "three">><</button>><</if>>
<<button "Stop it here" $act4>><<set $act_2 to "stop1">><</button>>
<<elseif $act_2 is "three">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You look left and right to check your surrounding. Once you see that $girl1.partner is nowhere near the kitchen, you start groping $girl1.name1 all over.<br><br>
<<dialog $player "Speaking of delicious...">><br>
<<dialog $girl1 "$player.name1! Oh... stop, $girl1.partner is here.">><br>
<<dialog $player "I'm just coping a feel baby. I can't help myself around you.">><br>
<<if $girl1.corruption lte 75>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen_stop.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "$player.name1, stop. You're being crazy.">><br>
<<dialog $player "Yeah, sorry.">><br>
<span id="back"><<button "Back" $act4>><<set $act to "kitchen">><<set $gameDate.setHours(9), $gameDate.setMinutes(0)>><</button>></span>
<<else>>
<<dialog $girl1 "You're going to get us caught.">><br>
<<button "Pull out your dick and fuck $girl1.name1" $act4>>
<<set $act_2 to "four">>
<<set $girl1.event.event3.kitchensex1_count +=1>>
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<</button>>
<</if>>
<<elseif $act_2 is "four">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen11.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Just one minute.">><br>
<<dialog $player "Of course baby, but you might wanna try and keep your voice down.">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen12.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Ahh, ohh... don't go too hard, $girl1.partner's gonna hear us.">><br>
<<button "Keep fucking $girl1.name1" $act4>><<set $act_2 to "five">><</button>>
<<elseif $act_2 is "five">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen13.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1 "panting">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen14.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "Keep thrusting away." $act4>><<set $act_2 to "six">><</button>>
<<elseif $act_2 is "six">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen15.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1 "panting">><br>
<<cum_warning $player>><br>
<<dialog $girl1 "Oh yeah cum for me $player.name1, but don't make a mess.">><br>
<<button "Cum without making a mess" $act4>><<set $act_2 to "seven">>
<<sex_limit "stop">>
<<update_sdet $girl1 "stop" >>
<<unset $tempvar>>
<</button>>
<<elseif $act_2 is "seven">>
<<playspurt>>
<video autoplay loop muted><source src="images/GPG1O/char/general/sex/creampie_internal_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "inside">><br>
<<dialog $girl1 "A-Ahh ohh... mnmm...">><br>
<<button "Aww shucks, you came inside" $act4>><<set $act_2 to "eight">><</button>>
<<elseif $act_2 is "eight">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen16.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Ahh, $player.name1, you came inside...">><br>
<<set _random to random(0,2)>>
<<if _random is 1>>
<<dialog $player "Sorry $girl1.name1, I didn't wanna make any mess.">><br>
<<dialog $girl1 "It's fine... but don't do it again okay? I don't want you to get me pregnant.">><br>
<<elseif _random is 2>>
<<dialog $player "You're not ovulating are you?">><br>
[ovulation check here]
<<dialog $girl1 "Oh god, I am. Fuck! I need to go buy a plan B.">><br>
or<br><br>
<<dialog $girl1 "You're lucky that I'm not.">><br>
<<else>>
<<dialog $player "Oh fuck. Let's hope $girl1.partner doesn't realize my cum dripping out of you.">><br>
<<dialog $girl1 "You're terrible.">><br>
<</if>>
<<impreg $girl1>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to "kitchen", $gameDate.setHours(9)>><</button>></span>
<<elseif $act_2 is "cum">>
<<playspurt>>
<<if $act_3 is "in">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen16.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
cumming inside here.<br>
<<dialog $girl1 "Ahh, $player.name1, you came inside...">><br>
<<dialog $player "Sorry $girl1.name1, I didn't wanna make any mess.">><br>
<<dialog $girl1 "It's fine... but don't do it again okay?">><br>
<<impreg $girl1>><br>
<br><span id="back"><<button "back" "apartment1b">><<set $act to $act3>><</button>></span>
<<else>>
<video autoplay loop muted><source src="images/GPG1O/char/general/sex/cumshot_ass_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "outside">><br>
<<dialog $girl1 "That was close. Now let's get cleaned up now">><br>
<br><span id="back"><<button "back" "apartment1b">><<set $act to $act3>><</button>></span>
<</if>>
<<set $gameDate.setHours(9), $gameDate.setMinutes(0)>>
<<elseif $act_2 is "stop1">>
<<dialog $player "I'll get out of your way then. See ya later sexy.">><br>
<<dialog $girl1 "Shhh! $girl1.partner'll hear you... Bye...">><br>
<span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act_1 to "", $act2 to "">><<set $gameDate.setHours(9)>><</button>></span>
<<elseif $act_2 is "kitchensex1_ask">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "God, we're playing with fire here. Just... make it quick $player.name1.">><br>
<<dialog $player "Of course my love.">><br>
<<button "Have sneaky sex" $act4>>
<<set $act_2 to "four">>
<<set $girl1.event.event3.kitchensex1_count +=1>>
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<</button>>
<<else>>
asdifuo3403409(F*()@#41kl.223<br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<<else>>
asdui354098(*()234kldf7<br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if $act_1 is "">>
<<if $act_2 is "">>
BACK BUTTON HERE.<br><br>
<</if>>
<<else>>
BACK BUTTON HERE.<br><br>
<</if>>
<</nobr>><<nobr>>
<<if $act_1 is "sex">>
<<set _blowjob to ["blowjob1_1", "blowjob1_2", "blowjob1_3" ]>>
<<set _sex1 to ["sex1_1", "sex1_2"]>>
<<set _sex2 to ["sex2_1", "sex2_2"]>>
<<set _sex3 to ["sex3_1", "sex3_2"]>>
<<set _sex4 to ["sex4_1", "sex4_2"]>>
<<if $act_2 is "">>
I COULD PERFORM ANY NEEDED CHECKS HERE.<br><br>
<<button "Sex" $act4>><<set $act_2 to "sex1">><</button>>
<<elseif $act_2 is "blowjob1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/switch1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $act_2 is "blowjob1_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/blowjob1_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $act_2 is "blowjob1_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/blowjob1_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $act_2 is "blowjob1_3">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/blowjob1_3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $act_2 is "sex1_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal1_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $act_2 is "sex1_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal1_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $act_2 is "sex2_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal2_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $act_2 is "sex2_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal2_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $act_2 is "sex3_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal3_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $act_2 is "sex3_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal3_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $act_2 is "sex4_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal4_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $act_2 is "sex4_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal4_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<elseif $act_2 is "cum">>
<<cacheaudio "spurt" "images/GPG1O/sound/spurt1.opus">>
<<audio "spurt" play volume 1 >>/%play audio%/
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/cumshot1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "outside">><br>
<<button "Continue" $act4>>
<<audio ":playing" stop>>
<<update_sdet $girl1 "stop">>
<<sex_limit "stop">>
<<unset $tempvar>>
<</button>>/*this is where i put the code for the afterwards and back. the if elses.*/
<<else>>
passsage: $act4<br>
$act1, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3>><</button>></span>
<</if>>
<<if $act_2 isnot "" and $act_2 isnot "cum">>
<<if $playervar.var6 gt 0>>
<<set _girl to $girl#>>/*be sure to change the hashtag to the correct girl number*/
<<if $act_2 isnot "blowjob1">><<button "The blowjob option" $act4>><<set $tempvar.var5 to ($tempvar.var5 + 1) % _blowjob.length>><<set $act_2 to _blowjob[$tempvar.var5]>><<limitplusupdate _girl "blowjob">><</button>><</if>>
<<button "Do the first position" $act4>><<set $tempvar.var1 to ($tempvar.var1 + 1) % _sex1.length>><<set $act_2 to _sex1[$tempvar.var1]>><<limitplusupdate _girl "vaginal">><</button>>
<<button "Or the second position" $act4>><<set $tempvar.var2 to ($tempvar.var2 + 1) % _sex2.length>><<set $act_2 to _sex2[$tempvar.var2]>><<limitplusupdate _girl "vaginal">><</button>>
<<button "This is the third position" $act4>><<set $tempvar.var3 to ($tempvar.var3 + 1) % _sex3.length>><<set $act_2 to _sex3[$tempvar.var3]>><<limitplusupdate _girl "vaginal">><</button>>
<<button "Fourth position's right here" $act4>><<set $tempvar.var4 to ($tempvar.var4 + 1) % _sex4.length>><<set $act_2 to _sex4[$tempvar.var4]>><<limitplusupdate _girl "vaginal">><</button>>
<<if $cheat.cumwhenever or $cheat.cumwhenever is 1>><<button "Cum" $act4>><<set $act_2 to "cum">><</button>><</if>>
<<else>>
<<button "Cum" $act4>><<set $act_2 to "cum">><</button>>
<</if>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<<if $act_1 is "livingroom_sex">>
<<set _sex1 to ["sex1_1"]>>
<<set _sex2 to ["sex2_2", "sex2_3"]>>
<<if $act_2 is "one">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/tease.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Sorry $girl1.name1, but I'm going to have to use your pussy.">><br>
<<dialog $girl1 "Shove that dick into my womanly hole.">><br>
<<button "Shove your dick into her womanly hole" $act4>><<set $act_2 to "two">><</button>>
<<elseif $act_2 is "two">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/insertion.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "A-ahh, oh my god.">><br>
<<button "Fuck!" $act4>><<set $act_2 to "sex1_1">><<limitplusupdate $girl1 "vaginal">><</button>>
<<elseif $act_2 is "cunni">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/cunni.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Oooh yeah, oh god, just like that $player.name1.">><br>
<<dialog $player "<<male_cunnilingus>>">><br>
<<elseif $act_2 is "sex1_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/missionary_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1 "panting">><br>
<<dialog $player "<<male_grunt>>">><br>
<<elseif $act_2 is "sex2_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/cowgirl_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Aah! oooh mmm, hmmm.">><br>
<<elseif $act_2 is "sex2_3">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/cowgirl_3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1 "normal">><br>
<<dialog $player "<<male_grunt>>">><br>
<<elseif $act_2 is "sex3">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/sofa_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "<<male_grunt>>">><br>
<<dialog $girl1 "Aah! oooh mmm, hmmm.">><br>
<<elseif $act_2 is "cum_decide">>
<<button "On her feet" $act4>><<set $act_2 to "cum", $act_4 to "feet">><</button>>
<<button "On her face" $act4>><<set $act_2 to "cum", $act_4 to "face">><</button>>
<<elseif $act_2 is "cum">>
<<cacheaudio "spurt" "images/GPG1O/sound/spurt1.opus">>
<<audio "spurt" play volume 1 >>/%play audio%/
<<if $act_4 is "feet">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/cumshot_on_feet.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "outside">><br>
<<dialog $girl1 "Haha-ah that's it, mhmm.">><br>
<<else>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/cum/allie_facial1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "outside">><br>
<<dialog $girl1 "Mmm, aah.">><br>
<</if>>
<<button "Clean up" $act4>>
<<audio ":playing" stop>>
<<update_sdet $girl1 "stop">>
<<sex_limit "stop">>
<<unset $tempvar>>
<<set $act2 to "leave_after_sex", $act_2 to "", $act_4 to "">>
<</button>>/*this is where i put the code for the afterwards and back. the if elses.*/
/*<<button "Back to hanging out" $act4>><<set $act2 to "allie_comeover", $act_2 to "two">><</button>><br> //incase i need to reuse this*/
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>/%end for sex medias%/
<<if $act_2 isnot "" and $act_2 isnot "cum" and $act_2 isnot "one" and $act_2 isnot "two" and $act_2 isnot "cum_decide">>
<<if $playervar.var6 gt 0>>
<<set _girl to $girl1>>
<<button "Mouth to south resuscitation" $act4>><<set $act_2 to "cunni">><<limitplusupdate _girl "oral">><</button>>
<<button "Missionary-ish" $act4>><<set $act_2 to "sex1_1">><<limitplusupdate _girl "vaginal">><</button>>
<<button "Cowgirl" $act4>><<set $tempvar.var2 to ($tempvar.var2 + 1) % _sex2.length>><<set $act_2 to _sex2[$tempvar.var2]>><<limitplusupdate _girl "vaginal">><</button>>
<<button "Sofa" $act4>><<set $act_2 to "sex3">><<limitplusupdate _girl "vaginal">><</button>>
<<if $cheat.cumwhenever or $cheat.cumwhenever is 1>>
<<button "Cum">>
<<replace #options>>
<<button "On her feet" $act4>><<set $act_2 to "cum", $act_4 to "feet">><</button>>
<<button "On her face" $act4>><<set $act_2 to "cum", $act_4 to "face">><</button>>
<</replace>>
<</button>>
<span id="options">
</span>
<</if>>
<<else>>
<<button "Cum">>
<<replace #options>>
<<button "On her feet" $act4>><<set $act_2 to "cum", $act_4 to "feet">><</button>>
<<button "On her face" $act4>><<set $act_2 to "cum", $act_4 to "face">><</button>>
<</replace>>
<</button>>
<span id="options">
</span>
<</if>>
<</if>>
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if $act_1 is "massage2">>
<<if $act_2 is "one">>
<<playmidnight>>
<<add_lust_duringsex $girl1>>
<img src="images/GPG1O/char/allie/massage/waiting.webp"><br><br>
You enter and see her already lying on the table. Before starting the massage, you gently spread some oil on her smooth, soft skin, feeling the warmth and subtle contours of her feminine body beneath your hands.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Just tell me if it's too much okay.">><br>
<<dialog $girl1 "Alright.">><br>
<<button "Massage" $act4>><<set $act_2 to "two">><</button>>
<<elseif $act_2 is "two">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage4_breast.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
Oh, how wonderful her breast feels in your hand as you squeeze on them, her nipples becoming more erect every time you fondle them.<br><br>
<<dialog $player "Remember, just relax... and enjoy.">><br>
<<woman_duringsex_moans $girl1>><br>
<<button "Massage" $act4>><<set $act_2 to "three">><</button>>
<<elseif $act_2 is "three">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage6_ass.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Now we relax the muscles over here.">><br>
<<woman_duringsex_moans $girl1>><br>
You expertly sneak in a few rubs on her pussy, as $girl1.name1 responded by arching her back to lift her hips invitingly.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage_ass_3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "Massage" $act4>><<set $act_2 to "four">><</button>>
<<elseif $act_2 is "four">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage_stomach_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
With your gentle but strong hands, you tenderly massages her stomach and pelvic areas. <br><br>
<<dialog $player "You might feel a bit of pressure in this area. Just breathe and relax the pelvic muscles.">><br>
<<if $girl1.lust lt 20>>/*i have to make this go through at least once, the - i think thats enough for today - line. */
<<dialog $girl1 "Ah, oh, god... $player.name1, I think that's enough for today.">><br>
<<button "Finish massage" $act4>><<set $act_2 to "notenoughstats1">><</button>><br><br>
<<else>>
<<dialog $girl1 "Mmm... it's so intense...">><br>
<<button "Continue" $act4>><<set $act2 to "massage_seduce_1", $act_2 to "one">><</button>><br><br>
<</if>>
<<elseif $act_2 is "notenoughstats1">>
<<audio ":playing" stop>>
<<if $girl1.base_lust lte 25>>
<<addbaselust $girl1 5>>
<<addlust $girl1 5>>
<<else>>
<<addbaselust $girl1 1
<<addlust $girl1 1>>
<</if>>
<<set $player.sexskill to Math.clamp($player.sexskill+0.1,0,100)>>
<<dialog $player "Okay, that went great! We'll probably have to do another couple of sessions to get the full benefits.">><br>
<<dialog $girl1 "Thank you, $player.name1. I can't say enough how much I appreciate you doing this for me.">><br>
<<dialog $player "Hey, no problem, I'm just glad to help.">><br>
<span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "", $act_2 to "">><</button>></span>
<<else>>
You've experienced premature ejaculation #99d77f3.<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "", $act_2 to "">><</button>></span><br><br>
<</if>>
<<elseif $act_1 is "massage1">>
<<if $act_2 is "one">>
<<dialog $player "You ready for the <i>special</i> massage?">><br>
<<dialog $girl1 "I am! I almost couldn't sleep last night thinking about this.">><br>
<<button "Go to the bedroom" $act4>><<set $act_2 to "one_fix_1">><<set $act3 to "bedroom">>/*to change the background*/<</button>>
<<elseif $act_2 is "one_fix_1">>
<<set $act3 to "bedroom">>
<<playmidnight>>
<<dialog $player "I'll try not to disappoint then. Now you just get comfy on the table, and I'll bring in any other stuff we need.">><br>
<<dialog $girl1 "Okay.">><br>
<<dialog $player "And since I'll be using therapeutic oil, it's better if you remove all your clothes.">><br>
<<dialog $girl1 "Uhhh, what? Is that really necessary? I can't be in my underwear?">><br>
<img src="images/GPG1O/char/allie/massage/thinking.webp"><br><br>
<<dialog $player "Trust me, it'll make things way easier.">><br>
<<dialog $girl1 "I don't know $player.name1...">><br>
<<dialog $player "There's nothing to worry about. Plus, it'll be difficult to get rid of the oil once it gets onto any piece of fabric.">><br>
<<dialog $girl1 "I guess if I have to...">><br>
<<button "Get things ready" $act4>><<set $act_2 to "two">><</button>>
<<elseif $act_2 is "two">>
<<add_lust_duringsex $girl1>>
<img src="images/GPG1O/char/allie/massage/waiting.webp"><br><br>
You enter and see her already lying on the table. Before starting the massage, you gently spread some oil on her smooth, soft skin, feeling the warmth and subtle contours of her feminine body beneath your hands.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Your shoulders are so tense, have you been exercising hard lately?">><br>
<<dialog $girl1 "They have actually been bothering me for a bit, and I hate to admit it, but I feel like I'm starting to sound old saying that.">><br>
<<button "More massage" $act4>><<set $act_2 to "three">><</button>>
<<elseif $act_2 is "three">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage2_breast.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Let me focus a little bit on the chest over here.">><br>
You could feel the softness of her supple breast, pressed against the table as you move your hand to massage the surrounding area.<br><br>
<<button "More massage" $act4>><<set $act_2 to "four">><</button>>
<<elseif $act_2 is "four">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage3_breast.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "How are you feeling?">><br>
<<dialog $girl1 "It feels amazing. I could get used to this.">><br>
<<button "Very chest focused" $act4>><<set $act_2 to "five">><</button>>
<<elseif $act_2 is "five">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage4_breast.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
At this point, all you're doing is fondling her breast. She lets out a small moan as you occasionally pinch on her nipple.<br><br>
<<dialog $girl1 "Ah... $player.name1, do you really have to focus so much on my chest?">><br>
<<dialog $player "Oh definitely. There are chakra points that start from the chest and go down to the womb.">><br>
<<dialog $girl1 "It just feels so weird.">><br>
<<dialog $player "It's supposed to make you feel good, and it'll work better if you enjoy it too, $girl1.name1.">><br>
<<dialog $girl1 "Mnhmm, really? If you say so...">><br>
<<button "Turn your attention to the ass" $act4>><<set $act_2 to "six">><</button>>
<<elseif $act_2 is "six">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage5_ass.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "$girl1.partner said you were a runner? You're all stiff in your glutes.">><br>
<<dialog $girl1 "Haha, I was, but I haven't run in a while. I mostly do my exercises at home now.">><br>
<<dialog $player "Oh, I see how it is. You caught your prey, and now you're just sitting at home huh?">><br>
<<dialog $girl1 "What do you mean?">><br>
<<dialog $player "You know, you probably showed off these perfect asses of yours, and $girl1.partner was just the lucky victim who was lured in.">><br>
<<dialog $girl1 "<i>(Laughs)</i> Maybe.">><br>
<<dialog $player "You minx! I knew it. ">><br>
Before moving on to the next step, you ask $girl1.name1 for permission to proceed, ensuring she is comfortable and willing (horny enough) to continue.<br><br>
<<dialog $player "Alright, I'm going to increase the intensity. Are you ready?">><br>
<<dialog $girl1 "Let's do it!">><br>
<<button "Continue" $act4>><<set $act_2 to "seven">><</button>><br><br>
<<elseif $act_2 is "seven">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage6_ass.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "These right here play an essential role in your body's circulation and energy flow.">><br>
<<woman_duringsex_moans $girl1>><br>
<<button "Continue" $act4>><<set $act_2 to "eight">><</button>><br><br>
<<elseif $act_2 is "eight">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage7_breast.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "I have to admit... You have unbelievably amazing tits. $girl1.name1. I hope $girl1.partner are treating these twins well.">><br>
<<dialog $girl1 "He does, but you're certainly giving them extra attention.">><br>
<<dialog $player "These are gonna get so big when you're all knocked-up.">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage8_breast.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
As you would expect, getting touched all over has left $girl1.name1 all hot and bothered. Without any rest in between, you shift your attention to her tight pink slit, giving her no time to come to her senses.<br><br>
<<button "Continue" $act4>><<set $act_2 to "nine">><</button>><br><br>
<<elseif $act_2 is "nine">>/*at this point allie is so horny that she stopped questioning anything.*/
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage9_pussy.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Can't leave this one out for attention.">><br>
<<dialog $girl1 "Ahh fuck.">><br>
Not a sliver of complaint or worry was uttered. With the way $girl1.name1's body moves and her moans respond to your focused attention, it's clear she's all yours for the taking, or rather, fucking. <br><br>
<<button "Continue" $act4>><<set $act_2 to "ten">><</button>><br><br>
<<elseif $act_2 is "ten">>
<<audio ":playing" stop>>
<<playsexytime>>
<<add_lust_duringsex $girl1>>
<<dialog $player "Okay that's it, you're sucking my dick $girl1.name1.">><br>
<<dialog $girl1 "Mhmm give it to me.">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage10_startblow.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "Continue" $act4>><<set $act_2 to "eleven">><</button>><br><br>
<<elseif $act_2 is "eleven">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage11_bj.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
At long last, you get to feel Allie's pretty mouth pleasuring your heat-seeking moisture missile. You make sure to let her know how well she's doing by using encouragement and your finger rubbing on her clit.<br><br>
<<dialog $player "That's it $girl1.name1. Just like that.">><br>
<<woman_duringsex_moans $girl1>><br>
<<button "Continue" $act4>><<set $act2 to "sex_first", $act_2 to "blowjob1">>
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<<set $tempvar to {"var1":0, "var2":0, "var3":0, "var4":0, "var5":0 }>>
<</button>><br><br>
<<else>>
apsiopd344989d/e696fd66#@$@)<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "", $act_2 to "">><</button>></span><br><br>
<</if>>/*closing for $act_2*/
<<elseif $act_1 is "sex_first">>
<<set _blowjob to ["blowjob1_1", "blowjob1_2", "blowjob1_3" ]>>
<<set _sex1 to ["sex1_1", "sex1_2"]>>
<<set _sex2 to ["sex2_1", "sex2_2"]>>
<<set _sex3 to ["sex3_1", "sex3_2"]>>
<<set _sex4 to ["sex4_1", "sex4_2"]>>
<<if $act_2 is "">>
I COULD PERFORM ANY NEEDED CHECKS HERE.<br><br>
<<button "Sex" $act4>><<set $act_2 to "sex1">><</button>>
<<elseif $act_2 is "blowjob1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/switch1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Get on your knees $girl1.name1, I want to see you all over my cock.">><br>
You tell her to get on her knees, as she seductively does so, allowing her to better focus on pleasuring you with her mouth. You see a woman lost in heat in front of you, eager to please with her sexy body.<br><br>
<<elseif $act_2 is "blowjob1_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/blowjob1_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "blowjob" $girl1.name1>><br>
<<elseif $act_2 is "blowjob1_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/blowjob1_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "You're so gorgeous when you're sucking my cock.">><br>
<<elseif $act_2 is "blowjob1_3">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/blowjob1_3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Oh my god, you're doing god's work $girl1.name1.">><br>
<<elseif $act_2 is "sex1_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal1_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $girl1 "dick" $player.name1>><br>
<<elseif $act_2 is "sex1_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal1_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1 "panting">><br>
<<elseif $act_2 is "sex2_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal2_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1 "rough">><br>
<<elseif $act_2 is "sex2_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal2_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1 "panting">><br>
<<elseif $act_2 is "sex3_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal3_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1 "panting">><br>
<<elseif $act_2 is "sex3_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal3_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Oh fuck, keep fucking me like that.">><br>
<<elseif $act_2 is "sex4_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal4_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Mnmmm, you like that $player.name1?">><br>
<<dialog $player "Oh $girl1.name1, you keep moving like that, I won't last very long.">><br>
<<elseif $act_2 is "sex4_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal4_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1 "panting">><br>
<<elseif $act_2 is "cum">>
<<cacheaudio "spurt" "images/GPG1O/sound/spurt1.opus">>
<<audio "spurt" play volume 1 >>/%play audio%/
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/cumshot1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "outside">><br>
<<set _statements to ["Mhmm, so much cum.","Mmmm, cum for me $player.name1." , "Oh yeah, shoot all your cum all over me baby.", "Oh my... god, fuck yeah..."]>>
<<dialog $girl1 "<<print _statements.random()>>">><br>
<<button "Continue" $act4>>
<<audio ":playing" stop>>
<<if $girl1.event.event2.talk8_aftermassagefirstsex is 0>>
<<set $act2 to "afterward_sex_first", $act_2 to "one">>
<<update_sdet $girl1 "stop">>
<<sex_limit "stop">>
<<unset $tempvar>>
<<elseif $girl1.event.event2.talk9_agreementcanhavesex is 0>>
<<set $act2 to "afterward_sex_2", $act_2 to "one">>
<<update_sdet $girl1 "stop">>
<<sex_limit "stop">>
<<unset $tempvar>>
<<else>>
<<set $act2 to "after_cum">>
<</if>>
<</button>>/*this is where i put the code for the afterwards and back. the if elses.*/
<<else>>
asdopu2p4uoi4pdpd <br><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<</if>>
<<if $act_2 isnot "" and $act_2 isnot "cum">>
<<if $playervar.var6 gt 0>>
<<if $act_2 isnot "blowjob1">><<button "The blowjob option" $act4>><<set $tempvar.var5 to ($tempvar.var5 + 1) % _blowjob.length>><<set $act_2 to _blowjob[$tempvar.var5]>><<limitplusupdate $girl1 "blowjob">><</button>><</if>>
<<button "Do the first position" $act4>><<set $tempvar.var1 to ($tempvar.var1 + 1) % _sex1.length>><<set $act_2 to _sex1[$tempvar.var1]>><<limitplusupdate $girl1 "vaginal">><</button>>
<<button "Or the second position" $act4>><<set $tempvar.var2 to ($tempvar.var2 + 1) % _sex2.length>><<set $act_2 to _sex2[$tempvar.var2]>><<limitplusupdate $girl1 "vaginal">><</button>>
<<button "This is the third position" $act4>><<set $tempvar.var3 to ($tempvar.var3 + 1) % _sex3.length>><<set $act_2 to _sex3[$tempvar.var3]>><<limitplusupdate $girl1 "vaginal">><</button>>
<<button "Fourth position's right here" $act4>><<set $tempvar.var4 to ($tempvar.var4 + 1) % _sex4.length>><<set $act_2 to _sex4[$tempvar.var4]>><<limitplusupdate $girl1 "vaginal">><</button>>
<<if $cheat.cumwhenever or $cheat.cumwhenever is 1>><<button "Cum" $act4>><<set $act_2 to "cum">><</button>><</if>>
<<else>>
<<button "Cum" $act4>><<set $act_2 to "cum">><</button>>
<</if>>
<</if>>
<<elseif $act_1 is "after_cum">>
<<if _placeholdermeanttobefalse>>
<<else>>
<<dialog $player "Another day, another productive day.">><br>
<<dialog $girl1 "(<i>laughs</i>) It sure is.">><br>
<span id="back"><<button "Back" $act4>>
<<set $act to $act3, $act_1 to "", $act_2 to "">>
<<update_sdet $girl1 "stop">>
<<sex_limit "stop">>
<<unset $tempvar>>
<</button>></span>
<</if>>
<<elseif $act_1 is "afterward_sex_first">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/afterwards1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
The post-sex clarity hits $girl1.name1 as she lays there on the table, still tingling with pleasures but slowly coming to her senses. <br><br>
<<dialog $girl1 "Oh... god... what did we just do.">><br>
<<dialog $player "I don't know, one moment I was massaging you, another moment I was in you, thrusting like an animal.">><br>
<<dialog $girl1 "(<i>takes a deep breath</i>) Fuck, okay... $girl1.partner can't know about this, so please...">><br>
<<dialog $player "No, of course not, my mouth is *making a zipping action*.">><br>
<span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "", $act_2 to "">><<set $gameDate.setHours(19)>><</button>></span>
<<elseif $act_1 is "afterward_sex_2">>
<<set $girl1.event.event2.completed to 1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/afterwards1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Phew, I think we should do this more regularly.">><br>
<<dialog $girl1 "We absolutely cannot do this regularly.">><br>
<<dialog $player "I'm okay with every other day too, if that's fine with you.">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/afterwards2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "(<i>laughs</i>) $player.name1... seriously.">><br>
<<dialog $player "Let's just make this a thing. Let's just say it's a way for you to repay me for the massage or something.">><br>
She thinks for moment about your suggestion before giving her response.<br><br>
<<dialog $girl1 "Oh god, I'm such a terrible person for this, but... fine, you can fuck me. But we have to be careful about this.">><br>
<span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "", $act_2 to "">><</button>></span>
<<else>>
a8sdpf8-0304kjd;8f90-8LPPZpsr03<br><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act_1 to "", $act_2 to "">><</button>></span>
<</if>>/*closing for $act_1*/
<</nobr>><<nobr>>
<<if $act_1 is "massage_seduce_1">>
<<if $act_2 is "one">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage8_breast.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "I can't wait to see these, all grown-up.">><br>
<<dialog $girl1 "(<i>bites her lips</i>) Who says you'll get to see them then.">><br>
<<if $girl1.lust lt 25>>/*i have to make this go through at least once, the - i think thats enough for today - line. */
You smirk at her, knowing that it's just a matter of time before you'll get through to her. Heck, who knows? Maybe you'll get her pregnant before her partner does.<br><br>
<<dialog $girl1 "I think that's enough for today.">><br>
<<button "Finish massage" $act4>><<set $act_2 to "notenoughstats1">><</button>><br><br>
<<else>>
<<button "Continue" $act4>><<set $act_2 to "two">><</button>><br><br>
<</if>>
<<elseif $act_2 is "two">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage_breast_4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Is it wrong that I want to fuck you <b>again</b>?">><br>
<<if $girl1.lust lt 30>>/*i have to make this go through at least once, the - i think thats enough for today - line. */
<<dialog $girl1 "Yeah... it is, $player.name1. We are not having sex. Let's stop here before we do anything stupid.">><br>
<<button "Finish massage" $act4>><<set $act_2 to "notenoughstats1">><</button>><br><br>
<<else>>
<<dialog $girl1 "(<i>laughs</i>) $player.name1! I told you, we can't...">><br>
<<button "Continue" $act4>><<set $act_2 to "three">><</button>><br><br>
<</if>>
<<elseif $act_2 is "three">>
<<add_lust_duringsex $girl1>>
<<dialog $player "I'm so hard right now, I can't stop thinking about how good you felt.">><br>
<<dialog $girl1 "It was hot... but... it's wrong. I-we can't do this to $girl1.partner.">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage_breast_5.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "What about him? It's just a massage. Think with your pussy $girl1.name1. Is your wet, slutty pussy excited when you think about my cock inside you?">><br>
<<dialog $girl1 "Yeah, it makes me feel... excited.">><br>
<<dialog $player "Why don't you ask nicely where I should put my cock?">><br>
<<dialog $girl1 "In me. I want you to fuck me.">><br>
<<dialog $player "Show me.">><br>
<<button "Continue" $act4>><<set $act_2 to "four">><</button>><br><br>
<<elseif $act_2 is "four">>
<<audio ":playing" stop>>
<<playsexytime>>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/pussy_showcase_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Oh yeah, that's hot.">><br>
<<dialog $girl1 "Do you like what you see, $player.name1? Can you please put your dick inside me?">><br>
<<dialog $player "Don't you worry $girl1.name1, I'm gonna fuck you like you need it.">><br>
And just like that, you are once again in a position to fuck your married neighbor, with full consent as she spreads her leg, inviting you into her wet pussy.<br><br>
<<button "Continue" $act4>><<set $act_2 to "five">><</button>><br><br>
<<elseif $act_2 is "five">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal_insertion_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Oh yeah, that's it. Fuck me, Mitø. Fuck my tight pussy.">><br>
<<during_sex_compliment $player "pussy" $girl1.name1>><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal2_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You began thrusting away into $girl1.name1, as your dick is at its peak hardness, knowing that you've managed to seduce a perfect specimen of a woman into having sex with you, not to mention the taboo aspect of fucking another man's wife.
Imagine dumping all your load deep into her in this position...<br><br>
<<button "Continue" $act4>><<set $act2 to "sex_first", $act_2 to "sex2_1">>
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<<set $tempvar to {"var1":0, "var2":0, "var3":0, "var4":0, "var5":0 }>>
<</button>><br><br>
<<elseif $act_2 is "notenoughstats1">>
<<audio ":playing" stop>>
<<if $girl1.base_lust lte 25>>
<<addbaselust $girl1 5>>
<<addlust $girl1 5>>
<<else>>
<<addbaselust $girl1 1
<<addlust $girl1 1>>
<</if>>
<<set $player.sexskill to Math.clamp($player.sexskill+0.1,0,100)>>
<<dialog $player "Aright, that's it for today.">><br>
<<dialog $girl1 "Okay, thank you for your hard work, $player.name1.">><br>
<<dialog $player "Don't worry about it, it's my passion.">><br>
<span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "", $act_2 to "">><</button>></span>
<</if>>
<<elseif $act_1 is "normal_massage_sex_possible">>
<<if $act_2 is "one">>
<<audio ":playing" stop>>
<<playmidnight>>
<<if $girl1.lust gte 50>>
You enter the room and see $girl1.name1 in an unusual pose.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/allie_tease_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "What a pleasant surprise! Somebody's raring to go.">><br>
<<set _statements to ["I am so ready to take your cock in me, $player.name1. Can you please fill up my hole with your hard plunger?", "I've been thinking about you all day $player.name1. I'm already so wet.", "You're not going to disappoint me, are you?"]>>
<<dialog $girl1 "<<print _statements.random()>>">>
<br><<button "Fuck this horny woman" $act4>><<set $act2 to "sex_first", $act_2 to "sex4_1">>
<<audio ":playing" stop>>
<<playsexytime>>
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<<set $tempvar to {"var1":0, "var2":0, "var3":0, "var4":0, "var5":0 }>>
<</button>><br><br>
<<else>>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage_normal_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You focus on massaging her tense traps, feeling the tightness beneath your fingers. $girl1.name1 lets out a few soft moans, reassuring you that you're hitting just the right spots.<br><br>
<<dialog $girl1 "Mmm... that feels good.">><br>
<<button "continue" $act4>><<set $act_2 to "two">><</button>>
<</if>>
<<elseif $act_2 is "two">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage_pussy_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "And how does this one feel?">><br>
<<dialog $girl1 "Ah... Mmm, that's perfect... right there.">><br>
It didn't take much for you to get her all wet and ready for another massage-themed coitus.<br><br>
<<button "Keep massaging" $act4>><<set $act_2 to "three">><</button>><<button "Fuck" $act4>><<set $act_2 to "fuck1">><</button>>
<<elseif $act_2 is "three">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage6_ass.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<set _random to random(0,2)>>
<<if _random is 1>>
<<dialog $player "Now we focus on the buttocks.">><br>
<<dialog $girl1 "Oh please do...">>
<<elseif _random is 2>>
<<dialog $player "Did I tell you already how amazing your cake is?">><br>
<<dialog $girl1 "(laughs) I don't know, have you?">><br>
<<dialog $player "Well, they are absolutely sublime, just like you.">>
<<else>>
<<dialog $player "Have you heard or consider doing a Brazillian Butt Lift?">><br>
<<dialog $girl1 "No... what's that?">><br>
<<dialog $player "Exactly. Let's keep it that way.">>
<</if>>
<br><<button "Continue" $act4>><<set $act_2 to "four">><</button>>
<<elseif $act_2 is "four">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage_stomach_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<set _random to random(0,3)>>
<<if _random is 1>>
<<dialog $player "And to finish up the massage, let's focus on this area for a bit.">><br>
<<elseif _random is 2>>
<<dialog $player "And for the closer, let's do the healing womb massage.">><br>
<<elseif _random is 3>>
<<dialog $player "Let's get your womb all ready for your hubby's sperm. They need all the assistance we can give them.">><br>
<<else>>
<<dialog $player "On to the most important area!">><br>
<</if>>
<<dialog $girl1 "Oooh... I think I can feel it working already!">>
<br><<button "Finish the massage" $act4>><<set $act_2 to "five">><</button>>
<<elseif $act_2 is "five">>
<<if $girl1.base_lust lte 25>>
<<addbaselust $girl1 5>>
<<addlust $girl1 5>>
<</if>>
<<dialog $player "Alright, that's our massage for the day.">><br>
<<if $girl1.lust gte 50>>
<<add_lust_duringsex $girl1>>
<<dialog $girl1 "Over already? Maybe we could extend this a little bit more... if you want.">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/pussy_showcase_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
Only a fool would decline such an invitation. Are you a fool, or are you a despicable human being who takes advantage of your neighbor, who is trying to conceive with her partner? She's not even making you wear a condom, for god's sake.<br>
<br><<button "FUCK!" $act4>><<set $act_2 to "six">><</button>>
<br><<button "NO FUCK!" $act4>><<set $act_2 to "playersaysno">><</button>>
<<else>>
<<audio ":playing" stop>>
<<addbaselust $girl1 1>>
<<dialog $girl1 "That felt great. Thanks $player.name1.">><br>
<span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "", $act_2 to "">><</button>></span>
<</if>>
<<elseif $act_2 is "six">>
<<add_lust_duringsex $girl1>>
<<dialog $player "Oh? Beg for it then, where do you want <b>this</b> to go. (<i>whips out your gun</i>) ">><br>
<<dialog $girl1 "Please put it in my wet pussy.">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/allie_ask_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Oh don't you worry, I'll fuck you till you're dry.">>
<br><<button "Continue" $act4>><<set $act2 to "sex_first", $act_2 to "sex2_1">>
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<<set $tempvar to {"var1":0, "var2":0, "var3":0, "var4":0, "var5":0 }>>
<</button>><br><br>
<<elseif $act_2 is "fuck1">>
<<audio ":playing" stop>>
<<playsexytime>>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/massage_setting_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
$girl1.name1's pleasure stopped as you halted your pussy-rubbing massage and lifted her butt to position them facing you, setting her up for a surprise fuck.<br><br>
<<set _alliesay to ["Ooh, $player.name1?", "Wait, you're not goi-", "Ah, are you goin-.", "Ahh...", "Kya...", "Wait, not again!"]>>
<<dialog $girl1 "<<= _alliesay.random()>>">><br>
<<button "Put your dick in" $act4>><<set $act_2 to "fuck2">><</button>>
<<elseif $act_2 is "fuck2">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal5_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You swfitly pulled down your pants and plunged your dick into her wet clam. She seemed a little surprised by this.<br><br>
<<dialog $girl1 "O-oooh! oh... mmmm, yeah.">><br>
<<dialog $player "Mmm, you don't mind, do you, $girl1.name1?">><br>
<<dialog $girl1 "(<i>moaningly</i>) No, just keep, oh... fucking me like that.">><br>
<<button "Fuck" $act4>><<set $act_2 to "fuck3">><</button>>
<<elseif $act_2 is "fuck3">>
<<add_lust_duringsex $girl1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/massage/vaginal5_3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<set _allietempname to ["baby", "$girl1.name1", "you slutty minx."]>>
<<dialog $player "Oh yeah, keep moaning <<= _allietempname.random()>>.">><br>
<<dialog $girl1 "Ahh, oh... fuck me you brute.">><br>
<<button "Continue" $act4>><<set $act2 to "sex_first", $act_2 to "sex2_1">>
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<<set $tempvar to {"var1":0, "var2":0, "var3":0, "var4":0, "var5":0 }>>
<</button>><br><br>
<<elseif $act_2 is "playersaysno">>
<<addlove $girl1 -2>>
<<dialog $player "Oh $girl1.name1, I really want to, but I have some stuff that I have to do. I'll make it up to you, I promise.">><br>
<<dialog $girl1 "Oh... okay. Thanks anyway.">><br>
<span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "", $act_2 to "">><</button>></span>
<</if>>
<</if>>
<</nobr>><<nobr>>
<<set _g1e4 to $girl1.event.event4>>
<<if $act_1 is "allie_comeover">>
<<if $act_2 is "one">>
<<dialog $girl1 "Hey!">><br>
<<dialog $player "Hey, come on in.">><br>
<<if _g1e4.invite_count is 0>>
<<button "She comes in (1)" $act4>><<set $act_2 to "first", $act_3 to "livingroom">><</button>>
<<else>>
<<button "She comes in" $act4>><<set $act_2 to "two", $act_3 to "livingroom">><</button>>
<</if>>
<<if _g1e4.active is 1>>
<<set _g1e4.invite_count +=1>>
<</if>>
<<elseif $act_2 is "first">>
<<dialog $girl1 "I can't believe I've never been inside your house before.">><br>
<<dialog $player "Sorry, it didn't occur to me to invite you and $girl1.partner here, but there's not much to see anyway.">><br>
<<dialog $girl1 "That's not true, the view from your place is, beau—(<i>pausing, looking at the plain street outside your window</i>)—tiful... uh I mean, it's nice.">><br>
<<dialog $player "Yeah, look at those wide, newly tarred double laned roads, am I right?">><br>
<<dialog $girl1 "And you clearly know how to keep a place clean. That shows good character.">><br>
<<button "Hangout" $act4>><<set $act_2 to "two">><</button>>
<<elseif $act_2 is "two">>
<<addlove $girl1 2>>
<<set _randomwhichhangout to random(0,15)>>
<<if _g1e4.fun_before_leaving gte 3 and (_randomwhichhangout-($girl1.lust/10)) lte 5>> /%it depends on rng whether allie wants to have some fun or not + her lust will sway this decision.%/
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/eyeing_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
There you were, looking all majestic, with the TV on and $girl1.name1 by your side, both of you just lounging on the couch, enjoying each other's company.<br><br>
<<button "She adjusts her position" $act4>><<set $act_2 to "three_alternate_allie_horny", _g1e4.allie_initiate_foot_stuff to 1>><</button>>
<<if _g1e4.allie_initiate_foot_stuff is 1 or _g1e4.completed is 1>>
<<button "Straight to fucking" $act4>><<set $act_2 to "three_alternate_allie_horny">>
<<set $act2 to "livingroom_sex", $act_2 to "sex3">>
<<playsexytime>>
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<<set $tempvar to {"var1":0, "var2":0}>>
<</button>>
<</if>>
<<button "Yawn ($girl1.name1 leaves)" $act4>><<set $act_2 to "player_tells_allie_to_leave">><</button>><br>
<<else>>
The two of you finds a comfortable seat, ready to hang out.<br><br>
<<set _random to random(0,2)>>
<<if _random is 1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/hangout/hangout_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "... and then I said, \"but I'm bored\" and he completely lost it.">><br>
<<dialog $player "Uhuh, that sounds terrible. I've would've felt the same!">><br>
<<elseif _random is 2>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/hangout/hangout_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "... and wouldn't you believe it, a few days later the perpetrator was found out. The kid who smeared shit all over the school was non other than...">><br>
<<dialog $girl1 "Who was it?">><br>
<<dialog $player "I don't think I should tell you. Maybe you know the gal.">><br>
<<else>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/hangout/hangout_3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "... ever since then, I've always been terrified to enter the locker room alone. You just... never know when someone might jump you and shove a broomstick up your ass.">><br>
<<dialog $girl1 "Awh... That's horrible.">><br>
<</if>>
The two of you hung out for some time.<br><br>
<<button "Enough hanging out, $girl1.name1 is leaving" $act4>><<set $act_2 to "leave">><</button>>
<<if _g1e4.invite_count gte 3 or _g1e4.completed is 1>><<button "Wanna have some fun?" $act4>><<set $act_2 to "three">><</button>><</if>>
<</if>>
<<elseif $act_2 is "three_alternate_allie_horny">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/action_start.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
$girl1.name1 turns toward you, placing her feet on your crotch. Could she be hinting at a different kind of activity?<br><br>
<<button "Let her continue" $act4>><<set $act_2 to "three_foot_on_crotch_1">><</button>>
<<elseif $act_2 is "three_foot_on_crotch_1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/foot_on_crotch_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
Whether you're into feet or not, it's undeniably hot to have a woman do this to you. Unsure of how to react or what to say, you remained quiet. You're impressed that she's taking the initiative.<br><br>
<<button "Continue" $act4>><<set $act_2 to "three_foot_on_crotch_1_fix">><</button>>
<<elseif $act_2 is "three_foot_on_crotch_1_fix">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/foot_on_crotch_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
Then suddenly...<br><br>
<<dialog $girl1 "$player.name1, unzip your pants.">><br>
<<button "Do as she says" $act4>><<set $act_2 to "three_foot_on_crotch_2">><</button>>
<<elseif $act_2 is "three_foot_on_crotch_2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/unzip_pants.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
As you began unzipping your pants, to unleash your erect phallus, $girl1.name1 kept encouraging you with her feet.<br><br>
<<button "Continue" $act4>><<set $act2 to "footsies_to_sex", $act_2 to "one">><</button>>
<<elseif $act_2 is "three">>
<<if _g1e4.fun_before_leaving is 0 and _g1e4.completed is 0>>
<<dialog $player "Wait, why don't we have a little bit of... fun before you leave?">><br>
<<dialog $girl1 "What're you suggesting?">><br>
<<dialog $player "You, me, in my room, doing some gland-to-gland combat.">><br>
<<dialog $girl1 "Combat?">><br>
<<dialog $player "Let me feed your cat.">><br>
<<dialog $girl1 "What? $player.name1 you know I don't have a cat.">><br>
<<dialog $player "Yeah... Wanna have sex instead?">><br>
<<dialog $girl1 "Oh. But you haven't massaged me today.">><br>
<<dialog $player "Let's just call it an advance payment.">><br>
<<dialog $girl1 "Well, if you say it like that...">><br>
<<button "Have sex" $act4>>
<<set $act_3 to "bedroom", _g1e4.fun_before_leaving +=1>>
<<set $act2 to "sex_bedroom_1", $act_2 to "blowjob_initial">>
<<playsexytime>>
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<<set $tempvar to {"var1":0, "var2":0, "var3":0, "var4":0, }>>
<</button>>
<<else>>
<<dialog $player "<<print setup.synonym.sex.random()>>">><br>
<<if $girl1.lust gte 30>>
<<dialog $girl1 "If you mean advance payment sex for the massage, yes! Let's do it!">><br>
<<button "Sex!" $act4>>
<<set $act_3 to "bedroom", _g1e4.fun_before_leaving +=1>>
<<set $act2 to "sex_bedroom_1", $act_2 to "blowjob_initial">>
<<playsexytime>>
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<<set $tempvar to {"var1":0, "var2":0, "var3":0, "var4":0, }>>
<</button>>
<<button "Cancel" $act4>><<set $act_2 to "leave">><</button>>
<<else>>
<<dialog $girl1 "No, maybe later? I have chores to do.">><br>
<<button "Enough hanging out, $girl1.name1 is leaving" $act4>><<set $act_2 to "leave">><</button>>
<</if>>
<</if>>
<<elseif $act_2 is "leave">>
<<addhours 1>>
<<dialog $girl1 "Well, I’d better get back to my place. The work isn't going to get done by itself.">><br>
<<dialog $player "Thanks for coming over, see you later sexy.">><br>
<<button "She left" MCHOUSE>><<set $act to "hallway", $act2 to "", $act_1 to "", $act_2 to "", $act_3 to "">><</button>>
<<elseif $act_2 is "player_tells_allie_to_leave">>
<<addhours 1>>
<<dialog $player "(<i>Yawn</i>), I'm getting sleepy. I'm gonna take a nap.">><br>
<<dialog $girl1 "Awh... Okay I'll leave then.">><br>
<<button "$girl1.name1 left" MCHOUSE>><<set $act to "hallway", $act2 to "", $act_1 to "", $act_2 to "", $act_3 to "">><</button>>
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<<elseif $act_1 is "leave">>
<<addhours 1>>
<<dialog $girl1 "Well, I’d better get back to my place. The work isn't going to get done by itself.">><br>
<<dialog $player "Thanks for coming over, see you later sexy.">><br>
<<button "$girl1.name1 left" MCHOUSE>><<set $act to "hallway", $act2 to "", $act_1 to "", $act_2 to "", $act_3 to "">><</button>>
<<elseif $act_1 is "leave_after_sex">>
<<addhours 1>>
<<dialog $girl1 "That was fun, but I better get back to my place.">><br>
<<dialog $player "See you later sexy.">><br>
<<button "$girl1.name1 left" MCHOUSE>><<set $act to "hallway", $act2 to "", $act_1 to "", $act_2 to "", $act_3 to "">><</button>>
<<elseif $act_1 is "footsies_to_sex">>
<<if $act_2 is "one">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/footjob_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
This doesn't happen often, but $girl1.name1's feet are absolutely captivating, perfectly shaped with smooth, soft skin that looks almost velvety to the touch. Each toe is elegantly aligned, with just the right length, and her toenails are neatly trimmed. <br><br>
<<dialog $player "A-oh...">><br>
<<dialog $girl1 "Are you into feet $player.name1?">><br>
<<dialog $player "If it's yours, yes.">><br>
<<button "More footsies" $act4>><<set $act_2 to "two">><</button>>
<<elseif $act_2 is "two">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/livingroom/footjob_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Mmm do you like it when i jerk you off with my feet?">><br>
<<dialog $player "(<i>moaningly</i>) Yeah, you're incredible at this. How do you control your legs so well?">><br>
<<dialog $girl1 "A pro never reveals her secret.">><br>
<<button "That's enough footsies, it's time to fuck now." $act4>>
<<set $act2 to "livingroom_sex", $act_2 to "one">>
<<playsexytime>>
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<<set $tempvar to {"var1":0, "var2":0}>>
<</button>>
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if $act_1 is "howsthebabymakinggoing">>
<<dialog $player "So how's the babymaking process going? I heard some rather... loud moaning last night... Was that you?">><br>
<<dialog $girl1 "(<i>gasp</i>) No way did you hear that. This is so embarrassing. Were we really being that loud?">><br>
<<dialog $player "Hah gotcha! I didn't hear anything actually. I was joking.">><br>
<<dialog $girl1 "$player.name1! You really had me worried there.">><br>
<<dialog $player "Haha, I'm sorry, it's just so easy to tease you.">><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act_1 to "">><</button>></span>
<<elseif $act_1 is "howsthebabymakinggoing2">>
<<dialog $player "How are things going? Have you guys gone and gotten a check-up?">><br>
<<dialog $girl1 "Check-up? What for?">><br>
<<dialog $player "What do you mean, <i>\"what for\"</i>, to see if everything's alright or course. You know, maybe for a fertility check or just a regular health screening, something like that.">><br>
<<dialog $girl1 "Oh my god, I'm such an idiot! Why didn't I think of that? I'll get an appointment ASAP, thanks. $player.name1.">><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act_1 to "">><</button>></span>
<<elseif $act_1 is "howsthebabymakinggoing3">>
<<dialog $player "You look like you have something to say. Did you guys get an appointment yet?">><br>
<<dialog $girl1 "We did! The check-up's already done. Thank God you told me about that. The doctors and nurses were so kind, and we got all sorts of tips and counseling.">><br>
<<dialog $player "I'm glad things went well.">><br>
<<dialog $girl1 "Well, uh, not everything went well...">><br>
<<dialog $player "Oh god, are you sick?">><br>
<<dialog $girl1 "No! It's nothing like that. It's just... the doctor said that we might have trouble conceiving... but that we should keep trying and see how it goes.">><br>
<<dialog $player "Okay, that's not that bad. What's causing the trouble?">><br>
<<dialog $girl1 "I don't know, it's something about the sperm motil... mobility? I didn't catch all of it, but basically, the sperms couldn't move very well.">><br>
<<dialog $player "That's unfortunate, but you'll be fine. Thoughts and prayers tho.">><br>
<<dialog $girl1 "Yeah, thanks... ">><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act_1 to "">><</button>></span>
<<elseif $act_1 is "solution1">>
<<dialog $player "You know, I've been thinking... about the whole sperm thing.">><br>
<<dialog $girl1 "Really? Me too.">><br>
<<dialog $player "I never told you this, but I used to be a masseur.">><br>
<<dialog $girl1 "Oh, that's interesting! I've never been to a masseur before. So you like cracking people's bones, huh?">><br>
<<dialog $player "Haha, no, that's a chiropractor's job, I just did simple massages. Anyway, while I was there, I heard some interesting stories...">><br>
<<dialog $girl1 "Hmm It's a little early for gossip, but go on.">><br>
<<dialog $player "Well, it's kind of like gossip. One of my coworkers told me about a client, a woman who was, like you, trying to have a baby. She requested a very particular massage, which supposedly... helps increase fertility.">><br>
<<dialog $girl1 "<i>(Excitedly)</i> Oh my god, really? Did it... did it work?">><br>
<<dialog $player "I think so! She got pregnant pretty quickly afterwards. I was thinking, maybe this is something you could try.">><br>
<<dialog $girl1 "Oh $player.name1, you're a genius! I've never heard of anything like this. I'd love to try it, but where do I even begin? Where do I go?">><br>
<<dialog $player "You can't go to any random places, but I could ask that co-worker for more details if you want.">><br>
<<dialog $girl1 "Oh, please do, anything would help.">><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act_1 to "">><</button>></span>
<<elseif $act_1 is "solution2">>
<<dialog $player "Great news! I managed to get a hold of the guy.">><br>
<<dialog $girl1 "How did it go? What did he say?">><br>
<<dialog $player "He sent me a bunch of materials about the technique for the massage, but I had to pay him for it. Apparently it was an exclusive technique and that they are a rare find.">><br>
<<dialog $girl1 "Oh, I'm sorry, $player.name1. I didn't know it was going to cost you money. Was it a lot?">><br>
<<dialog $player "Err... yeah, but you know, it's okay. It just means that I'll have to keep these things to myself...">><br>
<<dialog $girl1 "But you're still going to give me the special massage, right?">><br>
<<dialog $player "I don't know $girl1.name1, I would be happy to, but... wouldn't $girl1.partner be weirded out by this?">><br>
<<dialog $girl1 "I guess that's true...">><br>
<<dialog $player "That's a shame, I really wanted to see how this goes too.">><br>
<<dialog $girl1 "Maybe... maybe we could do it without telling him?">><br>
<<dialog $player "(<i>Rubs your hand together</i>) Yeah... I guess we could. We'll just have to keep it under wraps. Plus, you're doing it for him anyway right? ">><br>
<<dialog $girl1 "Exactly!">><br>
<<dialog $player "Just give me some time. I need to make sure I really study the technique. I don’t want to risk anything going wrong.">><br>
<<dialog $girl1 "Thank you, $player.name1, I appreciate you doing this for me.">><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act_1 to "">><</button>></span>
<<elseif $act_1 is "solution3">>
<<dialog $player "Hey, I think I got it... We can go through with the massage now.">><br>
<<dialog $girl1 "Oh my god, that's so quick! I'm so excited, I can't wait. When can we start?">><br>
<<dialog $player "I'm okay with whenever.">><br>
<<dialog $girl1 "Sometime during the weekdays, then? But what about the location?">><br>
<<dialog $player "Sounds good. I'll come over and bring all the stuff we need here.">><br>
<<dialog $girl1 "Perfect!">><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act_1 to "">><</button>></span>
<<elseif $act_1 is "talk_after_first_sex">>
<<dialog $player "Hey.">><br>
<<dialog $girl1 "Hey...">><br>
<<dialog $player "Uh, about the... <i>massage</i>.">><br>
<<dialog $girl1 "Listen, $player.name1, that was a mistake. We shouldn't have done that.">><br>
<<dialog $player "I know... It went quite well, honestly, except for the last few bits.">><br>
<<dialog $girl1 "Maybe it went too well... Look, let's just forget about it and pretend it never happened.">><br>
<<dialog $player "What about the massage?">><br>
<<dialog $girl1 "We'll have to find other ways...">><br>
<<dialog $player "$girl1.name1, what we did was a mistake, but I assure you the massage will work. Trust me.">><br>
<<dialog $girl1 "$player.name1... I don't know... I can't.">><br>
<<dialog $player "Help me help you, $girl1.name1. Imagine how happy you'll be after this is all done and dusted. Imagine holding that baby in your arms. How amazing would that be?">><br>
$girl1.name1 pauses for a moment, clearly grappling with a difficult decision.<br><br>
<<dialog $girl1 "(<i>sigh</i>) Okay, but only a couple more times, right?">><br>
<<dialog $player "Yeah, and we'll be all done.">>
<br><<button "Get to massagin" "apartment1b">><<set $act to "talk_include", $act2 to "massage2", $act_2 to "one">><</button>>
<<elseif $act_1 is "normal_massage_sex_possible_no">>
<<dialog $player "Massage?">><br>
<<if $man1.location is "kitchen" or $man1.location is "bedroom" or $man1.location is "livingroom">>
<<set _eethannearby to 1>>
<</if>>
<<if _eethannearby is 1>>
<<dialog $girl1 "(<i>Looks at you with disbelief</i>) Are you crazy? $girl1.partner's here.">><br>
<<else>>
<<dialog $girl1 "We can't, $girl1.partner could come back at any time.">><br>
<</if>>
No bueno, amigo. Ve a buscar otras chicas para divertirte.<br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act_1 to "">><</button>></span>
<<elseif $act_1 is "ask_phone_number">>
<<dialog $player "I should get your phone number.">><br>
<<dialog $girl1 "Isn't that a bit weird?">><br>
<<dialog $player "(<i>laughs</i>) Why would it be weird? You think I'm a scammer or something?">><br>
<<dialog $girl1 "No, I just... I think it's weird.">><br>
<<dialog $player "Well, if you say so...">><br>
<<dialog $girl1 "Wait, okay, it's not weird. You can have my number.">><br>
<<dialog $player "And here's mine, in case you want to call me, for whatever reason. *<i>wink wink</i>*">><br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "">><</button>></span>
<<else>>
asdipfu**&(#$"DF)(D*F_#$;;f;df8-()_<br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<set $gvar.var7 to 0>>
<<if $act_1 is "talk">>
<<addmins 30>>
<<if $act3 is "kitchen">>
<<add_love $girl1>>
<<dialog $player "Hey $girl1.name1, what's up?">><br>
<<set _list to ["Hey, nothing much. I'm just making breakfast.","Hey! I'm just fixing up some snacks.","Morning $player.name1! I'm getting breakfast ready to start my day."]>>
<<dialog $girl1 "<<= _list.random()>>">><br>
The conversation went on a little bit longer. Both of you got to know each other better and $girl1.name1 likes you a little bit more. (+1 Love)<br>
<<else>>
<<talk $girl1>><br>
<</if>>
<br><<button "Talk about..." "apartment1b">><<set $act to "talk_girl1_2", $act2 to "">><</button>>
<<check_nextevent $girl1>>
<<if $girl1.love gte 20 and $girl1.event.event2.talk1 is 0 and $man1.var.var1 is 1>>
<<button "Talk about $girl1.name1's relationship with $girl1.partner" "apartment1b">><<set $act to "talkaboutpartner">><</button>>
<</if>>
<<if $girl1.love gte 20 and $girl1.event.event2.talk1 is 1 and $girl1.event.event2.talk2 is 0 and $girl1.nextevent.one.status>>
<<button "Talk more about $girl1.name1's relationship with $girl1.partner" "apartment1b">><<set $act to "talkaboutpartner2">><</button>>
<</if>>
<<if $girl1.event.event2.completed is 0>>
<<if $girl1.love gte 25 and $girl1.event.event2.talk2 is 1 and $girl1.event.event2.talk3 is 0 and $girl1.nextevent.one.status>>
<<button "Somebody moaned last night..." "apartment1b">><<set $act to "talk_include", $act2 to "howsthebabymakinggoing">><</button>>
<</if>>
<<if $girl1.love gte 25 and $girl1.event.event2.talk3 is 1 and $girl1.event.event2.talk4_checkup is 0 and $girl1.nextevent.one.status>>
<<button "Check-up" "apartment1b">><<set $act to "talk_include", $act2 to "howsthebabymakinggoing2">><</button>>
<</if>>
<<if $girl1.love gte 25 and $girl1.event.event2.talk4_checkup is 1 and $girl1.event.event2.talk4_checkup_status is 0 and $girl1.nextevent.one.status>>
<<button "Check-up status" "apartment1b">><<set $act to "talk_include", $act2 to "howsthebabymakinggoing3">><</button>>
<</if>>
<<if $girl1.love gte 30 and $girl1.event.event2.talk4_checkup_status is 1 and $girl1.event.event2.talk5_secretmassage is 0 and $girl1.nextevent.one.status>>
<<button "About $girl1.partner's sperms" "apartment1b">><<set $act to "talk_include", $act2 to "solution1">><</button>>
<</if>>
<<if $girl1.love gte 30 and $girl1.event.event2.talk5_secretmassage is 1 and $girl1.event.event2.talk6_gotholdofguy is 0 and $girl1.nextevent.one.status>>
<<button "I got a hold of the guy" "apartment1b">><<set $act to "talk_include", $act2 to "solution2">><</button>>
<</if>>
<<if $girl1.love gte 30 and $girl1.event.event2.talk6_gotholdofguy is 1 and $girl1.event.event2.talk7_canmassagetalk1 is 0 and $girl1.nextevent.one.status>>
<<button "We can do the massage" "apartment1b">><<set $act to "talk_include", $act2 to "solution3">><</button>>
<</if>>
<<if _tempday isnot 0 and _tempday isnot 6 and _temphour lte 16 and _temphour gt 7>>
<<girl_loca $man1>>
<<if $man1.location isnot "kitchen" and $man1.location isnot "bedroom" and $man1.location isnot "livingroom">>
<<set _ethannotpresent to true>>
<</if>>
<</if>>
<<if $girl1.love gte 30 and $girl1.event.event2.talk7_canmassagetalk1 is 1 and $girl1.event.event2.talk8_aftermassagefirstsex is 0 and $girl1.event.event2.massage1 is 0 and $girl1.nextevent.one.status and _ethannotpresent>>
<<button "Do the massage" "apartment1b">><<set $act to "talk_include", $act2 to "massage1", $act_2 to "one", $girl1.event.event2.massage_qty+=1>><</button>>
<</if>>
<<if $girl1.love gte 30 and $girl1.event.event2.massage1 isnot 0 and $girl1.event.event2.talk8_aftermassagefirstsex is 0 and $girl1.nextevent.one.status and _ethannotpresent>>
<<button "Talk about the sex" "apartment1b">><<set $act to "talk_include", $act2 to "talk_after_first_sex">><</button>>
<</if>>
<<if $girl1.love gte 30 and $girl1.event.event2.talk8_aftermassagefirstsex is 1 and $girl1.event.event2.talk9_agreementcanhavesex is 0 and $girl1.nextevent.one.status and _ethannotpresent>>
<<button "Massage" "apartment1b">><<set $act to "talk_include", $act2 to "massage2", $act_2 to "one">><</button>>
<</if>>
<<elseif $girl1.event.event2.completed is 1>>
<<if _tempday isnot 0 and _tempday isnot 6 and _temphour lte 16 and _temphour gt 7>>
<<girl_loca $man1>>
<<if $man1.location isnot "kitchen" and $man1.location isnot "bedroom" and $man1.location isnot "livingroom">>
<<set _ethannotpresent to true>>
<</if>>
<</if>>
<<if $girl1.love gte 30 and $girl1.event.event2.talk9_agreementcanhavesex is 1 and $girl1.nextevent.one.status and _ethannotpresent>>
<<button "Massage" "apartment1b">><<set $act to "talk_include", $act2 to "normal_massage_sex_possible", $act_2 to "one">><<set_nextevent "girl1" "one" 1>><</button>>
<<elseif $girl1.love gte 30 and $girl1.event.event2.talk9_agreementcanhavesex is 1 and $girl1.nextevent.one.status and !_ethannotpresent>>
<<button "Massage" "apartment1b">><<set $act to "talk_include", $act2 to "normal_massage_sex_possible_no", $act_2 to "one">><</button>>
<</if>>
<</if>>
<<if $girl1.event.event3.completed is 0>>
<<if $girl1.event.event3.active is 1>>
<<if $girl1.event.event3.surprise1 is 1 and $girl1.event.event3.kitchensex1_count gte 1 and $girl1.event.event3.hasphonenumber is 0>>
<<button "Ask for her phone number" $act4>><<set $act to "talk_include2", $act2 to "ask_phone_number", $act_2 to "one">><</button>>
<</if>>
<</if>>
<<else>>
<</if>>
/*below is for testing, do not delete*/
<<if _tempblablasecondrelease is 1>>
<div class="line-text"><span>↓ FOR DEBUG ↓</span></div>
<br><<button "Somebody moaned last night..." "apartment1b">><<set $act to "talk_include", $act2 to "howsthebabymakinggoing">><</button>>
<br><<button "Check-up" "apartment1b">><<set $act to "talk_include", $act2 to "howsthebabymakinggoing2">><</button>>
<br><<button "Check-up status" "apartment1b">><<set $act to "talk_include", $act2 to "howsthebabymakinggoing3">><</button>>
<br><<button "Solution (1) tell about secret massage" "apartment1b">><<set $act to "talk_include", $act2 to "solution1">><</button>>
<br><<button "Solution (2) managed to get hold of guy" "apartment1b">><<set $act to "talk_include", $act2 to "solution2">><</button>>
<br><<button "Solution (3) can go through with massage" "apartment1b">><<set $act to "talk_include", $act2 to "solution3">><</button>>
<br><<button "Massage (1)" "apartment1b">><<set $act to "talk_include", $act2 to "massage1", $act_2 to "one">><</button>>
<br><<button "Talk after first sex (1)" "apartment1b">><<set $act to "talk_include", $act2 to "talk_after_first_sex">><</button>>
<br><<button "Massage (2)" "apartment1b">><<set $act to "talk_include", $act2 to "massage2", $act_2 to "one">><</button>>
<br><<button "normal_massage_sex_possible" "apartment1b">><<set $act to "talk_include", $act2 to "normal_massage_sex_possible", $act_2 to "one">><</button>>
<</if>>
/*<br><<button "Talk more" "apartment1b_events">><<set $act to "talk_more_1">><</button>>
<br><<button "Talk more 2" "apartment1b_events">><<set $act to "talk_more_3">><</button>>
<br><<button "Talk more 3" "apartment1b_events">><<set $act to "talk_more_5">><</button>>*/
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<elseif $act_1 is "talkaboutpartner">>
<<set $girl1.event.event2.talk1 to 1, $girl1.var.var4 to 1>><<addmins 55>><<set_nextevent "girl1" "one" 7>>
<<cont append>>
<<dialog $player "I noticed that I haven't seen $girl1.partner around lately.">><br>
<<cont append>>
<<dialog $girl1 "Yeah... he's been busy (sigh).">><br>
<<cont append>>
<<dialog $player "I didn't realize you could be so busy working as a teacher.">><br>
<<dialog $girl1 "Things have been a bit hectic lately, with his job and all. When he gets home, he's always too tired and doesn't want to do much. I feel like we're not doing fun things together anymore.">><br>
<<cont append>>
"Didn't they just move in?" you thought to yourself. Nonetheless, you could see that $girl1.name1 dissatisfied with the current state of her relationship.<br><br>
<<cont append>>
<<dialog $girl1 "I know that he has big responsibilities as a teacher, but I wish he'd be more excited to spend more times together. Maybe it's me, maybe I'm not doing enough. Sometimes I feel like he doesn't love me as much as he used to anymore.">><br>
<<cont append>>
<<dialog $player "Oh come on, I'm sure that $girl1.partner's just too ocupied with his work. I think you need to communicate and let him know about how you're feeling right now. You can't keep it all to yourself.">><br>
<<dialog $girl1 "You're right, I shouldn't be so dimissive of my own feelings.">><br>
The conversation continued a bit more. $girl1.name1 trust you more and her love towards you has increased.<br><br>
<span id="back"><<button "Back" "apartment1b">><<set $act2 to "", $act to "bedroom", $girl1.var.var4 to 0>><</button>></span>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<<elseif $act_1 is "talkaboutpartner2">>
<<set $girl1.event.event2.talk2 to 1, $girl1.var.var4 to 1>><<addmins 55>><<set_nextevent "girl1" "one" 1>>
<<cont append>>
<<dialog $player "So did you talk with $girl1.partner?">><br>
<<cont append>>
<<dialog $girl1 "I did and... We decided that we're gonna have a baby!">><br>
<<dialog $player "Whoa, a baby? That's great news! But how did \"I'm feeling neglected\" become \"We're going to have a baby!\"?">><br>
<<cont append>>
<<dialog $girl1 "Well, we were talking during dinner, and I brought up the topic with $girl1.partner about how we hardly get to hang out these days. He admitted he's been kinda ignoring me without meaning to, and I owned up to not speaking up about it until now. ">><br>
<<dialog $player "Uhuh.">><br>
<<cont append>>
<<dialog $girl1 "We've always wanted to start a family but we didn't think it was time yet.
But now that $girl1.partner has a secure job, and I can work from home, it would be the perfect time to have our first baby.">><br>
<<cont append>>If $girl1.partner is busy now, he's going to be a whole lot busier when the baby comes. It's like trying to fix a leaking fish tank with duct tape.<br><br>
<<cont append>>
<<dialog $player "Well I'll just congratulate you early then.">><br>
<<dialog $girl1 "Thank you! I can't wait to be a mom!">><br>
<span id="back"><<button "Back" "apartment1b">><<set $act2 to "", $act to "bedroom", $girl1.var.var4 to 0>><</button>></span>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<<elseif $act_1 is "talk_girl1_2">>
<<if $act2 is "">>
<<button "How did you and $girl1.partner meet?" "apartment1b">><<set $act2 to "how_meet">><</button>>
<<button "What did you say your work was?" "apartment1b">><<set $act2 to "whatjob">><</button>>
<<button "On an unrelated note..." "apartment1b">><<set $act2 to "bonus_question">><</button>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<elseif $act2 is "how_meet">>
<<dialog $player "How did you and $girl1.partner meet?">><br>
<<dialog $girl1 "Oh, we actually met at a charity run for a local library, which was trying to raise funds to renovate its children’s section.
I remember it was a really sunny day, and I was feeling super energized. I guess I was a bit too enthusiastic because I ended up speeding ahead without even realizing it!">><br>
<<dialog $player "You must be quite the runner!">><br>
<<dialog $girl1 "I was, but not so much these days! Anyway, $girl1.partner caught up with me at the finish line, all out of breath, and the first thing he said was something like,
\"You run like the wind. Ever thought of slowing down to enjoy the view?\" It was so cheesy, but I couldn't help but laugh. We ended up talking over smoothies afterwards, and, well, the rest is history.">><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<elseif $act2 is "bonus_question">>
<<dialog $player "On an unrelated note, if animals could talk, which species do you think would be the rudest of them all?">><br>
<<dialog $girl1 "Awww, I don't think animals can be rude, they're so cute and adorable.">><br>
<<dialog $player "But if you had to pick one anyway?">><br>
<<dialog $girl1 "Hmm, if I had to... probably a goose.">><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<elseif $act2 is "whatjob">>
<<dialog $player "What did you say your work was again? Something something about working from home?">><br>
<<dialog $girl1 "(Laughs) It's definitely not \"something something\". I do a bit of everything related to graphic design, mostly working with small businesses and startups on their branding, whatever fits the customer's requirements.">><br>
<<dialog $player "That sounds pretty fun.">><br>
<<dialog $girl1 "Oh it's been good. Dealing with new customers is always a new experience, plus working from home means that I can take a break whenever I want.">><br>
<<dialog $player "Breaks on your own times sounds incredible.">><br>
<<if $girl1.var.var5 is 0>>
<<dialog $girl1 "What about you? I don't think you've mentioned what work you do.">><br>
<<button "<<dialog $player \"I don't know.\">>" "apartment1b">><<set $act2 to "ask_player_job", $act4 to "dontknow", $girl1.var.var5 to "dontknow">><</button>> <br>
<<button "<<dialog $player \"Oh just some freelancing.\">>" "apartment1b">><<set $act2 to "ask_player_job", $act4 to "freelance", $girl1.var.var5 to "freelance">><</button>> <br>
<<button "<<dialog $player \"I don't want to work.\">>" "apartment1b">><<set $act2 to "ask_player_job", $act4to "caninotwork", $girl1.var.var5 to "caninotwork">><</button>> <br>
<<button "<<dialog $player \"You know what, I still have to figure that out.\">>" "apartment1b">><<set $act2 to "ask_player_job", $gvar.var4 to "itstooearlytoknow", $act4 to "itstooearlytoknow">><</button>> <br>
<<else>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<</if>>
<<elseif $act2 is "ask_player_job">>
<<add_love $girl1>>
<<if $act4 is "dontknow">>
<<dialog $player "I dont know yet $girl1.name1, I'm still looking for one.">><br>
<<dialog $girl1 "Oh, well, you can take it slow, you'll find a nice job you'll like eventually.">><br>
<<elseif $act4 is "freelance">>
<<dialog $player "I'm just do some freelance or part time work for now. Restaurants, Over, Entryway Spring and all those kind of stuffs. It's not the best, but it's something, you know.">><br>
<<dialog $girl1 "You're a jack of all trades $player.name1, you're can work in any place and environments.">><br>
<<elseif $act4 is "caninotwork">>
<<dialog $player "Oh my god, if I could just not work, like, EVER, that would be great. Working is such a drag, eh?">><br>
<<dialog $girl1 "(Laughs) Yeah that would be great, but having things to do sounds fun too.">><br>
<<else>>
<<dialog $player "At this point of my life, I'm still undecided about it, but for now, I'm just one unemployed man.">><br>
<<dialog $girl1 "That's okay. I think it's nice that you're taking real deliberations into your own future.">><br>
<</if>>
<span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<else>>
Woot woot error woot woot <br><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<</if>>
<<elseif $act_1 is "meet_girl1">>
<style>body {background-image: url("images/GPG1O/loca/apartment/apartment_hallway1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
A new neighbour has moved in! They are in apartment 1B, right in front of yours. You thought nothing of it. <<cont append>>As you insert your key to open the door to your apartment, you are greeted by an unfamiliar voice.<br><br>
<<cont append>>
<<dialog $girl1 "Hi there! you must be the new neighbour." "Woman's voice" "random_woman">><br>
New neighbour? You turn your head back...<<cont append>> and see a beautiful goddess standing behind you.<br><br>
<img src="images/GPG1O/char/allie/allie_1.webp"><br><br>
<<dialog $girl1 "I'm $girl1.name1! I hope we can become good neighbours.">><br>
<<dialog $player "Oh, hi! Yep, that's me, the new neighbour. The name's $player.name1. It's nice to meet you!">><br>
<<dialog $girl1 "You have a really unique name $player.name1, it's so... cool!">><br>
After some chit-chat, you found out that $girl1.name1 moved to the area because her partner, $girl1.partner, got a job as a teacher in a nearby school. The conversation ended soon after. <br><br>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "apartment_hallway1", $girl1.var.var4 to 0>><<set_nextevent "girl1" "one" 1, $gvar.var7 to 1>><</button>></span>
<</cont>>
<</cont>>
<</cont>>
<</if>>
<</nobr>><<nobr>>
<<if $act3 is "bedroom">>
<style>body {background-image: url("images/GPG1O/loca/houses/house1/bedroom_blur.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "kitchen">>
<style>body {background-image: url("images/GPG1O/loca/houses/house1/kitchen_blur.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "livingroom">>
<style>body {background-image: url("images/GPG1O/loca/houses/house1/livingroom_blur.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<elseif $act3 is "bathroom">>
<style>body {background-image: url("images/GPG1O/loca/houses/house1/bathroom_blur.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<else>>
<<= '<style>body {background-color: #' + $girl1.color + ';}</style>'>>
<</if>>
<<set _tempday to $gameDate.getDay()>>
<<set _temphour to $gameDate.getHours()>>
<<set $gvar.var7 to 1>>
<<addmins $traveltime.one>>
<<check_operatingStatus $girl1 "one">>
<<if $girl1.var.var4 is 0>>
<<if !$girl1.operatingHour.one.status>>
<<set $act to "getout">>
<</if>>
<</if>>
<<if $act is "hallway">>
<<girl_loca $man1>>
<<girl_loca $girl1>>
You are inside $girl1.name1 and $girl1.partner's apartment. <br><br>
<div class="image-row">
<div class="image-container3">
<<if $gvar.var2 is "livingroom">><<cornerimage $girl1>><</if>><<if $man1.location is "livingroom">><<cornerimage $man1>><</if>>
<<button'<img src="images/GPG1O/loca/houses/house1/thumb/livingroom.webp">' "apartment1b">><<set $act to "livingroom", $act2 to "">><</button>>
<div class="overlay-text2">LIVINGROOM</div>
</div>
<div class="image-container3">
<<if $gvar.var2 is "bathroom">><<cornerimage $girl1>><</if>><<if $man1.location is "bathroom">><<cornerimage $man1>><</if>>
<<button'<img src="images/GPG1O/loca/houses/house1/thumb/bathroom.webp">' "apartment1b">><<set $act to "bathroom", $act2 to "">><</button>>
<div class="overlay-text2">BATHROOM</div>
</div>
<div class="image-container3">
<<if $gvar.var2 is "bedroom">><<cornerimage $girl1>><</if>><<if $man1.location is "bedroom">><<cornerimage $man1>><</if>>
<<button'<img src="images/GPG1O/loca/houses/house1/thumb/bedroom.webp">' "apartment1b">><<set $act to "bedroom", $act2 to "">><</button>>
<div class="overlay-text2">BEDROOM</div>
</div>
<div class="image-container3">
<<if $gvar.var2 is "kitchen">><<cornerimage $girl1>><</if>><<if $man1.location is "kitchen">><<cornerimage $man1>><</if>>
<<button'<img src="images/GPG1O/loca/houses/house1/thumb/kitchen.webp">' "apartment1b">><<set $act to "kitchen", $act2 to "">><</button>>
<div class="overlay-text2">KITCHEN</div>
</div>
</div>
<br><span id="back"><<button "Outside" "NAVIGATE1">><<set $act to "apartment_hallway1">><</button>></span>
<<elseif $act is "getout">>
You looked at the clock, realized it was getting late, and excused yourself.<br>
<br><span id="back"><<button "Outside" "NAVIGATE1">><<set $act to "apartment_hallway1">><</button>></span>
<<elseif $act is "bathroom">>
<style>body {background-image: url("images/GPG1O/loca/houses/house1/bathroom.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<girl_loca $girl1>>
<<if $girl1.location is "bathroom">>
You find $girl1.name1 in the bathroom. <br><br> TEMPORARY image here.
<img src="images/GPG1O/char/allie/gene/kitchen_1.webp"><br><br>
<<button "Talk to $girl1.name1" "apartment1b">><<set $act3 to $act, $act to "talk">><<addmins 50>><</button>>
<<button "Gifts" "apartment1b">><<set $act3 to $act, $act to "gift">><<addmins 25>><</button>>
<<button "Make a joke" "apartment1b">><<set $act3 to $act, $act to "joke">><<addmins 50>><</button>>
<<else>>
You are in the bathroom.<br>
<</if>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to "hallway">><</button>></span>
<<elseif $act is "livingroom">>
<style>body {background-image: url("images/GPG1O/loca/houses/house1/livingroom.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<girl_loca $man1>>
<<girl_loca $girl1>>
<<if $girl1.location is "livingroom">>
You find $girl1.name1 in the livingroom.<br><br>
<img src="images/GPG1O/char/allie/gene/livingroom_1.webp"><br><br>
<<button "Talk to $girl1.name1" "apartment1b">><<set $act3 to $act, $act to "talk">><<addmins 30>><</button>>
<<button "Gifts" "apartment1b">><<set $act3 to $act, $act to "gift">><<addmins 25>><</button>>
<<button "Make a joke" "apartment1b">><<set $act3 to $act, $act to "joke">><<addmins 50>><</button>>
<<if $girl1.love gte 10>><<button "Flirt" "apartment1b">><<set $act3 to $act, $act to "flirt">><<addmins 50>><</button>><</if>>
<<elseif $man1.location is "livingroom">>
You see $man1.name1 sitting in the livingroom watching tv.<br>
<img src="images/GPG1O/char/general/man_watch_tv.webp"><br><br>
<<button "Hang out with $man1.name1" "apartment1b">><<set $act3 to $act, $act to "talk_man1">><</button>>
<<else>>
You are in the livingroom.<br>
<</if>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to "hallway">><</button>></span>
<<elseif $act is "kitchen">>
<style>body {background-image: url("images/GPG1O/loca/houses/house1/kitchen.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<girl_loca $man1>>
<<girl_loca $girl1>>
<<if $girl1.location is "kitchen">>
You find $girl1.name1 in the kitchen, without her pants on. <br><br>
<img src="images/GPG1O/char/allie/gene/kitchen_1.webp"><br><br>
<<button "Talk to $girl1.name1" "apartment1b">><<set $act3 to $act, $act to "talk">><<addmins 30>><</button>>
<<button "Gifts" "apartment1b">><<set $act3 to $act, $act to "gift">><<addmins 25>><</button>>
<<button "Make a joke" "apartment1b">><<set $act3 to $act, $act to "joke">><<addmins 50>><</button>>
<<if $girl1.love gte 10>><<button "Flirt" "apartment1b">><<set $act3 to $act, $act to "flirt">><<addmins 50>><</button>><</if>>
<<if $girl1.event.event2.completed is 1>>/*start of event 3*/
<<if $man1.location isnot "kitchen" and $man1.location isnot "bedroom" and $man1.location isnot "livingroom">>
<<set _ethannotpresent to true>>
<</if>>
<<if _ethannotpresent>>
<<button "Surprise her" "apartment1b">><<set $act3 to $act, $act to "talk_include2", $act2 to "surprise1", $act_2 to "one">><</button>>
<<else>>
<<button "Surprise her..." "apartment1b">><<set $act3 to $act, $act to "talk_include2", $act2 to "surprise1_eethan_present", $act_2 to "one">><</button>>
<</if>>
<<else>>
/%
<<if $man1.location isnot "kitchen" and $man1.location isnot "bedroom" and $man1.location isnot "livingroom">>
<<set _ethannotpresent to true>>
<</if>>
<<if _ethannotpresent>>
<<button "Surprise her" "apartment1b">><<set $act3 to $act, $act to "talk_include2", $act2 to "surprise1", $act_2 to "one">><</button>>
<<else>>
/*<<button "Surprise her..." "apartment1b">><<set $act3 to $act, $act to "talk_include2", $act2 to "surprise1_eethan_present", $act_2 to "one">><</button>>*/
<</if>>
%/
<</if>>
/*<br><br><<button "Surprise her (partner not home) " "apartment1b_events">><<set $act3 to $act, $act to "sex_kitchen_no_partner_0", $act2 to "surprise">><</button>>
<<button "Surprise her (partner home)" "apartment1b_events">><<set $act3 to $act, $act to "sex_kitchen_with_partner_0", $act2 to "surprise">><</button>>*/
<<elseif $man1.location is "kitchen">>
You see $man1.name1 sitting at the kitchen table, reading his newspaper.<br><br>
<img src="images/GPG1O/char/general/man_read_newspaper.webp"><br><br>
<<button "Hang out with $man1.name1" "apartment1b">><<set $act3 to $act, $act to "talk_man1">><</button>>
<<else>>
You are in the kitchen.<br>
<</if>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to "hallway">><</button>></span>
<<elseif $act is "bedroom">>
<style>body {background-image: url("images/GPG1O/loca/houses/house1/bedroom.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<girl_loca $girl1>>
<<if $girl1.location is "bedroom">>
You find $girl1.name1 sitting in her room.<br><br>
<img src="images/GPG1O/char/allie/gene/sitting.webp"><br><br>
<<button "Talk to $girl1.name1" "apartment1b">><<set $act3 to $act, $act to "talk">><<addmins 30>><</button>>
<<button "Gifts" "apartment1b">><<set $act3 to $act, $act to "gift">><<addmins 25>><</button>>
<<button "Make a joke" "apartment1b">><<set $act3 to $act, $act to "joke">><<addmins 50>><</button>>
<<if $girl1.love gte 10>><<button "Flirt" "apartment1b">><<set $act3 to $act, $act to "flirt">><<addmins 50>><</button>><</if>>
/*
<<button "Sex [normal sex]" "apartment1b_events">><<set $act3 to $act, $act to "sex_1", $act2 to "">><<update_sdet $girl1 "start" "none">><</button>>
<<button "Sex [normal sex but $girl1.partner is home]" "apartment1b_events" >><<set $act3 to $act, $act to "sex_1_partner_home", $act2 to "">><<update_sdet $girl1 "start" "none">><</button>>
*/
<<else>>
You are in the bedroom.<br>
<</if>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to "hallway">><</button>></span>
<<elseif $act is "talk">>
<<set $act_1 to $act>>
<<include "allie_talk_normal">>
<<elseif $act is "talk_include2">>
<<set $act4 to passage()>>
<<set _negativetime to -1*$traveltime.one>>
<<addmins _negativetime>>
<<set $gvar.var7 to 0>>
<<if $act2 is "surprise1">>
<<if $girl1.event.event3.active is 0>>
<<set $girl1.event.event3.active to 1>>
<<set $girl1.event.event3.hasphonenumber to 0, $girl1.event.event3.surprise1 to 0, $girl1.event.event3.kitchensex1_count to 0>>
<</if>>
/**/
<<set $act_1 to $act2>><<set_nextevent "girl1" "one" 1>>
<<include "allie_kitchen_1">>
<<elseif $act2 is "allie_kitchen_sex_1">>
<<set $act_1 to $act2, $girl1.event.event3.surprise1 to 1>><<set_nextevent "girl1" "one" 1>>
<<include "allie_kitchen_sex_1">>
<<elseif $act2 is "surprise1_eethan_present">>
<<set $act_1 to $act2>><<set_nextevent "girl1" "one" 1>>
<<include "allie_kitchen_1">>
<<elseif $act2 is "ask_phone_number">>
<<set $act_1 to $act2, $girl1.event.event3.hasphonenumber to 1, $girl1.var.var6 to 1>>
<<set $girl1.event.event3 to {"completed":1, "active":0}>>
<<if $girl1.corruption_level lt 2>><<set $girl1.corruption_level to 2>><</if>>
<<include "allie_talk">>
<<else>>
<</if>>
<<elseif $act is "talk_include">>
<<set _negativetime to -1*$traveltime.one>>
<<addmins _negativetime>>
<<set $gvar.var7 to 0>>
<<if $act2 is "howsthebabymakinggoing">>
<<set $act_1 to $act2, $girl1.event.event2.talk3 to 1>><<set_nextevent "girl1" "one" 1>>
<<include "allie_talk">>
<<elseif $act2 is "howsthebabymakinggoing2">>
<<set $act_1 to $act2, $girl1.event.event2.talk4_checkup to 1>><<set_nextevent "girl1" "one" "mon">>
<<include "allie_talk">>
<<elseif $act2 is "howsthebabymakinggoing3">>
<<set $act_1 to $act2, $girl1.event.event2.talk4_checkup_status to 1>><<set_nextevent "girl1" "one" 1>>
<<include "allie_talk">>
<<elseif $act2 is "solution1">>
<<set $act_1 to $act2, $girl1.event.event2.talk5_secretmassage to 1>><<set_nextevent "girl1" "one" 2>>
<<include "allie_talk">>
<<elseif $act2 is "solution2">>
<<set $act_1 to $act2, $girl1.event.event2.talk6_gotholdofguy to 1>><<set_nextevent "girl1" "one" 1>>
<<include "allie_talk">>
<<elseif $act2 is "solution3">>
<<set $act_1 to $act2, $girl1.event.event2.talk7_canmassagetalk1 to 1>><<set_nextevent "girl1" "one" 1>>
<<include "allie_talk">>
<<elseif $act2 is "massage1">>
<<set $act_1 to $act2, $girl1.event.event2.massage1 to 1>><<set_nextevent "girl1" "one" 1>>
<<set $act4 to passage()>>
<<include "allie_massage">>
<<elseif $act2 is "sex_first">>
<style>body {background-image: url("images/GPG1O/loca/houses/house1/bedroom_blur.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<set $act_1 to $act2>>
<<set $act4 to passage()>>
<<include "allie_massage">>
<<elseif $act2 is "afterward_sex_first">>
<<set $act_1 to $act2>><<set_nextevent "girl1" "one" 1>>
<<set $act4 to passage()>>
<<include "allie_massage">>
<<elseif $act2 is "talk_after_first_sex">>
<<set $act_1 to $act2, $girl1.event.event2.talk8_aftermassagefirstsex to 1>>
<<include "allie_talk">>
<<elseif $act2 is "massage2">>
<style>body {background-image: url("images/GPG1O/loca/houses/house1/bedroom_blur.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<set $act_1 to $act2>><<set_nextevent "girl1" "one" 1>>
<<set $act4 to passage()>>
<<include "allie_massage">>
<<elseif $act2 is "massage_seduce_1">>
<style>body {background-image: url("images/GPG1O/loca/houses/house1/bedroom_blur.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<set $act_1 to $act2>>
<<set $act4 to passage()>>
<<include "allie_massage_2">>
<<elseif $act2 is "afterward_sex_2">>
<<if $girl1.corruption_level lt 1>><<set $girl1.corruption_level to 1>><</if>>
<<set $act_1 to $act2, $girl1.event.event2.talk9_agreementcanhavesex to 1, $girl1.event.event2.completed to 1>>
<<set $act4 to passage()>>
<<include "allie_massage">>
<<elseif $act2 is "normal_massage_sex_possible">>
<style>body {background-image: url("images/GPG1O/loca/houses/house1/bedroom_blur.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<set $act_1 to $act2>>
<<set $act4 to passage()>>
<<include "allie_massage_2">>
<<elseif $act2 is "after_cum">>
<<set $act_1 to $act2>>
<<set $act4 to passage()>>
<<include "allie_massage">>
<<elseif $act2 is "normal_massage_sex_possible_no">>
<<set $act_1 to $act2>>
<<set $act4 to passage()>>
<<include "allie_talk">>
<<else>>
<</if>>
<<elseif $act is "talk_girl1_2">>
<<set $act_1 to $act>>
<<include "allie_talk_normal">>
<<elseif $act is "joke">>
<<joke>><br>
<<joke_response $girl1>><br><br>
<span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<elseif $act is "gift">>
<<gift $girl1 1 "gift2" "apartment1b">><br> /*gift 1.character 2.gift_level 3.set_act 4.set_pasage*/
<span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<elseif $act is "gift2">>
<<gift_response $girl1>><br><br>
<span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<elseif $act is "flirt">>
<<flirt $girl1>><br>
<<flirt_response $girl1>><br>
<<if Math.max($girl1.love, $girl1.lust) gte $girl1.personality.flirtpoint.one>><br><<button "Do some casual touching" "apartment1b_events">><<set $act to "flirt_1">><</button>><</if>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<elseif $act is "talk_man1">>
<<set $act_1 to $act>>
<<include "man1_talk_normal">>
<<elseif $act is "talk_man1_2">>
<<set $temptoggle to 0>>
<<set $act_1 to $act>>
<<include "man1_talk_normal">>
<<elseif $act is "meet_girl1">>/*meeting allie at the hallway for the first time*/
<<set $act_1 to $act>>
<<set $girl1.var.var1 to 1>>
<<include "allie_talk_normal">>
<<elseif $act is "talkaboutpartner">>
<<set $act_1 to $act>>
<<include "allie_talk_normal">>
<<elseif $act is "talkaboutpartner2">>
<<set $act_1 to $act>>
<<include "allie_talk_normal">>
<<elseif $act is "flirt2_unused">>/*can be deleted probably*/
<h1>TEMPORARY PAGE ONLY</h1>
<<dialog $player "You know, I've been wanting to thank you for the gift. (pause) I’ve been wearing this smile ever since you gave it to me.">><br>
After hearing what you said, Allie let out a huge smile.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/gene/flirt.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Oh my god, that is so cheezy John.">><br>
<<dialog $player "You: Hey as long as you like it, I'm gonna keep being cheezy">><br>
You notice Allie blushing a bit.<br><br>
/%<<flirt $girl1 "neighbour">><br><br>%/
<span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<else>>
You shouldn't be here, this is an error, SOREEY <br><br>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "apartment_hallway1">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<style>body {background-color: #b0dbf1;}</style>
<<if $act is "crosspath1">>
<<set $girl1.event.event1.talk +=1, $girl1.love +=1>><<set_nextevent "girl1" "one" 1>>
<style>body {background-image: url("images/GPG1O/loca/apartment/apartment_hallway1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<img src="images/GPG1O/char/allie/gene/talk_1.webp"><br><br>
<<talk $girl1>><br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "apartment_hallway1">><</button>></span>
<<elseif $act is "sex_1_partner_home">>
<<if $act2 is "">>
<div class="stretched-text"><b>sex 1 partner, $girl1.partner is home.</b></div><br><br>
You start touching $girl1.name1, signaling your interest in having sex with her, despite her partner being in the same house.
What level of corruption does $girl1.name1 has and will she be willing to have sneak sneaky sex with you?<br><br>
<<dialog $girl1 "$player.name1! What're you doing! $girl1.partner's home!">><br>
<<dialog $player "Doesn't that make this exiting? Come one $girl1.name1, let's do a quick one.">><br>
<<dialog $girl1 "Are you crazy? $girl1.partner is going to find out.">><br>
<<dialog $player "He won't find out if we start fucking now. Come on baby, I'm not the only one getting turned on by this am I?">><br>
<<dialog $girl1 "(sigh) okay fine, but hurry up and cum.">><br>
<<button "Quick fuck" "apartment1b_events">><<set $act2 to "sex1">><<sex_limit "start">><</button>>
<<elseif $act2 is "sex1">>
You and $girl1.name1 locked the door, stripped naked and prepare to have sex. $girl1.name1 starts by sucking your dick off to help you get off quicker.
Her blowjob feels extra nice today, you're gonna wanna make it a habit if having sneaky sex means that she'll suck you better.<br>
<br><<button "Another position" "apartment1b_events">><<set $act2 to "vaginal1">><</button>>
<<elseif $act2 is "vaginal1">>
While giving you a blowjob, it seems that this whole situation, with it's taboo nature and $girl1.partner being home has made $girl1.name1 wetter than usual.
Looks like she is just as much of a freak as you are. You quickly take position to fuck her cheating pussy.<br><br>
[FUCKING VIDEO HERE]<br>
<br><<button "Another position" "apartment1b_events">><<set $act2 to "position2">><</button>>
<<elseif $act2 is "position2">>
You changed position and starts fucking her like a mad man. Thankfully $girl1.name1 and $girl1.partner's marital bed are made of solid wood and doesn't creak too much as you pound into $girl1.name.
There nothing quite like fucking a commited women in her own home on her own marital bed..<br><br>
[FUCKING VIDEO HERE]<br>
<br><<button "Final position" "apartment1b_events">><<set $act2 to "position3">><</button>>
<<elseif $act2 is "position3">>
You changed position again. You sense that you're getting close. $girl1.name1's gripping you tightly, very tightly. Is it due to fear of getting caught or the excitement of it? It doesn't really matter, all you cared about was to fuck her like she's yours.
That's what she is at this point, yours. You're at your limit.<br><br>
[FUCKING VIDEO HERE]<br>
<br><<button "Decide where to cum" "apartment1b_events">><<set $act2 to "cum_decide">><</button>>
<<elseif $act2 is "cum_decide">>
As you thrust into her wet pussy, you ask $girl1.name1 where she wants you to cum. <br><br>
<<dialog $player "I'm gonna cum baby, I'm real close. Maybe you should let me cum in you, it'll be easier to clean.">><br>
<br>
[$girl1.name1's decision here]<br><br>
<<dialog $girl1 "">><br>
[$girl1.name1's decision here]<br><br>
<<button "cum INSIDE" "apartment1b_events">><<set $act2 to "cum_inside">><</button>><<button "cum OUTSIDE" "apartment1b_events">><<set $act2 to "cum_outside">><</button>>
<<elseif $act2 is "cum_inside">>
You gladly dumped all your load into $girl1.name1's fertile womb. Consequences be damned, you'll deal with it when it comes, but for today, you're gonna breed this cheating wife.<br><br>
<<dialog $player "That's my good obedient slut.">><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<elseif $act2 is "cum_outside">>
Looks like $girl1.name1 still had her senses to her as she pleads you to pull out instead of letting you inseminate her. You obliged, and pulled out last minute, maybe a drop or two of your cum landed in her pussy, but you got most of it on her stomach.<br><br>
<<dialog $player "One day, you're going to beg me to knock you up $girl1.name1">><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<else>>
asdopu2p4uoi4pdpd <br><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<</if>>
<<elseif $act is "sex_kitchen_with_partner_0">>
<<if $act2 is "surprise">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You sneak up beind $girl1.name1 as she prepares food in the kitchen. She didn't hear you come in.<br><br>
<<dialog $player "Boo!">><br>
<<dialog $girl1 "Ah! $player.name1! You scared me there">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "Ask what she's making" "apartment1b_events">><<set $act2 to "kitchen1">><</button>>
<<elseif $act2 is "kitchen1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "What're you making">><br>
<<dialog $girl1 "Just some breakfast for me and $girl1.partner.">><br>
<<button "Get frisky" "apartment1b_events">><<set $act2 to "kitchen2">><</button>>
<<elseif $act2 is "kitchen2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You look left and right to check your surrounding. Once you see that $girl1.partner is nowhere near the kitchen, you start groping $girl1.name1 all over.<br><br>
<<dialog $girl1 "$player.name1! Oooh, stop $girl1.partner is here.">><br>
<<dialog $player "I'm just coping a feel baby. I can't help myself around you.">><br>
[if not high enough corruption]<br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen_stop.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "apartment_hallway1">><</button>></span>
<br><br> [if high enough corruption]<br>
<<button "Pull out your dick and fuck $girl1.name1" "apartment1b_events">><<set $act2 to "kitchen3">><</button>>
<<elseif $act2 is "kitchen3">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen11.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "You might wanna keep your voice down $girl1.name1.">><br>
<<dialog $girl1 "$player.name1! Don't go too hard, $girl1.partner's gonna hear us.">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen12.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "Keep fucking $girl1.name1" "apartment1b_events">><<set $act2 to "kitchen4">><</button>>
<<elseif $act2 is "kitchen4">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen13.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1 "panting">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen14.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "Keep thrusting away." "apartment1b_events">><<set $act2 to "kitchen5">><</button>>
<<elseif $act2 is "kitchen5">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen15.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1 "panting">><br>
<<cum_warning $player>><br>
<<dialog $girl1 "Cum for me baby but don't make it a mess.">><br>
<<button "Cum" "apartment1b_events">><<set $act2 to "kitchen6">><</button>>
<<elseif $act2 is "kitchen6">>
<video autoplay loop muted><source src="images/GPG1O/char/general/sex/creampie_internal_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "inside">><br>
<<dialog $girl1 "Ooohhhh.">><br>
<<button "Sorry baby" "apartment1b_events">><<set $act2 to "kitchen7">><</button>>
<<elseif $act2 is "kitchen7">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen16.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
[i should make an if else here, where what allie says depends on her corruption. and if her corruption is really high, the player can say something like "I hope Eethan doesn't realize my cum dripping out of you today" or somethin.]<br><br>
<<dialog $girl1 "Ahh, $player.name1, you came inside...">><br>
<<dialog $player "Sorry $girl1.name1, I didn't wanna make any mess.">><br>
<<dialog $girl1 "It's fine... but don't do it again okay?">><br>
<<impreg $girl1>><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to "kitchen", $gameDate.setHours(9)>><</button>></span>
<<else>>
It's not done, it's just not done man. <br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "apartment_hallway1">><</button>></span>
<</if>>
<<elseif $act is "sex_kitchen_no_partner_0">>
<<if $act2 is "surprise">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You sneak up beind $girl1.name1 as she prepares food in the kitchen. She didn't hear you come in.<br><br>
<<dialog $player "Boo!">><br>
<<dialog $girl1 "Hah! $player.name1! You scared me there">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "Ask what she's making" "apartment1b_events">><<set $act2 to "kitchen1">><</button>>
<<elseif $act2 is "kitchen1">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "What're you making">><br>
<<dialog $girl1 "Just some breakfast and some quick snacks to start the day.">><br>
<<dialog $player "Snacks? That's what you are baby. You are looking mega hot mmmmnm...">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "$player.name1 stop, the food's gonna get cold.">><br>
<<button "Pleaseeee" "apartment1b_events">><<set $act2 to "kitchen2">><</button>>
<<elseif $act2 is "kitchen2">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen6.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Baby please, just one quick fuck? It won't take long I swear.">><br>
<<dialog $girl1 "Hmmmm... Okay fine, just a quick one okay.">><br>
<<button "Wet your dick" "apartment1b_events">><<set $act2 to "kitchen3">><</button>>
<<elseif $act2 is "kitchen3">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen9.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Oh mamma mia, you're so tight $girl1.name1. I'm sorry I have to bother you so early in the morning like this, you know how it is with men and our morning woods.">><br>
<<dialog $girl1 "Ooooh it's fine $player.name1, I'm enjoying this too.">><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/kitchen/kitchen10.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "You're at your limit" "apartment1b_events">><<set $act2 to "cum_decide">><</button>>
<<elseif $act2 is "cum_decide">>
<<cum_warning $player>><br>
<<dialog $girl1 "wait, $player.name1, pull out!">><br>
<<button "Cum" "apartment1b_events">><<set $act2 to "cum_out">><</button>>
<<elseif $act2 is "cum_out">>
<video autoplay loop muted><source src="images/GPG1O/char/general/sex/cumshot_ass_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "outside">><br>
<<dialog $girl1 "That was fun, now let's get cleaned up now">><br>
<br><span id="back"><<button "back" "apartment1b">><<set $act to $act3>><</button>></span>
<</if>>
<<elseif $act is "talk_more_1">>
<<dialog $player "You know, $girl1.name1, honestly I just miss looking at you and your beautiful face, so i just came here so that I don't miss you anymore. you might as well tell me any interesting stories you have while im here.">><br>
<<dialog $girl1 "Well, aren't you sweet, $player.name1? As for stories, hmm, let me think. Oh, here's one. Last week, me and $girl1.partner went on a spontaneous road trip to the countryside~">><br>
You listened as $girl1.name1 talks about her adventures while doing some casual touching whenever something funny is being said. <br><br>
<<dialog $player "oh that's so funny. seems like things are going well.">><br>
<<dialog $girl1 "Yeah, it was a really fun trip. And yeah, things are going pretty well overall. Thanks for noticing, $player.name1. You always know how to make a girl feel appreciated.">><br>
<<button "More Talking" "apartment1b_events">><<set $act to "talk_more_2">><</button>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<elseif $act is "talk_more_2">>
The two of you continued talking and your have your hand around $girl1.name1's shoulder.<br><br>
<<dialog $player "ohh really? who would've thought that could happen hahaha? ">><br>
<<dialog $girl1 "Haha, yeah, life can be full of surprises sometimes. So, what's been on your mind lately, $player.name1? You seem to have something you want to share.">><br>
She smile warmly, feeling your hand on her shoulder. You look at her lovingly, appreciating her beauty. As you look into her eyes, you replied,<br><br>
<<dialog $player "I don't even know $girl1.name1, I seem to forget all my troubles when I'm with you. ">><br>
<<dialog $girl1 "I'm glad I can be a source of comfort for you, $player.name1. It's nice to have someone to share moments with, especially during busy or stressful times. ">><br>
She responded, meeting your gaze. Soon, the conversation finished.<br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $gameDate.setHours(19) >><</button>></span>
<<elseif $act is "talk_more_3">>
Another day comes. You find yourself talking with $girl1.name1 again. This time, you didn't hesitate to put your arms around her as you sat next to each other.<br><br>
<<dialog $player "I think i've been gaining weight recently, I really have to watch what i eat.">><br>
<<dialog $girl1 "It's important to take care of yourself, $player.name1. Eating well and staying active are key to maintaining a healthy weight. But hey, a little indulgence now and then is nothing to worry about.">><br>
You grab and pinched your love handles.<br><br>
<<dialog $player "It's not fun being this big haha. You in comparison is as healthy as an ox, and you smell really good too.">><br>
You said as you smelled her neck, taking in all her womanly smell.<br><br>
<<dialog $girl1 "Oh haha, you know, I actually just finished taking a shower before you came. Maybe it's because of that? But anyway, it makes me feel good knowing that someone appreciates how I smell.">><br>
You could see her cheek flush at your compliment.<br><br>
<<button "Playfully nibble on her neck" "apartment1b_events">><<set $act to "talk_more_4">><</button>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $gameDate.setHours(19) >><</button>></span>
<<elseif $act is "talk_more_4">>
You playfully nibble on $girl1.name1's neck.<br><br>
<<dialog $player "You smell so good I feel like I wanna eat you haha.">><br>
$girl1.name1 giggles softly and squirms slightly under your nibbling. <br><br>
<<dialog $girl1 "Ooh, stop teasing!">><br>
<<dialog $player "Okay okay">><br>
You said before giving her another quick nibbles.<br><br>
<<dialog $girl1 "Oohhh $player.name1!">><br>
<<dialog $player "Just playing with you.">><br>
Then you both went your separate ways.<br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $gameDate.setHours(19) >><</button>></span>
<<elseif $act is "talk_more_5">>
Without much talking, you find yourself nibbling and kissing $girl1.name1's neck once again. She is letting out moans of approval.<br><br>
<<dialog $girl1 "O-oh!">><br>
She's letting you do this to her willy nilly. After much teasing, you look at $girl1.name1 straight into her eyes.<br><br>
<<dialog $player "I...">><br>
She looks at you, waiting for you to finish your sentence. You could see her flushed cheek and seductive lips, all yours for the taking, and you went for it.<br><br>
<<button "Making out" "apartment1b_events">><<set $act to "talk_more_6">><</button>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $gameDate.setHours(19) >><</button>></span>
<<elseif $act is "talk_more_6">>
You could feel $girl1.name1's breath hitched as your lips met. There was hesitancy at first, but it quickly turned into a passionate make out session.<br><br>
<<dialog $player "You're so sexy $girl1.name1, I want to make love to you.">><br>
Pulling away from the kiss, $girl1.name1 let out a soft moan at the loss of contact. You continue to nibble on her neck though.<br><br>
<<dialog $girl1 "Oh $player.name1, please do.">><br>
As the two of you resume your passionate kissing, the clothes starts to go one by one.<br><br>
<<button "Your dick is out on full display" "apartment1b_events">><<set $act to "first_see_dick">><</button>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $gameDate.setHours(19) >><</button>></span>
<<elseif $act is "first_see_dick">>
As soon as your dick is freed from it's containment, it sprung right up. <br><br>
<<dialog $player "Look at how hard you made me $girl1.name1.">><br>
<<dialog $girl1 "Woah">><br>
Slowly lowering herself onto the couch beside you, she reached out tentatively to touch it - impress at its size and texture on her fingertips.<br><br>
<<dialog $girl1 "It's bigger than I imagined...">><br>
<<button "Oh yes $girl1.name1, pleasure me with your mouth" "apartment1b_events">><<set $act to "sex0", $act2 to "blowjob_1">><<sex_limit "start">><</button>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $gameDate.setHours(19) >><</button>></span>
<<elseif $act is "sex0">>
<<sex_limit "ongoing">>
<<if $act2 is "cum_warning_and_decide">>
<<cum_warning $player>><br>
<<dialog $girl1 "wait, $player.name1, pull out!">><br>
<<button "Cum outside" "apartment1b_events">><<set$act2 to "cum_out">><</button>>
<<elseif $act2 is "cum_out_after">>
<<dialog $girl1 "oh god, I can't believe we just did that.">><br>
<<dialog $player "Yeah I know right? I can't wait to do it again!">><br>
<<dialog $girl1 "We can't do it \"again\", this is a one time thing. Let's just act like this never happened okay?">><br>
<<dialog $player "I don't know if I can forget the experience we had, but if that's what you want... sure.">><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><<update_sdet $girl1 "stop">><</button>></span>
<<elseif $act2 is "cum_out">>
<<sex_limit "stop">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/cum_out_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You pulled out at the last minute, as you began squirting your love juice all over $girl1.name1's stomach, sparing her married fertile pussy from getting flooded by your sperm armies. You feel the stresses leaving your body in the form of your sperms.
It probably would've felt better an had been more intimate if you'd came inside $girl1.name1, but you respect her request. You are a gentle lover after all.<br><br>
<<cum_man_during $player "outside">><br>
<br><span id="back"><<button "Afterwards" "apartment1b_events">><<set $act2 to "cum_out_after">><<update_sdet $girl1 "stop">><</button>></span>
<<elseif $act2 is "sex_1">>
<<update_sdet $girl1 "add" "vaginal">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/front_4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
Once you feel her become wet enough, you start moving your hips faster into $girl1.name1, pounding into her. The sound of the creaking bed, $girl1.name1 moaning, and you grunting echos the room.
You can't believe you're balls deep inside another man's wife right now. The way $girl1.name1 is moaning, you would think that she is your wife. You can't believe how good it feels right now.<br><br>
<<during_sex_compliment $girl1 "dick" $player.name1>><br>
<<button "You are at your limit" "apartment1b_events">><<set $act2 to "cum_warning_and_decide">><</button>>
<<elseif $act2 is "sex_0_1">>
<<update_sdet $girl1 "add" "vaginal">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/front_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You start thrusting slowly while making out with $girl1.name1, before getting ready to increase the pace. You want to savor every moment you can being inside her.
You continued doing this for a bit more time, warming up your dick in her while you have lovey dovey kiss with her.<br><br>
<<dialog $player "Do you want me to fuck you hard $girl1.name1?">><br>
<<dialog $girl1 "Oh yes fuck me $player.name1, fuck me like you own me.">><br>
<<button "Start thrusting" "apartment1b_events">><<set $act2 to "sex_1">><</button>>
<<elseif $act2 is "sex_0">>
<<set $playervar.var6 +=1>>
<video autoplay loop muted><source src="images/GPG1O/char/allie/front_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You licked her long enough, you could feel her getting antsy, giving you a sign that she wants you to fuck her with your dick. You got up and positioned your dick on her wet pussy, slowly moving in.
You could see her gasp the moment your dick went in. Her pussy is pure bliss, as you feel her warmth slowly engulf your dick whole. Both of you are enjoying this as much as the other.<br><br>
<<dialog $player "Mmmmm.">><br>
<<dialog $girl1 "Ooohh.">><br>
<<button "Start thrusting" "apartment1b_events">><<set $act2 to "sex_0_1">><</button>>
<<elseif $act2 is "cunnilingus_1">>
<<set $playervar.var6 +=1>>
<<update_sdet $girl1 "add" "cunnilingus">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/oral_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
After wetting your dick using her mouth, you tell $girl1.name1 to spread her legs. As she spreads her legs, you see her beautiful pussy for the first time.
Your dick tingles with joy, but before you stick your dick in her, you first return the favor for her earlier blowjob. She tasted as good as she looked, a woman at her prime age ready for a good fuck.<br><br>
<<woman_duringsex_moans $girl1>><br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/oral_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if $playervar.var6 lte 0>>
<<button "Cum" "apartment1b_events">><<set$act2 to "cum_out_face">><</button>>
<<else>>
<<button "Sex" "apartment1b_events">><<set $act2 to "sex_0">><</button>>
<</if>>
<<elseif $act2 is "blowjob_1">>
<<update_sdet $girl1 "add" "blowjob">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/bj_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
$girl1.name1 proceeds to get down on her knees to give you a blowjob. You feel a jolt of electricity as her lips touches your glans, oh how heavenly does her mouth feels.
It's hard to believe that $girl1.name1 is now sucking your dick. She is way out of your league, and not to mention, married too, and yet here she is, using her mouth to pleasure you.<br><br>
<<during_sex_compliment $player "face" $girl1.name1>><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/bj_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if $playervar.var6 lte 0>>
<<button "Cum" "apartment1b_events">><<set$act2 to "cum_out">><</button>>
<<else>>
<<button "Return the favor" "apartment1b_events">><<set $act2 to "cunnilingus_1">><</button>><<button "Vaginal" "apartment1b_events">><<set $act2 to "sex_0">><</button>>
<</if>>
<</if>>
<<elseif $act is "sex">>
<<sex_limit "ongoing">>
<<if $act2 is "cum_in">>
Lost in the pleasure, you began ejaculating in $girl1.name1's unprotected pussy while going balls deep into her. All you could feel right now is the euphoric sensation of your miracle juice being shot through your urethra.<br><br>
<<cum_man_during $player "inside">><br>
<video autoplay loop muted><source src="images/GPG1O/char/general/creampie_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl1 "Ohhhh, hnmm... oh $player.name1">><br>
$girl1.name1 lets out a moan, feeling your intense ejaculation as you continue to deliver a few more batch of your cum deep into her. She seems to enjoy getting a creampie despite her initial objection.<br><br>
<<button "Look at the aftermath" "apartment1b_events">><<set $act2 to "cum_in_after">><</button>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><<update_sdet $girl1 "stop">><</button>></span>
<<elseif $act2 is "cum_in_after">>
<<if $girl1.sdet.creampie_today gt 0>>
<<dialog $girl1 "Oh $player.name1, you can't keep cumming in me, I want $girl1.partner's baby, not yours.">><br>
<<else>>
<<dialog $girl1 "Oh $player.name1, you can't cum in me $player.name1, I want $girl1.partner's baby, not yours.">><br>
<</if>>
$girl1.name1 says meekly. You hear what she's saying, but good lord, all you can think about is how to do it again. Your perverted, sick mind wants to leave your mark inside her.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/general/creampie_leak_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Sorry $girl1.name1, I lost control of myself. I swear I'm gonna pull out next time.">><br>
<<cont append>>
<<impreg $girl1>><<sex_limit "stop">>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><<update_sdet $girl1 "stop">><</button>></span>
<</cont>>
<<elseif $act2 is "cum_out">>
<<sex_limit "stop">>
<<cum_man_during $player "outside">><br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/cum_out_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><<update_sdet $girl1 "stop">><</button>></span>
<<elseif $act2 is "sex_3">>
<<update_sdet $girl1 "add" "vaginal">>
You enjoy the way $girl1.name1's tits jiggles as you thrust into her sweet pink pussy. <br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/front_5.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "pussy" $girl1.name1>><br>
<<if $playervar.var6 lte 0>>
<<cum_warning $player>><br>
<<dialog $girl1 "wait, $player.name1, pull out!">><br>
<<button "Cum inside" "apartment1b_events">><<set $act2 to "cum_in">><</button>>
<<button "Cum outside" "apartment1b_events">><<set$act2 to "cum_out">><</button>>
<<else>>
<<button "Missionary" "apartment1b_events">><<set $act2 to "sex_1">><</button>>
<</if>>
<<elseif $act2 is "sex_2_faster">>
<<update_sdet $girl1 "add" "vaginal">>
$girl1.name1 is riding your dick like a pro.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/reverse_cow_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1>><br>
<<if $playervar.var6 lte 0>>
<<cum_warning $player>><br>
<<dialog $girl1 "wait, $player.name1, pull out!">><br>
<<button "Cum inside" "apartment1b_events">><<set $act2 to "cum_in">><</button>>
<<button "Cum outside" "apartment1b_events">><<set$act2 to "cum_out">><</button>>
<<else>>
<<button "Slower" "apartment1b_events">><<set $act2 to "sex_2">><</button>><<button "Missionary" "apartment1b_events">><<set $act2 to "sex_1">><</button>>
<</if>>
<<elseif $act2 is "sex_2">>
<<update_sdet $girl1 "add" "vaginal">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/reverse_cow_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "ass" $girl1.name1>><br>
<<dialog $girl1 "Mnmmmm...">><br>
<<if $playervar.var6 lte 0>>
<<cum_warning $player>><br>
<<dialog $girl1 "wait, $player.name1, pull out!">><br>
<<button "Cum inside" "apartment1b_events">><<set $act2 to "cum_in">><</button>>
<<button "Cum outside" "apartment1b_events">><<set$act2 to "cum_out">><</button>>
<<else>>
<<button "Faster" "apartment1b_events">><<set $act2 to "sex_2_faster">><</button>><<button "Missionary" "apartment1b_events">><<set $act2 to "sex_1">><</button>>
<</if>>
<<elseif $act2 is "sex_1_rough">>
<<update_sdet $girl1 "add" "vaginal">>
You start fucking $girl1.name1 faster, making her moan with pleasure.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/front_3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1>><br><br>
<<if $playervar.var6 lte 0>>
<<cum_warning $player>><br>
<<dialog $girl1 "wait, $player.name1, pull out!">><br>
<<button "Cum inside" "apartment1b_events">><<set $act2 to "cum_in">><</button>>
<<button "Cum outside" "apartment1b_events">><<set$act2 to "cum_out">><</button>>
<<else>>
<<button "Missionary" "apartment1b_events">><<set $act2 to "sex_3">><</button>><<button "Reverse cowgirl" "apartment1b_events">><<set $act2 to "sex_2">><</button>>
<</if>>
<<elseif $act2 is "sex_1">>
<<update_sdet $girl1 "add" "vaginal">>
Once you feel her become wet enough, you start thrusting faster into $girl1.name1. The sound of the creaking bed, $girl1.name1 moaning, and you grunting echos the room.
You can't believe you're balls deep inside another man's wife right now.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/front_4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $girl1 "dick" $player.name1>><br>
<<if $playervar.var6 lte 0>>
<<cum_warning $player>><br>
<<dialog $girl1 "wait, $player.name1, pull out!">><br>
<<button "Cum inside" "apartment1b_events">><<set $act2 to "cum_in">><</button>>
<<button "Cum outside" "apartment1b_events">><<set$act2 to "cum_out">><</button>>
<<else>>
<<button "Faster" "apartment1b_events">><<set $act2 to "sex_1_rough">><</button>><<button "Missionary" "apartment1b_events">><<set $act2 to "sex_3">><</button>><<button "Reverse cowgirl" "apartment1b_events">><<set $act2 to "sex_2">><</button>>
<</if>>
<<elseif $act2 is "sex_0_1">>
<<update_sdet $girl1 "add" "vaginal">>
You start thrusting slowly while making out with $girl1.name1, before getting ready to increase the pace. You wanna last as long as possible, savoring every moment you can.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/front_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1>><br>
<<button "Start thrusting" "apartment1b_events">><<set $act2 to "sex_1">><</button>>
<<elseif $act2 is "sex_0">>
<<set $playervar.var6 +=1>>
<<dialog $player "I'm going in.">><br>
You said as you slowly insert your dick into $girl1.name1's wet pussy. You could see her gasp the moment your dick went in. Her pussy is pure bliss, as you feel her warmth slowly engulf your dick whole.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/front_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "Start thrusting" "apartment1b_events">><<set $act2 to "sex_0_1">><</button>>
<<elseif $act2 is "cunnilingus_1">>
<<set $playervar.var6 +=1>>
<<update_sdet $girl1 "add" "cunnilingus">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/oral_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl1>><br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/oral_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if $playervar.var6 lte 0>>
<<button "Cum inside" "apartment1b_events">><<set $act2 to "cum_in">><</button>>
<<button "Cum outside" "apartment1b_events">><<set$act2 to "cum_out">><</button>>
<<else>>
<<button "Sex" "apartment1b_events">><<set $act2 to "sex_0">><</button>>
<</if>>
<<elseif $act2 is "blowjob_1">>
<<update_sdet $girl1 "add" "blowjob">>
<video autoplay loop muted><source src="images/GPG1O/char/allie/bj_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "face" $girl1.name1>><br><br>
<video autoplay loop muted><source src="images/GPG1O/char/allie/bj_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if $playervar.var6 lte 0>>
<<button "Cum inside" "apartment1b_events">><<set $act2 to "cum_in">><</button>>
<<button "Cum outside" "apartment1b_events">><<set$act2 to "cum_out">><</button>>
<<else>>
<<button "Return the favor" "apartment1b_events">><<set $act2 to "cunnilingus_1">><</button>><<button "Vaginal" "apartment1b_events">><<set $act2 to "sex_0">><</button>>
<</if>>
<</if>>
<<elseif $act is "kiss_1">>
<<update_sdet $girl1 "add" "kiss">>
<<add_lust $girl1 50>>
Before long, you and $girl1.name1 starts making out.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/general/kiss8.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "lips">><br>
<<dialog $girl1 "$player.name1...">><br>
<<dialog $player "Do you wanna...">><br>
<<dialog $girl1 "Let's do it...">><br><br>
You are about to have sex with $girl1.name1, your neighbour. Are you sure you want to do this?<br><br>
<<button "<<dialog $player \"{Yes, I want to fuck my neighbour.}\">>" "apartment1b_events">><<set $act to "sex", $act2 to "blowjob_1">><<sex_limit "start">><</button>>
<span id="back"><<button "<<dialog $player \"(You know what... maybe I shouldn't.)\">>" "apartment1b">><<set $act to $act3>><</button>></span>
<<elseif $act is "flirt_2">>
<<dialog $player "Now, let me tell you about my journey through the Sahara,">><br>
you said, launching into your tale while you nonchalantly put your hand on $girl1.name1's leg as you're talking about random stuffs. $girl1.name1 is listening attentively to your story, unbothered by your hand on her thigh.<br><br>
<<add_lust $girl1 50>>
<video autoplay loop muted><source src="images/GPG1O/char/general/touch_leg.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
[END OF CURRENT VERSION -- I HAVE TO MOVE THE STORY FORWARD FIRST]<br>
/*<<if Math.max($girl1.love, $girl1.lust) gte $girl1.personality.flirtpoint.three>><br><<button "Kiss" "apartment1b_events">><<set $act to "kiss_1">><<update_sdet $girl1 "start" "none">><</button>><</if>>*/
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<elseif $act is "flirt_1">>
<<dialog $player "How do you keep your hands so soft, mine is always so calloused.">><br>
<video autoplay loop muted><source src="images/GPG1O/char/general/touch_hand.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You said as you casually take them into yours. She doesn't seem to mind your touch.<br><<add_lust $girl1 50>>
<<if Math.max($girl1.love, $girl1.lust) gte $girl1.personality.flirtpoint.two>><br><<button "Casually put your hand on her leg" "apartment1b_events">><<set $act to "flirt_2">><</button>><</if>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<elseif $act is "cangointohouse1_2">>
<<cont append>>
<style>body {background-color: #b0dbf1;}</style>
<<dialog $player "Okay, that story was crazy, in a good way.">><br>
<<cont append>>
Sometime later, after she's finished telling her story, and after you’ve recovered from the plot twists, she opens up to you.<br><br>
<<dialog $girl1 "It's so nice to have someone to talk to. When we first came here, I was worried that I'd have difficulties making friends. So... I'm so glad you're my neighbour, $player.name1. ">><br>
<<cont append>>
<<dialog $player "You? struggling to have friends? That's crazy, in fact, that's the craziest thing I've heard all day!">><br>
You said, trying to cheer her up. Allie appreciated your kind words, and your friendship with her deepened, just like your dick will. Now, you can visit her anytime during the day.<br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to "hallway", $girl1.operatingHour.one.toggle to 1>><</button>></span>
<</cont>>
<</cont>>
<</cont>>
<<elseif $act is "thestory">>
<<dialog $girl1 "You're not gonna believe what happened.">><br>
<<dialog $player "Oh don't tease me any further, spill the beans already.">><br>
<<dialog $girl1 "Alright, alright, so you remembered when I told you about--">><br>
You nod, leaning in as she goes on with the story. Even the most trivial things become interesting when a pretty girl tells them.<br><br>
<<button "She continues with the latest housewives gossip she's heard." "apartment1b_events">><<set $act to "cangointohouse1_2">><</button>><br>
<<elseif $act is "cangointohouse1">>
<<set $girl1.love +=1, $girl1.event.event1.completed to true>><<set_nextevent "girl1" "one" 1>>
<style>body {background-image: url("images/GPG1O/loca/apartment/apartment_hallway1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<cont append>>
<<if $girl1.love lt 5>>
<img src="images/GPG1O/char/allie/gene/talk_1.webp">
<<else>>
<img src="images/GPG1O/char/allie/allie_1.webp">
<</if>>
<br><br>
<<cont append>>
As usual, you and $girl1.name1 crossed path again in the hallways, and started chatting. <br><br>
<<cont append>>
<<dialog $girl1 "$player.name1! There's been an interesting development!">><br>
She says, referring to the story she told you the other day.<br><br>
<<cont append>>
<<addhours 1>>
<<button "She invites you into her house to tell you all about it. " "apartment1b_events">><<set $act to "thestory">><</button>><br>
<</cont>><</cont>>
<</cont>><</cont>>
<<elseif $act is "crosspath_done">>
<<set $girl1.event.event1.talk +=1, $girl1.love +=1>><<set_nextevent "girl1" "one" 1>>
<style>body {background-image: url("images/GPG1O/loca/apartment/apartment_hallway1.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<if $girl1.love lt 5>>
<img src="images/GPG1O/char/allie/gene/talk_1.webp">
<<else>>
<img src="images/GPG1O/char/allie/allie_1.webp">
<</if>>
<br><br>
<<cont append>>
<<cont append>>
As usual, you and $girl1.name1 crossed path again in the hallways, and started chatting.<br><br>
<<cont append>>
<<dialog $player "Did you see the news last night? It was scary right?" >><br>
<<dialog $girl1 "Really? I didn't see it. I don't like watching the news anyway, they're always about negative stuff.">><br>
The two of you continued to chat even more.<br><br>
<<cont append>>
<<dialog $girl1 "Speaking of which, I have got to tell you about this thing I saw recently.">><br>
She opens the door to her apartment while talking, and then went in. You're not sure if you're invited, so you stood there listening as her voice fluctuated in volume as she moved around inside.<br><br>
<<cont append>>
<<dialog $player "...">><br>
A few seconds passed before she starts looking for you.<br><br>
<<dialog $girl1 "$player.name1? where are you?- oh there you are! Why didn't you come in? Come on in.">><br>
You obliged and went inside $girl1.name1's house, and listened to her gossip even more.<br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to "hallway">><</button>></span>
<</cont>><</cont>>
<</cont>><</cont>>
<</cont>>
<<else>>
opopsiw woopsie. 122kii3<br>
<br><span id="back"><<button "Back" "NAVIGATE1">><<set $act to "apartment_hallway1">><</button>></span>
<</if>>
<</nobr>><<set $act to "intro1">>
<<goto "intro">><<nobr>>
<<if $act_1 is "talk1_general">>
<<if $act_2 is "one">>
<img src="images/GPG1O/char/cayenne/gym/cayenne_gym_6.webp"><br><br>
As a fellow gym-goer, you greeted $girl6.name1. The two of you made some small talks.<br><br>
<<add_love $girl6 0>>
<<set _randomtalkgeneral to random(0,7)>>
<<if _randomtalkgeneral is 1>>
<<dialog $girl6 "You know, before I was a regular, I always thought the gym was just for buff guys. But honestly, it's kinda fun.">><br>
<<dialog $player "Yeah, it's a great way to clear your mind, too. Plus, you meet some interesting people. Case in point, I'm now acquainted with you.">><br>
<<elseif _randomtalkgeneral is 2>>
<<dialog $player "... So there I was, trying to impress everyone with a new bench press record... and I got stuck halfway up.">><br>
<<dialog $girl6 "Oh that is embarassing.">><br>
<<dialog $player "Right? I had to call for help. Most embarrassing moment ever, but hey, at least I got a good story out of it.">><br>
<<elseif _randomtalkgeneral is 3>>
<<dialog $player "Ever since I started working out, I've realized how much confidence it gives you. It's like... every rep makes you feel stronger inside and out.">><br>
<<dialog $girl6 "I get that. I felt the same after my first few sessions. It's addictive, in a good way.">><br>
<<elseif _randomtalkgeneral is 4>>
<<dialog $player "I remember my first day at the gym. I thought I was gonna crush it... ended up sore for a week.">><br>
<<dialog $girl6 "(<i>laughs</i>) That's the initiation process, right? No pain, no gain.">><br>
<<dialog $player "That's certainly what everyone keeps saying. Personally, I'd prefer a little less pain next time.">><br>
<<elseif _randomtalkgeneral is 5>>
<<dialog $player "Do you ever feel like the gym is a bit intimidating? All those machines and serious faces...">><br>
<<dialog $girl6 "No. Maybe at first, but once you're in the zone, it's like you're the only one there.">><br>
<<elseif _randomtalkgeneral is 6>>
<<dialog $player "Look at that guy over there, he lifts like he's in a competition. I'm just trying to survive my workout.">><br>
<<dialog $girl6 "(<i>laughs</i>) Lifting heavy are overrated anyways. Maybe you should do more yoga, it's more relaxing.">><br>
<<dialog $player "Yeah, I've seen people do the downward dogs position. I wonder if I could do it.">><br>
<<elseif _randomtalkgeneral is 7>>
<<dialog $player "Ever have one of those days where nothing goes right? Even at the gym?">><br>
<<dialog $girl6 "All the time, $player.name1. But hey, at least we keep showing up.">><br>
<<else>>
<<dialog $girl6 "You're pretty dedicated, huh? What's your goal?">><br>
<<dialog $player "Just trying to stay fit... maybe impress a few people along the way. Do I impressed you?">><br>
<<dialog $girl6 "If you keep showing up, and I might be.">><br>
<</if>>
<span id="back"><<button "After a brief, pleasant chat, you both head back to your workouts." "CITY1">><<set $act to "gym">><</button>></span>
<<else>>
passsage: $act4<br>
$act1, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<<else>>
passsage: $act4<br>
$act1, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "">><</button>></span>
<</if>>
<</nobr>><<nobr>>
DONE!<br><br>
<<set _year to 2023>>
<<if $act is "">>
<<button "reset Allie" "character_set_page">><<set $act to "allie">><</button>><br>
<<button "reset Lila" "character_set_page">><<set $act to "lila">><</button>><br>
<<button "reset Eva" "character_set_page">><<set $act to "eva">><</button>><br>
<<button "reset Liya" "character_set_page">><<set $act to "liya">><</button>><br><br>
<<elseif $act is "allie" or $act is "girl1">>
<<set $girl1 to {"index":0, "name1":"Allie", "name2":"Rae", "age": 28, "partner":"Eethan", "job": "Housewife", "children":0, "religion":"Christian", "base_lust":0, "lust":0, "lustdate":0, "love":0, "bbydesire":4, "corruption_level":0, "corruption":0, "bcs":0, "odate":2, "preg":0, "color":"fb7f98", "location":"", "profile":"allie",
"pregdetails":[0,0,0],
"sdet": {
"fertilitybon":10, "sex":0, "kiss":0, "last_creampie_date":0,"creampie_today":0, "creampie":0, "blowjob":0, "tities":0, "cunnilingus":0, "vaginal":0, "anal":0, "childwp":0, "climax":0},
"schedule": {
"mon":{"7-8": "kitchen", "10-14": "bedroom", "15-17":"livingroom"},
"tue":{"7-8": "kitchen", "10-14": "bedroom", "15-17":"livingroom"},
"wed":{"7-8": "kitchen", "10-14": "bedroom", "15-17":"livingroom"},
"thu":{"7-8": "kitchen", "10-14": "bedroom", "15-17":"livingroom"},
"fri":{"7-8": "kitchen", "10-14": "bedroom", "15-17":"livingroom"},
"sat":{"7-8": "kitchen", "10-14": "bedroom", "15-17":"livingroom"},
"sun":{"7-8": "kitchen", "10-14": "bedroom", "15-17":"livingroom"}
},
"var":{
"var1":0, "var2":0, "var3":0, "var4":0, "var5":0, "var6":0, "var7":0, "var8":0, "var9":0, "var10":0, "var11":0, "var12":0, "var13":0, "var14":0, "var15":0, "var16":0, "var17":0, "var18":0, "var19":0, "var20":0, "var21":0
},
"daily":{
"gift":0, "talk":0, "sex":0, "count":{"blowjob":0, "tities":0, "cunnilingus":0, "vaginal":0, "anal":0}
},
"event":{
"event1":{"title":"Building rapport", "talk":0, "talk2":0, "talk3":0, "talk4":0, "talk5":0, "completed":false},
"event2":{"title":"Talk about partner", "talk1":0, "talk2":0, "talk3":0, "talk4_checkup":0, "talk4_checkup_status":0, "talk5_secretmassage":0, "talk6_gotholdofguy":0, "talk7_canmassagetalk1":0, "massage1":0, "talk8_aftermassagefirstsex":0, "massage_qty":0, "talk9_agreementcanhavesex":0, "completed":0},
"event3":{"completed":0, "active":0},
"event4":{"completed":0, "active":0},
"event5":{"completed":0, "active":0},
"event6":{"completed":0, "active":0},
"event7":{"completed":0, "active":0},
"event8":{},
"event9":{},
"event10":{},
"event11":{},
"event12":{},
"event13":{},
"event14":{},
"event15":{}
},
"nextevent":{
"one":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"two":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"three":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"four":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}}
},
"preference":{
"gift1":{"index":10, "score":5.5},
"gift2":{"index":13, "score":3.5},
"gift3":{"index":0, "score":0},
"gift4":{"index":25, "score":-5},
"food":"Fish fingers with corn dip",
"activity":"Cooking",
"song":"Lady by Little River Band",
"movie":"Love Actually"
},
"operatingHour":{
"one":{"open":8, "close":18, "days":[0,1,2,3,4,5, 6], "status":false, "toggle":0}
},
"personality":{
"flirtpoint":{"one":20, "two":30, "three":50, "four":60, "five":70},
"jokepoint":{"one":0, "two":5, "three":10, "four":15, "five":20},
"corruptionpoint":{"one":10, "two":25, "three":40, "four":60, "five":80},
"angerpenalty":5,
"angercooldown":7
}
}>>
<<set $man1 to {"index":0, "name1": $girl1.partner, "name2":"Stone", "age":29, "partner_index":$girl1.name1, "job":"Teacher", "children":$girl1.children, "religion":"Christian", "color":"964B00", "location":"", "profile":"man1", "love":0, "corruption":0, "lust":0,
"schedule": {
"mon":{"19-23": "kitchen", "6-7": "bedroom"},
"tue":{"19-23": "kitchen", "6-7": "bedroom"},
"wed":{"19-23": "kitchen", "6-7": "bedroom"},
"thu":{"19-23": "kitchen", "6-7": "bedroom"},
"fri":{"19-23": "kitchen", "6-7": "bedroom"},
"sat":{"7-9": "livingroom", "10-12": "kitchen"},
"sun":{"10-12": "kitchen", "7-9": "livingroom"}
},
"var": {
"var1": 0, "var2": 0, "var3": 0, "var4": 0, "var5": 0, "var6": 0, "var7": 0, "var8": 0, "var9": 0, "var10": 0
}
}>>
<span id="back"><<button "back" "cheat2">>
<<set $act to $act2, $act2 to "">>
<</button>></span>
<<elseif $act is "lila" or $act is "girl2">>
<<set $girl2 to {"index":1, "name1":"Lila", "name2":"Love", "age": 26, "partner":"", "job": "Designer", "children":0, "religion":"Christian", "base_lust":0, "lust":0, "lustdate":0, "love":0, "bbydesire":0, "corruption_level":0, "corruption":0, "bcs":1, "odate":13, "preg":0, "color":"ffc300", "location":"", "profile":"lila",
"pregdetails":[0,0,0],
"sdet": {
"fertilitybon":0, "sex":0, "kiss":0, "last_creampie_date":0,"creampie_today":0, "creampie":0, "blowjob":0, "tities":0, "cunnilingus":0, "vaginal":0, "anal":0, "childwp":0, "climax":0},
"schedule": {
"mon":{"7-9": "kitchen", "10-14": "bedroom", "15-17":"livingroom", "18-18":"bathroom", "19-20":"livingroom" , "21-23": "bedroom"},
"tue":{"7-9": "kitchen", "10-14": "bedroom", "15-17":"livingroom", "18-18":"bathroom", "19-20":"livingroom", "21-23": "bedroom"},
"wed":{"7-9": "kitchen", "10-14": "bedroom", "15-17":"livingroom", "18-18":"bathroom", "19-20":"livingroom", "21-23": "bedroom"},
"thu":{"7-9": "kitchen", "10-14": "bedroom", "15-17":"livingroom", "18-18":"bathroom", "21-23": "bedroom"},
"fri":{"7-9": "kitchen", "10-14": "bedroom", "15-17":"livingroom", "18-18":"bathroom", "19-20":"livingroom", "21-23": "bedroom"},
"sat":{"7-8":"bathroom", "18-20": "kitchen", "10-12": "bedroom", "16-17":"livingroom", "21-23":"bedroom"},
"sun":{"7-8":"bathroom", "18-20": "kitchen", "10-12": "bedroom", "16-17":"livingroom", "21-23":"bedroom"}
},
"var":{
"var1":0, "var2":0, "var3":0, "var4":0, "var5":0, "var6":0, "var7":0, "var8":0, "var9":0, "var10":0,
"var11":0, "var12":0, "var13":0, "var14":0, "var15":0, "var16":0, "var17":0, "var18":0, "var19":0, "var20":0,
"var21":0
},
"daily":{
"gift":0, "talk":0, "sex":0, "count":{"blowjob":0, "tities":0, "cunnilingus":0, "vaginal":0, "anal":0}
},
"event":{
"event1":{"title":"Introduction", "completed":0, "talk1":0, "talk2":0, "talk3":0, "talk4":0, "talk5":0},
"event2":{"title":"Dates at the park", "completed":0, "var1":0},
"event3":{},
"event4":{},
"event5":{ },
"event6":{},
"event7":{},
"event8":{},
"event9":{},
"event10":{},
"event11":{},
"event12":{},
"event13":{},
"event14":{},
"event15":{}
},
"nextevent":{
"one":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"two":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"three":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"four":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}}
},
"preference":{
"gift1":{"index":14, "score":5.5},
"gift2":{"index":3, "score":3.5},
"gift3":{"index":0, "score":0},
"gift4":{"index":25, "score":-5},
"food":"Quesadilla",
"activity":"Shopping",
"song":"Take On Me",
"movie":"The Shining"
},
"operatingHour":{
"one":{"open":7, "close":22, "days":[0,1,2,3,4,5, 6], "status":false, "toggle":0}
},
"personality":{
"flirtpoint":{"one":0, "two":10, "three":20, "four":30, "five":40},
"jokepoint":{"one":0, "two":5, "three":5, "four":5, "five":5},
"corruptionpoint":{"one":0, "two":30, "three":60, "four":70, "five":90},
"angerpenalty":7,
"angercooldown":7
}
}>>
<span id="back"><<button "back" "cheat2">>
<<set $act to $act2, $act2 to "">>
<</button>></span>
<<elseif $act is "eva" or $act is "girl3">>
<<set $girl3 to {"index":2, "name1":"Eva", "name2":"Elfie", "age": 20, "partner":"Lukas ", "job": "", "children":0, "religion":"Christian", "base_lust":0, "lust":0, "lustdate":0, "love":0, "bbydesire":1, "corruption_level":0, "corruption":0, "bcs":1, "odate":6, "preg":0, "color":"f12aea", "location":"", "profile":"eva_elfie",
"pregdetails":[0,0,0],
"sdet": {
"fertilitybon":2, "sex":0, "kiss":0, "last_creampie_date":0,"creampie_today":0, "creampie":0, "blowjob":0, "tities":0, "cunnilingus":0, "vaginal":0, "anal":0, "childwp":0, "climax":0},
"schedule": {
"mon":{"8-10": "class1", "12-12": "cafeteria", "13-16":"class2", "17-17":"outside_uni", "18-19":"livingroom", "20-23": "bedroom"},
"tue":{"8-10": "class1", "12-12": "cafeteria", "13-16":"class2", "17-17":"outside_uni", "18-19":"livingroom", "20-23": "bedroom"},
"wed":{"8-10": "class1", "12-12": "cafeteria", "13-16":"class2", "17-17":"outside_uni", "18-19":"livingroom", "20-23": "bedroom"},
"thu":{"8-10": "class1", "12-12": "cafeteria", "13-16":"class2", "17-17":"outside_uni", "18-19":"livingroom", "20-23": "bedroom"},
"fri":{"8-10": "class1", "12-12": "outside_uni", "13-16":"livingroom", "17-17":"bathroom", "18-19":"kitchen", "20-23": "bedroom"},
"sat":{"7-8":"bedroom", "9-10": "kitchen", "10-13": "livingroom", "14-17":"bedroom", "18-18":"bathroom", "19-19":"kitchen", "20-23":"bedroom"},
"sun":{"7-8":"bedroom", "9-10": "kitchen", "10-13": "bedroom", "14-17":"livingroom", "18-18":"bathroom", "19-19":"kitchen", "20-23":"bedroom"}
},
"var":{
"var1":0, "var2":0, "var3":0, "var4":0, "var5":"Harmony Hills", "var6":0, "var7":0, "var8":0, "var9":0, "var10":0,
"var11":0, "var12":0, "var13":0, "var14":0, "var15":0, "var16":0, "var17":0, "var18":0, "var19":0, "var20":0,
"var21":0
},
"daily":{
"gift":0, "talk":0, "sex":0, "count":{"blowjob":0, "tities":0, "cunnilingus":0, "vaginal":0, "anal":0}
},
"event":{
"event1":{"title":"Introduction", "completed":0, "introduce":0, "areyousingle":0, "excuse":"", "touchface":0},
"event2":{"title":"Getting Closer", "visitmchouse":0, "hasphone":0, "askphone":0, "playerboughtphone":0},
"event3":{"title":"Activities", "date1":0},
"event4":{"start":0, "bet_status":0, "playerwin":0, "evawin":0, "sexpossible":0, "eva_win1":0, "eva_win2":0, "eva_win3":0, "eva_win4":0, "player_win1":0, "player_win1_count":0, "player_win2":0, "player_win2_count":0, "player_win3":0, "player_win4":0, "player_win5":0, "player_win5_count":0 },
"event5":{},
"event6":{},
"event7":{},
"event8":{},
"event9":{},
"event10":{},
"event11":{},
"event12":{},
"event13":{},
"event14":{},
"event15":{}
},
"nextevent":{
"one":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"two":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"three":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"four":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}}
},
"preference":{
"gift1":{"index":11, "score":5.5},
"gift2":{"index":14, "score":3.5},
"gift3":{"index":0, "score":0},
"gift4":{"index":25, "score":-5},
"food":"Vatrushka",
"activity":"Outdoor activities",
"song":"Life Letters by Never Get Used To People",
"movie":"Ivan Vasilievich changes his profession"
},
"operatingHour":{
"one":{"open":7, "close":22, "days":[0,5, 6], "status":false, "toggle":0}
},
"personality":{
"flirtpoint":{"one":0, "two":10, "three":20, "four":30, "five":40},
"jokepoint":{"one":0, "two":5, "three":5, "four":5, "five":5},
"corruptionpoint":{"one":0, "two":10, "three":20, "four":30, "five":40},
"angerpenalty":4,
"angercooldown":4
}
}>>
<<set $man3 to {"index":1, "name1": $girl3.partner, "name2":"Petrov", "age":22, "partner_index":$girl3.name1, "job":"Crypto Trader", "children":$girl3.children, "religion":"Christian", "color":"b6ef07", "location":"", "profile":"lukas", "love":0, "corruption":0, "lust":0,
"schedule": {
"mon":{"19-23": "unknown", "6-7": "unknown"},
"tue":{"19-23": "unknown", "6-7": "unknown"},
"wed":{"19-23": "unknown", "6-7": "unknown"},
"thu":{"19-23": "unknown", "6-7": "unknown"},
"fri":{"13-19": "livingroom"},
"sat":{"7-12": "livingroom"},
"sun":{"14-20": "livingroom"}
},
"var": {
"var1": 0, "var2": 0, "var3": 0, "var4": 0, "var5": 0, "var6": 0, "var7": 0, "var8": 0, "var9": 0, "var10": 0
}
}>>
<span id="back"><<button "back" "cheat2">>
<<set $act to $act2, $act2 to "">>
<</button>></span>
<<elseif $act is "liya" or $act is "girl4">>
<<set $girl4 to {"index":3, "name1":"Liya", "name2":"Silver", "age": 29, "partner":"Ty ", "job": "Doctor", "children":0, "religion":"Christian", "base_lust":0, "lust":0, "lustdate":0, "love":0, "bbydesire":0, "corruption_level":0, "corruption":0, "bcs":1, "odate":5, "preg":0, "color":"843e62", "location":"", "profile":"liya_silver",
"pregdetails":[0,0,0],
"sdet": {
"fertilitybon":4, "sex":0, "kiss":0, "last_creampie_date":0,"creampie_today":0, "creampie":0, "blowjob":0, "tities":0, "cunnilingus":0, "vaginal":0, "anal":0, "childwp":0, "climax":0},
"schedule": {
"mon":{"8-11": "work", "12-12": "rest", "13-17":"work", "18-18":"bathroom", "19-19":"kitchen", "20-20": "livingroom", "21-22":"bedroom"},
"tue":{"8-8": "bathroom", "9-9": "kitchen", "10-12":"livingroom", "13-14":"bedroom", "18-18":"bathroom", "19-19":"kitchen", "20-22": "livingroom", "23-23":"bedroom"},
"wed":{"8-8": "bathroom", "9-9": "kitchen", "10-12":"livingroom", "13-14":"bedroom", "18-18":"bathroom", "19-19":"kitchen", "20-22": "livingroom", "23-23":"bedroom"},
"thu":{"8-11": "work", "12-12": "rest", "13-17":"work", "18-18":"bathroom", "19-19":"kitchen", "20-20": "livingroom", "21-22":"bedroom"},
"fri":{"8-11": "work", "12-12": "rest", "13-17":"work", "18-18":"bathroom", "19-19":"kitchen", "20-20": "livingroom", "21-22":"bedroom"},
"sat":{"8-11": "work", "12-12": "rest", "13-17":"work", "18-18":"bathroom", "19-19":"kitchen", "20-20": "livingroom", "21-22":"bedroom"},
"sun":{"8-11": "work", "12-12": "rest", "13-17":"work", "18-18":"bathroom", "19-19":"kitchen", "20-20": "livingroom", "21-22":"bedroom"}
},
"var":{
"var1":0, "var2":0, "var3":0, "var4":0, "var5":0, "var6":0, "var7":0, "var8":0, "var9":0, "var10":0,
"var11":0, "var12":0, "var13":0, "var14":0, "var15":0, "var16":0, "var17":0, "var18":0, "var19":0, "var20":0,
"var21":0
},
"daily":{
"gift":0, "talk":0, "sex":0, "count":{"blowjob":0, "tities":0, "cunnilingus":0, "vaginal":0, "anal":0}
},
"event":{
"event1":{"completed":0}, /*title: introduction*/
"event2":{},
"event3":{},
"event4":{},
"event5":{},
"event6":{},
"event7":{},
"event8":{},
"event9":{},
"event10":{},
"event11":{},
"event12":{},
"event13":{},
"event14":{},
"event15":{}
},
"nextevent":{
"one":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"two":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"three":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"four":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"five":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}}
},
"preference":{
"gift1":{"index":20, "score":5.5},
"gift2":{"index":8, "score":3.5},
"gift3":{"index":0, "score":0},
"gift4":{"index":25, "score":-5},
"food":"Chicken breast",
"activity":"Collecting artifacts.",
"song":"3D by Alexandra Lenus",
"movie":"Se7en"
},
"operatingHour":{
"one":{"open":7, "close":22, "days":[0,1,2,3,4,5,6], "status":false, "toggle":0}
},
"personality":{
"flirtpoint":{"one":30, "two":40, "three":50, "four":60, "five":80},
"jokepoint":{"one":20, "two":20, "three":30, "four":30, "five":30},
"corruptionpoint":{"one":25, "two":40, "three":65, "four":80, "five":95},
"angerpenalty":4,
"angercooldown":4
}
}>>
<<set $man4 to {"index":2, "name1": $girl4.partner, "name2":"Neadik", "age":29, "partner_index":$girl4.name1, "job":"Lawyer", "children":$girl4.children, "religion":"Christian", "color":"bdd351", "location":"", "profile":"ty", "love":0, "corruption":0, "lust":0,
"schedule": {
"mon":{"19-23": "unknown", "6-7": "unknown"},
"tue":{"19-23": "unknown", "6-7": "unknown"},
"wed":{"19-23": "unknown", "6-7": "unknown"},
"thu":{"19-23": "unknown", "6-7": "unknown"},
"fri":{"13-19": "livingroom"},
"sat":{"7-12": "livingroom"},
"sun":{"14-20": "livingroom"}
},
"var": {
"var1": 0, "var2": 0, "var3": 0, "var4": 0, "var5": 0, "var6": 0, "var7": 0, "var8": 0, "var9": 0, "var10": 0
}
}>>
<span id="back"><<button "back" "cheat2">>
<<set $act to $act2, $act2 to "">>
<</button>></span>
<<elseif $act is "adelle" or $act is "girl5">>
<<set $girl5 to {"index":4, "name1":"Adelle", "name2":"Sabelle", "age": 24, "partner":"Maurice", "job": "Stripper", "children":0, "religion":"Unknown", "base_lust":0, "lust":0, "lustdate":0, "love":0, "bbydesire":0, "corruption_level":0, "corruption":0, "bcs":1, "odate":7, "preg":0, "color":"3ab01b", "location":"", "profile":"adelle",
"pregdetails":[0,0,0],
"sdet": {
"fertilitybon":0, "sex":0, "kiss":0, "last_creampie_date":0,"creampie_today":0, "creampie":0, "blowjob":0, "tities":0, "cunnilingus":0, "vaginal":0, "anal":0, "childwp":0, "climax":0},
"schedule": {
"mon":{"17-23": "work", "0-5": "work", "6-16":"rest"},
"tue":{"17-23": "work", "0-5": "work", "6-16":"rest"},
"wed":{"17-23": "work", "0-5": "work", "6-16":"rest"},
"thu":{"0-23": "notwork"},
"fri":{"17-23": "work", "0-5": "work", "6-16":"rest"},
"sat":{"17-23": "work", "0-5": "work", "6-16":"rest"},
"sun":{"0-23": "notwork"}
},
"var":{
"var1":0, "var2":0, "var3":0, "var4":0, "var5":0, "var6":0, "var7":0, "var8":0, "var9":0, "var10":0
},
"daily":{
"gift":0, "talk":0, "sex":0, "count":{"blowjob":0, "tities":0, "cunnilingus":0, "vaginal":0, "anal":0}
},
"event":{
"event1":{"private_dance_stripclub_count":0, "blowjob":0, "ask_for_sex":0 , "sex_possible":0}, /*title: stripclubstuff*/
"event2":{},
"event3":{},
"event4":{},
"event5":{}
},
"nextevent":{
"one":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"two":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"three":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"four":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"five":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}}
},
"preference":{
"gift1":{"index":13, "score":5.5},
"gift2":{"index":14, "score":3.5},
"gift3":{"index":0, "score":0},
"gift4":{"index":12, "score":-5},
"food":"Bananas",
"activity":"Being sexy",
"song":"Timber by Pitbull and Ke$ha",
"movie":"Fifty Shades of Grey"
},
"operatingHour":{
"one":{"open":7, "close":22, "days":[0,1,2,3,4,5,6], "status":false, "toggle":0}
},
"personality":{
"flirtpoint":{"one":0, "two":5, "three":10, "four":15, "five":20},
"jokepoint":{"one":0, "two":0, "three":0, "four":0, "five":10},
"corruptionpoint":{"one":5, "two":10, "three":15, "four":20, "five":25},
"angerpenalty":4,
"angercooldown":4
}
}>>
<<set $man5 to {"index":3, "name1": $girl5.partner, "name2":"Kholis", "age":39, "partner_index":$girl5.name1, "job":"unemployed", "children":$girl5.children, "religion":"Christian", "color":"21eb81", "location":"", "profile":"maurice", "love":0, "corruption":0, "lust":0,
"schedule": {
"mon":{"19-23": "unknown", "6-7": "unknown"},
"tue":{"19-23": "unknown", "6-7": "unknown"},
"wed":{"19-23": "unknown", "6-7": "unknown"},
"thu":{"19-23": "unknown", "6-7": "unknown"},
"fri":{"13-19": "livingroom"},
"sat":{"7-12": "livingroom"},
"sun":{"14-20": "livingroom"}
},
"var": {
"var1": 0, "var2": 0, "var3": 0, "var4": 0, "var5": 0, "var6": 0, "var7": 0, "var8": 0, "var9": 0, "var10": 0
}
}>>
<span id="back"><<button "back" "cheat2">>
<<set $act to $act2, $act2 to "">>
<</button>></span>
<<elseif $act is "cayenne" or $act is "girl6">>
<<set $girl6 to {"index":5, "name1":"Cayenne", "name2":"Klein", "age": 20, "partner":"", "job": "", "children":0, "religion":"Unknown", "base_lust":0, "lust":0, "lustdate":0, "love":0, "bbydesire":0, "corruption_level":0, "corruption":0, "bcs":0, "odate":22, "preg":0, "color":"520ace", "location":"", "profile":"cayenne",
"pregdetails":[0,0,0],
"sdet": {
"fertilitybon":0, "sex":0, "kiss":0, "last_creampie_date":0,"creampie_today":0, "creampie":0, "blowjob":0, "tities":0, "cunnilingus":0, "vaginal":0, "anal":0, "childwp":0, "climax":0},
"schedule": {
"mon":{"0-23": "none"},
"tue":{"0-23": "none"},
"wed":{"0-23": "none"},
"thu":{"0-23": "none"},
"fri":{"0-23": "none"},
"sat":{"0-23": "none"},
"sun":{"0-23": "none"},
},
"var":{
"var1":0, "var2":0, "var3":0, "var4":0, "var5":0, "var6":0, "var7":0, "var8":0, "var9":0, "var10":0
},
"daily":{
"gift":0, "talk":0, "sex":0, "count":{"blowjob":0, "tities":0, "cunnilingus":0, "vaginal":0, "anal":0}
},
"event":{
"event1":{"complete":0, "active":0},
"event2":{}
},
"nextevent":{
"one":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
"two":{"day":0, "month":0, "year":_year, "status":"", "detail":{"status":"", "day":"", "month":"", "year":""}},
},
"preference":{
"gift1":{"index":3, "score":5.5},
"gift2":{"index":13, "score":3.5},
"gift3":{"index":0, "score":0},
"gift4":{"index":28, "score":-5},
"food":"None",
"activity":"Staying fit",
"song":"Szomorú vasárnap by Reszo Seress",
"movie":"Moszkva tér (2001)"
},
"operatingHour":{
"one":{"open":7, "close":22, "days":[0,1,2,3,4,5,6], "status":false, "toggle":0}
},
"personality":{
"flirtpoint":{"one":0, "two":5, "three":10, "four":15, "five":20},
"jokepoint":{"one":0, "two":0, "three":0, "four":0, "five":10},
"corruptionpoint":{"one":5, "two":10, "three":20, "four":25, "five":40},
"angerpenalty":5,
"angercooldown":5
}
}>>
<span id="back"><<button "back" "cheat2">>
<<set $act to $act2, $act2 to "">>
<</button>></span>
<<elseif $act is "mira" or $act is "girl8">>
<<set $girl8 to {}>>
<<set _tempyear to 2023>>
<<set $girl8 to {
index: 7,
name1: "Mira",
name2: "Monroe",
age: 21,
partner: "",
job: "student",
children: 0,
religion: "Christian",
base_lust: 0,
lust: 0,
lustdate: 0,
love: 0,
bbydesire: 2,
corruption_level: 0,
corruption: 0,
bcs: 1,
odate: 3,
preg: 0,
color: "3ab01b",
location: "",
profile: "mira",
pregdetails: [0, 0, 0],
sdet: {
fertilitybon: 0,
sex: 0,
kiss: 0,
last_creampie_date: 0,
creampie_today: 0,
creampie: 0,
blowjob: 0,
tities: 0,
cunnilingus: 0,
vaginal: 0,
anal: 0,
childwp: 0,
climax: 0
},
schedule: {
mon: { "12-13": "cafeteria" },
tue: { "12-13": "cafeteria" },
wed: { "12-13": "cafeteria" },
thu: { "12-13": "cafeteria" },
fri: { "12-13": "cafeteria" },
sat: { "12-13": "cafeteria" },
sun: { "12-13": "cafeteria" }
},
var: {
var1: 0,
var2: 0,
var3: 0,
var4: 0,
var5: 0,
var6: 0,
var7: 0,
var8: [0],
var9: 0,
var10: 0
},
daily: {
gift: 0,
talk: 0,
sex: 0,
count: {
blowjob: 0,
tities: 0,
cunnilingus: 0,
vaginal: 0,
anal: 0
}
},
event: {
event1: { "complete": 0, "active": 0 }
},
nextevent: {
one: {
day: 0,
month: 0,
year: _tempyear,
status: "",
detail: {
status: "",
day: "",
month: "",
year: ""
}
},
two: {
day: 0,
month: 0,
year: _tempyear,
status: "",
detail: {
status: "",
day: "",
month: "",
year: ""
}
}
},
preference: {
gift1: { index: 22, score: 5.5 },
gift2: { index: 10, score: 3.5 },
gift3: { index: 0, score: 0 },
gift4: { index: 24, score: -5 }
},
operatingHour: {
one: { open: 7, close: 22, days: [0, 1, 2, 3, 4, 5, 6], status: false, toggle: 0 }
},
personality: {
angerpenalty: 2,
angercooldown: 1
}
}>>
<span id="back"><<button "back" "cheat2">>
<<set $act to $act2, $act2 to "">>
<</button>></span>
<<elseif $act is "kenzie_madison" or $act is "girl9">>
<<set $girl9 = {}>>
<<set $girl9 to {
index: 8,
name1: "Kenzie",
name2: "Madison",
age: 20,
partner: "Kevin",
job: "student",
children: 0,
religion: "",
base_lust: 0,
lust: 0,
lustdate: 0,
love: 0,
bbydesire: 2,
corruption_level: 0,
corruption: 0,
bcs: 1,
odate: 12,
preg: 0,
color: "b2c489",
location: "",
profile: "kenzie_madison",
pregdetails: [0, 0, 0],
sdet: {
fertilitybon: 1,
sex: 0,
kiss: 0,
last_creampie_date: 0,
creampie_today: 0,
creampie: 0,
blowjob: 0,
tities: 0,
cunnilingus: 0,
vaginal: 0,
anal: 0,
childwp: 0,
climax: 0
},
schedule: {
mon: { "16-16":"outside_uni" },
tue: { "16-16":"outside_uni" },
wed: { "16-16":"outside_uni" },
thu: {},
fri: {},
sat: {},
sun: {}
},
var: {
var1: 0, var2: 0, var3: 0, var4: 0, var5: 0, var6: 0, var7: 0, var8: [], var9: 0, var10: 0
},
daily: {
gift: 0,
talk: 0,
sex: 0,
count: { blowjob: 0, tities: 0, cunnilingus: 0, vaginal: 0, anal: 0 }
},
event: {
event1: { complete: 0, active: 0 }
},
nextevent: {
one: { day: 0, month: 0, year: _tempyear, status: "", detail: { status: "", day: "", month: "", year: "" }},
two: { day: 0, month: 0, year: _tempyear, status: "", detail: { status: "", day: "", month: "", year: "" }}
},
preference: {
gift1: { index: 14, score: 5.5 },
gift2: { index: 13, score: 3.5 },
gift3: { index: 0, score: 0 },
gift4: { index: 23, score: -5 }
},
operatingHour: {
one: { open: 7, close: 22, days: [0, 1, 2, 3, 4, 5, 6], status: false, toggle: 0 }
},
personality: {
angerpenalty: 1,
angercooldown: 0
}
}>>
<span id="back"><<button "back" "cheat2">>
<<set $act to $act2, $act2 to "">>
<</button>></span>
<<else>>
Not available for this character.<br><br>
<span id="back"><<button "back" "cheat2">>
<<set $act to $act2, $act2 to "">>
<</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if $gvar.var13 is "me">>
<div class="wide-button"><<button "Back">><<inDialog "CHARACTER">><</button>></div><br>
<div class="rowchar">
<div class="imagechar">
<img src="images/GPG1O/others/ccd.jpg">
</div>
<div class="descriptionchar">
<u>Creatively Challenged Developer</u><br>
Hey, fancy meeting you here. Check me out on patreon to get early access, cheats and most importantly, to support me!
<br><br><<button "My Patreon page">>
<<run window.open
('https://patreon.com/CreativelyChallengedDev?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink', '_blank')>>
<</button>>
<br><br>VERSION : <<print setup.version>><br><br>
</div>
</div>
<<elseif $gvar.var13 is "player">>
<div class="wide-button"><<button "Back">><<inDialog "CHARACTER">><</button>></div><br>
<div class="rowchar">
<div class="imagechar">
<<mc_picture>>
</div>
<div class="descriptionchar">
<u>$player.name1 $player.name2</u><br>
This is you, the guy in the mirror. You're starting with the man in the mirror. You're asking him to change his ways.
And no message could've any clearer, if you wanna make the world a better place, take a look at yourself and then make a change!
<br><br>
<<button "Jobs">>
<<dialogbox "Work">>
<div class="wide-button"><<button "Back">><<inDialog "chars">><</button>></div><br>
Jobs, you can work for/at:<br><br>
<<if $playervar.var3 is 1>><b>Entryway Sprint</b> and deliver food around.<br><</if>>
<<if $playervar.var4 is 1>><b>The local restaurant</b>, and serve people food.<br><br><</if>>
<<if $playervar.var5 is 1>><b>Over</b>, the e-hailing service and drive people around.<br><</if>>
<</dialogbox>>
<</button>>
</div>
</div>
<<elseif $gvar.var13 is "girl1" or $gvar.var13 is "allie">>
<div class="wide-button"><<button "Back">><<inDialog "CHARACTER">><</button>></div><br>
<<if $girl1.var.var1 is 1>>
<div class="rowchar">
<div class="imagechar">
<img src="images/GPG1O/char/allie/allieraemain.jpg">
</div>
<div class="descriptionchar">
<u>$girl1.name1</u><br>
$girl1.name1 is your neighbour. She is a blonde in her middle twenties. She lives with her boyfriend, $girl1.partner in an apartment next to yours.
Both of them doesnt believe in marriage however they want to start a family together.
$girl1.partner works as a teacher while $girl1.name1 does online work which allows her to always be at home.
<br><br>Love: $girl1.love
<br>Lust: <<if $girl1.base_lust gte $girl1.lust>>$girl1.lust<<else>><span style="color: #f28500 ;">$girl1.lust</span><</if>>
<br>Corruption: $girl1.corruption
<<if $cheat.girl_loc>><br>
Current Location: <<girl_loca $girl1>><<if $gvar.var2 is "" or $girl1.location is "">>Unknown/Not set<<else>>$gvar.var2<</if>>
<</if>>
<br><br>
<<button "Track" >><<set $gvar.var4 to $girl1.index>><</button>>
<<button "More deets">>
<<dialogbox "test">>
<div class="wide-button"><<button "Back">><<inDialog "chars">><</button>></div><br>
<<girl_loca_print $girl1>><br>
<</dialogbox>>
<</button>>
</div>
</div>
<</if>>/%if $girl1.var.var1 closer%/
<<elseif $gvar.var13 is "allie_partner" or $gvar.var13 is "man1">>
<div class="wide-button"><<button "Back">><<inDialog "CHARACTER">><</button>></div><br>
<<if $man1.var.var1 is 1>>
<div class="rowchar">
<div class="imagechar">
<img src="images/GPG1O/char/allie/partner.webp">
</div>
<div class="descriptionchar">
<u>$man1.name1</u><br>
$man1.name1 is your neighbour. He is $girl1.name1's husband, boyfriend, they don't believe in marriages.
He teaches at a nearby school. From what you've seen, he's a good bloke. He is of the opinion that cats would be rude if they could talk.
<br><br>Love: $man1.love
<br>Lust: $man1.lust
<br>Corruption: $man1.corruption
<<if $cheat.girl_loc>><br>
Current Location: <<girl_loca $man1>><<if $gvar.var2 is "" or $man1.location is "">>Unknown/Not set<<else>>$gvar.var2<</if>>
<</if>>
<br><br>
<<button "More deets">>
<<dialogbox "test">>
<div class="wide-button"><<button "Back">><<inDialog "chars">><</button>></div><br>
<<girl_loca_print $man1>><br>
<</dialogbox>>
<</button>>
</div>
</div>
<</if>>/%if $man1.var.var1 closer%/
<<elseif $gvar.var13 is "girl2" or $gvar.var13 is "lila">>
<div class="wide-button"><<button "Back">><<inDialog "CHARACTER">><</button>></div><br>
<<if $girl2.var.var1 is 1>>
<div class="rowchar">
<div class="imagechar">
<img src="images/GPG1O/char/lila/lila_main2.webp">
</div>
<div class="descriptionchar">
<u>$girl2.name1</u><br>
$girl2.name1 is a 26-year-old woman you met at the mall.
She is a graphic designer and occasional model who also designs clothing for a company.
She's nice when she's nice, but she has a very short fuse, so be careful not to accidentally light them up.
<br><br>Love: $girl2.love
<br>Lust: <<if $girl2.base_lust gte $girl2.lust>>$girl2.lust<<else>><span style="color: #f28500 ;">$girl2.lust</span><</if>>
<br>Corruption: $girl2.corruption
<<if $cheat.girl_loc>><br>
Current Location: <<girl_loca $girl2>><<if $gvar.var2 is "" or $girl2.location is "">>Unknown/Not set<<else>>$gvar.var2<</if>>
<</if>>
<br><br>
<<button "Track">><<set $gvar.var4 to $girl2.index>><</button>>
<<button "More deets">>
<<dialogbox "test">>
<div class="wide-button"><<button "Back">><<inDialog "chars">><</button>></div><br>
<<girl_loca_print $girl2>><br>
<</dialogbox>>
<</button>>
</div>
</div>
<</if>>/%girl 2 closer%/
<<elseif $gvar.var13 is "girl3" or $gvar.var13 is "eva_elfie">>
<div class="wide-button"><<button "Back">><<inDialog "CHARACTER">><</button>></div><br>
<<if $girl3.var.var1 is 1>>
<div class="rowchar">
<div class="imagechar">
<img src="images/GPG1O/char/eva/eva_elfie_main1.webp">
</div>
<div class="descriptionchar">
<u>$girl3.name1</u><br>
$girl3.name1, $girl3.age years old, is a beautiful blonde that you met at the University. You two take a few of the same classes.
<<if $girl3.var.var2 is 1>>She lives in $girl3.var.var5<</if >><<if $girl3.var.var3 is 1>>, with her fiance, $girl3.partner.<</if>>
She is built like an expensive sex doll and is very conventionally attractive.
<br><br>Love: $girl3.love
<br>Lust: <<if $girl3.base_lust gte $girl3.lust>>$girl3.lust<<else>><span style="color: #f28500 ;">$girl3.lust</span><</if>>
<br>Corruption: $girl3.corruption
<<if $cheat.girl_loc>><br>
Current Location: <<girl_loca $girl3>><<if $gvar.var2 is "" or $girl3.location is "">>Unknown/Not set<<else>>$gvar.var2<</if>>
<</if>>
<br><br>
<<button "Track">><<set $gvar.var4 to $girl3.index>><</button>>
<<button "More deets">>
<<dialogbox "test">>
<div class="wide-button"><<button "Back">><<inDialog "chars">><</button>></div><br>
<<girl_loca_print $girl3>><br>
<</dialogbox>>
<</button>>
</div>
</div>
<</if>>/%girl 3 closer%/
<<elseif $gvar.var13 is "girl4" or $gvar.var13 is "liya_silver">>
<div class="wide-button"><<button "Back">><<inDialog "CHARACTER">><</button>></div><br>
<<if $girl4.var.var1 is 1>>
<div class="rowchar">
<div class="imagechar">
<img src="images/GPG1O/char/liya/liya_main.webp">
</div>
<div class="descriptionchar">
<u>$girl4.name1</u><br>
$girl4.name1 is an attractive doctor you've met while getting your regular checkup. She takes her job seriously and maintains professionalism despite your advances.
She takes coffee talks seriously and will look down on you if you get your information about coffee wrong.
<br><br>Love: $girl4.love
<br>Lust: <<if $girl4.base_lust gte $girl4.lust>>$girl4.lust<<else>><span style="color: #f28500 ;">$girl4.lust</span><</if>>
<br>Corruption: $girl4.corruption
<<if $cheat.girl_loc>><br>
Current Location: <<girl_loca $girl4>><<if $gvar.var2 is "" or $girl4.location is "">>Unknown/Not set<<else>>$gvar.var2<</if>>
<</if>>
<br><br>
<<button "Track">><<set $gvar.var4 to $girl4.index>><</button>>
<<button "More deets">>
<<dialogbox "test">>
<div class="wide-button"><<button "Back">><<inDialog "chars">><</button>></div><br>
<<girl_loca_print $girl4>><br>
<</dialogbox>>
<</button>>
</div>
</div>
<</if>>/%girl 4 closer%/
<<elseif $gvar.var13 is "girl5" or $gvar.var13 is "adelle">>
<div class="wide-button"><<button "Back">><<inDialog "CHARACTER">><</button>></div><br>
<<if $girl5.var.var1 is 1>>
<div class="rowchar">
<div class="imagechar">
<img src="images/GPG1O/char/adelle/adelle_main.webp">
</div>
<div class="descriptionchar">
<u>$girl5.name1</u><br>
$girl5.name1 is a stripper you've met at the stripclub in town. Before you even knew her name, you'd already seen her ass, and oh boy, her body sure is nice.
Through your persistence, she'd finally acknowledged your presence at the stripclub.
<br><br>Love: $girl5.love
<br>Lust: <<if $girl5.base_lust gte $girl5.lust>>$girl5.lust<<else>><span style="color: #f28500 ;">$girl5.lust</span><</if>>
<br>Corruption: $girl5.corruption
<<if $cheat.girl_loc>><br>
Current Location: <<girl_loca $girl5>><<if $gvar.var5 is "" or $girl5.location is "">>Unknown/Not set<<else>>$gvar.var2<</if>>
<</if>>
<br><br>
<<button "Track">><<set $gvar.var4 to $girl5.index>><</button>>
<<button "More deets">>
<<dialogbox "test">>
<div class="wide-button"><<button "Back">><<inDialog "chars">><</button>></div><br>
<<girl_loca_print $girl5>><br>
<</dialogbox>>
<</button>>
</div>
</div>
<</if>>/%girl 5 closer%/
<<elseif $gvar.var13 is "adelle_partner" or $gvar.var13 is "man5">>
<div class="wide-button"><<button "Back">><<inDialog "CHARACTER">><</button>></div><br>
<<if $man5.var.var1 is 1>>
<div class="rowchar">
<div class="imagechar">
<img src="images/GPG1O/char/thumb/maurice.webp">
</div>
<div class="descriptionchar">
<u>$man5.name1</u><br>
$man5.name1 is $girl5.name1's romantic partner. Seems like a nice guy.
<br><br>Love: $man5.love
<br>Lust: $man5.lust
<br>Corruption: $man5.corruption
<<if $cheat.girl_loc>><br>
Current Location: <<girl_loca $man5>><<if $gvar.var2 is "" or $man5.location is "">>Unknown/Not set<<else>>$gvar.var2<</if>>
<</if>>
<br><br>
<<button "More deets">>
<<dialogbox "test">>
<div class="wide-button"><<button "Back">><<inDialog "chars">><</button>></div><br>
<<girl_loca_print $man5>><br>
<</dialogbox>>
<</button>>
</div>
</div>
<</if>>/%man5 closer%/
<<elseif $gvar.var13 is "girl6" or $gvar.var13 is "cayenne">>
<div class="wide-button"><<button "Back">><<inDialog "CHARACTER">><</button>></div><br>
<<if $girl6.var.var1 is 1>>
<div class="rowchar">
<div class="imagechar">
<img src="images/GPG1O/char/cayenne/cayenne_main.webp">
</div>
<div class="descriptionchar">
<u>$girl6.name1</u><br>
$girl6.name1 is the girl you've met at the gym. You occasionally oggle her as she does her stretches.<br><br>
<br><br>Love: $girl6.love
<br>Lust: <<if $girl6.base_lust gte $girl6.lust>>$girl6.lust<<else>><span style="color: #f28500 ;">$girl6.lust</span><</if>>
<br>Corruption: $girl6.corruption
<<if $cheat.girl_loc>><br>
Current Location: <<girl_loca $girl6>><<if $gvar.var5 is "" or $girl6.location is "">>Unknown/Not set<<else>>$gvar.var2<</if>>
<</if>>
<br><br>
<<button "Track">><<set $gvar.var4 to $girl6.index>><</button>>
<<button "More deets">>
<<dialogbox "test">>
<div class="wide-button"><<button "Back">><<inDialog "chars">><</button>></div><br>
<<girl_loca_print $girl6>><br>
<</dialogbox>>
<</button>>
</div>
</div>
<</if>>/%girl 8 closer%/
<<elseif $gvar.var13 is "girl8" or $gvar.var13 is "mira">>
<div class="wide-button"><<button "Back">><<inDialog "CHARACTER">><</button>></div><br>
<<if $girl8.var.var1 is 1>>
<div class="rowchar">
<div class="imagechar">
<img src="images/GPG1O/char/mira/mira_main.webp">
</div>
<div class="descriptionchar">
<u>$girl8.name1</u><br>
$girl8.name1 is a girl you've met at the university's cafeteria. From what you've seen, she is not much of a talker, perhaps due to her shyness, or maybe you just don't know her enough. From your interactions with her, you've learned that she is majoring in computer stuff.<br><br>
<br><br>Love: $girl8.love
<br>Lust: <<if $girl8.base_lust gte $girl8.lust>>$girl8.lust<<else>><span style="color: #f28500 ;">$girl8.lust</span><</if>>
<br>Corruption: $girl8.corruption
<<if $cheat.girl_loc>><br>
Current Location: <<girl_loca $girl8>><<if $gvar.var5 is "" or $girl8.location is "">>Unknown/Not set<<else>>$gvar.var2<</if>>
<</if>>
<br><br>
<<button "Track">><<set $gvar.var4 to $girl8.index>><</button>>
<<button "More deets">>
<<dialogbox "test">>
<div class="wide-button"><<button "Back">><<inDialog "chars">><</button>></div><br>
<<girl_loca_print $girl8>><br>
<</dialogbox>>
<</button>>
</div>
</div>
<</if>>/%girl 8 closer%/
<<elseif $gvar.var13 is "girl9" or $gvar.var13 is "kenzie_madison">>
<div class="wide-button"><<button "Back">><<inDialog "CHARACTER">><</button>></div><br>
<<if $girl9.var.var1 is 1>>
<div class="rowchar">
<div class="imagechar">
<img src="images/GPG1O/char/kenzie_madison/kenzie_madison_main.webp">
</div>
<div class="descriptionchar">
<u>$girl9.name1</u><br>
$girl9.name1 is a girl you've met outside of the university; she sits on the bench close to the entrance.<br><br>
<br><br>Love: $girl9.love
<br>Lust: <<if $girl9.base_lust gte $girl9.lust>>$girl9.lust<<else>><span style="color: #f28500 ;">$girl9.lust</span><</if>>
<br>Corruption: $girl9.corruption
<<if $cheat.girl_loc>><br>
Current Location: <<girl_loca $girl9>><<if $gvar.var5 is "" or $girl9.location is "">>Unknown/Not set<<else>>$gvar.var2<</if>>
<</if>>
<br><br>
<<button "Track">><<set $gvar.var4 to $girl9.index>><</button>>
<<button "More deets">>
<<dialogbox "test">>
<div class="wide-button"><<button "Back">><<inDialog "chars">><</button>></div><br>
<<girl_loca_print $girl9>><br>
<</dialogbox>>
<</button>>
</div>
</div>
<</if>>/%girl 8 closer%/
<</if>>/*gvar.var13 closer*/
<</nobr>><<nobr>>
<style>body {background-color: #b0dbf1;}</style>
<<set _mypatronus to "12345">>
<<checkpatrons>>
<<if _patrons>>
<<else>>
<<button "ACTIVATE CHEAT" "check">><<set $act to "patronscheck">><</button>><br><br>
<</if>>
<div class="cheatborder5">
<h2><<link "Cosmetics" "cheat">><<set $cheat.showcosmetics>><<if $cheat.showcosmetics>><<set $cheat.showcosmetics to false>><<else>><<set $cheat.showcosmetics to true>><</if>><</link>></h2>
<<if $cheat.showcosmetics>>
<<button "Hide title" "cheat">><<if $cheat.showtitle>><<set $cheat.showtitle to false>><<else>><<set $cheat.showtitle to true>><</if>><</button>> $cheat.showtitle<br>
<<button "Small title" "cheat">><<if $cheat.smalltitle>><<set $cheat.smalltitle to false>><<else>><<set $cheat.smalltitle to true>><</if>><</button>> $cheat.smalltitle<br>
<<button "Cash sidebar" "cheat">><<if $cheat.showcash>><<set $cheat.showcash to false>><<else>><<set $cheat.showcash to true>><</if>><</button>> $cheat.showcash<br>
<<button "Energy sidebar" "cheat">><<if $cheat.showenergy>><<set $cheat.showenergy to false>><<else>><<set $cheat.showenergy to true>><</if>><</button>> $cheat.showenergy<br>
<<button "Fitness sidebar" "cheat">><<if $cheat.showfitness>><<set $cheat.showfitness to false>><<else>><<set $cheat.showfitness to true>><</if>><</button>> $cheat.showfitness<br>
<<button "Sex Skills sidebar" "cheat">><<if $cheat.showsexskill>><<set $cheat.showsexskill to false>><<else>><<set $cheat.showsexskill to true>><</if>><</button>> $cheat.showsexskill<br>
<<button "Intelligence sidebar" "cheat">><<if $cheat.showintelligence>><<set $cheat.showintelligence to false>><<else>><<set $cheat.showintelligence to true>><</if>><</button>> $cheat.showintelligence<br>
<<button "Stress sidebar" "cheat">><<if $cheat.showstress>><<set $cheat.showstress to false>><<else>><<set $cheat.showstress to true>><</if>><</button>> $cheat.showstress<br>
<<button "Cum soundeffect" "cheat">><<if $soundEnabled>><<set $soundEnabled to false>><<else>><<set $soundEnabled to true>><<run setup.toggleSound()>><</if>><</button>> $soundEnabled<br>
<<button "Audio to 1 (apply to active sound only)" "cheat">><<audio ":playing" fadeoverto 1 1>><</button>>
<</if>>
</div>
<div class="cheatborder4">
<h2><<link "Environments" "cheat">><<set $cheat.showenv>><<if $cheat.showenv>><<set $cheat.showenv to false>><<else>><<set $cheat.showenv to true>><</if>><</link>></h2>
<<if _patrons and $cheat.showenv>>
<<button "Hours Control" "cheat">><<if $cheat.timecontrol>><<set $cheat.timecontrol to false>><<else>><<set $cheat.timecontrol to true>><</if>><</button>> $cheat.timecontrol<br>
<<button "Days Control" "cheat">><<if $cheat.daycontrol>><<set $cheat.daycontrol to false>><<else>><<set $cheat.daycontrol to true>><</if>><</button>> $cheat.daycontrol<br>
<<button "REPEAT" "cheat">><<if $cheat.repeat>><<set $cheat.repeat to false>><<else>><<set $cheat.repeat to true>><</if>><</button>> $cheat.repeat (Use at your own risk)<br>
<</if>>
</div>
<div class="cheatborder3">
<h2><<link "Quick Locations" "cheat">><<set $cheat.showquick>><<if $cheat.showquick>><<set $cheat.showquick to false>><<else>><<set $cheat.showquick to true>><</if>><</link>></h2>
<<if _patrons and $cheat.showquick>>
<<button "Major Locations" "cheat">><<set $cheat.quick1>><<if $cheat.quick1>><<set $cheat.quick1 to false>><<else>><<set $cheat.quick1 to true>><</if>><</button>> $cheat.quick1<br>
<<button "Shortcut to bedroom (GPG1O LOGO)" "cheat">><<if $gvar.var7 is 1>><<set $gvar.var7 to 0>><<else>><<set $gvar.var7 to 1>><</if>><</button>> $gvar.var7 <br>
<<button "Shortcut to CHEAT 2" "cheat">><<set $cheat.cheat2_shortcut>><<if $cheat.cheat2_shortcut>><<set $cheat.cheat2_shortcut to false>><<else>><<set $cheat.cheat2_shortcut to true>><</if>><</button>> $cheat.cheat2_shortcut <br>
<</if>>
</div>
<div class="cheatborder2">
<h2><<link "Characters" "cheat">><<set $cheat.pregedit>><<if $cheat.pregedit>><<set $cheat.pregedit to false>><<else>><<set $cheat.pregedit to true>><</if>><</link>></h2>
<<if _patrons and $cheat.pregedit>>
<<button "Pregnancy Chances" "cheat">><<set $cheat.preg_chance>><<if $cheat.preg_chance>><<set $cheat.preg_chance to false>><<else>><<set $cheat.preg_chance to true>><</if>><</button>> $cheat.preg_chance<br>
<<button "Locations (at CHARACTERS page)" "cheat">><<set $cheat.girl_loc>><<if $cheat.girl_loc>><<set $cheat.girl_loc to false>><<else>><<set $cheat.girl_loc to true>><</if>><</button>> $cheat.girl_loc<br>
<<button "Track a girl (enable at CHARACTERS page)" "cheat">><<set $cheat.track>><<if $cheat.track>><<set $cheat.track to false>><<else>><<set $cheat.track to true, $gvar.var4 to 99907>><</if>><</button>> $cheat.track<br>
<<button "Edit Characters Variables (AT YOUR OWN RISK)" "cheat2">><<set $act to "girlvars">><</button>><br>
<</if>>
</div>
<br><br><span id="back"><<button "Back" "MCHOUSE">><<set $act to "mcbedroom", $act2 to "">><</button>></span>
<<begonescroll>>
<</nobr>><<nobr>>
<style>body {background-color: #b0dbf1;}</style>
<<if $act is "girlvars">>
<div class="image-row">
<div class="image-container2">
<<button '<<mc_picture>>' "cheat2">><<set $act to "mc">><</button>>
<div class="overlay-text2">$player.name1 (You)</div>
</div>
<div class="image-container2">
<<button '<img src="images/GPG1O/char/thumb/allie.webp">' "cheat2">><<set $act to "girl1">><</button>>
<div class="overlay-text2">$girl1.name1</div>
</div>
<div class="image-container2">
<<button '<img src="images/GPG1O/char/thumb/lila.webp">' "cheat2">><<set $act to "girl2">><</button>>
<div class="overlay-text2">$girl2.name1</div>
</div>
<div class="image-container2">
<<button '<img src="images/GPG1O/char/thumb/eva_elfie.webp">' "cheat2">><<set $act to "girl3">><</button>>
<div class="overlay-text2">$girl3.name1</div>
</div>
<div class="image-container2">
<<button '<img src="images/GPG1O/char/thumb/liya_silver.webp">' "cheat2">><<set $act to "girl4">><</button>>
<div class="overlay-text2">$girl4.name1</div>
</div>
<div class="image-container2">
<<button '<img src="images/GPG1O/char/thumb/adelle.webp">' "cheat2">><<set $act to "girl5">><</button>>
<div class="overlay-text2">$girl5.name1</div>
</div>
<div class="image-container2">
<<button '<img src="images/GPG1O/char/thumb/cayenne.webp">' "cheat2">><<set $act to "girl6">><</button>>
<div class="overlay-text2">$girl6.name1</div>
</div>
<div class="image-container2">
<<button '<img src="images/GPG1O/char/thumb/mira.webp">' "cheat2">><<set $act to "girl8">><</button>>
<div class="overlay-text2">$girl8.name1</div>
</div>
<div class="image-container2">
<<button '<img src="images/GPG1O/char/thumb/kenzie_madison.webp">' "cheat2">><<set $act to "girl9">><</button>>
<div class="overlay-text2">$girl9.name1</div>
</div>
</div>
<br><span id="back"><<button "Back" "cheat">><<set $act to "">><</button>></span>
<<elseif $act is "mc">>
<<begonescroll>>
<h2>$player.name1 (You)</h2>
<div class="line-text"><span>↓ stat edit ↓</span></div>
<<button "+ 9999 cash" "cheat2">><<set $player.cash +=9999>><</button>> OR <<button "- 9999 cash" "cheat2">><<set $player.cash -=9999>><</button>><br>
<<button "Infinite energy" "cheat2">><<if $cheat.infiniteenergy>><<set $cheat.infiniteenergy to false>><<else>><<set $cheat.infiniteenergy to true>><</if>><</button>> $cheat.infiniteenergy<br>
<<button "Infinite sex turn" "cheat2">><<if $cheat.infinitesexturn>><<set $cheat.infinitesexturn to false>><<else>><<set $cheat.infinitesexturn to true, $cheat.cumwhenever to true>><</if>><</button>> $cheat.infinitesexturn<br>
<<button "Cum whenever" "cheat2">><<if $cheat.cumwhenever>><<set $cheat.cumwhenever to false, $cheat.infinitesexturn to false>><<else>><<set $cheat.cumwhenever to true>><</if>><</button>> $cheat.cumwhenever<br>
Fitness
<<button "+ 1" "cheat2">><<set $player.fitness = Math.clamp ($player.fitness +=1,1,100)>><</button>>
<<button " + 10" "cheat2">><<set $player.fitness = Math.clamp ($player.fitness +=10,1,100)>><</button>>
<<button "- 1" "cheat2">><<set $player.fitness = Math.clamp ($player.fitness -=1,1,100)>><</button>>
<<button " - 10" "cheat2">><<set $player.fitness = Math.clamp ($player.fitness -= 10,1,100)>><</button>><br>
Intelligence
<<button "+ 1" "cheat2">><<set $player.intelligence = Math.clamp($player.intelligence +=1,1,100)>><</button>>
<<button " + 10" "cheat2">><<set $player.intelligence = Math.clamp($player.intelligence +=10,1,100)>><</button>>
<<button "- 1" "cheat2">><<set $player.intelligence = Math.clamp($player.intelligence -=1,1,100)>><</button>>
<<button " - 10" "cheat2">><<set $player.intelligence = Math.clamp($player.intelligence -=10,1,100)>><</button>><br>
Sex Skills
<<button "+ 1" "cheat2">><<set $player.sexskill = Math.clamp ($player.sexskill+=1,1,100)>><</button>>
<<button " + 10" "cheat2">><<set $player.sexskill = Math.clamp ($player.sexskill+=10,1,100)>><</button>>
<<button "- 1" "cheat2">><<set $player.sexskill = Math.clamp ($player.sexskill-=1,1,100)>><</button>>
<<button " - 10" "cheat2">><<set $player.sexskill = Math.clamp ($player.sexskill-=10,1,100)>><</button>><br>
Stress
<<button "+ 1" "cheat2">><<set $player.stress = Math.clamp($player.stress +=1,1,100)>><</button>><<button " + 10" "cheat">><<set $player.stress = Math.clamp($player.stress +=10,1,100)>><</button>>
<<button "- 1" "cheat2">><<set $player.stress = Math.clamp($player.stress -=1,1,100)>><</button>><<button " - 10" "cheat">><<set $player.stress = Math.clamp($player.stress -=10,1,100)>><</button>><br>
<div class="line-text"><span>↓ events ↓</span></div>
<<button "Enroll In University" "UNI">><<set $act to "enroll">><</button>> $univar.var2<br>
<<button "The Alien Encounter/A shooting star!" "PARK">><<set $act to "shooting_star", $act2 to "one">><</button>> $playervar.var7 <br>
<div class="line-text"><span>↓Not events ↓</span></div>
<<button "Toggle car (Blue)" "cheat2">><<if $item.item30.quantity isnot 0>><<set $item.item30.quantity to 0, $playervar.var1 to 0>><<else>><<set $item.item30.quantity = 1, $playervar.var1 to 1>><</if>><</button>> $item.item30.quantity<br>
<<button "Toggle Alien-ware (From the alien encounter)" "cheat2">><<if $item.item31.quantity isnot 0>><<set $item.item31.quantity to 0, $playervar.var7 to 0>><<else>><<set $item.item31.quantity = 1, $playervar.var7 to 1>><</if>><</button>> $item.item31.quantity<br>
<<button "Signed up for Over" "cheat2">><<if $playervar.var5 isnot 0>><<set $playervar.var5 to 0>><<else>><<set $playervar.var5 to 1>><</if>><</button>> $playervar.var5 <br>
<<button "Signed up for Entryway Sprint" "cheat2">><<if $playervar.var3 isnot 0>><<set $playervar.var3 to 0>><<else>><<set $playervar.var3 to 1>><</if>><</button>> $playervar.var3 <br>
<<button "Can work as partime waiter" "cheat2">><<if $playervar.var4 isnot 0>><<set $playervar.var4 to 0>><<else>><<set $playervar.var4 to 1>><</if>><</button>> $playervar.var4 <br>
<br><span id="back"><<button "Back" "cheat2">><<set $act to "girlvars">><</button>></span>
<<elseif $act is "girl1">>
<<include "cheat2_girl1">>
<<elseif $act is "girl2">>
<<include "cheat2_girl2">>
<<elseif $act is "girl3">>
<<include "cheat2_girl3">>
<<elseif $act is "girl4">>
<<include "cheat2_girl4">>
<<elseif $act is "girl5">>
<<include "cheat2_girl5">>
<<elseif $act is "girl6">>
<<include "cheat2_girl6">>
<<elseif $act is "girl8">>
<<include "cheat2_girl8">>
<<elseif $act is "girl9">>
<<include "cheat2_girl9">>
<<else>>
Errorrorororo, yameteeeeeee, korosu sudoku toyota hilux.<br><br>
/*Nothing here yet, sorry kudasai. <br>*/
<br><span id="back"><<button "Back" "cheat2">><<set $act to "girlvars">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<begonescroll>>
<<set _girl1_e2 to $girl1.event.event2>>
<<set _g1e4 to $girl1.event.event4>>
<h2>$girl1.name1</h2>
<div class="line-text"><span>↓ stat edit ↓</span></div>
Love ($girl1.love)
<<button "ZERO" "cheat2">><<set $girl1.love to 0>><</button>>
<<button "+1" "cheat2">><<addlove $girl1 1>><</button>>
<<button "+10" "cheat2">><<addlove $girl1 10>><</button>>
<<button "-1" "cheat2">><<addlove $girl1 -1>><</button>>
<<button "-10" "cheat2">><<addlove $girl1 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl1.love to 100>><</button>>
<br>Lust ($girl1.lust)
<<button "ZERO" "cheat2">><<set $girl1.lust to 0>><</button>>
<<button "+1" "cheat2">><<addlust $girl1 1>><</button>>
<<button "+10" "cheat2">><<addlust $girl1 10>><</button>>
<<button "-1" "cheat2">><<addlust $girl1 -1>><</button>>
<<button "-10" "cheat2">><<addlust $girl1 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl1.lust to 100>><</button>>
<br>Base Lust ($girl1.base_lust)
<<button "ZERO" "cheat2">><<set $girl1.base_lust to 0>><</button>>
<<button "+1" "cheat2">><<addbaselust $girl1 1>><</button>>
<<button "+10" "cheat2">><<addbaselust $girl1 10>><</button>>
<<button "-1" "cheat2">><<addbaselust $girl1 -1>><</button>>
<<button "-10" "cheat2">><<addbaselust $girl1 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl1.base_lust to 100>><</button>>
<div class="line-text"><span>↓ events ↓</span></div>
<<message 'Event 1' btn>>
<div style="margin-left:30px;">
<<button "Meet $girl1.name1" "apartment1b">><<set $act to "meet_girl1", $girl1.var.var4 to 1>><</button>>
<<link "$girl1.var.var1" "cheat2">><<toggle "girl1.var.var1">><</link>> <br>
<<button "Talking with $girl1.name1 in the apartment hallway" "apartment1b_events">><<set $act to "crosspath1">><</button>> $girl1.event.event1.talk<br>
<<button "Talking with $girl1.name1 in the apartment hallway 2" "apartment1b_events">><<set $act to "crosspath_done", $girl1.love += Math.clamp($girl1.love+=5, 0, 100)>>>><</button>> $girl1.event.event1.talk<br>
<<button "Talking with $girl1.name1 in the apartment hallway Final" "apartment1b_events">><<set $act to "cangointohouse1">><</button>>
<<link "$girl1.event.event1.completed" "cheat2">><<toggle "girl1.event.event1.completed">><</link>> <br>
<<button "Meet $girl1.partner" "apartment1b">><<set $act to "talk_man1">><</button>>
<<link "$man1.var.var1 " "cheat2">><<toggle "man1.var.var1">><</link>> <br>
</div>
<</message>><br>
<<message 'Event 2 (Talking)' btn>>
<div style="margin-left:30px;">
<<button "Talk about $girl1.name1's relationship with $girl1.partner" "apartment1b">><<set $act to "talkaboutpartner", $girl1.var.var4 to 1>><</button>>
<<link "$girl1.event.event2.talk1" "cheat2">><<toggle "girl1.event.event2.talk1">><</link>> <br>
<<button "Talk more about $girl1.name1's relationship with $girl1.partner" "apartment1b">><<set $act to "talkaboutpartner2", $girl1.var.var1 to 1, $girl1.var.var4 to 1>><</button>>
<<link "$girl1.event.event2.talk2" "cheat2">><<toggle "girl1.event.event2.talk2">><</link>> <br>
<<button "Somebody moaned last night..." "apartment1b">><<set $act to "talk_include", $act2 to "howsthebabymakinggoing">><</button>>
<<link "$girl1.event.event2.talk3" "cheat2">><<toggle "girl1.event.event2.talk3">><</link>> <br>
<<button "Check-up" "apartment1b">><<set $act to "talk_include", $act2 to "howsthebabymakinggoing2">> $girl1.event.event2.talk4_checkup<</button>>
<<link "$girl1.event.event2.talk4_checkup" "cheat2">><<toggle "girl1.event.event2.talk4_checkup">><</link>> <br>
<<button "Check-up status" "apartment1b">><<set $act to "talk_include", $act2 to "howsthebabymakinggoing3">> $girl1.event.event2.talk4_checkup_status<</button>>
<<link "$girl1.event.event2.talk4_checkup_status" "cheat2">><<toggle "girl1.event.event2.talk4_checkup_status">><</link>> <br>
</div>
<</message>><br>
<<message 'Event 2 (Massage)' btn>>
<div style="margin-left:30px;">
<<button "Solution (1) tell about secret massage" "apartment1b">><<set $act to "talk_include", $act2 to "solution1">><</button>>
<<link "$girl1.event.event2.talk5_secretmassage" "cheat2">><<toggle "girl1.event.event2.talk5_secretmassage">><</link>> <br>
<<button "Solution (2) managed to get hold of guy" "apartment1b">><<set $act to "talk_include", $act2 to "solution2">><</button>>
<<link "$girl1.event.event2.talk6_gotholdofguy" "cheat2">><<toggle "girl1.event.event2.talk6_gotholdofguy">><</link>> <br>
<<button "Solution (3) can go through with massage" "apartment1b">><<set $act to "talk_include", $act2 to "solution3">><</button>>
<<link "$girl1.event.event2.talk7_canmassagetalk1" "cheat2">><<toggle "girl1.event.event2.talk7_canmassagetalk1">><</link>> <br>
<<button "Massage (1)" "apartment1b">><<set $act to "talk_include", $act2 to "massage1", $act_2 to "one">><</button>>
<<link "$girl1.event.event2.massage1" "cheat2">><<toggle "girl1.event.event2.massage1">><</link>> <br>
<<button "Talk after first sex (1)" "apartment1b">><<set $act to "talk_include", $act2 to "talk_after_first_sex">><</button>>
<<link "$girl1.event.event2.talk8_aftermassagefirstsex" "cheat2">><<toggle "girl1.event.event2.talk8_aftermassagefirstsex">><</link>> <br>
<<button "Massage (2)" "apartment1b">><<set $act to "talk_include", $act2 to "massage2", $act_2 to "one">><</button>> repeatable<br>
<<button "Normal Massage (sex possible)" "apartment1b">><<set $act to "talk_include", $act2 to "normal_massage_sex_possible", $act_2 to "one">> <</button>>
<<link "$girl1.event.event2.talk9_agreementcanhavesex" "cheat2">><<toggle "girl1.event.event2.talk9_agreementcanhavesex">><</link>> <br>
</div>
<</message>><br>
<<message 'Event 3 (Kitchen)' btn>>
<div style="margin-left:30px;">
<<button "Surprise her" "apartment1b">><<set $act to "kitchen", $act3 to $act, $act to "talk_include2", $act2 to "surprise1", $act_2 to "one">><</button>> <br>
<<button "Surprise her (no)" "apartment1b">><<set $act to "kitchen", $act3 to $act, $act to "talk_include2", $act2 to "surprise1_eethan_present", $act_2 to "one">><</button>><br>
<<button "Ask for her phone number" $act4>><<set $act to "talk_include2", $act3 to "bedroom", $act2 to "ask_phone_number", $act_2 to "one">><</button>><br>
</div>
<</message>>
<br>
<<message 'Event 4 (Hangout at your house)' btn>>
<div style="margin-left:30px;">
<<button "Event 4 (Hangout at your place)" "MCHOUSE_EVENTS">>
<<set $act to "include1_allie", $act2 to "allie_comeover", $act_2 to "one", $act_3 to "hallway">>
<<addmins 5>>
<<if _g1e4.completed is 0>>
<<if _g1e4.active is 0>>
<<set _g1e4.active to 1, _g1e4.invite_count to 0, _g1e4.fun_before_leaving to 0, _g1e4.allie_initiate_foot_stuff to 0>>
<</if>>
<<if _g1e4.allie_initiate_foot_stuff is 1>>
<<set $girl1.event.event4 to {"completed":1, "active":0}, $girl1.corruption_level to 3>>
<</if>>
<</if>>
<<set $girl1.var.var7 to _tempdate>>/%so that the players can only ask to hangout with her once per day. decided to use this instead of nextevent for simplicity and less computational burden, if at all.%/
<</button>> <br>
</div>
<</message>><br>
<<message 'Event 5 (Date)' btn>>
<div style="margin-left:30px;">
<<button "Start date" "allie_first_creampie_sequence">><<set $act to "date1", $act2 to "two_fix_1", $act3 to "bedroom">><</button>> <br>
<<button "In your apartment (Date successful)" "allie_first_creampie_sequence">><<set $act to "in_mc_house", $act2 to "one", $act3 to "livingroom">><</button>><br>
</div>
<</message>> <br>
<div class="line-text"><span>↓ not events ↓</span></div>
<<button "Event 1 ($girl1.name1 available and house open)" "cheat2">>
<<set $girl1.event.event1.completed to true, $girl1.var.var1 to 1, $girl1.operatingHour.one.toggle to 1>>
<<set $man1.var.var1 to 1>>
<</button>> $girl1.operatingHour.one.toggle<br>
<<message 'Event 2 (Event Toggle ($girl1.event.event2.talk9_agreementcanhavesex)): ' btn>>
<div style="margin-left:30px;">
<<button "Complete" "cheat2">>
<<set $girl1.event.event2.talk9_agreementcanhavesex to 1, _girl1_e2.talk8_aftermassagefirstsex to 1,
_girl1_e2.talk3 to 1, _girl1_e2.talk4_checkup to 1, _girl1_e2.talk4_checkup_status to 1,
_girl1_e2.talk5_secretmassage to 1, _girl1_e2.talk6_gotholdofguy to 1, _girl1_e2.talk7_canmassagetalk1 to 1,
_girl1_e2.massage1 to 1, _girl1_e2.completed to 1>>
<<if $girl1.love lt 50>><<set $girl1.love to 50>><</if>>
<<if $girl1.base_lust lt 30>><<set $girl1.base_lust to 30>><</if>>
<<if $girl1.corruption_level lt 1>><<set $girl1.corruption_level to 1>><</if>>
<<if $girl1.corruption lt 10>><<set $girl1.corruption to 10>><</if>>
<</button>> /
<<button "Reset" "cheat2">>
<<set _girl1_e2.talk5_secretmassage to 0, _girl1_e2.talk6_gotholdofguy to 0,
_girl1_e2.talk7_canmassagetalk1 to 0, _girl1_e2.talk8_aftermassagefirstsex to 0,
_girl1_e2.talk9_agreementcanhavesex to 0, _girl1_e2.massage_qty to 0, _girl1_e2.massage1 to 0,
_girl1_e2.completed to 0>>
<</button>> <br>
</div>
<</message>><br>
<<message 'Event 3 (Kitchen) ' btn>>
<div style="margin-left:30px;">
Completed:
<<link "$girl1.event.event3.completed" "cheat2">>
<<toggle "girl1.event.event3.completed">>
<<if $girl1.corruption_level lt 2>><<set $girl1.corruption_level to 2>><</if>>
<<if $girl1.corruption lt 20>><<set $girl1.corruption to 20>><</if>>
<<set $girl1.var.var6 to 1>> /% has allie's phone number %/
<</link>> <br>
Active: <<link "$girl1.event.event3.active" "cheat2">><<toggle "girl1.event.event3.active">><</link>> <br>
<<button "Reset" "cheat2">><<set $girl1.event.event3 to {"completed":0, "active":0}>><</button>>
</div>
<</message>><br>
<<message 'Event 4 (Hanging out at your place)' btn>>
<div style="margin-left:30px;">
Completed:
<<link "$girl1.event.event4.completed" "cheat2">>
<<toggle "girl1.event.event4.completed">>
<<if $girl1.corruption_level lt 3>><<set $girl1.corruption_level to 3>><</if>>
<<if $girl1.corruption lt 30>><<set $girl1.corruption to 30>><</if>>
<</link>> <br>
Active: <<link "$girl1.event.event4.active" "cheat2">><<toggle "girl1.event.event4.active">><</link>> <br>
<<button "Reset" "cheat2">><<set $girl1.event.event4 to {"completed":0, "active":0}>><</button>>
</div>
<</message>><br>
<<message 'Event 5 (Date)' btn>>
<div style="margin-left:30px;">
Completed: <<link "$girl1.event.event5.completed" "cheat2">>
<<toggle "girl1.event.event5.completed">>
<<if $girl1.corruption_level lt 4>><<set $girl1.corruption_level to 4, $girl1.corruption to 40>><</if>>
<<if $girl1.corruption lt 40>><<set $girl1.corruption to 40>><</if>>
<</link>> <br>
Active: <<link "$girl1.event.event5.active" "cheat2">><<toggle "girl1.event.event5.active">><</link>> <br>
Next date available: $girl1.nextevent.one.day<br>
<<button "Set to today" "cheat2">>
<<set $girl1.nextevent.one.day to $gameDate.getDate()>>
<</button>>
<<button "- 1" "cheat2">>
<<set_nextevent "girl1" "one" -1>>
<</button>>
<<button "+ 1" "cheat2">>
<<set_nextevent "girl1" "one" 1>>
<</button>>
<br>
<<button "Reset" "cheat2">><<set $girl1.event.event5 to {"completed":0, "active":0}>><</button>>
</div>
<</message>> <br>
<br><br><span id="back"><<button "Back" "cheat2">><<set $act to "girlvars">><</button>></span>
<br><br><span class="small-link"><<link "Full Reset" "character_set_page">><<set $act2 to $act, $act to "allie">><</link>></span>
<</nobr>><<nobr>>
<<begonescroll>>
<h2>$girl2.name1</h2>
<div class="line-text"><span>↓ stat edit ↓</span></div>
Love ($girl2.love)
<<button "ZERO" "cheat2">><<set $girl2.love to 0>><</button>>
<<button "+1" "cheat2">><<addlove $girl2 1>><</button>>
<<button "+10" "cheat2">><<addlove $girl2 10>><</button>>
<<button "-1" "cheat2">><<addlove $girl2 -1>><</button>>
<<button "-10" "cheat2">><<addlove $girl2 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl2.love to 100>><</button>>
<br>Lust ($girl2.lust)
<<button "ZERO" "cheat2">><<set $girl2.lust to 0>><</button>>
<<button "+1" "cheat2">><<addlust $girl2 1>><</button>>
<<button "+10" "cheat2">><<addlust $girl2 10>><</button>>
<<button "-1" "cheat2">><<addlust $girl2 -1>><</button>>
<<button "-10" "cheat2">><<addlust $girl2 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl2.lust to 100>><</button>>
<br>Base Lust ($girl2.base_lust)
<<button "ZERO" "cheat2">><<set $girl2.base_lust to 0>><</button>>
<<button "+1" "cheat2">><<addbaselust $girl2 1>><</button>>
<<button "+10" "cheat2">><<addbaselust $girl2 10>><</button>>
<<button "-1" "cheat2">><<addbaselust $girl2 -1>><</button>>
<<button "-10" "cheat2">><<addbaselust $girl2 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl2.base_lust to 100>><</button>>
<div class="line-text"><span>↓ events ↓</span></div>
<<button "Event 1 (First encounter)" "LILA1">><<set $act to "mall_encounter", $act2 to "one">><</button>> $girl2.event.event1.completed<br>
<<message 'Event 2 (The date at the park)' btn>>
<div style="margin-left:30px;">
<<button "Date at the park" "PARK">><<set $act2 to "date1", $act to "LILA">><</button>> <br>
<<button "On the couch after date" "LILA1">><<set $act to "lila_home_afterdate1", $act2 to "five", $act4 to "howdoidothis", $girl2.lust, $girl2.event.event2.var3 to 0, $girl2.var.var2 to 1>><</button>> $girl2.var.var5<br>
<<button "After first sex" "LILA1">><<set $act to "talkaftersex", $act2 to "one", $girl2.var.var8 to 1, $girl2.var.var5 to 1, $girl2.var.var1 to 1, $girl2.var.var2 to 1, $girl2.var.var6 to 1>><</button>> $girl2.var.var8<br>
</div>
<</message>>
<div class="line-text"><span>↓ not events ↓</span></div>
<<button "Event 1 ($girl2.name1 met and available)" "cheat2">> /% toggle lila met and completed event 1, the date at the coffee shop + max date score + getting her phone number%/
<<set $girl2.event.event1.completed to $girl2.var.var1, $girl2.var.var6 to $girl2.var.var1>>
<<toggle "girl2.event.event1.completed">>
<<toggle "girl2.var.var1">>
<<toggle "girl2.var.var6">>
<<if $girl2.var.var1 is 1 and $girl2.love lte 9>>
<<set $girl2.love to 9>>
<</if>>
<</button>> $girl2.var.var1<br>
<<message 'Event 2 (The date at the park)' btn>>
<div style="margin-left:30px;">
<<button "Event 2 (date at the park + house available + sex)" "cheat2">> /% after the whole date at the park is done. %/
<<toggle "girl2.event.event2.completed">>
<<set _tempg2e2 to $girl2.event.event2.completed,
$girl2.event.event2.var1 to _tempg2e2,
$girl2.event.event2.var2 to _tempg2e2,
$girl2.event.event2.var3 to _tempg2e2,
$girl2.event.event2.var4 to _tempg2e2,
$girl2.event.event2.var5 to ""
>>
<<if $girl2.love lte 40>>
<<set $girl2.love to 40>>
<</if>>
<<if $girl2.corruption_level lt 1>><<set $girl2.corruption_level to 1>><</if>>
<<if $girl2.corruption lt 10>><<set $girl2.corruption to 10>><</if>>
<</button>> $girl2.event.event2.completed<br>
<<message 'Relationship title: $girl2.event.event2.var5' btn>>
<div style="margin-left:30px;">
<<button "nolabel" "cheat2">><<set $girl2.event.event2.var5 to "nolabel">><</button>>
<<button "fwb" "cheat2">><<set $girl2.event.event2.var5 to "fwb">><</button>>
<<button "kegel" "cheat2">><<set $girl2.event.event2.var5 to "kegel">><</button>>
<<button "rejection" "cheat2">><<set $girl2.event.event2.var5 to "rejection">><</button>>
<<button "fwb_wfeelings" "cheat2">><<set $girl2.event.event2.var5 to "fwb_wfeelings">><</button>>
<<button "fwb_nofeelings" "cheat2">><<set $girl2.event.event2.var5 to "fwb_nofeelings">><</button>>
</div>
<</message>>
</div>
<</message>> $girl2.event.event2.completed<br>
<br><span id="back"><<button "Back" "cheat2">><<set $act to "girlvars">><</button>></span>
<br><br><span class="small-link"><<link "Full Reset" "character_set_page">><<set $act2 to $act, $act to "lila">><</link>></span>
<</nobr>><<nobr>>
<<begonescroll>>
<h2>$girl3.name1</h2>
<div class="line-text"><span>↓ stat edit ↓</span></div>
Love ($girl3.love)
<<button "ZERO" "cheat2">><<set $girl3.love to 0>><</button>>
<<button "+1" "cheat2">><<addlove $girl3 1>><</button>>
<<button "+10" "cheat2">><<addlove $girl3 10>><</button>>
<<button "-1" "cheat2">><<addlove $girl3 -1>><</button>>
<<button "-10" "cheat2">><<addlove $girl3 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl3.love to 100>><</button>>
<br>Lust ($girl3.lust)
<<button "ZERO" "cheat2">><<set $girl3.lust to 0>><</button>>
<<button "+1" "cheat2">><<addlust $girl3 1>><</button>>
<<button "+10" "cheat2">><<addlust $girl3 10>><</button>>
<<button "-1" "cheat2">><<addlust $girl3 -1>><</button>>
<<button "-10" "cheat2">><<addlust $girl3 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl3.lust to 100>><</button>>
<br>Base Lust ($girl3.base_lust)
<<button "ZERO" "cheat2">><<set $girl3.base_lust to 0>><</button>>
<<button "+1" "cheat2">><<addbaselust $girl3 1>><</button>>
<<button "+10" "cheat2">><<addbaselust $girl3 10>><</button>>
<<button "-1" "cheat2">><<addbaselust $girl3 -1>><</button>>
<<button "-10" "cheat2">><<addbaselust $girl3 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl3.base_lust to 100>><</button>>
<div class="line-text"><span>↓ events ↓</span></div>
<<message 'Event 1 (Uni)' btn>>
<div style="margin-left:30px;">
<<button "Introduce" "UNI_contents">><<set $act to "eva", $act2 to "afterclass">><</button>> <<link "$girl3.event.event1.introduce" "cheat2">><<toggle "girl3.event.event1.introduce">><<toggle "girl3.var.var1">><</link>> <br>
<<button "Talk to Eva (After class)" "UNI_contents">><<set $act to "eva", $act2 to "talk">><<add_love $girl3>><</button>> /*$girl3.event.event1.completed*/<br>
<<button "Ask if she's single" "UNI_contents">><<set $act to "eva", $act2 to "isshesingle">><<add_love $girl3>><</button>> <<link "$girl3.event.event1.areyousingle " "cheat2">><<toggle "girl3.event.event1.areyousingle ">><</link>> <br>
<<button "She's really close" "UNI_contents">><<if $girl3.love lt 30>><<set $girl3.love to 30>><</if>><<set $act to "eva", $act2 to "flirty1">> <</button>> $girl3.event.event1.touchface<br>
</div>
<</message>><br>
<<message 'Event 2' btn>>
<div style="margin-left:30px;">
<<button "Invite $girl3.name1 to your house" "UNI_contents">><<set $act to "eva", $act2 to "house_invite">><</button>> $girl3.event.event2.visitmchouse<br>
<<button "Ask for her phone number" "UNI_contents">>
<<if $girl3.event.event2.hasphone is 0>>
<<set $act to "eva", $act2 to "getherdigits", $act3 to "ask">>
<<else>>
<<set $act to "eva", $act2 to "getherdigits", $act3 to "ask", $girl3.event.event2.playerboughtphone to 1, $girl3.var.var6 to 1>>
<</if>>
<</button>> <<link "$girl3.event.event2.hasphone" "cheat2">><<toggle "girl3.event.event2.hasphone">><</link>> <br>
</div>
<</message>><br>
<<button "Event 3 (Hanging out with $girl3.name1 at your place)" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "arrived", $girl3.event.event3.date1 to 0, $gameDate.setHours(15)>><</button>> <br>
<<message 'Event 4 (Chess)' btn>>
<<set _girl3_e4 to $girl3.event.event4>>
<div style="margin-left:30px;">
<<button "Play chess" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "whatdoyouwanttodoeva", $act_2 to "upforanygame">>
<<if $girl3.event.event4.start is 0>>
<<set $playervar.var12 to 1500>>
<<set $girl3.event.event4.start to 1>>
<</if>>
<</button>><br>
Player won (_girl3_e4.playerwin) VS $girl3.name1 won (_girl3_e4.evawin)<br>
Event Started: <<link "_girl3_e4.start" "cheat2">><<toggle "girl3.event.event4.start">><</link>> <br>
<<button "Make a bet" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "chess", $act_2 to "makeabet">><</button>>
<<link "_girl3_e4.bet_status" "cheat2">><<toggle "girl3.event.event4.bet_status">><</link>> <br>
<<button "Eva won (1)" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "evawin1", $act_2 to "one">><</button>>
<<link "_girl3_e4.eva_win1" "cheat2">><<toggle "girl3.event.event4.eva_win1">><</link>> <br>
<<button "Eva won (2)" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "evawin2", $act_2 to "one">><</button>>
<<link "_girl3_e4.eva_win2" "cheat2">><<toggle "girl3.event.event4.eva_win2">><</link>> <br>
<<button "Eva won (3)" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "evawin3", $act_2 to "one">><</button>>
<<link "_girl3_e4.eva_win3" "cheat2">><<toggle "girl3.event.event4.eva_win3">><</link>> <br>
<<button "Eva won (4)" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "evawin4", $act_2 to "one">><</button>>
<<link "_girl3_e4.eva_win4" "cheat2">><<toggle "girl3.event.event4.eva_win4">><</link>> <br>
<<button "Eva won (5)" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "evawin5_repeatable", $act_2 to "one">><</button>>
<<link "_girl3_e4.sexpossible " "cheat2">><<if _girl3_e4.sexpossible is 0>><<set _girl3_e4.sexpossible to 1>><<elseif _girl3_e4.sexpossible is 1>><<set _girl3_e4.sexpossible to 2>><<else>><<set _girl3_e4.sexpossible to 0>><</if>><</link>> <br>
<br>
<<button "Player won (1)" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "playerwin1", $act_2 to "one">><</button>>
<<link "_girl3_e4.player_win1" "cheat2">><<toggle "girl3.event.event4.player_win1">><</link>> <br>
<<button "Player won (2)" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "playerwin2", $act_2 to "one">><</button>>
<<link "_girl3_e4.player_win2" "cheat2">><<toggle "girl3.event.event4.player_win2">><</link>> <br>
<<button "Player won (3)" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "playerwin3", $act_2 to "one">><</button>>
<<link "_girl3_e4.player_win3" "cheat2">><<toggle "girl3.event.event4.player_win3">><</link>> <br>
<<button "Player won (4)" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "playerwin4", $act_2 to "one">><</button>>
<<link "_girl3_e4.player_win4" "cheat2">><<toggle "girl3.event.event4.player_win4">><</link>> <br>
<<button "Player won (5)" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "playerwin5", $act_2 to "one">><</button>>
<<link "_girl3_e4.player_win5" "cheat2">><<toggle "girl3.event.event4.player_win5">><</link>> <br>
<<button "Player won (5+)" "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "playerwin6_final", $act_2 to "one">><</button>> repeatable<br>
</div>
<</message>>
<div class="line-text"><span>↓ not events ↓</span></div>
<<button "$girl3.name1 met and introduced self" "cheat2">>
<<set $girl3.event.event1.introduce to $girl3.var.var1>>
<<toggle "girl3.event.event1.introduce">>
<<toggle "girl3.var.var1">>
<</button>> $girl3.var.var1 <br>
<<message 'Event 4 (Chess)' btn>>
<div style="margin-left:30px;">
Chess Event Toggle:
<<button "Complete" "cheat2">>
<<set _temp to $girl3.event.event4>>
<<set _temp.start to 1, _temp.bet_status to 1, _temp.playerwin = 6, _temp.evawin = 6, _temp.sexpossible to 2,
_temp.eva_win1 to 1, _temp.eva_win2 to 1, _temp.eva_win3 to 1, _temp.eva_win4 to 1,
_temp.player_win1 to 1, _temp.player_win1_count to 2, _temp.player_win2 to 1, _temp.player_win2_count to 2, _temp.player_win3 to 1, _temp.player_win4 to 1, _temp.player_win5 to 1, _temp.player_win5_count to 2
>>
<<if $girl3.corruption_level lt 2>><<set $girl3.corruption_level to 2>><</if>>
<<if $girl3.corruption lt 20>><<set $girl3.corruption to 20>><</if>>
<</button>>
<<button "Reset" "cheat2">>
<<script>>
let eventObject = State.variables.girl3.event.event4;
for (let key in eventObject) {
eventObject[key] = 0;
}
<</script>>
<</button>><br>
</div>
<</message>>
<br><span id="back"><<button "Back" "cheat2">><<set $act to "girlvars">><</button>></span>
<br><br><span class="small-link"><<link "Full Reset" "character_set_page">><<set $act2 to $act, $act to "eva">><</link>></span>
<</nobr>><<nobr>>
<<begonescroll>>
<h2>$girl4.name1</h2>
<div class="line-text"><span>↓ stat edit ↓</span></div>
Love ($girl4.love)
<<button "ZERO" "cheat2">><<set $girl4.love to 0>><</button>>
<<button "+1" "cheat2">><<addlove $girl4 1>><</button>>
<<button "+10" "cheat2">><<addlove $girl4 10>><</button>>
<<button "-1" "cheat2">><<addlove $girl4 -1>><</button>>
<<button "-10" "cheat2">><<addlove $girl4 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl4.love to 100>><</button>>
<br>Lust ($girl4.lust)
<<button "ZERO" "cheat2">><<set $girl4.lust to 0>><</button>>
<<button "+1" "cheat2">><<addlust $girl4 1>><</button>>
<<button "+10" "cheat2">><<addlust $girl4 10>><</button>>
<<button "-1" "cheat2">><<addlust $girl4 -1>><</button>>
<<button "-10" "cheat2">><<addlust $girl4 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl4.lust to 100>><</button>>
<br>Base Lust ($girl4.base_lust)
<<button "ZERO" "cheat2">><<set $girl4.base_lust to 0>><</button>>
<<button "+1" "cheat2">><<addbaselust $girl4 1>><</button>>
<<button "+10" "cheat2">><<addbaselust $girl4 10>><</button>>
<<button "-1" "cheat2">><<addbaselust $girl4 -1>><</button>>
<<button "-10" "cheat2">><<addbaselust $girl4 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl4.base_lust to 100>><</button>>
<div class="line-text"><span>↓ events ↓</span></div>
<<message 'Event 1 (Check up)' btn>>
<div style="margin-left:30px;">
<<button "Normal health checkup" "HOSPITAL">><<set $act to "MC_checkup", $act2 to "two", $hospvar.var4 +=1>><</button>> $hospvar.var4<br>
<<button "Normal Health Checkup (Final)" "HOSPITAL">>
<<if $girl4.love lt 25>>
<<set $girl4.love to 25>>
<</if>>
<<if $hospvar.var4 lt 7 lte 25>>
<<set $hospvar.var4 to 7>>
<</if>>
<<set $act to "MC_checkup", $act2 to "two", $hospvar.var4 +=1>>
<</button>> $hospvar.var4 <br>
<<button "First date with $girl4.name1" "mall_liya">><<set $act to "date1", $act2 to "one", $girl4.var.var2 to 0, $girl4.var.var3 +=1>><</button>> $girl4.event.event1.completed<br>
</div>
<</message>><br>
<<button "Talk to $girl4.name1 (In her office)" "hospital_liya">><<set $act to "interract", $gameDate.setHours(12), $gameDate.setMinutes(0)>><</button>><br>
<div class="line-text"><span>↓ not events ↓</span></div>
<<button "$girl4.name1 available and the tedious event 1 done" "cheat2">>
<<set _temp293 to $girl4.var.var1>> /% The value to look at %/
<<set $girl4.event.event1.completed to _temp293, $girl4.var.var4 to _temp>> /% to make for easier toggle as everything looks at only one value %/
<<toggle "girl4.event.event1.completed">> /% completed event 1 or not %/
<<toggle "girl4.var.var4">> /% has phone number or not %/
<<toggle "girl4.var.var1">> /% met or not %/
<<if $girl4.event.event1.completed is 1>> /% completed event 1 or not %/
<<if $girl4.love lte 25>><<set $girl5.love to 25>><</if>>
<<set $hospvar.var4 to 7>>
<<else>>
<<set $hospvar.var4 to 0>>
<</if>>
<</button>> $girl4.event.event1.completed <br>
<span id="back"><<button "Back" "cheat2">><<set $act to "girlvars">><</button>></span>
<br><br><span class="small-link"><<link "Full Reset" "character_set_page">><<set $act2 to $act, $act to "liya">><</link>></span>
<</nobr>><<nobr>>
<<begonescroll>>
<h2>$girl5.name1</h2>
<div class="line-text"><span>↓ stat edit ↓</span></div>
Love ($girl5.love)
<<button "ZERO" "cheat2">><<set $girl5.love to 0>><</button>>
<<button "+1" "cheat2">><<addlove $girl5 1>><</button>>
<<button "+10" "cheat2">><<addlove $girl5 10>><</button>>
<<button "-1" "cheat2">><<addlove $girl5 -1>><</button>>
<<button "-10" "cheat2">><<addlove $girl5 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl5.love to 100>><</button>>
<br>Lust ($girl5.lust)
<<button "ZERO" "cheat2">><<set $girl5.lust to 0>><</button>>
<<button "+1" "cheat2">><<addlust $girl5 1>><</button>>
<<button "+10" "cheat2">><<addlust $girl5 10>><</button>>
<<button "-1" "cheat2">><<addlust $girl5 -1>><</button>>
<<button "-10" "cheat2">><<addlust $girl5 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl5.lust to 100>><</button>>
<br>Base Lust ($girl5.base_lust)
<<button "ZERO" "cheat2">><<set $girl5.base_lust to 0>><</button>>
<<button "+1" "cheat2">><<addbaselust $girl5 1>><</button>>
<<button "+10" "cheat2">><<addbaselust $girl5 10>><</button>>
<<button "-1" "cheat2">><<addbaselust $girl5 -1>><</button>>
<<button "-10" "cheat2">><<addbaselust $girl5 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl5.base_lust to 100>><</button>>
<div class="line-text"><span>↓ events ↓</span></div>
<<message 'Event 1' btn>>
<div style="margin-left:30px;">
<<button "Watch her at the stripclub" "STRIPCLUB">><<set $act to "adelle">>
<<cacheaudio "barsong" "images/GPG1O/sound/stripclubsong.m4a">>
<<audio "barsong" volume 0 fadeoverto 3 1 loop>>
<</button>><br>
<<button "Private dance" "STRIPCLUB">><<set $act to "adelle3", $player.cash -=100, $girl5.event.event1.private_dance_stripclub_count +=1>><<addlove $girl5 1>>
<<cacheaudio "barsong" "images/GPG1O/sound/stripclubsong.m4a">>
<<audio "barsong" volume 0 fadeoverto 3 1 loop>>
<</button>> $girl5.event.event1.private_dance_stripclub_count<br>
<<button "Sex possible" "cheat2">>
<<if $girl5.lust lt 15>><<set $girl5.lust to 15>><</if>>
<<if $girl5.event.event1.private_dance_stripclub_count lt 7>><<set $girl5.event.event1.private_dance_stripclub_count to 7>><</if>>
<<set $girl5.event.event1.sex_possible to 1>>
<<if $girl5.corruption_level lt 1>><<set $girl5.corruption_level to 1>><</if>>
<<if $girl5.corruption lt 10>><<set $girl5.corruption to 10>><</if>>
<</button>> $girl5.event.event1.sex_possible<br>
</div>
<</message>>
<br><span id="back"><<button "Back" "cheat2">><<set $act to "girlvars">><</button>></span>
<br><br><span class="small-link"><<link "Full Reset" "character_set_page">><<set $act2 to $act, $act to "adelle">><</link>></span>
<</nobr>><<nobr>>
<<begonescroll>>
<h2>$girl6.name1</h2>
<div class="line-text"><span>↓ stat edit ↓</span></div>
Love ($girl6.love)
<<button "ZERO" "cheat2">><<set $girl6.love to 0>><</button>>
<<button "+1" "cheat2">><<addlove $girl6 1>><</button>>
<<button "+10" "cheat2">><<addlove $girl6 10>><</button>>
<<button "-1" "cheat2">><<addlove $girl6 -1>><</button>>
<<button "-10" "cheat2">><<addlove $girl6 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl6.love to 100>><</button>>
<br>Lust ($girl6.lust)
<<button "ZERO" "cheat2">><<set $girl6.lust to 0>><</button>>
<<button "+1" "cheat2">><<addlust $girl6 1>><</button>>
<<button "+10" "cheat2">><<addlust $girl6 10>><</button>>
<<button "-1" "cheat2">><<addlust $girl6 -1>><</button>>
<<button "-10" "cheat2">><<addlust $girl6 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl6.lust to 100>><</button>>
<br>Base Lust ($girl6.base_lust)
<<button "ZERO" "cheat2">><<set $girl6.base_lust to 0>><</button>>
<<button "+1" "cheat2">><<addbaselust $girl6 1>><</button>>
<<button "+10" "cheat2">><<addbaselust $girl6 10>><</button>>
<<button "-1" "cheat2">><<addbaselust $girl6 -1>><</button>>
<<button "-10" "cheat2">><<addbaselust $girl6 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl6.base_lust to 100>><</button>>
<div class="line-text"><span>↓ events ↓</span></div>
<<message 'Event 1' btn>>
<div style="margin-left:30px;">
<<button "Keep looking 1" "GYM_CAYENNE">><<set $act to "keeplooking1", $act2 to "one">><</button>>
<<if $girl6.event.event1.active is 1>><<link "$girl6.event.event1.keeplooking1" "cheat2">><<toggle "girl6.event.event1.keeplooking1">><</link>>
<<else>> Event not active or completed
<</if>><br>
<<button "Keep looking 2" "GYM_CAYENNE">><<set $act to "keeplooking2", $act2 to "one">><</button>>
<<link "$girl6.event.event1.complete" "cheat2">><<toggle "girl6.event.event1.complete">><</link>> <br>
<<button "Introduce" "GYM_CAYENNE">><<set $act to "introduce", $act2 to "one">><</button>>
<<link "$girl6.event.event1.complete" "cheat2">><<toggle "girl6.event.event1.complete">><</link>> <br>
<<button "You spot her" "GYM">><<set $act to "workout", $gymtempvar to {"var1":3, "var2":"cayenne"}>><</button>>
</div>
<</message>>
<div class="line-text"><span>↓ not events ↓</span></div>
<<button "$girl6.name1 met and introduced self" "cheat2">>
<<toggle "girl6.event.event1.complete">>
<<if $girl6.event.event1.complete is 1>>
<<set $girl6.event.event1 to {"complete":1, "active":0}>>
<</if>>
<</button>> $girl6.event.event1.complete <br>
<br><span id="back"><<button "Back" "cheat2">><<set $act to "girlvars">><</button>></span>
<br><br><span class="small-link"><<link "Full Reset" "character_set_page">><<set $act2 to $act, $act to "cayenne">><</link>></span>
<</nobr>><<nobr>>
<<begonescroll>>
<<set _girl1_e2 to $girl8.event.event2>>
<<set _g1e4 to $girl8.event.event4>>
<h2>$girl8.name1</h2>
<div class="line-text"><span>↓ stat edit ↓</span></div>
Love ($girl8.love)
<<button "ZERO" "cheat2">><<set $girl8.love to 0>><</button>>
<<button "+1" "cheat2">><<addlove $girl1 1>><</button>>
<<button "+10" "cheat2">><<addlove $girl1 10>><</button>>
<<button "-1" "cheat2">><<addlove $girl1 -1>><</button>>
<<button "-10" "cheat2">><<addlove $girl1 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl8.love to 100>><</button>>
<br>Lust ($girl8.lust)
<<button "ZERO" "cheat2">><<set $girl8.lust to 0>><</button>>
<<button "+1" "cheat2">><<addlust $girl1 1>><</button>>
<<button "+10" "cheat2">><<addlust $girl1 10>><</button>>
<<button "-1" "cheat2">><<addlust $girl1 -1>><</button>>
<<button "-10" "cheat2">><<addlust $girl1 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl8.lust to 100>><</button>>
<br>Base Lust ($girl8.base_lust)
<<button "ZERO" "cheat2">><<set $girl8.base_lust to 0>><</button>>
<<button "+1" "cheat2">><<addbaselust $girl1 1>><</button>>
<<button "+10" "cheat2">><<addbaselust $girl1 10>><</button>>
<<button "-1" "cheat2">><<addbaselust $girl1 -1>><</button>>
<<button "-10" "cheat2">><<addbaselust $girl1 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl8.base_lust to 100>><</button>>
<div class="line-text"><span>↓ events ↓</span></div>
<br><br><span id="back"><<button "Back" "cheat2">><<set $act to "girlvars">><</button>></span>
<br><br><span class="small-link"><<link "Full Reset" "character_set_page">><<set $act2 to $act, $act to "mira">><</link>></span>
<</nobr>><<nobr>>
<<begonescroll>>
<h2>$girl9.name1</h2>
<div class="line-text"><span>↓ stat edit ↓</span></div>
Love ($girl9.love)
<<button "ZERO" "cheat2">><<set $girl9.love to 0>><</button>>
<<button "+1" "cheat2">><<addlove $girl1 1>><</button>>
<<button "+10" "cheat2">><<addlove $girl1 10>><</button>>
<<button "-1" "cheat2">><<addlove $girl1 -1>><</button>>
<<button "-10" "cheat2">><<addlove $girl1 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl9.love to 100>><</button>>
<br>Lust ($girl9.lust)
<<button "ZERO" "cheat2">><<set $girl9.lust to 0>><</button>>
<<button "+1" "cheat2">><<addlust $girl1 1>><</button>>
<<button "+10" "cheat2">><<addlust $girl1 10>><</button>>
<<button "-1" "cheat2">><<addlust $girl1 -1>><</button>>
<<button "-10" "cheat2">><<addlust $girl1 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl9.lust to 100>><</button>>
<br>Base Lust ($girl9.base_lust)
<<button "ZERO" "cheat2">><<set $girl9.base_lust to 0>><</button>>
<<button "+1" "cheat2">><<addbaselust $girl1 1>><</button>>
<<button "+10" "cheat2">><<addbaselust $girl1 10>><</button>>
<<button "-1" "cheat2">><<addbaselust $girl1 -1>><</button>>
<<button "-10" "cheat2">><<addbaselust $girl1 -10>><</button>>
<<button "MAX" "cheat2">><<set $girl9.base_lust to 100>><</button>>
<div class="line-text"><span>↓ events ↓</span></div>
<br><br><span id="back"><<button "Back" "cheat2">><<set $act to "girlvars">><</button>></span>
<br><br><span class="small-link"><<link "Full Reset" "character_set_page">><<set $act2 to $act, $act to "kenzie_madison">><</link>></span>
<</nobr>><<nobr>>
<style>body {background-color: #b0dbf1;}</style>
<<set _mypatronus to "12345">>
<<checkpatrons>>
<<if $act is "patronscheck">>
<<if _patrons>>
It's already activated!<br><br>
<<link "Back" "cheat">><</link>>
<<else>>
Enter catchphrase here <<textbox "$mypatrons" "">> <<link "Continue" "check">><<set $act to "patronscheck2">><</link>>
<</if>>
<<elseif $act is "patronscheck2">>
<<if _patrons>>
From the depth of my throbbing dic-heart, I thank you very much for your support!<br><br>
<img src="images/GPG1O/item/beating_heart.gif"><br><br>
<<set $cheat.daycontrol to true, $cheat.timecontrol to true>>
<<else>>
I don't think that's it buddy.<br><br>
<</if>>
<span id="back"><<button "Back" "cheat">><</button>></span>
<<elseif $act is "withdraw">>
Current available balance in bank account: <<print ($bankvar.var1-31)>><br><br>
Enter withdraw amount here: <<textbox "$bankvar.var5" "">> <<link "Continue" "check">><<set $act to "checkwithdraw", $bankvar.var5 to parseFloat($bankvar.var5)>><</link>>
<<elseif $act is "checkwithdraw">>
<<set _canwithdraw to $bankvar.var1-30>>
<<if $bankvar.var5 lt _canwithdraw and _canwithdraw gte 1>>
<<set $player.cash += $bankvar.var5, $bankvar.var1-=$bankvar.var5>>
Successful!<br><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act to "bank">><</button>></span>
<<else>>
"Lo siento amigo, no hay suficiente dinero," A.K.A not enough money or wrong input.<br><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act to "bank", $act2 to "account">><</button>></span>
<</if>>
<<elseif $act is "deposit">>
Current balance in bank account: $bankvar.var1<br><br>
Enter deposit amount here: <<textbox "$bankvar.var6" "">> <<link "Continue" "check">><<set $act to "checkdeposit", $bankvar.var6 to parseFloat($bankvar.var6)>><</link>>
<<elseif $act is "checkdeposit">>
<<set _temp1 to $player.cash>>
<<if $bankvar.var6 lte _temp1 and _temp1 gte 0>>
<<set $bankvar.var1 += $bankvar.var6, $player.cash -=$bankvar.var6>>
Successful!<br><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act to "bank">><</button>></span>
<<else>>
"Lo siento amigo, no hay suficiente dinero," A.K.A not enough money or wrong input.<br><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act to "bank", $act2 to "account">><</button>></span>
<</if>>
<<elseif $act is "withdrawinvest">>
Current available balance in bank account: <<print Math.trunc(($bankvar.var1-31))>>$<br>
Amounts in investment-account: <<print Math.trunc($bankvar.var3)>>$ <br><br>
Enter withdraw amount here: <<textbox "$bankvar.var5" "">> <<link "Continue" "check">><<set $act to "checkwithdrawinvest", $bankvar.var5 to parseFloat($bankvar.var5)>><</link>>
<<elseif $act is "checkwithdrawinvest">>
<<set _canwithdraw to $bankvar.var3>>
<<if $bankvar.var5 lt _canwithdraw and _canwithdraw gte 1>>
<<set $player.cash += $bankvar.var5, $bankvar.var3-=$bankvar.var5>>
Successful!<br><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act to "bank">><</button>></span>
<<else>>
"Lo siento amigo, no hay suficiente dinero," A.K.A not enough money or wrong input.<br><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act to "bank">><</button>></span>
<</if>>
<<elseif $act is "depositinvest">>
Current available balance in bank account: <<print Math.trunc($bankvar.var1-31)>>$<br>
Amounts in investment-account: <<print Math.trunc($bankvar.var3)>>$ <br>
<b>Note: You can only deposit money from your bank account.</b><br><br>
Enter deposit amount here: <<textbox "$bankvar.var6" "">> <<link "Continue" "check">><<set $act to "checkdepositinvest", $bankvar.var6 to parseFloat($bankvar.var6)>><</link>>
<<elseif $act is "checkdepositinvest">>
<<set _temp1 to ($bankvar.var1-30)>>
<<if $bankvar.var6 lte _temp1 and _temp1 gte 30>>
<<set $bankvar.var3 += $bankvar.var6, $bankvar.var1 -=$bankvar.var6>>
Successful!<br><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act to "bank">><</button>></span>
<<else>>
"Lo siento amigo, no hay suficiente dinero," A.K.A not enough money or wrong input.<br><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act to "bank">><</button>></span>
<</if>>
<<elseif $act is "invest">>
<<set _temp1 to $bankvar.var3>>
<<set _temp2 to $bankvar.var3*(1 + (0.045/12))**(12*(1/12))>>
<<set $bankvar.var3 = $bankvar.var3*(1 + (0.045/12))**(12*(1/12))>>
You got <<print Math.trunc((_temp2 - _temp1))>><br><br>
<span id="back"><<button "Back" "DOWNTOWN">><<set $act to "bank", $act2 to "invest">><</button>></span>
<<else>>
Fuckkkkkk, it's not you, it's me. I've made and error and you are among the casualties. Sorry.
<span id="back"><<link "Back" "MCHOUSE">><<set $act to "hallway">><</link>></span>
<</if>>
<</nobr>><<nobr>>
<<cacheaudio "click" "images/GPG1O/sound/click.opus">>
<<audio "click" play volume 0.5>>/%play audio%/
<<if $act_1 is "computer">>
<style>body {background-image: url("images/GPG1O/others/computer_bg.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
Computer stuff here.<br><br>
<<if $player.energy gte 1>>
<<button "Look for jobs advertisements online" "MCHOUSE">><<set $act_1 to "lookforjob", $player.energy -=0.2>><</button>>
<<else>><span class="button-disabled">
<<button "Look for jobs advertisements online">><</button>></span>
<</if>>
<<button "Tips and tricks" "MCHOUSE">><<set $act_1 to "tricktips">><</button>>
<<button "Changelog(s)" "MCHOUSE">><<set $act_1 to "changelog">><</button>>
/*
<<button "Test" "testpage">><</button>>
<<button "PRINT VARS" "printvars">><</button>><br>
*/
/*<span onmouseover="window.stopSound = playSound('images/GPG1O/sound/ambatukam_harmony.mp3')" onmouseleave="window.stopSound && window.stopSound()"><<button "Cum">><<notify 5s>>The source for the sound is: ambatukam.<</notify>><</button>></span>*/
<br><br><span id="back"><<button "Back" "MCHOUSE">><<set $act to "mcbedroom">><<set $act2 to "">><</button>></span>
<<elseif $act_1 is "lookforjob">>
<style>body {background-image: url("images/GPG1O/others/computer_bg.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<set _random to random (1,8)>>
You surfed the web to find a job opening. Most of them are either too far from where you live or requires some sort of qualifications. You continued digging until you find a job listing for: <br><br>
<<if $playervar.var3 is 0 and _random is 1>>
<img src="images/GPG1O/others/jobs/jobposting_entryway_sprint.webp"><br>
<<if $item.item30.quantity is 1>>
<b>Entryway Sprint, </b>a food delivery company. Since you already have a car, this job is definitely an option.<br><br>
<<button "Sign up" "MCHOUSE">><<set $act_1 to "signupjob", $playervar.var3 to 1>><</button>>
<<else>>
Unfortunately, this job requires you to have a vehicle.<br><br>
<</if>>
<<elseif $playervar.var5 is 0 and _random is 2>>
<img src="images/GPG1O/others/jobs/jobposting_over.webp"><br>
<<if $item.item30.quantity is 1>>
<b>Over, </b>a hailing service company. Since you already have a car, this job is definitely an option.<br><br>
<<button "Sign up" "MCHOUSE">><<set $act_1 to "signupjob", $playervar.var5 to 1>><</button>>
<<else>>
Unfortunately, this job requires you to have a vehicle.<br><br>
<</if>>
<<else>>
Nothing, unfortunately.<br><br>
<</if>>
<<if $player.energy gte 1>>
<<button "Keep Looking (-0.2 energy)" "MCHOUSE">><<set $act_1 to "lookforjob", $player.energy -=0.2>><<addmins 10>><</button>><br>
<<else>><span class="button-disabled">
<<button "Keep Looking (-0.2 energy)">><</button>></span><br>
<</if>>
<span id="back"><<button "Back" "MCHOUSE">><<set $act2 to "computer", $act_1 to "computer">><</button>></span>
<<elseif $act_1 is "signupjob">>
<style>body {background-image: url("images/GPG1O/others/computer_bg.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
Successful!<br><br>
<span id="back"><<button "Back" "MCHOUSE">><<set $act_1 to "computer">><</button>></span>
<<elseif $act_1 is "tricktips">>
<style>body {background-image: url("images/GPG1O/others/computer_bg.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<h2>Tips: </h2>
<ol>
<li>The game's title is also a button that sends you to your bedroom.</li>
<li>Failing to manage your stress level will cause you to lose your fitness (Higher stress leads to higher penalty). You can die.</li>
</ol>
<h2>Shortcuts: </h2>
<ol>
<li>You can press the "b" key on your keyboard which activates the back button on most page that has it.</li>
<li>You can press the "v" key on your keyboard which scrolls the page to the bottom.</li>
<li>You can press the "c" key on your keyboard to stow or unstow the sidebar.</li>
<li>You can press the "n" key on your keyboard to open/close the notebook popup (only available if you have a notebook).</li>
<li>You can press the "s" key on your keyboard to open/close the scanner popup (only available if you have the alien phone).</li>
</ol>
<span id="back"><<button "Back" "MCHOUSE">><<set $act2 to "computer", $act_1 to "computer">><</button>></span>
<<elseif $act_1 is "changelog">>
<<begonescroll>>
<div class="wide-button"><span id="back"><<button "Back" "MCHOUSE">><<set $act2 to "computer", $act_1 to "computer">><</button>></span></div><br>
CHANGELOG!: <br><br>
<<message '0.01 - First release' btn>>
<ol>
<li>First release.</li>
</ol>
<</message>><br>
<<message '0.02 - Second release' btn>>
<ol>
<li>Added places to the "Guvement district". You now have more pictures to see. The new places includes:<br>
-city center <br>
-nightclubs (no event here yet, but there are some nice pictures here)<br>
-pawnshop (You can sell stuff here)<br>
-one alley (no event here yet, but you can sleep here as well)<br>
-witch shop (no event here yet)<br><br>
-city hall<br>
-church (are you religious? because I have some sick sick ideas)<br>
-hotel (You can sleep here in case you miss the train)<br>
-police department (no event here yet)<br><br></li>
<li>Reworked the UI a bit to reduce redundancy, particularly the background and the image at some locations.</li>
<li>Reworked some scene when talking with characters, to make it more obvious where you are.</li>
<li>Reworked the "Characters page" so that it's easy to find people instead of having to scroll a lot, everytime you open it.</li>
<li>I have figured out the way to let players continue from their previous saves (saves from version 0.01) into this version.</li>
<li>Adjusted the fitness gain from working out. The fitter your character is, the harder it is to gain fitness. This also applies to sex skills.</li>
<li>Added a new cheat called "infinite turn" or something where you can fuck for an inifinite amount of turns and cum whenenver. (Player's bedroom -> toggles -> characters -> edit characters variables -> You -> new cheat here)</li>
<li>I added some music during the sex scene, and also a "spurt" effect when you cum. Be sure to let me know if the music choice is annoying you.</li>
</ol>
<ol>
Girls: <br>
<li> Added story progress with Allie<br>
- It is now possible to have sex with her. You need to do a bit of talking and some cunning excuses to get this beauty let you fuck her.</li>
<li>Added story progress with Eva<br>
- You can play a game of chess with her at your house. At the end of it all, you can have sex with her.</li>
</ol>
<</message>><br>
<<message '0.03 - Third release' btn>>
<ol>
<li>Only Allie's story has progressed in this update. More info beeeelow.</li>
<li>Updated the cheat pages for the girls to organize buttons by events. I think it looks cleaner and feels more intuitive to use.</li>
<li>I have included six new items, all of which are available at the mall's clothing store. Spend carefully because dem suits are expensive!</li>
<li>Changed the "Backward" button to allow only 1 backtrack possible. It's not that I hate you guys; this is just for stability purposes, I think. This game is going to get big, and I'd like to minimize the computational burden as much as possible. It's better early than late.</li>
<li>Added "lessons" during class where the person teaching will mention tidbits of the world of GPG1O. It's like a bunch of lore of some sort.</li>
<li>I've been deceiving you guys; the "Impregnation" gif at the end of your creampies doesn't lead to pregnancies yet; it won't and it can't, not even in this update. Why? Because I haven't figured out the pregnancy mechanics, which will be the focus of the next update.</li>
</ol>
<br>Minor:
<ol>
<li>Added sound when you arrive at a destination in the subways.</li>
<li>Some behind-the-scenes work, like streamlining codes for easier future maintenance, making code templates for interaction mechanics + sex interface + others.</li>
<li>Had to upgrade my Twine version from 2.36 to 2.37.3, which ended being a bit of a hassle, requiring me to update deprecated codes. This is necessary because I switched from using the Twine Editor to using Visual Studio + Tweego due to increasing game size. I couldn't get Tweego to work with the original Sugarcube version I was using, hence needing to update it.</li>
<li>The font changed a bit after updating the Twine version, or at least that's what I assume, because I didn't change anything else. Sorry if the new font is "bad." I personally like it.</li>
<li>Released some bonus/prototypes for Tier 3 patrons. From now on, every girl that will appear in GPG1O will likely have a prototype "game" where I explore their stories prior to porting them into the main game.</li>
<li>A bunch of new sounds and audio, which mostly debuted at Allie's scene.</li>
<li>Updated Lila's cheat page so that you can skip the "Date at the Park" event.</li>
<li>The images are now not draggable anymore. You know how, when you sometimes click an image button and accidentally drag it? That is no more; it is poof-ed out.</li>
<li>A couple of bug fixes here and there, like Allie's love not being raised to the minimum level when you press on "Complete" event 2, and that there would still be remnants of the event 2 talking topics such as "talk about Eethan's sperm" or having to meet Eethan first, despite the event being completed. </li>
<li>Adjusted the lust gain during Allie's massage, where you can gain 5 base lust per massage, up to 25. This lust gain will happen as you finish the massage (no sex in the middle, meaning don't click the "Fuck" button).</li>
</ol>
<br>Girls:
<ol>
<li>Added story progress with Allie</li>
<ul>
<li>Sex in the kitchen is now possible, but it's a quick one. Plus, currently, she would only agree to this if Eethan is not home.</li>
<li>You can get her number and invite her to hang out at your unit, which is... right in front of hers. There's also some minor interactions with her through the phone.</li>
<li>After hanging out at your house a couple of times, you can ask Allie for "advance payment." A couple rounds of "advance payments" later, Allie will initiate some debaucheries, going into fetishes that you may or may not like.</li>
<li>Once you've completed the "hanging out at your house" event with Allie, you can bring her on a very special date, where at the end of it, something special could happen. It depends on how well the date went.</li>
<li>The date is the end of content for Allie in this update.</li>
</ul>
<li>Added a new girl, kinda. It's Cayenne! The girl from the gym.</li>
- It's only an introduction to her character.
<li>Added a new girl. Her name is Mira, and you can find her at the university's cafeteria during lunch.</li>
- Introduction only
<li>Added a new girl, Kenzie, who's sitting on a bench outside of the university's entrance. She's there at 4 pm on Monday, Tuesday and Wednesday.</li>
- Introduction only
</ol>
<</message>>
<</if>>
<</nobr>><<nobr>>
<<set _dickname to ($player.name1 + " Jr")>>
<<if $act_1 is "playerwin1">>
<<if $act_2 is "one">>
<<set $girl3.event.event4.player_win1 to 1, $girl3.event.event4.player_win1_count += 1>>
<<dialog $player "Now let me see your tits.">><br>
<<dialog $girl3 "Hmph! Whatever.">><br>
$girl3.name1 proceeds to slowly take off her top, unveiling her fantastic breasts. You stare at them, menacingly. This is the first time you've seen $girl3.name1's tits.<br><br>
<img src="images/GPG1O/char/eva/chess/boobs_show1.webp"><br>
<br><<button "Get a better look" $act4>><<set $act_2 to "takeacloserlook">><</button>>
<<elseif $act_2 is "takeacloserlook">>
<img src="images/GPG1O/char/eva/chess/boobs_show_closer.webp"><br><br>
<<dialog $player "They're so... beautiful. What sizes are they?">><br>
<<dialog $girl3 "Why don't you guess?">><br>
<<dialog $player "Alright, but if I get it right, I get to touch them. They are sized...">><br>
<<button "32A" $act4>><<set $act_2 to "titsize_guess">><</button>>
<<button "32B" $act4>><<set $act_2 to "titsize_guess">><</button>>
<<button "32C" $act4>><<set $act_2 to "titsize_guess_correct">><</button>>
<<button "32D" $act4>><<set $act_2 to "titsize_guess">><</button>>
<<elseif $act_2 is "titsize_guess">>
<<cont append>>
You guessed...
<<cont append>>
Incorrectly.<br><br>
<<cont append>>
<<dialog $girl3 "Booo, you've got it wrong.">><br>
Eva quickly covers herself, shielding her lovely breasts from your hungry gaze. You miss the opportunity to cope a feel.<br><br>
<<button "Back" $act4>><<set $act2 to "conclude_game">><</button>><br>
<</cont>>
<</cont>>
<</cont>>
<<elseif $act_2 is "titsize_guess_correct">>
<<addbaselust $girl3 2>>
<<cont append>>
You guessed...
<<cont append>>
Correctly. You instantly start fondling $girl3.name1's breasts. They're soft and pliant, perfect for the touch, especially yours.<br><br>
<<cont append>>
<<dialog $girl3 "Eek, how did you know?">><br>
<<dialog $player "Lucky guess. These are really nice.">><br>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/boobs_squeeze_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You've taken the liberty to cope a feel before $girl3.name1 gives her express permission, spending a short 5 seconds admiring and playing with her beautiful and femininely shaped breasts.<br><br>
<<dialog $girl3 "Ok that's enough.">><br>
She puts away her tatas.<br>
<br><<button "Back" $act4>><<set $act2 to "conclude_game">><</button>><br>
<</cont>>
<</cont>>
<</cont>>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<<elseif $act_1 is "playerwin2">>
<<set $girl3.event.event4.player_win2 to 1, $girl3.event.event4.player_win2_count += 1>>
<<if $act_2 is "one">>
<<dialog $player "How about you let me see your pussy this time?">><br>
Without even questioning your order, $girl3.name1 began stripping away her clothes until only her panties were left to cover her silky smooth skin. <br><br>
<<dialog $girl3 "You must be cheating, how are you beating me so easily?">><br>
<<dialog $player "Just accept it $girl3.name1, you lost.">><br>
She reluctantly removes the last piece of her clothes, before she lies down, exposing her intimate area to you. A hint of annoyance is apparent on her face, but you can't miss the spark of excitement, too.<br><br>
<img src="images/GPG1O/char/eva/chess/pussy_show1.webp"><br><br>
<<dialog $player "They're so beautiful. $girl3.partner likes them shaved huh?">><br>
You couldn't help but admire the way $girl3.name1's body looked, from her soft curves to the intoxicating scent she radiated. Each time you blew a warm breath near her exposed pussy, she'd shudder just a little. Your desire grows, and so does hers.<br><br>
<<dialog $girl3 "Ok that's enough.">><br>
<<button "Back" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<addbaselust $girl3 1>>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<<elseif $act_1 is "playerwin3">>
<<set $girl3.event.event4.player_win3 to 1>>
<<if $act_2 is "one">>
<<dialog $player "How about you... suck my dick this time?">><br>
<<dialog $girl3 "No way, that wasn't part of the bet.">><br>
<<dialog $player "Bailing out, are we? That's okay, I knew you couldn't match my fire, $girl3.name1. (<i>imitating chicken sound here</i>)">><br>
<<dialog $girl3 "<i>Hah!</i> I'm not a chicken.">><br>
<<dialog $player "Well, why don't you prove it then?">>
<br><<button "$girl3.name1 gets on her knees" $act4>><<set $act_2 to "one_fix_1">><</button>><br>
<<elseif $act_2 is "one_fix_1">>
<<audio ":playing" stop>>
<<playsexytime>>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/dick_reveal.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
As she knelt before you, she unzipped your pants and pulled out your stiff cock. You could see her eyes lit up as she gauges your size and hardness.<br><br>
<<dialog $player "Any uh... thoughts?">><br>
<<dialog $girl3 "It's really small. (<i>smile</i>)">><br>
<<dialog $player "Hah!">>
<br><<button "Continue" $act4>><<set $act_2 to "two">><</button>><br>
<<elseif $act_2 is "two">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/blowjob_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
With her soft lips wrapped around you, $girl3.name1 slowly bobbed her head, her warm, wet mouth enveloping your throbbing cock. Her tongue swirled and flicked over the sensitive head, teasing you with each delicate touch. <br><br>
<<dialog $player "You're quite good at this $girl3.name1. You must've sucked lots of cocks.">><br>
<<dialog $girl3 "No, I haven't. *<i>takes your cock in her mouth</i>*. I’m jus’ talen’ed at this. ( I'm just talented at this.)">><br>
Indeed she was, as you could feel your impending explosion getting near with every moment. <br><br>
<<button "Cum" $act4>><<set $act_2 to "cum">><</button>><br>
<<elseif $act_2 is "cum">>
<<cacheaudio "spurt" "images/GPG1O/sound/spurt1.opus">>
<<audio "spurt" play volume 1 >>/%play audio%/
<<dialog $player "Oh oh, oh yeah. I-I-I-I'm... CUMMING!!!!!">><br>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cum_cumshot1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
$girl3.name1 continued stroking, roughly, milking every last drop, watching as your final shudder subsided before the flow of cum slowed to a stop.<br><br>
<<dialog $girl3 "Ahhh... I told you I'm not a chicken.">><br>
<<dialog $player "Ahhh, phuckkkk.... *<i>thinks about chicken, climax ruined.</i>*">><br>
<img src="images/GPG1O/char/general/sexychicken.webp"><br><br>
<<button "Clean up" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<addbaselust $girl3 1>>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<<elseif $act_1 is "playerwin4">>
<<set $girl3.event.event4.player_win4 to 1>>
<<if $act_2 is "one">>
<<dialog $player "I think you should let me lick your clean shaven pussy this time.">><br>
<<dialog $girl3 "Why? Don't you want me to suck you off instead?">><br>
<<dialog $player "I just want to see how you taste. I've been wondering if you taste as good as you look.">><br>
$girl3.name1 bit her bottom lip, nervously spreading her legs. Once again, she exposed her smooth, hairless pussy to your gaze.<br><br>
<img src="images/GPG1O/char/eva/chess/pussy_show1.webp"><br><br>
<<dialog $player "I hope you've been eating lots of pineapples $girl3.name1.">><br>
<<button "Start licking, sensually" $act4>><<set $act_2 to "lickpussy_fix_1">><</button>>
<<elseif $act_2 is "lickpussy_fix_1">>
<<audio ":playing" stop>>
<<playsexytime>>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cunnilingus1_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You started by trailing your tongue from the base of $girl3.name1's pussy to the very top, savoring her taste. Her body jerked in response, her muscles tensing as you lavished her with your skilled tongue. <br><br>
<<dialog $girl3 "Ahhhh...">><br>
<<button "Lickly licky" $act4>><<set $act_2 to "lickpussy">><</button>>
<<elseif $act_2 is "lickpussy">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cunnilingus_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
The headier her scent grew, the more she seemed to crave your touch, her arousal becoming undeniable. Her hips started to buck gently, unconsciously moving to your rhythm. <br><br>
<<dialog $player "God, you taste amazing $girl3.name1.">><br>
<<dialog $girl3 "Ohhh... not bad, ah... at all, $player.name1.">><br>
<<button "Finish up" $act4>><<set $act_2 to "lickpussy2">><</button>>
<<elseif $act_2 is "lickpussy2">>
<img src="images/GPG1O/char/eva/chess/cunnilingus1_3.webp"><br><br>
<<dialog $girl3 "So? How'd you like my taste?">><br>
<<dialog $player "I love it. Baby, you're the sexiest girl I've ever put my mouth on. I'll gladly eat you out again next time...">><br>
$girl3.name1's lips curl into a slow, seductive smile at your compliment. You finish up, with pussy juices all over your face.<br><br>
<<dialog $girl3 "We'll see if there is a next time.">><br>
<<addbaselust $girl3 1>>
<<button "Clean up" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<<elseif $act_1 is "playerwin5">>
<<if $act_2 is "one">>
<<set $girl3.event.event4.player_win5 to 1, $girl3.event.event4.player_win5_count +=1>>
<<if $girl3.event.event4.player_win5_count is 1>>
<<dialog $player "Eva, I am dying to be connected to you. Can I put my dick in you?">><br>
<<dialog $girl3 "No, we can't... that's going too far. ">><br>
<<dialog $player "You didn't complain when I licked your pussy though.">><br>
<<dialog $girl3 "That's different. You know I have $girl3.partner. This is on another level of betrayal... ">><br>
<<button "Use your brain and find a shitty excuse" $act4>><<set $act_2 to "gettingprepared_fix_1">><</button>>
<<else>>
<<dialog $player "Spread your legs wide $girl3.name1.">><br>
<<dialog $girl3 "You want to put your cock in my pussy again?">><br>
<<dialog $player "Yeah, just like that last time.">><br>
<<button "Tip shenanigan" $act4>><<set $act_2 to "gettingprepared">><</button>>
<</if>>
<<elseif $act_2 is "gettingprepared_fix_1">>
<<dialog $player "Come on, it's just a bet. It's not like we're actually fucking. I'm just putting my dick in you to see how you feel. I promise I won't even move much!">><br>
SMH, the shit that I write sometimes... Anyway, the look on $girl3.name1's face says otherwise. She is actually thinking about it. The stupid excuse that you used is... working?<br><br>
<<dialog $girl3 "I... don't know about this.">><br>
<<dialog $player "It's just a bet. Like, it's not your fault you lost a bet, right?">><br>
<<dialog $girl3 "(<i>after a lingering pause</i>) Ok, but make sure you don't go too deep.">><br>
<<dialog $player "I see... alright then, just the tip it is.">><br>
<<button "Yeah, just the tip, totally" $act4>><<set $act_2 to "gettingprepared">><</button>>
<<elseif $act_2 is "gettingprepared">>
<<audio ":playing" stop>>
<<playsexytime>>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/getting_ready.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if $girl3.event.event4.player_win5_count is 1>>
You aligned your throbbing cock with $girl3.name1's pussy, the wet heat enveloping you as you gently rubbed against her outer lips. The softness and slickness of her folds made your cock twitch, yearning for full entry. <br><br>
<<button "Put the tip of your cock into $girl3.name1's pussy" $act4>><<set $act2 to "playerwin5_justthetip", $act_2 to "one">><</button>><br>
<<else>>
As you rubbed your throbbing cock against Eva's slick, wet folds, the friction sent a shiver of pleasure through you. The anticipation rises, as you couldn't help but remember how delightful it was to hear her sweet moans even when it wasn't a full penetration.<br><br>
<<button "Wet your dick" $act4>><<set $act2 to "playerwin5_justthetip_repeatable", $act_2 to "one">>
<<set $girl3.event.event4.player_win5_count +=1>>
<</button>><br>
<</if>>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<<elseif $act_1 is "playerwin6_final">>
<<audio ":playing" stop>>
<<if $act_2 is "one">>
<<if $girl3.event.event4.player_win5 is 1>>
<<set $girl3.event.event4.player_win5 to 2, $girl3.event.event4.sexpossible to 2>>
<<dialog $player "Sex?">><br>
<<dialog $girl3 "What? No! That's cheating.">><br>
<<dialog $player "But... we already fucked? ">><br>
<<dialog $girl3 "No we haven't.">><br>
<<dialog $player "I'm pretty sure we have.">><br>
<<dialog $girl3 "That doesn't count.">><br>
<<dialog $player "Of course it does.">><br>
<<dialog $girl3 "...">><br>
<<dialog $player "...">><br>
...<br><br>
<<dialog $girl3 "Fine, but it's not sex, it's your reward for winning.">><br>
<<dialog $player "Well then. I'm here to claim my prize.">><br>
<<else>>
<<dialog $player "Hello, I’m here to claim my prize. I believe I’m entitled to *<i>pretends to check note</i>* your pussy.">><br>
<img src="images/GPG1O/char/eva/chess/pussy_show1.webp"><br><br>
<</if>>
<<button "Claim the prize, it's all yours" $act4>><<set $act2 to "sex_repeatable", $act_2 to "cunnilingus_1">>
<<cacheaudio "sexytime" "images/GPG1O/sound/sexytime2.m4a">>
<<audio "sexytime" play volume 0.5 loop>>/%play audio%/
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<<set $tempvar to {"var1":0, "var2":0, "var3":0, "var4":0, "var5":0, "var6":0 }>>
<</button>>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<<elseif $act_1 is "evawin1">>
<<set $girl3.event.event4.eva_win1 to 1>>
<<if $act_2 is "one">>
<<addbaselust $girl3 1>>
<<dialog $girl3 "I want to see your dick. Show it to me.">><br>
<<dialog $player "Oh no, not my dick, nooo...">><br>
Feigning concern, you move closer to $girl3.name1 as she begins unzipping your pants. She gently pulls out your cock, freeing it from the shackles that are your underwear. Her eyes lit up as she gauged your size and hardness.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/dick_reveal.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl3 "Looking at it so closely... you're quite big $player.name1, but do you know how to use it?">><br>
<<dialog $player "Well, there's only one way to find out.">><br>
<<dialog $girl3 "(<i>mischievous smile</i>) Hmmm.">><br>
$girl3.name1 gives you a flirtatious glance before starting to stroke your hard cock. Your pleasure built as her soft fingers enveloped your shaft and head.
Just when you neared release, she suddenly stopped, leaving you blueballed. + 2.5 stress from being denied a finish.<br><br>
<<addstress 2.5>>
<span id="back"><<button "Finish up" $act4>><<set $act2 to "conclude_game">><</button>></span><br>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<<elseif $act_1 is "evawin2">>
<<set $girl3.event.event4.eva_win2 to 1>>
<<if $act_2 is "one">>
<<dialog $girl3 "I want to see your dick again.">><br>
<<dialog $player "Oh no, again?">><br>
Feigning concern, you move closer to $girl3.name1 as she begins unzipping your pants. She gently pulls out your cock, freeing it from the shackles that are your underwear. Her eyes lit up as she gauged your size and hardness.<br><br>
<<dialog $girl3 "What's his name?">><br>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/dick_reveal.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "I haven't given it any thought. For now, you can call him _dickname.">><br>
<<dialog $girl3 "(<i>stroking your cock</i>) Ah, _dickname is starting to wake up.">><br>
<<dialog $player "How very typical of _dickname, getting erect when someone touches him.">><br>
<<button "Continue" $act4>><<set $act_2 to "suck">><</button>><br>
<<elseif $act_2 is "suck">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/dick_lick.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
$girl3.name1 leaned forward and took the tip of your slightly throbbing cock into her warm, wet mouth. Her tongue flicked playfully over the head, drawing pre-cum while she bobbed her head ever so slightly, teasing you mercilessly.<br><br>
<<dialog $girl3 "He's really hard now.">><br>
<<dialog $player "Ah ahh...">><br>
She strokes your saliva-covered cock a couple more times. Just when you neared release, she suddenly stopped, leaving you blueballed. + 4 stress from being teased and denied a happy ending.<br><br>
<<dialog $girl3 "Okay, I've seen enough.">><br>
<<addstress 4>> <<addbaselust $girl3 1>>
<<button "Clean up" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<<elseif $act_1 is "evawin3">>
<<add_lust $girl3>>
<<set $girl3.event.event4.eva_win3 to 1>>
<<if $act_2 is "one">>
<img src="images/GPG1O/char/eva/chess/pussy_show1.webp"><br><br>
<<dialog $girl3 "I want you to lick my pussy. $player.name1. I've been sweating all day, so I need you to make sure I'm thoroughly clean down there.">><br>
<<dialog $player "What an awful punishment! I have no choice but to do it.">><br>
<<button "Lick $girl3.name1's sweaty pussy" $act4>><<set $act_2 to "lick_pussy">><</button>>
<<elseif $act_2 is "lick_pussy">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cunnilingus1_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl3 "(<i>encouraging you</i>) Mmm, don't miss a single spot. Make sure I'm all clean, both inside and outside.">><br>
<<dialog $player "Anything you say, $girl3.name1.">><br>
<<button "Continue" $act4>><<set $act_2 to "lick_pussy2">><</button>>
<<elseif $act_2 is "lick_pussy2">>
<<addbaselust $girl3 1>>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cunnilingus1_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
As you trailed your tongue along $girl3.name1's wet, swollen lips, you breathed in the heady, intoxicating aroma that radiated from her pussy. This went on for 10 minutes.<br><br>
<<dialog $girl3 "Mhmm, good job $player.name1. That's good enough.">><br>
<<button "Clean up" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<<elseif $act_1 is "evawin4">>
<<add_lust $girl3>>
<<set $girl3.event.event4.eva_win4 to 1>>
<<if $act_2 is "one">>
<<set _lickmypussyvar to ["Come here, I need your tongue on my pussy again.","Lick my pussy like you're tasting ice cream. Don't hold back.","Eat me out, I want to feel you all over my clit.","Suck and lick my pussy until I cum on your face.","Make me scream with your mouth $player.name1."]>>
<img src="images/GPG1O/char/eva/chess/pussy_show1.webp"><br><br>
<<dialog $girl3 "<<= _lickmypussyvar.random()>>">><br>
<<dialog $player "Yes, ma'am.">><br>
<<button "Lick $girl3.name1's sweaty pussy" $act4>><<set $act_2 to "lick_pussy">><</button>>
<<elseif $act_2 is "lick_pussy">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cunnilingus1_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl3 "(<i>encouraging you</i>) Mmm, don't miss a single spot. Make sure I'm all clean, both inside and outside.">><br>
<<dialog $player "Anything you say, $girl3.name1.">><br>
<<button "Continue" $act4>><<set $act_2 to "lick_pussy2">><</button>>
<<elseif $act_2 is "lick_pussy2">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cunnilingus1_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
As you trailed your tongue along $girl3.name1's wet, swollen lips, you breathed in the heady, intoxicating aroma that radiated from her pussy.<br><br>
<<woman_duringsex_moans $girl3 "normal">><br>
<<button "Continue" $act4>><<set $act_2 to "lick_pussy3">><</button>>
<<elseif $act_2 is "lick_pussy3">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/in_pleasure_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
It was the unmistakable scent of a woman craving release, the scent of her raw desire.<br><br>
<<woman_duringsex_moans $girl3 "normal">><br>
<<button "Finish up" $act4>><<set $act_2 to "lick_pussy4">><</button>>
<<elseif $act_2 is "lick_pussy4">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cunnilingus1_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl3 "Did you enjoy that as much as I did $player.name1?">><br>
<<dialog $player "I sure did. ">><br>
<<button "Clean up" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<addbaselust $girl3 1>>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<<elseif $act_1 is "evawin5_repeatable">>
<<add_lust $girl3>>
<<if $act_2 is "one">>
<<set _lickmypussyvar to ["Come here, I need your tongue on my pussy again.","Lick my pussy like you're tasting ice cream. Don't hold back.","Eat me out, I want to feel you all over my clit.","Suck and lick my pussy until I cum on your face.","Make me scream with your mouth $player.name1."]>>
<img src="images/GPG1O/char/eva/chess/pussy_show1.webp"><br><br>
<<dialog $girl3 "<<= _lickmypussyvar.random()>>">><br>
<<dialog $player "Don't mind if I do.">><br>
<<button "Lick $girl3.name1's sweaty pussy" $act4>><<set $act_2 to "lick_pussy">><</button>>
<<elseif $act_2 is "lick_pussy">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cunnilingus1_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl3 "(<i>encouraging you</i>) Mmm, don't miss a single spot. Make sure I'm all clean, both inside and outside.">><br>
<<dialog $player "Anything you say, $girl3.name1.">><br>
<<button "Continue" $act4>><<set $act_2 to "lick_pussy2">><</button>>
<<elseif $act_2 is "lick_pussy2">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cunnilingus1_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
As you trailed your tongue along $girl3.name1's wet, swollen lips, you breathed in the heady, intoxicating aroma that radiated from her pussy.<br><br>
<<woman_duringsex_moans $girl3 "normal">><br>
<<button "Continue" $act4>><<set $act_2 to "lick_pussy3">><</button>>
<<elseif $act_2 is "lick_pussy3">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/in_pleasure_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
It was the unmistakable scent of a woman craving release, the scent of her raw desire.<br><br>
<<woman_duringsex_moans $girl3 "normal">><br>
<<button "Keep licking" $act4>><<set $act_2 to "lick_pussy4">><</button>>
<<button "Fuck" $act4>><<set $act_2 to "getting_fuck_ready">><</button>>
<<elseif $act_2 is "lick_pussy4">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cunnilingus1_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl3 "Mnmm, that's good enough $player.name1. Did you enjoy that as much as I did $player.name1?">><br>
<<dialog $player "I did. I could eat you out all day.">><br>
<<addbaselust $girl3 1>>
<<button "Clean up" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<elseif $act_2 is "getting_fuck_ready">>
<<dialog $player "My tongue's getting a little bit tired, $girl3.name1. You don't mind if I use _dickname over here, right?">><br>
<<dialog $girl3 "(<i>moaningly</i>) But this was supposed to be my prize...">><br>
<<dialog $player "You can consider this, a bonus gift *<i>positions dick on her already wet pussy</i>.*">><br>
<<dialog $girl3 "(<i>gasp excitedly</i>) Ah...">><br>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/getting_ready.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "Steal her prize" $act4>><<set $act2 to "sex_repeatable_2", $act_2 to "insertion1">>
<<cacheaudio "sexytime" "images/GPG1O/sound/sexytime2.m4a">>
<<audio "sexytime" play volume 0.5 loop>>/%play audio%/
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<<set $tempvar to {"var1":0, "var2":0 }>>
<</button>>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<<elseif $act_1 is "eva_win_not_horny">>
<<set _evareward to 50>>
<<dialog $girl3 "I can't think of any suitable punishment right now. So, cough up the money, $player.name1.">><br>
<<if $player.cash lt _evareward>>/*Not enough money.*/
<img src="images/GPG1O/char/general/empty_wallet.webp"><br><br>
You open your wallet only to find old worn out receipts, and not enough cash.<br><br>
<<dialog $player "Oooh... I'm actually kinda short on cash right now.">><br>
<<dialog $girl3 "(<i>annoyed</i>) I won nothing? Eugh.">><br>
<<set _angerpenalty to $girl3.personality.angerpenalty>>
She's mad at you for not honoring your betting agreements. (- <<print _angerpenalty>> love, - _angerpenalty lust)<br><br>
<<set $girl3.love -= _angerpenalty, $girl3.base_lust -=_angerpenalty>>
<<else>>/*player has enough money*/
<img src="images/GPG1O/char/general/receive_money.webp"><br><br>
<<dialog $player "I'll get you next time.">><br>
You pay _evareward bucks to $girl3.name1.<br><br>
<<set $player.cash -= _evareward>>
<</if>>
<<button "Back" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<elseif $act_1 is "conclude_game">>
<<audio ":playing" stop>>
<<addlove $girl3 1>>
<<if $act3 is "evawon">>
<<dialog $player "That was fun, let's hang out more.">><br>
<<dialog $girl3 "Yeah, next time!">><br>
<<elseif $act3 is "playerwon">>
<<dialog $player "That was fun, let's hang out more.">><br>
<<dialog $girl3 "It would've been more fun if I won.">><br>
<<else>>/*if straight to sex*/
<<dialog $player "That was fun.">><br>
<<set _evalove to $player.sexskill>>/*this should be _playersexskill but this is a reuse code and im too lazy to change it*/
<<if _evalove lte 25>>
<<dialog $girl3 "Hmm, it's not bad.">><br>
<<elseif _evalove gt 25 and _evalove lte 50>>
<<dialog $girl3 "It was.">><br>
<<elseif _evalove gt 50 and _evalove lte 75>>
<<dialog $girl3 "You're fun...">><br>
<<else>>
<<dialog $girl3 "You make me feel funny.">><br>
<</if>>
<</if>>
<span id="back"><<button "Continue" $act4>><<set $act to "EVA", $act2 to "finish_hangout", $act_1 to "", $act_2 to "">><</button>></span>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<</nobr>><<nobr>>
/*$act_1 AND $act_2 (WILL BE DELETED)<br>*/
<<if $act_1 is "makeout_2">>
<<if $act_2 is "one">>
<<if $girl3.event.event4.sexpossible is 2>>
<<add_lust $girl3>>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/kiss.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
[END OF CURRENT VERSION]<br>
<br><span id="back"><<button "Finish up" $act4>><<set $act2 to "finish_hangout">><</button>></span><br>
<<else>>
<<if $player.fitness lte 25 and $girl3.love lte 25 and $girl3.lust lte 25>>
<<dialog $girl3 "Actually, no, ew, let's stop.">><br>
<<dialog $player "Oh, um, sure...">>
<<else>>
<<dialog $girl3 "Let's stop this here.">><br>
<<dialog $player "Oh, yeah, okay.">>
<</if>>
<br><span id="back"><<button "Finish up" $act4>><<set $act2 to "finish_hangout">><</button>></span><br>
<</if>>
<<else>>
OOPsd73493d90)(Ase34jl<br><br>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<<else>>
09830df-0-sd09a34zlLLLFLdas<br><br>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<set _evalust to $girl3.lust>>
<<if $act_1 is "playerwin5_justthetip">>
<<if $act_2 is "one">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/insertion.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
Finally, you couldn't resist any longer. With a slow, deliberate thrust, you pushed into $girl3.name1, feeling your cock part her wet folds and stretch her tight entrance wide open. A gasp of pleasure escaped her lips, as the tease was finally over.<br><br>
<<button "You cock is resting peacefully inside $girl3.name1's tight pussy" $act4>><<set $act_2 to "two">><</button>>
<<elseif $act_2 is "two">>
<img src="images/GPG1O/char/eva/chess/enough_yet.webp"><br><br>
<<dialog $girl3 "Have you felt enough yet?">><br>
<<dialog $player "Not at all. I think I need to go deeper... just to make sure.">><br>
<<dialog $girl3 "(<i>smiles</i>) How about... I let you thrust, three times.">><br>
<<button "Thrust once" $act4>><<set $act_2 to "thrust1">><</button>><br>
<<elseif $act_2 is "thrust1">>
<video autoplay muted><source src="images/GPG1O/char/eva/chess/thrust1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You moved inside Eva as deliberately and slowly as you could, savoring every inch of her warm, velvet-like walls.<br><br>
<<dialog $girl3 "Ahhh... one... hah...">><br>
<<button "Thrust second" $act4>><<set $act_2 to "thrust2">><</button>><br>
<<elseif $act_2 is "thrust2">>
<video autoplay muted><source src="images/GPG1O/char/eva/chess/thrust2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl3 "(<i>moaningly</i>) two.">><br>
<<button "Thrust third" $act4>><<set $act_2 to "thrust3">><</button>><br>
<<elseif $act_2 is "thrust3">>
<video autoplay muted><source src="images/GPG1O/char/eva/chess/thrust3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl3 "Ahh three. That felt really, really good, too bad time's up.">><br>
<<dialog $player "Aw...">><br>
She quickly unsheathes herself from you.<br>
<br><<button "Clean up" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<addbaselust $girl3 1>>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<<elseif $act_1 is "playerwin5_justthetip_repeatable">>
<<if $act_2 is "one">>
<<addbaselust $girl3 1>>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/insertion.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<set _random to random(0,3)>>
You moved inside Eva as deliberately and slowly as you could, savoring every inch of her warm, velvet-like walls.<br><br>
<<if _random is 1>>
<<dialog $player "Three times?">><br>
<<dialog $girl3 "Three times, yeah...">><br>
<<elseif _random is 2>>
<<dialog $girl3 "Just three times okay...">><br>
<<dialog $player "Yeah, three...">><br>
<<elseif _random is 3>>
<<dialog $girl3 "Remember, three thrusts, ah... only.">><br>
<<dialog $player "That's a bit of an arbitrary numbers don't you think?">><br>
<<dialog $girl3 "Not... ah, not at all.">><br>
<<else>>
<<dialog $player "What're we up to know, five?">><br>
<<dialog $girl3 "(<i>moaningly</i>) No... still three...">><br>
<</if>>
<<button "Thrust once" $act4>><<set $act_2 to "thrust1">><</button>><br>
<<elseif $act_2 is "thrust1">>
<video autoplay muted><source src="images/GPG1O/char/eva/chess/thrust1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
You thrust as slow as you can, and tries to enjoy every last bit of $girl3.name1's pussy.<br><br>
<<dialog $girl3 "Ahhh... one... hah...">><br>
<<button "Thrust second" $act4>><<set $act_2 to "thrust2">><</button>><br>
<<elseif $act_2 is "thrust2">>
<video autoplay muted><source src="images/GPG1O/char/eva/chess/thrust2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
/*You even managed to sneaky in an extra pump halfway through the first thrust here. <br><br> I saw wrong, this wasn't the right vid where the double pump is.*/
<<woman_duringsex_moans $girl3 "normal">><br>
<<button "Thrust third" $act4>><<set $act_2 to "thrust3">><</button>><br>
<<elseif $act_2 is "thrust3">>
<video autoplay muted><source src="images/GPG1O/char/eva/chess/thrust3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if _evalust lte 20>>
<<dialog $girl3 "That felt really good. Too bad, time's up.">><br>
She quickly unsheathes herself from you.<br>
<br><<button "Back" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<else>>
$girl3.name1 doesn't remind you that it's three thrusts in already, you put in another one. <br><br>
<<woman_duringsex_moans $girl3 "normal">><br>
<<button "Extra thrust" $act4>><<set $act_2 to "thrust4">><</button>><br>
<</if>>
<<elseif $act_2 is "thrust4">>
<video autoplay muted><source src="images/GPG1O/char/eva/chess/thrust4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if _evalust lte 24>>
<<dialog $girl3 "That felt really good. Too bad, time's up.">><br>
She quickly unsheathes herself from you.<br>
<br><<button "Back" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<else>>
And another one. <br><br>
<<woman_duringsex_moans $girl3 "normal">><br>
<<button "Extra thrust" $act4>><<set $act_2 to "thrust5">><</button>><br>
<</if>>
<<elseif $act_2 is "thrust5">>
<video autoplay muted><source src="images/GPG1O/char/eva/chess/thrust5.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if _evalust lte 28>>
<<dialog $girl3 "That felt really good. Too bad, time's up.">><br>
She quickly unsheathes herself from you.<br>
<br><<button "Back" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<else>>
She's letting this happen on purpose right?<br><br>
<<woman_duringsex_moans $girl3 "normal">><br>
<<button "Extra thrust" $act4>><<set $act_2 to "thrust6_final">><</button>><br>
<</if>>
<<elseif $act_2 is "thrust6_final">>
<video autoplay muted><source src="images/GPG1O/char/eva/chess/thrust6.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<if _evalust lte 32>>
Right before you've reached your long teased eruption, $girl3.name1 stops you.<br><br>
<<dialog $girl3 "That felt really good. Too bad, time's up.">><br>
She quickly unsheathes herself from you.<br>
<<button "Back" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<else>>
$girl3.name1 doesn't remind you to that it's three thrusts in already, you put in another one. Your dick is stimulated enough that you're close to ejaculation. <br><br>
<<woman_duringsex_moans $girl3 "normal">><br>
<<button "Thrust away!" $act4>><<set $act_2 to "final_thrusts">><</button>><br>
<</if>>
<<elseif $act_2 is "final_thrusts">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/thrust_pov2_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
$girl3.name1 positions her finger on her pussy to guide your moving shaft, as if trying to make sure that you don't wander off. This added a delightful squeeze to your cock, amplifying the sensations as you filled her. <br><br>
<<woman_duringsex_moans $girl3>><br>
<<dialog $player "(<i>panting</i>) Oh lord, your pussy is so good $girl3.name1, it's making me nut so quick. ">><br>
<<button "Nut" $act4>><<set $act_2 to "cum">><</button>><br>
<<elseif $act_2 is "cum">>
<<cacheaudio "spurt" "images/GPG1O/sound/spurt1.opus">>
<<audio "spurt" play volume 1 >>/%play audio%/
<<set $girl3.event.event4.sexpossible to 1>>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cum_cumshot1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "outside">><br>
$girl3.name1 continued stroking, roughly, milking every last drop, watching as your final shudder subsided before the flow of cum slowed to a stop.<br><br>
<<dialog $girl3 "Ah, looks like someone's a premature ejaculator.">><br>
<<dialog $player "(<i>breathing heavy</i>) Pfttt, yeah right, ccouldn't be me.">><br>
<<button "Clean up" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<set _evaname to either($girl3.name1, "baby", "you little slut", "gurl")>>
<<if $act_1 is "sex_repeatable">>
<<set _cunny to ["cunnilingus_1", "cunnilingus_2"]>>
<<set _blowjob to ["blowjob_1", "blowjob_2"]>>
<<set _sex1 to ["sex_1_2", "sex_1_1"]>>
<<set _sex2 to ["sex_2_2", "sex_2_1", "sex_2_3"]>>
<<set _sex3 to ["sex_3_2", "sex_3_1"]>>
<<set _sex4 to ["sex_4_2", "sex_4_1"]>>
<<if $act_2 is "one">>
I COULD PERFORM ANY NEEDED CHECKS HERE.<br><br>
<<button "Sex" $act4>><<set $act_2 to "sex1">><</button>>
<<elseif $act_2 is "blowjob1">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/blowjob1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Get on your knees $girl3.name1, I want to see you all over my cock.">><br>
<<elseif $act_2 is "cunnilingus_1">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cunnilingus1_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
As you trailed your tongue along $girl3.name1's wet, swollen lips, you breathed in the heady, intoxicating aroma that radiated from her pussy. It was the unmistakable scent of a woman craving release, the scent of her raw desire.<br><br>
<<woman_duringsex_moans $girl3 "panting">><br>
<<elseif $act_2 is "cunnilingus_2">>
As you trailed your tongue along $girl3.name1's wet, swollen lips, you breathed in the heady, intoxicating aroma that radiated from her pussy. It was the unmistakable scent of a woman craving release, the scent of her raw desire.<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cunnilingus1_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl3 "panting">><br>
<<elseif $act_2 is "blowjob_1">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/blowjob_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
With her soft lips wrapped around you, $girl3.name1 slowly bobbed her head, her warm, wet mouth enveloping your throbbing cock. Her tongue swirled and flicked over the sensitive head, teasing you with each delicate touch. <br><br>
<<during_sex_compliment $player "blowjob" $girl3.name1>><br>
<<elseif $act_2 is "blowjob_2">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/blowjob_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
With her soft lips wrapped around you, $girl3.name1 slowly bobbed her head, her warm, wet mouth enveloping your throbbing cock. Her tongue swirled and flicked over the sensitive head, teasing you with each delicate touch. <br><br>
<<dialog $player "You're so gorgeous when you're sucking my cock.">><br>
<<elseif $act_2 is "sex_1_1">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/sex_1_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
With each thrust from behind, you drove into $girl3.name1's body, her moans mingling with your own.<br><br>
<<during_sex_compliment $girl3 "dick" $player.name1>><br>
<<dialog $player "Ahh... ah...">><br>
<<elseif $act_2 is "sex_1_2">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/sex_1_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
With each thrust from behind, you drove into $girl3.name1's body, her moans mingling with your own. She never said kissing was off limit, so you brought her face towards yours, locking lips in a fervent, hungry kiss. <br><br>
<<woman_duringsex_moans $girl3 "panting">><br>
<<dialog $player "Mmm, you're so sexy $girl3.name1.">><br>
<<elseif $act_2 is "sex_2_1">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/sex_2_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl3 "rough">><br>
<<elseif $act_2 is "sex_2_2">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/sex_2_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl3 "panting">><br>
<<elseif $act_2 is "sex_2_3">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/sex_2_3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl3 "panting">><br>
<<during_sex_compliment $player "pussy" $girl3.name1>><br>
<<elseif $act_2 is "sex_3_1">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/sex_3_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
$girl3.name1's ample breasts jiggled enticingly as she rode you. You marvelled at the sight of her body undulating above yours. <br><br>
<<woman_duringsex_moans $girl3 "panting">><br>
<<set _random to random(0,1)>>
<<if _random is 1>>
<<during_sex_compliment $player "tits" _evaname>><br>
<<else>>
<<dialog $player "Mmm yeah, keep riding me _evaname, your boobs looks incredible.">><br>
<</if>>
<<elseif $act_2 is "sex_3_2">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/sex_3_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
$girl3.name1's ample breasts jiggled enticingly as she rode you. You marvelled at the sight of her body undulating above yours. <br><br>
<<set _random to random(0,1)>>
<<if _random is 1>>
<<during_sex_compliment $player "pussy" _evaname>><br>
<<else>>
<<dialog $player "Ahh... yeah... Keep milking my cock like that _evaname, I'm gonna bust real soon.">><br>
<</if>>
<<dialog $girl3 "Oh fuck me $player.name1, don't stop.">><br>
<<elseif $act_2 is "sex_4_1">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/sex_4_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
$girl3.name1's tight, wet heat of her pussy enveloped and stroked your cock in perfect harmony with her movements, making every inch of your shaft tingle with pleasure.<br><br>
<<dialog $girl3 "Mnmmm, you like that $player.name1?">><br>
<<dialog $player "Oh _evaname, you're going to make me cum so quick.">><br>
<<elseif $act_2 is "sex_4_2">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/sex_4_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
$girl3.name1's tight, wet heat of her pussy enveloped and stroked your cock in perfect harmony with her movements, making every inch of your shaft tingle with pleasure.<br><br>
<<woman_duringsex_moans $girl3 "panting">><br>
<<dialog $player "Ahhh... _evaname, oh damn... Argh!">><br>
<<elseif $act_2 is "cum">>
<<cacheaudio "spurt" "images/GPG1O/sound/spurt1.opus">>
<<audio "spurt" play volume 1 >>/%play audio%/
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cum_cumshot1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
$girl3.name1 continued stroking, roughly, milking every last drop, watching as your final shudder subsided before the flow of cum slowed to a stop.<br><br>
<<cum_man_during $player "outside">><br>
<<set _statements to ["Mhmm, so much cum.","Mmmm, cum for me $player.name1." , "Oh yeah, shoot all your cum all over me $player.name1.", "Oh my... mhmm yeah..."]>>
<<dialog $girl3 "<<print _statements.random()>>">><br>
<<button "Clean up" $act4>>
<<set $act_1 to "", $act_2 to "">>
<<update_sdet $girl3 "stop">>
<<sex_limit "stop">>
<<unset $tempvar>>
<<audio ":playing" stop>>
<<set $act2 to "conclude_game">>
<</button>>
<<else>>
asdopu2p4uoi4pdpd <br><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<</if>>
<<if $act_2 isnot "" and $act_2 isnot "cum">>
<<if $playervar.var6 gt 0>>
<<button "Cunny" $act4>><<set $tempvar.var6 to ($tempvar.var6 + 1) % _cunny.length>><<set $act_2 to _cunny[$tempvar.var6], $playervar.var6+=0.75>><<limitplusupdate $girl3 "cunnilingus">><</button>>
<<button "BJ" $act4>><<set $tempvar.var5 to ($tempvar.var5 + 1) % _blowjob.length>><<set $act_2 to _blowjob[$tempvar.var5]>><<limitplusupdate $girl3 "blowjob">><</button>>
<<button "Oath" $act4>><<set $tempvar.var1 to ($tempvar.var1 + 1) % _sex1.length>><<set $act_2 to _sex1[$tempvar.var1]>><<limitplusupdate $girl3 "vaginal">><</button>>
<<button "Spoon" $act4>><<set $tempvar.var2 to ($tempvar.var2 + 1) % _sex2.length>><<set $act_2 to _sex2[$tempvar.var2]>><<limitplusupdate $girl3 "vaginal">><</button>>
<<button "Cowgirl (1)" $act4>><<set $tempvar.var3 to ($tempvar.var3 + 1) % _sex3.length>><<set $act_2 to _sex3[$tempvar.var3]>><<limitplusupdate $girl3 "vaginal">><</button>>
<<button "Cowgirl (2)" $act4>><<set $tempvar.var4 to ($tempvar.var4 + 1) % _sex4.length>><<set $act_2 to _sex4[$tempvar.var4]>><<limitplusupdate $girl3 "vaginal">><</button>>
<<if $cheat.cumwhenever or $cheat.cumwhenever is 1>><<button "Cum" $act4>><<set $act_2 to "cum">><</button>><</if>>
<<else>>
<<button "Cum" $act4>><<set $act_2 to "cum">><</button>>
<</if>>
<</if>>
<<elseif $act_1 is "sex_repeatable_2">>
<<set _sex1 to ["sex_1_2", "sex_1_1", "sex_1_3"]>>
<<set _sex2 to ["sex_2_1", "sex_2_2", "sex_2_3", "sex_2_4"]>>
<<if $act_2 is "one">>
I COULD PERFORM ANY NEEDED CHECKS HERE.<br><br>
<<button "Sex" $act4>><<set $act_2 to "sex1">><</button>>
<<elseif $act_2 is "insertion1">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/insertion.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl3 >><br>
<<elseif $act_2 is "sex_1_1">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/thrust6.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl3 >><br>
<<during_sex_compliment $player "pussy" _evaname>><br>
<<elseif $act_2 is "sex_1_2">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/thrust_repeat_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl3 "Put your dick deep inside me $player.name1, please...">><br>
<<dialog $player "Ah... oh... hah....">><br>
<<elseif $act_2 is "sex_1_3">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/thrust_pov2_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl3 "panting">><br>
<<during_sex_compliment $player "pussy" $girl3.name1>><br>
<<elseif $act_2 is "sex_2_1">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/doggy1_1.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $girl3 "Oh, God!">><br>
<<dialog $player "Fuuuuuuckkkk.">><br>
<<elseif $act_2 is "sex_2_2">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/doggy1_2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<dialog $player "Oh yeah, keep wiggling your ass like that $girl3.name1. ">><br>
<<woman_duringsex_moans $girl3>><br>
<<elseif $act_2 is "sex_2_3">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/doggy1_3.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<during_sex_compliment $player "pussy" $girl3.name1>><br>
<<woman_duringsex_moans $girl3 "panting">><br>
<<elseif $act_2 is "sex_2_4">>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/doggy1_4.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<woman_duringsex_moans $girl3>><br>
<<dialog $player "Oh yeah, keep moving like that _evaname. Take all of my dick in you.">><br>
<<elseif $act_2 is "cum">>
<<cacheaudio "spurt" "images/GPG1O/sound/spurt1.opus">>
<<audio "spurt" play volume 1 >>/%play audio%/
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/cum_cumshot2.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<cum_man_during $player "outside">><br>
<<set _statements to ["Ah, it's so hot.","Cum for me $player.name1." , "Oh yeah, shoot all your cum all over me $player.name1.", "Oh my... god, fuck yeah..."]>>
<<dialog $girl3 "<<print _statements.random()>>">><br>
<<button "Clean up" $act4>>
<<set $act_1 to "", $act_2 to "">>
<<update_sdet $girl3 "stop">>
<<sex_limit "stop">>
<<unset $tempvar>>
<<audio ":playing" stop>>
<<set $act2 to "conclude_game">>
<</button>>
<<else>>
asdopu2p4uoi4pdpd <br><br>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<</if>>
<<if $act_2 isnot "" and $act_2 isnot "cum">>
<<if $playervar.var6 gt 0>>
<<button "Missionary" $act4>><<set $tempvar.var1 to ($tempvar.var1 + 1) % _sex1.length>><<set $act_2 to _sex1[$tempvar.var1]>><<limitplusupdate $girl3 "vaginal">><</button>>
<<button "Doggie" $act4>><<set $tempvar.var2 to ($tempvar.var2 + 1) % _sex2.length>><<set $act_2 to _sex2[$tempvar.var2]>><<limitplusupdate $girl3 "vaginal">><</button>>
<<if $cheat.cumwhenever or $cheat.cumwhenever is 1>><<button "Cum" $act4>><<set $act_2 to "cum">><</button>><</if>>
<<else>>
<<button "Cum" $act4>><<set $act_2 to "cum">><</button>>
<</if>>
<</if>>
<<else>>
asodfud(((734ldf7kl34f58<br><br>
<<button "Back" $act4>><<set $act2 to "conclude_game">><</button>><br>
<</if>>
<</nobr>><<nobr>>
<<if $act2 is "afterclass">>
<img src="images/GPG1O/char/eva/uni/eva2.webp"><br><br>
After the class has ended, you noticed that the girl from earlier were still at her table working on some papers.<br><br>
<<button "Introduce yourself to her" "UNI_contents">><<set $act2 to "introduce">><</button>>
<<elseif $act2 is "introduce">>
<<set $girl3.event.event1.introduce to 1, $girl3.var.var1 to 1>>
<img src="images/GPG1O/char/eva/uni/eva3.webp"><br><br>
/*You pulled a chair and positioned it in front of the table, facing her.<br><br>*/
<<dialog $player "Hey.">><br>
<<dialog $girl3 "Hello." "The late girl">><br>
You've managed to introduce yourself and found out that her name is $girl3.name1. She didn't seem too keen on having a conversation with you,
as she was more focused on writing than talking. So, you decided to keep the conversation short and say goodbye.<br><br>
<span id="back"><<button "Exit the class" "UNI">><<set $act to "hallway">><</button>></span>
<<elseif $act2 is "isshesingle">>
<<set $girl3.event.event1.areyousingle to 1>>
<<dialog $player "Hey $girl3.name1, I have something to ask you.">><br>
<<dialog $girl3 "What?">><br>
<<dialog $player "Why do you always stay late after class, don't you have anyone waiting for you? Like a family or...">><br>
<<dialog $girl3 "Not really. I don't live with my family anymore. I moved out a year ago to live with my fiance. We're renting a house together at $girl3.var.var5.">><br>
<<dialog $player "Wow a fiance. So he doesn't mind you going home late?">><br>
<<dialog $girl3 "Why would he? He understands that I'm doing this for my future. He wants me to succeed and find a nice job after graduating.">><br>
<<dialog $player "He sounds like a good guy.">><br>
<<dialog $girl3 "He is. His name is $girl3.partner by the way, and I love him very much. ">><br>
The conversation went on for a little while before it ended.<br><br>
<<button "Exit the class" "UNI">><<set $act to "hallway">><</button>>
<<elseif $act2 is "endflirt">>
<<if $act5 is "normal">>
Nothing much happened after as the two of you parted ways.<br><br>
<<elseif $act5 is "">>
Nothing much happened after as the two of you parted ways.<br><br>
<<else>>
Nothing much happened after as the two of you parted ways.<br><br>
<</if>>
<span id="back"><<button "Back" "UNI">><<set $act to "hallway", $act2 to "", $act5 to "">><</button>></span>
<<elseif $act2 is "flirty1">>
<img src="images/GPG1O/char/eva/uni/eva6.webp"><br><br>
You enjoyed watching $girl3.name1 as she spoke to you, captivated by the way her face lit up and how her lips moved so charmingly.
You know how things start to look weird if you stare at them too long? Not with $girl3.name1; instead, your brain lights up, flooding you with a rush of endorphins.<br>
<<if $girl3.love gte 30>>
<br><<button "Be slick" "UNI_contents">><<set $act2 to "flirty2", $girl3.event.event1.touchface +=1>><<addlust $girl3 2>><</button>>
<</if>>
<br><span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<elseif $act2 is "flirty3">>
<<set $girl3.corruption_level to 1>>
<<if $act4 is "iwish">>
<<set _temp to 5>>
<<addbaselust $girl3 _temp>><<addlust $girl3 _temp>>
<<set $girl3.event.event1.completed to 1>>
<<dialog $girl3 "That's very bold of you... but I have a fiance.">><br>
<<dialog $player "I know. We're just playing around. He has nothing to worry about.">><br>
You can see $girl3.name1 thinking. A couple of seconds later,<br><br>
<<dialog $girl3 "Mmmm, I agree. There's nothing wrong with touching your friends.">><br>
<<dialog $player "Yeah, plus I would't want to jeopardize your relationship with your fiance.">><br>
<<button "Back" "UNI_contents">><<set $act2 to "endflirt", $act5 to "normal">><</button>>
<<else>>
<<set _temp to 2.5>>
<<addbaselust $girl3 _temp>><<addlust $girl3 _temp>>
<<set $girl3.event.event1.completed to 1>>
<<dialog $girl3 "Well then, as an engaged person, I am obligated to tell you that you shouldn't be touching my face like this.">><br>
<<dialog $player "I'm just appreciating your beauty, that's all. I swear.">><br>
She let a smile slip.<br><br>
<<dialog $girl3 "If that's what you say.">><br>
<<dialog $player "It's all true baby.">><br>
<<button "Back" "UNI_contents">><<set $act2 to "endflirt", $act5 to "normal">><</button>>
<</if>>
<<elseif $act2 is "flirty2">>
<<if $girl3.event.event1.touchface is 1>>
<<dialog $player "$girl3.name1, I gotta admit...">><br>
<<dialog $girl3 "What is it?">><br>
<img src="images/GPG1O/char/eva/uni/eva7.webp"><br><br>
<<dialog $girl3 "$player.name1, why are you touching my face?">><br>
<<button '<<dialog $player \"There\'s something on your cheek, I\'ve been staring at it for a while now.\">>' "UNI_contents">><<set $act2 to "flirty2_2", $act4 to "theressomething", $girl3.event.event1.excuse to $act4>><</button>> <br>
<<button '<<dialog $player \"I could tell these strayed hairs are bothering you, I\'m just moving it away.\">>' "UNI_contents">><<set $act2 to "flirty2_2", $act4 to "hairstrands", $girl3.event.event1.excuse to $act4>><</button>><br>
<<button '<<dialog $player "$girl3.name1, your face radiates such enchanting beauty, it captivates my very soul. I found myself irresistibly drawn to the allure of your visage, compelled to feel the warmth of your skin beneath my fingertips.\">>' "UNI_contents">><<set $act2 to "flirty2_2", $act4 to "radiates", $girl3.event.event1.excuse to $act4>><</button>><br>
<<elseif $girl3.event.event1.touchface gte 4>>
<img src="images/GPG1O/char/eva/uni/eva7.webp"><br><br>
<<dialog $girl3 "$player.name1, I'm starting to think that you just want to touch my face.">><br>
It seems that $girl3.name1 has become suspicious of your excuses to touch her. <br><br>
<<button '<<dialog $player \"I wish I could touch more than just your face.\">>' "UNI_contents">><<set $act2 to "flirty3", $act4 to "iwish">><</button>> <br>
<<button '<<dialog $player \"I won\'t say no, but I\'m not saying yes either. \">>' "UNI_contents">><<set $act2 to "flirty3", $act4 to "iwont">><</button>> <br>
<<else>>
<img src="images/GPG1O/char/eva/uni/eva7.webp"><br><br>
<<set _temp to either("theressomething","hairstrands","else")>>/*_temp can be replaced with $girl3.event.event1.excuse*/
<<if _temp is "theressomething">>
<<dialog $player "You've got something on your face again.">><br>
<<dialog $girl3 "Oh no, again?">>
<<elseif _temp is "hairstrands">>
<<dialog $player "I'm just moving these strayed hairs, it's bothering me.">><br>
<<dialog $girl3 "Oh thank you.">>
<<else>>
<<dialog $player "$girl3.name1, your face radiates such enchanting beauty, it captivates my very soul. I found myself irresistibly drawn to the allure of your visage, compelled to feel the warmth of your skin beneath my fingertips.">><br>
<<dialog $girl3 "Even though you've said that like $girl3.event.event1.touchface times already, thank you. ">>
<</if>>
<br><span id="back"><<button "Back" "UNI_contents">><<set $act2 to "endflirt", $act5 to "normal">><</button>></span>
<</if>>
<<elseif $act2 is "flirty2_2">>
<img src="images/GPG1O/char/eva/uni/eva7.webp"><br><br>
<<if $act4 is "theressomething">>
/*<<dialog $player "There's something on your cheek, I've been staring at it for a while now.">><br>*/
<<dialog $girl3 "Oh. It's not a booger, is it? Can you help me remove them? ">><br>
<<dialog $player "It's... not.">><br>
<<elseif $act4 is "hairstrands">>
/*<<dialog $player "I could tell these strayed hairs are bothering you, let me help move it away.">><br>*/
<<dialog $girl3 "Oh? They are... Thank you.">><br>
<<else>>
/*<<dialog $player "$girl3.name1, your face radiates such enchanting beauty, it captivates my very soul. I found myself irresistibly drawn to the allure of your visage, compelled to feel the warmth of your skin beneath my fingertips.">><br>*/
<<dialog $girl3 "Wow, thank you... $player.name1.">><br>
<</if>>
<br><span id="back"><<button "Back" "UNI_contents">><<set $act2 to "endflirt", $act5 to "normal">><</button>></span>
<<elseif $act2 is "gift">>
<<gift $girl3 1 "gift2" "UNI_contents">><br>
<span id="back"><<button "Back" "UNI_contents">><<set $act2 to $act3>><</button>></span>
<<elseif $act2 is "house_invite">>
<<if $girl3.event.event2.visitmchouse is 0>>
<<dialog $player "Say... you wanna come over to my place later?">><br>
<<dialog $girl3 "What for?">><br>
<<dialog $player "Just to hang out.">><br>
<<dialog $girl3 "Eh... You know I’ve got $girl3.partner at home. Maybe we could find another time or place to hang out? Let's not make things too complicated.">><br>
<<dialog $player "Come on. Treat me like I'm one of the girls. He lets you have friends right?">><br>
<<dialog $girl3 "Of course he does, but...">><br>
<<dialog $player "Perfect! There shouldn't be any problem then.">><br>
<<dialog $girl3 "I guess I can swing by for a bit, but remember, you're just a friend.">><br>
<<dialog $player "Totally.">><br>
<<button "Later that day, at your house..." "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "one", $gvar.var7 to 0, $gameDate.setHours(15)>><</button>>
<<else>>
<<dialog $player "Wanna come over to my place again later?">><br>
<<dialog $girl3 "Sure.">><br>
<<button "Later that day, at your house..." "MCHOUSE_events_eva">><<set $act to "EVA", $act2 to "one", $gvar.var7 to 0, $gameDate.setHours(15)>><</button>>
<</if>>
<<elseif $act2 is "getherdigits">>
<<if $act3 is "ask">>
<<if $girl3.event.event2.hasphone is 0>>
<<if $girl3.event.event2.askphone lte 0>>
<<dialog $player "I like hanging out with you, I wish we can do more of that. You reckon I could get your number?">><br>
<<dialog $girl3 "Like for my telephone?">><br>
<<dialog $player "For your mobile phone.">><br>
<<dialog $girl3 "Oh I don't have those.">><br>
$girl3.name1 doesn't have a freaking phone. You should buy her one.<br><br>
<<else>>
<<dialog $player "So... you still don’t have a phone?">><br>
<<dialog $girl3 "Nope, still phone-free.">><br>
<<dialog $player "That's pretty impressive in this day and age.">><br>
<<dialog $girl3 "I like keeping things simple.">><br>
<</if>>
<<set $girl3.event.event2.askphone +=1>>
<<if $girl3.event.event2.playerboughtphone is 1>>
<<button '<<dialog $player \"I actually have an extra phone with me that I don\'t use. You should have it.\">>' "UNI_contents">><<set $act2 to "getherdigits", $act3 to "givephone">><</button>> <br>
<</if>>
<span id="back"><<button "Back" "UNI_contents">><<set $act2 to "talk">><</button>></span>
<<else>>/*if eva already has a phone*/
<<dialog $player "I like hanging out with you, I wish we can do more of that. You reckon I could get your number?">><br>
<<dialog $girl3 "You already have my number silly. You gave me a phone, remember?">><br>
<<dialog $player "Oh sorry, I got things mixed up. Tee-hee.">><br>
<span id="back"><<button "Back" "UNI_contents">><<set $act2 to "talk">><</button>></span>
<</if>>
<<elseif $act3 is "givephone">>
<<dialog $girl3 "Oh no, I can't. That's too much.">><br>
<<dialog $player "No, no, it's fine. I was going to give it to a random person anyway. Plus, I can call you anytime with this.">><br>
<<dialog $girl3 "Well... okay, but only because you insist.">><br>
<<dialog $player "Great! My contact details are already in it, under <i><b>\'A $player.name1\'</b></i>. ">><br>
<span id="back"><<button "Back" "UNI_contents">><<set $act2 to "talk">><</button>></span>
<<set $girl3.event.event2.hasphone to 1, $girl3.var.var6 to 1>>
<</if>>
<<elseif $act2 is "talk">>
<<if $girl3.love lte 10>>
You see Eva still in class after the class is over. You decided to go talk to her.<br><br>
<img src="images/GPG1O/char/eva/uni/eva4.webp"><br><br>
<<dialog $player "What are you writing?">><br>
<<print either (
"<<dialog $girl3 \"Just my homework.\">><br>",
"<<dialog $girl3 \"Oh you know, assignments.\">><br>",
"<<dialog $girl3 \"I'm updating my notes.\">><br>")>>
You've managed to find a somewhat interesting topic that she seemed to like talking about and you two had an okay conversation.
After a while, you decided to end the conversation to let her do her work. $girl3.name1 likes you more. (+ Love)<br><br>
<span id="back"><<button "Exit the class" "UNI">><<set $act to "hallway">><</button>></span>
<<elseif $girl3.love gt 10 and $girl3.love lt 20>>
<<set $girl3.var.var2 to 1, $girl3.var.var3 to 1>>
You see $girl3.name1 still in class after the class is over. You decided to go talk to her.<br><br>
<img src="images/GPG1O/char/eva/uni/eva5.webp"><br><br>
<<dialog $player "What are you writing?">><br>
<<print either (
"<<dialog $girl3 \"Another day, another homework it seems.\">><br>",
"<<dialog $girl3 \"Oh just some ideas I've had in my head, take a look at this. (She shows you the paper)\">><br>",
"<<dialog $girl3 \"What's it to you? (playfully)\">><br>")>>
You notice that $girl3.name1 seems to be more receptive to your company as she starts to smile more when you're talking to her.<br>
<<if $girl3.event.event1.areyousingle is 0>>
<br><<button "Ask if she's single" "UNI_contents">><<set $act2 to "isshesingle">><</button>>
<<else>>
<br>
<</if>>
<<button "Gift" "UNI_contents">><<set $act3 to $act2, $act2 to "gift">><</button>>
<br><span id="back"><<button "Exit the class" "UNI">><<set $act to "hallway">><</button>></span>
<<elseif $girl3.love gt 20>>
Talking with $girl3.name1 after class has become almost a daily routine for you. <br><br>
<img src="images/GPG1O/char/eva/uni/eva6.webp"><br><br>
<<print either(
"<<dialog $player \"... It\'s midnight, and we\'re on the roof talking about life, and he just blurts out, \'Think we'll actually remember any of this after we graduate...\'\">><br>
<<dialog $girl3 \"Mmm hmm.\">><br>",
"<<dialog $girl3 \"... and I'm like \'Why don't scientists trust atoms anymore? Because they make up everything!\'\">><br>
<<dialog $player \"HA HA HA HA - Oh man that's a good one.\">><br>",
"<<dialog $player \"... So it\’s her turn to present, and right before she starts, she looks at me and said, \'What are the odds I can fake a power outage?\'\">><br>
<<dialog $girl3 \"Haha she\'s hilarious.\">><br>"
)>>
As you conversed with $girl3.name1, you couldn't help but notice how close her face was to yours. Her beautiful face, framed by those captivating blue eyes, thin pink lips, and rosy cheeks, right in front of you.<br>
<<if $girl3.event.event1.areyousingle is 0>>
<br><<button "Ask if she's single" "UNI_contents">><<set $act2 to "isshesingle">><</button>>
<<else>>
<br>
<</if>>
<<if $girl3.love gte 25 and $girl3.event.event1.completed is 0 >>
<<button "She's really close" "UNI_contents">><<set $act2 to "flirty1">><</button>>
<</if>>
<<set _event2 to $girl3.event.event2>>
<<if $girl3.event.event1.completed is 1>>
<<button "Invite $girl3.name1 to your house" "UNI_contents">><<set $act2 to "house_invite">><</button>>
<</if>>
<<if $girl3.event.event1.completed is 1 and _event2.visitmchouse gt 0 and _event2.hasphone is 0>>
<<button "Ask for her number" "UNI_contents">><<set $act2 to "getherdigits", $act3 to "ask">><</button>>
<</if>>
<<button "Gift" "UNI_contents">><<set $act3 to $act2, $act2 to "gift">><</button>>
<br><span id="back"><<button "Back" "UNI">><<set $act to "hallway">><</button>></span>
<<else>>
You see Eva still in class after the class is over. You decided to go talk to her.<br><br>
<img src="images/GPG1O/char/eva/uni/eva4.webp"><br><br>
You've managed to find an interesting topic that she seemed to like talking about and you two had a great conversation.
After a while, you decided to end the conversation to let her do her work. $girl3.name1 likes you more. (+ Love)<br><br>
<span id="back"><<button "Exit the class" "UNI">><<set $act to "hallway">><</button>></span>
<</if>>
<</if>>
<</nobr>><<nobr>>
<<set _evaname to either("sister","girl",$girl3.name1, "gurl", "little princess")>>
<<set _tempday to $gameDate.getDay()>>
<<if $act_1 is "whatdoyouwanttodoeva">>
<<if $act_2 is "one">>
<<dialog $girl3 "I'm bored with movies, how about we play a game? What game do we play...">><br>
<<button "<<dialog $player \"Sure, I'm up for any game.\">>" $act4>>
<<set $act_2 to "upforanygame">>
<<if $girl3.event.event4.start is 0>>
<<set $playervar.var12 to 1500>>
<<set $girl3.event.event4.start to 1>>
<</if>>
<</button>><br>
<<if $girl3.var.var7 is 0 or $girl3.event.event4.sexpossible isnot 2>><<button "<<dialog $player \"What about we... fuck instead?\">>" $act4>><<set $act_2 to "wefuckinstead">><</button>><br>
<<else>><<button "<<dialog $player \"Let's <i>hang out</i> naked instead.\">>" $act4>><<set $act_2 to "wefuckinstead">><</button>><br>
<</if>>
<<button "<<dialog $player \"You know what? Let's just watch a TV\">>" "MCHOUSE_events_eva">><<set $act2 to "one_pointfive", $act3 to "movie">><<addlove $girl3 1>><</button>><br>
<<elseif $act_2 is "wefuckinstead">>
<<if $girl3.event.event4.sexpossible isnot 2>>
<<set $girl3.var.var1 to -1, $girl3.love to -100, $girl3.base_lust to -100, $girl3.lust = -100>>
<<dialog $girl3 "(<i>gasp</i>) What do you think I am, an easy girl for you to sleep with? I shouldn't have come here, this was a mistake.">><br>
<<dialog $player "Chill, $girl3.name1. Like I said, we're just playin. Plu-">><br>
<<dialog $girl3 "No, suggesting sex is not playing. I'm out of here and I don't want to hangout with you anymore.">><br>
<<dialog $player "Wait wait wait, I'm really just tryi-">><br>
$girl3.name1 stood up and quickly left your house before you could convince her otherwise. Broooooo, what a throw brooooo.<br><br>
<span id="back"><<button "Aw shucks" "MCHOUSE">><<set $act to "hallway", $act2 to "", $act3 to "", $act4 to "" , $act_1 to "", $act_2 to "">><</button>></span>
<<else>>
<<if $girl3.var.var7 is 1>>
<<set _random to random(0,1)>>
<<if _random is 1>>
<<dialog $girl3 "I'm already wet. How about we waste no time and go for it?">><br>
<<dialog $player "I like that.">><br>
<<else>>
<<dialog $girl3 "I'm starting to think that you're only calling me here to do... this.">><br>
<<dialog $player "Is that a... no?">><br>
<<dialog $girl3 "I didn't say that.">><br>
<</if>>
<<button "Fuck" $act4>>
<<if _tempday is 1 or _tempday is 3 or _tempday is 5>>
<<set $act2 to "sex_repeatable", $act_2 to "cunnilingus_1">>
<<cacheaudio "sexytime" "images/GPG1O/sound/sexytime2.m4a">>
<<audio "sexytime" play volume 0.5 loop>>/%play audio%/
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<<set $tempvar to {"var1":0, "var2":0, "var3":0, "var4":0, "var5":0, "var6":0 }>>
<<else>>
<<set $act2 to "sex_repeatable_2", $act_2 to "insertion1">>
<<cacheaudio "sexytime" "images/GPG1O/sound/sexytime2.m4a">>
<<audio "sexytime" play volume 0.5 loop>>/%play audio%/
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<<set $tempvar to {"var1":0, "var2":0 }>>
<</if>>
<</button>>
<<button "Don't fuck" "MCHOUSE_events_eva">><<set $act2 to "one">><</button>>
<<else>>/*else for if girl3.var.var7 is 1*/
<<set $girl3.var.var7 to 1>>
<<dialog $girl3 "$player.name1, don't call it sex. ">><br>
<<dialog $player "Well, what should we call it then?">><br>
<<dialog $girl3 "I don't know, but it can't be sex. Why don't we play chess instead?">><br>
<<dialog $player "What if we hang out, but naked? Whatever happens after is just... hanging out.">><br>
<<dialog $girl3 "(<i>laughs</i>) Alright, that sounds like an idea.">><br>
<<button "Hangout, but nakedly" $act4>><<set $act_2 to "hangout_naked_first">><</button>>
<</if>>/*closing for if girl3.var.var7 is 1*/
<</if>>
<<elseif $act_2 is "hangout_naked_first">>
<img src="images/GPG1O/char/eva/chess/hangout_naked.webp"><br><br>
The two of you sat there, casually hanging out, both naked. It didn't take long before you began to get a full erection, captivated by Eva's alluringly slim yet curvy figure.<br><br>
<<dialog $player "Maybe you can do me a favor (<i>flexing your penis</i>). I need a little... release.">><br>
<<dialog $girl3 "Why would I do a favor for you?">><br>
<<dialog $player "Because... Please, please, please, please, pleaseeee... please?">><br>
<<dialog $girl3 "(<i>chuckle</i>) Fine. Let's get to it.">><br>
<<button "Get some release" $act4>><<set $act2 to "sex_repeatable", $act_2 to "cunnilingus_1">>
<<cacheaudio "sexytime" "images/GPG1O/sound/sexytime2.m4a">>
<<audio "sexytime" play volume 0.5 loop>>/%play audio%/
<<sex_limit "start">>
<<update_sdet $girl1 "start" "none">>
<<set $tempvar to {"var1":0, "var2":0, "var3":0, "var4":0, "var5":0, "var6":0 }>>
<</button>>
<<elseif $act_2 is "upforanygame">>
<<dialog $girl3 "I want to play chess.">><br>
<<if $girl3.event.event4.playerwin gt $girl3.event.event4.evawin>>
<<dialog $player "I'm not very good at that, but I'm down.">><br>
<<dialog $girl3 "You liar.">><br>
<<else>>
<<dialog $player "I'm not very good at that, but I'm down.">><br>
<<dialog $girl3 "Don't worry, I'll go easy on you, but don't cry if you can't win.">><br>
<</if>>
<<button "Play chess" $act4>><<set $act2 to "chess", $act_2 to "one", $playervar.var12 to 1960>><</button>>
<<button "Play chess (lose on purpose)" $act4>><<set $act2 to "chess", $act_2 to "one">><<set $playervar.var12 to 0>><</button>>
<<checkpatrons>><<if _patrons>><span class="cheat_button"> <<button "Play chess (cheat-win)" $act4>><<set $act2 to "chess", $act_2 to "one">><<set $playervar.var12 to 3500>><</button>></span><</if>><br><br>
<</if>>
<<elseif $act_1 is "chess">>
<<set _winnername to "">>
<<set _winningmoves to [
"With a swift knight maneuver to f6, _winnername checks the king. The board is scanned, but it's clear: there's no escape. _winnername has won.",
"_winnername moves the queen to h7, and with that, it's checkmate. No matter where one looks, there's no way out. _winnername has won.",
"After a series of precise moves, _winnername slides the rook to g8, securing checkmate. The game is over. _winnername has won.",
"In a brilliant display of tactical prowess, _winnername positions the knight on e5, leading to a checkmate that can't be countered. _winnername has won.",
"With a confident smile, _winnername places the queen on d8. Checkmate. There are no more moves. _winnername has won.",
"Just when it seemed there was a chance, _winnername moves the pawn to f7, and it's checkmate. There's no way out. _winnername has won.",
"_winnername calmly moves the rook to h1. It's checkmate, and there's no escape for the king. The game is over. _winnername has won.",
"With a final, decisive move, _winnername advances the bishop to g6. Checkmate. The king is cornered. _winnername has won.",
"_winnername places the knight on f3, and with that move, it's checkmate. There's no escaping this. _winnername has won."
]>>
<<if $act_2 is "one">>
<<set _evachances to random(0,100), _evachesslevel to 2000>>
<<set _playerchances to random(0,100)>>
<<if $girl3.event.event4.bet_status is 0>>/*whether the bet has been made or not. This is if the bet hasnt been made.*/
<<if ($playervar.var12 + _playerchances) gt (_evachances + _evachesslevel)>>
<<set $act3 to "playerwon">>
<<set $girl3.event.event4.playerwin +=1>>
<<set _winnername to "$player.name1 (You)">>
<<print _winningmoves.random()>>
<h3>Winner: $player.name1</h3>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/eva_loses.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "<<dialog $player \"Nice try _evaname, looks like I'm the winner today. (<i>with a nice smile</i>)\">>" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<button "<<dialog $player \"Better luck next time, if you dare to challenge me again! (<i>laugh annoyingly</i>)\">>" $act4>><<set $act2 to "conclude_game">><</button>><br>
<<elseif ($playervar.var12 + _playerchances) lt (_evachances + _evachesslevel)>>
<<set $act3 to "evawon">>
<<set $girl3.event.event4.evawin +=1>>
<<set _winnername to $girl3.name1>>
<<print _winningmoves.random()>>
<h3>Winner: $girl3.name1</h3>
<img src="images/GPG1O/char/eva/chess/eva_wins.webp"><br><br>
<<if $girl3.event.event4.evawin lt 5>>
<<set _mock to ["Easy!","Were you trying, $player.name1?","Are you winning, $player.name1? Ha ha ha, or course not.", "Awh, better luck next time $player.name1.","$player.name1, you play like a beginner. "]>>
<<dialog $girl3 "<<= _mock.random()>>">><br>
<span id="back"><<button "Continue" $act4>><<set $act to "EVA", $act2 to "finish_hangout", $act_1 to "", $act_2 to "">><</button>></span>
<<button "Make a bet" $act4>><<set $act_2 to "makeabet">><</button>>
<<elseif $girl3.event.event4.evawin gte 5>>
<<dialog $girl3 "Hmm, maybe we should start playing other games? I'll let you pick too. I feel bad seeing you lose so many times.">><br>
Maybe you should take a chess class or tuition or something.<br><br>
<span id="back"><<button "Continue" $act4>><<set $act to "EVA", $act2 to "finish_hangout", $act_1 to "", $act_2 to "">><</button>></span>
<<button "She can't keep getting away with this" $act4>><<set $act_2 to "makeabet">><</button>>
<</if>>
<<else>>
It's a tie!!!!!<br><br>.
<<dialog $girl3 "Wow, that's impressive $player.name1.">><br>
<<dialog $player "You're not so bad yourself.">><br>
<span id="back"><<button "Continue" $act4>><<set $act to "EVA", $act2 to "finish_hangout", $act_1 to "", $act_2 to "">><</button>></span>
<</if>>
<<else>>/*Bet has been made*/
<<if ($playervar.var12 + _playerchances) gt (_evachances + _evachesslevel)>>
<<set $act3 to "playerwon", _buttonname to "Get your reward">>
<<set $girl3.event.event4.playerwin +=1>>
<<set _winnername to "$player.name1 (You)">>
<<print _winningmoves.random()>>
<h3>Winner: $player.name1</h3>
<video autoplay loop muted><source src="images/GPG1O/char/eva/chess/eva_loses.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<set _evalosewhine to [
"No fair! You must have cheated somehow. There's no way I could lose this bad!",
"Ugh, how did you manage to beat me? I was sure I had this one in the bag.",
"Urgh, you anal-bead cheater.",
"This is so unfair! You always win.",
"I can't believe I lost again!",
"How are you suddenly so good at this?"
]>>
<<dialog $player "I won!">><br>
<<dialog $girl3 "<<= _evalosewhine.random()>>">><br>
<<if $girl3.event.event4.player_win1 is 0>><<button "_buttonname (1)" $act4>><<set $act2 to "playerwin1", $act_2 to "one">><</button>>
<<elseif $girl3.event.event4.player_win2 is 0 and $girl3.event.event4.player_win1 is 1>><<button "_buttonname (2)" $act4>><<set $act2 to "playerwin2", $act_2 to "one">><</button>>
<<elseif $girl3.event.event4.player_win3 is 0 and $girl3.event.event4.player_win2 is 1>><<button "_buttonname (3)" $act4>><<set $act2 to "playerwin3", $act_2 to "one">><</button>>
<<elseif $girl3.event.event4.player_win4 is 0 and $girl3.event.event4.player_win3 is 1>><<button "_buttonname (4)" $act4>><<set $act2 to "playerwin4", $act_2 to "one">><</button>>
<<elseif $girl3.event.event4.player_win5 is 0 and $girl3.event.event4.player_win4 is 1>><<button "_buttonname (5)" $act4>><<set $act2 to "playerwin5", $act_2 to "one">><</button>>
<<elseif $girl3.event.event4.player_win5 isnot 0 and $girl3.event.event4.sexpossible is 1>>
<<button "Player win 5+ (FINAL)" $act4>><<set $act2 to "playerwin6_final", $act_2 to "one">><</button>>
<<else>>
<<button "_buttonname (5)" $act4>><<set $act2 to "playerwin5", $act_2 to "one">><</button>>
<</if>>
/%if corruption is really high [5. ask eva to fuck at her house]<br><br> %/
<br><br>
<<elseif ($playervar.var12 + _playerchances) lt (_evachances + _evachesslevel)>>
<<set $act3 to "evawon", _buttonname to "Eva asks for...">>
<<set $girl3.event.event4.evawin +=1>>
<<set _winnername to $girl3.name1>>
<<print _winningmoves.random()>>
<h3>Winner: $girl3.name1 </h3>
<img src="images/GPG1O/char/eva/chess/eva_wins.webp"><br><br>
<<set _playerlosewhine to [
"Wow, I didn't see that coming at all.",
"I was so close to beating you.",
"You keep winning like this, I might have to check your butt next time.",
"I'm going to bring a metal detector next time.",
"That was a blunder from me."
]>>
<<dialog $girl3 "I won! Aha ha ha ha (<i>villainous laugh</i>)">><br>
<<dialog $player "<<= _playerlosewhine.random()>>">><br>
<<if $girl3.lust gte 5>>
<<if $girl3.event.event4.player_win3 is 1>>
<<if $girl3.event.event4.eva_win1 is 0>><<button "_buttonname (1)" $act4>><<set $act2 to "evawin1", $act_2 to "one">><<playsexytime>><</button>>
<<elseif $girl3.event.event4.eva_win1 is 1 and $girl3.event.event4.eva_win2 is 0>><<button "_buttonname (2)" $act4>><<set $act2 to "evawin2", $act_2 to "one">><<playsexytime>><</button>>
<<elseif $girl3.event.event4.player_win4 is 1 and $girl3.event.event4.eva_win2 is 1 and $girl3.event.event4.eva_win3 is 0>><<button "_buttonname (3)" $act4>><<set $act2 to "evawin3", $act_2 to "one">><<playsexytime>><</button>>
<<elseif $girl3.event.event4.eva_win3 is 1 and $girl3.event.event4.eva_win4 is 0>><<button "_buttonname (4)" $act4>><<set $act2 to "evawin4", $act_2 to "one">><<playsexytime>><</button>>
<<elseif $girl3.event.event4.sexpossible is 2 and $girl3.event.event4.eva_win4 is 1>>
<<button "_buttonname (5)" $act4>><<set $act2 to "evawin5_repeatable", $act_2 to "one">><<playsexytime>><</button>>
<<else>>
<<button "_buttonname (4)" $act4>><<set $act2 to "evawin4", $act_2 to "one">><<playsexytime>><</button>>
<</if>>
<<else>>
<<button "_buttonname (0)" $act4>><<set $act2 to "eva_win_not_horny">><</button>><br>
<</if>>/*closer for has_seen_dick*/
<<else>>
<<button "_buttonname (0)" $act4>><<set $act2 to "eva_win_not_horny">><</button>><br>
<</if>>
<<else>>
It's a tie!!!!!<br><br>.
<<dialog $girl3 "Wow, that's impressive $player.name1.">><br>
<<dialog $player "You're not so bad yourself.">><br>
<span id="back"><<button "Continue" $act4>><<set $act to "EVA", $act2 to "finish_hangout", $act_1 to "", $act_2 to "">><</button>></span>
<</if>>
<</if>>
<<elseif $act_2 is "makeabet">>
<<if ($girl3.event.event4.evawin - $girl3.event.event4.playerwin) gte 5>><<set _evawinning to true>><</if>>
<<if $girl3.event.event4.evawin gte 5 and _evawinning>>
<<if $girl3.event.event4.start is 0>>
<<set $playervar.var12 to 1960>>
<<set $girl3.event.event4.start to 1>>
<</if>>
<<set $girl3.event.event4.bet_status to 1, $girl3.event.event4.playerwin to 0, $girl3.event.event4.evawin to 0>>
<<dialog $player "Let's spice things up then. You're clearly more skilled at this, so how about a small bet?">><br>
<<dialog $girl3 "Oh? What do you have in mind?">><br>
<<dialog $player "If I win, I get to see your knockers, and by that I mean your breast.">><br>
<<dialog $girl3 "And what do I get if I win?">><br>
<<dialog $player "You can make me do whatever you want, provided it does not result in bodily injury to myself, any other person, or any creature.">><br>
<<dialog $girl3 "Hmm, that sounds tempting, but I need more if I'm going to play this with you. I have more to lose, after all.">><br>
<<dialog $player "I'll give you money too if you win, on top of what I mentioned earlier. Plus, I know a guy or two at Uni who can help make sure your grades are always top-notch.">><br>
<<dialog $girl3 "Okay then, that makes it much more interesting.">><br>
The two of you shook hands, solidifying the bet.<br><br>
<span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway", $act2 to "", $act3 to "", $act4 to "" , $act_1 to "", $act_2 to "">><</button>></span>
<<else>>
<<dialog $player "Let's spice things up then. You're clearly more skilled at this, so how about a small bet?">><br>
<<dialog $girl3 "Oh? What do you have in mind?">><br>
<<dialog $player "If I win, I get to see your knockers, and by that I mean your breast.">><br>
<<dialog $girl3 "Hah! You wish. I don't want to.">><br>
<span id="back"><<button "Back" "MCHOUSE">><<set $act to "hallway", $act2 to "", $act3 to "", $act4 to "" , $act_1 to "", $act_2 to "">><</button>></span>
<</if>>
<</if>>
<<else>>
<span id="back"><<button "Back" $act4>><<set $act to "EVA", $act2 to "one">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if $act2 is "one">>
<<set _tempname to "Nurse">>
<<dialog $player "I would like to get my sperm checked out.">><br>
<<dialog $random_woman "Absolutely! I can help you get that sorted out. Let me just pull up the informations necessary." _tempname>><br>
She asked you for your information and then handed you a <b>semen collection container</b>.<br><br>
<<dialog $random_woman "Here's a special container. Once you've finished, you can come back here and give this back to me. " _tempname>><br>
<span id="back"><<button "Back" "HOSPITAL">><<set $act to "reception", $act2 to "">><</button>></span>
<<elseif $act2 is "two">>
Cumming in bottle here.<br><br>
<<button "Get result" "HOSPITAL">><<set $act2 to "result">><</button>>
<<elseif $act2 is "wait_before_result">>
<<cacheaudio "clock_ticking" "images/GPG1O/sound/clock_ticking.opus">>
<<audio "clock_ticking" play volume 1>>/%play audio%/
<<set $gvar.var7 to 0>>
<<addhours 1>>
<<cont append>>The nurse took the container from you and brought it to the lab. You waited for some time...
<<cont append>>and continued waiting...
<<cont append>>and waiting,
<<cont append>>and waiting,
<<cont append>>before a nurse came up to you, handing you a piece of paper.<br><br>
<<cont append>>
<<button "Read the result" "HOSPITAL">><<set $act2 to "result">><</button>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<<elseif $act2 is "result">>
<<set _adjusted_stress to 100 - $player.stress>>
<<set _player_fertility1 to ( (0.45* $player.fitness) + (0.45*_adjusted_stress))>>
<<set _player_fertility to 10 + _player_fertility1>>
<<if Number.isInteger($playervar.var11)>>/*bonus fertility*/
<<set $playervar.var11 to Math.clamp ($playervar.var11, 0, 100)>>
<<set _player_fertility to _player_fertility + $playervar.var11>>
<</if>>
<<set $playervar.var10 to _player_fertility>>
It contains all the details about your sperm: volume, pH, concentration, motility, and all those delightful medical terms. At the bottom, there's a casually scribbled note summing up the key points of your test results.<br><br>
<<if _player_fertility lte 20>>
<span style="color:#ff0000;">"Your sperm count is pretty low, like a tumbleweed blowing through a desert. The motility is sluggish too, with these guys moving slower than a Monday morning.
You might want to consider some lifestyle changes if you're planning to add to the family tree."</span><br><br>
You feel sad after seeing the result. (+ 2 stress) <<set $player.stress to Math.clamp ($player.stress +=2,0,100)>>
<<elseif _player_fertility gt 20 and _player_fertility lte 40>>
<span style="color:#ffa700;">"Your sperm count is below average, kind of like a lukewarm coffee – not great, but not the worst. These little swimmers are taking their sweet time, like they're on a lazy river ride.
A bit more pep in their step would do wonders"</span><br><br>
You feel a little bit sad after seeing the result. (+ 1 stress) <<set $player.stress to Math.clamp ($player.stress +=1,0,100)>>
<<elseif _player_fertility gt 40 and _player_fertility lte 60>>
<span style="color:#fff400;">"You're sitting at an average sperm count, right in the middle of the pack. The motility is decent, like a C+ student just getting by. It's not bad, but there's definitely room for improvement.
Maybe cut back on the late-night pizzas?"</span><br><br>
You feel a bit relieved after seeing the result.
<<elseif _player_fertility gt 60 and _player_fertility lte 80>>
<span style="color:#a3ff00;">"Your sperm count is above average – you’ve got a decent crew in there. These guys are swimming along pretty well, like they're competing in a local swim meet.
Keep up the healthy habits, and you'll stay in the good lane."</span><br><br>
You feel more than relieved after seeing the result. (-1 stress) <<set $player.stress to Math.clamp ($player.stress -=1,0,100)>>
<<elseif _player_fertility gt 80 and _player_fertility lte 100>>
<span style="color:#ff0000;">"Wow, your sperm count is high, almost like a packed stadium on game day. The motility is impressive too – these swimmers are moving like they’ve got somewhere important to be.
Keep doing what you're doing, champ."</span><br><br>
You feel all gay seeing the result. (-2 stress) <<set $player.stress to Math.clamp ($player.stress -=2,0,100)>>
<<elseif _player_fertility gt 100>>
<span style="color:#ff0000;">"Okay, this is just ridiculous. Your sperm count is off the charts, like a clown car packed with more clowns than should be possible.
These guys are practically doing laps around the competition, with motility that makes them look like Olympic athletes. Whatever you're eating or drinking, bottle it and sell it, because this is abnormal – in a good way, of course."</span><br><br>
You are proud of your balls after seeing the result. (-3 stress) <<set $player.stress to Math.clamp ($player.stress -=3,0,100)>>
<</if>><br><br>
<span id="back"><<button "Back" "HOSPITAL">><<set $act to "", $act2 to "", $act3 to "", $hospvar.var2 to 0, $gvar.var7 to 1>><<set_nextevent "girl4" "five" 1>><</button>></span>
<<elseif $act2 is "ask">>
<<if $act3 is "">>
<<dialog $random_woman "Is there any issue?">><br>
<<elseif $act3 is "specialroom">>
<<if $hospvar.var1 is 0>>
<<dialog $random_woman "Yes, we do have a private room specifically for that purpose. It's designed to be comfortable and discreet. You can take your time there." _tempname>><br>
She shows you the direction to the room.<br><br>
<<else>>
<<dialog $random_woman "Absolutely. Just head down this hall, and you'll see a room with a 'Collection Room' sign on it. It's got a bit of a funky smell, but I assure you, it's very clean." _tempname>><br>
She shows you the direction to the room, again.<br><br>
<</if>>
<<set $hospvar.var1 to 1>>
<<elseif $act3 is "lastdate">>
<<dialog $random_woman "Generally, we ask that you deliver the sample within an hour of collection for the most accurate results. However, if you need more time or need to come back on a different day, that's okay too." _tempname>><br>
<<elseif $act3 is "contamination">>
<<dialog $random_woman "I understand exactly what you mean. For the most accurate results, it's important that the sample is collected without any additional fluids or substances that could potentially contaminate it." _tempname>><br>
<</if>>
<<if $act3 isnot "specialroom">>
<<if $hospvar.var1 is 0>>
<<button '<<dialog $player \"Is there any special room? For uhh... <sub>masturbating</sub>?\">>' "HOSPITAL">><<set $act3 to "specialroom">><</button>><br>
<<else>>
<<button '<<dialog $player \"Can you remind me where the masturbation room is again?\">>' "HOSPITAL">><<set $act3 to "specialroom">><</button>><br>
<</if>>
<</if>>
<<if $act3 isnot "lastdate">> <<button '<<dialog $player \"When is the last date I can deliver this sample?\">>' "HOSPITAL">><<set $act3 to "lastdate">><</button>><br><</if>>
<<if $act3 isnot "contamination">> <<button '<<dialog $player \"If I were to get help extracting my sperm, would it contaminate the sample? If you know what i mean...\">>' "HOSPITAL">><<set $act3 to "contamination">><</button>><br><</if>>
<<button '<<dialog $player \"No more questions. I\'ll get back to you soon, with the sample.\">>' "HOSPITAL">><<set $act to "reception", $act2 to "", $act3 to "">><</button>><br>
<<else>>
<</if>>
<</nobr>><<nobr>>
<style>body {background-image: url("images/GPG1O/loca/downtown/hospital/office_interior_liya_2_blur.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<if $gameDate.getHours() isnot 12>>
<<set $act to "getout">>
<</if>>
<<if $act is "interract">>
<img src="images/GPG1O/char/liya/liya_office_1.webp"><br><br>
<<button "Talk" "hospital_liya">><<set $act to "talk", $act2 to "basictalk">><</button>>
<<button "Gift" "hospital_liya">><<set $act to "gift">><</button>> [END OF CURRENT CONTENT / THERE"S NOTHING MORE HERE]
<br><span id="back"><<button "Back" "HOSPITAL">><<set $act to "office_liya", $act2 to "">><</button>></span>
<<elseif $act is "getout">>
Time quickly went by and it's time for $girl4.name1 to resume her work. <br>
<br><span id="back"><<button "Back" "HOSPITAL">><<set $act to "office_liya", $act2 to "">><</button>></span>
<<elseif $act is "gift">>
<<gift $girl4 1 "gift2" "hospital_liya">><br>
<br><span id="back"><<button "Back" "hospital_liya">><<set $act to "interract", $act2 to "">><</button>></span><br>
<<elseif $act is "gift2">>
<<gift_response $girl4>><br><br>
<br><span id="back"><<button "Back" "hospital_liya">><<set $act to "interract", $act2 to "">><</button>></span><br>
<<elseif $act is "talk">>
<<set _conversationcontinue to "The two of you chat a bit more before $girl4.name1 has to get back to working.">>
<<if $act2 is "">>
Nothing here yet.<br>
<br><span id="back"><<button "Back" "hospital_liya">><<set $act to "interract", $act2 to "">><</button>></span><br>
<<else>>
<<addhours 1>>
<<add_love $girl4>>
<<set _temp to random(0,2)>>
<<if _temp is 1>>
<<dialog $player "Heya, I'm just dropping by to see my favorite doctor.">><br>
<<dialog $girl4 "Come on in.">><br>
<<print _conversationcontinue>><br>
<<elseif _temp is 2>>
<<dialog $player "Hey, I figured you'd be here. Want to have lunch with me?">><br>
<<dialog $girl4 "Sure, why not.">><br>
The two of you shared lunch together.<br>
<<else>>
<<dialog $player "Hey">><br>
<<dialog $girl4 "Hello $player.name1.">><br>
<<talk_general $player>><br>
<<talk_response_general $girl4>><br>
<<print _conversationcontinue>><br>
<</if>>
<br><span id="back"><<button "Back" "hospital_liya">><<set $act to "interract", $act2 to "">><</button>></span><br>
<</if>>
<<else>>
Sowwy #asdf0834kd0.<br><br>
<<link '<img src="images/GPG1O/others/gpg10.webp">' "MCHOUSE">><<set $act to "mcbedroom", $act2 to "">><</link>>
<</if>>
<</nobr>><<nobr>>
<<addmins -5>>
<<if $act2 is "one">>
<<dialog $player "I would like to get a medical check up.">><br>
<<if $hospvar.var4 is 1>>
<<dialog $random_woman "Of course, we can get you all set up for a medical checkup. Just a few details, and we'll have you on your way to seeing one of our great doctors." _tempname>><br>
With a friendly smile, she clicks the mouse, presumably setting up the necessary form.<br><br>
<<dialog $random_woman "Can I get your name and any specific concerns or reasons for the checkup today? And don’t worry, we’re here to make sure everything goes smoothly. Breathe in, breathe out. We’re here to help." _tempname>><br>
<<button '<<dialog $player \"Umm, no reason in particular. I just feel like getting one.\">>' "HOSPITAL">><<set $act2 to "two">><</button>><br>
<<button '<<dialog $player \"I\'m here on a whim, like the zoos and the zah.\">>' "HOSPITAL">><<set $act2 to "two">><</button>><br>
<<elseif $hospvar.var4 gt 1 and $hospvar.var4 lt 5>>
<<dialog $random_woman "Welcome back! We'd be happy to assist you with a medical checkup.">><br>
<<dialog $player "(Smiles)">><br>
With a friendly yet slightly awkward smile, she clicks the mouse, likely setting up the necessary form.<br><br>
<<dialog $random_woman "Can I get your name and any specific concerns or reasons for the checkup today?" _tempname>><br>
<<button '<<dialog $player \"Umm, no reason in particular. I just feel like getting one.\">>' "HOSPITAL">><<set $act2 to "two">><</button>><br>
<<if $hospvar.var4 is 1>><<button '<<dialog $player \"I\'m here on a whim, like the zoos and the zah.\">>' "HOSPITAL">><<set $act2 to "two">><</button>><br><</if>>
<<elseif $hospvar.var4 gte 5>>
<<dialog $random_woman "Ahh, Mr. $player.name1! Welcome back! Is there anything specific you want to focus on during this checkup, or is it just a general health screening?">><br>
<<dialog $player "I'll just get the regular.">><br>
With a friendly and understanding smile, she clicks the mouse, setting up the necessary form. She likely already knows why you’re getting your checkups so regularly.<br><br>
<<dialog $random_woman "Let me get these forms ready. No need for the details, you're practically a regular here." _tempname>><br>
<<button '<<dialog $player \"Thank you _tempname.\">>' "HOSPITAL">><<set $act2 to "two">><</button>><br>
<</if>>
<<elseif $act2 is "two">>
<<if $hospvar.var4 is 1>>
<<dialog $random_woman "That's perfectly fine! It's always a good idea to stay on top of your health. Regular checkups are a great way to make sure everything's in tip-top shape." _tempname>><br>
She finishes typing and gives you a reassuring smile.<br><br>
<<dialog $random_woman "Alright, I’ve got you all checked in. Please have a seat in the waiting area, and a nurse will call you shortly. Remember, every day is a new chance to shine! If you need anything while you wait, just let me know." _tempname>><br>
She hands you a small card with your appointment details and a friendly nod.<br><br>
<<dialog $random_woman "And if you're feeling a bit nervous, that's totally okay. We've got this, and we're here to take good care of you." _tempname>><br>
<<button "Wait" "HOSPITAL">><<set $act2 to "wait1">><</button>>
<<elseif $hospvar.var4 gt 1 and $hospvar.var4 lt 5>>
<<dialog $random_woman "It's good that you're getting your checkup so regularly." _tempname>><br>
She finishes typing and gives you a reassuring smile.<br><br>
<<dialog $random_woman "Alright, I’ve got you all checked in. Please have a seat in the waiting area, and a nurse will call you shortly. Remember, every day is a new chance to shine! If you need anything while you wait, just let me know." _tempname>><br>
She hands you a small card with your appointment details and a friendly nod.<br><br>
<<button "Wait" "HOSPITAL">><<set $act2 to "wait1">><</button>>
<<elseif $hospvar.var4 gte 5>>
<<cacheaudio "clock_ticking" "images/GPG1O/sound/clock_ticking.opus">>
<<audio "clock_ticking" play>>/%play audio%/
<<addmins 25>>
<<cont append>>You waited for your turn to be called in.
<<cont append>>Waiting...
<<cont append>>Waiting...
<<cont append>>Waiting...
<<cont append>>Waiting...
<<cont append>>
<br><br>
<<if $girl4.event.event1.completed is 0>>
<<button "You get called in" "HOSPITAL">><<set $act2 to "three">><</button>>
<<else>>
<<button "You get called in" "HOSPITAL">><<set $act2 to "regular_checkup_normal">><</button>>
<</if>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</if>>
<<elseif $act2 is "wait1">>
<<cacheaudio "clock_ticking" "images/GPG1O/sound/clock_ticking.opus">>
<<audio "clock_ticking" play>>/%play audio%/
<<addmins 25>>
<<cont append>>You waited for your turn to be called in.
<<cont append>>Waiting...
<<cont append>>Waiting...
<<cont append>>Waiting...
<<cont append>>Waiting...
<<cont append>>
<br><br>
<<if $girl4.event.event1.completed is 0>>
<<button "You get called in" "HOSPITAL">><<set $act2 to "three">><</button>>
<<else>>
<<button "You get called in" "HOSPITAL">><<set $act2 to "regular_checkup_normal">><</button>>
<</if>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<</cont>>
<<elseif $act2 is "regular_checkup_normal">>
You go through the normal process, except the doctor in charge is not $girl4.name1 anymore. The doctor greets you and asks you to sit on the exam table. They check your temperature, blood pressure, and listen to your heartbeat with a stethoscope. <br><br>
Next, they examine your throat, eyes, and ears to make sure everything looks good. Finally, the doctor gives you a thumbs-up and says you’re all set!<br><br>
<<button "Done!" "HOSPITAL">><<set $act2 to "before_nine">><</button>>
<<elseif $act2 is "three">>
<<set $gvar.var7 to 0>>
<<if $hospvar.var4 is 1>>
After a few minutes of waiting, your name was called in. You walk into the room.<br><br>
<<dialog $girl4 "Take a seat.">><br>
You sat there while the doctor checks her notes.<br><br>
<<dialog $player "...">><br>
<<dialog $girl4 "Let's get started, then. Any new symptoms or concerns you want to discuss today?">><br>
<<dialog $player "No new symptoms, just the usual stuff.">><br>
<<dialog $girl4 "I'll run through the standard checks. Blood pressure first.">><br>
<<else>>
After a few minutes of waiting, your name was called in. You walk into the room.<br><br>
<<if $girl4.love gte 10>>
<<dialog $girl4 "Take a seat, $player.name1.">><br>
<<else>>
<<dialog $girl4 "Take a seat, Mr. $player.name1.">><br>
<</if>>
You sat there while $girl4.name1 checks her notes.<br><br>
<<print either("<<dialog $player \"This chair is surprisingly comfortable.\">><br><<dialog $girl4 \"I... can\'t imagine why you would find that surprising.\">><br>",
"<<dialog $player \"The receptionist was really friendly.\">><br><<dialog $girl4 \"I\'m guessing that\'s because she is new here. Let\'s see if she has the same spirit in a few years.\">><br>",
"<<dialog $player \"Your office is really clean. Do you clean them yourselves?\">><br><<dialog $girl4 \"Usually yes, but sometimes I\'ll have the janitors do it for me.\">><br>",
"<<dialog $player \"The weather\'s pretty nice today.\">><br><<dialog $girl4 \"You think so? I prefer cloudier days.\">><br>"
)>>
After some small talk, $girl4.name1 begins the checkup.<br><br>
<<dialog $girl4 "As usual, I'll start by checking your blood pressure first.">><br>
<</if>>
<<button "Blood pressure check" "HOSPITAL">><<set $act2 to "four">><</button>>
<<if $girl4.var.var1 is 0>><<set $hospvar.var4 to 1>><</if>>
<<elseif $act2 is "four">>
<<if $hospvar.var4 is 1>>
<<if $girl4.var.var1 is 1>>
<<set _name to $girl4.name1>>
<<else>>
<<set _name to "The doctor">>
<</if>>
_name adjusts the blood pressure cuff on your arm. The room is quiet, except for the sound of the medical equipment doing its thing. You figured it's a good time to strike a conversation.<br><br>
<<if $girl4.var.var1 is 1>>
<<button '<<dialog $player \"I\'m not sure my blood pressure reading will be accurate doctor...\">>' "HOSPITAL">><<set $act2 to "five", $act3 to 1>><<addbaselust $girl4 0.5>><</button>>
<<button '<<dialog $player \"How do you like being a doctor? I heard it\'s very busy with the crazy work hours.\">>' "HOSPITAL">><<set $act2 to "five", $act3 to 2>><<add_love $girl4>><</button>>
<<else>><<button '<<dialog $player \"Sorry, what did you say your name was, doctor...\">>' "HOSPITAL">><<set $act2 to "five", $act3 to 3, $girl4.var.var1 to 1, $hospvar.var4 -=1>><</button>>
<</if>>
<<else>>
<<if $hospvar.var4 is 2>>
<<dialog $player "So, how long have you been a doctor?">><br>
<<dialog $girl4 "I've been practicing medicine for about seven years now. I went straight through medical school and residency, so it's been a while.">><br>
<<button '<<dialog $player \"Was it your dream to become a doctor?\">>' "HOSPITAL">><<set $act2 to "four_alternate", $act3 to "wasityourdream">><<addlove $girl4 3>><</button>><br>
<<button '<<dialog $player \"The job must pay pretty well, right?\">>' "HOSPITAL">><<set $act2 to "four_alternate", $act3 to "jobpayswell">><<add_love $girl4>><</button>><br>
<<elseif $hospvar.var4 is 3>>
<<dialog $player "I remembered you saying that you worked out regularly. Do you go to the gym or workout at home?">><br>
<<dialog $girl4 "I rarely do my workouts at home. Usually I go to a gym, <b>The 24/7 Gym</b>. It's close by, and they have all the equipment I like. They've got many different types of classes, too.">><br>
<<button '<<dialog $player \"What a coincidence! That\'s the gym I go to as well! Maybe we can workout together sometimes.\">>' "HOSPITAL">><<set $act2 to "four_alternate", $act3 to "gymconcidence">><<addlove $girl4 3>><</button>><br>
<<button '<<dialog $player \"It\'s more fun to workout around other people, right? You get that extra boost of energy when people are looking.\">>' "HOSPITAL">><<set $act2 to "four_alternate", $act3 to "workoutaroundpeople">><<add_love $girl4>><</button>><br>
<<elseif $hospvar.var4 is 4>>
<<dialog $player "What do you like to do for fun?">><br>
<<dialog $girl4 "Fun? What could that be? Can you remind me what that is again?">><br>
<<button '<<dialog $player \"Oh surely you have things you enjoy doing? How about gaming? or cooking? or maybe even fashion.\">>' "HOSPITAL">><<set $act2 to "four_alternate", $act3 to "surely">><<add_love $girl4>><</button>><br>
<<button '<<dialog $player \"Fun, according to merriam-webster, is a state of enjoyment or amusement resulting from engaging activities that stimulate positive emotional responses.\">>' "HOSPITAL">><<set $act2 to "four_alternate", $act3 to "meriamwebster">>
<<addlove $girl4 2.5>>
<</button>><br>
<<elseif $hospvar.var4 is 5>>
<<dialog $player "Do you ever get bored of doing check-ups?">><br>
<<dialog $girl4 "Bored? Never. (<i>with a hint of sarcasm</i>)">><br>
<<button '<<dialog $player \"... (She sounds annoyed, don\'t say anything.)\">>' "HOSPITAL">><<set $act2 to "four_alternate", $act3 to "dotdotdot">><<addlove $girl4 1>><</button>><br>
<<button '<<dialog $player \"Sorry, dumb question. With me coming here all the time, of course not.\">>' "HOSPITAL">><<set $act2 to "four_alternate", $act3 to "dumbquestion">><<addlove $girl4 3>><</button>>
<<elseif $hospvar.var4 is 6>>
<<dialog $player "There's a mole that I'm quite worried about...">><br>
You point out the mole on your check. $girl4.name1 checks the mole carefully using a magnifying glass.<br><br>
<<dialog $girl4 "It doesn't look abnormal, but you should keep monitoring it for any changes. You'll be fine.">><br>
<<button '<<dialog $player \"Okay dokey doc, I trust you.">>' "HOSPITAL">><<set $act2 to "five_alternate", $act3 to "else">><</button>>
<<elseif $hospvar.var4 gt 6>>
<<set $act2 to "five_alternate", $act3 to "else">>
Regular checkup here.<br><br>
<<button "Small talks">><<goto "HOSPITAL">><<add_love $girl4>><</button>>
<</if>>
<</if>>
<<elseif $act2 is "four_alternate">>
<<if $act3 is "wasityourdream">>
<<dialog $girl4 "I grew up in a family of doctors, so I suppose it was a natural path for me.">><br>
<<dialog $player "It's a good thing you did. The world is a better place with you around, $girl4.name1.">><br>
<<dialog $girl4 "Thank you $player.name1. I think so too.">><br>
<<button "<<dialog $player \"You're welcome.\">>" "HOSPITAL">><<set $act2 to "five_alternate", $act3 to "else">><</button>><br>
<<elseif $act3 is "jobpayswell">>
<<dialog $girl4 "Yes, being a doctor does come with a decent salary, but it's not just about the money. I believe that I'm good at what I do, and I find satisfaction in doing things I'm good at.">><br>
<<button '<<dialog $player "That\'s not all, you\'re also good at being beautiful-incredible, I might even say.">>' "HOSPITAL">><<set $act2 to "five_alternate", $act3 to "thatsnotall">><</button>><br>
<<button '<<dialog $player "I think that\'s a good way to go about living life. Making money doing things you love.">>' "HOSPITAL">><<set $act2 to "five_alternate", $act3 to "ithink">><</button>><br>
<<elseif $act3 is "gymconcidence">>
<<dialog $girl4 "Is that so? The <b> 24/7 Gym </b> is a fantastic place. If we happen to see each other there, we could certainly do that.">><br>
<<button '<<dialog $player \"Great! That\'ll be awesome.\">>' "HOSPITAL">><<set $act2 to "five_alternate", $act3 to "else">><</button>><br>
<<elseif $act3 is "workoutaroundpeople">>
<<dialog $girl4 "Absolutely. Humans are social creatures after all.">><br>
<<button '<<dialog $player \"As such, would you like to workout together sometimes?\">>' "HOSPITAL">><<set $act2 to "five_alternate", $act3 to "assuch">><<addlove $girl4 1>><</button>><br>
<<button '<<dialog $player \"Speaking of social, I enjoy our conversations very much.\">>' "HOSPITAL">><<set $act2 to "five_alternate", $act3 to "enjoy">><<addlove $girl4 2.5>><</button>><br>
<<elseif $act3 is "surely">>
<<dialog $girl4 "Cooking, specifically brewing, and fashion could be fun, but gaming is not something I've done or have time to enjoy. Aside from that, I do enjoy myself a bit when solving puzzles.">><br>
<<button '<<dialog $player \"That\'s cool. It\'s a shame you don\'t play video games. I think you would\'ve enjoyed <b><i>InFirst</i></b>\">>' "HOSPITAL">><<set $act2 to "five_alternate", $act3 to "outlast">><<add_love $girl4>><</button>><br>
<<elseif $act3 is "meriamwebster">>
<<dialog $girl4 "Well, when you put it that way, I guess I do have fun solving puzzles and collecting old and vintage medical instruments.">><br>
<<button '<<dialog $player \"I\'m glad to see that you actually have hobbies. Now, tell me more about these vintage medical equipments.">>' "HOSPITAL">><<set $act2 to "five_alternate", $act3 to "vintagemed">><<add_love $girl4>><</button>><br>
<<elseif $act3 is "dotdotdot">>
<<dialog $girl4 "Sorry I didn't mean to be rude.">><br>
<<button '<<dialog $player \"No, not at all. I\'m the one who should apologize. It was a dumb question.">>' "HOSPITAL">><<set $act2 to "five_alternate", $act3 to "dumbquestionanyway">><<addlove $girl4 3>><</button>><br>
<<elseif $act3 is "dumbquestion">>
You could see $girl4.name1 not expecting your answer as her eyebrows rose and a small, genuine smile formed on her lips.<br><br>
<<dialog $girl4 "Oh, you think so? (smiles)">><br>
<<button '<<dialog $player \"Oh I know so.">>' "HOSPITAL">><<set $act2 to "five_alternate", $act3 to "else">><<add_love $girl4>><</button>><br>
<</if>>
<<elseif $act2 is "five_alternate">>
<<if $act3 is "thatsnotall">>
A small, rare smile tugs at $girl4.name1's lips.<br><br>
<<dialog $girl4 "You certainly know your way with words. But don't get too ahead of yourself, I'm still your doctor.">><br>
<<elseif $act3 is "ithink">>
<<dialog $girl4 "Wise words to live by.">><br>
<<elseif $act3 is "assuch">>
<<dialog $girl4 "I wouldn't actively plan on it, but again, if we happen to see each other there, we could certainly do that.">><br>
<<elseif $act3 is "enjoy">>
<<dialog $girl4 "Well, I'm glad you find me tolerable. You're not so bad yourself.">><br>
<<elseif $act3 is "outlast">>
<<dialog $girl4 "Oh? What's it about?">><br>
<<dialog $player "It's where you roam around an old psychiatric facility. You meet the old residents there and get to interact with them. It's really fascinating.">><br>
<<dialog $girl4 "That does sound like an interesting premise.">><br>
<<elseif $act3 is "vintagemed">>
<<dialog $girl4 "It's pretty unique, if I do say so myself. I have these old stethoscopes and some antique syringes from the early 1900s. ">><br>
<<dialog $player "Wow, that's pretty old.">><br>
<<dialog $girl4 "Each piece has its own story, like this one stethoscope that was used during World War II. It's fascinating to see how far medical technology has come...">><br>
<<elseif $act3 is "dumbquestionanyway">>
<<dialog $girl4 "No, it's not a dumb question. Honestly, it can get a bit repetitive at times. But there are moments that stand out... (smiles softly while looking at you)">><br>
You smile back, meeting her eyes and holding her gaze for a moment longer than usual, a hint of something more in the air between you.<br><br>
<<else>>
As you chatted, $girl4.name1 continued with the checkup.<br><br>
<<print either("<<dialog $player \"You know, the other day I tried this new coffee blend, and it was absolutely terrible. It was really expensive too, and I had to throw it away...\">><br>
<<dialog $girl4 \"That sounds like a rough start to the day. What\'s your usual coffee blend?\">><br>",
"<<dialog $girl4 \"There\'s this puzzle I\'ve been working on for weeks now, and I just can\'t seem to solve it. It\'s driving me crazy...\">><br>
<<dialog $player \"It must be a really difficult puzzle if even you struggle to solve it. I\'d love to see it, though.\">><br>",
"<<dialog $girl4 \"I have this one colleague who always forgets to restock the supply closet. It\'s a small thing, but it drives me nuts...\">><br>
<<dialog $player \"Ugh that would drive me nuts too.\">><br>",
"<<dialog $girl4 \"I swear, my boyfriend thinks I\'m a bit crazy with my morning coffee ritual. He doesn\'t get why it has to be so precise...\">><br>
<<dialog $player \"Well... How precise are we talking about here?\">><br>"
)>>
<</if>>
<<button "Before you know it, $girl4.name1 has completed the checkup." "HOSPITAL">><<set $act2 to "seven_alternate">><</button>>
<<elseif $act2 is "five">>
<<if $act3 is 1>>
<<dialog $girl4 "And why is that?">><br>
<<dialog $player "You're very pretty and you're making my heart beat faster than normal.">><br>
She lets out a small sound of amusement before responding.<br><br>
<<dialog $girl4 "I appreciate the compliment, but it's important to stay relaxed for an accurate reading. Deep breaths, please.">><br>
<<elseif $act3 is 3>>
<<dialog $girl4 "You can call me Dr. $girl4.name1.">><br>
<<dialog $player "I'm $player.name1. It's a pleasure to meet you.">><br>
<<dialog $girl4 "I'm aware, I've read your file. It's good to meet you too, Mr. <b>$player.name1 $player.name2.</b>">><br>
<<else>>
<<dialog $girl4 "Being a doctor is demanding, yes. The hours can be long and the work intense. But it's also incredibly rewarding. I get to help people every day, and that makes it worthwhile.">><br>
<<dialog $player "I respect that.">><br>
<</if>>
She releases the pressure, noting down the numbers on a piece of paper clipped together. Her demeanor is calm, and she maintains eye contact without flinching.<br><br>
<<if $act3 is 1>>
<<dialog $girl4 "Your blood pressure is slightly elevated, but nothing concerning. However, if you're feeling anxious, it can affect your readings. Any issues with sleep or appetite recently?">><br>
<<else>>
<<dialog $girl4 "Everything is within the normal range. Any issues with sleep or appetite recently?">><br><br>
<</if>>
<<button '<<dialog $player \"I have been neglecting my sleep lately. I\'m all about that grind lifestyle.\">>' "HOSPITAL">><<set $act2 to "six", $act3 to 1>><<add_love $girl4>><</button>>
<<button '<<dialog $player \"No issues with sleeping, but I bet my sleep would be better if I\'m dreaming about you.\">>' "HOSPITAL">><<set $act2 to "six", $act3 to 2>><<addbaselust $girl4 0.5>><</button>>
<<elseif $act2 is "six">>
<<if $act3 is 1>>
<<dialog $girl4 "I understand the drive to push yourself, but neglecting sleep can have serious impacts on your health. ">><br>
/*If you don't improve your sleep schedule, you could suffer from impaired cognitive function, a weakened immue system, and an increased risk of hypertension and diabetes.*/
<<dialog $player "I get that, but-">><br>
<<dialog $girl4 "The grind lifestyle might seem productive in the short term, but it is not sustainable. Now, have you been keeping up with your exercise routine?">><br>
<<else>>
$girl4.name1's expression remains composed, though there's a slight narrowing of her eyes as she processes your comment. She responds with a calm, measured tone.<br><br>
<<dialog $girl4 "Flattery aside, I can't stress enough how important sleep is for your overall health and well-being.">><br>
<<dialog $player "I understand.">><br>
<<dialog $girl4 "If you want to improve your sleep, you should create a relaxing bedtime routine and limit your screen time before bed. Now, have you been keeping up with your exercise routine?">><br>
<</if>>
<<button '<<dialog $player \"I have. I\'ve been exercising regularly to keep my fitness level up.\">>' "HOSPITAL">><<set $act2 to "seven", $act3 to 1>><<add_love $girl4>><</button>>
<<button '<<dialog $player \"I have. How about you? Do you exercise often? Being a doctor must be so busy.\">>' "HOSPITAL">><<set $act2 to "seven", $act3 to 2>><<addlove $girl4 2>><</button>>
<<elseif $act2 is "seven">>
<<if $act3 is 1>>
<<dialog $girl4 "That's great to hear. What kind of exercises have you been doing? Are you focusing on any specific goals, like building strength, improving endurance, or just staying active in general?">><br>
<<dialog $player "Oh it's just general exercises. To keep the fats at bay.">><br>
<<dialog $girl4 "Very good. You should also include flexibility exercises, like yoga or stretching, to improve your range of motion and reduce the risk of injury. Any questions or concerns before we wrap up?">><br>
<<else>>
<<dialog $girl4 "That's good. My job does keep me busy, but I always find time to slot in a workout or three a week. ">><br>
<<dialog $player "Yeah, I bet that helps with stress too.">><br>
<<dialog $girl4 "It does. Any questions or concerns before we wrap up?">><br>
<</if>>
<<if $girl4.event.event1.completed is 0>>
<<if $girl4.love lte 40 >>/*goes through another sets of checks*/
<<button '<<dialog $player \"Would you want to have coffee together sometimes?\">>' "HOSPITAL">><<set $act2 to "eight", $act3 to 1>><<addbaselust $girl4 0.5>><</button>><br>
<<else>>/*liya willl say yes*/
<<button '<<dialog $player \"Would you want to have coffee together sometimes?\">>' "HOSPITAL">><<set $act2 to "eight", $act3 to 2>><</button>><br>
<</if>>
<</if>>
<<button '<<dialog $player \"No, no questions from me doc, all is good, all is well.\">>' "HOSPITAL">><<set $act2 to "before_nine">><<addlove $girl4 1>><</button>>
<<elseif $act2 is "seven_alternate">>
<<if $girl4.love lte 25 and $hospvar.var4 lte 7>>/*This is where the conditions matter. the true if else*/
She finishes her notes and puts her equipment away.<br><br>
<<dialog $girl4 "Okay, we're all done. Any questions or concerns before we wrap up?">><br>
<<if $girl4.event.event1.completed is 0>>
<<button '<<dialog $player \"Would you want to have coffee together sometimes?\">>' "HOSPITAL">><<set $act2 to "eight", $act3 to 1>><<addbaselust $girl4 0.5>><</button>><br>
<</if>>
<<else>>
She finishes her notes and puts her equipment away.<br><br>
<<dialog $girl4 "Okay, we're all done! Any questions you would like to ask?">><br>
<<if $girl4.event.event1.completed is 0>>
<<button '<<dialog $player \"Would you want to have coffee with me sometimes?\">>' "HOSPITAL">><<set $act2 to "eight", $act3 to 2>><<addbaselust $girl4 0.5>><</button>><br>
<</if>>
<</if>>
<<button '<<dialog $player \"No, zero questions from me Doctor $girl4.name1. I\'m all good.\">>' "HOSPITAL">><<set $act2 to "before_nine">><</button>>
<<elseif $act2 is "eight">>
<<set _love to $girl4.love>>
<<if _love lte 10>>
<<set _playername to "Mr. " + $player.name1>>
<<else>>
<<set _playername to $player.name1>>
<</if>>
<<if $act3 is 1>>
<<if _love lte 10>>/*Maybe i should use hospvar.var4*/
<<dialog $girl4 "I'm afraid I have to main professional boundaries, _playername. I will have to turn you down on that offer.">><br>
<<elseif _love gt 10 and _love lt 15>>
<<dialog $girl4 "I appreciate your interest, _playername, but as I mentioned before, I have to maintain professional boundaries with my patients.">><br>
<<elseif _love gte 15 and _love lt 20>>
$girl4.name1's expression remains composed, though there's a slight softening in her eyes as she considers your question<br><br>
<<dialog $girl4 "It's nice to know we enjoy each other's company, and I'm glad you feel comfortable here. But I'll have to decline, still.">><br>
<<elseif _love gte 25>>
$girl4.name1's expression remains composed, though there's a slight softening in her eyes as she considers your question<br><br>
<<dialog $girl4 "I can't. I know a good place for coffee though.">><br>
She proceeds to tell you about a coffee shop and the edge of the town you've never been to.<br><br>
<</if>>
<<else>>
<<check_nextevent $girl4>>
<<if $girl4.var.var2 is 0>>/*this is if there's no date*/
<<dialog $girl4 "You never give up do you... _playername, I usually don't mix my professional and personal life... But I do enjoy our conversations, and perhaps it wouldn't hurt to step out of the usual boundaries just this once.">><br>
She smiles slightly, a hint of warmth breaking through her usually reserved demeanor.<br><br>
<<dialog $girl4 "Alright, a coffee date it is. Just one. Let's keep it casual and see how it goes. But remember, this doesn't change our professional relationship here in the office. I am still your doctor.">><br>
<<dialog $player "Great! How about we meet at the mall, next Tuesday at 11 a.m.?">><br>
<<dialog $girl4 "I'll see you then.">><br>
<<set_nextevent "girl4" "one" "tue">>
<<set $girl4.var.var2 to 1>>
You've got yourself a date with Liya, let's just hope you don't forget about it.<br><br>
<<else>>
<<addlove $girl4 -1>>
With a look of disbelief on her face, she says,<br><br>
<<dialog $girl4 "$player.name1, are you okay? We already have a date, remember?">><br>
<<dialog $player "I know, I'm asking ahead for our next date!">><br>
<<dialog $girl4 "I don't believe you... You forgot about our date, didn't you? Am I really that forgettable?">><br>
<<dialog $player "No I did not! I swear I didn't forget!">><br>
<<dialog $girl4 "Hmph, whatever.">><br>
<</if>>
<</if>>
<<button "Wait for your test results" "HOSPITAL">><<set $act2 to "before_nine", $act3 to "">><</button>><span id="back"><<button "Skip the results" "HOSPITAL">><<set $act to "", $act2 to "", $act3 to "", $gvar.var7 to 1>><<set_nextevent "girl4" "four" 1>><</button>></span>
<<elseif $act2 is "before_nine">>
You waited for a bit outside the doctor's office. Some time later, a nurse hands your test results over.<br><br>
<<button "Read results" "HOSPITAL">><<set $act2 to "nine", $act3 to "">><</button>>
<<elseif $act2 is "nine">>
You receive a few pages detailing your bloodwork results, filled with medical jargon and terms that are hard to understand. On the last page, you find a note, likely written by the doctor, summarizing the key takeaways from your checkup.<br><br>
<<set _fitness to $player.fitness, _stress to $player.stress>>
<<if _fitness lte 20>>
<span style="color:#ff0000;">Your bloodwork indicates low levels of key fitness biomarkers such as hemoglobin and VO2 max. Additionally, there are signs of poor muscle recovery and elevated inflammation markers. Increasing physical activity is highly recommended.
It's important to start incorporating more physical activity into your routine. Consider consulting with a fitness trainer for a personalized plan.</span>
<<elseif _fitness gt 20 and _fitness lte 40>>
<span style="color:#ffa700;">The blood tests show below-average fitness. There's evidence of low hemoglobin levels and moderate inflammation. Enhancing your exercise routine could improve these markers and overall health.
Regular exercise and a balanced diet is recommended. Try to engage in at least 30 minutes of moderate activity daily.</span>
<<elseif _fitness gt 40 and _fitness lte 60>>
<span style="color:#fff400;">Your bloodwork reflects an average fitness level. Hemoglobin and VO2 max are within normal ranges, but there is room for improvement. Regular exercise and a balanced diet can help maintain or boost these levels.
Try to engage in at least 30 minutes of moderate activity daily.</span>
<<elseif _fitness gt 60 and _fitness lte 80>>
<span style="color:#a3ff00;">Your fitness biomarkers look good. Hemoglobin and VO2 max are above average, indicating strong cardiovascular health. Your muscle recovery markers are also favorable. Keep up the great work with your fitness regimen.
You're doing a great job staying active. Keep pushing yourself to achieve new fitness goals and maintain this healthy lifestyle.</span>
<<elseif _fitness gt 80>>
<span style="color:#2cba00;">Excellent fitness levels are evident in your bloodwork. High hemoglobin and optimal VO2 max values show superior cardiovascular and muscular health.
Your inflammation markers are low, reflecting efficient recovery and strong physical conditioning. You're in top shape and it shows.</span>
<</if>><br><br>
<div style="text-align: center;">AND</div><br><br>
<<if _stress lte 20>>
<span style="color:#2cba00;">Your stress level is very low. You're managing stress well, which is great for your overall health. Keep up with whatever stress-relief techniques you're using.
Cortisol and adrenaline levels are well within the optimal range, indicating excellent stress management. </span>
<<elseif _stress gt 20 and _stress lte 40>>
<span style="color:#a3ff00;">Your blood tests indicate low stress. Cortisol levels are slightly elevated but within a manageable range. Continue your current stress management techniques to maintain this balance.
Continue practicing your stress management strategies to maintain this balance.</span>
<<elseif _stress gt 40 and _stress lte 60>>
<span style="color:#fff400;">The bloodwork suggests moderate stress. Cortisol and adrenaline levels are higher than ideal, but not critically so. It's important to start incorporating more stress-relief activities into your daily routine.
Pay attention to any signs of burnout.</span>
<<elseif _stress gt 60 and _stress lte 80>>
<span style="color:#ffa700;">Your bloodwork shows high stress levels, with significantly elevated cortisol and adrenaline. These levels suggest chronic stress, which can impact your overall health. Consider seeking professional advice to manage this effectively
This might include speaking to a counselor, practicing mindfulness, or adjusting your workload.</span>
<<elseif _stress gt 80>>
<span style="color:#ff0000;">The blood tests reveal extremely high stress levels. Cortisol and adrenaline are at critical levels, indicating severe stress. Immediate intervention is necessary. Consult a healthcare provider to develop a comprehensive stress management plan.
Seek professional help, prioritize self-care, and make lifestyle changes to reduce your stress.</span>
<</if>><br><br>
You already know about these things, but seeing them on paper makes them more real. You are relieved that there are no unexpected surprises.<br><br>
<span id="back"><<button "Back" "HOSPITAL">><<set $act to "", $act2 to "", $act3 to "", $gvar.var7 to 1>><<set_nextevent "girl4" "four" 1>><</button>></span>
<<else>>
<</if>>
<</nobr>><<nobr>>
<div class="wide-button"><<button "Back">><<inDialog "inventory">><</button>></div><br>
<<if $girl2.var.var7 is 1>>/*date with lila (girl2) at the park*/
<<check_nextevent $girl2>>
- You have a date with $girl2.name1 at the park, on the <<print setup.ordinal($girl2.nextevent.one.day)>>, at 3 PM.<br><br>
<</if>>
<<if $girl4.var.var2 isnot 0>>
<<check_nextevent $girl4>>
- You have a date with $girl4.name1 at the mall, on the <<print setup.ordinal($girl4.nextevent.one.day)>>, at 11 AM.<br><br>
<</if>>
<<if $girl3.event.event3.date1 is 1>>/*eva is coming over to mc's house.*/
<<check_nextevent $girl3>>
<<if $girl3.nextevent.one.detail.status isnot "overdue">>
- $girl3.name1 is coming over to your house today, sometime between 3PM to 5PM.<br><br>
<</if>>/*overdue closing*/
<</if>>
<</nobr>><<nobr>>
<style>body {background-color: #b0dbf1;}</style>
<script>
document.getElementById("ui-bar").style.display = "block";
</script>
<<set _mypatronus to "12345">>
<<checkpatrons>>
<<if _patrons>>
<<set $cheat.daycontrol to true, $cheat.timecontrol to true>>
<<else>>
<<run setup.audioEnabled = true>>
<<cacheaudio "knock" "images/GPG1O/sound/knock.m4a">>
<<audio "knock" play volume 0.25>>/%play audio%/
<</if>>
<<if $act is "intro1">>
<<set $gvar.var7 to 1>>
"What's up you <span class="stretched-text"><b>fat</b></span> bitch?" That's what the bullies at school would say to you. While their observation wasn't incorrect, a more respectful approach would have been appreciated.
You've acknowledged reality, and the reality is that you're a big boned human, who has encountered challenges in life that have brought you to your current situation.<br><br>
<img src="images/GPG1O/char/mc/fat1.webp"><br><br>
Growing up in a broken family, your father and mother were constantly at each other's throat, leading to affairs which resulted in more quarrelling.
There were threats going both ways of leaving and divorcing the marriage. <br><br>
<img src="images/GPG1O/char/mc/parent_fight1.webp"><br><br>
Due to the stresses, you had developed an eating disorder which caused rapid weight gain.
As a result of being massively overweight, you faced many difficulties during high-school, getting picked on by other students and physical activities being an automatic no go.
This experience tanked your self-esteem, as you failed to integrate yourself with other students, barely managing to graduate, and unable to experience the true joy of friendships, let alone romantic relationships. <br><br>
<<link "Continue" "intro">><<set $act to "intro2">><</link>>
<<elseif $act is "intro2">>
You were lucky enough that your parents comes from wealth, as they keep handing you considerable amount of money, hoping to win your favor in their ongoing disputes. This allowed you to fill up quite a few of those piggy banks.
After graduation, you decided to move out with the small fortune you had saved-up. <br><br>
<img src="images/GPG1O/item/piggy1.webp"><br><br>
Escaping from the turmoil that is your warring parents, you managed to find peace in a small single-room apartment where you learned how to live alone. Your weight drastically improved, as the number of stressors in your life had been reduced.
You're not in the obese category anymore.<br><br>
<img src="images/GPG1O/char/mc/fat2.webp"><br><br>
Okay well, at least not as obese as you used to be. You still carry a significant weight on you, but being able to reach the bathroom and toilet without huffing and puffing is pretty good. <br><br>
<<link "Continue" "intro">><<set $act to "intro3">><</link>>
<<elseif $act is "intro3">>
You are now a free-man, in the sense that you have no debt or responsibility towards anything.
All you have to do is choose what direction in life you want to go. <br><br>
<img src="images/GPG1O/char/mc/life_choices.webp"><br><br>
Before we go any further, you need a new name, to signify the start of your new adventure.<br><br>
Your name is... <<textbox "$player.name1" "Mitø">>
<span id="enter"><<link "Continue" "MCHOUSE">>
<<set $player.name1 to $player.name1.trim(), $act to "mcbedroom">>
<<if $player.name1 eq "">>
<<set $player.name1 to "Mitø">>
<</if>>
<</link>></span>
<<else>>
An error has occured. You shouldn't be here.<br><br>
<</if>>
<</nobr>>
<<script>>
UIBar.unstow().show();
<</script>><<nobr>>
<div class="inventory-row"> <!-- Start of inventory row -->
<<set _countInventory to 0>>
<<if $item.item31.quantity isnot 0>>/*Alien ware. i put this outside the for loop so that they'd be at the front and easy to access.*/
<div class="inventory-item"> <!-- Individual item container -->
<<link '<img src="images/GPG1O/item/alien-ware.webp">'>>
<<script>>
Dialog.setup("Scanner 101");
Dialog.wiki(Story.get("scanner101").processText());
Dialog.open();
<</script>>
<</link>>
<<print $item.item31.name>> (<<print $item.item31.quantity>>) <!-- Print item name and quantity -->
<<set _countInventory +=1>>
</div>
<</if>>
<<if $item.item32.quantity isnot 0>>/*Notebook. i put this outside the for loop so that they'd be at the front and easy to access.*/
<div class="inventory-item"> <!-- Individual item container -->
<<link '<img src="images/GPG1O/item/notebook.webp">'>>
<<script>>
Dialog.setup("IMPORTANT EVENTS");
Dialog.wiki(Story.get("importantevents").processText());
Dialog.open();
<</script>>
<</link>>
<<print $item.item32.name>> (<<print $item.item32.quantity>>) <!-- Print item name and quantity -->
<<set _countInventory +=1>>
</div>
<</if>>
<<for _key range Object.keys($item)>>
<<if $item[_key]["quantity"] gt 0 and $item[_key]["inventory"] isnot 0>> <!-- Check if item quantity is greater than 0 -->
<<if _key is "item31">>
/*skip*/
<<elseif _key is "item32">>
/*skip*/
<<else>>
<div class="inventory-item"> <!-- Individual item container -->
<<print '<img src="images/GPG1O/item/' + $item[_key]["picture"] + '" alt="Image" />'>><br>
<<print $item[_key]["name"]>> (<<print $item[_key]["quantity"]>>) <!-- Print item name and quantity -->
<<set _countInventory +=1>>
</div>
<</if>>
<</if>>
<</for>>
<<if _countInventory lt 6>>
<<set _loopCounter to 6 - _countInventory>>
<<for _i to 0; _i lt _loopCounter; _i++>>
<div class="inventory-item" style="pointer-events:none;"><img src="images/GPG1O/others/empty.webp"></div>
<</for>>
<</if>>
</div>
/*<<button "Back" "MCHOUSE">><<set $act to "hallway">><</button>>*/
<</nobr>><<nobr>>
<<if $act_3 is "university">>
<<set $gvar.var7 to 0>>
<style>body {background-image: url("images/GPG1O/loca/university.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<set _kenzietempname to "Girl on a bench">>
<<if $act_1 is "kenzie_intro">>
<<set $girl9.var.var8[0] to 1>>
<<if $act_2 is "one">>
You see a girl sitting on a bench outside of the university's main entrance. She's hogging the bench all for herself.<br><br>
<img src="images/GPG1O/char/kenzie_madison/kenzie_outside_1.webp" alt="[Kenzie sitting on a bench]"><br><br>
<<button "Talk to her" "kenzie_uni_outside">><<set $act_2 to "one_fix_1">><</button>>
<<elseif $act_2 is "one_fix_1">>
But first, <b>choose</b> your <i>weapon</i>:<br><br>
<<button "1" "kenzie_uni_outside">><<set $act_2 to "two", $act_5 to 0>><</button>> "Is your dad an arms dealer? Cause you are the best bomb I've even seen."<br>
<<button "2" "kenzie_uni_outside">><<set $act_2 to "two", $act_5 to 1>><</button>> "Are you drinking 2% milk because you think you're fat? Well you're not. You could be drinking whole if you wanted to."<br>
<<button "3" "kenzie_uni_outside">><<set $act_2 to "two", $act_5 to 2>><</button>> "I don't mean to be cheesy, but your ass is grate."<br>
<<button "4" "kenzie_uni_outside">><<set $act_2 to "two", $act_5 to 3>><</button>> "Do you believe in love at first sight, or should I walk by again?"<br>
<<button "Who needs a pickup line" "kenzie_uni_outside">><<set $act_2 to "two", $act_5 to 4>><</button>>
<<elseif $act_2 is "two">>
<<set _tempmovielines to [
"Is your dad an arms dealer? Cause you are the best bomb I've ever seen.",
"Are you drinking 2% milk because you think you're fat? Well, you're not. You could be drinking whole if you wanted to.",
"I don't mean to be cheesy, but your ass is grate.",
"Do you believe in love at first sight, or should I walk by again?",
"Hey."
]>>
<<dialog $player "<<= _tempmovielines[$act_5]>>">><br>
<<dialog $girl9 "(<i>rolls her eyes</i>) I have a boyfriend." _kenzietempname>><br>
Damn, already rejected.<br><br>
<<dialog $player "Well, I know it's cliché, but it's easier to take on one person than to compete against a whole crowd">><br>
<<dialog $girl9 "What the fuck? What's that supposed to mean." _kenzietempname>><br>
<<dialog $player "Let me stop you right there— I have a girlfriend (<i>smug</i>).">><br>
/% <img src=\"images/GPG1O/char/general/smug.webp\"><br><br> %/
<div style="display: flex; justify-content: center; align-items: flex-start; gap: 20px;">
<!-- Left Side -->
<div style="text-align: right; width: 40%;">
<h1>You →</h1>
</div>
<div style="text-align: center; width: 30%;">
<img src="images/GPG1O/char/general/smug.webp"><br><br>
</div>
<!-- Right Side -->
<div style="text-align: left; width: 40%;">
<h1>← You </h1>
</div>
</div>
Whoooo, what a comeback. The girl is visibly annoyed but before she could say anything, you turn around and left. You hear her grumble to herself, <br><br>
<<dialog $girl9 "Whatever." _kenzietempname>><br>
<<button "Back" "CITY1">><<set $act to "university", $act_1 to "", $act_2 to "", $act_3 to "">><</button>>
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" $act4>><<set $act to $act3, $act_1 to "", $act_2 to "", $act_3 to "">><</button>></span>
<</if>>
<<elseif $act_1 is "kenzie_intro_2">>
<<set $girl9.var.var8[0] to 2>>
<<if $act_2 is "one">>
You see a girl sitting on a bench outside of the university's main entrance. It's the same girl from before.<br><br>
<img src="images/GPG1O/char/kenzie_madison//kenzie_outside_1.webp"><br><br>
<<button "Talk to her" "kenzie_uni_outside">><<set $act_2 to "two">><</button>>
<<elseif $act_2 is "two">>
You walk up towards her, with a slight smile on your face. She glares at you and before you could say anything, she goes,<br><br>
<<dialog $girl9 "(<i>mockingly</i>) I hAvE a GiRlfrIeND." _kenzietempname>><br>
<<dialog $player "Yeah, she told me to remind you to stop staring. It's getting awkward.">><br>
<div style="display: flex; justify-content: center; align-items: flex-start; gap: 20px;">
<!-- Left Side -->
<div style="text-align: right; width: 40%;">
<h1>You →</h1>
</div>
<div style="text-align: center; width: 30%;">
<img src="images/GPG1O/char/general/smug.webp"><br><br>
</div>
<!-- Right Side -->
<div style="text-align: left; width: 40%;">
<h1>← You </h1>
</div>
</div>
Yeah, unless you're a kid, you're never having a comeback this good IRL.<br><br>
<<dialog $girl9 "(<i>rolls her eyes</i>) As if I even noticed you were there." _kenzietempname>><br>
<<dialog $player "Course you did. With those dark circles under your eyes, you probably stayed up all night planning that comeback.">><br>
She looks at you, mouth slightly open, eyes glary, like you've actually insulted her. Then she pulls out her pocket mirror to check if she really had dark circles under her eyes.<br><br>
<<dialog $girl9 "(<i>applying powder on her face</i>) I have better things to do than worry about what some random guy thinks." _kenzietempname>><br>
<<dialog $player "Sure, whatever helps you sleep at night... Or, you know, keeps you up.">><br>
You could tell she was holding back from responding. You totally won this one.<br><br>
<span id="back"><<button "Back" "CITY1">><<set $act to "university", $act_1 to "", $act_2 to "", $act_3 to "">><</button>></span>
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" "CITY1">><<set $act to "university", $act_1 to "", $act_2 to "", $act_3 to "">><</button>></span>
<</if>>
<<elseif $act_1 is "kenzie_intro_3">>
<<set $girl9.var.var8[0] to 3>>
<<if $act_2 is "one">>
You see a girl sitting on a bench outside of the univerisyt's main entrance. It's the same girl from before.<br><br>
<img src="images/GPG1O/char/kenzie_madison//kenzie_outside_1.webp"><br><br>
<<button "Talk to her" "kenzie_uni_outside">><<set $act_2 to "two">><</button>>
<<elseif $act_2 is "two">>
Once again, you walk past the girl on the bench. She glares at you, just like last time, but it seems like she has nothing to say today.<br>
<br><span id="back"><<button "Back" "CITY1">><<set $act to "university", $act_1 to "", $act_2 to "", $act_3 to "">><</button>></span>
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" "CITY1">><<set $act to "university", $act_1 to "", $act_2 to "", $act_3 to "">><</button>></span>
<</if>>
<<elseif $act_1 is "kenzie_intro_4">>
<<set $girl9.var.var8[0] to 4>>
<<if $act_2 is "one">>
The girl on the bench, you know who it is.<br><br>
<img src="images/GPG1O/char/kenzie_madison//kenzie_outside_1.webp"><br><br>
<<button "Talk to her" "kenzie_uni_outside">><<set $act_2 to "two">><</button>>
<<elseif $act_2 is "two">>
You walk past her again, and this time, she doesn't even look your way. Have you perhaps hurt her feelings? Your interactions were just banter, right? Maybe it's more serious than you thought. "WIBTA if I don't apologize?" you thought to yourself.<br><br>
<<button "Say something" "kenzie_uni_outside">><<set $act_2 to "three">><</button>>
<<elseif $act_2 is "three">>
You pause for a second, then turn back around and walk up to her.<br><br>
<<dialog $player "Hey.">><br>
She glances up, visibly surprised, but quickly masks it with her usual uninterested expression.<br><br>
<<dialog $girl9 "What do you want? Ran out of material for your terrible jokes?" _kenzietempname>><br>
<<dialog $player "I mean, I could keep going if you want, but... maybe we call a truce?">><br>
She raises an eyebrow, clearly suspicious.<br><br>
<<dialog $girl9 "A truce? Why, because you finally realized you're not as funny as you think?" _kenzietempname>><br>
<<dialog $player "Nah, I've always known I'm hilarious. But maybe we got off on the wrong foot. What do you say? Clean slate?">><br>
<<button "She looks at you for a long moment, considering." "kenzie_uni_outside">><<set $act_2 to "four">><</button>>
<<elseif $act_2 is "four">>
<<set $girl9.var.var1 to 1>>
<<dialog $girl9 "A clean slate... What's the catch?" _kenzietempname>><br>
<<dialog $player "No catch. Just figured maybe we could talk like normal people for once. You know... actually get to know each other.">><br>
Her expression softens slightly, though she still looks skeptical.<br><br>
<<dialog $girl9 "Huh. And what makes you think I want to get to know you?" _kenzietempname>><br>
<<dialog $player "Call it a gut feeling.">><br>
She shakes her head, but you notice the faintest hint of a smile at the corner of her lips.<br><br>
<<dialog $girl9 "Fine. Truce. But if you try one more lame joke, I'm walking away." _kenzietempname>><br>
<<dialog $player "Deal. No jokes... unless they're really good. (<i>pause, small smirk</i>) So, we going to do this without names, or are we keeping it mysterious?">><br>
<<dialog $girl9 "(<i>with a playful eye-roll</i>) Ugh, fine. I'm $girl9.name1.">><br>
<<dialog $player "Nice to meet you, $girl9.name1. I'm $player.name1.">><br>
<span id="back"><<button "Back" "CITY1">><<set $act to "university", $act_1 to "", $act_2 to "", $act_3 to "">><</button>></span>
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" "CITY1">><<set $act to "university", $act_1 to "", $act_2 to "", $act_3 to "">><</button>></span>
<</if>>
<<elseif $act_1 is "kenzie_talk_1">>
<<set _talkhistory to $girl9.var.var8>>
<<if $act_2 is "one">>
<<if $girl9.love lte 50>>
<img src="images/GPG1O/char/kenzie_madison/kenzie_outside_1.webp"><br><br>
<<else>>
<img src="images/GPG1O/char/kenzie_madison/kenzie_outside_1.webp"><br><br>
<</if>>
<<addlove $girl9 2.5>>
<<if $girl9.love lte 20>>
<<set _kenzietalkrandom to random(0,2)>>
<<if _kenzietalkrandom is 1>>
<<dialog $player "So... how's it going?">><br>
<<dialog $girl9 "Do you really care, or is this just filler?">><br>
<<elseif _kenzietalkrandom is 2>>
<<dialog $player "Hey.">><br>
<<dialog $girl9 "Yeah, hi. Don't make this weird.">><br>
<<else>>
<<dialog $player "You look like you've had a long day.">><br>
<<dialog $girl9 "Thanks for the observation, Captain Obvious.">><br>
<</if>>
<<elseif $girl9.love gt 20 and $girl9.love lte 40>>
<<dialog $player "Hey.">><br>
<<dialog $girl9 "Oh, it's you. What do you want this time?">><br>
<<elseif $girl9.love gt 40 and $girl9.love lte 60>>
<<set _kenzietalkrandom to random(0,2)>>
<<if _kenzietalkrandom is 1>>
<<dialog $player "How was your day?">><br>
<<dialog $girl9 "It's fine. Why? Are you, like, checking up on me now?">><br>
<<elseif _kenzietalkrandom is 2>>
<<dialog $player "What do you like to do for fun?">><br>
<<dialog $girl9 "Why, you planning to join me or just make small talk?">><br>
<<else>>
<<dialog $player "You seem different today, in a good way.">><br>
<<dialog $girl9 "Yeah, maybe you're rubbing off on me. Don't get used to it.">><br>
<</if>>
<<elseif $girl9.love gt 60 and $girl9.love lte 80>>
<<set _kenzietalkrandom to random(0,1)>>
<<if _kenzietalkrandom is 1>>
<<dialog $player "What's up?">><br>
<<dialog $girl9 "Not much, unless you're planning to make it interesting.">><br>
<<else>>
<<dialog $player "You're actually kinda nice when you let your guard down.">><br>
<<dialog $girl9 "Don't push it. But… yeah, maybe you're not so bad yourself.">><br>
<</if>>
<<elseif $girl9.love gt 80>>
<<set _kenzietalkrandom to random(0,1)>>
<<if _kenzietalkrandom is 1>>
<<dialog $player "How was your day?">><br>
<<dialog $girl9 "Better now that you're here. Don't read too much into that.">><br>
<<else>>
<<dialog $player "We've been talking so much, it feels like you're my girlfriend now.">><br>
<<dialog $girl9 "Yeah, right. Like I'd want to be your girlfriend... (<i>hiding a small smile</i>)">><br>
<</if>>
<</if>>
<<elseif $act_2 is "alwayshere">>
<<dialog $player "How come you're always here, sitting all alone?">><br>
<<dialog $girl9 "Who says I'm here alone?">><br>
<<dialog $player "Well, me being here doesn't count.">><br>
<<if _talkhistory[1] is 0 or _talkhistory[1] is undefined >>
<<set _talkhistory[1] to 1>>
<<dialog $girl9 "(<i>rolls eyes</i>) I'm waiting for my boyfriend. He's a jock, so he's got practices.">><br>
<<else>>
<<dialog $girl9 "Like i said, I'm waiting for $girl9.partner. He's got practices.">><br>
<</if>>
<<set _talkhistory[1] to 1>>
<<elseif $act_2 is "wereyouinsulted">>
<<dialog $player "Do you still remember the first thing I said to you?">><br>
<<dialog $girl9 "No. Was it important?">><br>
<<dialog $player "It's not. Anyway, were you angry at me at that time? I was walking past you, and you weren't even looking at me anymore.">><br>
<<dialog $girl9 "No...">><br>
<<dialog $player "Really?">><br>
<<dialog $girl9 "A little bit...">><br>
<<dialog $player "Sorry about that.">><br>
<<dialog $girl9 "It's fine.">><br>
<<set _talkhistory[2] to 1>>
<<elseif $act_2 is "idonthavegirlfriend">>
<<if _talkhistory[3] is 0 or _talkhistory[3] is undefined>>
<<dialog $player "So, do you ACTUALLY have a boyfriend? or were you just saying that to get people get of your back?">><br>
<<dialog $girl9 "I do have a boyfriend. His name is $girl9.partner, and he's a jock.">><br>
<<dialog $player "Huh, that's a bit harsh, calling him a joke, but if you say so.">><br>
<<dialog $girl9 "Wait, what? I said 'jock,' not 'joke.'">><br>
<<dialog $player "Oh... That makes more sense. Anyway, this may come as a surprise to you, but... I don't actually have a girlfriend.">><br>
<<dialog $girl9 "Really? No way.">><br>
<<dialog $player "(<i>unsure if she's being sarcastic or genuine</i>) Yeah, for real. Did you actually believe me?">><br>
<<dialog $girl9 "Well, it didn't seem like you were lying.">><br>
<<else>>
<<dialog $player "Have I told you that I don't actually have a girlfriend?">><br>
<<dialog $girl9 "Uh, yeah, you told me that already, and I also told you I have $girl9.partner.">><br>
<</if>>
<<set _talkhistory[3] to 1>>
<<elseif $act_2 is "whysitlikethat">>
<<dialog $player "Why do you sit like that? Don't you feel bad hogging the bench all for yourself.">><br>
<<dialog $girl9 "I have no idea what you're talking about.">><br>
<<dialog $player "This bench can fit 3 people on it comfortably.">><br>
<<dialog $girl9 "Well, I was here first, so you don't get to tell me how to sit.">><br>
<<dialog $player "I'm just saying.">><br>
<<elseif $act_2 is "whydothat">>
<<set $act_5 to "hide">>
<<dialog $player "Why do you always do that.">><br>
<<dialog $girl9 "Do what?">><br>
<<dialog $player "This (<i>rolls eyes</i>)">><br>
<<dialog $girl9 "(<i>rolls eyes</i>) I don't do that.">><br>
<<dialog $player "(<i>rolls eyes</i>) You clearly just did.">><br>
<<dialog $girl9 "I don't <b>always</b> do it.">><br>
<<dialog $player "Well, you've done it enough that I noticed.">><br>
She gives you a look, clearly not amused that you keep harping on this topic.<br><br>
<<button "Sorry" "kenzie_uni_outside">><<set $act_2 to "whydothat2">><</button>>
<<elseif $act_2 is "whydothat2">>
<<dialog $player "Sorry, you have a very good eye-roll, and I'm not being mean.">><br>
<<dialog $girl9 "What does that even mean?">><br>
<<dialog $player "There's people who have fetishes for that you know. You ever see those ahegao videos?">><br>
<<dialog $girl9 "Fetishes for what? Eye-rolls? Oh my god people are weird.">><br>
<<dialog $player "I know... those poor freaks, what a horrible fetish to be born with.">><br>
<<button "Back" "kenzie_uni_outside">><<set $act_2 to "whydothat3", $act_5 to "">><</button>>
<<elseif $act_2 is "whydothat3">>
<<dialog $girl9 "Easy on the 'freaks' thing. Not their fault they're like that.">><br>
<<dialog $player "Yeah I know, I'm one of them.">><br>
<<dialog $girl9 "(<i>raising an eyebrow</i>) Wait, seriously? You're into eye-rolls?">><br>
<<dialog $player "(grinning) Maybe... What can I say? You've got a talent.">><br>
<<dialog $girl9 "Oh god, you're gross. Now I can't roll my eyes without wondering what you're thinking.">><br>
<<dialog $player "Too late, you've already given me plenty of material to work with.">><br>
<<set _talkhistory[5] to 1>>
<<else>>
passsage: $act4<br>
$act, $act2, $act3, $act4, $act5, <br><br>
$act_1, $act_2, $act_3, $act_4, $act_5<br>
<br><span id="back"><<button "Back" "CITY1">><<set $act to "university", $act_1 to "", $act_2 to "", $act_3 to "">><</button>></span>
<</if>>
<<if $act_5 isnot "hide">>
<<button "How come you're always sitting here?" "kenzie_uni_outside">><<set $act_2 to "alwayshere">><</button>>
<<if _talkhistory[2] is 0 or _talkhistory[2] is undefined>>
<<button "Were you mad at me?" "kenzie_uni_outside">><<set $act_2 to "wereyouinsulted">><</button>>
<</if>>
<<button "You know, I actually don't have a girlfriend" "kenzie_uni_outside">><<set $act_2 to "idonthavegirlfriend">><</button>>
<<if $girl9.love lte 50>>
<<button "Why do you sit like that?" "kenzie_uni_outside">><<set $act_2 to "whysitlikethat">><</button>>
<</if>>
<<if _talkhistory[5] is 0 or _talkhistory[5] is undefined>>
<<button "Why do you always do that..." "kenzie_uni_outside">><<set $act_2 to "whydothat">><</button>>
<</if>>
<br><span id="back"><<button "Back" "CITY1">><<set $act to "university", $act_1 to "", $act_2 to "", $act_3 to "">><</button>></span>
<</if>>
<<else>>
<<if $girl9.var.var1 is 0>>
<<set _kenziebuttonname to "A girl sitting on a bench">>
<<else>>
<<set _kenziebuttonname to "You see $girl9.name1">>
<</if>>
<<girl_loca $girl9>>
<<if $girl9.location is "outside_uni" and $girl9.var.var9 isnot (-1)>>
<<set _kenzieavailable to true>>
<</if>>
<<if _kenzieavailable>>
<<button "_kenziebuttonname" "kenzie_uni_outside">>
<<addhours 1>>
<<if $girl9.var.var1 is 0>>
<<if $girl9.var.var8[0] is 0 or $girl9.var.var8[0] is undefined>>
<<set $act_1 to "kenzie_intro", $act_2 to "one", $act_3 to $act>>
<<elseif $girl9.var.var8[0] is 1>>
<<set $act_1 to "kenzie_intro_2", $act_2 to "one", $act_3 to $act>>
<<elseif $girl9.var.var8[0] is 2>>
<<set $act_1 to "kenzie_intro_3", $act_2 to "one", $act_3 to $act>>
<<elseif $girl9.var.var8[0] is 3>>
<<set $act_1 to "kenzie_intro_4", $act_2 to "one", $act_3 to $act>>
<<else>>
<<set $act_1 to "kenzie_talk_1", $act_2 to "one", $act_3 to $act>>
<</if>>
<<else>>
<<set $act_1 to "kenzie_talk_1", $act_2 to "one", $act_3 to $act>>
<</if>>
<</button>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<<if $act_2 is "">>
<<set $act5 to ["Hey handsome, nothing much, I'm just thinking about work.","Hey handsome, I'm just chillin over here.","Hey handsome, I was actually just thinking about you.","Hey handsome, what brings you here?","Hey handsome, you miss me?"]>>
<<dialog $player "What'cha doin?">><br>
<<dialog $girl2 $act5.random()>><br>
Some chitchat here.<br><br>
<<button "Ask about her job" "LILA_house">><<set $act_2 to "work">><</button>>
<<button "What's her bodycount" "LILA_house">><<set $act_2 to "dating_history">><</button>>
<<button "Family?" "LILA_house">><<set $act_2 to "family">><</button>>
<<if $girl2.sdet.creampie gte 5>>
<<button "Contraception" "LILA_house">><<set $act_2 to "contraception">><</button>>
<</if>>
<br><span id="back"><<button "Back" "LILA_house">><<set $act to "", $act_2 to $act3, $act5 to "">><</button>></span>
<<elseif $act_2 is "contraception">>
<<if $girl2.var.var11 is 0>>
<<set $girl2.var.var11 to 1>>
<<dialog $player "So...">><br>
<<dialog $girl2 "So?">><br>
<<dialog $player "We've been having sex.">><br>
<<dialog $girl2 "Have we? I can't say I've noticed.">><br>
<<dialog $player "Oh wow, ouch.">><br>
<<dialog $girl2 "Okay, sorry, that was unnecessary. Why are you bringing this up?">><br>
<<dialog $player "Well, I've been cumming inside you, and we never talked about contraception.">><br>
<<dialog $girl2 "Huh? Hmmm, it's too late to ask... I'm pregnant.">><br>
<<dialog $player "No way... Are you serious?">><br>
<<dialog $girl2 "No, but that's what I would be saying if I hadn't been taking the pill.">><br>
<<dialog $player "Being funny, are we?">><br>
<<else>>
<<dialog $player "You're still on the pill right?">><br>
<<dialog $girl2 "Yes, why? Do you want me to get of them?">><br>
<<dialog $player "You would?">><br>
<<dialog $girl2 "Of course not.">><br>
<</if>>
<span id="back"><<button "Back" "LILA_house">><<set $act to "talk", $act_2 to "">><</button>></span>
<<elseif $act_2 is "work">>
<<dialog $player "$girl2.name1, can you tell me more about your job?">><br>
<<dialog $girl2 "I'm a designer, and I design clothes.">><br>
<<dialog $player "I know that, but like, who's your client? How do you find clients? Does it pay well?">><br>
<<dialog $girl2 "$player.name1, it's rude to ask someone how much money they make.">><br>
<<dialog $player "Oh, sorry.">><br>
<span id="back"><<button "Back" "LILA_house">><<set $act to "talk", $act_2 to "">><</button>></span>
<<elseif $act_2 is "dating_history">>
<<if $girl2.var.var9 isnot 1>>
<<dialog $player "What's your bodycount?">><br>
<<dialog $girl2 "What kind of question is that? and why do you want to know?">><br>
<<dialog $player "Come on. I'm not gonna judge, I promise.">><br>
<<dialog $girl2 "Really? You're not gonna be insecure if I tell you about it?">><br>
<<button '<<dialog $player \"Yes, I\'m sure. I\'m a very secure man.\">>' "LILA_house">><<set $act_2 to "dating_history_1", $act4 to "yesimsure", $girl2.var.var9 to 1>><</button>><br>
<<button '<<dialog $player \"Nevermind, I don\'t wanna know anymore.\">>' "LILA_house">><<set $act_2 to "dating_history_1", $act4 to "nevermind">><</button>><br>
<<else>>
<<dialog $player "What's was your bodycount again?">><br>
<<dialog $girl2 "I thought I already told you?">><br>
<<dialog $player "Yea, but I forgot...">><br>
<<dialog $girl2 "It's somewhere around 10 to 20.">><br>
<span id="back"><<button "Back" "LILA_house">><<set $act to "talk", $act_2 to "">><</button>></span>
<</if>>
<<elseif $act_2 is "dating_history_1">>
<<set $girl2.var.var10 to $act4>>
<<if $act4 is "yesimsure">>
<<dialog $girl2 "Somewhere around 10 to 20">><br>
<<button '<<dialog $player \"Oh! You little slut! I\'m just kidding.\">>' "LILA_house">><<set $act_2 to "dating_history_1", $act4 to "youlittleslut">><</button>><br>
<<button '<<dialog $player \"Cool. I like my woman experienced anyway...\">>' "LILA_house">><<set $act_2 to "dating_history_1", $act4 to "experienced">><</button>><br>
<<elseif $act4 is "nevermind">>
<<dialog $girl2 "Alright.">><br>
<span id="back"><<button "Back" "LILA_house">><<set $act to "talk", $act_2 to "">><</button>></span>
<<elseif $act4 is "youlittleslut">>
<<dialog $girl2 "Ha ha, funny. Also, please don't call me that again.">><br>
<<dialog $player "Not even during sex?">><br>
<<dialog $girl2 "That depends...">><br>
<span id="back"><<button "Back" "LILA_house">><<set $act to "talk", $act_2 to "">><</button>></span>
<<elseif $act4 is "experienced">>
<<dialog $girl2 "What's yours?">><br>
<<button '<<dialog $player \"Mmm, a slightly higher number than yours.\">>' "LILA_house">><<set $act_2 to "dating_history_1", $act4 to "slightlyhigher">><</button>><br>
<<button '<<dialog $player \"Not much, not at all. I am practically a virgin.\">>' "LILA_house">><<set $act_2 to "dating_history_1", $act4 to "notmuch">><</button>><br>
<<button '<<dialog $player \"Sorry, I\'d rather not answer that question.\">>' "LILA_house">><<set $act_2 to "dating_history_1", $act4 to "rathernot">><</button>><br>
<<elseif $act4 is "slightlyhigher">>
<<dialog $girl2 "Really? I see.">><br>
<span id="back"><<button "Back" "LILA_house">><<set $act to "talk", $act_2 to "">><</button>></span>
<<elseif $act4 is "notmuch">>
<<dialog $girl2 "Those stuffs are trivial anyway.">><br>
<span id="back"><<button "Back" "LILA_house">><<set $act to "talk", $act_2 to "">><</button>></span>
<<elseif $act4 is "rathernot">>
<<dialog $girl2 "You little shit.">><br>
<span id="back"><<button "Back" "LILA_house">><<set $act to "talk", $act_2 to "">><</button>></span>
<</if>>
<<elseif $act_2 is "family">>
<<dialog $player "How about your family?">><br>
<<dialog $girl2 "There's nothing stronger than-">><br>
<<dialog $player "Family...">><br>
<<dialog $girl2 "Good boy! Both my parents are still alive and I have 2 siblings. We have family gatherings every once in a while, especially during the big holidays.">><br>
<span id="back"><<button "Back" "LILA_house">><<set $act to "talk", $act_2 to "">><</button>></span>
<<else>>
aoiuspdofipudofu 0890123#23<br><br>
<span id="back"><<button "Back" "NAVIGATE1">><<set $act to "neighbourhood2", $act_2 to "girl2">><</button>></span>
<</if>>
<</nobr>><<nobr>>
<<if $act is "date1">>
<<if $act2 is "one">>
<<audio ":playing" fadeoverto 1 0.2>>
<<set $gvar.var7 to 0>>
<<set $temp to {"var1":0, "var2":0, "var3":0, "var4":0, "var5":0, "hideoptions":0 }>>
<style>body {background-image: url("images/GPG1O/loca/mall.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
You went to the agreed-upon meetup spot but didn't have to wait at all. $girl4.name1 arrived earlier than you.<br><br>
<<dialog $player "Hey. You're early!">><br>
<<dialog $girl4 "Hi $player.name1. I'm perfectly on time actually. On-the-dot.">><br>
<<dialog $player "Sasuga doctor-kun. Let's start our date shall we?">><br>
<<dialog $girl4 "Yes, let us begin.">><br>
<<button "Go to the coffee shop" "mall_liya">><<set $act2 to "two">><<play_background_chatter 0.2>><</button>>
<<elseif $act2 is "two">>
<style>body {background-image: url("images/GPG1O/loca/mall/coffee_shop.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<dialog $player "Have you ever been here before?">><br>
<<dialog $girl4 "Yes, and to be blunt, the coffee they serve is subpar, so I don't come often. I get espressos here if I'm too occupied with work to drive far.">><br>
<<dialog $player "Oh, that's like the hard stuff. What's going on in life that you need an espresso, Doctor?">><br>
<<dialog $girl4 "Well, Mitø, staying up late tends to make you drowsy the next morning. That's where espresso saves the day, especially after a few late shifts.">><br>
<<dialog $player "Well, well, well, a doctor who doesn’t follow her own advice. Doctor, do you know it’s important to get enough sleep? I know the grind may seem worth it now, but it's bad for you in the long term.">><br>
$girl4.name1 gives you a playful, slightly amused look as you repeat what she told you during one of your check-ups.<br><br>
/*<<dialog $girl4 "Hey look everybody, we have Mr smartpants here.">><br>*/
<<dialog $girl4 "I'm glad to see you keep my advice so close to your heart.">><br>
<<button "<<dialog $player \"Is this okay? Are you skipping work to go on a date with me?\">>" "mall_liya">><<set $act2 to "three", $act3 to "one", $temp.var1 to 1>><<addlove $girl4 2>><</button>>
<<button "<<dialog $player \"Hypotethically, if I want to see you at the hospital, what would be the best time?\">>" "mall_liya">><<set $act2 to "three", $act3 to "two", $temp.var2 to 1, $temp.hideoptions to 1>><<addlove $girl4 1>><</button>>
<<button "<<dialog $player \"Did you know about the mitochondria? It's the powerhouse of the cell.\">>" "mall_liya">><<set $act2 to "three", $act3 to "three", $temp.var3 to 1>><<addlove $girl4 2>><</button>>
<<elseif $act2 is "three">>
<style>body {background-image: url("images/GPG1O/loca/mall/coffee_shop.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<if $act3 is "one">>
<<dialog $girl4 "I didn't skip work. Tuesday and Wednesday are my days off.">><br>
<<dialog $player "That's strange. Most people have their day off during the weekends. ">><br>
<<dialog $girl4 "That's one of the perks of being a doctor, and I like to do things different from most people.">><br>
<<dialog $player "Oh yeah? Like what?">><br>
<<dialog $girl4 "Normal things, but in a different way. Like when I read, I always start with the last chapter to see if the ending is worth the journey.">><br>
<<dialog $player "Really? That sounds... unconventional indeed.">><br>
<<dialog $girl4 "Or when I eat a sandwich, I deconstruct it and eat each ingredient separately. It’s like a mini buffet.">><br>
<<dialog $player "Huh, very interesting.">><br>
<<dialog $girl4 "And when I go for a walk, I like to recite medical terms in alphabetical order as a mental exercise.">><br>
<<dialog $player "That is definitely different. I've never done that.">><br>
<<elseif $act3 is "two">>
<<dialog $girl4 "For what reasons do you want to see me at the hospital?">><br>
<<button "<<dialog $player \"For some shenanigous activities of course...\">>" "mall_liya">><<set $act3 to "two_2", $temp.var4 to 1, $temp.hideoptions to 0>><<addbaselust $girl4 1>><</button>>
<<button "<<dialog $player \"Well, it's just a hypothetical situation you know.\">>" "mall_liya">><<set $act3 to "two_2", $temp.var4 to 2, $temp.hideoptions to 0>><<addlove $girl4 1>><</button>>
<<elseif $act3 is "two_2">>
<<if $temp.var4 is 1>>
<<dialog $girl4 "Oh? What kind of mischievous activity do you have in mind?">><br>
<<dialog $player "Let's see... How do you feel about vibrating anal beads?">><br>
<<dialog $girl4 "$player.name1, let's not talk about that... I was joking.">><br>
<<elseif $temp.var4 is 2>>
<<dialog $girl4 "Hypothetically, the best time to visit would be during lunch time at 12 p.m.">><br>
<<dialog $player "In your office, I would assume?">><br>
<<dialog $girl4 "Your assumption is correct.">><br>
<</if>>
<<elseif $act3 is "three">>
<<dialog $girl4 "Ah, the mitochondria. Yes, I'm quite familiar.">><br>
<<dialog $player "Is it actually the powerhouse of the cell?">><br>
<<dialog $girl4 "Yes, it is. They generate a cell's supply of adenosine triphosphate, also known as ATP, which is its source of chemical energy. I suppose it's a catchy way to help people remember its function.">><br>
<<dialog $player "And it works. It's the only thing I remember from biology class, aside from the chapter on the human reproductive system.">><br>
<<dialog $girl4 "Well, it seems the education system's mnemonic devices are effective, if not a bit selective.">><br>
<br>
<</if>>
<<if $temp.hideoptions is 0>>
<<if $temp.var1 is 0>><<button "<<dialog $player \"Is this okay? Are you skipping work to go on a date with me?\">>" "mall_liya">><<set $act3 to "one", $temp.var1 to 1>><<addlove $girl4 2>><</button>><</if>>
<<if $temp.var2 is 0>><<button "<<dialog $player \"Hypotethically, if I want to see you at the hospital, what would be the best time?\">>" "mall_liya">><<set $act3 to "two", $temp.var2 to 1, $temp.hideoptions to 1>><<addlove $girl4 1>><</button>><</if>>
<<if $temp.var3 is 0>><<button "<<dialog $player \"Did you know about the mitochondria? It's the powerhouse of the cell.\">>" "mall_liya">><<set $act3 to "three", $temp.var3 to 1>><<addlove $girl4 2>><</button>><</if>>
<<if $temp.var1 is 1 and $temp.var2 is 1 and $temp.var3 is 1>><<button "More small talks here, but now it's time to end the date" "mall_liya">><<set $act2 to "end">><</button>><</if>>
<</if>>
<<elseif $act2 is "end">>
<<set $girl4.var.var4 to 1>>
<style>body {background-image: url("images/GPG1O/loca/mall.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<<dialog $player "I had a great time in there, $girl4.name1. We should do this again.">><br>
<<dialog $girl4 "Likewise. I didn't expect to enjoy that as much as I did.">><br>
<<dialog $player "Well, you know what they say, it's the company that makes the night, or something like that.">><br>
<<dialog $girl4 "I don't think I've heard that one. Either way, I should go home now.">><br>
<<dialog $player "Wait, I should get your number so that we can do this again.">><br>
<<dialog $girl4 "I don't know about that, $player.name1... I told you this was a casual thing. Giving you my number would be... inappropriate, to say the least.">><br>
<<dialog $player "I know you're worried about the whole patient doctor thing, but see it this way: we're just two people, friends who enjoys hanging out and getting coffee together. Plus, I'll stop going for medical check-ups, and we'll be free from the patient-doctor relationship.">><br>
<<dialog $girl4 "You're right... Alright, I'm convinced. Here's my number, but don't stop getting your check-ups because of this. I just won't be your doctor anymore.">><br>
You both exchanged numbers. <br><br>
<<dialog $player "See you later, $girl4.name1.">><br>
<<dialog $girl4 "Goodbye.">><br>
You got a lot done today as you now have $girl4.name1's number and can visit her during lunchtime in her office.<br><br>
<<button "$girl4.name1 left" "CITY1">><<set $act2 to "", $act to "mall", $gvar.var7 to 1, $girl4.event.event1.completed to 1>><<unset $temp>><<audio ":playing" stop>><</button>>
<</if>>
<<else>>
Whoppsieeeeeeeeeeeee<br><br>
<<link '<img src="images/GPG1O/others/gpg10.webp">' "MCHOUSE">><<set $act to "mcbedroom", $act2 to "">><<audio ":playing" stop>><</link>>
<</if>>
/*<<button "THE OUTBack" "CITY1">><<set $act to "mall">><<audio ":playing" stop>><</button>>*/
<</nobr>><<nobr>>
<<set $gvar.var7 to 0>>
<<if $act_1 is "talk_man1">>
<<if $man1.var.var1 is 1>>
<<set _talk to true>>
<<else>>
<<set _talk to false>>
<</if>>
<<if $man1.var.var1 is 0>>
<<dialog $player "Hey man! I'm $player.name1. It's nice to finally meet you.">><br>
<<dialog $man1 "Hey! I'm $man1.name1, nice to meet you too. I've heard a lot about you from $girl1.name1. How long have you been living around here?">><br>
<<dialog $player "Oh I haven't been here long. I moved in roughly three or four months ago. Sorry I haven't made an effort to get to know you sooner, I heard you've been busy though.">><br>
<<dialog $man1 "No worries, bud! Don't you just hate moving? It's been a hectic few weeks with the school year starting and getting everything sorted out at home. What brought you to this area anyway? Work, family, love?">><br>
<<dialog $player "A little bit of those, but I just wanted to have a fresh start.">><br>
The conversation continued for a bit longer before you excused yourself to go do something else.<br>
<<set $man1.var.var1 to 1>>
<</if>>
<<if $man1.location is "livingroom" and _talk is true >>
<<addlove $man1 2>><<addmins 25>>
<<dialog $player "Hey man, what're you watching?">><br>
<<dialog $man1 "Hey! Oh, just watching some old reruns of 'Friends.' It's one of mine and Allie's favorites.">><br>
<<dialog $player "Oh man, I haven't seen those in a while, mind if I join?">><br>
<<dialog $man1 "The more the merrier! Let me grab you a drink. What do you prefer, something soft or maybe a beer?">><br>
You and $man1.name1 watched TV together, reacting and talking about the show.<br><br>
<<elseif $man1.location is "kitchen" and _talk is true>>
<<addlove $man1 2>><<addmins 25>>
<<dialog $player "Anything interesting happening in the world lately?">><br>
<<set _list to ["Hey there $player.name1. Good morning. Well, it's mostly the usual news cycle.","Ah, you know, just the usual. Nothing majorly concerning, yet.", "The political situation in our country is getting rather chaotic. Do you keep up with politics, $player.name1?"]>>
<<dialog $man1 "<<= _list.random()>>">><br>
$girl1.partner replies with a smile as he looks up from reading the newspaper. The conversation continued for a bit longer before you decide to go do something else.<br><br>
<<else>>
<br>
<</if>>
<<if _talk>><<button "Talk about..." "apartment1b">><<set $act to "talk_man1_2", $act2 to "">><</button>><</if>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3>><</button>></span>
<<elseif $act_1 is "talk_man1_2">>
<<if $act2 is "meet_allie_how">>
<<dialog $player "So, how did you and $girl1.name1 meet? You are one lucky man, you know that.">><br>
<<dialog $man1 "(Laughs proudly) You don't have to tell me. $girl1.name1 and I actually met during a charity run.
We both signed up for a 5K to raise funds for local libraries.
She beat me by a solid two minutes, and I just had to meet the person who left me in the dust like that.">><br>
<<dialog $player "Oh wow, she must've been quite the runner.">><br>
<<dialog $man1 "Oh, definitely. She's always been into sports. Running, yoga, you name it. She is always saying how being active keeps her energized and happy.">><br>
<<if $man1.var.var2 is 0>>
<<set $temptoggle to 1, $gvar.var7 to 0>>
<<set $man1.var.var2 to 1>>
<<dialog $man1 "How about you, $player.name1? Do you have any hobbies or sports you're into?">><br>
<<button "<<dialog $player \"I like MMA.\">>" "apartment1b">><<set $act2 to "ask_player_hobby", $act4 to "mma">><</button>>
<<button "<<dialog $player \"I like music.\">>" "apartment1b">><<set $act2 to "ask_player_hobby", $act4 to "music">><</button>>
<<button "<<dialog $player \"I like Slap Fighting.\">>" "apartment1b">><<set $act2 to "ask_player_hobby", $act4 to "slap">><</button>>
<<button "<<dialog $player \"I like eating food.\">>" "apartment1b">><<set $act2 to "ask_player_hobby", $act4 to "food">><</button>>
<</if>>
<<elseif $act2 is "ask_player_hobby">>
<<if $act4 is "mma">>
<<dialog $player "I like watching MMA. Being a heavier person that I am, I live vicariously through other people's physical activity.">><br>
<<dialog $man1 "MMA, shit's intense huh! I've caught a few matches myself, and the skill level is just mind-blowing.">><br>
<<elseif $act4 is "music">>
<<dialog $player "Oh I love music, I listen to them whenever I can, but I'm more of an old soul because I like listening to older music.">><br>
<<dialog $man1 "Really? Same man! Who do you listen to?">><br>
You continued talking about music, as you two found that you have the same type in music. <br><br>
<<elseif $act4 is "slap">>
<<dialog $player "It's a little bit odd, but I like watching Slap Fighting... There's just something about the stupidity of it all, and I can't stop watching.">><br>
<<dialog $man1 "Oh man, that shit's brutal. Can't say I enjoy watching those, but I get what you mean.">><br>
<<else>>
<<dialog $player "I'm sure you can guess from looking, but I love food. I think food is the reason why life is worth living.
Taking a bite from a delicious *insert food here* makes you appreciate life like nothing else.">><br>
<<dialog $man1 "I wouldn't dare assume. Food is cool though.">><br>
<</if>>
<<elseif $act2 is "how_job">>
<<dialog $player "How's the new job going? Must be tough handling kids.">><br>
<<dialog $man1 "It's definitely been an adventure, I could tell you that. The kids are a lively bunch, so it’s never dull.">><br>
<<dialog $player "Well, I hope those kids are enjoying school better than I did. Anyway, $girl1.name1 said that you've been really busy at school? You can't leave a girl like that lonely dude.
Thirsty men would come sweeping in.">><br>
<<dialog $man1 "(Laughs) You've got a point there buddy, but I don't think I have anything to worry about. $girl1.name1 is as loyal as they come!">><br>
<<elseif $act2 is "bonus_question">>
<<dialog $player "On an unrelated note, if animals could talk, which species do you think would be the rudest of them all?">><br>
<<dialog $man1 "That’s a funny question! I’d probably say cats. Don’t get me wrong, I think they’re great, but you know they’d be all aloof and sarcastic, throwing shade with every other purr.">><br>
<<dialog $player "You know what, that is a very logical answer.">><br>
<<else>>
<</if>>
<<if $temptoggle is 0>>
<<button "How did you and $girl1.name1 meet?" "apartment1b">><<set $act2 to "meet_allie_how">><</button>>
<<button "Things going well at school?" "apartment1b">><<set $act2 to "how_job">><</button>>
<<button "Animal question" "apartment1b">><<set $act2 to "bonus_question">><</button>>
<br><span id="back"><<button "Back" "apartment1b">><<set $act to $act3, $act2 to "", $act4 to "", $gvar.var7 to 1>><<unset $temptoggle>><</button>></span>
<</if>>
<</if>>
<</nobr>><<nobr>>
<<set $gvar.var7 to 0>>
<<if $act is "cafe">>
<style>body {background-image: url("images/GPG1O/loca/uni/cafeteria.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; /* maybe contain, based on the image and goals */ }</style>
<</if>>
<<if $act_1 is "intro">>
<<set _miratempname to "Girl with kind face">>
<<if $act_2 is "one">>
<<set $girl8.var.var1 to 1>>
<img src="images/GPG1O/char/mira/mira_cafeteria.webp"><br><br>
You see a girl with a soft, composed demeanor. You've never seen anyone with a kinder face than hers. She wears a fitted, ribbed gray dress with thin straps, accentuating her slender figure. She turned towards you as you approached.<br><br>
<<button "Talk to her" "mira_intro">><<set $act_2 to "two">><</button>>
<<elseif $act_2 is "two">>
<<dialog $player "Hey, sorry, I'm a bit lost. Do you which way the cafeteria is?">><br>
<<dialog $girl8 "Oh. The cafeteria is... (<i>realization</i>) w-wait, we're already in the cafeteria." _miratempname>><br>
<<dialog $player "It is? Oh, right. Sorry, I'm new here. I'm $player.name1.">><br>
You extend your arm for a handshake, but she meets it with a blank, curious expression, staring at your hand. It goes on long enough that you begin lowering your hand<br><br>
<video autoplay loop muted><source src="images/GPG1O/char/general/handshake_ignored.mp4" type="video/mp4">Your browser does not support the video tag.</video><br><br>
<<button "She's probably a germaphobe" "mira_intro">><<set $act_2 to "three">><</button>>
<<elseif $act_2 is "three">>
As you're pulling your hand back, she suddenly realizes it's a handshake and quickly extends hers, leading to an awkward slap. There's a moment of silence as you both process what just happened.<br><br>
<<dialog $girl8 "Oh god, s-sorry. I didn't mean to." _miratempname>><br>
<<dialog $player "Don't worry, high-fives are just as good as handshakes—maybe even better!">><br>
Your quick-witted response brought a smile to her face, easing the awkward moment that just happened and helping her relax.<br><br>
<<dialog $girl8 "(<i>small laugh, red cheeks</i>) Sorry, what did you say your name was?">><br>
<<dialog $player "It's $player.name1, but you can call me... yours.">><br>
<<dialog $girl8 "(<i>blushing</i>) Oh... I'm $girl8.name1.">><br>
<<dialog $player "Nice name, $girl8.name1. It suits you. How about I buy you lunch?">><br>
<<button "Lunch with $girl8.name1... maybe" "mira_intro">><<set $act_2 to "four">><</button>>
<<elseif $act_2 is "four">>
<<dialog $girl8 "Lunch? F-for me?">><br>
Her voice wavers slightly, and she fidgets with her hands.<br><br>
<<dialog $player "(<i>notices her fidgeting</i>) Yeah... but only if you want to.">><br>
<<dialog $girl8 "Umm... no, you don't have to.">><br>
<<dialog $player "Alright, but it was nice meeting you.">><br>
<<dialog $girl8 "(<i>quietly</i>) <sub>It's nice to meet you too.</sub>">><br>
She gives you a shy smile before quickly walking away.<br><br>
<span id="back"><<button "Back" "UNI">><<set $act to "hallway", $act_1 to "", $act_2 to "">><</button>></span>
<</if>>
<<elseif $act_1 is "talk_normal">>
/%
<<button "5" "mira_intro">><<set $girl8.love to 5>><</button>>
<<button "10" "mira_intro">><<set $girl8.love to 10>><</button>>
<<button "25" "mira_intro">><<set $girl8.love to 25>><</button>>
<<button "50" "mira_intro">><<set $girl8.love to 50>><</button>>
<<button "75" "mira_intro">><<set $girl8.love to 75>><</button>>
<<button "100" "mira_intro">><<set $girl8.love to 100>><</button>><br>
%/
<<set _mira_special_status to "none">>
<<if _mira_special_status is 1>>
<<set _precedent to $special_event_priority>>
<<if _precedent is 1>>
//special interraction 1 here
<<elseif _precedent is 2>>
//special interraction 2 here
<<elseif _precedent is 3>>
//special interraction 3 here
<<elseif _precedent is 4>>/*For example, if the girl is angry, i can toggle $special_event.status to 1 and $special_event.priority to 4.*/
<<dialog $girl1 "Well, well, well, look who's here. Did you come to apologize?">>
$girl.name1 is still angry with you.
<<button "Apologize">>
<<button "Don't apologize">>
<<else>>
ERROR HERE.
<</if>>
<<else>>/*if no $special_event.status is 0 or inactive, then normal interraction.*/
<<add_love $girl8>>
<<set _girl to $girl8>>
<<addlove $girl8 3>>
<img src="images/GPG1O/char/mira/mira_cafeteria.webp"><br><br>
<<if _girl.love lte 5>>
<<set _mira_talk_random to random(0,3)>>
<<if _mira_talk_random is 1>>
<<dialog $player "Hey.">><br>
<<dialog _girl "Oh, uh, hi.">><br>
<<elseif _mira_talk_random is 2>>
<<dialog $player "How's it going?">><br>
<<dialog _girl "It's fine, I guess. How about you?">><br>
<<dialog $player "I'm doing perfect!">><br>
<<else>>
<<dialog $player "What are you up to?">><br>
<<dialog _girl "Just figuring out what to eat... Nothing special.">><br>
<</if>>
<<elseif _girl.love gt 5 and _girl.love lte 10>>
<<set _mira_talk_random to random(0,3)>>
<<if _mira_talk_random is 1>>
<<dialog $player "Hey!">><br>
<<dialog _girl "Oh, hey there!">><br>
<<elseif _mira_talk_random is 2>>
<<dialog $player "How's your day?">><br>
<<dialog _girl "It's okay. Just a little stressed from school, but it's fine.">><br>
<<else>>
<<dialog $player "What are you working on?">><br>
<<dialog _girl "Oh, just some programming stuff. Kind of tough, honestly.">><br>
<</if>>
<<elseif _girl.love gt 10 and _girl.love lte 20>>
<<set _mira_talk_random to random(0,3)>>
<<if _mira_talk_random is 1>>
<<dialog $player "Hey, $girl8.name1.">><br>
<<dialog _girl "Hey! How are you?">><br>
<<elseif _mira_talk_random is 2>>
<<dialog $player "Been busy?">><br>
<<dialog _girl "Yeah, kinda. School's always hectic, you know?">><br>
<<else>>
<<dialog $player " What's up?">><br>
<<dialog _girl "Not much, just trying to get through another assignment.">><br>
<</if>>
<<elseif _girl.love gt 20 and _girl.love lte 40>>
<<set _mira_talk_random to random(0,3)>>
<<if _mira_talk_random is 1>>
<<dialog $player "Hey!">><br>
<<dialog _girl "Hi! It's nice to see you!">><br>
<<elseif _mira_talk_random is 2>>
<<dialog $player "How's life treating you?">><br>
<<dialog _girl "It's been better, but talking to you helps, I think.">><br>
<<else>>
<<dialog $player "Anything fun planned?">><br>
<<dialog _girl "Not really. Maybe I'll watch some anime later. You?">><br>
<<dialog $player "That sounds fun. I don't know what I'll be doing later.">><br>
<</if>>
<<elseif _girl.love gt 40 and _girl.love lte 60>>
<<set _mira_talk_random to random(0,3)>>
<<if _mira_talk_random is 1>>
<<dialog $player "Hey, _girl.name1!">><br>
<<dialog _girl "Oh, hey! ">><br>
<<elseif _mira_talk_random is 2>>
<<dialog $player "How's everything going?">><br>
<<dialog _girl "It's a bit stressful, but I'm hanging in there!">><br>
<<else>>
<<dialog $player "Any plans later?">><br>
<<dialog _girl "I might take a break and do some drawing. You wanna join?">><br>
<<dialog $player "Thanks for the invite, but maybe another time.">><br>
[too lazy to implement right now]<br>
<</if>>
<<elseif _girl.love gt 60 and _girl.love lte 80>>
<<set _mira_talk_random to random(0,3)>>
<<if _mira_talk_random is 1>>
<<dialog $player "Hey, _girl.name1!">><br>
<<dialog _girl "Hey! I was hoping I'd see you.">><br>
<<elseif _mira_talk_random is 2>>
<<dialog $player "How have you been?">><br>
<<dialog _girl "I've been thinking about you, actually. You're always so nice to talk to.">><br>
<<dialog $player "I like talking to you too _girl.name1.">><br>
<<else>>
<<dialog $player "Doing anything fun today?">><br>
<<dialog _girl "I was thinking of doodling or watching something. Maybe we could hang out?">><br>
<<dialog $player "Of definitely!">><br>
[nope, not gonna happen, at least not yet.]<br>
<</if>>
<<elseif _girl.love gt 80>>
<<set _mira_talk_random to random(0,3)>>
<<if _mira_talk_random is 1>>
<<dialog $player "Hey, _girl.name1!">><br>
<<dialog _girl "Hey! I've missed you!">><br>
<<dialog $player "I missed you too!">><br>
<<elseif _mira_talk_random is 2>>
<<dialog $player "How are you feeling today?">><br>
<<dialog _girl "Much better now that you're here. You always make me smile.">><br>
<<dialog $player "I'm glad I could make you smile.">><br>
<<else>>
<<dialog $player "Any plans for later?">><br>
<<dialog _girl "Well, I was hoping we could spend some time together. What do you think?">><br>
<<dialog $player "Totally!">><br>
[Again, nope, not gonna happen.]<br>
<</if>>
<</if>>
<<if $girl8.love gt 25>>
<br><<button "She looks a bit stressed out" "mira_intro">><<set $act_1 to "talk_topics", $act_2 to "stressed", $act_3 to "one">><</button>>
<</if>>
<<if $girl8.love gt 50>>
<<if $girl8.var.var8[1] is 0 or $girl8.var.var8[1] is undefined>>
<<button "Question incoming" "mira_intro">><<set $act_1 to "talk_topics", $act_2 to "questionthensobbing", $act_3 to "one">><</button>>
<</if>>
<</if>>
<br><span id="back"><<button "Back" "UNI">><<set $act to "hallway", $act_1 to "", $act_2 to "">><</button>></span>
<</if>>
<<elseif $act_1 is "talk_topics">>
<<if $act_2 is "stressed">>
<<if $act_3 is "one">>
<<if $girl8.var.var8[0] is undefined or $girl8.var.var8[0] is 0>>
<<set $girl8.var.var8[0] to 1>>
<<dialog $player "Hey, $girl8.name1! How's it going?">><br>
<<dialog $girl8 "Oh, hey, $player.name1... I'm okay, I guess.">><br>
There's a brief pause as $girl8.name1 seems to gather her thoughts.<br><br>
<<dialog $player "Are you okay? You look a bit... stressed out.">><br>
<<dialog $girl8 "(<i>sighing softly</i>) You can see that? It's just... I'm not sure if I'm doing it right.">><br>
<<dialog $player "Doing what right?">><br>
<<dialog $girl8 "My programming class... I feel so lost, and it's so hard to memorize everything.">><br>
<<dialog $player "I'm sorry to hear that, but I know you'll get through it. I'm cheering for you!">><br>
<<dialog $girl8 "(<i>smiling faintly</i>) Thanks... I'll try.">><br>
<<elseif $girl8.var.var8[0] is 1>>
<<set $girl8.var.var8[0] to 2>>
<<dialog $player "Stressed out again?">><br>
<<dialog $girl8 "Yeah...">><br>
<<dialog $player "Let's go grab some food. My treat. (<i>jokingly</i>) Just don't order too much, alright? ">><br>
<<dialog $girl8 "(<i>brightens up a bit</i>) I'll take you up on that offer today, haha.">><br>
You both go out to get food. You end up paying 80 bucks for everything, because $girl8.name1 picked an unassuming slice of cake that turned out to be a super expensive gourmet dessert.<br><br>
<<set $player.cash -= 80>>
<<addlove $girl8 5>>
<<else>>
<<set $girl8.var.var8[0] to 2>>
<<dialog $player "Stressed out again?">><br>
<<dialog $girl8 "Yeah...">><br>
<<dialog $player "Wanna go fill up our bellies to wash it out?">><br>
<<dialog $girl8 "(<i>brightens up a bit</i>) That could definitely help.">><br>
You both go out to get food, and had lunch together.<br><br>
<<addlove $girl8 1>>
<</if>>
<span id="back"><<button "Back" "UNI">><<set $act to "hallway", $act_1 to "", $act_2 to "">><</button>></span>
<</if>>
<<elseif $act_2 is "questionthensobbing">>
<<if $act_3 is "one">>
<<set $girl8.var.var8[1] to 1>>
<<dialog $girl8 "Hey, $player.name1! I've been meaning to ask you something.">><br>
<<dialog $player "Sure, what's up?">><br>
<<dialog $girl8 "You know how I struggle with my programming class, and how I'm always stressed out because of it?">><br>
<<dialog $player "Yeah?">><br>
<<dialog $girl8 "I don't know how or why, but I'm struggling so much. My classmates seem to have it easy, like they don't even have to try. I just... I feel so dumb.">><br>
<<dialog $player "Don't say that. You're not dumb. Please don't think of yourself like that.">><br>
<<dialog $girl8 "(<i>with frustration</i>) But... why do I struggle so much? I've been studying so, so hard and my hand is starting to feel numb from writing so much, and I'm still so... lost.">><br>
<<dialog $player "I'm sorry you feel this way. It's hard, and I'm not going to tell you that it's going to get easier, but I'm here to listen to you.">><br>
<<dialog $girl8 "(<i>starts to sob</i>) bwaaaa...">><br>
/%
<<dialog $player "I do know this, $girl8.name1: if it pains you this much, maybe it's not worth pursuing. It's not too late to change course.">><br>
<<dialog $girl8 "But... I'm already a year in. It feels too late to try something else now.">><br>
<<dialog $player "I know. Just let it all out. We'll figure things out eventually.">><br>
%/
In the end, you never found out what she wanted to ask. But in the moment, it didn't feel right to ask.<br><br>
<<addlove $girl8 5>>
<span id="back"><<button "Back" "UNI">><<set $act to "hallway", $act_1 to "", $act_2 to "">><</button>></span>
<</if>>
<<elseif $act_2 is "topic1">>
<<if $act_3 is "one">>
<</if>>
<<elseif $act_2 is "topic1">>
<<if $act_3 is "one">>
<</if>>
<<elseif $act_2 is "topic1">>
<<if $act_3 is "one">>
<</if>>
<<elseif $act_2 is "topic1">>
<<if $act_3 is "one">>
<</if>>
<</if>>
<<else>>
<<girl_loca $girl8>>
<<if $girl8.location is "cafeteria">>
<<set _mira_present to true>>
<</if>>
<<if _mira_present>>
<<if $girl8.var.var1 is 0>>
<<button "Cute girl detected" "mira_intro">><<set $act_1 to "intro", $act_2 to "one", $gameDate.setHours(14), $gameDate.setMinutes(0)>><</button>><br>
<<else>>
<<button "You see $girl8.name1" "mira_intro">><<set $act_1 to "talk_normal", $act_2 to "", $gameDate.setHours(14), $gameDate.setMinutes(0)>><</button>><br>
<</if>>
<</if>>
<</if>>
<</nobr>><span id="back"><<button "Back" "MCHOUSE">><<set $act to "mcbedroom", $act2 to "computer">><</button>></span><br><br>
<<script>>
var allVariables = State.variables;
var variablesString = safeStringify(allVariables, 2);
window.variablesString = variablesString;
<</script>>
<pre><<print window.variablesString>></pre><<nobr>>
<div class="wide-button"><<button "Back">><<inDialog "inventory">><</button>></div><br>
<<if _reserved_temp_for_impreg !== undefined && _reserved_temp_for_impreg !== null>>
<<impreg2>><br>
<</if>>
<</nobr>><<nobr>>
<<constant_reset>>
<<set _temp1 to 0>>
<<switch $act>>
<<case "sleep">>
<video autoplay muted loop id="myVideoBackground">
<source src="images/GPG1O/others/cloud.mp4" type="video/mp4">
</video>
<div class="videobackground">
<<set _temphour to $gameDate.getHours() >>
<<if $cheat.alarm is 1>>
<<if $gameDate.getHours() gte 0 and $gameDate.getHours() lte 5>>
<<cacheaudio "wakeup" "images/GPG1O/sound/wakeup.m4a">>
<<audio "wakeup" play>>/%play audio%/
<<dream>><br>
You've slept for roughly <<print (7 - _temphour)>> hour(s) before the ringing from your alarm woke you up.
<<set $gameDate.setHours(6), $gameDate.setMinutes(0), _temp1 to Math.round((8 - _temphour)/8 *$player.fitness) >>
<<if $player.energy lte $player.fitness-1>>
<<set $player.energy to Math.clamp($player.energy += _temp1, 0, $player.fitness)>>
<<else>>
<<set $player.energy to $player.fitness>>
<</if>>
<<elseif $gameDate.getHours() lte 23 and $gameDate.getHours() gte 6 >>
<<dream>><br>
You've slept an adequate amount of hour, perhaps even more, and got a nice rest. Your energy is fully replenished.
<<addhours 7>><<set $player.energy to $player.fitness>>
<</if>>
<br><br><<if $player.fitness gte 70>><img src="images/GPG1O/char/mc/sleep1.webp"><<else>><img src="images/GPG1O/char/mc/sleep3.webp"><</if>>
<br><br><span id="back"><<button "Wake up" "MCHOUSE">><<set $act to "mcbedroom">><<audio ":playing" stop>><</button>></span>
<<else>>
You quickly dozed off and went to the dreamlands.
<<dream>>
<<addhours 7>><<set $player.energy to $player.fitness>>
<br><br><<if $player.fitness gte 70>><img src="images/GPG1O/char/mc/sleep1.webp"><<else>><img src="images/GPG1O/char/mc/sleep3.webp"><</if>>
<br><br><span id="back"><<button "Wake up" "MCHOUSE">><<set $act to "mcbedroom">><</button>></span>
<</if>>/%closing if for cheat alarm.%/
</div>/*Closing for div class= videobackground*/
<<case "sleep_freelocation">>
<video autoplay muted loop id="myVideoBackground">
<source src="images/GPG1O/others/cloud.mp4" type="video/mp4">
</video>
<div class="videobackground">
<<set _temphour to $gameDate.getHours() >>
<<if $cheat.alarm is 1>>
<<if $gameDate.getHours() gte 0 and $gameDate.getHours() lte 5>>
<<cacheaudio "wakeup" "images/GPG1O/sound/wakeup.m4a">>
<<audio "wakeup" play>>/%play audio%/
<<dream>><br>
You've slept for roughly <<print (7 - _temphour)>> hour(s) before the ringing from your alarm woke you up.
<<set $gameDate.setHours(6), $gameDate.setMinutes(0), _temp1 to Math.round((8 - _temphour)/8 *$player.fitness) >>
<<if $player.energy lte $player.fitness-1>>
<<set $player.energy to Math.clamp($player.energy += _temp1, 0, $player.fitness)>>
<<else>>
<<set $player.energy to $player.fitness>>
<</if>>
<<elseif $gameDate.getHours() lte 23 and $gameDate.getHours() gte 6 >>
<<dream>><br>
You've slept an adequate amount of hour, perhaps even more, and got a nice rest. Your energy is fully replenished.
<<addhours 7>><<set $player.energy to $player.fitness>>
<</if>>
<br><br><<if $player.fitness gte 70>><img src="images/GPG1O/char/mc/sleep1.webp"><<else>><img src="images/GPG1O/char/mc/sleep3.webp"><</if>>
<br><br><span id="back"><<button "Wake up" $act3>><<set $act to $act2, $act2 to "", $act3 to "">><<audio ":playing" stop>><</button>></span>
<<else>>
You quickly dozed off and went to the dreamlands.
<<dream>>
<<addhours 7>><<set $player.energy to $player.fitness>>
<br><br><<if $player.fitness gte 70>><img src="images/GPG1O/char/mc/sleep1.webp"><<else>><img src="images/GPG1O/char/mc/sleep3.webp"><</if>>
<br><br><span id="back"><<button "Wake up" $act3>><<set $act to $act2, $act2 to "", $act3 to "">><<audio ":playing" stop>><</button>></span>
<</if>>/%closing if for cheat alarm.%/
</div>/*Closing for div class= videobackground*/
<<case "sleep_homeless">>
<video autoplay muted loop id="myVideoBackground">
<source src="images/GPG1O/others/cloud.mp4" type="video/mp4">
</video>
<div class="videobackground">
<<set _temphour to $gameDate.getHours() >>
You quickly dozed off and entered the dreamlands. However, you didn't sleep well due to the lack of proper sleepwear and a safe environment.
<<dream>>
<<addhours 5>><<set $player.energy to $player.fitness-1>>
<br><br><<if $player.fitness gte 70>><img src="images/GPG1O/char/mc/sleep_homeless1.webp"><<else>><img src="images/GPG1O/char/mc/sleep_homeless2.webp"><</if>>
<br><br><span id="back"><<button "Wake up" $act3>><<set $act to $act2, $act2 to "", $act3 to "">><<audio ":playing" stop>><</button>></span>
</div>/*Closing for div class= videobackground*/
<<case "nap">>/*So far, this is not being used as of 29/4/2024*/
You napped for an hour.
<br><br><<if $player.fitness gte 70>><img src="images/GPG1O/char/mc/sleep1.webp"><<else>><img src="images/GPG1O/char/mc/sleep3.webp"><</if>>
<br><br><<button "Nap again" "sleep">><</button>>
<br><<button "Get up" "BEDROOMMC">><</button>>
<<if $player.energy lte $player.fitness-1>>
<<set $player.energy to $player.energy += 1>>
<<addhours 1>>
<<else>>
<<set $player.energy to $player.fitness>>
<<addhours 1>>
<</if>>
<<default>>
this is the default option, you shouldn't be here.
<span id="back"><<button "Click here to return to the navigation page" "MCHOUSE">><</button>><span id="back">
<</switch>>
<</nobr>><<nobr>>
<style>body {background-image: url("images/GPG1O/others/computer_bg.webp"); background-attachment: fixed; background-repeat: no-repeat;background-size: cover; ;/* maybe contain, based on the image and goals */ }</style>
<<add_corruption $girl3 >><br>
<br><br><span id="back"><<button "Back" "MCHOUSE">><<set $act to "mcbedroom">><<set $act2 to "computer", $gvar.var10 to "">><</button>></span>
<</nobr>>