JavaScript must be enabled to play.
Browser lacks capabilities required to play.
Upgrade or switch to another browser.
Loading…
<<include $profile>> <<include "plug">> <<backend>> [[player-profile]] [[haru-profile]] [[plug]] [[emi-profile]] [[shiori-profile]] [[shizu-profile]] [[rio-profile]] [[miku-profile]][[akane-profile]][[player-values]] <</backend>>
<div class="bg alley"></div> <div class="content-panel"> <img src="img/title-screen.png" style="max-width: 80%;"> <<regButton "intro1" "Start Game">><</regButton>> </div> <<if false>> /* connected passages */ [[intro1]] [[character-stats]] <</if>>
<<backend>> <<set $daystate to getDayState($hour)>> <<set $daycolor to getDayColor($hour, 0)>> <<set $dayglow to getDayColor($hour, 1)>> <<set $daycolor to "0.5px " + $daycolor>> <<set $dayglow to "8px " + $dayglow>> <<set $displaytime = ($hour > 12 ? ($hour - 12) : $hour) + ":" + ($minute < 10 ? "0" + $minute : $minute) + " " + ($hour >= 12 ? "PM" : "AM") + " (" + $daystate + ")">> <</backend>> <img id="title-image" src="img/StreetHero-01.png" alt="Game Title" style="width: 120%; max-width: 200px;"> <h1 style="font-size: 16px;">Version 0.3</h1> <h1 style="font-size: 20px;">Day: <<glow>><<print $day>><</glow>> <h1 style="font-size: 20px;">Time: <<glow $daycolor $dayglow>><<print $displaytime>><</glow>></h1><<if $hidenav == 0>><div class="button-row"><<ifpassagehas>><<tskip 0 15 "+15m">><<tskip 0 30 "+30m">><<tskip 1 0 "+1h">><</ifpassagehas>></div><</if>><<include "player-values">><<if $hidenav == 0>> <<imgButton "bedroom" "img/neon-buttons/bedroom.jpg">> <<imgButton "alley" "img/neon-buttons/alley.jpg">> <<imgButton "business-area" "img/neon-buttons/business-area.jpg">> <<imgButton "school" "img/neon-buttons/school.jpg">> <<imgButton "characters" "img/neon-buttons/characters.jpg">> <</if>><<if $inbattle == 1>><<include "battle-rules">><</if>><<backend>> <<set $haru.maxlove = 150>> <<set $emi.maxlove = 120>> <<set $akane.maxlove = 120>> <<set $shiori.maxlove = 120>> <<set $rio.maxlove = 120>> <<set $shizu.maxlove = 120>> <<set $yuki.maxlove = 120>> <<set $miku.maxlove = 120>> <<if (($hour >= 17 && $minute >= 30) && $hour < 19) && $dayIndex % 7 < 6 && $dayIndex % 7 > 0>> <<if $hour >= 19 || $dayIndex % 7 == 6 || $dayIndex % 7 == 0>> <<set $haru.scc = 0>> <</if>> <<set _trackPassages = ["alley", "business-area", "home", "bedroom", "school", "classroom", "track", "council-room", "rooftop", "park", "hospital", "hosp-lobby", "konbini", "konbini-int", "miku-room"]>> <<if _trackPassages.includes(passage())>> <<set $currentPassage = passage()>> <</if>> <</backend>>
<<set $days = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]>> <<set $player = { name: "Shin", classIntro: 0, orgasm: 0, money: 5000, rank: 100, }>> <<set $stats = { level: 1, hp: 100, ep: 100, maxhp: 100, maxep: 100, str: 0, agi: 0, int: 0, exp: 0, points: 15, }>> <<set $sick = 1>> <<set $tempStats = JSON.parse(JSON.stringify($stats))>> <<set $location to "Intro">> <<set $dayIndex = 0>> <<set $hour = 7>> <<set $minute = 0>> <<set $haru = { love: 0, quest: 1, chat: 0, stormoff: 0, visit: 0, discomfort: 0, scc: 0}>> <<set $akane= { love: 0, quest: 1, chat: 0, checktoday: 0}>> <<set $shiori= { love: 0, quest: 1, chat: 0}>> <<set $emi= { love: 0, quest: 1, chat: 0}>> <<set $rio= { love: 0, quest: 1, chat: 0}>> <<set $shizu= { love: 0, quest: 1, chat: 0, q1: 0}>> <<set $yuki= { love: 0, quest: 1, chat: 0, spending: 0, think: 0}>> <<set $miku= { love: 0, quest: 1, chat: 0, follow: 0}>> <<set $profile to "player-profile">> <<set $day = $days[$dayIndex]>> <<set $daystate = getDayState($hour)>> <<set $location to "Intro">> <<set $hidenav to 1>> <<set $discomfort to 0>> <<set $inbattle = 0>> <<set $hospintro to "hosp-intro">> <<set $riomeet = 0>>
<<backend>> <<set $shioridialog = "...">> <<if $shiori.quest > 4>><<set $shioridialog = "Hi, $player.name!">><</if>> <</backend>><div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shiori/shiori-class.mp4" type="video/mp4"> </video> <<dialog "Shiori" "student">>$shioridialog <</dialog>> <div class="button-row"> <<if $shiori.quest == 2>><<regButton "shiori2-1" "You recognize her">><</regButton>><</if>> <<regButton "classroom" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[shiori2-1]] <</if>> <<set $profile to "shiori-profile">>
<div class="bg alley"></div> <div class="content-panel"> <<dialog "You">>It smells like piss. <</dialog>><<if $hour > 22>> <<elseif $stats.agi >= 30>> <<elseif $stats.agi >= 20>> <<else>><</if>><<if $miku.follow == 3 && $miku.quest == 1 && $hour >= 23 && $minute < 30>><<regButton "miku1-alley" "The cute girl notices you">><</regButton>> <</if>> <div class="button-row"> <<imgButton "business-area" "img/neon-buttons/business-area.jpg">> <<imgButton "school" "img/neon-buttons/school.jpg">> <<imgButton "home" "img/neon-buttons/home.jpg">> <<imgButton "park" "img/neon-buttons/park.jpg">> </div> </div> <<if false>> [[park]] [[konbini]] [[hospital]][[miku1-alley]][[business-area]] <</if>> <<set $location to "Alley">> <<set $profile to "player-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>I'm in my bedroom. <</dialog>> <div class="button-row"> <<if $emi.quest >= 5 && $daystate == "Night" && $emi.chat < 5>> <<regButton "emi-call-bed" "Call Emi">><</regButton>> <</if>><<if $shiori.quest >=5 && ($day == "Saturday" || $day == "Sunday") && $hour < 12>><<regButton "shiori5-1" "Shiori is calling">><</regButton>><</if>> <<regButton "sleep" "Sleep">><</regButton>> <<regButton "character-stats" "Manage Stats">><</regButton>> <<regButton "home" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[home]] [[school]][[emi-call-bed]][[waste-time-bed]][[shiori5-1]] <</if>> <<set $location to "Bedroom">> <<set $profile to "player-profile">> <<set $hidenav to 0>> <<set <br><br>
<div class="bg bedroom"></div> <div class="content-panel"> <h1 style="font-weight: 500;"><<glow "0.25px white" "2px white" 24>>Character Stats<</glow>></h1> <img src="img/avatars/you-01.png" style="max-width: 40%;"> <h1 style="font-size: 20px;"><<glow "0.5px cyan" "8px cyan">>Sawada <</glow>><<textbox "$player.name" $player.name>></h1><h1><<glow "0.65px yellow" "10px red">>Level <<print $stats.level>><</glow>></h1><div style="width:60%; margin: 0 auto;"><<glow "0.65px cyan" "10px cyan">>exp: <<print $stats.exp>> / <<print getReq($stats.level)>><</glow>> <div style="width: 60%; line-height:1.1; margin: 0 auto;"> <h1><<glow "0.5px yellow" "8px orange">>Stats<</glow>></h1> <<backend>> <<set $originalStats = JSON.parse(JSON.stringify($stats))>> <<set $tempStats = JSON.parse(JSON.stringify($stats))>> <</backend>> <div style="display: flex;"> <div style="width: 60%; text-align: left;"><h1><<glow "0.5px red" "8px red">><span style="color: #f55;">Strength:</span><</glow>></h1></div> <div style="width: 10%"><h1><<stat "0.5px red" "8px red" "str">>-<</stat>> </h1></div> <div style="width: 20%"><h1><<glow "0.5px red" "8px red">><span id="stat-str" style="color: #f55;"><<print $tempStats.str>></span><</glow>></h1></div> <div style="width: 10%"><h1><<stat "0.5px red" "8px red" "str">>+<</stat>> </h1></div> </div> <div style="display: flex;"> <div style="width: 60%; text-align: left;"><h1><<glow "0.5px cyan" "8px cyan">>Intelligence:<</glow>></h1></div> <div style="width: 10%"><h1><<stat "0.5px cyan" "8px cyan" "int">>-<</stat>> </h1></div> <div style="width: 20%"><h1><<glow "0.5px cyan" "8px cyan">><span id="stat-int"><<print $tempStats.int>></span><</glow>></h1></div> <div style="width: 10%"><h1><<stat "0.5px cyan" "8px cyan" "int">>+<</stat>> </h1></div> </div> <div style="display: flex;"> <div style="width: 60%; text-align: left;"><h1><<glow "0.5px lime" "8px green">><span style="color: #cfc;">Agility:</span><</glow>></h1></div> <div style="width: 10%"><h1><<stat "0.5px lime" "8px green" "agi">>-<</stat>> </h1></div> <div style="width: 20%"><h1><<glow "0.5px lime" "8px green">><span id="stat-agi"><<print $tempStats.agi>></span><</glow>></h1></div> <div style="width: 10%"><h1><<stat "0.5px lime" "8px green" "agi">>+<</stat>> </h1></div> </div> <div style="display: flex;"><div style="width: 90%; text-align: right;"><h1><<glow "0.5px yellow" "8px yellow">>Stat Points:<</glow>></h1></div> <div style="width: 10%"><h1><<glow "0.5px yellow" "8px yellow">><span id="stat-points"><<print $tempStats.points>></span><</glow>></h1></div> </div> <<regButton "stat-crud" "Done">><</regButton>> </div> <div style="text-align: left; line-height:1.1; width: 90%; margin: 0 auto; background-color: rgba(0, 0, 0, .8); padding: 0px 20px 20px 20px; outline: 1px solid white;"> <h1><<glow "0.5px yellow" "8px orange">>Stat Guide<</glow>></h1><h1>The best weapon is one's body. Training <<glow "0.5px red" "8px red">><span style="color: #f55;">strength</span><</glow>> will turn your body into the ultimate weapon, increasing your <<glow "0.5px red" "8px red" 16>><span style="color: #f55;">damage</span><</glow>> and <<glow "0.5px red" "8px red" 16>><span style="color: #f55;">health</span><</glow>>.</h1><h1>A sharp mind will allow you to see through your enemies and most importantly, yourself. Improving your <<glow "0.5px cyan" "8px cyan">>intelligence<</glow>> will increase your <<glow "0.5px cyan" "8px cyan" 16>>Crit Rate<</glow>> and <<glow "0.5px cyan" "8px cyan" 16>>experience<</glow>> taken from battles.</h1><h1>Learning how to move efficiently is the key to athleticism. Train your <<glow "0.5px lime" "8px green">><span style="color: #cfc;">agility</span><</glow>> to increase your <<glow "0.5px lime" "8px green" 16>><span style="color: #cfc;">overall speed</span><</glow>> and <<glow "0.5px lime" "8px green" 16>><span style="color: #cfc;">energy</span><</glow>>. </h1></div> <<backend>> [[stat-crud]]<</backend>>
<div class="bg alley"></div> <div class="content-panel"> <h1><<glow "0.65px yellow" "10px orangered" 25>>GUIDES<</glow>></h1><div class="button-row id-row"> <<guideButton "akane">> <<guideButton "emi">> <<guideButton "haru">> <<guideButton "miku">> <<guideButton "rio">> <<guideButton "shiori">> <<guideButton "shizu">> <<guideButton "yuki">> </div><h1><<glow "0.5px cyan" "8px cyan" 25>>CHARACTERS<</glow>></h1><<dialog "You">>I'm the son of a gangster who slept with the rival gang boss' daughter so I had to move in with my Uncle to help our clan build strength for the upcoming war. <</dialog>> <<dialog "Azuki">>I'm the daughter of Yamaguchi Takeshi. <</dialog>> <<dialog "OldBoss">>I'm known as the ultimate gangster. I lead the Yamaguchi Clan. <</dialog>> <<dialog "Dad">>I'm $player.name's father and the leader of the Sawada Clan. <</dialog>> <<dialog "Uncle">>I'm the younger brother of Sawada Isao. I lead a branch of the Sawada Clan and I have taken in my nephew, Sawada $player.name, who is currently being targeted by the Yamaguchi Clan. <</dialog>> <<dialog "Haru">>I'm the class representative. Studying is important to me! I'm the first person you meet at school. <</dialog>> <<dialog "Emi">>I'm a classmate who likes strong guys. Maybe I'll notice you when you grow some muscle. <</dialog>> <<dialog "Akane">>I'm the personal doctor for the Sawada Clan. I am indebted to Sawada Isao's late wife. As thanks, I will take care of her son... <</dialog>> <<dialog "Miku">>I'm your neighbor. I typically buy food at the Convenience Store late at night. Maybe you can meet me there? <</dialog>> <<dialog "Rio">>I'm your classmate! I'll warn you about a certain classmate. Don't forget to thank me after you deal with it, okay? <</dialog>> <<dialog "Shiori">>I am your classmate. I work as a model, and I get harrassed by boys all the time. <</dialog>> <<dialog "Shizu">>I'm your teacher. My dream is to change the Delinquent School, Aoba High, into a respectable school. I won't let you turn into a thug! <</dialog>> <<dialog "Yuki">>I work at the Convenience Store. Don't talk to me while I work... Unless... <</dialog>> <<backend>> <<dialog "Ayu">>I'm an idol. <</dialog>> <<dialog "Saki">>I'm a lesbian track runner. <</dialog>> <</backend>> <<regButton $currentPassage "Back">><</regButton>> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Characters">> <<set $profile to "player-profile">>
<<set $player.classInto = 1>> <div class="bg classroom"></div> <div class="content-panel"> <img src="img/misc/class-intro.jpg" style="max-width: 80%;"> <<dialog "Shizu">>Class! We have a new student. $player.name, introduce yourself. <</dialog>> <<dialog "You">>Good morning. My name is Sawada $player.name. I recently moved here from Shibuya. Please take care of me. <</dialog>> <<dialog "Shizu">>You heard him. Help him adjust, okay? Miss class rep, assist him, okay? <</dialog>> <hr> You instantly feel a collective hostility from a lot of people. <hr> <<dialog "You">><i>*Whoa. I'm already making enemies.*</i> <</dialog>> <<dialog "Haru" "student">>Yes, ma'am! <</dialog>> <<dialog "Shizu">>Great! $player.name, you can take the seat next to Miss Haru. <</dialog>> <hr> You feel the hostility grow stronger. <hr> <<dialog "You">><i>*Jeez...*</i> Yes, ma'am. <</dialog>> <<regButton "classroom" "You sit next to the class rep">><</regButton>> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Classroom">> <<set $player.classIntro to 1>>
<div class="bg classroom"></div> <div class="content-panel"> <<if $dayIndex % 7 < 6 && $dayIndex % 7 > 0>> <<include "class-head">> <div class="button-row"> <<if $emi.quest >= 5 && $hour == 17>><<regButton "emi4-7" "Wait until you're alone with Emi">><</regButton>><</if>> <<if ($hour == 17 || ($hour == 18 && $minute <= 30)) && $haru.quest >= 3 && $haru.scc == 0>><<regButton "haru-afterclass" "Haru is waiting for you">><</regButton>><</if>><<if $hour == 17 && $minute < 45 && $player.rank <= 95 && $haru.quest >= 6>><<regButton "shizu-class-crud" "Shizu-sensei wants to talk">><</regButton>><</if>><<if $hour == 12 && $shiori.quest == 4>><<regButton "shiori4-1" "Have lunch with Haru">><</regButton>><</if>> <<include "class-study">><<regButton "school" "Leave">><</regButton>></div> <<else>> <<dialog "You">>No classes today. <</dialog>><<set $profile to "player-profile">> <<regButton "school" "Leave">><</regButton>> <</if>><<include "class-icons">> </div> <<backend>> updateright(); /* connected passages */ [[study]] [[study-break]] [[end-class]] [[shiori-class]] [[emi-class]] [[haru-class]] [[rio-class]] [[haru-afterclass]][[rio-crud]][[class-head]][[class-icons]][[class-study]][[shizu-class-crud]][[shiori4-1]] <</backend>> <<set $location to "Classroom">>
<<backend>><<set $emichat = "emi-chat"+$emi.quest>><</backend>> <div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/emi/emi-class.mp4" type="video/mp4"> </video> <<if $emi.quest == 1>> <<dialog "Emi" "student">>What do you want? <</dialog>> <<elseif $emi.quest == 3 || $emi.quest == 4>> <<dialog "Emi" "student">>... <</dialog>> <<elseif $emi.quest >= 5>> <<dialog "Emi" "student">>Hi, $player.name. <</dialog>> <<else>> <<dialog "Emi" "student">>Hey, nerd. <</dialog>> <</if>> <div class="button-row"> <<if $emi.quest == 4 && $player.rank <= 85 && $hour > 10 && $hour < 13>><<regButton "emi4-1" "Emi is being bullied">><</regButton>><</if>> <<if $emi.quest == 1>> <<if $stats.str < 10>> <<regButton "emi-annoyed" "Chat">><</regButton>> <<else >> <<regButton "emi1-1" "Emi notices you">><</regButton>> <</if>> <<elseif $emi.chat < 5>> <<regButton $emichat "Chat">><</regButton>> <</if>> <<regButton "classroom" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-annoyed]][[emi-chat2]][[emi1-1]][[emi-chat4]][[emi4-1]] <</if>> <<set $profile to "emi-profile">>
<div class="bg classroom"></div> <div class="content-panel"> You focus in class. <hr> <img id="title-image" src="img/misc/study.jpg" style="width: 45%;"> <div class="button-row"> <<regButton "classroom" "Class Dismissed">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<backend>> <<set $hour = 17>> <<set $minute = 0>> <</backend>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>Let's study. <</dialog>> <<dialog "You">>That's what we're here for. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-bedroom.mp4" type="video/mp4"> </video> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <div class="button-row"> <<regButton "haru3-study" "Study">><</regButton>> <<regButton "haru3-flirt" "Flirt">><</regButton>> <<if $haru.love >= 30>> <<regButton "haru3-skinship" "Skinship">><</regButton>><</if>> <<if $haru.love >= 40>> <<regButton "haru3-grope" "Grope">><</regButton>><</if>> <<if $haru.love >= 70>> <<regButton "haru3-finger1" "Finger her">><</regButton>><</if>> <<if $haru.love >= 100>> <<regButton "haru3-1" "Sex">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-skinship]] [[haru3-grope]] [[haru3-study]] [[haru3-flirt]] [[haru3-1]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>Hey. Haru? <</dialog>> <<dialog "Haru" "student">>Yeah? <</dialog>> <<dialog "You">>I'm glad you're the class rep. <</dialog>> <<dialog "Haru" "student">><i>*ahem*</i> Focus in class. <</dialog>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru-chat.mp4" type="video/mp4"> </video> <hr> She blushes... <<if $haru.love <= getCond($haru.quest)>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <</if>> <div class="button-row"> <<regButton "haru-class" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<if $haru.love <= getCond($haru.quest)>> <<set $haru.love = ($haru.love + 1)>> <</if>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>> <<set $haru.chat = $haru.chat + 1>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>Hey. Haru? <</dialog>> <<dialog "Haru" "student">>Hmm? <</dialog>> <<dialog "You">>You're writing with a pen, right? <</dialog>> <<dialog "Haru" "student">>Huh? Yeah, this is a pen. What did you think it was? <</dialog>> <<dialog "You">>I just wanted to confirm. <</dialog>> <<dialog "Haru" "student">><i>*scoffs*</i> That this is is a pen? <</dialog>> <<dialog "You">>What? No. That you voice is prettier too. It really is. <</dialog>> <<dialog "Haru" "student">>Wh-what? Just focus in class, idiot! <</dialog>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru-chat.mp4" type="video/mp4"> </video> <hr> She blushes... <<if $haru.love <= getCond($haru.quest)>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <</if>> <div class="button-row"> <<regButton "haru-class" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<if $haru.love <= getCond($haru.quest)>> <<set $haru.love = ($haru.love + 1)>> <</if>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>> <<set $haru.chat = $haru.chat + 1>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>Hey. Haru? <</dialog>> <<dialog "Haru" "student">>Hey. <</dialog>> <<dialog "You">>I need some help. <</dialog>> <<dialog "Haru" "student">>What do you need? <</dialog>> <<dialog "You">>The view in my room is... well... not great. <</dialog>> <<dialog "Haru" "student">>Okay? Do you need some help picking a new design? <</dialog>> <<dialog "You">>Oh. No. I just think it would be prettier to look at if you were there. <</dialog>> <<dialog "Haru" "student">>Wha- Honestly! <</dialog>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru-chat.mp4" type="video/mp4"> </video> <hr> She blushes... <<if $haru.love <= getCond($haru.quest)>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <</if>> <div class="button-row"> <<regButton "haru-class" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<if $haru.love <= getCond($haru.quest)>> <<set $haru.love = ($haru.love + 1)>> <</if>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>> <<set $haru.chat = $haru.chat + 1>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>What the... Hey, Haru! <</dialog>> <<dialog "Haru" "student">>H-huh? <</dialog>> <<dialog "You">>Wait. Wait. Look at me for a bit, there's something up with your face. <</dialog>> <<dialog "Haru" "student">>W-What is it? Do I have something on my face? <</dialog>> <<dialog "You">>What did you do? <</dialog>> <<dialog "Haru" "student">>H-huh!? What is it? <</dialog>> <<dialog "You">>You look extra cute today. <</dialog>> <<dialog "Haru" "student">>Y-you! Don't talk to me. <</dialog>> <hr> She blushes... <<if $haru.love <= getCond($haru.quest)>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <</if>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru-chat.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru-class" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<if $haru.love <= getCond($haru.quest)>> <<set $haru.love = ($haru.love + 1)>> <</if>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>> <<set $haru.chat = $haru.chat + 1>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru-class.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>I'm trying to focus. <</dialog>> <div class="button-row"> <<if $haru.chat < 5>> <<if $haru.love == 0>> <<set $chat = "haru-chat0">><<else>> <<set $chat = "haru-chat"+clamp(Math.floor(($haru.love - (Math.pow(random(0, $haru.love), 2) / $haru.love)) / 10), 3)>><</if>> <<regButton $chat "Chat">><</regButton>> <</if>> <<if $haru.quest == 1 && $haru.love >= 10>> <<regButton "haru1-1" "Haru looks worried">><</regButton>> <</if>> <<regButton "classroom" "Nevermind">><</regButton>> </div> </div> <<set $profile to "haru-profile">> <<if false>> /* connected passages */ [[haru1-1]] [[haru-chat0]] [[haru-chat1]] [[haru-chat2]] [[haru-chat3]] <</if>>
<<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> <<dialog "Haru" "student">>Woah! This is your house? <</dialog>> <<dialog "You">>My uncle's. I live in Shibuya, remember? <</dialog>> <<dialog "Haru" "student">>Your uncle's house is nice. <</dialog>> <<dialog "You">>Really? Wanna live here with me? <</dialog>> <<dialog "Haru" "student">>Sh-shut up! <</dialog>> <<dialog "Uncle">>You shouldn't tease a lady like that, $player.name. <</dialog>> <<dialog "You">>Uncle! This is Haru, my girlfriend. <</dialog>> <<dialog "Haru" "student">>Wh-what!? <</dialog>> <<dialog "You">>Haha! She's my classmate. Haru, this is my uncle. <</dialog>> <<dialog "Uncle">>Nice to meet you, Haru. Thanks for taking care of my nephew. You can call me Uncle Hideo, if you'd like. <</dialog>> <<dialog "Haru" "student">>N-nice too meet you too... <</dialog>> <<dialog "You">>Welp. We're off to study! <</dialog>> <<dialog "Uncle">>Hah. Good one. Have fun, you too! <</dialog>> <<dialog "Haru" "student">><i>*blushes*</i> <</dialog>> <h1>You're about to play a mini game. If you let her <<glow "0.5px red" "8px red">>annoyance<</glow>> reach 100%, she will leave. Don't worry, though! Actually studying will reduce her annoyance and as you increase your relationship, her tolerance for annoyance increases too! Also, she can't stay past 7:00pm. If you fail and she leaves, approach her tomorrow after class to try again. Goodluck.</h1> <div class="button-row"> <<regButton "haru-bedroom" "You go to your room">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Home">> <<set $haru.visit to 1>>
<<backend>><<set $relper = Math.ceil(($haru.love/$haru.maxlove) * 100)>><</backend>> <h1 style="font-weight: 500;"><<glow "0.5px lime" "8px cyan" 24>>Character Profile<</glow>></h1> <img src="img/avatars/haru-01.png" style="max-width: 80%;"> <h1 style="font-size: 20px;"><<glow "0.5px lime" "8px cyan">>Suzuki Haru<</glow>></h1> <<if $haru.love > $haru.maxlove>><<set $haru.love to $haru.maxlove>><</if>> <h1><<glow "0.65px magenta" "10px red">>Relationship: <</glow>> <<bar $relper "Love">><</bar>><<glow "0.65px magenta" "10px red" "16">><<print $haru.love+" / "+$haru.maxlove>><</glow>><h1> <div style="text-align: left; line-height:1.2;"> <h1><<glow "0.5px yellow" "8px orange">>Guide<</glow>> 1. Keep chatting with her to raise your relationship. <<if $haru.love >= 10 || $haru.quest >= 2>>2. She looks bothered in class, maybe you can help her out?<</if>> <<if $haru.quest >= 2>>3. Keep raising your relationship.<</if>> <<if ($haru.love >= 20 && $haru.quest >= 2) || $haru.quest >= 3>>4. You can find her at the rooftop.<</if>> <<if $haru.quest >= 3>>5. See her after class. Keep studying at your place until something happens. <</if>> <<if $haru.quest >= 4>>6. You can now find her in the Council Room after 5:30PM if you did not bring her home. Raise your relationship with her.<</if>> <<if ($haru.quest >= 4 && $haru.love >= 150) || $haru.quest >= 5>>7. Study with her in the Council Room.<</if>> <<if $haru.quest >= 5>>8. Raise your intelligence.<</if>> <<if ($haru.quest >= 5 && $stats.int >= 30) || $haru.quest >= 6>>9. Study with her in the Council Room again.<</if>> <<if $haru.quest >= 6>>10. That's it for this version.<</if>> </h1> </div>
<<bg "rooftop" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru2/haru-roof.mp4" type="video/mp4"> </video> <<if $haru.love >= 20 && $haru.quest == 2>> <<if $haru.stormoff == 0>> <<dialog "You">><i>*Hm? What's she doing here?*</i> <</dialog>> <<else>> <<dialog "You">><i>*She's here again.*</i> <</dialog>> <</if>><</if>> <div class="button-row"> <<if $haru.stormoff == 0>> <<regButton "haru2-1a" "Approach her">><</regButton>> <<else>> <<regButton "haru2-1b" "Approach her">><</regButton>> <</if>> <<regButton "rooftop" "Leave her alone">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru2-1a]][[haru2-1b]] <</if>> <<set $profile to "haru-profile">>
<<bg "rooftop" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Are you serious? <</dialog>> <<dialog "Haru" "student">>Yep! Aren't you grateful? <</dialog>> <<dialog "You">><i>*What the hell?*</i><br>Wow... You're pretty Arrogant, huh? <</dialog>> <<dialog "Haru" "student">>W-what? No... I didn't- <</dialog>> <<dialog "You">>I'm doing fine. I don't need pity. <</dialog>> <<dialog "Haru" "student">>I-I'm sorry... <</dialog>> <<dialog "You">>Yeah, whatever. <</dialog>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru2/haru-roof4b.mp4" type="video/mp4"> </video> <hr> <h1><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Relationship -3<</glow>></h1> <div class="button-row"> <<regButton "school" "Storm off">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $haru.stormoff = 1>> <<set $haru.love = ($haru.love - 3)>> <<set $hidenav to 0>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>Hey! Ready to go? <</dialog>> <<dialog "Haru" "student">>Sure! <</dialog>> <div class="button-row"> <<regButton "haru-visitcrud" "Leave">><</regButton>> <<if $haru.quest >= 4>><<regButton "haru-decline2" "Council Room">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru-bedroom]] [[haru-home]] [[haru-decline2]] [[haru-visitcrud]] <</if>> <<set $profile to "haru-profile">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru1/haru1-1.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Umm... <</dialog>> <<dialog "You">>Hey, are you okay? <</dialog>> <<dialog "Haru" "student">>It's not here... <</dialog>> <<dialog "You">>What's not there? <</dialog>> <<dialog "Haru" "student">>My book... <</dialog>> <div class="button-row"> <<regButton "haru1-2" "Offer mine">><</regButton>> <<regButton "classroom" "Not my problem">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru1-2]] <</if>> <<set $hidenav to 1>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru1/haru1-2.mp4" type="video/mp4"> </video> <<dialog "You">>You can use mine. Here. <</dialog>> <<dialog "Haru" "student">>What? No, the teacher will scold you. <</dialog>> <<dialog "You">>Come on. Look at me. I'm used to scolding. I'll be fine. <</dialog>> <<dialog "Haru" "student">>But... <</dialog>> <<dialog "You">>Shh. The teacher is here. <</dialog>> <<dialog "Haru" "student">>Umm... <</dialog>> <div class="button-row"> <<regButton "haru1-3" "You get scolded">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru1-3]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "Shizu">>Open your books to page 46. <</dialog>> <hr> Everyone opens their books as Haru awkwardly peeks at you <hr> <<dialog "Shizu">>$player.name, where's your book? <</dialog>> <<dialog "You">>I don't really believe in books, miss. I think I can learn better if I listen to your pretty voice. <</dialog>> <<dialog "Shizu">>Wha- Th-This kid! <i>*ehem*</i> H-haru! Share your book with $player.name. <</dialog>> <<dialog "Haru" "student">>Y-yes, ma'am! <</dialog>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru1/haru1-3.mp4" type="video/mp4"> </video> <<dialog "You">>See? I handled that well, didn't I? <</dialog>> <<dialog "Haru" "student">>Pfft. Flirting with Miss Shizu... <</dialog>> <<dialog "You">>Hmm? Jealous, are we? <</dialog>> <<dialog "Haru" "student">>Yeah, right. Here let's share. <</dialog>> <<dialog "You">>For the record, I think you're prettier than her voice. <</dialog>> <<dialog "Haru" "student">>Wha- Th-that was corny! Whatever! <</dialog>> <<dialog "Shizu">>Quiet, please! <</dialog>> <div class="button-row"> <<regButton "haru1-4" "You share a book">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru1-4]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <hr> After a while... <hr> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru1/haru1-4.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Hey... Sorry for getting you in trouble... and thank you, $player.name. <</dialog>> <hr> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Haru's love +5<</glow>></h1> <div class="button-row"> <<regButton "haru-class" "You're welcome">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $haru.quest = 2>> <<set $haru.love = ($haru.love + 5)>> <<backend>> <<script>> incrementTime(0, 30); <</script>> <</backend>> <<set $hidenav to 0>>
<<bg "rooftop" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru2/haru-roof2.mp4" type="video/mp4"> </video> <<dialog "You">>Miss Class Rep! Why are you here? You waiting for me or something? <</dialog>> <<dialog "Haru" "student">>Yes. You go here a lot... I think? <</dialog>> <<dialog "You">><i>*I didn't expect that.*</i><br>Yeah, I do. What's up? <</dialog>> <<dialog "Haru" "student">>Um... <</dialog>> <div class="button-row"> <<regButton "haru2-2a" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru2-2a]] <</if>> <<set $hidenav to 1>>
<<bg "rooftop" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru2/haru-roof.mp4" type="video/mp4"> </video> <<dialog "You">>You're here again. <</dialog>> <<dialog "Haru" "student">> <<print $player.name.charAt(0)>>-<<print $player.name>>! <</dialog>> <<dialog "You">>What is it? <</dialog>> <<dialog "Haru" "student">>I'm sorry. I didn't mean to insult you earlier. <</dialog>> <div class="button-row"> <<regButton "haru2-2b" "Apology accepted.">><</regButton>> <<regButton "haru2-2c" "Yeah, whatever.">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru2-2b]] [[haru2-2c]] <</if>> <<set $hidenav to 1>>
<<bg "rooftop" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru2/haru-roof3.mp4" type="video/mp4"> </video> <<dialog "You">>Come on, tell me. <</dialog>> <<dialog "Haru" "student">>L-look. Umm. You see... <</dialog>> <<dialog "You">><i>*Heh. Is she going to confess?*</i><br>Take your time. <</dialog>> <<dialog "Haru" "student">>Uhh... Right! I worry about you. You're kind of bad at studying, and Miss Shizu did tell me to look after you... also you lent me your book once. So... I'd be willing to give you some tutoring. <</dialog>> <div class="button-row"> <<regButton "haru2-3" "Agree">><</regButton>> <<regButton "haru-storm-off" "Get mad">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru2-3]] [[haru-storm-off]] <</if>>
<<bg "rooftop" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru2/haru-roof4a.mp4" type="video/mp4"> </video> <<dialog "You">>Apology accepted. I'm sorry too. For storming off like that... <</dialog>> <<dialog "Haru" "student">>No... it's okay. I said some awful things... <</dialog>> <<dialog "You">>You were just looking out for me. <</dialog>> <<dialog "Haru" "student">>Umm. No. Honestly... You're not a bad student... <</dialog>> <<dialog "You">>I'm not? Then why did you say those things? <</dialog>> <<dialog "Haru" "student">>Uhh... Well... I just wanted to get to know you better. So, I thought it would be nice if we spent some time together... <</dialog>> <<dialog "You">>Oh? You should have just said so! We can just hang out. <</dialog>> <<dialog "Haru" "student">>What? N-no way! Imagine what would people say? A student should just study! <</dialog>> <div class="button-row"> <<regButton "haru2-3" "You know">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>>
<<bg "rooftop" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Yeah, whatever. <</dialog>> <<dialog "Haru" "student">>... <</dialog>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru2/haru-roof4b.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "school" "Leave">><</regButton>> </div> <hr> <h1><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Relationship -3<</glow>></h1> </div> <<set $haru.love = ($haru.love - 3)>> <<set $hidenav to 0>>
<<bg "rooftop" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru2/haru-roof4a.mp4" type="video/mp4"> </video> <<dialog "You">><i>*This girl, seriously...*</i><br>Actually, you know what? I'm struggling with history... I just can't seem to remember specific events right. <</dialog>> <<dialog "Haru" "student">>Hm? History? Oh! Maybe because you're treating it as boring information. You should just treat it like gossip or reading manga. The world IS interesting after all. <</dialog>> <<dialog "You">>Whoa! You're not just pretty. You're wise too. Do you want to study at my place after class? <</dialog>> <<dialog "Haru" "student">>A-at your place? Well... O-okay. <i>*blushes*</i> <</dialog>> <<dialog "You">>Great! I'll see you then. <</dialog>> <hr> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Haru's love +5<</glow>></h1> <div class="button-row"> <<regButton "school" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $haru.quest = 3>> <<set $haru.love = ($haru.love + 5)>> <<backend>> <<script>> incrementTime(0, 30); <</script>> <</backend>> <<set $hidenav to 0>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Touch me. <</dialog>> <<dialog "Haru" "student">>O-okay. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-hj1.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru3-2" "Take it out">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-2]] <</if>> <<set $hidenav to 1>> <<set $discomfort = 0>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Sit up so I can stare at your pretty face while I fuck you. <</dialog>> <<dialog "Haru" "student">>Ah~❤ You're so vulgar! <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-lotus1.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru3-11" "Look closer">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-11]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>Ah~❤ Wh-what? <</dialog>> <<dialog "You">>I told you I want to stare at your pretty face. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-lotus2.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Sh-shut up! Ah~❤ <</dialog>> <div class="button-row"> <<regButton "haru3-12" "Harder">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-12]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Get ready! <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-lotus3.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ah~❤ Nooo! You're speeding up again! Aaah~❤ $player.name! <</dialog>> <div class="button-row"> <<regButton "haru3-7" "Lay her down">><</regButton>> <<regButton "haru3-13" "Cowgirl">><</regButton>> <<regButton "haru3-16" "Reverse Cowgirl">><</regButton>> <<regButton "haru3-18" "Bend her over">><</regButton>> <<if $orgasm <= 0>><<regButton "haru3-22" "I'm reaching my limit">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-13]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>Ah~❤ Lie down. You're too rough. Let me get on top. <</dialog>> <<dialog "You">>Ooh~ Taking charge. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-cow1.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ah~❤ D-does it feel good, $player.name? <</dialog>> <<dialog "You">>It feels great, Haru. <</dialog>> <div class="button-row"> <<regButton "haru3-14" "Come closer">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-14]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-cow2.mp4" type="video/mp4"> </video> <<dialog "You">>You look even prettier when you bounce. <</dialog>> <<dialog "Haru" "student">>Ah~❤ Shut up... <</dialog>> <div class="button-row"> <<regButton "haru3-15" "Take charge">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-15]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-cow3.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ah~❤ Wait! I said I was taking chaaaaahh~❤ <</dialog>> <div class="button-row"> <<regButton "haru3-7" "Lay her down">><</regButton>> <<regButton "haru3-10" "Sit her up">><</regButton>> <<regButton "haru3-16" "Reverse Cowgirl">><</regButton>> <<regButton "haru3-18" "Bend her over">><</regButton>> <<if $orgasm <= 0>><<regButton "haru3-22" "I'm reaching my limit">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-16]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>I want to see your ass bounce. <</dialog>> <<dialog "Haru" "student">>Ah~❤ O-okay~❤ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-rcow1.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru3-17" "Spread her cheeks open">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-17]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-rcow2.mp4" type="video/mp4"> </video> <<dialog "You">>Your asshole is so perfect, too. <</dialog>> <<dialog "Haru" "student">>Ah~❤ Hey! That's- Ah~❤ offlimits! <</dialog>> <div class="button-row"> <<regButton "haru3-7" "Lay her down">><</regButton>> <<regButton "haru3-10" "Sit her up">><</regButton>> <<regButton "haru3-13" "Cowgirl">><</regButton>> <<regButton "haru3-18" "Bend her over">><</regButton>> <<if $orgasm <= 0>><<regButton "haru3-22" "I'm reaching my limit">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-18]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Bend over. <</dialog>> <<dialog "Haru" "student">>Ah~❤ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-bend.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru3-19" "Fuck her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-19]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>Ahhhh~❤ It feels deeper~❤ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-doggy1.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru3-20" "Look at her face">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-20]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Stroke it <</dialog>> <<dialog "Haru" "student">>... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-hj2.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru3-3" "Lick it">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-3]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>I want to see your pretty face again. <</dialog>> <<dialog "Haru" "student">>Ah~❤ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-doggy2.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru3-21" "Look at her tits">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-21]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Let me see your tits again. <</dialog>> <<dialog "Haru" "student">>Ah~❤ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-doggy3.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru3-7" "Lay her down">><</regButton>> <<regButton "haru3-10" "Sit her up">><</regButton>> <<regButton "haru3-13" "Cowgirl">><</regButton>> <<regButton "haru3-16" "Reverse Cowgirl">><</regButton>> <<if $orgasm <= 0>><<regButton "haru3-22" "I'm reaching my limit">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-22]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Lie down. <</dialog>> <<dialog "Haru" "student">>Ah~❤ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-final.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru3-23" "Cum">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-23]] <</if>> <<set $orgasm = 0>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>I'm cumming! <</dialog>> <<dialog "Haru" "student">>Ahhh~❤ Pleaaase~❤ Outsiiide!! <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-cum.mp4" type="video/mp4"> </video> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +5<</glow>></h1> <<set $haru.love = $haru.love + 5>> <div class="button-row"> <<regButton "haru3-24" "End">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-24]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-end.mp4" type="video/mp4"> </video> <<dialog "You">>That... Haahh. That felt great, Haru. <</dialog>> <<dialog "Haru" "student">>You! You said... we were just... studying~❤ <</dialog>> <hr> Haru falls asleep. You cuddle with her until she wakes up. <hr> <<dialog "Haru" "student">>Th-the time! Why didn't you wake me up!? <</dialog>> <<dialog "You">>My bad. You were sleeping so peacefully, and you looked too pretty to disturb. <</dialog>> <<dialog "Haru" "student">>Y-you! Whatever. I gotta go. <</dialog>> <<dialog "You">>I'll walk you home. <</dialog>> <div class="button-row"> <<regButton "sleep" "You walk her home then fall asleep">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<if $haru.quest == 3>><<set $haru.quest = 4>><</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>It tastes weird... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-bj1.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru3-4" "Blowjob">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-4]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">><i>*gkk*</i> <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-bj2.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru3-5" "Lick it again">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-5]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">><i>*slurp*</i> <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-bj3.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru3-6" "Lay her down">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-6]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">><i>*slurp*</i> <</dialog>> <<dialog "You">>Lie down... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-mis1.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru3-7" "Penetrate">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-7]] <</if>> <<set $orgasm = 5>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>Ah~ It's inside ❤ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-mis2.mp4" type="video/mp4"> </video> <<dialog "You">>Haru! You're so wet! <</dialog>> <div class="button-row"> <<regButton "haru3-8" "Speed up">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-8]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>I'm going to speed up. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-mis3.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ah~❤ Wa- Ah~❤ ait! Slow Ah~❤ down~❤ <</dialog>> <<dialog "You">>Sorry, your pussy feels too good. <</dialog>> <div class="button-row"> <<regButton "haru3-9" "Fondle her breasts">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-9]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Your boobs look great when they bounce, but they feel better in my hands. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-mis4.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ah~❤ <</dialog>> <div class="button-row"> <<regButton "haru3-10" "Sit her up">><</regButton>> <<regButton "haru3-13" "Cowgirl">><</regButton>> <<regButton "haru3-16" "Reverse Cowgirl">><</regButton>> <<regButton "haru3-18" "Bend her over">><</regButton>> <<if $orgasm <= 0>><<regButton "haru3-22" "I'm reaching my limit">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-10]] <</if>> <<set $orgasm = $orgasm - 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Turn around <</dialog>> <<dialog "Haru" "student">>Why? <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-ass1.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-ass2" "Grab her ass">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-ass2]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Your ass is so round. <</dialog>> <<dialog "Haru" "student">>Shut up... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-ass2.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-ass3" "Grab with both hands">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-ass3]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>They're so firm <</dialog>> <<dialog "Haru" "student">>R-really? <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-ass3.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-ass4" "Reach inside her panties">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-ass4]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>Ahh~ <</dialog>> <<dialog "You">>So soft too <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-ass3.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-rub1" "Touch her pussy">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-rub1]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>I thought we were here to study! <</dialog>> <<dialog "You">>Huh? Wait, I'm sorry... <</dialog>> <<dialog "Haru" "student">>Jerk. <</dialog>> <h1><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Relationship -5<</glow>></h1> <div class="button-row"> <<regButton "haru3-leave" "She takes her stuff">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-leave]] <</if>> <<set $haru.love = $haru.love - 5>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>You don't need this anymore. <</dialog>> <<dialog "Haru" "student">>Huh? Wait! <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-removepanties.mp4" type="video/mp4"> </video> <<set $discomfort = $discomfort + 5>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +5<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-finger2" "Put a finger in">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-finger2]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>Hnngg~❤ <</dialog>> <<dialog "You">>You're already wet <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-finger1.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-finger3" "Harder">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-finger3]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>Ahh~❤ I-it feels good ❤ <</dialog>> <<dialog "You">>I'm going to make you feel even better. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-finger2.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-finger4" "Rub her clit">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-finger4]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>Ahh~❤ I'm losing my mind ❤ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-finger3.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Continue">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>I'm not getting anything. I'm too distracted... <</dialog>> <<dialog "Haru" "student">>Huh? What's wrong? <</dialog>> <<dialog "You">>You're too pretty. <</dialog>> <<dialog "Haru" "student">>Psh. Stop it and focus! <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-flirt.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 1>> <<set $discomfort = $discomfort + 10>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +10<</glow>></h1> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Continue">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-disturbed]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">><i>Scoots closer</i> <</dialog>> <<dialog "Haru" "student">>Umm. <</dialog>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru3/haru-bedroom.mp4" type="video/mp4"> </video> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <div class="button-row"> <<regButton "haru3-gropeboob" "Grope her">><</regButton>> <<regButton "haru3-ass1" "Grope her ass">><</regButton>> <<regButton "haru-bedroom" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-gropeboob]] [[haru3-ass1]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>You're so hot <</dialog>> <<dialog "Haru" "student">>I-it's embarrassing... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-grope1.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-gropeboob2" "Go further">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-gropeboob2]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>It's okay. <</dialog>> <<dialog "Haru" "student">>But... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-grope2.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-showtits" "Unbutton her shirt">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-showtits]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Come here. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-kiss.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Continue">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-disturbed]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>Look at the time! <</dialog>> <<dialog "You">>Huh? It's still early though... <</dialog>> <div class="button-row"> <<regButton "haru3-leave" "She takes her stuff">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-leave]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>I should go. <</dialog>> <<dialog "You">>W-wait! <</dialog>> <div class="button-row"> <<regButton "bedroom" "She leaves">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Bedroom">> <<set $discomfort = 0>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>I appreciate you spending time with me. <</dialog>> <<dialog "Haru" "student">>I... appreciate you too... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-headpat.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 2>> <<set $discomfort = $discomfort + 8>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +2<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +8<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Continue">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-disturbed]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>Ah! That's my... <</dialog>> <<dialog "You">>It's okay. Trust me. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-rub1.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-rub2" "Rub her pussy">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-rub2]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>S-stop moving your finger <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-rub2.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-rub3" "Rub her clit">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-rub3]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>Nooo! It feels weird! <</dialog>> <<dialog "You">>But does it feel good? <</dialog>> <<dialog "Haru" "student">>I... I don't know... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-rub3.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-rub4" "Flip her over">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-rub4]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Spread your legs <</dialog>> <<dialog "Haru" "student">>O-okay... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-rub4.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-rub5" "Pull on her panties">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-rub5]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Your bush is so pretty too <</dialog>> <<dialog "Haru" "student">>Stop it! Don't say that, it's embarrassing. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-rub5.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Continue">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Haru... <</dialog>> <<dialog "Haru" "student">>W-what? <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-shoulder.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 2>> <<set $discomfort = $discomfort + 8>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +2<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +8<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Continue">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-disturbed]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>I wanna see your bra. <</dialog>> <<dialog "Haru" "student">>Wh-what? <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-tits.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-tits1" "Poke her boob">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-tits1]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Hey, Haru. <</dialog>> <<dialog "Haru" "student">>Hmm? <</dialog>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru3/haru-bedroom.mp4" type="video/mp4"> </video> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <div class="button-row"> <<regButton "haru3-shoulder" "Brush shoulder">><</regButton>> <<regButton "haru3-pat" "Pat her head">><</regButton>> <<if $haru.love > 34>><<regButton "haru3-kiss" "Kiss her">><</regButton>><</if>> <<regButton "haru-bedroom" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[haru3-shoulder]] [[haru3-pat]] [[haru3-kiss]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru">>Do you understand? <</dialog>> <<dialog "You">>Uhh... <</dialog>> <<dialog "Haru" "student">><i>*chuckles*</i> <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-study.mp4" type="video/mp4"> </video> <<set $discomfort = $discomfort - 25>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #0f6" "8px #0f6" "18">>Annoyance -25<</glow>></h1> <<if $discomfort < 0>><<set $discomfort = 0>><</if>> <<backend>> <<script>> incrementTime(0, 20); <</script>> <</backend>> <div class="button-row"> <<if $hour < 19>><<regButton "haru-bedroom" "Continue">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-late]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>You have a cute bra <</dialog>> <<dialog "Haru" "student">>S-stop looking! <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-tits1.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-tits2" "Reveal a nipple">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-tits2]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>N-no! Not there... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-tits2.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-tits3" "Take her boobs out">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-tits3]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>You have beautiful boobs <</dialog>> <<dialog "Haru" "student">>Stop looking at them! <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-tits3.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-tits4" "Play with her nipples">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-tits4]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Haru" "student">>Ah~ They're sensitive... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-tits4.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<regButton "haru3-tits5" "Fondle her boobs">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ [[haru3-tits5]] <</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>You have beautiful boobs <</dialog>> <<dialog "Haru" "student">>Stop looking at them! <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru3/haru-tits5.mp4" type="video/mp4"> </video> <<set $haru.love = $haru.love + 3>> <<set $discomfort = $discomfort + 6>> <<set $discomfortPer = clamp(Math.floor(($discomfort/$haru.love) * 100),100)>> <<bar $discomfortPer>><</bar>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>><br><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Annoyance +6<</glow>></h1> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>> <div class="button-row"> <<if $discomfort/$haru.love >= 1>> <<regButton "haru3-disturbed" "She looks bothered">><</regButton>> <<elseif $hour < 19>><<regButton "haru-bedroom" "Back off">><</regButton>> <<else>><<regButton "haru3-late" "Continue">><</regButton>><</if>> </div> </div> <<if false>> /* connected passages */ <</if>>
<<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> <<if $hour < 20>> <<dialog "You">>Hey, Uncle. <</dialog>> <<dialog "Uncle">>What's up, kid? <</dialog>> <<else>><<dialog "You">>I'm home~ <</dialog>> <</if>> <div class="button-row"> <<if $miku.quest >= 3>><<regButton "miku-room" "Visit Miku">><</regButton>><</if>> <<if $miku.follow == 4 && $miku.quest == 1 && $hour >= 23 && $minute < 30>> <<regButton "miku1-home" "The cute girl confronts you">><</regButton>> <</if>> <<regButton "bedroom" "Go to your room">><</regButton>> <<regButton "alley" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[alley]] <</if>> <<set $location to "Home">> <<set $profile to "player-profile">>
<<bg "hospital" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>I've sent a lot of dumbasses here. <</dialog>> <div class="button-row"> <<imgButton $hospintro "img/neon-buttons/hosp-lobby.jpg">> <<imgButton "business-area" "img/neon-buttons/business-area.jpg">> </div> </div> <<if false>> /* connected passages */ [[hosp-lobby]][[hosp-intro]] <</if>> <<set $location to "Hospital">> <<set $profile to "player-profile">>
<div class="bg jap-room"></div> <div class="content-panel"> <<dialog "Azuki">>Ah~! It feels so good~! <</dialog>> <<dialog "You">>Keep it down! Didn't you say your dad was coming home!? <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/azuki/azuki-intro.mp4" type="video/mp4"> </video> <<regButton "intro2" "Someone enters the room">><</regButton>> </div> <<if false>> /* connected passages */ [[intro2]] <</if>>
<div class="bg jap-room"></div> <div class="content-panel"> Azuki's Dad catches the both of you in the act. <hr> <video controls width="640" height="360" autoplay loop> <source src="vids/azuki/azuki-caught.mp4" type="video/mp4"> </video> <<dialog "OldBoss">>Wha- AZUKI!? WHAT IS HAPPENING? <</dialog>> <<dialog "Azuki">>D-Dad! I can explain! <</dialog>> <<dialog "You">><i>*Shit! Is that...*</i> <</dialog>> <<dialog "OldBoss">>You! You're Sawada <<textbox "$player.name" Shin>>! <</dialog>> <<dialog "You">><i>*Fuck! He knows me! This guy... He's...*</i> <</dialog>> <<dialog "OldBoss">>I guess the Sawada Clan is finally declaring war on the Yamaguchi Clan, huh? Has your old man gone senile!? <</dialog>> <<dialog "You">>Mr. Yamaguchi! I'm sorry, I had no idea... <</dialog>> <<dialog "Azuki">>YOU! You're a gangster!? You told me you work in IT! <</dialog>> <<dialog "You">><i>*THIS. BITCH.*</i> No! Wait, Azuki-chan! I really am- <</dialog>> <<dialog "OldBoss">>YOU LIED TO MY DAUGHTER? THIS MEANS WAR, YOU LITTLE SHIT! TELL THIS TO YOUR OLD MAN. I'M GOING TO DESTROY THE SAWADA CLAN <</dialog>> <<dialog "You">>No! Wait- <</dialog>> <hr> Yamaguchi Takeshi, known as the Ultimate Gangster and your father, Sawada Isao's greatest rival, approaches you and knocks you out with a single punch. <hr> <video controls width="640" height="360" autoplay loop muted> <source src="vids/azuki/azuki-punch.mp4" type="video/mp4"> </video> <hr> You fall to the ground, seeing stars, as you lose consciousness. <<regButton "intro3" "Wake Up">><</regButton>> </div> <<if false>> /* connected passages */ [[intro3]] <</if>>
<<set $hour = 16>> <div class="bg alley"></div> <div class="content-panel"> You wake up with a splitting headache and a swollen jaw. <hr> <img src="img/misc/wake-streets.png" style="max-width: 80%;"> <<dialog "You">>T-That old fucker... I need to tell my dad! <</dialog>> <hr> You rush back home to warn your dad about the upcoming war. <hr> <<dialog "Dad">>HAHAHA! I can't believe you fucked that geezer's kid. I'm proud of you, son. <</dialog>> <<dialog "You">>Dad! He's about to wage war on us! <</dialog>> <<dialog "Dad">>Hmmm. That is a problem. <</dialog>> <<dialog "You">>I'm sorry. I really didn't know. That guy... he knocked me out with one punch. He's strong. <</dialog>> <<dialog "Dad">>Your old man's not weak, son. That Takeshi and I... We've been beating the shit out of each other since middle school and we're currently on a tie. My kid fucking his kid... Now that's worth a billion wins. <</dialog>> <<dialog "You">>I can fight too. <</dialog>> <<dialog "Dad">>No, $player.name. That geezer let you live to send a message. He'll kill you the next time he sees you. Instead, I'm going to send you to your uncle. You'll study there. You can help your uncle expand his territory too. If we manage to conquer that place... It will end the war. <</dialog>> <hr> Your father immediately arranges for you to move to your uncle's territory. <<regButton "intro4" "You arrive at your uncle's house">><</regButton>> </div> <<if false>> /* connected passages */ [[intro4]] <</if>>
<<set $hour = 20>> <<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> <<dialog "You">><i>*So this is Uncle's house*</i> <</dialog>> <<dialog "Uncle">>$player.name! There's my nephew! Welcome to my place. <</dialog>> <<dialog "You">>Uncle! It's been a while. <</dialog>> <<dialog "Uncle">>I heard you had sex with that gorilla's daughter. That was sick, kid. <</dialog>> <<dialog "You">><i>*Sigh*</i> Yeah. And, now we're at war. <</dialog>> <<dialog "Uncle">>Ah that's fine. Bro Isao will handle it. All you gotta do for now is hide out here. I've enrolled you at Aoba High <</dialog>> <img src="img/locations/campus.jpg" style="max-width: 80%;"> <strong>Aoba High</strong> <<dialog "Uncle">>It's near the Park so you'll find it easily. <</dialog>> <img src="img/locations/park.jpg" style="max-width: 80%;"> <strong>Park</strong> <<dialog "Uncle">>It's also near the Business Area. <</dialog>> <img src="img/locations/business-area.jpg" style="max-width: 80%;"> <strong>Business Area</strong> <<dialog "Uncle">>There's a Convenience Store there. <</dialog>> <img src="img/locations/konbini.jpg" style="max-width: 80%;"> <strong>Convenience Store</strong> <<dialog "Uncle">>And a Hospital. <</dialog>> <img src="img/locations/hospital.jpg" style="max-width: 80%;"> <strong>Hospital</strong> <<dialog "Uncle">>Taking over this territory ain't easy, kid. We'll be visiting that place a lot. I'll show you to your room so you can rest. School starts tomorrow. <</dialog>> <<dialog "You">>Thanks, Uncle. <</dialog>> <<regButton "sleep" "Go to sleep">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[sleep]] <</if>>
<<bg "konbini" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>I could use a drink. <</dialog>> <div class="button-row"><<if $hour == 23 && $minute < 15 && $yuki.quest == 6>><<regButton "yuki6-1" "Yuki is here">><</regButton>><</if>><<if $hour == 23 && $minute < 15 && $yuki.love >= 10 && $yuki.quest == 1>><<regButton "yuki1-1" "Ask Yuki out">><</regButton>><</if>><<if $miku.follow == 1 && $miku.quest == 1 && $hour >= 23 && $minute < 30>><<regButton "miku-follow" "The cute girl is here">><</regButton>> <</if>><<if $miku.quest >= 2 && $hour >= 23 && $minute < 30>> <<regButton "miku2-konbini" "Miku is here">><</regButton>> <</if>> </div> <div class="button-row"> <<imgButton "konbini-int" "img/neon-buttons/kon-enter.jpg">> <<imgButton "park" "img/neon-buttons/park.jpg">> <<imgButton "school" "img/neon-buttons/school.jpg">> <<imgButton "business-area" "img/neon-buttons/business-area.jpg">> </div> </div> <<if false>> /* connected passages */ [[konbini-int]][[miku2-konbini]][[yuki6-1]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "player-profile">> <<set $hidenav = 0>>
<<bg "park" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Ah. The battlefield. <</dialog>> <div class="button-row"> <<if $yuki.quest == 2 && $yuki.love >= 20 && $hour >= 23>><<regButton "yuki2-1" "Yuki is getting harrassed!">><</regButton>><</if>> <<if $emi.quest == 3 && $hour >= 17 && $hour < 19>><<regButton "emi3-1" "Izaki and Emi are here">><</regButton>> <</if>><<if $hour >= 22>> <<regButton "park-late" "Pick a fight 20⚡">><</regButton>><<elseif $stats.ep > 20>><<regButton "parkbattle-crud" "Pick a fight 20⚡">><</regButton>> <<else>><<regButton "park-tired" "Pick a fight 20⚡">><</regButton>> <</if>> <<if $miku.follow == 2 && $miku.quest == 1 && $hour >= 23 && $minute < 30>> <<regButton "miku-follow" "The cute girl is walking through the park">><</regButton>> <</if>> </div> <div class="button-row"> <<imgButton "alley" "img/neon-buttons/alley.jpg">> <<imgButton "konbini" "img/neon-buttons/konbini.jpg">> <<imgButton "school" "img/neon-buttons/school.jpg">> </div> </div> <<backend>> <<set $location to "Park">> <<set $eid to "ranker"+random(1,6)>> <<set $ename = "Park Delinquent">> <<set $profile to "player-profile">> [[park-battle]] [[parkbattle-crud]] [[park-tired]][[emi3-1]][[park-late]][[waste-time]][[yuki2-1]] <</backend>>
<<backend>> <<set $tempStats.maxhp = 100 + (($tempStats.level - 1) * 5) + ($tempStats.str * 2)>> <<set $tempStats.maxep = 100 + (($tempStats.level - 1) * 5) + ($tempStats.agi * 2)>> <<set $stats.maxhp = 100 + (($stats.level - 1) * 5) + ($stats.str * 2)>> <<set $stats.maxep = 100 + (($stats.level - 1) * 5) + ($stats.agi * 2)>> <</backend>> <div style="white-space: nowrap; display: inline; line-height: 0;"> <h1 style="font-weight: 500;"><<glow "0.5px cyan" "8px cyan" 24>>Character Profile<</glow>></h1> <img src="img/avatars/you-01.png" style="max-width: 80%;"> <h1 style="font-size: 20px;"><<glow>>Sawada <<print $player.name>><</glow>></h1> <h1><<glow "0.65px yellow" "10px orangered">>Level <<print $stats.level>><</glow>></h1> <<if $emi.quest >= 4>><h1 style="font-size: 18px;"><<glow>>Rank <<print $player.rank>><</glow>></h1><</if>> <h1><<glow "0.5px yellow" "8px orange">>Stats<</glow>></h1> <div style="display: flex; justify-content: center;"> <div style="width: 30%; text-align: center;"><h1><<glow "0.5px darkred" "8px darkred" 18>><span style="color: #f55;">Strength:</span><</glow>></h1></div> <div style="width: 30%"><h1><<glow "0.5px darkred" "8px darkred" 18>><span style="color: #f55;"><<print $stats.str>><<if $stats.str < $tempStats.str>><<print ' +'+($tempStats.str-$stats.str)>><</if>></span><</glow>></h1></div> </div> <div style="display: flex; justify-content: center;"> <div style="width: 30%; text-align: center;"><h1><<glow "0.5px cyan" "8px cyan" 18>><span style="color: #fff;">Intelligence:</span><</glow>></h1></div> <div style="width: 30%"><h1><<glow "0.5px cyan" "8px cyan" 18>><span style="color: #fff;"><<print $stats.int>><<if $stats.int < $tempStats.int>><<print ' +'+($tempStats.int-$stats.int)>><</if>></span><</glow>></h1></div> </div> <div style="display: flex; justify-content: center;"> <div style="width: 30%; text-align: center;"><h1><<glow "0.5px lime" "8px green" 18>><span style="color: #cfc;">Agility:</span><</glow>></h1></div> <div style="width: 30%"><h1><<glow "0.5px lime" "8px green" 18>><span style="color: #cfc;"><<print $stats.agi>><<if $stats.agi < $tempStats.agi>><<print ' +'+($tempStats.agi-$stats.agi)>><</if>></span><</glow>></h1></div> </div> <<if $tempStats.points > 0>><h1><<glow "0.5px yellow" "8px orange" 16>>You have <<print $tempStats.points>> unspent points.<</glow>></h1><</if>> </div>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/rio/rio-class.mp4" type="video/mp4"> </video> <<if $riomeet == 0 && $rio.quest == 1>><<dialog "Rio" "student">>Hmm? You're like... new. I'm totally expecting a lot of you, okay? <</dialog>><<elseif $rio.quest != 1 && $riomeet == 0>><<dialog "Rio" "student">>Hey there~ <</dialog>><<else>><<dialog "Rio" "student">>Saturday! Like, don't forget! <</dialog>><</if>> <div class="button-row"> <<if $rio.quest >= 2 && $riomeet == 0>><<regButton "rio-plan" "Meet on Saturday">><</regButton>><</if>> <<if $emi.quest >= 4 && $rio.quest == 1>><<regButton "rio1-1" "Thank her">><</regButton>><</if>> <<regButton "classroom" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio1-1]] <</if>> <<set $profile to "rio-profile">>
<<bg "rooftop" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Ah. Solitude. <</dialog>> <div class="button-row"> <<if $haru.quest == 2 && $haru.love >= 20>> <<regButton "haru-roof" "Haru's here">><</regButton>> <</if>> <<if $emi.quest >= 4 && $hour < 18>> <<regButton "rank-start" "Challenge">><</regButton>> <</if>> <<regButton "school" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[run-track]] [[haru-roof]][[rank-start]] <</if>> <<set $location to "Rooftop">> <<set $profile to "player-profile">>
<<bg "trackfield" $hour>><</bg>> <div class="content-panel"> You run. <hr> <img id="title-image" src="img/misc/run-track.jpg" style="width: 45%;"> <div style="width: 60%; margin: 0 auto;"><h1><<glow "0.4px lime" "8px cyan" "18">>You gain +2 exp.<</glow>></h1><div><<exp 2>><</exp>></div> <div class="button-row"> <<regButton "track" "Rest">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<backend>> <<set $stats.ep = $stats.ep - 10>> <<script>>incrementTime(0, 15); <</script>> updateRight(); <</backend>>
<<bg "campus" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Aoba High. <</dialog>><<if $emi.quest == 2 && $emi.love >=20>> <<regButton "emi2-1" "Someone is waiting for you">><</regButton>> <</if>> <div class="button-row"> <<if $player.classIntro == 0>> <<imgButton "class-intro" "img/neon-buttons/classroom.jpg">> <<else>> <<imgButton "classroom" "img/neon-buttons/classroom.jpg">> <</if>> <<imgButton "council-room" "img/neon-buttons/council-room.jpg">> <<imgButton "track" "img/neon-buttons/trackfield.jpg">> <<imgButton "rooftop" "img/neon-buttons/rooftop.jpg">> <<imgButton "alley" "img/neon-buttons/alley.jpg">> <<imgButton "park" "img/neon-buttons/park.jpg">> <<imgButton "konbini" "img/neon-buttons/konbini.jpg">> </div> </div> <<if false>> /* connected passages */ [[track]] [[classroom]] [[class-intro]] [[rooftop]] [[emi2-1]][[council-room]] <</if>> <<set $location to "School">> <<set $profile to "player-profile">> <<set $hidenav to 0>>
<<include "sleep-crud">> <div class="bg bedroom"></div> <div class="content-panel"> You doze off. <hr> <img id="title-image" src="img/misc/sleep.jpg" style="width: 45%;"> <<regButton "bedroom" "Wake Up">><</regButton>> </div> <<if false>> /* connected passages */ [[bedroom]] [[sleep-crud]] <</if>> <<set $location to "Bedroom">>
<div class="bg alley"></div> <div class="content-panel"> <div class="button-row"> <<regButton "sleep" "Sleep">><</regButton>> </div> </div> <<backend>> <<set $location to "Alley">> <<set $profile to "player-profile">> <</backend>>
<div class="bg classroom"></div> <div class="content-panel"> You study for a little bit. <hr> <img id="title-image" src="img/misc/study.jpg" style="width: 45%;"> <div class="button-row"> <<regButton "classroom" "An hour later...">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<backend>> <<script>> incrementTime(1, 0); <</script>> <</backend>>
<div class="bg classroom"></div> <div class="content-panel"> You pay attention to the class... <hr> <img id="title-image" src="img/misc/study.jpg" style="width: 45%;"> <div class="button-row"> <<regButton "classroom" "Lunch!">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<backend>> <<set $hour = 12>> <<set $minute = 0>> <</backend>>
<<bg "trackfield" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>It's so hot. <</dialog>> <div class="button-row"> <<if $stats.ep >= 10>><<regButton "run-track" "Run 10⚡">><</regButton>> <<else>><<regButton "run-tired" "Run 10⚡">><</regButton>><</if>> <<regButton "school" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[run-track]] [[run-tired]] <</if>> <<set $location to "Track Field">> <<set $profile to "player-profile">>
<div class="button-row" style=" width: 80%; justify-content: space-around;"><<subscribe "discord" "https://discord.gg/HtF4hctjzZ">><<subscribe "gank" "https://ganknow.com/safriscoffi">><<subscribe "substar" "https://www.subscribestar.com/safriscoffi">></div> <h1>If you like the game, please consider supporting us on Gank or Subscribe Star! In return, gain access to builds earlier than the public release. There are a few perks too depending on your tier. If you can't afford it, joining the Discord is good enough! You might even win a temporary free subscription upgrade! Regardless, thank you for playing!</h1>
<<backend>><<set $relper = Math.ceil(($emi.love/$emi.maxlove) * 100)>><</backend>> <h1 style="font-weight: 500;"><<glow "0.5px yellow" "8px yellow" 24>>Character Profile<</glow>></h1> <img src="img/avatars/emi-01.png" style="max-width: 80%;"> <h1 style="font-size: 20px;"><<glow "0.5px yellow" "8px yellow">>Yamane Emi<</glow>></h1> <<if $emi.love > 100>><<set $emi.maxlove to 100>><</if>> <h1><<glow "0.65px magenta" "10px red">>Relationship: <</glow>> <<bar $relper "Love">><</bar>><<glow "0.65px magenta" "10px red" "16">><<print $emi.love+" / "+$emi.maxlove>><</glow>></h1> <div style="text-align: left; line-height:1.1;"> <h1><<glow "0.5px yellow" "8px orange">>Guide<</glow>> 1. Emi hates weak guys. <<if $emi.quest >= 2>>2. You can now chat with Emi. Raise your relationship.<</if>> <<if $emi.love >= 20 || $emi.quest >= 3>>3. Someone has business with you at school.<</if>> <<if $emi.quest >= 3>>4. Fight Izaki at the Park after school.<</if>> <<if $emi.quest >= 4>>5. Reach at least Rank 85 in the Combat Rankings.<</if>> <<if $emi.quest >= 4 && $player.rank <= 85>>6. Check up on her around lunch.<</if>> <<if $emi.quest >= 5>>7. You can now call her. Increase your relationship with her to unlock her call function in interesting places. 8. That's it for this version.<</if>> <<if $emi.quest >= 5>> <<glow "0.5px yellow" "8px orange">>Call Locations:<</glow>> 1. Bedroom at night. <<if $emi.love >= 30>>2. Business Area in the Evening. 3. That's it for this version.<</if>> Note: If you talk to her for more than 5 times, you won't be able to call her anymore for the day. <</if>> </h1> </div>
<<backend>><<set $relper = Math.ceil(($shizu.love/$shizu.maxlove) * 100)>><</backend>> <h1 style="font-weight: 500;"><<glow "0.5px #F45C43" "8px #EB3349" 24 "#FFCCAA">>Character Profile<</glow>></h1> <img src="img/avatars/shizu-01.png" style="max-width: 80%;"> <h1 style="font-size: 20px;"><<glow "0.5px #F45C43" "8px #EB3349" 20 "#FFCCAA">>Noguchi Shizu<</glow>></h1> <<if $shizu.love > $shizu.maxlove>><<set $shizu.love to $shizu.maxlove>><</if>> <h1><<glow "0.65px magenta" "10px red">>Relationship: <</glow>><<bar $relper "Love">><</bar>><<glow "0.65px magenta" "10px red" "16">><<print $shizu.love+" / "+$shizu.maxlove>><</glow>><h1> <div style="text-align: left; line-height:1.1;"> <h1><<glow "0.5px yellow" "8px orange">>Guide<</glow>> 1. Improve your grades. Maybe the Class Representative can help? <<if$haru.quest >= 6>>2. Reach at least Rank 95 in the Combat Rankings.<</if>> <<if $player.rank <= 95>>3. She will approach you after class before 5:45PM.<</if>> <<if $shizu.q1 > 0>>4. Hear about the other strongest fighters of the school from her.<</if>> <<if $shizu.q1 >= 4>>5. Reach at least Rank 85.<</if>> <<if $shizu.q1 >= 4 && $player.rank <= 85>>6. Let her approach you again after class.<</if>> <<if $shizu.q1 >= 5>>7. Keep hanging out with her and raising your relationship until something happens.<</if>> <<if $shizu.quest >= 2>>8. You can now have sex with her after class. 9. That's it for this version.<</if>> </h1> </div>
<<backend>><<set $relper = Math.ceil(($shiori.love/$shiori.maxlove) * 100)>><</backend>> <h1 style="font-weight: 500;"><<glow "0.5px #FF1760" "8px #BE003B" 24 "pink">>Character Profile<</glow>></h1> <img src="img/avatars/shiori-01.png" style="max-width: 80%;"> <h1 style="font-size: 20px;"><<glow "0.5px red" "8px darkred" 20 "#f55">>Kanna Shiori<</glow>></h1> <<if $shiori.love > $shiori.maxlove>><<set $shiori.love to $shiori.maxlove>><</if>> <h1><<glow "0.65px magenta" "10px red">>Relationship: <</glow>><<bar $relper "Love">><</bar>><<glow "0.65px magenta" "10px red" "16">><<print $shiori.love+" / "+$shiori.maxlove>><</glow>><h1> <div style="text-align: left; line-height:1.1;"> <h1><<glow "0.5px yellow" "8px orange">>Guide<</glow>> 1. Walk around the business area in the evening. <<if $shiori.quest > 1>>2. Talk to her at school.<</if>> <<if $shiori.quest > 2>>3. Yep, she hates men. Reach rank 80 and walk around in the business area again on a weekend.<</if>> <<if $shiori.quest > 3>>4. Have lunch with Haru in class.<</if>> <<if $shiori.quest > 4>>5. Wait for her to contact you in your bedroom in the weekends before noon.<</if>> <<if $shiori.quest > 5>>6. Keep escorting her on weekends.<</if>> <<if $shiori.quest > 5 && $shiori.love >= 40>>7. Escort her again, but answer her call at 11:45 AM.<</if>> <<if $shiori.quest > 6>>8. Raise your relationship.<</if>> <<if $shiori.quest > 6 && $shiori.love >= 55>>9. Escort her again, but don't be late this time.<</if>> <<if $shiori.quest > 7>>10. That's it for this version.<</if>> </h1> </div>
<<backend>><<set $relper = Math.ceil(($rio.love/$rio.maxlove) * 100)>><</backend>> <h1 style="font-weight: 500;"><<glow "0.5px #833ab4" "8px #fd1d1d" 24 "#fcb045">>Character Profile<</glow>></h1> <img src="img/avatars/rio-01.png" style="max-width: 80%;"> <h1 style="font-size: 20px;"><<glow "0.5px #FF1760" "8px #BE003B" 20 "pink">>Higuchi Rio<</glow>></h1> <<if $rio.love > $rio.maxlove>><<set $rio.love to $rio.maxlove>><</if>> <h1><<glow "0.65px magenta" "10px red">>Relationship: <</glow>><<bar $relper "Love">><</bar>><<glow "0.65px magenta" "10px red" "16">><<print $rio.love+" / "+$rio.maxlove>><</glow>><h1> <div style="text-align: left; line-height:1.1;"> <h1><<glow "0.5px yellow" "8px orange">>Guide<</glow>> 1. She'll approach you soon. <<if $emi.quest >= 4>>2. Thank her for warning you.<</if>> <<if $rio.quest >= 2>>3. Have a fun date! Don't cheap out!<</if>> <<if $rio.quest >= 3>>4. That's it for this version.<</if>> </h1> </div>
<<bg "trackfield" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>I'm too tired for this... <</dialog>> <div class="button-row"> <<regButton "track" "Back">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $profile to "player-profile">>
<<backend>> <<set $tempStats.maxhp = 100 + (($tempStats.level - 1) * 5) + ($tempStats.str * 2)>> <<set $tempStats.maxep = 100 + (($tempStats.level - 1) * 5) + ($tempStats.agi * 2)>> <<set $tempStats.hp = $tempStats.maxhp - ($stats.maxhp - $stats.hp)>> <<set $tempStats.ep = $tempStats.maxep - ($stats.maxep - $stats.ep)>> <<set $stats to clone($tempStats)>> <<goto "bedroom">> <</backend>>
<<bg "park" $hour>><</bg>> <div class="content-panel"> <<if $battlestart == false>><<print $commentary>><</if>> <<enemy $eid $ename $battlesetting>>$espeech<</enemy>> <<dialog "You" "avatar" "battle">>$pspeech <</dialog>> <div class="button-row"> <<action "Punch">><</action>> <<action "Kick">><</action>> <<action "Grab">><</action>> <<action "Flee">><</action>> </div> </div> <<backend>> <<set $dmgres = "">> [[Punch]][[Kick]][[Grab]][[Flee]][[process-damage]] <<set $location to "Park">> <<set $profile to "player-profile">> <<set $hidenav to 1>> <</backend>>
<<backend>> <<set $battlestart = true>> <<set $battlesetting = $location.toLowerCase()>> <<set $enemy = { level: Math.max(1, $stats.level + random(-3, 5)), hp: 100, maxhp: 100, str: 0, agi: 0, int: 0 }>> <<set $statpoints to 7 + (($enemy.level - 1) * 4)>> <<set $enemy.str to Math.floor(($statpoints * random(30,50)) / 100)>> <<set $enemy.agi to Math.floor(($statpoints * random(30,50)) / 100)>> <<set $enemy.int to $statpoints - $enemy.str - $enemy.agi>> <<set $enemy.maxhp to 100 + ($enemy.level * 4) + ($enemy.str * 2)>> <<set $enemy.hp to $enemy.maxhp>> <<set $stats.ep = $stats.ep - 20>> <<set $pspeech = "Bring it on.">> <<set $espeech = "I'll fuck you up.">> <<goto "battle-crud2">> [[battle-crud2]][[battle-rules]] <</backend>>
<<set $battlefield = $battlesetting+"-battle">> <<set $podds = 33 + random(-25,25)>> <<set $kodds = 33 + random(-25,25) + $podds>> <<set $inbattle = 1>> <<set $espeech = $espeech+"<br><br><br><span><strong>Next Move: "+$podds+"% Punch | "+($kodds-$podds)+"% Kick | "+(100-$kodds)+"% Grab</strong></span>">> <<goto $battlefield>>
<<backend>> <<set $eaction = random(0, 100)>> <<set $damage = 10 + random(-3, 3)>> <<if $eaction < $podds>> <!--punch--> <<if $stats.agi > $enemy.agi>> <<set $damage = Math.ceil($damage + ($damage * $stats.str * 0.1) + ($damage * $stats.level * 0.5))>> <<set $target = "enemy">> <<set $commentary = "You counter the enemy's punch with your own. It">> <<else>> <<set $damage = Math.ceil($damage + ($damage * $enemy.str * 0.1) + ($damage * $enemy.level * 0.5))>> <<set $target = "player">> <<set $commentary = "The enemy counters your punch with his own. It ">> <</if>> <<elseif $eaction < $kodds>> <!--enemy wins--> <<set $damage = Math.ceil($damage + ($damage * $enemy.str * 0.1) + ($damage * $enemy.level * 0.5))>> <<set $target = "player">> <<set $commentary = "The enemy's kick blows throug your punch. It">> <<else>> <!--player wins--> <<set $damage = Math.ceil($damage + ($damage * $stats.str * 0.1) + ($damage * $stats.level * 0.5))>> <<set $target = "enemy">> <<set $commentary = "The enemy tried to grab you, but your punch is quicker. It">> <</if>> <<goto "process-damage">> <</backend>>
<<backend>> <<set $eaction = random(0, 100)>> <<set $damage = 10 + random(-3, 3)>> <<if $eaction < $podds>> <!--player wins--> <<set $damage = Math.ceil($damage + ($damage * $stats.str * 0.1) + ($damage * $stats.level * 0.5))>> <<set $target = "enemy">> <<set $commentary = "Your kick blows through the enemy's jab. It">> <<elseif $eaction < $kodds>> <!--kick--> <<if $stats.str > $enemy.str>> <<set $damage = Math.ceil($damage + ($damage * $stats.str * 0.1) + ($damage * $stats.level * 0.5))>> <<set $target = "enemy">> <<set $commentary = "Your kick overpowers the enemy's kick. It">> <<else>> <<set $damage = Math.ceil($damage + ($damage * $enemy.str * 0.1) + ($damage * $enemy.level * 0.5))>> <<set $target = "player">> <<set $commentary = "The enemy's kick overpowers your kick. It">> <</if>> <<else>> <!--grab-- enemy wins> <<set $damage = Math.ceil($damage + ($damage * $enemy.str * 0.1) + ($damage * $enemy.level * 0.5))>> <<set $target = "player">> <<set $commentary = "The enemy grabbed your leg. He unleashes a headbutt that">> <</if>> <<goto "process-damage">> <</backend>>
<<backend>> <<set $eaction = random(0, 100)>> <<set $damage = 10 + random(-3, 3)>> <<if $eaction < $podds>> <!--punch enemy wins--> <<set $damage = Math.ceil($damage + ($damage * $enemy.str * 0.1) + ($damage * $enemy.level * 0.5))>> <<set $target = "player">> <<set $commentary = "The enemy's punch was quicker than your grab. It">> <<elseif $eaction < $kodds>> <!--kick player wins--> <<set $damage = Math.ceil($damage + ($damage * $stats.str * 0.1) + ($damage * $stats.level * 0.5))>> <<set $target = "enemy">> <<set $commentary = "You grabbed the enemy's kick and unleashed a headbutt that">> <<else>> <!--grab--> <<if $stats.int > $enemy.int>> <<set $damage = Math.ceil($damage + ($damage * $stats.str * 0.1) + ($damage * $stats.level * 0.5))>> <<set $target = "enemy">> <<set $commentary = "The enemy tries to grab you but you grab them first. You unleash a headbutt that">> <<else>> <<set $damage = Math.ceil($damage + ($damage * $enemy.str * 0.1) + ($damage * $enemy.level * 0.5))>> <<set $target = "player">> <<set $commentary = "You try to grab the enemy but he grabs you first. He unleashes a headbutt that">> <</if>> <</if>> <<goto "process-damage">> <</backend>>
<<if (($stats.agi+1) / ($enemy.agi+1)) * random(0,100) > 70>> <<set $commentary = "Got away safely...">> <<set $dmgres = $battlesetting+"-flee">> <<goto $dmgres>> <<else>> <<set $damage = 10 + random(-3, 3)>> <<set $damage = Math.ceil($damage + ($damage * $enemy.str * 0.1) + ($damage * $enemy.level * 0.5))>> <<set $damage = Math.round($damage * 0.35)>> <<set $target = "player">> <<set $commentary = "The enemy catches you and slams you to the ground dealing "+$damage+" damage.">> <<set $dmgres = "-battle">> <<set $stats.hp = $stats.hp - $damage>> <<if $stats.hp <= 0>> <<set $stats.hp = 0>> <<set $dmgres = "-lose">> <</if>> <<set $battlestart = false>> <<set $dmgres = "park"+$dmgres>> <<goto $dmgres>><</if>>
<<set $podds = 33 + random(-25,25)>> <<set $kodds = 33 + random(-25,25) + $podds>> <<if $target == "player">> <<set $odds = (($enemy.agi + $enemy.int) / ($stats.agi + 1)) * random(0, 100)>> <<set $target = "you">> <<else>> <<set $odds = (($stats.agi + $stats.int ) / ($enemy.agi + 1)) * random(0, 100)>> <<set $target = "the enemy">> <</if>> <<set $goodspeech = "">> <<set $badspeech = "">> <<if $odds > 75>> <<set $goodspeech = either("...", "Heh.", "You survived that? Impressive.", "Try harder.", "Oof. That had too have hurt.")>> <<set $badspeech = either("Ugk! Fuck.", "Fuck!", "Sh-shit... I almost passed out", "Th-that... kinda hurt.")>> <<set $damage = $damage * 1.25>> <<set $damage = Math.round($damage)>> <<set $commentary = $commentary + " lands critically, dealing " + $damage + " damage.">> <<elseif $odds > 30>> <<set $goodspeech = either("...", "Heh.", "Entertain me more!", "I'm gonna knock the daylights out of you.")>> <<set $badspeech = either("Ouf.", "Fuck!", "Shit.", "God fucking dammit.", "Lucky shot.")>> <<set $damage = Math.round($damage)>> <<set $commentary = $commentary + " hits "+$target+", dealing " + $damage + " damage.">> <<elseif $odds > 10>> <<set $goodspeech = either("That would have knocked your ass out.", "You got lucky.", "Nice reflex, dumbass. You almost dodged it.")>> <<set $badspeech = either("Huh.", "Th-that was close...", "Did a mosquito bite me?")>> <<set $damage = $damage * 0.5>> <<set $damage = Math.round($damage)>> <<set $commentary = $commentary + " grazes "+$target+", dealing " + $damage + " damage.">> <<else >> <<set $goodspeech = either("Shit.", "Damn.", "Stop squirming around like a little bug", "You're quick. Like a rat.", "Stay fucking still.")>> <<set $badspeech = either("Are you even trying to hit me?", "Too slow.", "Haha! Keep trying, bitch.")>> <<set $damage = 0>> <<set $acc = "miss">> <<set $commentary = $commentary + " missed.">> <</if>> <<set $dmgres = "-battle">> <<if $target == "you">> <<set $pspeech = $badspeech>> <<set $espeech = $goodspeech+"<br><br><br><span><strong>Next Move: "+$podds+"% Punch | "+($kodds-$podds)+"% Kick | "+(100-$kodds)+"% Grab</strong></span>">> <<set $damage = Math.round($damage * 0.5)>> <<set $stats.hp = $stats.hp - $damage>> <<if $stats.hp <= 0>> <<set $stats.hp = 0>> <<set $dmgres = "-lose">> <</if>> <<else>> <<set $espeech = $badspeech+"<br><br><br><span><strong>Next Move: "+$podds+"% Punch | "+($kodds-$podds)+"% Kick | "+(100-$kodds)+"% Grab</strong></span>">> <<set $pspeech = $goodspeech>> <<set $enemy.hp = $enemy.hp - $damage>> <<if $enemy.hp <= 0>> <<set $enemy.hp = 0>> <<set $dmgres = "-win">> <</if>> <</if>> <<script>> incrementTime(0, 5); <</script>> <<set $battlestart = false>> <<set $dmgres = $battlesetting+$dmgres>> <<goto $dmgres>> [[park-win]][[park-lose]][[park-flee]]
<<backend>><<set $rewmoney = 8 + ($enemy.level * random(4,8))>> <<set $rewxp = 18 + Math.round($enemy.level * $enemy.level * 0.5) + ($enemy.level * random(10,30)) + (Math.round($stats.int * random(35,75) * 0.01))>> <<set $player.money = $player.money + $rewmoney>> <</backend>> <<bg "park" $hour>><</bg>> <div class="content-panel"> <<print $commentary>> Park Delinquent gets knocked out. You get $<<print $rewmoney>> and <<print $rewxp>> exp. <div><<exp $rewxp>><</exp>></div> <<dialog "You">>The park is the best place to fight. <</dialog>> <div class="button-row"> <<regButton "park" "Leave">><</regButton>> </div> </div> <<backend>> <<set $hidenav to 0>> <<set $inbattle = 0>> <<script>> incrementTime(0, 30); <</script>> <</backend>>
<<backend>><<set $rewmoney = $enemy.level * (random(0,2)+random(2,4))>> <<set $player.money = Math.max($player.money - $rewmoney, 0)>> <</backend>> <<bg "park" $hour>><</bg>> <div class="content-panel"> <<print $commentary>> You get knocked out. You lose $<<print $rewmoney>>. <<enemy $eid "Park Delinquent" "park" "left">>Never show your face here again.<</enemy>> <div class="button-row"> <<regButton "park-wake" "Wake up">><</regButton>> </div> </div> <<backend>> [[park-wake]] <<set $inbattle = 0>> <<script>> incrementTime(0, 30); <</script>> <</backend>>
<<bg "park" $hour>><</bg>> <div class="content-panel"> <<print $commentary>> <<enemy $eid "Park Delinquent" "park" "left">>Come back here, coward!<</enemy>> <div class="button-row"> <<regButton "alley" "Alley">><</regButton>> </div> </div> <<backend>> <<set $inbattle = 0>> <<set $hidenav to 0>> <<script>> incrementTime(0, 30); <</script>> <</backend>>
<h1><<glow "0.5px yellow" "8px orange">>Information<</glow>> <h1>Ever played rock, paper, scissors? </h1><h1><<glow "0.5px orange" "8px orangered">><span style="color: orange;">Punches</span><</glow>> are fast attacks that can outspeed <<glow "0.5px cyan" "8px cyan">><span style="color: lime;">grabs</span><</glow>> but <<glow "0.5px red" "8px red">><span style="color: orangered;">kicks</span><</glow>> have better reach. If both of you throw a punch, the one with better <<glow "0.5px lime" "8px green">><span style="color: yellow;">agility</span><</glow>> wins.</h1><h1><<glow "0.5px red" "8px red">><span style="color: orangered;">Kicks</span><</glow>> have better reach than <<glow "0.5px orange" "8px orangered">><span style="color: orange;">punches</span><</glow>> but can be easily caught by <<glow "0.5px cyan" "8px cyan">><span style="color: lime;">grabs</span><</glow>>. The one with greater <<glow "0.5px red" "8px red">><span style="color: red;">strength</span><</glow>> can unleash a more powerful kick.</h1><h1><<glow "0.5px cyan" "8px cyan">><span style="color: lime;">Grabs</span><</glow>> can catch <<glow "0.5px red" "8px red">><span style="color: orangered;">kicks</span><</glow>> but are slower than <<glow "0.5px orange" "8px orangered">><span style="color: orange;">punches</span><</glow>>. If both of you grab each other, the one with the higher <<glow "0.5px cyan" "8px cyan">><span style="color: white;">intelligence</span><</glow>> can execute the technique better.</h1><h1>If the attack is a <<glow "0.5px orchid" "8px fuchsia">><span style="color: violet;">miss</span><</glow>>, no damage is inflicted. If it's a <<glow "0.5px blueviolet" "8px darkmagenta">><span style="color: magenta;">graze</span><</glow>>, half the damage is inflicted. A <<glow "0.5px dodgerblue" "8px royalblue">><span style="color: deepskyblue;">hit</span><</glow>> will inflict 100% and a <<glow "0.5px cyan" "8px dodgerblue">><span style="color: powderblue;">crit</span><</glow>> will do 125%.</h1><h1>You get some <<glow "0.5px limegreen" "8px green">><span style="color: lime;">money</span><</glow>> and <<glow "0.5px lime" "8px yellowgreen">><span style="color: white;">experience</span><</glow>> if you win, and lose money if you lose. You can try to flee to avoid losing cash, but if your escape fails, the enemy gets a free attack. The probability of escape increases with <<glow "0.5px lime" "8px green">><span style="color: yellow;">agility</span><</glow>>.</h1>
<div class="bg alley"></div> <div class="content-panel"> You wake up in the alley with a splitting headache and a swollen jaw. <hr> <img src="img/misc/wake-streets.png" style="max-width: 80%;"> <<dialog "You">>Fuck... They just dumped me here. <</dialog>> <<regButton "alley" "Alley">><</regButton>> </div> <<backend>> <<set $stats.hp = Math.ceil($stats.maxhp / 2)>> <<set $hidenav to 0>> <<script>> incrementTime(1, 0); <</script>> <</backend>>
<<bg "park" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>I'm too tired for this shit. <</dialog>> <div class="button-row"> <<regButton "park" "Continue">><</regButton>> </div> </div>
<div class="bg hospital-int"></div> <div class="content-panel"> <<dialog "You">>It smells like disinfectant. <</dialog>> <div class="button-row"> <<if $player.money >= 25>><<regButton "heal" "Heal 💵25">><</regButton>><<else>><<regButton "noheal" "Heal 💵25">><</regButton>><</if>> <<regButton "hospital" "Leave">><</regButton>> </div> <<imgButton "akane-office" "img/avatar-buttons/akane-01.png" "avatar-button">> </div> <<if false>> /* connected passages */ [[heal]] [[noheal]][[akane-office]] <</if>> <<set $location to "Hospital">> <<set $profile to "player-profile">>
<div class="bg hospital-int"></div> <div class="content-panel"> <<dialog "Akane">>Oh! An Aoba High student! <</dialog>> <<dialog "You">><i>*Woah. She's pretty cute.*</i> <</dialog>> <hr> She walks over to you. <hr> <<dialog "Akane">>Sawada $player.name. You must be Hideo's nephew! <</dialog>> <<dialog "You">><i>*She know my uncle.*</i> Yes, that's me. I'm sorry, he never told me about you. <</dialog>> <<dialog "Akane">>Oh! How rude of me. My name is Akane. Yoshioka Akane. I used to be the personal doctor of Sir Isao. Now, I personally take care of your uncle. <</dialog>> <<dialog "You">>Oh? So you know about our business, then? <</dialog>> <<dialog "Akane">>W-what? I can't believe Sir Isao even got his own son involved in his business. <</dialog>> <<dialog "You">><i>*Shit! Does she hate gangsters?*</i> <</dialog>> <<dialog "Akane">>How noble ~❤ <</dialog>> <<dialog "You">><i>*What*</i> <</dialog>> <<dialog "Akane">>Hideo has already informed me that you'd be living here. If you ever get injured due to your activities, come visit me. I won't let a member of the Sawada family wait in line! <</dialog>> <<dialog "You">>Thanks, doc! <</dialog>> <<dialog "Akane">>And, don't worry! I won't charge you. You'd only have to pay for medicine. <</dialog>> <<dialog "You">>That's already a great help. Thank you! <</dialog>> <<regButton "hosp-lobby" "Continue">><</regButton>> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Hospital">> <<set $hospintro to "hosp-lobby">>
<div class="bg hospital-int"></div> <div class="content-panel"> <<dialog "Akane" "student">>Welcome to the hospital room. We heal you back to perfect health? Shall I heal you? <</dialog>> <<dialog "You">>Well... Yeah. Please. <</dialog>> <<dialog "Akane">>I'll take a look at your wounds for a few seconds? <</dialog>> <<dialog "You">>Woah. Just a few seconds? <</dialog>> <hr> After a few seconds... <hr> <<dialog "Akane">>Thank you for waiting! You are now fighting fit! We hope to see you again! <</dialog>> <<dialog "You">>That's a weird thing to say in a hospital, but thanks Nurse Joy. Haha. <</dialog>> <<dialog "Akane">>What? No, it's me! Akane! And I'm a doctor! <</dialog>> <<regButton "hosp-lobby" "Leave">><</regButton>> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Hospital">> <<set $player.money = $player.money - 25>> <<set $stats.hp = $stats.maxhp>>
<div class="bg hospital-int"></div> <div class="content-panel"> <<dialog "You">>I can't afford it. <</dialog>> <<regButton "hosp-lobby" "Leave">><</regButton>> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Hospital">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/emi/emi-annoyed.mp4" type="video/mp4"> </video> <<dialog "Emi" "student">>Leave me alone, nerd. <</dialog>> <<dialog "You">><i>*The fuck is her problem?*</i> <</dialog>> <div class="button-row"> <<regButton "emi-class" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/emi/emi1/emi1-1.mp4" type="video/mp4"> </video> <<dialog "Emi" "student">>Hey, nerd. Were you fighting again today? <</dialog>> <<dialog "You">>Why am I still a nerd? <</dialog>> <<dialog "Emi" "student">>Well, you still have that ridiculous haircut. <</dialog>> <hr> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Emi's love +1<</glow>></h1> <div class="button-row"> <<regButton "emi-class" "Whatever">><</regButton>> </div> </div> <<if false>> [[emi1-2]] /* connected passages */ <</if>> <<backend>> <<set $emi.love = ($emi.love + 1)>> <<set $emi.chat = $emi.chat + 1>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/emi/emi1/emi1-1.mp4" type="video/mp4"> </video> <<dialog "Emi" "student">>Hey, nerd... Your hand... <</dialog>> <<dialog "You">>You keep calling me a nerd. <</dialog>> <<dialog "Emi" "student">>Well, that's because... <</dialog>> <div class="button-row"> <<regButton "emi1-battlecrud" "Someone barges in">><</regButton>> </div> </div> <<if false>> [[emi1-battlecrud]] /* connected passages */ <</if>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<div class="bg classroom"></div> <div class="content-panel"> <<enemy "yellow" "Delinquent" "classroom" "left">>Sawada $player.name! This is payback for my boys, motherfucker!<</enemy>> <<dialog "Emi" "student">>H-huh? <</dialog>> <<dialog "You">>Oh? Did your girlfriends tell on me? <</dialog>> <<enemy "yellow" "Delinquent" "classroom" "left">>I'll kill you.<</enemy>> <div class="button-row"> <<regButton "battle-crud2" "Fight">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi1-battlecrud]] <</if>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<<backend>> <<set $battlestart = true>> <<set $battlesetting = "emi1">> <<set $enemy = { level: 5, hp: 100, maxhp: 100, str: 0, agi: 0, int: 0 }>> <<set $enemy.str to 8>> <<set $enemy.agi to 8>> <<set $enemy.int to 8>> <<set $enemy.maxhp to 150>> <<set $enemy.hp to 150>> <<set $profile = "player-profile">> <<set $pspeech = "Miss Shizu will get mad if she catches me fighting. I'm gonna have to make this quick.">> <<set $espeech = "You think you're tough because you beat a couple guys?">> <<goto "emi1-2">> [[emi1-battle]][[emi1-win]][[emi1-lose]] <</backend>>
<div class="bg classroom"></div> <div class="content-panel"> <<if $battlestart == false>><<print $commentary>><</if>> <<enemy "yellow" "Delinquent" "classroom">>$espeech<</enemy>> <<dialog "You" "avatar" "battle">>$pspeech <</dialog>> <div class="button-row"> <<action "Punch">><</action>> <<action "Kick">><</action>> <<action "Grab">><</action>> </div> </div> <<backend>> <<set $dmgres = "">> <<set $location to "Classroom">> <<set $profile to "player-profile">> <<set $hidenav to 1>> <</backend>>
<<backend>> <<set $profile = "emi-profile">> <</backend>> <div class="bg classroom"></div> <div class="content-panel"> <<print $commentary>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/emi/emi1/emi1-2.mp4" type="video/mp4"> </video> <<dialog "You">>Shit. You made me break the door. Leave before Miss Shizu comes. <</dialog>> <<enemy "yellow" "Delinquent" "classroom" "left">>O-okay...<</enemy>> You get <<print 100>> exp. <div><<exp 100>><</exp>></div> <div class="button-row"> <<regButton "emi1-3" "Continue">><</regButton>> </div> </div> <<backend>> [[emi1-3]] <<set $hidenav to 0>> <<set $inbattle = 0>> <<script>> incrementTime(0, 30); <</script>> <</backend>>
<div class="bg classroom"></div> <div class="content-panel"> Welp... You lost. I'll restore your health and energy for free! I'll send you back to before you tried talking to Emi. Try beating up some punks in the park to level up and strengthen up a bit before you retry the quest. Here's a dancing naked girl to cheer you up. <video controls width="640" height="360" autoplay loop muted> <source src="vids/misc/eunsora.mp4" type="video/mp4"> </video> Her name as a BJ was Eunsora but she quit. She did a face reveal kinda recently as Son Ye Eun. Have fun. <div class="button-row"> <<regButton "emi-class" "Continue">><</regButton>> </div> </div> <<backend>> [[emi1-3]] <<set $stats.hp = $stats.maxhp>> <<set $stats.ep = $stats.maxep>> <<set $hidenav to 0>> <<set $inbattle = 0>> <<script>> incrementTime(0, 30); <</script>> <</backend>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "Emi" "student">>So that's why your knuckles were red. You've been fighting. <</dialog>> <<dialog "You">>You got a problem with that? <</dialog>> <<dialog "Emi" "student">>Nope. I like strong guys. <</dialog>> <hr> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Emi's love +5<</glow>></h1> <div class="button-row"> <<regButton "emi-class" "Continue">><</regButton>> </div> </div> <<if false>> [[emi1-2]] /* connected passages */ <</if>> <<backend>> <<set $emi.love = ($emi.love + 5)>> <<set $hidenav to 0>> <<set $emi.quest = 2>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<<bg "campus" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/emi/emi2/emi2-1.mp4" type="video/mp4"> </video> <<enemy "izaki-01" "Izaki Shun" "classroom" "left" "avatars">>You Sawada $player.name?<</enemy>> <<dialog "You">>Nope, not me. <</dialog>> <<enemy "izaki-01" "Izaki Shun" "classroom" "left" "avatars">>Nah, you definitely are.<</enemy>> <<dialog "You">>Why'd you ask me if you're not gonna believe me? <</dialog>> <div class="button-row"> <<regButton "emi2-2" "He grabs your collar">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi2-2]] <<set $hidenav to 1>> <</if>>
<<bg "campus" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/emi/emi2/emi2-2.mp4" type="video/mp4"> </video> <<enemy "izaki-01" "Izaki Shun" "classroom" "left" "avatars">>Look. Yamane Emi is my woman. Meet me at the park after school. You're dead if you don't show up.<</enemy>> <<dialog "You">>... <</dialog>> <hr> He lets you go and walks away. <div class="button-row"> <<regButton "emi2-3" "Someone else approches you">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi2-3]] <</if>> <<set $hidenav to 1>>
<<bg "campus" $hour>><</bg>> <div class="content-panel"> <<dialog "Rio">>Damn. Looks like Emi-chan got you too, huh? <</dialog>> <<dialog "You">>What do you mean? <</dialog>> <<dialog "Rio">>Like, you see, Emi-chan was like bullied in middle school so she started dating strong guys. She had totally awesome boobs too so it wasn't hard. <</dialog>> <<dialog "You">>What does that have to do with me? <</dialog>> <<dialog "Rio">>Umm. Izaki Shun, that guy just now, is like rank 24 in the entire school, but his rank is not going up because you know... The seniors are way stronger and Emi feels threatened about it since people aren't like as scared of Izaki as the seniors. <</dialog>> <<dialog "You">>So she lures guys so that they'd have to fight Izaki. Izaki gets to show off his strength and Emi feels a little safer. <</dialog>> <<dialog "Rio">>Bingo. Emi saw that you were like pretty strong so she's using you to boost Izaki's uhm scary factor. <</dialog>> <<dialog "You">>What ranking are you talking about anyway? <</dialog>> <<dialog "Rio">>Right, you just transferred here. Uhh. Like, the boys in this school are ranked in terms of fighting strength. You can totally challenge other students to increase your rank. It's a clever way for the "Big Four" to not get challengers like... daily. <</dialog>> <<dialog "You">>What? big F- You know what? Nevermind. Thank you for telling me, Rio. <</dialog>> <<dialog "Rio">>Well, you're like pretty cute so, I had to let you know. Be careful with Izaki. He's like, still totally strong. See you around, $player.name. <</dialog>> <div class="button-row"> <<regButton "school" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-chat3]] <</if>> <<set $emi.quest = 3>> <<set $hidenav to 0>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/emi/emi-annoyed.mp4" type="video/mp4"> </video> <<dialog "You">>Guess who I met? <</dialog>> <<dialog "Emi" "student">>... <</dialog>> <div class="button-row"> <<regButton "emi-class" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<<backend>> <<set $battlestart = true>> <<set $battlesetting = "emi3">> <<set $enemy = { level: 10, hp: 100, maxhp: 100, str: 0, agi: 0, int: 0 }>> <<set $enemy.str to 15>> <<set $enemy.agi to 15>> <<set $enemy.int to 15>> <<set $enemy.maxhp to 200>> <<set $enemy.hp to 200>> <<set $profile = "player-profile">> <<set $pspeech = "Watch me, Emi-chan~">> <<set $espeech = "How dare you touch my girlfriend.">> <<goto "battle-crud2">> [[emi3-battle]] <</backend>>
<<bg "park" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Aww. Are you guys on a date? I don't want to be a third wheel. <</dialog>> <<enemy "izaki-01" "Izaki Shun" "park" "left" "avatars">>This motherfucker.<</enemy>> <<dialog "Emi">>Sorry about this, nerd. <</dialog>> <div class="button-row"> <<regButton "emi3-battlecrud" "Fight">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi2-3]] <</if>> <<set $hidenav to 1>>
<<bg "park" $hour>><</bg>> <div class="content-panel"> <<if $battlestart == false>><<print $commentary>><</if>> <<enemy "izaki-01" "Izaki Shun" "park" "right" "avatars">>$espeech<</enemy>> <<dialog "You" "avatar" "battle">>$pspeech <</dialog>> <div class="button-row"> <<action "Punch">><</action>> <<action "Kick">><</action>> <<action "Grab">><</action>> </div> </div> <<backend>> [[emi3-win]][[emi3-lose]] <<set $dmgres = "">> <<set $location to "Park">> <<set $profile to "player-profile">> <<set $hidenav to 1>> <</backend>>
<<backend>> <<set $profile = "emi-profile">> <</backend>> <<bg "park" $hour>><</bg>> <div class="content-panel"> <<print $commentary>>. Izaki drops. <<dialog "Emi">>S-stop! <</dialog>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/emi/emi3/emi3-win.mp4" type="video/mp4"> </video> <<dialog "You">>You were talking big. This all you got? <</dialog>> <<enemy "izaki-01" "Izaki Shun" "classroom" "left" "avatars">>I... I'm... Sorry. I was just... trying to... pro... tect... her.<</enemy>> <div><<exp 500>><</exp>></div> <div class="button-row"> <<regButton "emi3-2" "Continue">><</regButton>> </div> </div> <<backend>> [[emi3-2]] <<set $profile to "emi-profile">> <<set $inbattle = 0>> <<script>> incrementTime(0, 30); <</script>> <</backend>>
<<bg "park" $hour>><</bg>> <div class="content-panel"> Welp... You lost. I'll restore your health and energy for free! I'll send you back to before you challenged Izaki. Try beating up some punks in the park to level up and strengthen up a bit before you retry the quest. Here's a dancing naked girl to cheer you up. <video controls width="640" height="360" autoplay loop muted> <source src="vids/misc/anaimiya.mp4" type="video/mp4"> </video> Her name's Anaimiya or NaimiNaimi. Her X (formerly Twitter) profile is wild. Check it out. <div class="button-row"> <<regButton "park" "Continue">><</regButton>> </div> </div> <<backend>> <<set $stats.hp = $stats.maxhp>> <<set $stats.ep = $stats.maxep>> <<set $hidenav to 0>> <<set $inbattle = 0>> <<script>> incrementTime(0, 30); <</script>> <</backend>>
<<bg "park" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Not as nerdy as you thought, huh? <</dialog>> <<dialog "Emi">>Y-you're not going to hit a girl, are you? <</dialog>> <<dialog "You">>Do I have to? You'll get bullied again anyways. <</dialog>> <<dialog "Emi">>H-how... <</dialog>> <<dialog "You">>You know... I'm planning to raise my rank. I'm so much stronger than Izaki. Does this make me Rank 24 now? <</dialog>> <<dialog "Emi">>That's not how it works... There's no official witness so this match is invalid. You'd have to start fighting from scratch... <</dialog>> <<dialog "You">>I don't think I'd have any trouble climbing ranks if the 24th is this weak. I can probably... replace Izaki-kun. <</dialog>> <<dialog "Emi">>What's the catch? <</dialog>> <<dialog "You">>I wonder... What was the catch with Izaki? Did you spread your legs for him? <</dialog>> <<dialog "Emi">>Y-you! Izaki is a gentleman! We haven't even kissed! <</dialog>> <<dialog "You">>Hah. Really? Poor guy. I'm not a gentleman though. <</dialog>> <<dialog "Emi">>Wh-what do you mean? <</dialog>> <<dialog "You">>Come with me. <</dialog>> <div class="button-row"> <<regButton "emi3-3" "Take her home">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-3]] <</if>> <<set $hidenav to 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-3.mp4" type="video/mp4"> </video> <<dialog "Emi">>Why did you bring me here? <</dialog>> <<dialog "You">>You know why. <</dialog>> <div class="button-row"> <<regButton "emi3-4" "Pull up her shirt">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-4]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-4.mp4" type="video/mp4"> </video> <<dialog "Emi">>Ah. So that's it. You'll rape me. <</dialog>> <<dialog "You">>Rape? That's pretty harsh. Do you want my protection or not? Should I stop? <</dialog>> <<dialog "Emi">>Whatever. Just make it quick. <</dialog>> <<dialog "You">>After you accused me of rape, you expect me to do you a favor? You're funny. <</dialog>> <<dialog "Emi">>Just get it over with. <</dialog>> <<dialog "You">>Maybe if you beg. <</dialog>> <div class="button-row"> <<regButton "emi3-5" "She begs">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-5]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-5.mp4" type="video/mp4"> </video> <<dialog "Emi">>Okay. I'm sooo very sorry for what I said. Please use my body. <</dialog>> <<dialog "You">>You're lucky you're hot. <</dialog>> <div class="button-row"> <<regButton "emi3-6" "Rip her stockings">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-6]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-6.mp4" type="video/mp4"> </video> <<dialog "Emi">>What the hell! Take it easy! <</dialog>> <<dialog "You">>You know what, you're right! Why should I make you feel good? You should be making ME feel good. <</dialog>> <div class="button-row"> <<regButton "emi3-7" "Blowjob">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-7]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-7.mp4" type="video/mp4"> </video> <<dialog "Emi">>You are gross. <</dialog>> <<dialog "You">>Hey, you're the one sucking my dick. <</dialog>> <<dialog "Emi">>Stop forcing my head, you fucking asshole. <</dialog>> <div class="button-row"> <<regButton "emi3-8" "Keep fucking her mouth">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-8]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-8.mp4" type="video/mp4"> </video> <<dialog "You">>You know what? Sit straight so you can suck me off better. <</dialog>> <<dialog "Emi">>F-fuck you. <</dialog>> <div class="button-row"> <<regButton "emi3-9" "Fuck her tits">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-9]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-9.mp4" type="video/mp4"> </video> <<dialog "You">>Did you know that these tits are what I first noticed about you? <</dialog>> <<dialog "Emi">>You're a pig. This must be the happiest you've been, huh? You disgust me. <</dialog>> <div class="button-row"> <<regButton "emi3-10" "Fuck her mouth again">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-10]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-10.mp4" type="video/mp4"> </video> <<dialog "You">>But your mouth feels great too! <</dialog>> <<dialog "Emi">>Mmphhh! <</dialog>> <div class="button-row"> <<regButton "emi3-11" "I can't pick">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-11]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-11.mp4" type="video/mp4"> </video> <<dialog "You">>Ahhh! I can't choose which is better! <</dialog>> <<dialog "Emi">>My poor breasts. Hnggkk! <</dialog>> <div class="button-row"> <<regButton "emi3-12" "Fuck her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-12]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Spread your legs. <</dialog>> <<dialog "Emi">>W-wait! Please don't do th-ahhhhh! <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-12.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "emi3-13" "She keeps yapping">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-13]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-13.mp4" type="video/mp4"> </video> <<dialog "Emi">>Shouldn't you thank me for letting you fuck this body? Huh? Go on, say it. Thank you, Emi, for letting this nerd have sex. <</dialog>> <<dialog "You">>You're still noisy. <</dialog>> <div class="button-row"> <<regButton "emi3-14" "She kicks you">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-14]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-14.mp4" type="video/mp4"> </video> <<dialog "Emi">>Fuck you! This should be enough, right? Get the fuck away from me! <</dialog>> <<dialog "You">>Ow. That hurt, bitch. Come here. <</dialog>> <div class="button-row"> <<regButton "emi3-15" "You force her on top">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-15]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-15.mp4" type="video/mp4"> </video> <<dialog "You">>You're lucky your huge tits prevented me from kicking you back. <</dialog>> <<dialog "Emi">>Haha! You looked ridiculous. You flew back. You really are a nerd. Poor nerd. <</dialog>> <div class="button-row"> <<regButton "emi3-16" "You lay her down">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-16]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-16.mp4" type="video/mp4"> </video> <<dialog "You">>You suck as a cowgirl. This is way better. <</dialog>> <<dialog "Emi">>You really are disgusting. <</dialog>> <div class="button-row"> <<regButton "emi3-17" "Harder">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-17]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-18.mp4" type="video/mp4"> </video> <<dialog "You">>That felt great, Emi! <</dialog>> <<dialog "Emi">>Fuck you. <</dialog>> <div class="button-row"> <<regButton "emi3-19" "Make her clean your dick">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-19]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-19.mp4" type="video/mp4"> </video> <<dialog "You">>Clean it. <</dialog>> <<dialog "Emi">>Hngmmp! <</dialog>> <div class="button-row"> <<regButton "emi3-20" "End">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-20]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-20.mp4" type="video/mp4"> </video> <<dialog "Emi">>Do your part of the deal. Climb the rankings and make sure nobody touches me. <</dialog>> <<dialog "You">>Here. I'll even write you a contract. Happy? <</dialog>> <<dialog "Emi">>I hate you. <</dialog>> <hr> <h1><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Relationship -5<</glow>></h1> <div class="button-row"> <<regButton "sleep" "Sleep">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<backend>> <<set $location to "Bedroom">> <<set $emi.love = $emi.love - 5>> <<set $emi.quest = 4>> <</backend>>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi3/emi3-17.mp4" type="video/mp4"> </video> <<dialog "You">>I'm close! <</dialog>> <<dialog "Emi">>... <</dialog>> <div class="button-row"> <<regButton "emi3-18" "Cum">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi3-18]] <</if>> <<backend>> <</backend>> <<set $location to "Bedroom">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/emi/emi-annoyed.mp4" type="video/mp4"> </video> <<dialog "You">>Hey, Emi-chan~ <</dialog>> <<dialog "Emi" "student">>... <</dialog>> <<dialog "You">>How cold~ <</dialog>> <div class="button-row"> <<regButton "emi-class" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-chat5]] <</if>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<div class="bg council-room"></div> <div class="content-panel"> <<if $haru.scc == 1>> <<dialog "You">>Haru's here. <</dialog>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru4/haru4-1.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "haru-scc" "Sit with Haru">><</regButton>> <<regButton "school" "Leave">><</regButton>> </div> <<else>> <<dialog "You">>There's no one here. <</dialog>> <div class="button-row id-row"> <<regButton "school" "Leave">><</regButton>> </div> <</if>> </div> <<if false>> /* connected passages */ [[haru-scc]] <</if>> <<set $location to "Council Room">> <<set $profile to "player-profile">>
<<backend>><<if $haru.scc == 0>><<goto "council-room">><</if>><</backend>><div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru5/haru5-1.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>What subjects are you struggling with? <</dialog>> <div class="button-row"> <<if $haru.quest == 4 && $haru.love >= 150>> <<regButton "haru4-1" "Haru has a proposition">><</regButton>> <</if>> <<if $haru.quest == 5 && $stats.int >= 30>> <<regButton "haru5-1" "You show her your grades">><</regButton>> <</if>> <<if $haru.quest >= 6>> <<regButton "haru5-2" "Sex">><</regButton>> <</if>> <<regButton "haru-scc-chat" "Chat">><</regButton>> <<regButton "council-room" "Nevermind">><</regButton>> </div> </div> <<set $profile to "haru-profile">> <<if false>> /* connected passages */ [[haru-scc-chat]][[haru4-1]][[haru5-1]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>Hey! Ready to go? <</dialog>> <<dialog "Haru" "student">>Actually, I can't. I have to finish up some stuff in the Council Room. Sorry. <</dialog>> <<dialog "You">>Aww. <</dialog>> <div class="button-row"> <<regButton "classroom" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<backend>> <</backend>> <<set $profile to "haru-profile">> <<set $haru.scc = 1>>
<<backend>> <<if random(0,1000) >= 500 || $haru.quest <= 3>> <<goto "haru-visit">> <<else>> <<goto "haru-decline">> <</if>> <<set $profile to "haru-profile">> [[haru-visit]] [[haru-decline]] <</backend>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>Actually, let's study at the Council Room. <</dialog>> <<dialog "Haru" "student">>O-oh... Okay... <</dialog>> <div class="button-row"> <<regButton "haru-scc" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<backend>> <</backend>> <<set $profile to "haru-profile">> <<set $haru.scc = 1>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru5/haru5-1.mp4" type="video/mp4"> </video> <<dialog "You">>You're not just cute, you're smart too. <</dialog>> <<dialog "Haru" "student">>Jeez. Focus will you? <</dialog>> <hr> She blushes... <<if $haru.love < 150 && $haru.chat < 5>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <</if>> <div class="button-row"> <<regButton "haru-scc" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<if $haru.love < 150 && $haru.chat < 5>> <<set $haru.love = ($haru.love + 1)>> <</if>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>> <<set $haru.chat = $haru.chat + 1>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru5/haru5-1.mp4" type="video/mp4"> </video> <<dialog "You">>Damn. Another failed quiz. We've been studying diligently though. <</dialog>> <<dialog "Haru" "student">>That's because you're always distracted! You're either zoning out or molesting me. Hmph. <</dialog>> <<dialog "You">>Molesting?? That's harsh, Haru! I think some physical touch will ease this insult. <</dialog>> <<dialog "Haru" "student">>Stop joking around, $player.name. This is serious. <</dialog>> <<dialog "You">>I just can't find the motivation for it. <</dialog>> <<dialog "Haru" "student">>Tell you what. Let's make a deal. If you show me a test paper with good grades. I'll give you a reward. <</dialog>> <<dialog "You">>What kind of reward? <</dialog>> <<dialog "Haru" "student">>I can't tell you that, but it will be exciting. <</dialog>> <<dialog "You">>You really know how to motivate a man. <</dialog>> <div class="button-row"> <<regButton "haru-scc" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>> <<set $haru.quest = 5>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/haru/haru5/haru5-1.mp4" type="video/mp4"> </video> <<dialog "You">>Guess who aced the finals. <</dialog>> <<dialog "Haru" "student">>W-wow. You actually did it. <</dialog>> <<dialog "You">>Are you proud of me? <</dialog>> <<dialog "Haru" "student">>Of course. So proud that I'm going to give you your reward right here, right now. <</dialog>> <div class="button-row"> <<regButton "haru5-2" "She kisses you">><</regButton>> </div> </div> <<if false>> [[haru5-2]] /* connected passages */ <</if>> <<set $hidenav to 1>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-2.mp4" type="video/mp4"> </video> <<dialog "You">>Ooh. You're getting bold. <</dialog>> <<dialog "Haru" "student">>I told you it would be exciting for you~ <</dialog>> <div class="button-row"> <<regButton "haru5-3" "Use tongue">><</regButton>> </div> </div> <<if false>> [[haru5-3]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-3.mp4" type="video/mp4"> </video> <<dialog "You">>Your tongue tastes good. <</dialog>> <<dialog "Haru" "student">>Slurp~ <</dialog>> <div class="button-row"> <<regButton "haru5-4" "Take her coat off">><</regButton>> </div> </div> <<if false>> [[haru5-4]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-4.mp4" type="video/mp4"> </video> <<dialog "You">>It's hot in here. Let me take that off for you. <</dialog>> <<dialog "Haru" "student">>Pervert~ <</dialog>> <div class="button-row"> <<regButton "haru5-5" "Fondle her breasts">><</regButton>> </div> </div> <<if false>> [[haru5-5]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-5.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Noo! You're molesting me again~ I should scream for help. <</dialog>> <<dialog "You">>Oh, I'll make you scream later. <</dialog>> <div class="button-row"> <<regButton "haru5-6" "Unbutton her blouse">><</regButton>> </div> </div> <<if false>> [[haru5-6]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-6.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Actually, it's a little cold. <</dialog>> <<dialog "You">>Okay, I'll just unbutton it. I'll make you sweat later anyway. <</dialog>> <div class="button-row"> <<regButton "haru5-7" "Fondle her breasts">><</regButton>> </div> </div> <<if false>> [[haru5-7]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-7.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>You like my boobs that much? <</dialog>> <<dialog "You">>Yeah, I can't wait to see them. <</dialog>> <div class="button-row"> <<regButton "haru5-8" "Take them out">><</regButton>> </div> </div> <<if false>> [[haru5-8]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-8.mp4" type="video/mp4"> </video> <<dialog "You">>Your nipples are hard~ <</dialog>> <<dialog "Haru" "student">>I told you it's cold! <</dialog>> <div class="button-row"> <<regButton "haru5-9" "Play with her nipples">><</regButton>> </div> </div> <<if false>> [[haru5-9]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-9.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ahh~ <</dialog>> <<dialog "You">>Hehe. Are you sensitive because of the cold too? <</dialog>> <<dialog "Haru" "student">>Shut up. <</dialog>> <div class="button-row"> <<regButton "haru5-10" "Bend her over">><</regButton>> </div> </div> <<if false>> [[haru5-10]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-10.mp4" type="video/mp4"> </video> <<dialog "You">>Bend over. <</dialog>> <<dialog "Haru" "student">>Okay~ <</dialog>> <div class="button-row"> <<regButton "haru5-11" "Grope her ass">><</regButton>> </div> </div> <<if false>> [[haru5-11]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-11.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>That feels great~ My ass has been sore lately. <</dialog>> <<dialog "You">>That's because you're always sitting down. <</dialog>> <div class="button-row"> <<regButton "haru5-12" "Spread her cheeks">><</regButton>> </div> </div> <<if false>> [[haru5-12]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-12.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>This is getting embarrassing... <</dialog>> <<dialog "You">>Ass like this is nothing to be embarrassed about. <</dialog>> <div class="button-row"> <<regButton "haru5-13" "Pull down her panties">><</regButton>> </div> </div> <<if false>> [[haru5-13]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-13.mp4" type="video/mp4"> </video> <<dialog "You">>You're already wet. <</dialog>> <<dialog "Haru" "student">>It's your fault! <</dialog>> <div class="button-row"> <<regButton "haru5-14" "Spread her pussy">><</regButton>> </div> </div> <<if false>> [[haru5-14]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-14.mp4" type="video/mp4"> </video> <<dialog "You">>There's my favorite hole. <</dialog>> <<dialog "Haru" "student">>Ahh~ You're so crude! <</dialog>> <div class="button-row"> <<regButton "haru5-15" "Finger her">><</regButton>> </div> </div> <<if false>> [[haru5-15]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-15.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ahh~ <</dialog>> <<dialog "You">>You're so warm inside. <</dialog>> <div class="button-row"> <<regButton "haru5-16" "Make her sit and spread her legs">><</regButton>> </div> </div> <<if false>> [[haru5-16]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-16.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ahh~ This is embarrassing... <</dialog>> <<dialog "You">>Why? I just wanna see your face while you moan. <</dialog>> <<dialog "Haru" "student">>Ahh~ That's why! <</dialog>> <div class="button-row"> <<regButton "haru5-17" "Pull down your pants">><</regButton>> </div> </div> <<if false>> [[haru5-17]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-17.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>I'll make you feel good too. <</dialog>> <<dialog "You">>Yes, please. <</dialog>> <div class="button-row"> <<regButton "haru5-18" "Handjob">><</regButton>> </div> </div> <<if false>> [[haru5-18]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-18.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>You're so hard. <</dialog>> <<dialog "You">>It's because of your soft parts. <</dialog>> <div class="button-row"> <<regButton "haru5-19" "Lickjob">><</regButton>> </div> </div> <<if false>> [[haru5-19]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-19.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Slurp~ Mmm. <</dialog>> <<dialog "You">>Like a popsicle. <</dialog>> <div class="button-row"> <<regButton "haru5-20" "Blowjob">><</regButton>> </div> </div> <<if false>> [[haru5-20]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-20.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ggkk. Ggkk. <</dialog>> <<dialog "You">>I love that sound~ <</dialog>> <div class="button-row"> <<regButton "haru5-21" "Cowgirl">><</regButton>> <<regButton "haru5-26" "Reverse Cowgirl">><</regButton>> <<regButton "haru5-30" "Doggy">><</regButton>> <<regButton "haru5-34" "Missionary">><</regButton>> </div> </div> <<if false>> [[haru5-21]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-21.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ahhhhh~ It's in. <</dialog>> <<dialog "You">>It sure is. <</dialog>> <div class="button-row"> <<regButton "haru5-22" "Keep going">><</regButton>> </div> </div> <<if false>> [[haru5-22]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-22.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ahhhhh~ Ahhhhh~ Ahhhhh~ <</dialog>> <<dialog "You">>Yeah! Harder! <</dialog>> <div class="button-row"> <<regButton "haru5-23" "Harder">><</regButton>> </div> </div> <<if false>> [[haru5-23]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-23.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ahhhhh~ Ahhhhh~ Ahhhhh~ <</dialog>> <<dialog "You">>I wanna see it. <</dialog>> <div class="button-row"> <<regButton "haru5-24" "Lean her back">><</regButton>> </div> </div> <<if false>> [[haru5-24]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-24.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ahhhhh~ C-can you see? <</dialog>> <<dialog "You">>Yes, your pussy is so cute. <</dialog>> <div class="button-row"> <<regButton "haru5-25" "Closer">><</regButton>> </div> </div> <<if false>> [[haru5-25]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-25.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ahhh~ Not too close~ Ahhh~ It's embarrassing~ <</dialog>> <div class="button-row"> <<regButton "haru5-21" "Cowgirl">><</regButton>> <<regButton "haru5-26" "Reverse Cowgirl">><</regButton>> <<regButton "haru5-30" "Doggy">><</regButton>> <<regButton "haru5-34" "Missionary">><</regButton>> </div> </div> <<if false>> [[haru5-26]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <<dialog "You">>Turn around. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-26.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ahhh~ <</dialog>> <div class="button-row"> <<regButton "haru5-27" "Make her bounce">><</regButton>> </div> </div> <<if false>> [[haru5-27]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-27.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ahhh~ <</dialog>> <<dialog "You">>Harder! <</dialog>> <div class="button-row"> <<regButton "haru5-28" "Harder">><</regButton>> </div> </div> <<if false>> [[haru5-28]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-28.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ahhh~ Ahh~ Ahhh~ <</dialog>> <<dialog "You">>Holy shit, Haru! <</dialog>> <div class="button-row"> <<regButton "haru5-29" "Grab her ankles">><</regButton>> </div> </div> <<if false>> [[haru5-29]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-29.mp4" type="video/mp4"> </video> <<dialog "You">>That made me need to hold on. You've turned into a real nasty slut. <</dialog>> <<dialog "Haru" "student">>Ahhh~ D-don't say thaat~ <</dialog>> <div class="button-row"> <<regButton "haru5-21" "Cowgirl">><</regButton>> <<regButton "haru5-26" "Reverse Cowgirl">><</regButton>> <<regButton "haru5-30" "Doggy">><</regButton>> <<regButton "haru5-34" "Missionary">><</regButton>> </div> </div> <<if false>> [[haru5-30]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-30.mp4" type="video/mp4"> </video> <<dialog "You">>Let me take over. I can't let you outdo me. <</dialog>> <<dialog "Haru" "student">>How competitive~ <</dialog>> <div class="button-row"> <<regButton "haru5-31" "Fuck her">><</regButton>> </div> </div> <<if false>> [[haru5-31]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-31.mp4" type="video/mp4"> </video> <<dialog "You">>Ahh~ This feels right. <</dialog>> <<dialog "Haru" "student">>Ahhh~ <</dialog>> <div class="button-row"> <<regButton "haru5-32" "Look at her asshole">><</regButton>> </div> </div> <<if false>> [[haru5-32]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-32.mp4" type="video/mp4"> </video> <<dialog "You">>What a pretty little asshole. <</dialog>> <<dialog "Haru" "student">>Ahhh~ Don't you dare! <</dialog>> <div class="button-row"> <<regButton "haru5-33" "Fuck her harder">><</regButton>> </div> </div> <<if false>> [[haru5-33]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-33.mp4" type="video/mp4"> </video> <<dialog "You">>You're so fucking tight! <</dialog>> <<dialog "Haru" "student">>Ahhh~ I want to look at you... <</dialog>> <div class="button-row"> <<regButton "haru5-21" "Cowgirl">><</regButton>> <<regButton "haru5-26" "Reverse Cowgirl">><</regButton>> <<regButton "haru5-30" "Doggy">><</regButton>> <<regButton "haru5-34" "Missionary">><</regButton>> </div> </div> <<if false>> [[haru5-34]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-34.mp4" type="video/mp4"> </video> <<dialog "You">>Alright. <</dialog>> <<dialog "Haru" "student">>Mmm~ <</dialog>> <div class="button-row"> <<regButton "haru5-35" "Missionary">><</regButton>> </div> </div> <<if false>> [[haru5-35]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-35.mp4" type="video/mp4"> </video> <<dialog "You">>Ahh~ You're so pretty. <</dialog>> <<dialog "Haru" "student">>Ahh~ You're just saying that... <</dialog>> <div class="button-row"> <<regButton "haru5-36" "Lay her down">><</regButton>> </div> </div> <<if false>> [[haru5-36]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-36.mp4" type="video/mp4"> </video> <<dialog "You">>Your boobs are perfect. <</dialog>> <<dialog "Haru" "student">>Ahh~ <</dialog>> <div class="button-row"> <<regButton "haru5-37" "Grab her boobs">><</regButton>> </div> </div> <<if false>> [[haru5-37]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-37.mp4" type="video/mp4"> </video> <<dialog "You">>So soft~ <</dialog>> <<dialog "Haru" "student">>Ahh~ So rouugh~ <</dialog>> <div class="button-row"> <<regButton "haru5-21" "Cowgirl">><</regButton>> <<regButton "haru5-26" "Reverse Cowgirl">><</regButton>> <<regButton "haru5-30" "Doggy">><</regButton>> <<regButton "haru5-34" "Missionary">><</regButton>> <<regButton "haru5-38" "Fuck Harder">><</regButton>> </div> </div> <<if false>> [[haru5-38]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-38.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>AHHH~ That's gonna make me cuuuum~ <</dialog>> <<dialog "You">>Let's cum together! <</dialog>> <div class="button-row"> <<regButton "haru5-39" "Cum">><</regButton>> </div> </div> <<if false>> [[haru5-39]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-39.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Ahh~ That felt... amazing... <</dialog>> <<dialog "You">>Yeah, that felt great. <</dialog>> <div class="button-row"> <<regButton "haru5-40" "Make her clean you">><</regButton>> </div> </div> <<if false>> [[haru5-40]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-40.mp4" type="video/mp4"> </video> <<dialog "You">>There you go, clean me up. <</dialog>> <<dialog "Haru" "student">>Slurrp~ Mmm~ <</dialog>> <div class="button-row"> <<regButton "haru5-41" "End sex">><</regButton>> </div> </div> <<if false>> [[haru5-41]] /* connected passages */ <</if>>
<div class="bg council-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-41.mp4" type="video/mp4"> </video> <<dialog "You">>I should study more often. <</dialog>> <<dialog "Haru" "student">>You should~ <</dialog>> <div class="button-row"> <<regButton "haru5-42" "Walk her home">><</regButton>> </div> </div> <<if false>> [[haru5-42]] /* connected passages */ <</if>>
<<backend>> <<if $haru.quest == 5>><<set $haru.quest = 6>><</if>> <<set $hidenav to 0>> <<set $profile to "player-profile">> <<set $hour = 19>> <<goto "alley">> <</backend>>
<<if $haru.visit == 0>> <<goto "haru-home">> <<else>> <<goto "haru-bedroom">> <</if>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>> <<set $hidenav to 1>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<dialog "You">>Ahh~ I can almost feel the energy drinks calling me. <</dialog>><<if $hour >= 11 && $hour < 23>><video controls width="640" height="360" autoplay loop muted> <source src="vids/misc/konbini.mp4" type="video/mp4"> </video><</if>><<set $yflirt = either("yuki-flirt0","yuki-flirt1","yuki-flirt2","yuki-flirt3","yuki-flirt1","yuki-flirt2","yuki-flirt3")>> <div class="button-row"> <<if $hour >= 11 && $hour < 23>><<if $yuki.chat == 0 && $yuki.quest != 5 && $yuki.quest != 6>><<regButton "yuki-flirt0" "Flirt with the cashier">><</regButton>><<elseif $yuki.quest != 5 && $yuki.quest != 6>><<regButton $yflirt "Flirt with the cashier">><</regButton>><</if>><</if>> <<if $yuki.quest >= 3 && $hour >= 23 && $minute < 55 && $yuki.quest != 5 && $yuki.quest != 6>> <<if $yuki.quest == 4>><<regButton "yuki4-1" "Use Services">><</regButton>><<else>><<regButton "yuki-avail" "Use Services">><</regButton>><</if>> <</if>> <<if $miku.follow == 0 && $miku.quest == 1 && $hour >= 23 && $minute < 30>> <<regButton "miku-follow" "A cute girl is buying food">><</regButton>> <</if>> <<regButton "konbini" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki4-1]] <</if>> <<set $location to "Convenience Store">> <<if $hour >= 11 && $hour < 23>><<set $profile to "yuki-profile">><</if>>
<<backend>><<set $relper = Math.ceil(($yuki.love/$yuki.maxlove) * 100)>><</backend>> <h1 style="font-weight: 500;"><<glow "0.5px #FF1760" "8px #BE003B" 24 "pink">>Character Profile<</glow>></h1> <img src="img/avatars/yuki-01.png" style="max-width: 80%;"> <h1 style="font-size: 20px;"><<glow "0.5px powderblue" "8px deepskyblue" 20 "white">>Obara Yuki<</glow>></h1> <<if $yuki.love > $yuki.maxlove>><<set $yuki.love to $yuki.maxlove>><</if>> <h1><<glow "0.65px magenta" "10px red">>Relationship: <</glow>><<bar $relper "Love">><</bar>><<glow "0.65px magenta" "10px red" "16">><<print $yuki.love+" / "+$yuki.maxlove>><</glow>></h1> <div style="text-align: left; line-height:1.1;"> <h1><<glow "0.5px yellow" "8px orange">>Guide<</glow>> 1. She's the cashier at the Convenience Store. <<if $yuki.love >= 10 || $yuki.quest > 1>>2. Ask her out at the end of her shift. (Between 11:00PM and 11:15PM)<</if>> <<if $yuki.quest >= 2>>3. Ouch. That was brutal, dude. I don't know, maybe try raising your relationship with her some more?<</if>> <<if ($yuki.quest >= 2 && $yuki.love >= 20) || $yuki.quest >= 3>>4. She often stops by the park before going home.<</if>> <<if $yuki.quest >= 3>>5. Avail her services at the store. You can keep unlocking more things as you spend money.<</if>> <<if $yuki.quest >= 4>>6. Try to avail her sevices again.<</if>> <<if $yuki.quest >= 5>>7. Give her time to think.<</if>> <<if $yuki.quest >= 6>>8. Run into her after her shift in the Convenience Store. (Between 11:00PM and 11:15PM)<</if>> <<if $yuki.quest >= 7>>9. That's it for this version.<</if>> </h1> </div>
<<bg "park" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>All the thugs are probably asleep. <</dialog>> <div class="button-row"> <<regButton "park" "Continue">><</regButton>> </div> </div>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/yuki/yuki-konbini.mp4" type="video/mp4"> </video> <<dialog "You">>Hi, Yuki. You're looking cute again today. <</dialog>> <<dialog "Yuki">>I'm working... sir... <</dialog>> <<dialog "You">>How cold~ <</dialog>> <<if $yuki.chat <= 3>><h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1><</if>> <div class="button-row id-row"> <<regButton "konbini-int" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<if $yuki.chat <= 3>><<set $yuki.love = $yuki.love + 1>><</if>> <<set $yuki.chat = $yuki.chat + 1>> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<<set $yuki.chat = $yuki.chat + 1>><div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/yuki/yuki-konbini.mp4" type="video/mp4"> </video> <<dialog "You">>Hi again, Yuki. I want something but I couldn't find it in any shelf. Can you help me? <</dialog>> <<dialog "Yuki">>What are you looking for, sir? <</dialog>> <<dialog "You">>Your number. <</dialog>> <<dialog "Yuki">>Pft. Sadly, we're out of stock. <</dialog>> <<dialog "You">>Aww. <</dialog>> <<if $yuki.chat <= 3>><h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1><</if>> <div class="button-row id-row"> <<regButton "konbini-int" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">><<if $yuki.chat <= 3>><<set $yuki.love = $yuki.love + 1>><</if>> <<set $yuki.chat = $yuki.chat + 1>> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<<set $yuki.chat = $yuki.chat + 1>><div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/yuki/yuki-konbini.mp4" type="video/mp4"> </video> <<dialog "You">>You know... You're the only reason why I visit this store. <</dialog>> <<dialog "Yuki">>And yet I am severely underpaid. <</dialog>> <<dialog "You">>That sucks. <</dialog>> <<if $yuki.chat <= 4>><h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1><</if>> <div class="button-row id-row"> <<regButton "konbini-int" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">><<if $yuki.chat <= 4>><<set $yuki.love = $yuki.love + 1>><</if>> <<set $yuki.chat = $yuki.chat + 1>> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<<set $yuki.chat = $yuki.chat + 1>><div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/yuki/yuki-konbini.mp4" type="video/mp4"> </video> <<dialog "You">>I bet you're as sweet as this Slurpee. <</dialog>> <<dialog "Yuki">>Next customer, please! <</dialog>> <<dialog "You">>As cold as it too~ <</dialog>> <<if $yuki.chat <= 5>><h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1><</if>> <div class="button-row id-row"> <<regButton "konbini-int" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">><<if $yuki.chat <= 5>><<set $yuki.love = $yuki.love + 1>><</if>> <<set $yuki.chat = $yuki.chat + 1>> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<<bg "konbini" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Hi, Yuki. You're just clocking out? <</dialog>> <<dialog "Yuki">>Oh... $player.name... <</dialog>> <<dialog "You">>Ooh. You know my name? <</dialog>> <<dialog "Yuki">>Well... <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row id-row"> <<regButton "yuki1-2" "Ask her out">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki1-2]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<set $yuki.love = $yuki.love + 1>>
<<bg "park" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>For how long should I waste time? <</dialog>> <div class="button-row"> <<regButton "waste-time-5m" "5 minutes">><</regButton>> <<regButton "waste-time-10m" "10 minutes">><</regButton>> <<regButton "waste-time-15m" "15 minutes">><</regButton>> <<regButton "waste-time-30m" "30 minutes">><</regButton>> <<regButton "waste-time-1h" "An hour">><</regButton>> <<regButton "park" "Nevermind">><</regButton>> </div> </div> <<backend>>[[waste-time-5m]][[waste-time-10m]][[waste-time-15m]][[waste-time-30m]][[waste-time-1h]]<</backend>>
<<script>> incrementTime(0, 5); <</script>> <<goto $currentPassage>>
<<script>> incrementTime(0, 10); <</script>> <<goto $currentPassage>>
<<script>> incrementTime(0, 15); <</script>> <<goto $currentPassage>>
<<script>> incrementTime(0, 30); <</script>> <<goto $currentPassage>>
<<script>> incrementTime(1, 0); <</script>> <<goto $currentPassage>>
<<bg "konbini" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Admit it! You're a liiiittle interested in me. <</dialog>> <<dialog "Yuki">>Pft. Yeah, right. <</dialog>> <<dialog "You">>So, why don't we get some coffee? Or tea? You know... Since its late. You get to know more about me, other than my name, and I get to stare at that beautiful face of yours the entire time. <</dialog>> <<dialog "Yuki">>Look, $player.name. I'm flattered. I think you're cute too. It's just that I'm more focused on making money right now... I don't really have time for... dating. <</dialog>> <<dialog "You">>Damn. Okay. <</dialog>> <<dialog "Yuki">>I'm really sorry. <</dialog>> <<dialog "You">>No, don't be. Can I at least walk you home? It's pretty dark. <</dialog>> <<dialog "Yuki">>Actually, I have plans after this. Thanks anyway, you're sweet. <</dialog>> <<dialog "You">><i>*Plans this late? Is she trying to avoid me?*</i> Okay. Just, take care. I'll see you around. <</dialog>> <<dialog "Yuki">>I'll see you around. <</dialog>> <div class="button-row id-row"> <<regButton "konbini" "Oof">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $yuki.quest = 2>>
<<backend>><<set $relper = Math.ceil(($miku.love/$miku.maxlove) * 100)>><</backend>> <h1 style="font-weight: 500;"><<glow "0.5px #FF1760" "8px #BE003B" 24 "pink">>Character Profile<</glow>></h1> <img src="img/avatars/miku-01.png" style="max-width: 80%;"> <h1 style="font-size: 20px;"><<glow "0.5px royalblue" "8px dodgerblue" 20 "dodgerblue">>Wakaba Miku<</glow>></h1> <<if $miku.love > $miku.maxlove>><<set $miku.love to $miku.maxlove>><</if>> <h1><<glow "0.65px magenta" "10px red">>Relationship: <</glow>><<bar $relper "Love">><</bar>><<glow "0.65px magenta" "10px red" "16">><<print $miku.love+" / "+$miku.maxlove>><</glow>></h1> <div style="text-align: left; line-height:1.25;"> <h1><<glow "0.5px yellow" "8px orange">>Guide<</glow>> 1. You might find her at the Convenience Store late at night. Follow her home. <<if $miku.quest >= 2>>2. Walk her home when you can until something happens.<</if>> <<if $miku.quest >= 3>>3. She now trusts you enough to let you in her home. Nurture this relationship. You can only sleep at her place at 11PM onwards. Try to have breakfast, lunch and dinner with her too.<</if>> <<if $miku.quest >= 3 && $miku.love >= 30>>4. Try to stay up past 11PM.<</if>> <<if $miku.quest >= 4>>5. Keep increasing your relationship.<</if>> <<if $miku.quest >= 4 && $miku.love >= 60>>6. Crash on her couch.<</if>> <<if $miku.quest >= 5>>7. You now have a sexual relationship. Walk her home from the convenience store again for a morning surprise. 8. That's it for this version.<</if>> </h1> </div>
<<bg "park" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>You fuckers! <</dialog>> <hr> You kick one of the thugs in the head, immediately knocking him out. <hr> <<enemy "green2" "Thug 1" "park" "left" "enemies">>Ugkk.<</enemy>> <<enemy "green1" "Thug 2" "park" "left" "enemies">>What?<</enemy>> <<dialog "Yuki">>$player.name? <</dialog>> <<dialog "You">>Stay back, Yuki! <</dialog>> <hr> You punch the other one in the face and instantly finish him as well. <hr> <<enemy "yellow" "Thug 3" "park" "left" "enemies">>Hnngggkkk.<</enemy>> <<dialog "Yuki">>No! Wait! $player.name! <</dialog>> <<dialog "You">>Get behind me, Yuki! <</dialog>> <<enemy "green1" "Thug 2" "park" "left" "enemies">>I'll kill you!<</enemy>> <div class="button-row"> <<regButton "yuki2-battlecrud" "Fight">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki2-battlecrud]] <</if>> <<set $hidenav to 1>> <<backend>> <<set $profile = "yuki-profile">> <</backend>>
<<backend>> <<set $battlestart = true>> <<set $battlesetting = "yuki2">> <<set $enemy = { level: 12, hp: 100, maxhp: 100, str: 0, agi: 0, int: 0 }>> <<set $enemy.str to 20>> <<set $enemy.agi to 20>> <<set $enemy.int to 20>> <<set $enemy.maxhp to 220>> <<set $enemy.hp to 220>> <<set $profile = "player-profile">> <<set $pspeech = "How dare you touch Yuki!">> <<set $espeech = "What are you talking about!?">> <<goto "battle-crud2">> [[yuki2-battle]] <</backend>>
<<bg "park" $hour>><</bg>> <div class="content-panel"> <<if $battlestart == false>><<print $commentary>><</if>> <<enemy "green1" "Thug 2" "park" "right" "enemies">>$espeech<</enemy>> <<dialog "You" "avatar" "battle">>$pspeech <</dialog>> <div class="button-row"> <<action "Punch">><</action>> <<action "Kick">><</action>> <<action "Grab">><</action>> </div> </div> <<backend>> [[yuki2-win]][[yuki2-lose]] <<set $dmgres = "">> <<set $location to "Park">> <<set $profile to "player-profile">> <<set $hidenav to 1>> <</backend>>
<<backend>> <<set $profile = "yuki-profile">> <</backend>> <<bg "park" $hour>><</bg>> <div class="content-panel"> <<print $commentary>>. <<enemy "green1" "Thug 2" "park" "left" "enemies">>What did we... do... to... you...<</enemy>> <hr> Thug 2 drops. <div><<exp 750>><</exp>></div> <<dialog "You">>You're safe now, Yuki. <</dialog>> <<dialog "Yuki">>You asshole! I told you to stop! <</dialog>> <<dialog "You">>W-what!? <</dialog>> <h1><<glow "0.4px dodgerblue" "8px blue" "18">>Relationship -1<</glow>></h1> <div class="button-row"> <<regButton "yuki2-2" "Continue">><</regButton>> </div> </div> <<backend>> [[yuki2-2]] <<set $profile to "yuki-profile">> <<set $inbattle = 0>> <<script>> incrementTime(0, 30); <</script>> <</backend>> <<set $yuki.love = $yuki.love - 1>>
<<bg "park" $hour>><</bg>> <div class="content-panel"> Welp... You lost. I'll restore your health and energy for free! I'll send you back to before you tried to rescue Yuki. Try beating up some punks in the park to level up and strengthen up a bit before you retry the quest. Here's a dancing naked girl to cheer you up. <video controls width="640" height="360" autoplay loop muted> <source src="vids/misc/lets99.mp4" type="video/mp4"> </video> Her name's Lets99. Also a Korean Broadcast Jockey (KBJ). <div class="button-row"> <<regButton "park" "Continue">><</regButton>> </div> </div> <<backend>> <<set $stats.hp = $stats.maxhp>> <<set $stats.ep = $stats.maxep>> <<set $hidenav to 0>> <<set $inbattle = 0>> <<script>> incrementTime(0, 30); <</script>> <</backend>>
<<backend>> <<set $profile = "yuki-profile">> <</backend>> <<bg "park" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>They were harrassing you. <</dialog>> <<dialog "Yuki">>Haahhh. How nosy. They were clients! <</dialog>> <<dialog "You">>Clients? <</dialog>> <<dialog "Yuki">>Yeah. They pay me to hang out with them and let them... touch me. They were refusing to pay because I drank their alcohol. They told me the bill should have been paid with that. <</dialog>> <<dialog "You">>Wait... So you have... sex for money? <</dialog>> <<dialog "Yuki">>How dare you! First you ruin my business, then you insult me?? I'm not spreading my legs for just anybody! <</dialog>> <<dialog "You">>That's a relief... <</dialog>> <<dialog "Yuki">>Relief!? You just ruined my fucking business! <</dialog>> <h1><<glow "0.4px dodgerblue" "8px blue" "18">>Relationship -1<</glow>></h1> <div class="button-row"> <<regButton "yuki2-3" "She storms off">><</regButton>> </div> </div> <<backend>> <<set $profile to "yuki-profile">> <<set $inbattle = 0>> <</backend>> <<set $yuki.love = $yuki.love - 1>>
<<backend>> <<set $profile = "yuki-profile">> <</backend>> <<bg "park" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>We-we-we-we-wait. Let me make it up to you. <</dialog>> <<dialog "Yuki">>What? Are you going to un-punch my clients?? <</dialog>> <div class="button-row"> <<regButton "yuki2-4" "Denial">><</regButton>> </div> </div> <<backend>> <<set $profile to "yuki-profile">> <<set $inbattle = 0>> <</backend>>
<<backend>> <<set $profile = "yuki-profile">> <</backend>> <<bg "park" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Well... <</dialog>> <<dialog "Yuki">>Maybe they're okay? <</dialog>> <<dialog "You">>N-nah... I'm pretty strong. <</dialog>> <div class="button-row"> <<regButton "yuki2-5" "Anger">><</regButton>> </div> </div> <<backend>> <<set $profile to "yuki-profile">> <<set $inbattle = 0>> <</backend>>
<<backend>> <<set $profile = "yuki-profile">> <</backend>> <<bg "park" $hour>><</bg>> <div class="content-panel"> <<dialog "Yuki">>This is all your fucking fault! <</dialog>> <<dialog "You">>Come on... I said I was sorry. <</dialog>> <<dialog "Yuki">>What will your sorry do? You knocked the fuck out of my clients! <</dialog>> <div class="button-row"> <<regButton "yuki2-6" "Bargaining">><</regButton>> </div> </div> <<backend>> <<set $profile to "yuki-profile">> <<set $inbattle = 0>> <</backend>>
<<backend>> <<set $profile = "yuki-profile">> <</backend>> <<bg "park" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>I can replace them! <</dialog>> <<dialog "Yuki">>You. Fucking. Pervert. <</dialog>> <<dialog "You">>No? How about I introduce you to some rich people. They'd pay a lot! <</dialog>> <<dialog "Yuki">>You think I'm going to let just some random geezer touch me!? <</dialog>> <<dialog "You">>You were letting those guys touch you! <</dialog>> <<dialog "Yuki">>Yeah, but I knew those guys! <</dialog>> <div class="button-row"> <<regButton "yuki2-7" "Depression">><</regButton>> </div> </div> <<backend>> <<set $profile to "yuki-profile">> <<set $inbattle = 0>> <</backend>>
<<backend>> <<set $profile = "yuki-profile">> <</backend>> <<bg "park" $hour>><</bg>> <div class="content-panel"> <<dialog "Yuki">>How am I gonna pay my debt now? Huhuhu. <</dialog>> <<dialog "You">>U-umm... <</dialog>> <div class="button-row"> <<regButton "yuki2-8" "Acceptance">><</regButton>> </div> </div> <<backend>> <<set $profile to "yuki-profile">> <<set $inbattle = 0>> <</backend>>
<<backend>> <<set $profile = "yuki-profile">> <</backend>> <<bg "park" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>What can I do, then? Let me help. It was an honest mistake. You looked like you were about to be raped in my perspective. <</dialog>> <<dialog "Yuki">>Hahhh, fucking hell. That's the only reason why I haven't kicked you in the nuts yet. <</dialog>> <<dialog "You">>Tell me what I can do. Go on. <</dialog>> <<dialog "Yuki">>Fine. Every end of my shift, come visit me. Bring cash. <</dialog>> <<dialog "You">>I'm going to be your new client, then? <</dialog>> <<dialog "Yuki">>You offered, didn't you? <</dialog>> <<dialog "You">>Yes, ma'am! <</dialog>> <<dialog "Yuki">>Walk me home. <</dialog>> <div class="button-row"> <<regButton "yuki2-9" "Continue">><</regButton>> </div> </div> <<backend>> [[yuki2-9]] <<set $profile to "yuki-profile">> <<set $inbattle = 0>> <<set $yuki.quest = 3>> <</backend>>
<<backend>> <<set $profile = "yuki-profile">> <</backend>> <div class="bg alley"></div> <div class="content-panel"> You walk her home <hr> <<dialog "You">>Take care! <</dialog>> <<dialog "Yuki">>Tomorrow, okay? <</dialog>> <<dialog "You">>Yes, ma'am! <</dialog>> <div class="button-row"> <<regButton "sleep" "Go home and sleep">><</regButton>> </div> </div> <<backend>> <<set $profile to "yuki-profile">> <<set $inbattle = 0>> <<set $yuki.quest = 3>> <</backend>>
<<backend>><<set $speper = $yuki.spending / 2500 * 100>><</backend>><div class="bg konbini-int"></div> <div class="content-panel"> <<dialog "You">>Let me wear a uniform so it not suspicious. Sooo, what can I get? <</dialog>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $2500">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>I can show you my tits. <div style="max-width: 75%; display: inline-block; margin-top: 0px; margin-bottom: 10px; vertical-align: top;"> <<regButton "yuki3-1" "💵 25" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>></div><</dialog>> <<dialog "Yuki">>Wanna see my panties? <div style="max-width: 75%; display: inline-block; margin-top: 0px; margin-bottom: 10px; vertical-align: top;"> <<regButton "yuki3-4" "💵 25" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>></div><</dialog>> <<if $yuki.spending >= 300>> <<dialog "Yuki">>I'm getting horny. Wanna finger me? <div style="max-width: 75%; display: inline-block; margin-top: 0px; margin-bottom: 10px; vertical-align: top;"> <<regButton "yuki3-7" "💵 100" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>></div><</dialog>> <</if>> <<if $yuki.spending >= 750>> <<dialog "Yuki">>Want to stick random stuff inside me? <div style="max-width: 75%; display: inline-block; margin-top: 0px; margin-bottom: 10px; vertical-align: top;"> <<regButton "yuki3-10" "💵 250" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>></div><</dialog>> <</if>> <<if $yuki.spending >= 1250>> <<dialog "Yuki">>Wanna fuck? <<regButton "yuki3-15" "💵 1000" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>><</dialog>> <</if>> <<if $yuki.spending >= 2500>> <<dialog "Yuki">>You wanna try this Honey Pack? <<regButton "yuki-aph1" "💵 1500" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>><</dialog>> <</if>> <div class="button-row id-row"> <<regButton "konbini-int" "Maybe later">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-1]][[yuki3-4]][[yuki3-7]][[yuki3-10]][[yuki-aph1]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 25>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 25>> <<set $yuki.spending = $yuki.spending + 25>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-1.mp4" type="video/mp4"> </video> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "You">>Your boobs are so perky. <</dialog>> <<dialog "Yuki">><div>Should I show you more?</div> <div style="max-width: 75%; display: inline-block; margin-top: 0px; margin-bottom: 10px; vertical-align: top;"><<regButton "yuki3-2" "💵 50" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>></div> <</dialog>> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. No tits for you. <</dialog>> <</if>> <div class="button-row id-row"> <<regButton "yuki-avail" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-2]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 50>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 50>> <<set $yuki.spending = $yuki.spending + 50>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-2.mp4" type="video/mp4"> </video> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "You">>Can I hold them? <</dialog>> <<dialog "Yuki">><div>Nah. But do you want me to pose for you?</div> <div style="max-width: 75%; display: inline-block; margin-top: 0px; margin-bottom: 10px; vertical-align: top;"><<regButton "yuki3-3" "💵 25" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>></div> <</dialog>> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. That's enough. <</dialog>> <</if>> <div class="button-row id-row"> <<regButton "yuki-avail" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-3]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 25>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 25>> <<set $yuki.spending = $yuki.spending + 25>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-3.mp4" type="video/mp4"> </video> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "You">>You're too cute. <</dialog>> <<dialog "Yuki">><div>That was fun.</div> <</dialog>> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. I had a very cute pose too. <</dialog>> <</if>> <div class="button-row id-row"> <<regButton "yuki-avail" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-2]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 25>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 25>> <<set $yuki.spending = $yuki.spending + 25>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-4.mp4" type="video/mp4"> </video> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "You">>Blue huh? <</dialog>> <<dialog "Yuki">><div>Want a peek inside?</div> <div style="max-width: 75%; display: inline-block; margin-top: 0px; margin-bottom: 10px; vertical-align: top;"><<regButton "yuki3-5" "💵 50" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>></div> <</dialog>> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. I'm wearing a cute color too. <</dialog>> <</if>> <div class="button-row id-row"> <<regButton "yuki-avail" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-5]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 50>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 50>> <<set $yuki.spending = $yuki.spending + 50>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-5.mp4" type="video/mp4"> </video> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "You">>Your bush is neat too. <</dialog>> <<dialog "Yuki">><div>You're making me wet. Wanna see?</div> <div style="max-width: 75%; display: inline-block; margin-top: 0px; margin-bottom: 10px; vertical-align: top;"><<regButton "yuki3-6" "💵 75" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>></div> <</dialog>> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. No peeping for you! <</dialog>> <</if>> <div class="button-row id-row"> <<regButton "yuki-avail" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-6]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 50>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 50>> <<set $yuki.spending = $yuki.spending + 50>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-6.mp4" type="video/mp4"> </video> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "You">>You're so wet! <</dialog>> <<dialog "Yuki">><div>Told ya.</div> <</dialog>> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. The panties stay on! <</dialog>> <</if>> <div class="button-row id-row"> <<regButton "yuki-avail" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 100>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 100>> <<set $yuki.spending = $yuki.spending + 100>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-7.mp4" type="video/mp4"> </video> <<dialog "You">>Your pussy is so warm~ <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "Yuki">><div>Ah~ That feels good. Wanna see how I do it?</div> <div style="max-width: 75%; display: inline-block; margin-top: 0px; margin-bottom: 10px; vertical-align: top;"><<regButton "yuki3-8" "💵 50" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>></div> <</dialog>> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. Too bad. I'm sooo wet. <</dialog>> <</if>> <div class="button-row id-row"> <<regButton "yuki-avail" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-8]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 150>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 150>> <<set $yuki.spending = $yuki.spending + 150>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-10.mp4" type="video/mp4"> </video> <<dialog "You">>You're actually fucking a hotdog. That's so hot. <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "Yuki">><div>Ahh~ It tingles~ Should I speed it up?</div> <div style="max-width: 75%; display: inline-block; margin-top: 0px; margin-bottom: 10px; vertical-align: top;"><<regButton "yuki3-11" "💵 100" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>></div> <</dialog>> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. I was gonna put a hotdog in me. <</dialog>> <</if>> <div class="button-row id-row"> <<regButton "yuki-avail" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-11]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 50>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 50>> <<set $yuki.spending = $yuki.spending + 50>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-8.mp4" type="video/mp4"> </video> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "You">>You look so hot. <</dialog>> <<dialog "Yuki">><div>I'll let you touch me all over for 10 seconds.</div> <div style="max-width: 75%; display: inline-block; margin-top: 0px; margin-bottom: 10px; vertical-align: top;"><<regButton "yuki3-9" "💵 25" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>></div> <</dialog>> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. You can just imagine me doing it. <</dialog>> <</if>> <div class="button-row id-row"> <<regButton "yuki-avail" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-9]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 25>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 25>> <<set $yuki.spending = $yuki.spending + 25>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-9.mp4" type="video/mp4"> </video> <<dialog "You">>You're so soft, Yuki! <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "Yuki">><div>Ahh~ You're so rough!</div> <</dialog>> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. No touching~ <</dialog>> <</if>> <div class="button-row id-row"> <<regButton "yuki-avail" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-5]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 50>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 50>> <<set $yuki.spending = $yuki.spending + 50>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-11.mp4" type="video/mp4"> </video> <<dialog "You">>Not gonna lie, this is turning me on. <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "Yuki">><div>The hotdog is kinda spicy. How about pens?</div> <div style="max-width: 75%; display: inline-block; margin-top: 0px; margin-bottom: 10px; vertical-align: top;"><<regButton "yuki3-12" "💵 50" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>></div> <</dialog>> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. I was in the zone too. <</dialog>> <</if>> <div class="button-row id-row"> <<regButton "yuki-avail" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-12]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 50>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 50>> <<set $yuki.spending = $yuki.spending + 50>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-12.mp4" type="video/mp4"> </video> <<dialog "You">>How many can you fit? <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "Yuki">><div>Depends on how much your paying. You wanna add more?</div> <div style="max-width: 75%; display: inline-block; margin-top: 0px; margin-bottom: 10px; vertical-align: top;"><<regButton "yuki3-13" "💵 50" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>></div> <</dialog>> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. The pens reach far, so they feel great. <</dialog>> <</if>> <div class="button-row id-row"> <<regButton "yuki-avail" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-13]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 50>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 50>> <<set $yuki.spending = $yuki.spending + 50>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-13.mp4" type="video/mp4"> </video> <<dialog "You">>I want that pussy. <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "Yuki">><div>My pussy is still on fire. Wanna see me fill my pussy up with sake?</div> <div style="max-width: 75%; display: inline-block; margin-top: 0px; margin-bottom: 10px; vertical-align: top;"><<regButton "yuki3-14" "💵 50" "linear-gradient(-15deg, #1a3822, #2a8041)" "#2a8041, 0 0 6px green">><</regButton>></div> <</dialog>> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. I was about to shove a couple more pens in. <</dialog>> <</if>> <div class="button-row id-row"> <<regButton "yuki-avail" "Nevermind">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-14]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 50>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 50>> <<set $yuki.spending = $yuki.spending + 50>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-14.mp4" type="video/mp4"> </video> <<dialog "You">>I wanna lick it all off <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "Yuki">><div>Ahh~ Refreshing~</div> <</dialog>> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. Too bad. My pussy was thirsty. <</dialog>> <</if>> <div class="button-row id-row"> <<regButton "yuki-avail" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-15]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 1000>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 1000>> <<set $yuki.spending = $yuki.spending + 1000>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1><video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-15.mp4" type="video/mp4"> </video> <<dialog "You">>Suck my dick first. <</dialog>> <<dialog "Yuki">>Th-this is my first time sucking dick. It's kinda gross. <</dialog>> <div class="button-row id-row"> <<regButton "yuki3-16" "Keep Trying">><</regButton>> </div> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. Too bad. I wanted you inside. <</dialog>> <div class="button-row id-row"> <<regButton "yuki-avail" "Continue">><</regButton>> </div> <</if>> </div> <<if false>> /* connected passages */ [[yuki3-16]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-16.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Eughhh. <</dialog>> <<dialog "You">>Come on. That bad? <</dialog>> <div class="button-row id-row"> <<regButton "yuki3-17" "Try to keep it in">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-17]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-17.mp4" type="video/mp4"> </video> <<dialog "You">>That's better. <</dialog>> <<dialog "Yuki">>Mmmph. <</dialog>> <div class="button-row id-row"> <<regButton "yuki3-18" "Blowjob">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-18]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-18.mp4" type="video/mp4"> </video> <<dialog "You">>That feels great, Yuki. <</dialog>> <<dialog "Yuki">>Mmmgk. Mmmgk. <</dialog>> <div class="button-row id-row"> <<regButton "yuki3-19" "Bend her over">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-19]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-19.mp4" type="video/mp4"> </video> <<dialog "Yuki">>I'm done sucking. Here, stick it in. <</dialog>> <<dialog "You">>That pussy looks tight. <</dialog>> <div class="button-row id-row"> <<regButton "yuki3-20" "Fuck her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-20]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-20.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Ahh~ <</dialog>> <<dialog "You">>I'm inside. <</dialog>> <div class="button-row id-row"> <<regButton "yuki3-21" "Sit on me">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-21]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-21.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Ahh~ It feels good~ <</dialog>> <<dialog "You">>H-hey... Is your coworker watching us? <</dialog>> <<dialog "Yuki">>Yeah, don't worry- Ahh~ bout it... This has happ-ahh~ nd before~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki3-22" "Keep Trying">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-22]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-22.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Ahh~ This guy is pretty great! <</dialog>> <<dialog "You">>A-are you talking to him while fucking me? <</dialog>> <div class="button-row id-row"> <<regButton "yuki3-23" "Missionary">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-23]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <<dialog "You">>You know what? Let me fuck you. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-23.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Ahhh~ It feels good~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki3-24" "Cum">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-24]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-24.mp4" type="video/mp4"> </video> <<dialog "You">>Ah~ I... I came! <</dialog>> <<dialog "Yuki">>D-dude! He came! He came inside! Do we have Plan B? <</dialog>> <div class="button-row id-row"> <<regButton "yuki3-25" "Show cum">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-25]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-25.mp4" type="video/mp4"> </video> <<dialog "You">>That felt amazing, Yuki. <</dialog>> <<dialog "Yuki">>You're taking responsibility, right~? <</dialog>> <div class="button-row id-row"> <<regButton "yuki3-26" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki3-26]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-26.mp4" type="video/mp4"> </video> <<dialog "You">>U-um... <</dialog>> <<dialog "Yuki">>I'm kidding! I'm on birth control. Get out of here, I'm going to get changed. See you tomorrow. <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>></h1> <div class="button-row id-row"> <<regButton "konbini" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">><<set $yuki.love = $yuki.love + 3>> <<set $minute to 59>>
<<set $miku.follow = $miku.follow + 1>> <<if $miku.follow == 1>> <<goto "konbini-int">> <<elseif $miku.follow == 2>> <<goto "konbini">> <<elseif $miku.follow == 3>> <<goto "park">> <<elseif $miku.follow == 4>> <<goto "alley">> <<else>> <<goto "home">> <</if>>
<div class="bg alley"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/miku/miku1/miku1.mp4" type="video/mp4"> </video> <<dialog "Miku">>... <</dialog>> <<dialog "You">>Does she think I'm following her? This is awkward... <</dialog>> <div class="button-row"> <<regButton "alley" "Look away">><</regButton>> </div> </div> <<set $miku.follow = 4>> <<if false>> /* connected passages */ [[miku1-home]] <</if>>
<<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> <<dialog "Miku">>S-stop! Back off! <</dialog>> <<dialog "You">>W-wait. This is a misunderstanding! <</dialog>> <<dialog "Miku">>Y-y-y-y-you've been following me f-f-f-from the Convenience Store! <</dialog>> <<dialog "You">>Hear me out, miss. <</dialog>> <<dialog "Miku">>Stay away or I'll scream! <</dialog>> <<dialog "You">>No, please don't! <</dialog>> <div class="button-row"> <<regButton "miku1-1" "She yells">><</regButton>> </div> </div> <<set $miku.follow = 5>> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku1-1]] <</if>>
<<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> <<dialog "Miku">>HEEEELP! <</dialog>> <<dialog "You">>SHHHHHHH. Ma'am! I really am not following you! <</dialog>> <<dialog "Miku">>I don't believe you! HEEELP! <</dialog>> <div class="button-row"> <<regButton "miku1-2" "Your uncle appears">><</regButton>> </div> </div> <<set $miku.follow = 5>> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku1-2]] <</if>>
<<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> <<dialog "Uncle">>How dare you assault someone in my neighborhood! I'll murder yer ass! <</dialog>> <<dialog "You">>U-uncle! <</dialog>> <<dialog "Miku">>U-uncle? <</dialog>> <<dialog "Uncle">>$player.name? <</dialog>> <div class="button-row"> <<regButton "miku1-3" "Later...">><</regButton>> </div> </div> <<set $miku.follow = 5>> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku1-3]] <</if>>
<<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> <<dialog "Miku">>I-I'M SO SORRY! <</dialog>> <<dialog "Uncle">>HAHAHAHA! You should work on your face, $player.name. People think you're a stalker. <</dialog>> <<dialog "You">>You think that's funny? <</dialog>> <<dialog "Miku">>I'm sorry! I-I didn't know you lived next to me. <</dialog>> <<dialog "You">>N-no, miss. I should have kept my distance. That must've been scary for you. <</dialog>> <<dialog "Uncle">>That's right, Miku-chan! It's not your fault my nephew has a scary face. HAHAHAHA <</dialog>> <<dialog "You">>If you weren't my uncle, I would have punched you already <</dialog>> <<dialog "Miku">>I'm sorry again! <</dialog>> <<dialog "Uncle">>All right. All right. You should have your dinner now, Miku. Looks like you bought food. Stop going out too late, okay? <</dialog>> <<dialog "Miku">>Th-thank you. <</dialog>> <div class="button-row"> <<regButton "bedroom" "Continue">><</regButton>> </div> </div> <<set $miku.quest = 2>> <<set $minute = 59>> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ <</if>>
<<bg "konbini" $hour>><</bg>> <div class="content-panel"> <<dialog "Miku">>$player.name! <</dialog>> <<dialog "You">>Oh! Hi, Miku! <</dialog>> <div class="button-row"> <<regButton "miku2-park" "Walk her home">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku2-park]] <</if>>
<<bg "park" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku2/miku2-park.mp4" type="video/mp4"> </video> <<dialog "You">>You're out late again! For a scaredy cat, you have no fear. <</dialog>> <<dialog "Miku">>Shut up! Mind your own business. <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "miku2-alley" "Alley">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $miku.love = $miku.love + 1>> <<if false>> /* connected passages */ [[miku2-alley]] <</if>>
<div class="bg alley"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku2/miku2-alley.mp4" type="video/mp4"> </video> <<dialog "Miku">>Here! This is where I noticed you were following me. <</dialog>> <<dialog "You">>I remember. I felt weird when you started looking back. You walked so slow too! It was so awkward! <</dialog>> <<dialog "Miku">>You should have walked past me then! <</dialog>> <<dialog "You">>Would you have felt comfortable if I started speeding up? <</dialog>> <<dialog "Miku">><i>*Grumble*</i> <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<if $miku.quest >= 4 && $miku.love >= 60>><<regButton "miku5-sleepover" "You arrive home">><</regButton>><<else>><<regButton "miku2-home" "You arrive home">><</regButton>><</if>> </div> </div> <<set $profile to "miku-profile">> <<set $miku.love = $miku.love + 1>> <<if false>> /* connected passages */ [[miku2-home]][[miku5-sleepover]] <</if>>
<<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku2/miku2-home.mp4" type="video/mp4"> </video> <<dialog "Miku">>Hahaha! Now that I remember, you looked so panicked when I started yelling at you. <</dialog>> <<dialog "You">>Huh? You're laughing at me? <</dialog>> <<dialog "Miku">>Yes! Hahaha. I totally thought you were a stalker. <</dialog>> <<dialog "You">>That's harsh. I'm pretty sweet you know. I even started walking you home. <</dialog>> <<dialog "Miku">>Yeah, yeah. Thanks for walking me home. <i>*Blush*</i> <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<if $miku.quest >= 3>><<regButton "miku-sleepover" "Sleep over">><</regButton>><</if>> <<regButton "miku2-end" "Say goodbye">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $miku.love = $miku.love + 1>> <<if false>> /* connected passages */ [[miku2-end]] [[miku-sleepover]] <</if>>
<<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/miku/miku2/miku2-end.mp4" type="video/mp4"> </video> <<dialog "Miku">>Welp. We're here. <</dialog>> <<dialog "You">>Really? Damn. I wanted to walk more with you. You know... without feeling like a creep. <</dialog>> <<dialog "Miku">>Alright. Alright. I said I was sorry. <</dialog>> <<dialog "You">>Nah, it's all good. At least, I can walk you home now. <</dialog>> <<dialog "Miku">><i>*Blush*</i> Whatever. It's late. I'm going in. Goodbye! <</dialog>> <<dialog "You">>Good night. <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<if ($miku.quest == 2 && $miku.love < 10) || $miku.quest >= 3>><<regButton "bedroom" "Go to your room">><</regButton>><<else>><<regButton "miku2-1" "She yelled">><</regButton>><</if>> </div> </div> <<set $profile to "miku-profile">> <<set $miku.love = $miku.love + 1>> <<set $minute = 45>> <<if false>> /* connected passages */ [[miku2-1]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "Miku">>$player.name! H-help! <</dialog>> <<enemy "robber" "Stalker" "miku-room" "left" "enemies">>Fuck! Who are you!?<</enemy>> <<dialog "You">>That's my line, motherfucker. <</dialog>> <div class="button-row"> <<regButton "miku2-battlecrud" "Fight">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $location to "Miku's Room">> <<if false>> /* connected passages */ [[miku2-battlecrud]] <</if>>
<<backend>> <<set $battlestart = true>> <<set $battlesetting = "miku2">> <<set $enemy = { level: 15, hp: 100, maxhp: 100, str: 0, agi: 0, int: 0 }>> <<set $enemy.str to 25>> <<set $enemy.agi to 25>> <<set $enemy.int to 25>> <<set $enemy.maxhp to 225>> <<set $enemy.hp to 225>> <<set $profile = "player-profile">> <<set $pspeech = "So you're the reason why Miku-chan's a scaredy cat.">> <<set $espeech = "Why are you here!?">> <<goto "miku2-battle">> [[miku2-battle]] <</backend>>
<<bg "park" $hour>><</bg>> <div class="content-panel"> <<if $battlestart == false>><<print $commentary>><</if>> <<enemy "robber" "Stalker" "miku-room" "right" "enemies">>$espeech<</enemy>> <<dialog "You" "avatar" "battle">>$pspeech <</dialog>> <div class="button-row"> <<action "Punch">><</action>> <<action "Kick">><</action>> <<action "Grab">><</action>> </div> </div> <<backend>> <<set $dmgres = "">> <<set $location to "Miku's Room">> <<set $profile to "player-profile">> <<set $hidenav to 1>>[[miku2-lose]][[miku2-win]] <</backend>>
<<bg "park" $hour>><</bg>> <div class="content-panel"> Welp... You lost. I'll restore your health and energy for free! I'll send you back to before you walked Miku home. Try beating up some punks in the park to level up and strengthen up a bit before you retry the quest. Here's a dancing naked girl to cheer you up. <video controls width="640" height="360" autoplay loop muted> <source src="vids/misc/eli05021212.mp4" type="video/mp4"> </video> Her name's eli05021212. Check it out. <div class="button-row"> <<regButton "konbini" "Continue">><</regButton>> </div> </div> <<backend>> <<set $minute = 0>> <<set $hour = 23>> <<set $miku.love = $miku.love - 4>> <<set $stats.hp = $stats.maxhp>> <<set $stats.ep = $stats.maxep>> <<set $hidenav to 0>> <<set $inbattle = 0>> <</backend>>
<<backend>> <<set $profile = "miku-profile">> <</backend>> <div class="bg miku-room"></div> <div class="content-panel"> <<print $commentary>>. The stalker falls. <<dialog "Miku">>$player.name! <</dialog>> <<dialog "You">>Did you call the cops? <</dialog>> <<dialog "Miku">>N-no! I'm sorry! I was panicking! L-let me call now. <</dialog>> <<dialog "You">>Don't. This kind of thing... Authorities can't help much. All this creep did was breaking and entering. He'll be free in like two years or something. <</dialog>> <<dialog "Miku">>W-what? No way... <</dialog>> <<dialog "You">>Yep. He'll come back. Don't worry, though. I hope I don't scare you, but let me talk to my uncle... <</dialog>> <div class="button-row"> <<regButton "miku2-2" "Continue">><</regButton>> </div> </div> <<backend>> [[miku2-2]] <<set $profile to "miku-profile">> <<set $inbattle = 0>> <</backend>>
<<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> You called your uncle and dealt with the stalker... Sawada Family Style. <hr> <<dialog "Uncle">>You don't have to be worried anymore, Miku. That punk's either going to be a slave or have his organs sold in the black market. <</dialog>> <<dialog "Miku">>... <</dialog>> <<dialog "You">><i>Jeez...</i> <</dialog>> <<dialog "Uncle">>Umm... Look, Miku, I hope uncle here didn't scare you. We're indeed gangsters but we don't harm civilians! As long as the Sawada family is here, this place is safe. <</dialog>> <<dialog "Miku">>N-no... Thank you. I wasn't scared of you... I'm grateful. I'm just a bit shaken... <</dialog>> <<dialog "You">>Don't worry. I'll protect you. <</dialog>> <<dialog "Uncle">>Oooooh! How manly, nephew! That punk must've been stupid attacking Sawada $player.name's woman. Hahaha! <</dialog>> <<dialog "Miku">><<print $player.name.charAt(0)>>-<<print $player.name>>'s woman?? W-were not there yet! <i>*Blushes*</i> <</dialog>> <<dialog "You">>Haha! That's right, Uncle! Come on, read the room. We're not there YET! <</dialog>> <<dialog "Uncle">>My bad! My bad! I'll leave you two not YET lovebirds alone. <</dialog>> <<dialog "Miku">>... <i>*Blushes*</i> <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "miku2-3" "Uncle leaves">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $location to "Home">> <<set $miku.love = $miku.love + 5>> <<if false>> /* connected passages */ [[miku2-3]] <</if>>
<<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> <<dialog "Miku">>S-so I'm your woman, huh? <</dialog>> <<dialog "You">>You can be if you want~ <</dialog>> <<dialog "Miku">>Woooow. You're used to this, huh? <</dialog>> <<dialog "You">>Thank you! <</dialog>> <<dialog "Miku">>That's not a compliment! <</dialog>> <div class="button-row"> <<regButton "miku2-4" "Continue">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku2-4]] <</if>>
<<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> <<dialog "Miku">>Actually... I'm a little scared of going back inside... <</dialog>> <<dialog "You">>I understand. That must have been so scary. I'm glad I heard you. <</dialog>> <<dialog "Miku">>Thanks again for rescuing me... <</dialog>> <hr> Miku hesitates... <hr> <<dialog "You">>Would you feel a little better if I accompanied you inside for a bit? <</dialog>> <<dialog "Miku">>Y-yes! Please... <</dialog>> <div class="button-row"> <<regButton "miku2-6" "Go inside">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku2-5]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/miku/miku2/miku2-5.mp4" type="video/mp4"> </video> <<dialog "Miku">>Here, have a drink <</dialog>> <<dialog "You">>Thanks! <</dialog>> <<dialog "Miku">>I should be the one thanking you. <</dialog>> <<dialog "You">>You already did. <</dialog>> <<dialog "Miku">>... <</dialog>> <<dialog "You">>You can talk to me. That's why I'm here. <</dialog>> <<dialog "Miku">>Hmm... My room's messy, huh? <</dialog>> <<dialog "You">>A little... <</dialog>> <<dialog "Miku">>To be honest... I've been... <</dialog>> <div class="button-row"> <<regButton "miku2-6" "Assure her">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku2-6]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/miku/miku2/miku2-6.mp4" type="video/mp4"> </video> <<dialog "You">>Go on, it's okay. <</dialog>> <<dialog "Miku">>Molested... a lot... <</dialog>> <<dialog "You">>By who? <</dialog>> <<dialog "Miku">>A lot of people... That's why I've been scared of going out so I end up staying here all day. <</dialog>> <<dialog "You">>Then why do you go out so late at night? <</dialog>> <<dialog "Miku">>I try to go out early! I really do... But it's scary. When people walk by, I get scared I'd be assaulted. <</dialog>> <<dialog "You">>That must suck. From now on, whenever you need to go out and you feel scared, let me know. I'll drop everything and come to you. <</dialog>> <<dialog "Miku">>You're sweet... Thank you. <</dialog>> <div class="button-row"> <<regButton "miku2-7" "It's late">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku2-7]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/miku/miku2/miku2-7.mp4" type="video/mp4"> </video> <<dialog "You">>It's getting late. You should go to bed. <</dialog>> <<dialog "Miku">>W-wait... <</dialog>> <<dialog "You">>What's wrong? <</dialog>> <<dialog "Miku">>I'm scared <i>*cries*</i> <</dialog>> <<dialog "You">>H-hey! Don't cry... You'll be okay. The stalker is gone. <</dialog>> <<dialog "Miku">>I don't even know who that stalker was! Another stranger could come in again. I'm really scared. <i>*crying*</i> <</dialog>> <div class="button-row"> <<regButton "miku2-8" "Offer to sleep here">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku2-8]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/miku/miku2/miku2-8.mp4" type="video/mp4"> </video> <<dialog "You">>Uhh... Oh you have a couch! <</dialog>> <<dialog "Miku">>Y-yeah. <i>*sniffle*</i> <</dialog>> <<dialog "You">>How about I crash here for a while? <</dialog>> <<dialog "Miku">>Y-you're gonna live here? <</dialog>> <<dialog "You">>Of course not, I'll just sleep on your couch! That should make you feel a little safer. <</dialog>> <<dialog "Miku">>N-no way! It's uncomfortable! <</dialog>> <<dialog "You">><i>*Yawn*</i> I'm already so sleepy. Can you bring me a blanket and a pillow? Oh, there's one here. Good night, Miku. <</dialog>> <<dialog "Miku">>Y-you're really going to sleep over?? <</dialog>> <div class="button-row"> <<regButton "miku-sleep" "Sleep">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $miku.quest = 3>> <<if false>> /* connected passages */ [[miku-sleep]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/miku/miku-sleep.mp4" type="video/mp4"> </video> You sleep on Miku's couch. <div class="button-row"> <<if $miku.quest >= 4 && $miku.love >= 60>><<regButton "miku4-1" "You feel something on top of you">><</regButton>><</if>> <<regButton "miku-wake" "Wake Up">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[miku-wake]][[miku4-1]] <</if>> <<set $profile to "miku-profile">>
<<backend>> <<if $akane.quest == 1>> <<if $hospintro == "hosp-lobby" && $hour == 23 && $minute >= 45>> <<set $sick = $sick + 1>> <<elseif $sick < 5>> <<set $sick = Math.max($sick - 1, 0)>> <</if>><</if>> <<set $akane.checktoday = 0>> <<if $yuki.quest == 5>><<set $yuki.think = $yuki.think + 1>> <<if $yuki.think > 3>><<set $yuki.quest = 6>> <</if>><</if>> <<if $hour >= 7>> <<set $dayIndex = ($dayIndex + 1)>> <<set $day = $days[$dayIndex % $days.length]>> <</if>> <<set $hour = 7>> <<set $minute = 0>> <<set $hidenav to 0>> <<set $haru.chat = 0>> <<set $emi.chat = 0>> <<if $sick >= 5>> <<set $stats.ep = Mathf.min($stats.ep + ($stats.maxep/2), $stats.maxep)>> <<else>> <<set $stats.ep = $stats.maxep>> <</if>> <<set $profile to "player-profile">> <<set $haru.scc = 0>> <<set $yuki.chat = 0>> <<if $day == "Sunday" && $riomeet == 1>> <<set $riomeet = 2>> <</if>> <</backend>>
<<include "sleep-crud">> <div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-wake.mp4" type="video/mp4"> </video> <<dialog "You">>Good morning, Miku. <</dialog>> <<dialog "Miku">>Good morning~ <</dialog>> <<dialog "You">>I'm off! <</dialog>> <<dialog "Miku">>Take care~ I'll see you later. <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +2<</glow>></h1> <<regButton "home" "Leave">><</regButton>> </div> <<if false>> /* connected passages */ <</if>> <<set $miku.love = $miku.love + 2>> <<set $location to "Miku's Room">> <<set $profile to "miku-profile">>
<<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-sleepover.mp4" type="video/mp4"> </video> <<dialog "Miku">>Welp. We're here. <</dialog>> <<dialog "You">>I can't leave you alone tonight. I'm sleeping over! <</dialog>> <<dialog "Miku">>J-jeez... <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "miku-room" "Go inside">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $miku.love = $miku.love + 1>> <<set $minute = 45>> <<if false>> /* connected passages */ [[miku-room]] <</if>>
<<backend>> <<if $hour >= "7" && $hour <= "15">> <<set $mikustate = "miku-roomday">> <<elseif $hour >= "16" && $hour <= "18">> <<set $mikustate = "miku-visit">> <<elseif $hour >= "19" && $hour <= "22">> <<set $mikustate = "miku-roomnight">> <<else>> <<set $mikustate = "miku-night">> <</if>> <</backend>><div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/'+$mikustate+'.mp4" type="video/mp4">'>> </video> <<if $hour >= "7" && $hour <= "22">><<dialog "Miku">>What do you wanna do? <</dialog>> <<dialog "You">>Lots of things. <</dialog>><</if>><div class="button-row"> <<if $hour >= "19" && $hour <= "22" && $miku.quest >= 5>> <<regButton "miku-ngt-kiss" "Kiss her">><</regButton>> <</if>> <<if $hour > 22 && $miku.love >= 30>><<regButton "miku3-1" "You hear a noise from Miku's room">><</regButton>><</if>> <<if $hour >= 11 && $hour <= 12>><<regButton "miku-lunch1" "Ask to lunch">><</regButton>><</if>> <<if $hour >= 7 && $hour <= 8>><<regButton "miku-coffee1" "Ask to go get coffee">><</regButton>><</if>> <<if $hour >= 19 && $hour <= 20>><<regButton "miku-dinner1" "Miku is making dinner">><</regButton>><</if>> <<if $hour > 22>><<regButton "miku-sleep" "Sleep on the couch">><</regButton>><</if>> <<regButton "home" "Leave">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $location to "Miku's Room">> <<if false>> /* connected passages */ [[miku2-6]][[miku-coffee1]][[miku-lunch1]][[miku-dinner1]][[miku3-1]][[miku-ngt-kiss]] <</if>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-coffee1.mp4" type="video/mp4"> </video> <<dialog "Miku">>Before we met, I couldn't stay up in the morning because I couldn't get coffee. I've missed going on coffee runs. <</dialog>> <<dialog "You">>Well, you have me now. <</dialog>> <<dialog "Miku">><i>*Blushes*</i> <i>Thank you...</i> <</dialog>> <<dialog "You">>Hmm? <</dialog>> <<dialog "Miku">>Nothing! <</dialog>> <div class="button-row"> <<regButton "miku-coffee2" "Enter the Cafe">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $location to "Business Area">> <<if false>> /* connected passages */ [[miku-coffee2]] <</if>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>I can already feel the money leaving my pocket. <</dialog>> <div class="button-row"><<if $hour == 10 && $riomeet == 1>><<regButton "rio-date1" "Rio's here">><</regButton>><</if>><<if $emi.love >= 30 && $emi.quest >= 5 && $daystate == "Evening">><<regButton "emi-call-biz" "Call Emi">><</regButton>><</if>><<if $shiori.quest == 1 && $daystate == "Evening">><<regButton "shiori-poster" "Walk by a clothing store">><</regButton>><</if>><<if $shiori.quest == 3 && ($day == "Saturday" || $day == "Sunday") && $player.rank <= 80>><<regButton "shiori3-1" "You notice a commotion in the alley">><</regButton>><</if>></div> <div class="button-row"> <<imgButton "alley" "img/neon-buttons/alley.jpg">> <<imgButton "konbini" "img/neon-buttons/konbini.jpg">> <<imgButton "hospital" "img/neon-buttons/hospital.jpg">> </div> </div> <<if false>> [[park]] [[konbini]] [[hospital]][[miku1-alley]][[business-area]][[rio-date1]][[emi-call-biz]][[shiori-poster]][[shiori3-1]][[res-area]] <</if>> <<set $location to "Business Area">> <<set $profile to "player-profile">>
<<bg "cafe" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-coffee2.mp4" type="video/mp4"> </video> <<dialog "Miku">>Huhu. I forgot how great Spanish Lattes were. <</dialog>> <<dialog "You">>This Mocha is great too! Want a taste? <</dialog>> <<dialog "Miku">>Sure. Thanks. <i>*sips*</i> <</dialog>> <<dialog "You">>Oh? An indirect kiss. <</dialog>> <<dialog "Miku">>Wha- That was sneaky! <</dialog>> <<dialog "You">>Let me have some of yours too. <</dialog>> <<dialog "Miku">>Hmph. <</dialog>> <<dialog "You">>H-heyy <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "miku-coffee3" "Leave">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $miku.love = $miku.love + 1>> <<set $hour = 9>> <<if false>> /* connected passages */ [[miku-coffee3]] <</if>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-coffee3.mp4" type="video/mp4"> </video> <<dialog "Miku">>Hooh. I haven't had coffee in a while. I'm shaking a little bit. <</dialog>> <<dialog "You">>You are? Let me see your hand. <</dialog>> <<dialog "Miku">>Am I sweaty? Are they shaking too much? <</dialog>> <<dialog "You">>Hmm. Not really. <</dialog>> <<dialog "Miku">>Okay~ <</dialog>> <<dialog "You">><i>*Woah. That worked.*</i> <</dialog>> <div class="button-row"> <<regButton "miku-room" "Continue">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ <</if>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-lunch1.mp4" type="video/mp4"> </video> <<dialog "Miku">>I can't believe we're going to eat at a diner. <</dialog>> <<dialog "You">>You've been craving it. Of course, we're going. <</dialog>> <<dialog "Miku">>I always get weird looks from waiters. I-it makes me anxious... <</dialog>> <<dialog "You">>Well, from now on, that's the only thing they can do. You're with me, after all. <</dialog>> <<dialog "Miku">>Psh. Ohhhh, how reliable~ <</dialog>> <div class="button-row"> <<regButton "miku-lunch2" "Enter the Diner">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $location to "Business Area">> <<if false>> /* connected passages */ [[miku-lunch2]] <</if>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-lunch2.mp4" type="video/mp4"> </video> <<dialog "Miku">>I'm nervous... <</dialog>> <<dialog "You">>What? Why? Is someone staring at you? <</dialog>> <<dialog "Miku">>Huh? Oh. No. I kept bragging about how good the food was here, what if you don't like it? <</dialog>> <<dialog "You">>Well, I like you so it's hard for me to not like anything I do with you. <</dialog>> <<dialog "Miku">>You're being very forward now, huh? <i>*blushes*</i> <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "miku-lunch3" "Bill Out">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $location to "Business Area">> <<set $miku.love = $miku.love + 1>> <<set $hour = 13>> <<if false>> /* connected passages */ [[miku-lunch3]] <</if>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-lunch3.mp4" type="video/mp4"> </video> <<dialog "Miku">>Ah~ That was great~ <</dialog>> <<dialog "You">>I need a nap, I'm so full. <</dialog>> <<dialog "Miku">>Yeah, I forgot how big the portions were. <</dialog>> <<dialog "You">>You seem to be doing fine. You didn't look anxious at all... I'm glad. <</dialog>> <<dialog "Miku">>Hmm. Well... I guess I feel safe with you. <i>*blushes*</i> <</dialog>> <<dialog "You">><i>J-jeez...</i> <</dialog>> <div class="button-row"> <<regButton "miku-room" "Continue">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $location to "Business Area">> <<if false>> /* connected passages */ [[miku-lunch3]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-dinner1.mp4" type="video/mp4"> </video> <<dialog "Miku">>Oh, hey. You like eggs? <</dialog>> <<dialog "You">>Ohhh. You can cook? <</dialog>> <<dialog "Miku">>I know I always eat convenience store food... but that's just because I struggle with groceries! <</dialog>> <<dialog "You">>Looks like you went and got groceries today, though. I'm proud of you! <</dialog>> <<dialog "Miku">>God bless self checkout~ <</dialog>> <div class="button-row"> <<regButton "miku-dinner2" "She makes your plate">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-dinner2]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-dinner2.mp4" type="video/mp4"> </video> <<dialog "Miku">>Here you go! <</dialog>> <<dialog "You">>Wooow. Can I have some ketchup? <</dialog>> <<dialog "Miku">>Heeere~ Let me add it~ <</dialog>> <<dialog "You">><i>*tsk tsk*</i> The chef is flirting with me. <</dialog>> <<dialog "Miku">>I was told love was the most important ingredient. <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "miku-dinner3" "You finish eating">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $miku.love = $miku.love + 1>> <<set $hour = 21>> <<if false>> /* connected passages */ [[miku-dinner3]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-dinner3.mp4" type="video/mp4"> </video> <<dialog "Miku">>How was it? <</dialog>> <<dialog "You">>Delicious! You'd make a great housewife! <</dialog>> <<dialog "Miku">>H-how can you say that with a straight face!? <</dialog>> <<dialog "You">>What? You would! <</dialog>> <<dialog "Miku">>Hmph. <</dialog>> <div class="button-row"> <<regButton "miku-room" "Continue">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku3/miku3-1.mp4" type="video/mp4"> </video> <<dialog "Miku">><i>mmmm</i> <</dialog>> <<dialog "You">>What's that? <</dialog>> <<dialog "Miku">><i>ahh~</i> <</dialog>> <<dialog "You">>Holy shit. <</dialog>> <div class="button-row"> <<regButton "miku3-2" "She pulls down her pajamas">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku3-2]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku3/miku3-2.mp4" type="video/mp4"> </video> <<dialog "You">>She's so sexy. <</dialog>> <div class="button-row"> <<regButton "miku3-3" "She starts rubbing her pussy">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku3-3]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku3/miku3-3.mp4" type="video/mp4"> </video> <<dialog "Miku">><i>ahh~</i> <</dialog>> <<dialog "You">>They look so plump. <</dialog>> <div class="button-row"> <<regButton "miku3-4" "She takes out a paint brush">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku3-4]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku3/miku3-4.mp4" type="video/mp4"> </video> <<dialog "You">>I-is that... <</dialog>> <div class="button-row"> <<regButton "miku3-5" "She brushes her pussy">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku3-5]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku3/miku3-5.mp4" type="video/mp4"> </video> <<dialog "Miku">><i>hnnggg</i> <</dialog>> <<dialog "You">>I'm getting hard. <</dialog>> <div class="button-row"> <<regButton "miku3-6" "She grabs her boob">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku3-6]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku3/miku3-6.mp4" type="video/mp4"> </video> <<dialog "Miku">><i>ahh~</i> <</dialog>> <<dialog "You">>I finally get to see those huge tits. <</dialog>> <div class="button-row"> <<regButton "miku3-7" "She takes her panties off">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku3-7]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku3/miku3-7.mp4" type="video/mp4"> </video> <<dialog "You">>There it is. <</dialog>> <div class="button-row"> <<regButton "miku3-8" "She sticks the brush in her">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku3-8]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku3/miku3-8.mp4" type="video/mp4"> </video> <<dialog "Miku">><i>hnnnngggmm~</i> <</dialog>> <<dialog "You">>She's too horny to keep quiet <</dialog>> <div class="button-row"> <<regButton "miku3-9" "Stare at her tits">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku3-9]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku3/miku3-9.mp4" type="video/mp4"> </video> <<dialog "Miku">><i>ahh~</i> <</dialog>> <<dialog "You">>Her tits are too incredible. <</dialog>> <div class="button-row"> <<regButton "miku3-10" "She cums">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku3-10]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku3/miku3-10.mp4" type="video/mp4"> </video> <<dialog "Miku">><i>aaahhh~</i> <</dialog>> <<dialog "You">>Oh. She's cumming. <</dialog>> <div class="button-row"> <<regButton "miku3-11" "She catches her breath">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku3-11]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku3/miku3-11.mp4" type="video/mp4"> </video> <<dialog "Miku">><i>hahh... hahh... mmm... $player.name...</i> <</dialog>> <<dialog "You">>Did I hear that right? <</dialog>> <div class="button-row"> <<regButton "miku3-12" "She sits up">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku3-12]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku3/miku3-12.mp4" type="video/mp4"> </video> <<dialog "Miku">><i>*sigh*</i> <</dialog>> <<dialog "You">>She's done. <</dialog>> <div class="button-row"> <<regButton "miku3-13" "Close the door">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku3-13]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku3/miku3-13.mp4" type="video/mp4"> </video> <<dialog "You">>Slooowly~ <</dialog>> <hr> <i>*Thud*</i> <hr> <<dialog "Miku">>H-huh? <</dialog>> <<dialog "You">>Damn. She definitely heard that. <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "miku-sleep" "Whatever">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku3-13]] <</if>> <<set $miku.love = $miku.love + 1>> <<if $miku.quest == 3>><<set $miku.quest = 4>><</if>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "Rio" "student">>Heyyy, new student! You totally survived. That's like... so cool. <</dialog>> <<dialog "You">>Yep. Thanks to you I got to prepare properly. How can I thank you? <</dialog>> <<dialog "Rio" "student">>Already makin' a move on me, eh? That's like so hot. <</dialog>> <<dialog "You">>I just wanted to show appreciation. <</dialog>> <<dialog "Rio" "student">>Why don't you like take me out on saturday, then? <</dialog>> <h1>NOTE: You need around $500 to completely finish the date. You can decline and ask her out later or ask her out now then make enough money before saturday. If you stand her up, your relationship with her decreases.</h1> <div class="button-row"> <<regButton "rio-plan" "Deal">><</regButton>> <<regButton "rio-class" "I'll think about it">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio-plan]] <</if>> <<set $profile to "rio-profile">> <<set $rio.quest = 2>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "Rio" "student">>Great! How does like 10AM sound? <</dialog>> <<dialog "You">>Sure! <</dialog>> <<dialog "Rio" "student">>Awesome! I'll, like, meet you in the Business Area. See you then! <</dialog>> <<dialog "You">>See you. <</dialog>> <div class="button-row"> <<regButton "rio-class" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $profile to "rio-profile">> <<set $riomeet = 1>>
<<backend>> <<if $riomeet == 2>> <<goto "rio-stoodup">> <<else>> <<goto "rio-class">> <</if>> [[rio-stoodup]] <</backend>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "Rio" "student">>You stood me up, you fucking asshole! <</dialog>> <<dialog "You">>Sorry. I forgot. <</dialog>> <<dialog "Rio" "student">>Fuck you! <</dialog>> <h1><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Relationship -5<</glow>></h1> <div class="button-row"> <<regButton "rio-class" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $profile to "rio-profile">> <<set $rio.love = Math.max($rio.love - 5, 0)>> <<set $riomeet = 0>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/rio/rio2/rio-date1.mp4" type="video/mp4"> </video> <<dialog "Rio">>You're here! <</dialog>> <<dialog "You">>I'm here. <</dialog>> <div class="button-row"> <<regButton "rio-date2" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio-date2]] <</if>> <<set $profile to "rio-profile">> <<set $riomeet = 0>> <<set $riospending = 0>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/rio/rio2/rio-date2.mp4" type="video/mp4"> </video> <<dialog "Rio">>What should we do? <</dialog>> <<dialog "You">>Hmm... <</dialog>> <div class="button-row">/*Straight to sex*/ <<if $player.money >= 500 && $rio.quest >= 3>> <<regButton "rio-straight" "Sex 💵500">><</regButton>> <</if>> <<if $player.money > 25>> <<regButton "rio-date3" "Baseball 💵25">><</regButton>> <<regButton "rio-date4" "Arcade 💵25">><</regButton>> <<regButton "rio-date5" "Drinks 💵25">><</regButton>> <<if $riospending >= 75>><<regButton "rio-date6" "Eat 💵25">><</regButton>><</if>> <</if>> <<regButton "rio-broke" "I can't afford anything">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio-date3]][[rio-date4]][[rio-date5]][[rio-broke]][[rio-date6]][[rio-straight]] <</if>> <<set $profile to "rio-profile">>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/rio/rio2/rio-date3.mp4" type="video/mp4"> </video> <<dialog "You">>You're not very good at this. <</dialog>> <<dialog "Rio">>I'm totally good at other things~ <</dialog>> <div class="button-row"> <<regButton "rio-date2" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio-date2]] <</if>> <<set $profile to "rio-profile">> <<set $riospending = $riospending + 25>> <<set $player.money = $player.money - 25>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/rio/rio2/rio-date4.mp4" type="video/mp4"> </video> <<dialog "Rio">>I'm like a great driver! Should I totally get a license? <</dialog>> <<dialog "You">>Haha! Probably not. <</dialog>> <div class="button-row"> <<regButton "rio-date2" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio-date2]] <</if>> <<set $profile to "rio-profile">> <<set $riospending = $riospending + 25>> <<set $player.money = $player.money - 25>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/rio/rio2/rio-date5.mp4" type="video/mp4"> </video> <<dialog "Rio">>Are you like trying to get me drunk? How sneaky~ <</dialog>> <<dialog "You">>You can probably outdrink me. <</dialog>> <div class="button-row"> <<regButton "rio-date2" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio-date2]] <</if>> <<set $profile to "rio-profile">> <<set $riospending = $riospending + 25>> <<set $player.money = $player.money - 25>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <<dialog "Rio" "student">>Too bad~ I had something totally fun planned~ <</dialog>> <div class="button-row"> <<regButton "business-area" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/rio/rio2/rio-date6.mp4" type="video/mp4"> </video> <<dialog "You">>Where do you want to eat? <</dialog>> <<dialog "Rio">>Let's get like take out at your place! <</dialog>> <<dialog "You">>At my place? <</dialog>> <<dialog "Rio">>You don't want to? <</dialog>> <<dialog "You">>We can order take out at my place. <</dialog>> <div class="button-row"> <<regButton "rio-eat" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio-eat]] <</if>> <<set $profile to "rio-profile">> <<set $riospending = $riospending + 25>> <<set $player.money = $player.money - 25>> <<set $hour = 13>>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/rio/rio2/rio-eat.mp4" type="video/mp4"> </video> <<dialog "Rio">>This is like totally so good! <</dialog>> <div class="button-row"> <<regButton "rio-offer" "She stops eating">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio-offer]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/rio/rio2/rio2-offer.mp4" type="video/mp4"> </video> <<dialog "Rio">>Look. We had a pretty fun date. But like... I have something else in mind... <</dialog>> <<dialog "You">>Go on. <</dialog>> <<dialog "Rio">>I'm a sex worker. It's like, totally shocking right? <</dialog>> <<dialog "You">>It actually kind of is, but no judgement. <</dialog>> <<dialog "Rio">>I generally charge $500, but since you've spent a hundred on this date already, I can lower it down to $400. What do you say? <</dialog>> <div class="button-row"> <<if $player.money >= 400>><<regButton "rio2-pay" "Let's do this">><</regButton>><</if>> <<regButton "rio-broke" "No thanks">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-pay]] <</if>> <<set $profile to "rio-profile">> <<set $hour = 15>>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/rio/rio2/rio2-grope.mp4" type="video/mp4"> </video> <<dialog "You">>I noticed your body at school, you know. <</dialog>> <<dialog "Rio">>Mhmm~ Totally~ <</dialog>> <div class="button-row"> <<regButton "rio2-kiss" "Kiss her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-kiss]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/rio/rio2/rio2-kiss.mp4" type="video/mp4"> </video> <<dialog "You">>You taste great. <</dialog>> <<dialog "Rio">>Mmm~ <</dialog>> <div class="button-row"> <<regButton "rio2-finger" "Rub her pussy">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-finger]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Rio">>Touch me~ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-finger.mp4" type="video/mp4"> </video> <<dialog "You">>You're pretty plump. <</dialog>> <div class="button-row"> <<regButton "rio2-finger2" "Take her panties off">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-finger2]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>You won't need this anymore. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-panty.mp4" type="video/mp4"> </video> <<dialog "Rio">>Mhmm~ <</dialog>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/rio/rio2/rio2-finger2.mp4" type="video/mp4"> </video> <<dialog "You">>You're so wet. <</dialog>> <<dialog "Rio">>Ahh~ <</dialog>> <div class="button-row"> <<regButton "rio2-cuni" "Cunnilingus">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-cuni]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Rio">>Let me taste~ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-bj1.mp4" type="video/mp4"> </video> <<dialog "You">>Yeah, suck it, bitch. <</dialog>> <<dialog "Rio">><i>*Sluuurp~*</i> <</dialog>> <div class="button-row"> <<regButton "rio2-bj2" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-bj2]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-cunni.mp4" type="video/mp4"> </video> <<dialog "Rio">>Mhmm~ <</dialog>> <<dialog "You">>You taste good. <</dialog>> <<dialog "Rio">>Ahh~ <</dialog>> <div class="button-row"> <<regButton "rio2-bj1" "Blowjob">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-bj1]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-bj2.mp4" type="video/mp4"> </video> <<dialog "You">>Yeah, keep going. <</dialog>> <<dialog "Rio">><i>*Slurp~* *Slurp~* *Slurp~*</i> <</dialog>> <div class="button-row"> <<regButton "rio2-dog1" "Fuck her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-dog1]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-dog1.mp4" type="video/mp4"> </video> <<dialog "Rio">>Ahh~ You're like so big~ <</dialog>> <<dialog "You">>Damn. You feel so good <</dialog>> <div class="button-row"> <<regButton "rio2-dog2" "Harder">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-dog2]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-dog2.mp4" type="video/mp4"> </video> <<dialog "Rio">>Ahh~ Ahh~ Ahh~ That's it~ Right there~ <</dialog>> <<dialog "You">>I'd hit this everyday if you weren't so goddamned overpriced. <</dialog>> <div class="button-row"> <<regButton "rio2-dog3" "Keep going">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-dog3]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-dog3.mp4" type="video/mp4"> </video> <<dialog "Rio">>Ahh~ Ahh~ Faster~ <</dialog>> <<dialog "You">>You're so fucking wet, you fucking whore! <</dialog>> <div class="button-row"> <<regButton "rio2-cow1" "Cowgirl">><</regButton>> <<regButton "rio2-mis1" "Missionary">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-mis1]][[rio2-cow1]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-mis1.mp4" type="video/mp4"> </video> <<dialog "Rio">>Ahh~ You're really attacking it~ <</dialog>> <<dialog "You">>You're tight for a slut. <</dialog>> <<dialog "Rio">>Ahh~This pussy is premium, you know~ <</dialog>> <div class="button-row"> <<regButton "rio2-mis2" "Harder">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-mis2]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-cow1.mp4" type="video/mp4"> </video> <<dialog "Rio">>Ahh~ Ahh~ <</dialog>> <<dialog "You">>That's it, ride me~ <</dialog>> <div class="button-row"> <<regButton "rio2-cow2" "She speeds up">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-cow2]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-cow2.mp4" type="video/mp4"> </video> <<dialog "Rio">>Ahhn~ Does it like... feel good? <</dialog>> <<dialog "You">>Keep working hard, slut. <</dialog>> <div class="button-row"> <<regButton "rio2-cow3" "She acts cute">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-cow3]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-cow3.mp4" type="video/mp4"> </video> <<dialog "Rio">>Ahhn~ You should totally take a picture~ I'll give you a discount~ <</dialog>> <<dialog "You">>This is already burned to my brain. <</dialog>> <div class="button-row"> <<regButton "rio2-cow4" "Harder">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-cow4]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-cow4.mp4" type="video/mp4"> </video> <<dialog "Rio">>Ahh~ Are you close? <</dialog>> <<dialog "You">>Not even a little bit! Try harder, bitch! <</dialog>> <<dialog "Rio">>Ohhh~ D-don't call me thaaat~ <</dialog>> <div class="button-row"> <<regButton "rio2-cow1" "Repeat">><</regButton>> <<regButton "rio2-mis1" "Missionary">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-mis1]][[rio2-cow1]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-mis2.mp4" type="video/mp4"> </video> <<dialog "Rio">>Ahhhh~ Harder~ Fuck this slutty whore~ <</dialog>> <<dialog "You">>Don't provoke me, slut <</dialog>> <div class="button-row"> <<regButton "rio2-mis3" "Closer">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-mis3]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-mis3.mp4" type="video/mp4"> </video> <<dialog "Rio">>Ahhhh~ Hmmm? What are you staring at? Don't fall in love with me~ <</dialog>> <<dialog "You">>Only thing loveable about you is this pussy and those tits. <</dialog>> <<dialog "Rio">>Hnnnn~ Harsh~ <</dialog>> <div class="button-row"> <<regButton "rio2-mis1" "Repeat">><</regButton>> <<regButton "rio2-cow1" "Cowgirl">><</regButton>> <<regButton "rio2-mis4" "Cum">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-mis4]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-mis4.mp4" type="video/mp4"> </video> <<dialog "Rio">>Ahhhhhh~ I'm clooose~ <</dialog>> <<dialog "You">>TAKE THIS WHORE! <</dialog>> <<dialog "Rio">>Fill me uuuup~ <</dialog>> <div class="button-row"> <<regButton "rio2-creampie" "Creampie">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-creampie]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-creampie.mp4" type="video/mp4"> </video> <<dialog "Rio">>Take responsibility, okay? <</dialog>> <<dialog "You">>Hah! Fat chance. <</dialog>> <<dialog "Rio">>Mean~ <</dialog>> <div class="button-row"> <<regButton "rio2-end" "End">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[rio2-end]] <</if>> <<set $profile to "rio-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/rio/rio2/rio2-end.mp4" type="video/mp4"> </video> <<dialog "Rio">>Let me like rest for a bit, then I'll leave~ <</dialog>> <<dialog "You">>You're lucky your body is nice to look at. <</dialog>> <<dialog "Rio">>You're like kind of an ass, huh? I like it~ <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +5<</glow>><br></h1> <div class="button-row"> <<regButton "bedroom" "She leaves">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $profile to "rio-profile">> <<set $rio.love = $rio.love + 5>> <<if $rio.quest == 2>><<set $rio.quest = 3>><</if>> <<set $hour = $hour + 3>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/rio/rio2/rio-date6.mp4" type="video/mp4"> </video> <<dialog "You">>Let's go to my place. <</dialog>> <<dialog "Rio">>Totally~ <</dialog>> <div class="button-row"> <<regButton "rio2-grope" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $profile to "rio-profile">> <<set $player.money = $player.money - 500>> <<set $hour = 13>>
<<set $player.money = $player.money - 400>> <<goto "rio2-grope">>
<<backend>> <<set $ename = "Ranker No."+($player.rank - 1)>> <<set $eid to "ranker"+((($player.rank + 2) % 6) + 1)>> <<set $espeech = either("You wanna challenge me?", "You want my spot, huh?", "Go home before I kill you.", "Don't get cocky, new kid.")>> <<if $player.rank == 16>> <<set $eid to "izaki-01">> <<set $ename = "Izaki Shun">> <<set $espeech = "We meet again. I've grown stronger since last time. I even climbed the ranks. It's payback time, bitch.">> <<elseif $player.rank == 5>> <<set $eid to "ranker7">> <<set $ename = "Akagi Toyo">> <<set $espeech = "Yo~ I am the first member of the Elite Four, Akagi. Good job making it to Rank 5. Ready to take me on?">> <<elseif $player.rank == 4>> <<set $eid to "ranker8">> <<set $ename = "Kishi Hono">> <<set $espeech = "HAHAHA! That Akagi lost, huh? I told him he should gain some muscle. Fight me next!">> <<elseif $player.rank == 3>> <<set $eid to "ranker9">> <<set $ename = "Kuroki Seiya">> <<set $espeech = "Oya~ You beat the muscle-head too. Sadly, I cannot allow you to challenge the king. He's extremely busy right now.">> <<elseif $player.rank < 3>> <<set $eid to "ranker10">> <<set $ename = "Sai Kyogaku">> <<set $espeech = "...">> <</if>> <</backend>> <<bg "rooftop" $hour>><</bg>> <div class="content-panel"> <<enemy $eid $ename "rooftop" "left">><<print $espeech>><</enemy>> <div class="button-row"> <<regButton "rank-battlecrud" "Fight">><</regButton>> <<regButton "rooftop" "Nevermind">><</regButton>> </div> </div> <<if false>> [[rank-battlecrud]] /* connected passages */ <</if>>
<<backend>> <<set $battlestart = true>> <<set $battlesetting = "rank">> <<set $hidenav to 1>> <<set $enemy = { level: 102-$player.rank, hp: 100, maxhp: 100, str: 0, agi: 0, int: 0 }>> <<set $statpoints to 5 + (($enemy.level - 1) * 5)>> <<if $player.rank <= 5>><<set $statpoints = $statpoints + (25 * (6 - $player.rank))>><</if>> <<set $enemy.str to Math.floor(($statpoints * random(30,50)) / 100)>> <<set $enemy.agi to Math.floor(($statpoints * random(30,50)) / 100)>> <<set $enemy.int to $statpoints - $enemy.str - $enemy.agi>> <<set $enemy.maxhp to 100 + ($enemy.level * 5) + ($enemy.str * 2)>> <<set $enemy.hp to $enemy.maxhp>> <<set $stats.ep = $stats.ep - 20>> <<set $pspeech = "Bring it on.">> <<set $espeech = "I'll fuck you up.">> <<if $player.rank == 16>> <<set $espeech = "You'll pay for what you did to Emi-chan.">> <<elseif $player.rank == 5>> <<set $espeech = "You think you're ready to take us on, huh?">> <<elseif $player.rank == 4>> <<set $espeech = "HAHAHA! You're lacking in muscles too! This might be boring">> <<elseif $player.rank == 3>> <<set $espeech = "Oya~ Try to last at least a few minutes.">> <<elseif $player.rank < 3>> <<set $espeech = "...">> <</if>> <<goto "battle-crud2">> [[rank-battle]] <</backend>>
<<backend>> <<if $player.rank < 3>> <<set $espeech = either("...", "Hmph", "!!!", "<i>*phew*</i>")>> <</if>> <</backend>> <<bg "rooftop" $hour>><</bg>> <div class="content-panel"> <<if $battlestart == false>><<print $commentary>><</if>> <<enemy $eid $ename "rooftop">>$espeech<</enemy>> <<dialog "You" "avatar" "battle">>$pspeech <</dialog>> <div class="button-row"> <<action "Punch">><</action>> <<action "Kick">><</action>> <<action "Grab">><</action>> </div> </div> <<backend>> <<set $dmgres = "">> <<set $location to "Park">> <<set $profile to "player-profile">> <<set $hidenav to 1>> [[rank-win]][[rank-lose]] <</backend>>
<<backend>><<set $rewmoney = 8 + ($enemy.level * random(4,8))>> <<set $rewxp = 18 + Math.round($enemy.level * $enemy.level * 0.5) + ($enemy.level * random(10,30)) + (Math.round($stats.int * random(35,75) * 0.01))>> <<set $player.money = $player.money + $rewmoney>> <<if $player.rank < 3>> <<set $commentary = "Your attacks connect at the same time. You both fall.">> <</if>> <</backend>> <<bg "rooftop" $hour>><</bg>> <div class="content-panel"> <<print $commentary>> You get $<<print $rewmoney>> and <<print $rewxp>> exp. <div><<exp $rewxp>><</exp>></div> <<if $player.rank < 3>> <<dialog "You">>F-fuck... <</dialog>> <<enemy $eid "Sai Kyogaku" "rooftop" "left">>U-ugh...<</enemy>><<if $player.rank == 2>> <<enemy "ranker7" "Akagi Toyo" "rooftop" "left">>K-kyogaku-san... lost?<</enemy>> <<enemy "ranker9" "Kuroki Seiya" "rooftop" "left">>F-fool! It's a draw!<</enemy>> <<enemy "ranker8" "Kishi Hono" "rooftop" "left">>HAHAHA! This $player.name person is pretty interesting. I've never seen Kyogaku not dominate in a fight before, much less not win. What happens now? <</enemy>> <<enemy "ranker9" "Kuroki Seiya" "rooftop" "left">>As vexing as it is, I've never seen Kyogaku enjoy a fight as much as he did just now with Sawada. <</enemy>> <<enemy "ranker8" "Kishi Hono" "rooftop" "left">>Yeah. It's as if he has finally found his equal. <</enemy>> <<enemy "ranker7" "Akagi Toyo" "rooftop" "left">>They can share the Number 1 spot and continue battling it out until there's a clear winner. <</enemy>> <</if>> <<else>> <<dialog "You">>Who's next!? <</dialog>> <</if>><<glow>>You are now rank <<print Math.max($player.rank - 1, 1)>>.<</glow>> <div class="button-row"> <<regButton "rooftop" "Continue">><</regButton>> </div> </div> <<backend>> <<set $player.rank = Math.max($player.rank - 1, 1)>> <<set $hidenav to 0>> <<set $inbattle = 0>> <<script>> incrementTime(1, 0); <</script>> <</backend>>
<<backend>><<set $rewmoney = $enemy.level * (random(0,2)+random(2,4))>> <<set $player.money = Math.max($player.money - $rewmoney, 0)>> <<set $espeech = "Come back when you're stronger.">> <<if $player.rank < 3>> <<set $espeech = "<i>*yawn*</i>">> <</if>> <</backend>> <<bg "rooftop" $hour>><</bg>> <div class="content-panel"> <<print $commentary>> You get knocked out. You lose $<<print $rewmoney>>. <<enemy $eid $ename "rooftop" "left">>$espeech <</enemy>> <div class="button-row"> <<regButton "rank-wake" "Wake up">><</regButton>> </div> </div> <<backend>> [[rank-wake]] <<set $inbattle = 0>> <<script>> incrementTime(0, 30); <</script>> <</backend>>
<<bg "rooftop" $hour>><</bg>> <div class="content-panel"> You wake up in the roof alone. <hr> <<dialog "You">>Fuck... Did I really lose? <</dialog>> <<regButton "rooftop" "Roof">><</regButton>> </div> <<backend>> <<set $stats.hp = Math.ceil($stats.maxhp / 2)>> <<set $hidenav to 0>> <<script>> incrementTime(1, 0); <</script>> <</backend>>
<div class="bg classroom"></div> <div class="content-panel"> <<enemy "idiota" "Random Bitch" "classroom" "left">>Hey~ Emi-chan~ You were so arrogant when you were dating Izaki-san. Now he's dumped you.<</enemy>> <<dialog "Emi" "student">>... <</dialog>> <<enemy "idiotb" "Random Dumbass" "classroom" "left">>Kekeke. We never touched you because of Izaki-san. That guy's scary. But now that he's dumped you, maybe we can have a taste as well kekeke~ Right boys?<</enemy>> <hr> The Random Dumbass' lackeys jeer at Emi. <hr> <<dialog "Emi" "student">>... Do you think you can get away with touching his ex? <</dialog>> <<enemy "idiota" "Random Bitch" "classroom" "left">>This bitch is still as impertinent as ever. Should I just smack you?<</enemy>> <<enemy "idiotb" "Random Dumbass" "classroom" "left">>I'm a ranker. He can't touch me without good reason since his rank is higher than mine.<</enemy>> <div class="button-row"> <<regButton "emi4-2" "Beat his ass">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-2]] <</if>> <<set $hidenav to 1>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>Good to know. That means I can do this. <</dialog>> <<enemy "idiotb" "Random Dumbass" "classroom" "left">>Hah?<</enemy>> <img src="img/misc/idiotb-beat.jpg" style="max-width: 80%;"> <<enemy "idiota" "Random Bitch" "classroom" "left">>W-wha!? E-everyone? Who...<</enemy>> <<dialog "You">>Hey, bitch. I don't mind hitting girls, you know? But, I am a gentleman so I will show you mercy, but keep your hands off Emi-chan~ Understand? <</dialog>> <<enemy "idiota" "Random Bitch" "classroom" "left">>...<</enemy>> <img src="img/misc/idiota-scared.jpg" style="max-width: 60%;"> Source: Mercenary Enrollment <<dialog "You">>Eh? No answer? Are you trying to make me mad? <</dialog>> <<enemy "idiota" "Random Bitch" "classroom" "left">>Y-yes! I mean no! W-wait! I-I promise to never bother Emi.<</enemy>> <hr> The random bitch drags the random dumbass out of the classroom. You purposely did not knock the lackeys out too hard so they crawled out. <hr> <<dialog "Emi" "student">><i>*hesitates*</i> <</dialog>> <<dialog "You">><i>Hmm? Did she want to say something? Nah, she hates my guts.</i> <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Emi's love +5<</glow>></h1> <div class="button-row"> <<regButton "emi4-3" "The class ends">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-3]] <</if>> <<set $hidenav to 1>> <<set $emi.love = ($emi.love + 5)>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi4/emi4-3.mp4" type="video/mp4"> </video> <<dialog "Emi">>... <</dialog>> <<dialog "You">><i>She's not going home?</i> <</dialog>> <div class="button-row"> <<regButton "emi4-4" "Approach her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-4]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">> <<set $hour = 17>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi4/emi4-4.mp4" type="video/mp4"> </video> <<dialog "You">>Hey. Are you okay? <</dialog>> <<dialog "Emi">>... <</dialog>> <<dialog "You">>Shouldn't you stop being mad at me now? <</dialog>> <<dialog "Emi">>Y-you... You ruined my life! After that, you even raped me, and now you're saying I shouldn't be mad!? <</dialog>> <<dialog "You">>And why again did I do that? <</dialog>> <<dialog "Emi">>I... <</dialog>> <<dialog "You">>You tried to get me beaten up for no reason. I could have died if I wasn't that strong. I just defended myself. <</dialog>> <<dialog "Emi">>That doesn't explain why you raped me, though. <</dialog>> <div class="button-row"> <<regButton "emi4-5" "Gaslight">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-5]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi4/emi4-5.mp4" type="video/mp4"> </video> <<dialog "You">>Oh, come on. You came on to me. <</dialog>> <<dialog "Emi">>H-how!? I even told you it was rape back then! <</dialog>> <<dialog "You">>Didn't Izaki try to kill me because you started making moves on me? <</dialog>> <<dialog "Emi">>W-well... <</dialog>> <<dialog "You">>I was so mad at you that time. You seduced me then when I was starting to take interest, you reveal you have a boyfriend then ask him to get me killed. <</dialog>> <<dialog "Emi">>I... I'm sorry... <</dialog>> <div class="button-row"> <<regButton "emi4-6" "Gaslight even more">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-6]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi4/emi4-6.mp4" type="video/mp4"> </video> <<dialog "You">>Look. I was wrong too for forcing you then, but can you blame me for thinking you liked me? <</dialog>> <<dialog "Emi">>I... guess not... <</dialog>> <<dialog "You">>I thought you only needed Izaki to survive. But as you saw earlier, I can protect you even better than he can. <</dialog>> <<dialog "Emi">>Are you asking to be my boyfriend? <</dialog>> <<dialog "You">>... No. You've hurt me too much. I don't know if I've completely forgiven you. <</dialog>> <<dialog "Emi">>I... I'm sorry... <</dialog>> <<dialog "You">>...but I will keep protecting you. Just like I promised. <</dialog>> <<dialog "Emi">>What can I do for you to completely forgive me? <</dialog>> <<dialog "You">>You don't have to do anything. <</dialog>> <div class="button-row"> <<regButton "emi4-7" "Kiss her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-7]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi4/emi4-7.mp4" type="video/mp4"> </video> <<dialog "Emi">>Mm~ <</dialog>> <<dialog "You">>Your lips are so sweet. <</dialog>> <<if $emi.quest < 5>><<dialog "Emi">>W-will this help you forgive me? <</dialog>> <<dialog "You">>It does make me like you more. <</dialog>><</if>> <div class="button-row"> <<regButton "emi4-8" "Intensify">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-8]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">> <<set $profile to "emi-profile">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi4/emi4-8.mp4" type="video/mp4"> </video> <<dialog "Emi">>Mmm~ <</dialog>> <<dialog "You">>You're soft in all the right places. <</dialog>> <div class="button-row"> <<regButton "emi4-9" "Suck on her boobs">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-9]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi4/emi4-9.mp4" type="video/mp4"> </video> <<dialog "Emi">>Ahh~ <</dialog>> <<dialog "You">>It's still unbelievable how huge your tits are. <</dialog>> <div class="button-row"> <<regButton "emi4-10" "Blowjob">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-10]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi4/emi4-10.mp4" type="video/mp4"> </video> <<dialog "Emi">>Doesh it feew good? <</dialog>> <<dialog "You">>Your mouth is wet and so warm. It feels so good, Emi-chan~ <</dialog>> <div class="button-row"> <<regButton "emi4-11" "Intensify">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-11]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi4/emi4-11.mp4" type="video/mp4"> </video> <<dialog "Emi">>You're sho big~ <</dialog>> <<dialog "You">>We should do it now, this is getting dangerous. <</dialog>> <div class="button-row"> <<regButton "emi4-doggy0" "Penetrate">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-doggy0]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi4/emi4-doggy0.mp4" type="video/mp4"> </video> <<dialog "Emi">>Ahh~ It's inside~ <</dialog>> <<dialog "You">>You're so tight, Emi~ <</dialog>> <div class="button-row"> <<regButton "emi4-doggy1" "Keep going">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-doggy1]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi4/emi4-doggy1'+either("a","b")+'.mp4" type="video/mp4">'>> </video> <<dialog "Emi">>Ahh~ Ahh~ Ahh~ <</dialog>> <<dialog "You">>Ah~ You're so wet~ <</dialog>> <div class="button-row"> <<regButton "emi4-doggy1" "Keep going">><</regButton>> <<regButton "emi4-doggy2" "Harder">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-doggy2]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi4/emi4-doggy2.mp4" type="video/mp4">type="video/mp4">'>> </video> <<dialog "Emi">>Ahh~ M-my~ Voice~ Is leaking out~ <</dialog>> <<dialog "You">>Nobody will hear. <</dialog>> <div class="button-row"> <<regButton "emi4-doggy3" "Raise her leg">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-doggy3]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi4/emi4-doggy3'+either("a","b")+'.mp4" type="video/mp4">'>> </video> <<dialog "Emi">>Ahh~ It's so much deeper~ <</dialog>> <<dialog "You">>Ah~ You're so wet~ <</dialog>> <div class="button-row"> <<regButton "emi4-doggy3" "Keep going">><</regButton>> <<regButton "emi4-doggy1" "Repeat">><</regButton>> <<regButton "emi4-cow1" "Cowgirl">><</regButton>> <<regButton "emi4-mis1" "Missionary">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-cow1]][[emi4-mis1]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>Sit on me. <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi4/emi4-cow'+random(1,3)+'.mp4" type="video/mp4">'>> </video> <<dialog "Emi">>Ahh~ A-am I heavy? <</dialog>> <<dialog "You">>You're light as a feather. <</dialog>> <div class="button-row"> <<regButton "emi4-cow1" "Keep Riding">><</regButton>> <<regButton "emi4-doggy1" "Doggy">><</regButton>> <<regButton "emi4-mis1" "Missionary">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi4/emi4-mis1'+either("a","b")+'.mp4" type="video/mp4">'>> </video> <<dialog "Emi">>Ahh~ Does it feel good? <</dialog>> <<dialog "You">>You're so tight, Emi. <</dialog>> <div class="button-row"> <<regButton "emi4-mis1" "Keep Going">><</regButton>> <<regButton "emi4-mis2" "Watch her boobs bounce">><</regButton>> <<regButton "emi4-cow1" "Cowgirl">><</regButton>> <<regButton "emi4-doggy1" "Doggy">><</regButton>> <<regButton "emi4-hard1" "Harder">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-mis2]][[emi4-hard1]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>Lie down. <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi4/emi4-mis2'+either("a","b")+'.mp4" type="video/mp4">'>> </video> <<dialog "Emi">>Ahh~ Does it feel good? <</dialog>> <<dialog "You">>You're so tight, Emi. <</dialog>> <div class="button-row"> <<regButton "emi4-mis2" "Keep Watching">><</regButton>> <<regButton "emi4-mis1" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-mis2]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi4/emi4-hard'+random(1,2)+'.mp4" type="video/mp4">type="video/mp4">'>> </video> <<dialog "Emi">>Ahhhh~ Like that~ Keep fucking me like that~ You're making me go crazyyyyy~ <</dialog>> <<dialog "You">>I'm close, Emi-chan~ <</dialog>> <div class="button-row"> <<regButton "emi4-hard2" "Intensify">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-hard2]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi4/emi4-hard3.mp4" type="video/mp4">type="video/mp4">'>> </video> <<dialog "Emi">>Ahh~ I'm cummiiiing~ <</dialog>> <<dialog "You">>I'm about to cum too. <</dialog>> <div class="button-row"> <<regButton "emi4-cum" "Cum">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-cum]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>Argh! I'm gonna cum on those beautiful tits. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi4/emi4-cum.mp4" type="video/mp4">type="video/mp4">'>> </video> <<dialog "Emi">>Ahh~ S-so... $player.name... Do you now... <</dialog>> <div class="button-row"> <<regButton "emi4-end" "Interrupt her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi4-end]] <</if>> <<backend>> <</backend>> <<set $location to "Classroom">>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>I hear people coming! You should get dressed! I'm going out first so it doesn't look suspicious. <</dialog>> <<dialog "Emi">>Wh-what? <</dialog>> <<dialog "You">>I'll contact you, okay? <</dialog>> <hr> You put your clothes on and rush out of the classroom. <hr> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi4/emi4-end.mp4" type="video/mp4">type="video/mp4">'>> </video> <<dialog "Emi">><i>I don't hear anything though... Jerk...</i> <</dialog>> <div class="button-row"> <<regButton "school" "End">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<backend>> <</backend>> <<set $hour = 18>> <<if $emi.quest == 4>><<set $emi.quest = 5>><</if>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "Emi">>Hello? <</dialog>> <<dialog "You">>Hello~ <</dialog>> <<dialog "Emi">>$player.name? Do you need anything? <</dialog>> <<dialog "You">>Didn't I tell you I'd contact you? <</dialog>> <<dialog "Emi">>O-oh. I didn't think you'd actually call... <</dialog>> <<dialog "You">>I always keep my promises. <</dialog>> <hr> You talk for a little bit... <h1><<glow "0.4px #e60036" "8px #f00" "18">>Emi's love +1<</glow>></h1><<backend>> <<script>> incrementTime(0, 15); <</script>> <</backend>><div class="button-row"> <<regButton "bedroom" "Hang up">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $profile to "emi-profile">> <<set $emi.love = ($emi.love + 1)>> <<set $emi.chat = $emi.chat + 1>>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>For how long should I waste time? <</dialog>> <div class="button-row"> <<regButton "waste-time-5m" "5 minutes">><</regButton>> <<regButton "waste-time-10m" "10 minutes">><</regButton>> <<regButton "waste-time-15m" "15 minutes">><</regButton>> <<regButton "waste-time-30m" "30 minutes">><</regButton>> <<regButton "waste-time-1h" "An hour">><</regButton>> <<regButton "bedroom" "Nevermind">><</regButton>> </div> </div> <<backend>>[[waste-time-5m]][[waste-time-10m]][[waste-time-15m]][[waste-time-30m]][[waste-time-1h]]<</backend>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <<dialog "Emi">>Hello? <</dialog>> <<dialog "You">>Hello~ <</dialog>> <<dialog "Emi">>What's up? <</dialog>> <<dialog "You">>I'm at the karaoke. Wanna join? <</dialog>><<if random(0,100) > 40>> <<dialog "Emi">>Sure! <</dialog>> <<dialog "You">>See you then! <</dialog>> <<regButton "emi-k1-1" "Continue">><</regButton>><<else>> <<dialog "Emi">>I'm sorry, I can't right now. <</dialog>> <<dialog "You">>Aww. <</dialog>> <<regButton "business-area" "Hang up">><</regButton>> <</if>> </div> <<if false>> /* connected passages */ [[emi-k1-1]] <</if>> <<set $profile to "emi-profile">> <<set $emi.chat = $emi.chat + 1>>
<div class="bg karaoke"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/emi/emi-k1/emi-k1-1.mp4" type="video/mp4"> </video> <<dialog "Emi">>I'm here! <</dialog>> <<dialog "You">>Emi! Hi! <</dialog>> <div class="button-row"> <<regButton "emi-k1-2" "She sits down">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-k1-2]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/emi/emi1/emi1-1.mp4" type="video/mp4"> </video> <<dialog "Emi" "student">>Oh! Hi, $player.name. <</dialog>> <<dialog "You">>Ohh? Am I not nerd anymore? <</dialog>> <<dialog "Emi" "student">>G-geez... <</dialog>> <hr> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Emi's love +1<</glow>></h1> <div class="button-row"> <<regButton "emi-class" "You talk for a while">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<backend>> <<set $emi.love = ($emi.love + 1)>> <<set $emi.chat = $emi.chat + 1>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<div class="bg karaoke"></div> <div class="content-panel"> <hr> You sing for a while then eventually stop... <hr> <video controls width="640" height="360" autoplay loop muted> <source src="vids/emi/emi-k1/emi-k1-2.mp4" type="video/mp4"> </video> <<dialog "Emi">>I'm a little tired now. <</dialog>> <<dialog "You">>You wanna leave? <</dialog>> <<dialog "Emi">>N-no... We can hang out. <</dialog>> <<dialog "You">>Come here. <</dialog>> <div class="button-row"> <<regButton "emi-k1-3" "She sits on you">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-k1-3]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">>
<div class="bg karaoke"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/emi/emi-k1/emi-k1-3.mp4" type="video/mp4"> </video> <<dialog "Emi">>Haha. This is a little awkward... <</dialog>> <<dialog "You">>Hm? It doesn't have to be. Just enjoy it. <</dialog>> <<dialog "Emi">>It's a bit embarrassing. <</dialog>> <<dialog "You">>Why? You're beautiful. <</dialog>> <div class="button-row"> <<regButton "emi-k1-gropea" "You grab her boobs">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-k1-gropea]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">>
<div class="bg karaoke"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi-k1/emi-k1-gropea'+random(1,3)+'.mp4">'>> </video> <<dialog "Emi">>You're groping me again~ <</dialog>> <<dialog "You">>What? They're right in front of me. Only an idiot would not literally grab the opportunity. <</dialog>> <<dialog "Emi">>Are my boobs that great? <</dialog>> <<dialog "You">>They're amazing. <</dialog>> <<dialog "Emi">>I kinda hate them. They're the reason why I got bullied. <</dialog>> <<dialog "You">>No, you got bullied because they're bullies. Even if your boobs weren't as amazing as they are now, they'd still look for a reason to bully you. <</dialog>> <<dialog "Emi">>So, I'm just a victim of circumstance? That's a little sad. <</dialog>> <<dialog "You">>You got bullied. It's going to be sad no matter the cause, but you shouldn't blame yourself or your perfect boobs. <</dialog>> <<dialog "Emi">>Ehhh~ I was about to feel touched, then you had to ruin it by being a pervert~ <</dialog>> <<dialog "You">>Then I guess I should touch you even more since you don't feel it~ <</dialog>> <<dialog "Emi">>Pfft. You're a jerk. <</dialog>> <div class="button-row"> <<regButton "emi-k1-gropea" "Repeat">><</regButton>> <<regButton "emi-k1-kiss" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-k1-kiss]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">>
<div class="bg karaoke"></div> <div class="content-panel"> <<dialog "You">>Kiss me. <</dialog>> <<dialog "Emi">>Come here~ <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi-k1/emi-k1-kiss'+random(1,3)+'.mp4">'>> </video> <div class="button-row"> <<regButton "emi-k1-kiss" "Repeat">><</regButton>> <<regButton "emi-k1-ear" "She needs to tell you something">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-k1-ear]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">>
<div class="bg karaoke"></div> <div class="content-panel"> <<dialog "Emi">>Um... $player.name... I need to tell you something. <</dialog>> <<dialog "You">>What is it? <</dialog>> <<dialog "Emi">>It's embarassing so let me whisper it to your ear. <</dialog>> <<dialog "You">>Haha. Sure! <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi-k1/emi-k1-ear'+random(1,2)+'.mp4" >'>> </video> <<dialog "You">>Ohhhh~ Th-that surprised me~ <</dialog>> <<dialog "Emi">>Mmm~ <i>*slurp*</i> <</dialog>> <div class="button-row"> <<regButton "emi-k1-ear" "Repeat">><</regButton>> <<regButton "emi-k1-undress" "Undress her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-k1-undress]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">>
<div class="bg karaoke"></div> <div class="content-panel"> <<dialog "You">>Since you're getting bold, let me take your blouse off. <</dialog>> <<dialog "Emi">>Go ahead~ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/emi/emi-k1/emi-k1-undress.mp4" type="video/mp4"> </video> <<dialog "You">>Ohhh? No bra. We're you trying to seduce me? <</dialog>> <<dialog "Emi">>N-no! I was already changing when you called me. Besides! You've been groping me for a while now and you just noticed? <</dialog>> <div class="button-row"> <<regButton "emi-k1-gropeb" "Grope her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-k1-gropeb]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">>
<div class="bg karaoke"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi-k1/emi-k1-gropeb'+random(1,2)+'.mp4">'>> </video> <<dialog "Emi">>Ahh~ Back to my boobs <</dialog>> <<dialog "You">>They really are amazing. Ever thought of being a nude model? <</dialog>> <<dialog "Emi">>A-are you crazy!? <</dialog>> <<dialog "You">>What? I think your body is amazing. Besides, there's no shame in tasteful nudes. <</dialog>> <<dialog "Emi">>W-well... <</dialog>> <<dialog "You">>You don't have to. It was just a suggestion. <</dialog>> <<dialog "Emi">>Umm... Do you really think I have what it takes? <</dialog>> <<dialog "You">>I'd pay top dollar to see you naked. <</dialog>> <<dialog "Emi">>Hmph... Pervert... <i>*blushes*</i> <</dialog>> <div class="button-row"> <<regButton "emi-k1-gropeb" "Repeat">><</regButton>> <<regButton "emi-k1-sq" "Squeeze">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-k1-sq]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">>
<div class="bg karaoke"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi-k1/emi-k1-sq'+random(1,2)+'.mp4">'>> </video> <<dialog "Emi">>Mhmm~ G-geez~ Take it easy... <</dialog>> <<dialog "You">>These are the most effective stressballs in the world... And there's 2 of them! <</dialog>> <<dialog "Emi">>That is so insulting... <</dialog>> <<dialog "You">>What? You know I meant it as a compliment. <</dialog>> <<dialog "Emi">>Haha. I know~ But to be compared to a stressball is a bit... <</dialog>> <<dialog "You">>I just meant you're relieving my stress so well. <</dialog>> <<dialog "Emi">>Sure, bud. <</dialog>> <div class="button-row"> <<regButton "emi-k1-sq2" "Keep Squeezing">><</regButton>> <<regButton "emi-k1-face1" "Bury your face in her breasts">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-k1-sq2]][[emi-k1-face1]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">>
<div class="bg karaoke"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi-k1/emi-k1-sq'+random(1,4)+'.mp4">'>> </video> <<dialog "Emi">>Mmmn~ <</dialog>> <<dialog "You">>So soft~ <</dialog>> <div class="button-row"> <<regButton "emi-k1-sq2" "Keep Squeezing">><</regButton>> <<regButton "emi-k1-face1" "Bury your face in her breasts">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-k1-face1]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">>
<div class="bg karaoke"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi-k1/emi-k1-face'+random(3,4)+'.mp4">'>> </video> <<dialog "You">>If I drowned in these tits, I'd die happy~ <</dialog>> <<dialog "Emi">>Reeeeally? Then maybe we should stop so you don't die. I still need you to protect me~ <</dialog>> <<dialog "You">>Nah, I'd be even more threatening when I die! I'd be a ghost! If I can't scare them that way, then they have no fear even if I was still alive. <</dialog>> <<dialog "Emi">>S-stooop. <</dialog>> <div class="button-row"> <<regButton "emi-k1-face1" "Repeat">><</regButton>> <<regButton "emi-k1-face2" "Make her do it">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-k1-face2]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">>
<div class="bg karaoke"></div> <div class="content-panel"> <<dialog "You">>You do it for me. <</dialog>> <<dialog "Emi">>Did your hands finally get tired? <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi-k1/emi-k1-face'+random(1,2)+'.mp4">'>> </video> <<dialog "You">>This is great~ <</dialog>> <div class="button-row"> <<regButton "emi-k1-face2" "Repeat">><</regButton>> <<regButton "emi-k1-lick" "Suck on her nipples">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-k1-lick]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">>
<div class="bg karaoke"></div> <div class="content-panel"> <<dialog "You">>Let me suck on them too~ <</dialog>> <<dialog "Emi">>Nooo~ I'm sensitiiive~ <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi-k1/emi-k1-lick'+random(1,2)+'.mp4">'>> </video> <<dialog "You">><i>*sluuurp*</i> <</dialog>> <<dialog "Emi">>Mmmmm~ <</dialog>> <div class="button-row"> <<regButton "emi-k1-lick" "Repeat">><</regButton>> <<regButton "emi-k1-rub" "Go to Third Base">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-k1-rub]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">>
<div class="bg karaoke"></div> <div class="content-panel"> <<dialog "You">>Speaking of sensitive... <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/emi/emi-k1/emi-k1-rub'+random(1,3)+'.mp4">'>> </video> <<dialog "Emi">>Ahhh~ <</dialog>> <div class="button-row"> <<regButton "emi-k1-rub" "Keep going">><</regButton>> <<regButton "emi-k1-end" "Fuck her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-k1-end]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">>
<div class="bg karaoke"></div> <div class="content-panel"> <<dialog "You">>I can't take it anymore. Let's do it. <</dialog>> <<dialog "Emi">>E-eh? Right here? <</dialog>> <<dialog "You">>Yeah. <</dialog>> <<dialog "Emi">>O-okay... <</dialog>> <strong style="font-size: 30px;">*BUUUUUUUUUUUUUUUZZ!!!!!!*</strong> <<dialog "Staff">><i>*Through the speaker*</i> Time's up! Unfortunately, it's too late... We can't extend you anymore. I apologize for the inconvenience! <</dialog>> <<dialog "You">>Dammit! <</dialog>> <<dialog "Emi">>Haha! There's always next time! <</dialog>> <div class="button-row"> <<regButton "emi-biz-end" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[emi-biz-end]] <</if>> <<backend>> <</backend>> <<set $location to "Karaoke">> <<set $hour to 23>> <<set $minute to 55>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>I'll walk you home. <</dialog>> <<dialog "Emi">>No need. I already booked a cab. Looks like it's here! <</dialog>> <<dialog "You">>Okay. See you, Emi! <</dialog>> <<dialog "Emi">>See you! <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Emi's love +3<</glow>></h1> <div class="button-row"> <<regButton "business-area" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<backend>> <</backend>> <<set $location to "Business Area">> <<set $emi.love = ($emi.love + 3)>>
<<if $hour < 17>><<set $profile to "shizu-profile">> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu-teaching.mp4" type="video/mp4"> </video> <<dialog "Shizu">>Good $daystate, class! <</dialog>><<else>><<dialog "You">>Class is over. <</dialog>><<set $profile to "player-profile">><</if>>
<<if $hour < 17 && $dayIndex % 7 < 6 && $dayIndex % 7 > 0>><div class="button-row id-row"> <<imgButton "shiori-class" "img/avatar-buttons/shiori-student-01.png" "avatar-button">> <<imgButton "emi-class" "img/avatar-buttons/emi-student-01.png" "avatar-button">> <<imgButton "haru-class" "img/avatar-buttons/haru-student-01.png" "avatar-button">> <<imgButton "rio-crud" "img/avatar-buttons/rio-student-01.png" "avatar-button">> </div><</if>>
<<if $hour < 17>> <<regButton "study" "Study">> <</regButton>><</if>> <<if $hour < 12>><<regButton "study-break" "Study until Lunch Break">><</regButton>><</if>> <<if $hour < 17>><<regButton "end-class" "Study until end of class">><</regButton>><</if>>
<<if $shizu.quest == 1>> <<if $shizu.q1== 0>> <<goto "shizu1-1a">> <<elseif $shizu.q1== 1>> <<goto "shizu1-1b">> <<elseif $shizu.q1== 2>> <<goto "shizu1-1c">> <<elseif $shizu.q1== 3>> <<goto "shizu1-1d">> <<elseif $shizu.q1== 4>> <<if $player.rank > 85>> <<goto "shizu1-1e">> <<else>> <<goto "shizu1-1f">> <</if>> <<else>> <<goto "shizu1-chat">> <</if>> <<set $profile = "shizu-profile">> [[shizu1-1a]][[shizu1-1b]][[shizu1-1c]][[shizu1-1d]][[shizu1-1e]][[shizu1-1f]] <<set $hidenav to 1>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-2.mp4" type="video/mp4"> </video> <<dialog "Shizu">>Sawada. Can we talk for a bit? <</dialog>> <<dialog "You">>Of course, Miss Noguchi. <</dialog>> <div class="button-row"> <<regButton "shizu1-2a" "Continue">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-2b]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-1.mp4" type="video/mp4"> </video> <<dialog "Shizu">>I'll tell you about another student. Kishi Hono. <</dialog>> <img src="img/enemies/ranker8.png" style="max-width: 40%; border-radius: 10px; outline: 2px solid white;"> <<dialog "You">>... Alright. You have my attention. <</dialog>> <<dialog "Shizu">>He's always been huge. He's naturally athletic too. He was the Power Forward for the Aoba Basketball Team. <</dialog>> <<dialog "You">>Let me guess. He fought and ruined his basketball career. <</dialog>> <<dialog "Shizu">>Yes. He had a naturally mean look. His buzz cut and bright yellow hair didn't help, so he got into a lot of fights at school. Of course, it's all self-defense! <</dialog>> <<dialog "You">>So he fought even before joining the Combat Rankings. <</dialog>> <<dialog "Shizu">>W-well... The Combat Ranking exists for the top fighter of the school. It's how he turned the entire school into his personal guard. <</dialog>> <<dialog "You">>How so? <</dialog>> <<dialog "Shizu">>The higher your rank is. The less challenges you get. You can't skip to challenging the Rank 1 after all. If a non-ranker challenges a ranker, all the members of the Combat Rankings will attack since they see it as a disrespect to the rank they worked hard on. <</dialog>> <<dialog "You">>So this Kishi dude joined the Combat Rankings so that he doesn't get attacked in a daily basis? Isn't that a good thing? <</dialog>> <<dialog "Shizu">>Yeah. However, after he joined. He started getting violent. Even at basketball practice. He started getting more fouls. He was confronted about it... then the incident happened. <</dialog>> <<dialog "You">>What happened? <</dialog>> <<dialog "Shizu">>He almost crippled the entire Basketball Team. Aoba did not participate in the regionals that year. Kishi's dad is a shareholder of the school, so he wasn't punished. I don't want you to turn into something like that. <</dialog>> <<dialog "You">>Miss Shizu. Let me tell you something I learned as a child. Violence is a tool. Like every other tool, one must know how to properly use it. I assure you. I am capable of wielding my violence as if it's breathing. I can take care of it. <</dialog>> <<dialog "Shizu">>B-but... <</dialog>> <<dialog "You">>I'll see you tomorrow. Miss Shizu. <</dialog>> <div class="button-row"> <<regButton "school" "Leave">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<set $shizu.q1 = 2>> <<set $minute = 45>> <<if false>> /* connected passages */ [[shizu1-2a]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-1.mp4" type="video/mp4"> </video> <<dialog "Shizu">>Your grades have improved ever since you started... uhh... dating? Miss Haru. <</dialog>> <<dialog "You">>Haha! No, ma'am, we aren't dating. We haven't talked about that, but we are indeed studying together. <</dialog>> <<dialog "Shizu">>Oh. Excuse me. <</dialog>> <<dialog "You">>It's alright, Miss Noguchi. But why are you bringing it up? <</dialog>> <<dialog "Shizu">>Well, I also noticed that you... You've been fighting in the Combat Rankings. <</dialog>> <<dialog "You">>You know about the Combat Rankings? <</dialog>> <<dialog "Shizu">>I do, and I think you should stop. You have a bright future ahead of you! You can actually learn and get good grades if you tried. <</dialog>> <<dialog "You">>L-look... Miss Noguchi. <</dialog>> <<dialog "Shizu">>Don't aspire to be like them! Akagi Toyo, one of the top 4... <</dialog>> <img src="img/enemies/ranker7.png" style="max-width: 40%; border-radius: 10px; outline: 2px solid white;"> <<dialog "Shizu">>...was the unbreakable Libero of the Aoba Volleyball team, but then he joined the Combat Rankings... <</dialog>> <<dialog "You">>What happened to him? <</dialog>> <<dialog "Shizu">>He was supposed to have an athletic scholarship for when he goes to college, but then he was caught fighting... His scholarship was retracted, and his future is ruined. I don't want you to end up like that. <</dialog>> <<dialog "You">>Oh. Pfft. I thought he died or something. Don't worry about me. I'll take my leave now. <</dialog>> <<dialog "Shizu">>W-wait! <</dialog>> <div class="button-row"> <<regButton "school" "Leave">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<set $shizu.q1 = 1>> <<set $minute = 45>> <<if false>> /* connected passages */ <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-2.mp4" type="video/mp4"> </video> <<dialog "Shizu">>Sawada. Can we talk again for a bit? <</dialog>> <<dialog "You">><i>*sigh*</i> Of course. <</dialog>> <div class="button-row"> <<regButton "shizu1-2b" "Continue">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-2b]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-2.mp4" type="video/mp4"> </video> <<dialog "Shizu">>Sawada... <</dialog>> <<dialog "You">><i>*sigh*</i> Yes, Miss Shizu. <</dialog>> <<dialog "Shizu">>Y-you're already being corrupted! You stopped calling me Miss Noguchi! <</dialog>> <<dialog "You">>It's because you keep bugging me!! <i>*sigh*</i> Fine. Who are we talking about this time? <</dialog>> <div class="button-row"> <<regButton "shizu1-2c" "Continue">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-2c]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-2.mp4" type="video/mp4"> </video> <<dialog "Shizu">><i>*Smiling brightly*</i> <</dialog>> <<dialog "You">><i>*sigh*</i> Shizu-chan~ <</dialog>> <<dialog "Shizu">>Ch-chan!? Y-youu! <</dialog>> <<dialog "You">>Let's just get on with it. <</dialog>> <div class="button-row"> <<regButton "shizu1-2d" "Continue">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-2d]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-3.mp4" type="video/mp4"> </video> <<dialog "Shizu">>Sawada... <</dialog>> <<dialog "You">>Unfortunately, you've already told me everything you know~ <</dialog>> <<dialog "Shizu">>B-but! <</dialog>> <<dialog "You">>Bye, Shizu-chan~ <</dialog>> <div class="button-row"> <<regButton "classroom" "Continue">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-1.mp4" type="video/mp4"> </video> <<dialog "Shizu">><i>*eherm*</i> I'll talk about the founder of the Combat Rankings. The Black Devil of Aoba, Kuroki Seiya. <</dialog>> <img src="img/enemies/ranker9.png" style="max-width: 40%; border-radius: 10px; outline: 2px solid white;"> <<dialog "You">>Hoh? <</dialog>> <<dialog "Shizu">>That person... It pains me to say this as a teacher, but he's been hopeless since he came to Aoba. <</dialog>> <<dialog "You">>Hmm? <</dialog>> <<dialog "Shizu">>His father, Kuroki Senju, is a... shady... character. <</dialog>> <<dialog "You">><i>Oh? That Kuroki Senju's son is a schoolmate? This Seiya idiot should be calling me young master, then.</i> <</dialog>> <<dialog "Shizu">>Kuroki is a cruel person. He delighted in crushing the spirits of anybody that his eyes could lay upon. He even tormented my adorable student. <</dialog>> <<dialog "You">>So you have a personal vendetta against him. <</dialog>> <<dialog "Shizu">>You can say that. Kuroki is evil incarnate. He's already crippled 12 rankers. <</dialog>> <<dialog "You">>If you're trying to scare me, don't bother. It only makes me want to fight him even more. Fighting the strongest in Aoba could be interesting... <</dialog>> <<dialog "Shizu">>He's not the strongest. <</dialog>> <<dialog "You">>I thought he created the Combat Rankings. <</dialog>> <<dialog "Shizu">>He did. He created it for the strongest student in Aoba... <</dialog>> <<dialog "You">>Who's that? <</dialog>> <<dialog "Shizu">>I'll tell you if you stop fighting~ <</dialog>> <<dialog "You">>I'll see you tomorrow. Miss Shizu. <</dialog>> <<dialog "Shizu">>W-wait! <</dialog>> <div class="button-row"> <<regButton "school" "Leave">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<set $shizu.q1 = 3>> <<set $minute = 45>> <<if false>> /* connected passages */ [[shizu1-2a]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-1.mp4" type="video/mp4"> </video> <<dialog "Shizu">><i>*eherm*</i> I'll talk about the strongest student now. <</dialog>> <<dialog "You">>You caved, huh? <</dialog>> <<dialog "Shizu">>Sh-shut up! <i>*eherm*</i> Sorry... Uhm. The strongest student in Aoba is Sai... Kyogaku Sai. <</dialog>> <img src="img/enemies/ranker10.png" style="max-width: 40%; border-radius: 10px; outline: 2px solid white;"> <<dialog "You">>Sai Kyo- what again? <</dialog>> <<dialog "Shizu">>Kyogaku. <</dialog>> <<dialog "You">>Haven't heard of him. <</dialog>> <<dialog "Shizu">>He doesn't come to class anymore. He often goes out to fight other schools to establish his dominance. He doesn't get suspended because Kuroki is backing him. <</dialog>> <<dialog "You">>You did mention that Kuroki created the Rankings for him. Why would he do that? <</dialog>> <<dialog "Shizu">>Honestly... Sai is my adorable student. He was bullied as a first year... by Kuroki. <</dialog>> <<dialog "You">>The strongest was bullied? <</dialog>> <<dialog "Shizu">>Yep. He came to me for help, but Kuroki's dad is too powerful. <</dialog>> <<dialog "You">><i>Pfft. The Sawada family could destroy the entire Kuroki clan after lunch and still make it home by dinner.</i> <</dialog>> <<dialog "Shizu">>The school officials ignored my petition to suspend Kuroki, so for the time being, I brought Sai to a gym so he could learn to defend himself. <</dialog>> <<dialog "You">>So, that's how he learned how to fight. <</dialog>> <<dialog "Shizu">>He was gifted. Incredibly gifted. But they kept picking on him. It all changed when Kuroki's gang tried to... rape me. <</dialog>> <<dialog "You">>Wh-what!? <</dialog>> <<dialog "Shizu">>They didn't get to! Sai stopped them. They only did it to spite Sai. They beat him up then tried to rape me in front of him. Then it happened. An indescribable rage consumed my adorable student. He turned into a monster. <</dialog>> <<dialog "You">>He crushed those goons. <</dialog>> <<dialog "Shizu">>He rushed to Kuroki, but sadly he was too tired to even pick a fight with him. <</dialog>> <<dialog "You">>Then why did Kuroki create the Combat Rankings for Kyogaku? <</dialog>> <<dialog "Shizu">>Sai defeated 43 students in one night. Kuroki saw his potential and became a fanatic. He's convinced Sai to take over the entire city. <</dialog>> <<dialog "You">>Hohh? We can't have that then~ I'm sorry, teach. I'm going to have to fight him. <</dialog>> <<dialog "Shizu">>Y-you can't! He's too strong for you... <</dialog>> <<dialog "You">>See you tomorrow, Shizu-chan~ <</dialog>> <div class="button-row"> <<regButton "school" "Leave">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<set $shizu.q1 = 4>> <<set $minute = 45>> <<if false>> /* connected passages */ <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-2.mp4" type="video/mp4"> </video> <<dialog "Shizu">>Sawada... <</dialog>> <<dialog "You">><i>*sigh*</i> Shizu-chan, you don't have to worry about me. I'm strong, you know? <</dialog>> <<dialog "Shizu">>I know. You're climbing ranks faster than Kishi Hono did. <</dialog>> <<dialog "You">>See? It's even starting to bore me. So no need to worry about me at all! Bye~ <</dialog>> <div class="button-row"> <<regButton "shizu1-2f" "She stops you">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-2f]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-3.mp4" type="video/mp4"> </video> <<dialog "Shizu">>Wait! If you're getting bored of it, why are you still climbing? <</dialog>> <<dialog "You">>Well. It's because I promised. Yamane Emi is being bullied, you know? Like how you couldn't protect Sai, I can't protect Emi without exerting violence. <</dialog>> <<dialog "Shizu">>But that doesn't require climbing ranks anymore. You're already a ranker. Higher ranked rankers can't pick a fight with you without proper cause, and if weaker rankers mess with Emi-chan, then there's your cause. <</dialog>> <<dialog "You">>I need to raise my rank. If I stay in the 80's, I'd get challengers more often. <</dialog>> <<dialog "Shizu">>But isn't that better for you? Since climbing is boring to you now. Maybe it would be interesting if you got challengers? <</dialog>> <<dialog "You">>Fighting Kyogaku would be more interesting than flies, Shizu-chan~ <</dialog>> <<dialog "Shizu">>U-uhmm... <</dialog>> <<dialog "You">>Welp. Good talk, Shizu-chan~ <</dialog>> <div class="button-row"> <<regButton "shizu1-3f" "She has an idea">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-3f]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-1.mp4" type="video/mp4"> </video> <<dialog "Shizu">>Wait! Hear me out! <</dialog>> <<dialog "You">>Hmm? <</dialog>> <<dialog "Shizu">>What if you hang out with me instead? <</dialog>> <<dialog "You">>You think hanging out with a teacher would be more fun than fighting the strongest? <</dialog>> <<dialog "Shizu">>Well. I am pretty cute. <</dialog>> <<dialog "You">>That you are. <</dialog>> <<dialog "Shizu">>S-so... I bet it would be more interesting to hang out with me than with other boys, no? <</dialog>> <<dialog "You">>Fuck. You make a very compelling argument. <</dialog>> <<dialog "Shizu">>Hey! Don't swear! <</dialog>> <<dialog "You">>Oh, fuck. My bad. <i>Well, she is pretty hot. And she's right, I don't have to climb ranks to protect Emi. I should humor her for a while.</i> <</dialog>> <<dialog "Shizu">>So? What do you say? <</dialog>> <<dialog "You">>Fine, but I'm still going to climb when we're not hanging out. <</dialog>> <div class="button-row"> <<regButton "shizu1-chat" "You hang out">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-chat]] <</if>> <<set $shizu.q1 = 5>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <<print '<source src="vids/shizu/shizu1/shizu1-'+random(1,3)+'.mp4" type="video/mp4">'>> </video> <<dialog "Shizu">><<print either("Some of the teachers don't take me seriously...", "The PE Teacher keeps on staring at my breasts, it's uncomfortable.", "Some students still try to harass me, but Sai's people still protect me from time to time. I'm still terrified, though.", "I joined this school because I believed I could change it. I couldn't even keep one of them on the right path.")>> <</dialog>> <<dialog "You">><<print either("Damn.","That's crazy.","That sucks...","What!?")>> <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<if $shizu.quest >= 2>><<regButton "shizu1-gropex" "Sex">><</regButton>><</if>> <<if $shizu.love >= 5 && $shizu.quest >= 1>><<regButton "shizu1-flirt" "Flirt">><</regButton>><</if>> <<regButton "shizu1-crud" "End">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<set $shizu.love = $shizu.love + 1>> <<if false>> /* connected passages */ [[shizu1-crud]] [[shizu1-flirt]] <</if>> <<set $hidenav to 1>>
<<set $hour = 19>> <<set $minute = 30>> <<goto "school">>
<<backend>><<set $shizu.love = $shizu.love + 1>><</backend>> <div class="bg classroom"></div> <div class="content-panel"> <<dialog "Shizu">>See? Isn't this more fun? <</dialog>> <<dialog "You">>Of course it is. It's like we're on a date. <</dialog>> <<dialog "Shizu">>A d-d-d-d-date?? Geez... It's too early, kid! <</dialog>> <<dialog "You">>So it's going to happen, then? <</dialog>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-flirt.mp4" type="video/mp4"> </video> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<if $shizu.love >= 10>><<regButton "shizu1-grope-check" "You're getting bored">><</regButton>><</if>> <<regButton "shizu1-crud" "End">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-grope-check]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <<print '<source src="vids/shizu/shizu1/shizu1-'+random(1,3)+'.mp4" type="video/mp4">'>> </video> <<dialog "You">><i>*yawn*</i> <</dialog>> <<dialog "Shizu">>A-are you bored? <</dialog>> <<dialog "You">>Kind of. I think I need some exercise. <</dialog>> <<dialog "Shizu">>W-wait! Uhmmm... What else can we do for you to not get bored? <</dialog>> <<dialog "You">>Hmmm... Well... <</dialog>> <<dialog "Shizu">>Well? <</dialog>> <<dialog "You">>Nah... It's inappropriate. <</dialog>> <<dialog "Shizu">>Wh-what? F-fine, tell me what it is. <</dialog>> <<dialog "You">>I've been staring at your chest the whole time. If you let me touch them, I might stay. <</dialog>> <<dialog "Shizu">>Y-you! I'm your teacher! <</dialog>> <<dialog "You">>I know. Which is why I told you it was inappropriate. Don't worry, I didn't expect you to actually let me do it. Which is why I'm leaving. See you tomorrow, Shizu-chan~ <</dialog>> <<dialog "Shizu">>W-wait! <</dialog>> <h1>NOTE: Her response is by chance. The odds for a positive response increases with your relationship. For an 80% chance of a positive response, you'd need at least <<glow>>16 relationship points<</glow>>. If you get a negative response, you lose 1 relationship point. Good luck!</h1> <div class="button-row"> <<if ($shizu.love / 25) * random(25, 100) >= 50>><<regButton "shizu1-grope" "She hesitates...">><</regButton>><<else>><<regButton "shizu-decline-crud" "She hesitates...">><</regButton>><</if>> <<regButton "shizu1-crud" "End">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-grope]][[shizu1-decline]] <</if>>
<<backend>><<set $shizu.love = $shizu.love + 1>><</backend>> <div class="bg classroom"></div> <div class="content-panel"> <<dialog "Shizu">>Fine. Come here. <</dialog>> <<dialog "You">>Seriously? <</dialog>> <<dialog "Shizu">>Seriously. <</dialog>> <<dialog "You">>Awesome. <</dialog>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-grope.mp4" type="video/mp4"> </video> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "You">>They're so soft~ <</dialog>> <<dialog "Shizu">>Mmm... <</dialog>> <h1>NOTE: For an 80% chance of a positive response, you'd need at least <<glow>>24 relationship points<</glow>>. Good luck!</h1> <div class="button-row"> <<if ($shizu.love / 39) * random(25, 100) > 50>><<regButton "shizu1-kiss" "Kiss her">><</regButton>><<else>><<regButton "shizu-decline-crud" "Kiss her">><</regButton>><</if>> <<regButton "shizu1-end" "End">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-kiss]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "Shizu">>I'm sorry. I just can't do it... <</dialog>> <<dialog "You">>I thought so... It's okay, Shizu-sensei. I'll hang out with you again tomorrow~ <</dialog>> <<dialog "Shizu">>... <</dialog>> <h1><<glow "0.4px #7c00ff" "8px #9f44ff" "18">>Relationship -1<</glow>></h1> <div class="button-row"> <<regButton "shizu1-crud" "End">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<set $shizu.love = $shizu.love - 1>> <<if false>> /* connected passages */[[shizu-decline-crud]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <<print '<source src="vids/shizu/shizu1/shizu1-'+random(1,3)+'.mp4" type="video/mp4">'>> </video> <<dialog "Shizu">>Oh! I didn't even notice the time. We should go. <</dialog>> <div class="button-row"> <<regButton "school" "Leave">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<set $hour = 19>> <<set $minute = 30>> <<if false>> /* connected passages */ [[shizu1-crud]] [[shizu1-flirt]] <</if>>
<<backend>><<set $shizu.love = $shizu.love + 1>><</backend>> <div class="bg classroom"></div> <div class="content-panel"> You lean forward for a kiss... <hr> <<dialog "Shizu">>W-wait... <</dialog>> <hr> You kiss her. <hr> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shizu/shizu1/shizu1-kiss'+random(1,2)+'.mp4" type="video/mp4">'>> </video> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <h1>NOTE: For an 80% chance of a positive response, you'd need at least <<glow>>30 relationship points<</glow>>. Good luck!</h1> <div class="button-row"> <<if ($shizu.love / 48) * random(25, 100) > 50>><<regButton "shizu1-undress" "Have Sex">><</regButton>><<else>><<regButton "shizu-decline-crud" "Have Sex">><</regButton>><</if>> <<regButton "shizu1-end" "End">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-undress]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>Take your blouse off. <</dialog>> <<dialog "Shizu">>O-okay... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/shizu/shizu1/shizu1-flash.mp4" type="video/mp4"> </video> <<dialog "You">>You're huge~ <</dialog>> <<dialog "Shizu">>I-it's embarrassing... <</dialog>> <div class="button-row"> <<regButton "shizu1-tits" "Fondle her boobs">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-tits]][[shizu1-gropex]] <</if>>
<<goto "shizu1-decline">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shizu/shizu1/shizu1-tits'+random(1,3)+'.mp4" type="video/mp4">'>> </video> <<dialog "You">>So soft~ <</dialog>> <<dialog "Shizu">>N-not too rough~ <</dialog>> <div class="button-row"> <<regButton "shizu1-tits" "Keep squeezing">><</regButton>> <<regButton "shizu1-face" "Bury your face in her boob">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-face]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shizu/shizu1/shizu1-face1.mp4" type="video/mp4"> </video> <<dialog "You">>Mmmphh~ <</dialog>> <<dialog "Shizu">>C-can you even breathe? <</dialog>> <div class="button-row"> <<regButton "shizu1-hj" "Handjob">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-hj]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop muted> <source src="vids/shizu/shizu1/shizu1-grope.mp4" type="video/mp4"> </video> <<dialog "You">>They're so soft~ <</dialog>> <<dialog "Shizu">>Mmm... <</dialog>> <div class="button-row"> <<regButton "shizu1-kissx" "Kiss">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-kissx]] <</if>> <<set $hidenav to 1>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shizu/shizu1/shizu1-kiss'+random(1,2)+'.mp4" type="video/mp4">'>> </video> <<dialog "Shizu">>Your lips are so sweet. <</dialog>> <div class="button-row"> <<regButton "shizu1-kissx" "Keep kissing">><</regButton>> <<regButton "shizu1-undress" "Undress her">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-undress]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shizu/shizu1/shizu1-hj'+random(1,3)+'.mp4" type="video/mp4">'>> </video> <<dialog "You">>Ahh~ Your hands are so soft too~ <</dialog>> <<dialog "Shizu">>Y-you're so hard... <</dialog>> <div class="button-row"> <<regButton "shizu1-hj" "Keep stroking">><</regButton>> <<regButton "shizu1-lick" "Make her lick it">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-lick]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>Lick it. <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shizu/shizu1/shizu1-lick'+random(1,2)+'.mp4" type="video/mp4">'>> </video> <<dialog "You">>Ahh~ That feels great, Shizu-chan~ <</dialog>> <<dialog "Shizu">><i>*lick*</i> <</dialog>> <div class="button-row"> <<regButton "shizu1-lick" "Keep licking">><</regButton>> <<regButton "shizu1-bj" "Blowjob">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-bj]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shizu/shizu1/shizu1-bj'+random(1,2)+'.mp4" type="video/mp4">'>> </video> <<dialog "You">>Ahh~ That's it~ Your mouth is so warm. <</dialog>> <<dialog "Shizu">>Doesh ith feew gooth? <</dialog>> <div class="button-row"> <<regButton "shizu1-bj" "Keep sucking">><</regButton>> <<regButton "shizu1-deep" "Intensify">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-deep]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shizu/shizu1/shizu1-deep'+random(1,2)+'.mp4" type="video/mp4">'>> </video> <<dialog "You">>Keep going, Shizu~ <</dialog>> <<dialog "Shizu">><i>*gkkk gwkkk gkkk hgkk*</i> <</dialog>> <div class="button-row"> <<regButton "shizu1-deep" "Keep sucking">><</regButton>> <<regButton "shizu1-titjob" "Make her use her tits">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-titjob]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shizu/shizu1/shizu1-tj'+random(1,2)+'.mp4" type="video/mp4">'>> </video> <<dialog "You">>Your boobs are perfectly sandwiching my dick. <</dialog>> <<dialog "Shizu">>Mmm~ I've always known I have amazing boobs~ <</dialog>> <div class="button-row"> <<regButton "shizu1-titjob" "Keep going">><</regButton>> <<regButton "shizu1-pussy" "Spread her legs">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-pussy]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>Sit on top of the desk and spread your legs. <</dialog>> <<dialog "Shizu">>N-nooo! It's embarassing~ <</dialog>> <<dialog "You">>Just do it, Shizu-chan~ <</dialog>> <hr> You lift her to the desk and spread her legs. <hr> <video controls width="640" height="360" autoplay loop> <source src="vids/shizu/shizu1/shizu1-pussy.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "shizu1-cun" "Lick her pussy">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-cun]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shizu/shizu1/shizu1-cun'+random(1,3)+'.mp4" type="video/mp4">'>> </video> <<dialog "You">><i>*slurp*</i> Your pussy <i>*slurp*</i> is sweet~ <i>*slurp*</i> <</dialog>> <<dialog "Shizu">>Ahhhh~ It feels gooood~ <</dialog>> <div class="button-row"> <<regButton "shizu1-cun" "Keep licking">><</regButton>> <<regButton "shizu1-mis" "Fuck her">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-mis]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shizu/shizu1/shizu1-mis'+random(1,3)+'.mp4" type="video/mp4">'>> </video> <<dialog "Shizu">>Mmmm~ I can't believe you're fucking me~ This is so wrong~ <</dialog>> <<dialog "You">>But does it feel good? <</dialog>> <<dialog "Shizu">>Ahh~ It feels goood~ <</dialog>> <div class="button-row"> <<regButton "shizu1-mis" "Repeat">><</regButton>> <<regButton "shizu1-cow" "Cowgirl">><</regButton>> <<regButton "shizu1-dog" "Doggy">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-cow]][[shizu1-dog]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shizu/shizu1/shizu1-cow-a'+random(1,3)+'.mp4" type="video/mp4">'>> </video> <<dialog "You">>That's it. Up and down~ <</dialog>> <<dialog "Shizu">>Ahh~ I'll show you~ That this is~ Way better than~ Fightiiiiiing~ <</dialog>> <div class="button-row"> <<regButton "shizu1-cow" "Repeat">><</regButton>> <<regButton "shizu1-cow2" "Harder">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-cow2]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shizu/shizu1/shizu1-dog'+random(1,3)+'.mp4" type="video/mp4">'>> </video> <<dialog "Shizu">>Ahhhh~ It's so much deeper~ <</dialog>> <<dialog "You">>Your pussy is so tight! <</dialog>> <div class="button-row"> <<regButton "shizu1-dog" "Repeat">><</regButton>> <<regButton "shizu1-mis" "Missionary">><</regButton>> <<regButton "shizu1-cow" "Cowgirl">><</regButton>> <<regButton "shizu1-cum" "I'm close">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-cum]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>That's it, keep bouncing~ <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shizu/shizu1/shizu1-cow-b'+random(1,3)+'.mp4" type="video/mp4">'>> </video> <<dialog "Shizu">>Ahhhh~ I can't~ Stop~ <</dialog>> <div class="button-row"> <<regButton "shizu1-cow2" "Repeat">><</regButton>> <<regButton "shizu1-mis" "Missionary">><</regButton>> <<regButton "shizu1-dog" "Doggy">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-cow2]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>I'm about to cum~ <</dialog>> <<dialog "Shizu">>Y-you can cum inside... I'm on birth control... <</dialog>> <<dialog "You">>You're amazing~ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/shizu/shizu1/shizu1-cum.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "shizu1-creampie" "Her pussy is filled">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-creampie]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shizu/shizu1/shizu1-creampie.mp4" type="video/mp4"> </video> <<dialog "You">>Your pussy is awesome~ <</dialog>> <<dialog "Shizu">>Ahh~ You really filled me up~ <</dialog>> <div class="button-row"> <<regButton "shizu1-endsex" "End">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<if false>> /* connected passages */ [[shizu1-endsex]] <</if>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shizu/shizu1/shizu1-end.mp4" type="video/mp4"> </video> <<dialog "Shizu">>I can't believe I just did that... <</dialog>> <<dialog "You">>That was great~ <</dialog>> <<dialog "Shizu">>Listen. Nobody can know about this, alright? <</dialog>> <<dialog "You">>Of course! <</dialog>> <<dialog "Shizu">>Not bored anymore huh? <</dialog>> <<dialog "You">>My favorite kind of exercise. <</dialog>> <<dialog "Shizu">>Crap. I hear the janitor coming. Let's leave! You go ahead first so it's not suspicious. I'll see you in class, okay? <</dialog>> <<dialog "You">>Take care, okay? <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>></h1> <div class="button-row"> <<regButton "shizu1-crud" "Leave">><</regButton>> </div> </div> <<set $profile to "shizu-profile">> <<set $shizu.quest = Math.max($shizu.quest, 2)>> <<if false>> /* connected passages */ <</if>> <<set $shizu.love = $shizu.love + 3>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "You">>Mnn. Wh-wha? <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku4/miku4-1.mp4" type="video/mp4"> </video> <<dialog "You">>J-jesus! <</dialog>> <<dialog "Miku">>Shhh. Relax. <</dialog>> <<dialog "You">>Holy shit. Th-that scared me. <</dialog>> <div class="button-row"> <<regButton "miku4-hj" "Handjob">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku4-hj]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/miku4/miku4-hj'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Ahh~ This is a pleasant surprise. <</dialog>> <<dialog "Miku">>I know you've been watching me... You've done a lot, so I'm giving you a reward. <</dialog>> <<dialog "You">>Ohh? Are you sure it's not because you're not satisfied with that thin brush anymore? <</dialog>> <<dialog "Miku">><i>Urkk... *blushes*</i> <</dialog>> <div class="button-row"> <<regButton "miku4-hj" "Keep stroking">><</regButton>> <<regButton "miku4-bj" "Blowjob">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku4-bj]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "Miku">>Nom~ <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/miku4/miku4-bj'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Ahh~ Your mouth is so warm~ <</dialog>> <<dialog "Miku">><i>*Ggkk*</i> You tashte goohd~ <i>*Slurp*</i> <</dialog>> <div class="button-row"> <<regButton "miku4-bj" "Keep sucking">><</regButton>> <<regButton "miku4-grind" "She grinds on you">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku4-grind]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku4/miku4-grind1.mp4" type="video/mp4"> </video> <<dialog "Miku">>Mmm~ Should I put it in? <</dialog>> <<dialog "You">>Ahh~ I can't take it anymore~ <</dialog>> <div class="button-row"> <<regButton "miku4-cowa" "Continue">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku4-cowa]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "Miku">>Ahh~ <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/miku4/miku4-cowa'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Miku">>It's in~ <</dialog>> <<dialog "You">>Finally~ <</dialog>> <div class="button-row"> <<regButton "miku4-cowa" "Repeat">><</regButton>> <<regButton "miku4-undress" "Undress">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku4-undress]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "You">>Take your shirt off~ <</dialog>> <<dialog "Miku">>Sure~ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku4/miku4-undress.mp4" type="video/mp4"> </video> <<dialog "You">>They're much better up close~ <</dialog>> <<dialog "Miku">>So you were peeping. How naughty~ <</dialog>> <div class="button-row"> <<regButton "miku4-grope" "Grope her">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku4-grope]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "You">>They're soft too. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku4/miku4-grope.mp4" type="video/mp4"> </video> <<dialog "Miku">>I hate it when I get stared at because of my boobs, but I don't mind it with you~ <</dialog>> <div class="button-row"> <<regButton "miku4-kiss" "Kiss her">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku4-kiss]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "Miku">>I... I think I'm catching feelings for you... <</dialog>> <<dialog "You">>You just think so? Come here. I'll make it clear. <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/miku4/miku4-kissa'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Miku">>Mm~ <</dialog>> <div class="button-row"> <<regButton "miku4-kiss" "Keep kissing">><</regButton>> <<regButton "miku4-cowb" "Fuck her">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku4-cowb]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "You">>Ride me. <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/miku4/miku4-cowb'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Miku">>Ahh~ Ahhh~ I've been thinking about this every night~ It feels way better than my hands~ <</dialog>> <div class="button-row"> <<regButton "miku4-cowb" "Keep riding">><</regButton>> <<regButton "miku4-mis" "Missionary">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku4-mis]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/miku4/miku4-mis'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "Miku">>Ahh~ Make me yours~ <</dialog>> <div class="button-row"> <<regButton "miku4-mis" "Keep fucking">><</regButton>> <<regButton "miku4-cowb" "Cowgirl">><</regButton>> <<regButton "miku4-cum" "Cum">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku4-cum]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "You">>I'm cumming~ <</dialog>> <<dialog "Miku">>N-not inside! Cum on my boobs! <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku4/miku4-cum.mp4" type="video/mp4"> </video> <<dialog "You">>Ahh~ That felt amazing, Miku. <</dialog>> <<dialog "Miku">>It was amazing for me too. <</dialog>> <div class="button-row"> <<regButton "miku4-end" "End">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku4-end]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/miku4/miku4-end'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Miku">>Ahh~ Your cum is so sticky, hehe. <</dialog>> <div class="button-row"> <<regButton "miku4-sleep" "Sleep">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku4-sleep]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "Miku">>I'm tired... Will you sleep with me? <</dialog>> <<dialog "You">>Of course. Let's cuddle. Good night, Miku. <</dialog>> <<dialog "Miku">>Good night. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku4/miku4-sleep.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "miku-ohayo" "Wake Up">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $miku.quest = 5>> <<if false>> /* connected passages */ [[miku-ohayo]] <</if>>
<<include "sleep-crud">> <div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-ohayo.mp4" type="video/mp4"> </video> <<dialog "You">>Good morning, Miku. <</dialog>> <<dialog "Miku">>Good morning~ <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>></h1> <<regButton "miku-room" "Continue">><</regButton>> </div> <<if false>> /* connected passages */ <</if>> <<set $miku.love = $miku.love + 3>> <<set $location to "Miku's Room">> <<set $profile to "miku-profile">>
<<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-sleepover.mp4" type="video/mp4"> </video> <<dialog "Miku">>Ahh~ Home. You coming in? <</dialog>> <<dialog "You">>Of course. Let's eat then go to bed. <</dialog>> <<dialog "Miku">>Okay~ <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "miku5-wake0" "Sleep together">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<set $miku.love = $miku.love + 1>> <<set $minute = 45>> <<if false>> /* connected passages */ [[miku-room]][[miku5-wake0]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-wake/miku-wake0.mp4" type="video/mp4"> </video> <<dialog "Miku">><<print either("I have crumbs all over my face.", "This junk food is making me fat.", "Oh crap. I ate all of the cookies.", "I'm starting to look like a crazy person because of all the energy drink I drink.")>> <</dialog>> <<dialog "You">>Really? I didn't even notice. I'm just staring at you because you look so pretty. <</dialog>> <<dialog "Miku">><i>*Blushes*</i> You need to pay attention to me more, you know? <</dialog>> <<dialog "You">>There really is no right answer haha <</dialog>> <<dialog "Miku">>You're lucky I like you~ <</dialog>> <div class="button-row"> <<regButton "miku5-wake1" "Sleep">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake1]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "Miku">>Hurry uuup! I'm so sleepy~ <</dialog>> <<dialog "You">>I'm coming. I'm coming. I just turned off the lights. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-wake/miku-wake1.mp4" type="video/mp4"> </video> <<dialog "Miku">>Come here and snuggle with me. I'm afraid of the dark. <</dialog>> <<dialog "You">>Should I turn a lamp on? <</dialog>> <<dialog "Miku">>Nooo~ Sleeping in the dark is much more comfortable. <</dialog>> <<dialog "You">>I thought you were scared? <</dialog>> <<dialog "Miku">>I have my knight in shining armor under the blankets with me. I feel pretty safe~ <</dialog>> <div class="button-row"> <<regButton "miku5-wake2" "Wake Up">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake2]] <</if>>
<<include "sleep-crud">> <div class="bg miku-room"></div> <div class="content-panel"> Miku's alarm rings. <hr> <<dialog "Miku">>$player.name... Wake up. <</dialog>> <<dialog "You">>Mmmm. Five more minutes... zzzzz <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-wake/miku-wake2.mp4" type="video/mp4"> </video> <<dialog "Miku">>You'll be late! <</dialog>> <div class="button-row"> <<regButton "miku5-wake3" "Snooze">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake3]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "Miku">>Heyy... Wake up. You'll be late. <</dialog>> <<dialog "You">>Zzzz... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-wake/miku-wake3.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "miku5-wake-kiss" "She kisses you">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake-kiss]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "Miku">>Heyy. <</dialog>> <<dialog "You">>Zzzz... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-wake/miku-wake-kiss1.mp4" type="video/mp4"> </video> <<dialog "Miku">>Heyy. <</dialog>> <<dialog "You">>Mmm... <</dialog>> <div class="button-row"> <<regButton "miku5-wake-rub" "She rubs your crotch">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake-rub]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "You">>Hmmm? I'm up~ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-wake/miku-wake-rub1.mp4" type="video/mp4"> </video> <<dialog "Miku">>You both are~ <</dialog>> <<dialog "You">>Th-that's normal for guys! <</dialog>> <<dialog "Miku">>Ohh? Maybe I should help you out then. <</dialog>> <div class="button-row"> <<regButton "miku5-wake-hj" "Handjob">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake-hj]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/miku-wake/miku-wake-bj'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "Miku">>Mmph~ <i>*slurp*</i> <</dialog>> <<dialog "You">>Ahh~ That feels good, Miku. <</dialog>> <div class="button-row"> <<regButton "miku5-wake-bj" "Keep sucking">><</regButton>> <<regButton "miku5-wake-cun" "Cunnilingus">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake-cun]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "Miku">>Ahh~ I'm getting horny too. <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/miku-wake/miku-wake-cuna'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>A blowjob AND breakfast in bed. You're the best~ <</dialog>> <<dialog "Miku">>Ahhh~ K-keep licking~ <</dialog>> <div class="button-row"> <<regButton "miku5-wake-cun" "Keep licking">><</regButton>> <<regButton "miku5-wake-undress" "She takes her shirt off">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake-undress]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "Miku">>You're really hard~ <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/miku-wake/miku-wake-hj'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>That's because I was dreaming about you~ <</dialog>> <<dialog "Miku">>Pfft <</dialog>> <div class="button-row"> <<regButton "miku5-wake-hj" "Keep going">><</regButton>> <<regButton "miku5-wake-bj" "Blowjob">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake-bj]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "You">>Take your shirt off. <</dialog>> <video controls width="640" height="360" autoplay> <source src="vids/miku/miku-wake/miku-wake-cunb1.mp4" type="video/mp4"> </video> <<dialog "You">>Your body is... like... it's perfect. <</dialog>> <<dialog "Miku">>Mmmmn~ Keep licking~ <</dialog>> <video controls width="640" height="360" autoplay loop muted> <source src="vids/miku/miku-wake/miku-wake-cunb2.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "miku5-wake-panty" "She takes her underwear off">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake-panty]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "Miku">>Let's do it. <</dialog>> <<dialog "You">>Fuck yeah. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-wake/miku-wake-panty1.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "miku5-wake-cow1" "Cowgirl">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake-cow1]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/miku-wake/miku-wake-cow'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Miku">>Ahh~ You're so hard~ <</dialog>> <<dialog "You">>O-ohh shit... <</dialog>> <div class="button-row"> <<regButton "miku5-wake-cow1" "Keep fucking">><</regButton>> <<regButton "miku5-wake-kiss2" "She kisses you">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake-kiss2]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-wake/miku-wake-cowkiss.mp4" type="video/mp4"> </video> <<dialog "Miku">>Mm~ You taste good too~ <</dialog>> <<dialog "You">>Ah fuck... I came. <</dialog>> <<dialog "Miku">>Already?? <</dialog>> <<dialog "You">>I-it's because it's early and I had morning wood. It's a guy thing, I swear! <</dialog>> <<dialog "Miku">>Let's do it again. <</dialog>> <div class="button-row"> <<regButton "miku5-wake-end1" "Your alarm rings again">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake-end1]] <</if>> <<set $hour = 8>> <<set $minute = 30>>
<div class="bg miku-room"></div> <div class="content-panel"> <strong style="font-size: 30px;">*BUUUUUUUUUUUUUUUZZ!!!!!!*</strong> <<dialog "You">>Oh shit! What time is it!? I have an exam today!! <</dialog>> <<dialog "Miku">>Wh-what? But I didn't cum yet!!! <</dialog>> <<dialog "You">>I'm sorry, Miku. I really have to go to class. I'll make it up to you, okay? <</dialog>> <<dialog "Miku">>Please? Just one more... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-wake/miku-wake-onemore.mp4" type="video/mp4"> </video> <<dialog "You">>I'm sorry... <</dialog>> <div class="button-row"> <<regButton "miku5-wake-end2" "She sulks">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake-end2]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "Miku">>Hmph. I won't forgive you. <</dialog>> <<dialog "You">>Wh-what? <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-wake/miku-wake-end.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "miku5-wake-end3" "Continue">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku5-wake-end3]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "Miku">>I'm kidding. You better make up for this, okay? <</dialog>> <<dialog "You">>Of course! If I didn't have exams, I'd ditch school entirely. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/miku-wake/miku-wake-end2.mp4" type="video/mp4"> </video> <<dialog "Miku">>Just go to class already! <</dialog>> <<dialog "You">>I'll see you later, okay? <</dialog>> <div class="button-row"> <<regButton "classroom" "Go to class">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ <</if>>
<<backend>><<set $relper = Math.ceil(($akane.love/$akane.maxlove) * 100)>><</backend>> <h1 style="font-weight: 500;"><<glow "0.5px #FF1760" "8px #BE003B" 24 "pink">>Character Profile<</glow>></h1> <img src="img/avatars/akane-01.png" style="max-width: 80%;"> <h1 style="font-size: 20px;"><<glow "0.5px springgreen" "8px teal" 20 "lightgreen">>Yoshioka Akane<</glow>></h1><<if $akane.love > $akane.maxlove>><<set $akane.love to $akane.maxlove>><</if>> <h1><<glow "0.65px magenta" "10px red">>Relationship: <</glow>><<bar $relper "Love">><</bar>><<glow "0.65px magenta" "10px red" "16">><<print $akane.love+" / "+$akane.maxlove>><</glow>><h1> <div style="text-align: left; line-height:1.1;"> <h1><<glow "0.5px yellow" "8px orange">>Guide<</glow>> 1. Meet her at the hospital. <<if $hospintro == "hosp-lobby">>2. Staying up too late five times in a row could get you sick. If you're sick, you can only replenish half of your energy when you sleep.<</if>> <<if $sick >= 5 || $akane.quest > 1>>3. Get checked by Akane.<</if>> <<if $akane.quest > 1>>4. That was hot. See her again tomorrow.<</if>> <<if $akane.quest > 2>>5. You had sex. Visit again tomorrow. 6. That's it for this version.<</if>> </h1> </div>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/office.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>What can I do for you? <</dialog>> <div class="button-row"> <<if ($sick >= 5 || $akane.quest > 2) && $akane.checktoday == 0>><<regButton "check-up-crud" "Get a Check Up">><</regButton>><</if>> <<regButton "hosp-lobby" "Nevermind">><</regButton>> </div> </div> <<set $profile to "akane-profile">> <<if false>> /* connected passages */ [[check-up-crud]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "You">>Umm... Do I really have to be naked for this? <</dialog>> <<dialog "Akane" "student">>Hm? Have you never had a physical? <</dialog>> <<dialog "You">>W-well... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/check-up.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>Hmm. It looks like you're sleep deprived. <</dialog>> <<dialog "You">>But I sleep before 12 midnight. I know that's still late, but other kids have way crazier sleep schedules than this. <</dialog>> <<dialog "Akane" "student">>But you're not an ordinary person. You get injured a lot and it seems like you've been in a lot of stress lately. <</dialog>> <<dialog "You">>Well... I did cause my dad a problem back at home and I guess it's been weighing on me. <</dialog>> <<dialog "Akane" "student">>Is that why you transferred to Aoba? <</dialog>> <<dialog "You">>Yeah. <</dialog>> <<dialog "Akane" "student">>I see. I'm not a psychologist, but I do have a remedy for your problem. Although, it's not very professional. Would you like me to give you this treatment? <</dialog>> <<dialog "You">>Sure. I trust you. <</dialog>> <<dialog "Akane" "student">>W-wow... You're not scared at all. <</dialog>> <<dialog "You">>You know my dad. I'm like him. We have no fear. So, do what you have to do, doctor. You're the expert. <</dialog>> <<dialog "Akane" "student">>You've never changed. <</dialog>> <div class="button-row"> <<regButton "akane1-glove" "She gloves up">><</regButton>> </div> </div> <<set $profile to "akane-profile">> <<if false>> /* connected passages */ [[akane1-glove]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane1/glove.mp4" type="video/mp4"> </video> <<dialog "You">>Wait, we've already met? <</dialog>> <<dialog "Akane" "student">>You probably don't remember it, but I was a scholar that your mom supported through medical school. Because of her, I was able to get a bachelor's degree when I was 17. <</dialog>> <<dialog "You">>What? That means you entered college when you were 13. <</dialog>> <<dialog "Akane" "student">>Yep! Your mom had me take a placement test when I was in middle school. I got my middle and high school diploma at the same time. <</dialog>> <<dialog "You">>You're a genius! No wonder you looked way too young! <</dialog>> <<dialog "Akane" "student">>Thank you~ <</dialog>> <div class="button-row"> <<regButton "akane1-syringe" "Continue">><</regButton>> </div> </div> <<set $profile to "akane-profile">> <<if false>> /* connected passages */ [[akane1-syringe]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "Akane" "student">>After I got my college diploma, Miss Yuzuri threw a party at your place. <</dialog>> <<dialog "You">>Oh. So that's how you know me. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane1/syringe.mp4" type="video/mp4"> </video> <<dialog "You">>H-holy crap that syringe is huge. <</dialog>> <<dialog "Akane" "student">>You said you had no fear. <</dialog>> <<dialog "You">>I guess I'm all talk. <</dialog>> <<dialog "Akane" "student">>Anyways... <</dialog>> <<dialog "You">>You're just going to ignore me? <</dialog>> <<dialog "Akane" "student">>That same day, your house was attacked by gang members. It was scary, but you took me and ran out of the place. <</dialog>> <<dialog "You">>Seriously, that syringe is scary. <</dialog>> <<dialog "Akane" "student">>You were only 13 back then! You were 4 years younger than me, yet you were unbelievably calm. <</dialog>> <div class="button-row"> <<regButton "akane1-lube" "Continue">><</regButton>> </div> </div> <<set $profile to "akane-profile">> <<if false>> /* connected passages */ [[akane1-lube]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "You">>Woah. Why are you pointing that to my dick?? <</dialog>> <<dialog "Akane" "student">>Relax~ It's lube. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane1/lube.mp4" type="video/mp4"> </video> <<dialog "You">>Oh... Lube. Okay. That actually feels ni-- Wait, lube!? <</dialog>> <div class="button-row"> <<regButton "akane1-unbutton" "Continue">><</regButton>> </div> </div> <<set $profile to "akane-profile">> <<if false>> /* connected passages */ [[akane1-unbutton]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane1/unbutton.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>Sir Isao and his men fought the gangster while you grabbed me and ran to the backyard. <</dialog>> <<dialog "You">>What is happening? <</dialog>> <<dialog "Akane" "student">>Some gangsters were waiting by the alley we cut into and we were trapped. You told me to hide behind the dumpster! I should have been the one protecting you back then, you were four years younger than me. <</dialog>> <div class="button-row"> <<regButton "akane1-ugood" "Continue">><</regButton>> </div> </div> <<set $profile to "akane-profile">> <<if false>> /* connected passages */ [[akane1-ugood]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "You">>Ah! Aka-chan! I remember it now! My mom used to call you Aka-chan. <</dialog>> <<dialog "Akane" "student">>Hehe~ I'm glad you remember. You were so cool back then. You protected me from four grown adults while you were just 13 years old. You knocked all of them unconscious. <</dialog>> <<dialog "You">>I'm sorry. You had to go through that because of us. <</dialog>> <<dialog "Akane" "student">>You know what the worst part was? You came back for me all bloody. Then you said the most infuriating thing ever. <</dialog>> <img src="img/misc/u-good.jpg" style="max-width: 80%;"> <div class="button-row"> <<regButton "akane1-boobs" "Continue">><</regButton>> </div> </div> <<set $profile to "akane-profile">> <<if false>> /* connected passages */ [[akane1-boobs]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "You">>That's the worst part? Is it because I was bloody? <</dialog>> <<dialog "Akane" "student">>I'm a doctor, $player.name. I was annoyed because you looked like a knight. <</dialog>> <<dialog "You">>I did? <</dialog>> <<dialog "Akane" "student">>That was when I developed a little crush. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane1/boobs.mp4" type="video/mp4"> </video> <<dialog "You">>Holy shit. <</dialog>> <div class="button-row"> <<regButton "akane1-hj1" "Continue">><</regButton>> </div> </div> <<set $profile to "akane-profile">> <<if false>> /* connected passages */ [[akane1-hj1]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "Akane" "student">>Now, it's my turn to help you. I can't let my hero be stressed, can I? <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/akane/akane1/hj1'+either('a', 'b')+'.mp4" type="video/mp4">'>> </video> <<dialog "You">>Oh fuck. I can feel the stress leaving my body. <</dialog>> <<dialog "Akane" "student">>Good~ <</dialog>> <div class="button-row"> <<regButton "akane1-hj1" "Keep Stroking">><</regButton>> <<regButton "akane1-hj2" "Intensify">><</regButton>> </div> </div> <<set $profile to "akane-profile">> <<if false>> /* connected passages */ [[akane1-hj2]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/akane/akane1/hj2'+either('a', 'b')+'.mp4" type="video/mp4">'>> </video> <<dialog "You">>Ahh~ Why does this feel so good? Too good! <</dialog>> <<dialog "Akane" "student">>I became a doctor so I can help you in times like these. I know the human body very well~ <</dialog>> <div class="button-row"> <<regButton "akane1-hj2" "Keep Stroking">><</regButton>> <<regButton "akane1-tj" "Titjob">><</regButton>> </div> </div> <<set $profile to "akane-profile">> <<if false>> /* connected passages */ [[akane1-tj]] <</if>>
<<backend>> <<if $akane.quest == 1>> <<goto "check-up1">> <<elseif $akane.quest >= 2>> <<goto "check-up2">> <</if>> [[check-up1]] [[check-up2]] <</backend>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "Akane" "student">>Does it feel good? <</dialog>> <<dialog "You">>Ahh~ Y-yes. <</dialog>> <<dialog "Akane" "student">>How about this? <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/akane/akane1/tj'+either('1', '2')+'.mp4" type="video/mp4">'>> </video> <<dialog "You">>Ahh~ It's too much! I'm about too... <</dialog>> <div class="button-row"> <<regButton "akane1-tj" "Keep going">><</regButton>> <<regButton "akane1-cum" "Cum">><</regButton>> </div> </div> <<set $profile to "akane-profile">> <<if false>> /* connected passages */ [[akane1-cum]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane1/cum.mp4" type="video/mp4"> </video> <<dialog "You">>Arrghhh! <</dialog>> <<dialog "Akane" "student">>You came. <</dialog>> <<dialog "You">>Th-that was... amazing... <</dialog>> <<dialog "Akane" "student">>You should come back tomorrow. You're still not completely recovered. <</dialog>> <<dialog "You">>Y-yes... <</dialog>> <div class="button-row"> <<regButton "akane1-bj" "Continue">><</regButton>> </div> </div> <<set $profile to "akane-profile">> <<if false>> /* connected passages */ [[akane1-bj]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "Akane" "student">>I'll clean you up. Here's something to look forward too~ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane1/bj.mp4" type="video/mp4"> </video> <<dialog "You">>Hnnggg! Ahh~ <</dialog>> <div class="button-row"> <<regButton "akane1-end" "End">><</regButton>> </div> </div> <<set $profile to "akane-profile">> <<if false>> /* connected passages */ [[akane1-end]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane1/end.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>You can go~ I'll see you tomorrow <</dialog>> <<dialog "You">>Yes ma'am... <i>*Holy shit. That was crazy.*</i> <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +5<</glow>></h1> <div class="button-row"> <<regButton "hosp-lobby" "Leave">><</regButton>> </div> </div> <<set $profile to "akane-profile">> <<if false>> /* connected passages */ <</if>> <<set $akane.checktoday = 1>> <<set $akane.quest = 2>> <<set $akane.love = $akane.love + 3>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/intro1.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>It looks like you're all better now. <</dialog>> <<dialog "You">>I am? <</dialog>> <<dialog "Akane" "student">>Hehe~ You are. <</dialog>> <<dialog "You">>I don't know, doc. I still feel a little stressed out. <</dialog>> <<dialog "Akane" "student">>Oh you do? Maybe if you start calling me Akane instead of doc, I'll make you feel better~ <</dialog>> <<dialog "You">>Make me feel better, Akane. <</dialog>> <<dialog "Akane" "student">>How obedient~ <</dialog>> <div class="button-row"> <<regButton "akane2-lube" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-lube]] <</if>> <<set $sick = 0>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/intro2.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>Let's get you lubed up. <</dialog>> <<dialog "You">>Phew~ This syringe is less intimidating. <</dialog>> <div class="button-row"> <<regButton "akane2-boobs" "She takes her boobs out">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-boobs]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "Akane" "student">>Your dick is already hard~ Let me make it even harder. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/boobs.mp4" type="video/mp4"> </video> <<dialog "You">>You have gorgeous tits, Akane. <</dialog>> <<dialog "Akane" "student">>Thanks~ <</dialog>> <div class="button-row"> <<regButton "akane2-nip" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-nip]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/akane/akane2/nip'+random(1,3)+'.mp4" type="video/mp4">'>> </video> <<dialog "Akane" "student">>Ahh~ Your dick feels good on my nipples. <</dialog>> <<dialog "You">>Damn. They's not just pretty to look at. They feel great too. <</dialog>> <div class="button-row"> <<regButton "akane2-nip" "Repeat">><</regButton>> <<regButton "akane2-tj" "Titjob">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-tj]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/akane/akane2/tja'+random(1,2)+'.mp4" type="video/mp4">'>> </video> <<dialog "Akane" "student">>It will feel better sandwiched in between the two~ <</dialog>> <<dialog "You">>F-fuck. I won't cum from this alone this time... <</dialog>> <div class="button-row"> <<regButton "akane2-tj" "Repeat">><</regButton>> <<regButton "akane2-bja" "Blowjob">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-bja]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/hj1.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>Your dick is too big~ <</dialog>> <<dialog "You">>Hehe. My bad. <</dialog>> <div class="button-row"> <<regButton "akane2-hj2" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-hj2]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/akane/akane2/bja'+random(1,2)+'.mp4" type="video/mp4">'>> </video> <<dialog "You">>Sh-shit! A-are you a wizard or something? <</dialog>> <<dialog "Akane" "student">><i>*slurp*</i> Doesh it feew that goot? <i>*slurp*</i> <</dialog>> <div class="button-row"> <<regButton "akane2-bja" "Repeat">><</regButton>> <<regButton "akane2-hj1" "Handjob">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-hj1]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/hj2.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>It's not fair that you're the only one feeling good~ I'm pretty stressed out too, you know? <</dialog>> <<dialog "You">>Come here then. <</dialog>> <div class="button-row"> <<regButton "akane2-rub" "Rub her pussy">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-rub]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/rub.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>Mmm~ It's good but it's not enough. <</dialog>> <div class="button-row"> <<regButton "akane2-finger" "Finger her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-finger]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/finger.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>Ahh~ That's it, put it in~ <</dialog>> <<dialog "You">>You're already wet~ <</dialog>> <<dialog "Akane" "student">>Mmm~ Make me even wetter~ <</dialog>> <div class="button-row"> <<regButton "akane2-cun1" "Cunnilingus">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-cun1]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/cun1.mp4" type="video/mp4"> </video> <<dialog "You">><i>*slurp*</i> <</dialog>> <<dialog "Akane" "student">>Ahhhhh~ That's it~ Keep licking~ <</dialog>> <div class="button-row"> <<regButton "akane2-penetrate1" "Let her ride you">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-penetrate1]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "Akane" "student">>I can't take it anymore! <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/penetrate1.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>Ahhh~ It's in~ It felt wrong to lust after you back then, but you're really grown now~ <</dialog>> <<dialog "You">>Shit! You're so tight~ <</dialog>> <<if $akane.quest < 3>><<dialog "Akane" "student">>Of course, I am. I took care of my pussy for you~ <</dialog>> <<dialog "You">>A-are you a virgin!? <</dialog>> <<dialog "Akane" "student">>Take responsibility, okay? <</dialog>><</if>> <div class="button-row"> <<regButton "akane2-cowa" "She starts to move">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-cowa]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/cowa1.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>Ahhh~ Slowly~ <</dialog>> <<dialog "You">>Fuck! It still feels way too good slow. <</dialog>> <div class="button-row"> <<regButton "akane2-cowb" "Intensify">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-cowb]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/akane/akane2/cowb'+random(1,2)+'.mp4" type="video/mp4">'>> </video> <<dialog "Akane" "student">>Ahhh~ O-oh my god! It feels so goood~ <</dialog>> <<dialog "You">>Ohh~ That's it! Keep going! <</dialog>> <div class="button-row"> <<regButton "akane2-cowb" "Keep going">><</regButton>> <<regButton "akane2-cowc" "Lean back">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-cowc]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "You">>Lean back so I can see your body better~ <</dialog>> <<dialog "Akane" "student">>Ahhh~ O-okayyy~ <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/akane/akane2/cowc'+random(1,2)+'.mp4" type="video/mp4">'>> </video> <<dialog "Akane" "student">>Ahhhhh~ I think I'm about to cuuuum~ <</dialog>> <<dialog "You">>Sh-shit... Me too... <</dialog>> <<dialog "Akane" "student">>Come inside me~ <</dialog>> <<dialog "You">>Are you sure? <</dialog>> <<dialog "Akane" "student">>Yessss~ Fill me uuuup~ Ahhh~ <</dialog>> <div class="button-row"> <<regButton "akane2-cowc" "Keep going">><</regButton>> <<regButton "akane2-cum1" "Creampie">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-cum1]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/cum1.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>Ahhh~ I feel so full~ <</dialog>> <<dialog "You">>That felt amazing~ <</dialog>> <div class="button-row"> <<if $akane.quest > 2>><<regButton "akane2-bjb" "Make it hard again">><</regButton>><</if>> <<regButton "akane2-end2" "End">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-end2]][[akane2-bjb]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "Akane" "student">>Let me clean you up. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/end2.mp4" type="video/mp4"> </video> <<dialog "You">>Ahh~ You're amazing, Akane. <</dialog>> <div class="button-row"> <<regButton "akane2-end3" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-end3]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "Akane" "student">>Let's do it again~ <</dialog>> <<dialog "You">>You're insatiable~ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/bjb1.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>You got me addicted~ <</dialog>> <<dialog "You">>Luckily, I have great stamina. <</dialog>> <div class="button-row"> <<regButton "akane2-penetrate2" "Reverse Cowgirl">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-penetrate2]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/end3.mp4" type="video/mp4"> </video> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +5<</glow>></h1> <<dialog "Akane" "student">>I'll fix myself up and get back to work. <</dialog>> <<dialog "You">>Oh. Okay. <</dialog>> <<dialog "Akane" "student">>Come see me again, okay? <</dialog>> <<dialog "You">>You don't even have to ask~ <</dialog>> <div class="button-row"> <<regButton "hosp-lobby" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $akane.checktoday = 1>> <<if $akane.quest == 2>><<set $akane.quest = 3>><</if>> <<set $akane.love = $akane.love + 5>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "You">>I wanna see your ass this time. <</dialog>> <<dialog "Akane" "student">>Okay~ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/penetrate2.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>Ahhh~ It's so big~ <</dialog>> <div class="button-row"> <<regButton "akane2-rcowa" "She starts to move">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-rcowa]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/akane/akane2/rcowa'+random(1,2)+'.mp4" type="video/mp4">'>> </video> <<dialog "Akane" "student">>Ahhh~ Your cum is a great lubricant~ <</dialog>> <<dialog "You">>That and you're slippery wet~ <</dialog>> <div class="button-row"> <<regButton "akane2-rcowa" "Keep going">><</regButton>> <<regButton "akane2-rcowb" "Make her squat">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-rcowb]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/rcowb1.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>Ahhh~ It's so much deeper~ <</dialog>> <div class="button-row"> <<regButton "akane2-rcowa" "Repeat">><</regButton>> <<regButton "akane2-doga" "Doggy">><</regButton>> <<regButton "akane2-misa" "Missionary">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-doga]][[akane2-misa]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/akane/akane2/doga'+random(1,2)+'.mp4" type="video/mp4">'>> </video> <<dialog "Akane" "student">>Ahhh~ Your cum is a great lubricant~ <</dialog>> <<dialog "You">>That and you're slippery wet~ <</dialog>> <div class="button-row"> <<regButton "akane2-doga" "Keep going">><</regButton>> <<regButton "akane2-dogb" "Faster">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-dogb]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/akane/akane2/misa'+random(1,2)+'.mp4" type="video/mp4">'>> </video> <<dialog "You">>You look so beautiful, Akane. <</dialog>> <<dialog "Akane" "student">>Ahhh~ We're like a married couple~ <</dialog>> <div class="button-row"> <<regButton "akane2-misa" "Keep going">><</regButton>> <<regButton "akane2-misb" "Harder">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-misb]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/dogb.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>Ahhh~ It feels so good, $player.name~ <</dialog>> <div class="button-row"> <<regButton "akane2-doga" "Repeat">><</regButton>> <<regButton "akane2-rcowa" "Reverse Cowgirl">><</regButton>> <<regButton "akane2-misa" "Missionary">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/akane/akane2/misb'+random(1,3)+'.mp4" type="video/mp4">'>> </video> <<dialog "Akane" "student">>Ahhh~ That's it~ Fuuuck~ Take meeee~ <</dialog>> <<dialog "You">>Ahh~ I can't stop~ I might get addicted too~ <</dialog>> <div class="button-row"> <<regButton "akane2-misa" "Slow down">><</regButton>> <<regButton "akane2-misb" "Keep going">><</regButton>> <<regButton "akane2-rcowa" "Reverse Cowgirl">><</regButton>> <<regButton "akane2-doga" "Doggy">><</regButton>> <<regButton "akane2-cum2" "Cum">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-cum2]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/cum2.mp4" type="video/mp4"> </video> <<dialog "Akane" "student">>Ahhh~ You came inside me twice... Now you really will have to take responsibility~ <</dialog>> <<dialog "You">>Wh-what!? <</dialog>> <<dialog "Akane" "student">>Take care of me~ <</dialog>> <div class="button-row"> <<regButton "akane2-end1" "She puts her coat back on">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[akane2-end1]] <</if>>
<div class="bg doctors-office"></div> <div class="content-panel"> <<dialog "Akane" "student">>Mmm~ Where's my coat? <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/akane/akane2/end1.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "akane2-end2" "She cleans you up">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <img src="img/misc/shiori-poster.jpg" style="max-width: 60%;"> <<dialog "You">>Hm? She looks familiar... <</dialog>> <div class="button-row"> <<regButton "business-area" "Shrug">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $shiori.quest = 2>>
<div class="bg classroom"></div> <div class="content-panel"> <<dialog "You">>... <</dialog>> <<dialog "Shiori" "student">>... <</dialog>> <<dialog "You">>... <</dialog>> <<dialog "Shiori" "student">>... <</dialog>> <<dialog "You">>AHH! You! I saw you on a poster in a clothing store! <</dialog>> <<dialog "Shiori" "student">>... <</dialog>> <<dialog "You">>So... Are you like a model or something? <</dialog>> <<dialog "Shiori" "student">>Can you not talk to me? <</dialog>> <img src="img/misc/shiori-angry.jpg" style="max-width: 60%;"> <<dialog "You">>Wha? I'm sorry. Did I offend you? <</dialog>> <<dialog "Shiori" "student">>Look. Leave me alone. <</dialog>> <<dialog "You">>Jeez. Aight. <i>What a bitch...</i> <</dialog>> <div class="button-row"> <<regButton "classroom" "Leave her alone">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $profile to "shiori-profile">> <<set $shiori.quest = 3>>
<div class="bg alley"></div> <div class="content-panel"> <<enemy "ranker4" "Creep 1" "alley" "left" "enemies">>Aren't you Kanashi? The model? <</enemy>> <<enemy "ranker5" "Creep 2" "alley" "left" "enemies">>Ohh~ It really is her! Why don't you keep us company at the karaoke? <</enemy>> <<dialog "Shiori">>P-please leave me alone... I have a boyfriend... <</dialog>> <<enemy "ranker4" "Creep 1" "alley" "left" "enemies">>Ehhh? Are you saying we're harrassing you? We just wanted you to come drink with us. Why do you have to bring up your boyfriend? <</enemy>> <<enemy "ranker5" "Creep 2" "alley" "left" "enemies">>This stuck up bitch is insulting us! Just because you're a model, you think you're all that? <</enemy>> <<dialog "Shiori">>N-no! <</dialog>> <<enemy "ranker4" "Creep 1" "alley" "left" "enemies">>Just come with us, bitch! <</enemy>> <<dialog "Shiori">>P-please... <</dialog>> <div class="button-row"> <<regButton "shiori3-2" "Intervene">><</regButton>> </div> </div> <<set $profile to "shiori-profile">> <<if false>> /* connected passages */ [[shiori3-2]] <</if>>
<div class="bg alley"></div> <div class="content-panel"> <<dialog "You">>Babe! Did you wait long? <</dialog>> <<enemy "ranker4" "Creep 1" "alley" "left" "enemies">>Hah? <</enemy>> <<dialog "Shiori">>H-huh? <</dialog>> <<dialog "You">>Who the are you? Are you hassling my girlfriend? <</dialog>> <<enemy "ranker5" "Creep 2" "alley" "left" "enemies">>Look at this little shit... You wanna get beaten up? <</enemy>> <<dialog "You">>What the fuck did you just say? <</dialog>> <<enemy "ranker4" "Creep 1" "alley" "left" "enemies">>Come here, fucker. <</enemy>> <img src="img/misc/shiori-creep.jpg" style="max-width: 60%;"> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>></h1> <<enemy "ranker4" "Creep 1" "alley" "left" "enemies">>Ack... <</enemy>> <<dialog "You">>Idiot. You okay, babe? <</dialog>> <<dialog "Shiori">>Y-yes... <</dialog>> <<enemy "ranker5" "Creep 2" "alley" "left" "enemies">>F-fuck... <</enemy>> <div class="button-row"> <<regButton "shiori3-3" "Some other idiots enter the alley">><</regButton>> </div> </div> <<set $profile to "shiori-profile">> <<set $shiori.love = $shiori.love + 3>> <<if false>> /* connected passages */ [[shiori3-3]] <</if>>
<div class="bg alley"></div> <div class="content-panel"> <<enemy "creep-leader" "Creep Leader" "alley" "left" "enemies">>Heyyy~ We've been looking for you... <</enemy>> <<enemy "ranker5" "Creep 2" "alley" "left" "enemies">>L-leader! HAHA! You're fucked now, you bastard. Reinforcements have arrived! <</enemy>> <<enemy "ranker1" "Creep 3" "alley" "left" "enemies">>Ehhh? Why is he knocked out? Did this fucker do this? <</enemy>> <<enemy "ranker3" "Creep 4" "alley" "left" "enemies">>Kekeke~ Was he protecting his girlfriend or something? <</enemy>> <<dialog "Shiori">>O-oh no... <</dialog>> <<enemy "creep-leader" "Creep Leader" "alley" "left" "enemies">>Hahhh? Someone beat up one of our guys? Who the fuck is it? <</enemy>> <div class="button-row"> <<regButton "shiori3-4" "Intimidate">><</regButton>> </div> </div> <<set $profile to "shiori-profile">> <<if false>> /* connected passages */ [[shiori3-4]] <</if>>
<div class="bg alley"></div> <div class="content-panel"> <img src="img/misc/shiori-creep2.jpg" style="max-width: 40%;"> <<enemy "creep-leader" "Creep Leader" "alley" "left" "enemies">><i>Sh-shit... It's S-sawada $player.name!</i> <</enemy>> <<enemy "ranker5" "Creep 2" "alley" "left" "enemies">>HAHAHA! You're fucked, bitch. Then we're going to take your bitch. <</enemy>> <<enemy "ranker1" "Creep 3" "alley" "left" "enemies">>Pfft~ Poor little bastard. Your gf looks pretty too~ We're going to have fun later, miss. <</enemy>> <<dialog "Shiori">>N-no... <</dialog>> <<enemy "ranker3" "Creep 4" "alley" "left" "enemies">>Kekeke~ I'm excited. We're going to ra- <</enemy>> <<enemy "creep-leader" "Creep Leader" "alley" "left" "enemies">>SHUT THE FUCK UP! <</enemy>> <<enemy "ranker3" "Creep 4" "alley" "left" "enemies">>Wh-what? <</enemy>> <<enemy "creep-leader" "Creep Leader" "alley" "left" "enemies">>Sawada $player.name. These guys didn't know. <</enemy>> <<enemy "ranker5" "Creep 2" "alley" "left" "enemies">><i>F-fuck... That's Sawada?</i> <</enemy>> <<dialog "You">>Babe, what do you think? <</dialog>> <<dialog "Shiori">>U-um... <</dialog>> <<enemy "creep-leader" "Creep Leader" "alley" "left" "enemies">>Hehe~ Come on, miss. It was just a harmless prank. You understand, right? Honestly, Sawada. Your girlfriend is a bombshell! You should- <</enemy>> <div class="button-row"> <<regButton "shiori3-5" "Interrupt">><</regButton>> </div> </div> <<set $profile to "shiori-profile">> <<if false>> /* connected passages */ [[shiori3-5]] <</if>>
<div class="bg alley"></div> <div class="content-panel"> <img src="img/misc/shiori-creep3.jpg" style="max-width: 60%;"> <<enemy "creep-leader" "Creep Leader" "alley" "left" "enemies">><i>*Huff* *Huff* *Huff*</i> <</enemy>> <<enemy "ranker5" "Creep 2" "alley" "left" "enemies">>B-boss... <</enemy>> <<enemy "ranker1" "Creep 3" "alley" "left" "enemies">>... <</enemy>> <<enemy "ranker3" "Creep 4" "alley" "left" "enemies">>... <</enemy>> <div class="button-row"> <<regButton "shiori3-6" "Threaten">><</regButton>> </div> </div> <<set $profile to "shiori-profile">> <<if false>> /* connected passages */ [[shiori3-6]] <</if>>
<div class="bg alley"></div> <div class="content-panel"> <<dialog "You">>Are you kidding me? You're getting buddy-buddy with my girlfriend? Do you wanna die? <</dialog>> <<enemy "creep-leader" "Creep Leader" "alley" "left" "enemies">>N-no... I'm sorry... <</enemy>> <<enemy "ranker3" "Creep 4" "alley" "left" "enemies">><i>B-boss is the strongest in our school... He beat him just like that? Is there another monster in Aoba? Sai Kyogaku was bad enough...</i> <</enemy>> <<dialog "You">>Does it hurt? <</dialog>> <<enemy "creep-leader" "Creep Leader" "alley" "left" "enemies">>Y-yes... <</enemy>> <<dialog "You">>Imagine how I'd react if something worse happens to her. My girlfriend frequents this place, and I reaaally hope nobody bothers her. If I hear that even a strand of her hair was touched, even without proof, I'll assume you did it. And when I find you, I'll break your legs. Understand? <</dialog>> <<enemy "creep-leader" "Creep Leader" "alley" "left" "enemies">><i>That's ridiculous. We're basically her bodyguards now.</i> I-I understand... <</enemy>> <<dialog "You">>Let's go, babe. <</dialog>> <<dialog "Shiori">>O-okay... <</dialog>> <div class="button-row"> <<regButton "shiori3-7" "Go to a cafe">><</regButton>> </div> </div> <<set $profile to "shiori-profile">> <<if false>> /* connected passages */ [[shiori3-7]] <</if>>
<<bg "cafe" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Here. Coffee. <</dialog>> <<dialog "Shiori">>... <</dialog>> <<dialog "You">>Are you okay? That was dangerous. <</dialog>> <<dialog "Shiori">>...Yeah. <i>H-he's going to ask for something in return. H-he won't harrass me, will he?</i> <</dialog>> <img src="img/misc/shiori-drinking.jpg" style="max-width: 20%;"> <<dialog "You">>Geez. You're shaking. Those fucking bastards. <</dialog>> <<dialog "Shiori">>... <</dialog>> <<dialog "You">><i>*sigh*</i> Still ignoring me, huh? I don't know what I did that offended you. I thought it was because I said out loud that you were a model, but I can't be the only person who has seen your posters. Those assholes should leave you alone now since I threatened them. Still, take care. Bye. <</dialog>> <<dialog "Shiori">>What? W-wait! Are you not going to ask for a reward? <</dialog>> <<dialog "You">>Pfft. What kind of person do you think I am? <</dialog>> <<dialog "Shiori">>W-well... <</dialog>> <<dialog "You">>They were right. You are pretty stuck up. Well, I don't want anything from you. I saved you because you were in trouble. <</dialog>> <<dialog "Shiori">>I-I... I thought you wanted to get closer to me? <</dialog>> <<dialog "You">>Why would I want that? You haven't even thanked me for saving you yet. <</dialog>> <<dialog "Shiori">>A-ah. Th-thank you... <</dialog>> <<dialog "You">>Great. That's all I wanted. Bye. <</dialog>> <<dialog "Shiori">>... <</dialog>> <div class="button-row"> <<regButton "business-area" "Leave her alone">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $profile to "shiori-profile">> <<set $shiori.quest = 4>> <<backend>> <<script>> incrementTime(0, 30); <</script>> <</backend>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/haru/haru5/haru5-1.mp4" type="video/mp4"> </video> <<dialog "Haru" "student">>Here, have mandarins. Why wouldn't you get a drink? <</dialog>> <<dialog "You">>Haru~ Don't you know? These mandarins have orange juice in them. If you think about it, it's a chewable drink. <</dialog>> <<dialog "Haru" "student">>Pfft. Hahaha. Just eat your mandarins. <</dialog>> <hr> Shiori approaches you with a can of energy drink. <h1><<glow "0.4px #ffff50" "8px #fffc00" "18">>Energy replenished.<</glow>></h1> <hr> <<dialog "Shiori" "student">>Hi, Haru-san. Can I talk to $player.name for a moment? <</dialog>> <<dialog "Haru" "student">><i>*Sh-shiori? Isn't she a model? What's her relationship with $player.name?*</i> U-um... O-okay. <</dialog>> <<dialog "You">>Haru... <</dialog>> <<dialog "Haru" "student">>It's fine, $player.name... It seems important. I'll come over to your place later, okay? <</dialog>> <<dialog "Shiori" "student">><i>*Sh-she's coming over to his place?*</i> <</dialog>> <<dialog "You">>Sounds great. I'll see you later! <</dialog>> <div class="button-row"> <<regButton "shiori4-2a" "Read the plot">><</regButton>> <<regButton "shiori4-2b" "I don't care about the plot">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[shiori4-2a]][[shiori4-2b]] <</if>> <<set $profile to "shiori-profile">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori4/2.mp4" type="video/mp4"> </video> <<dialog "You">>What's up? <</dialog>> <<dialog "Shiori" "student">>Um... I just wanted to apologize to you. For how I acted... <</dialog>> <<dialog "You">>Oh. You were pretty shaken up so it's understandable. To be honest, I lost my cool back there too. I'm sorry. <</dialog>> <<dialog "Shiori" "student">>No! Not just that... I ignored you when you spoke to me before. <</dialog>> <<dialog "You">>Haha. Yeah, that did happen. <</dialog>> <<dialog "Shiori" "student">>I can explain! <</dialog>> <<dialog "You">>Y-you really don't have to. <</dialog>> <<dialog "Shiori" "student">>No, I want to. <</dialog>> <<dialog "You">><i>*sigh*</i> Alright. I'll hear you out. <</dialog>> <<dialog "Shiori" "student">>As you found out, I'm a model. I wasn't being condescending or anything when I was cold towards you. Actually, models are usually self-conscious about how they look. Me included. <</dialog>> <<dialog "You">>Really? <</dialog>> <<dialog "Shiori" "student">>Our looks are literally our livelihood. We constantly think we're ugly when we fail auditions or just get scrutinized by random people we don't even know. It's exhausting. <</dialog>> <<dialog "You">>Then why did you act that way? <</dialog>> <<dialog "Shiori" "student">>Well... As you've also seen, I get harassed too. Every guy who found out about my job either started stalking me or date me to brag about dating a model... <</dialog>> <<dialog "You">>That sucks... <</dialog>> <<dialog "Shiori" "student">>It made me develop a general mistrust of men... But... I shouldn't have judged you based on other people's actions. I'm sorry... <</dialog>> <<dialog "You">>Hmm... You like ice cream? <</dialog>> <<dialog "Shiori" "student">>Eh? <</dialog>> <div class="button-row"> <<regButton "shiori4-3a" "Get ice cream">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[shiori4-3a]] <</if>> <<set $profile to "shiori-profile">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori4/3.mp4" type="video/mp4"> </video> <<dialog "Shiori" "student">>It's good. <</dialog>> <<dialog "You">>Right? <</dialog>> <<dialog "Shiori" "student">>So... Are we good? <</dialog>> <<dialog "You">>You know. I can sort of sympathize with you. <</dialog>> <<dialog "Shiori" "student">>You can? <</dialog>> <<dialog "You">>You saw what happened when I threatened those guys. I'm a little famous too, you know. <</dialog>> <<dialog "Shiori" "student">>Oh that's right! The leader recognized you. <</dialog>> <<dialog "You">>I've only been here for less than a month. I'm not proud of it but I get into fights a lot. I'm strong after all. <</dialog>> <<dialog "Shiori" "student">>Yeah... I saw. I was so scared that you'd get beaten up then I would get assaulted too but you protected me. <</dialog>> <<dialog "You">>I am capable of violence, which brings more violence to me. It's annoying. But it's how I protect myself and everyone around me. That's why I like that I'm strong. <</dialog>> <<dialog "Shiori" "student">>I see. <</dialog>> <<dialog "You">>That's also why I don't want you to hate your job. Yeah, it comes with annoying guys who swarm around you, but part of your job is to learn to adapt. Don't be meek. Confront them. You could have yelled back then too. <</dialog>> <div class="button-row"> <<regButton "shiori4-4a" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[shiori4-4a]] <</if>> <<set $profile to "shiori-profile">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori4/4.mp4" type="video/mp4"> </video> <<dialog "Shiori" "student">>... If I yelled, I'd get accused of insulting them. <</dialog>> <<dialog "You">>They were literally preventing you from leaving that alley. Don't be afraid to call them out. <</dialog>> <<dialog "Shiori" "student">>... <</dialog>> <<dialog "You">>Also, don't confuse boundaries with having unbreakable walls up. That's how you become lonely. <</dialog>> <<dialog "Shiori" "student">>It's not that easy to socialize. I've been betrayed countless times. <</dialog>> <<dialog "You">>Well, you're famous. Of course you'd attract unwanted attention. You gotta find your own people, not settle with dumbasses who approach you. Look at me! I get into fights yet I am friends with the Class Representative. <</dialog>> <<dialog "Shiori" "student">>H-haru-san? Yeah... She usually doesn't socialize too. <</dialog>> <<dialog "You">>She's an ice queen like you. <</dialog>> <<dialog "Shiori" "student">>A-are you two... like... you know... <</dialog>> <<dialog "You">>Dating? Nah, we're just friends. <</dialog>> <<dialog "Shiori" "student">>R-really? That's great. <</dialog>> <<dialog "You">>Huh? Why? <</dialog>> <<dialog "Shiori" "student">>W-w-w-w-well... Uhm... That's it! I wanted to ask you to pretend to be my boyfriend on weekends when I go to work. If you were dating Haru-san, you'd probably refuse. Haha. I'll even pay you! <</dialog>> <<dialog "You">>Pfft. Hahahaha! Here, save my number then contact me when you need to go to work. I'm free on weekends anyway. <</dialog>> <<dialog "Shiori" "student">>R-really? <i>*O-oh no... I blurted it out. I don't have the money to pay him.*</i> H-how much do you charge? <</dialog>> <<dialog "You">>HAHAHAHA! You don't have to pay me. <</dialog>> <<dialog "Shizu">>Good afternoon, class! Go back to your seats, please. <</dialog>> <<dialog "You">>Class is starting. I'll see you later okay? <</dialog>> <<dialog "Shiori" "student">>O-okay! <</dialog>> <div class="button-row"> <<regButton "shiori4-5" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[shiori4-5]] <</if>> <<set $profile to "shiori-profile">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori4/5.mp4" type="video/mp4"> </video> <<dialog "Shiori" "student">><i>I think... I finally have a friend.</i> <</dialog>> <<dialog "Haru">>Hey... Uhm... So what did you talk about? <</dialog>> <<dialog "You">>We had a misunderstanding when we bumped into each other last weekend. She wanted to apologize. <</dialog>> <<dialog "Haru">>Ohhh! So that's what it was. Thank goodness. <</dialog>> <<dialog "You">>Ohh? Is Miss Class Rep jealous? <</dialog>> <<dialog "Haru">>Wh-what? N-no! I just know that you're a perv and maybe she's mad at you because you molested her too! <</dialog>> <<dialog "You">>That's harsh, Haru... <</dialog>> <<dialog "Haru">>Hmph! <</dialog>> <<dialog "Shiori" "student">><i>He's awfully close to the class representative... Why does that make me... sad?</i> <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +10<</glow>></h1> <div class="button-row"> <<regButton "classroom" "End">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $profile to "shiori-profile">> <<set $shiori.love = $shiori.love + 10>> <<set $shiori.quest = 5>> <<set $hour = 13>>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori4/2.mp4" type="video/mp4"> </video> <<dialog "You">>What's up? <</dialog>> <<dialog "Shiori" "student">>Um... I just wanted to apologize to you. For how I acted... <</dialog>> <<dialog "You">>Oh. You were pretty shaken up so it's understandable. To be honest, I lost my cool back there too. I'm sorry. <</dialog>> <<dialog "Shiori" "student">>For what happened before too. I'm sorry. I get harassed by guys a lot just because I'm a model. <</dialog>> <<dialog "You">>That sucks... <</dialog>> <<dialog "Shiori" "student">>It made me develop a general mistrust of men... But... I shouldn't have judged you based on other people's actions. I'm sorry... <</dialog>> <<dialog "You">>Hmm... You like ice cream? <</dialog>> <<dialog "Shiori" "student">>Eh? <</dialog>> <div class="button-row"> <<regButton "shiori4-3b" "Get ice cream">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[shiori4-3b]] <</if>> <<set $profile to "shiori-profile">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori4/3.mp4" type="video/mp4"> </video> <<dialog "Shiori" "student">>It's good. <</dialog>> <<dialog "You">>Right? <</dialog>> <<dialog "Shiori" "student">>So... Are we good? <</dialog>> <<dialog "You">>You know. I can sort of sympathize with you. <</dialog>> <<dialog "Shiori" "student">>You can? <</dialog>> <<dialog "You">>You saw what happened when I threatened those guys. I'm a little famous too, you know. <</dialog>> <<dialog "Shiori" "student">>Oh that's right! The leader recognized you. <</dialog>> <<dialog "You">>I am capable of violence, which brings more violence to me. It's annoying. But it's how I protect myself and everyone around me. That's why I like that I'm strong. <</dialog>> <<dialog "Shiori" "student">>I see. <</dialog>> <div class="button-row"> <<regButton "shiori4-4b" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[shiori4-4b]] <</if>> <<set $profile to "shiori-profile">>
<div class="bg classroom"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori4/4.mp4" type="video/mp4"> </video> <<dialog "Shiori" "student">>Uhm... I want you to pretend to be my boyfriend on weekends when I go to work. I'll even pay you! <</dialog>> <<dialog "You">>Sure. I'm free on weekends anyway. <</dialog>> <<dialog "Shiori" "student">>R-really? H-how much do you charge? <</dialog>> <<dialog "You">>You don't have to pay me. <</dialog>> <<dialog "Shizu">>Good afternoon, class! Go back to your seats, please. <</dialog>> <<dialog "You">>I'll see you later okay? <</dialog>> <<dialog "Shiori" "student">>O-okay! <</dialog>> <div class="button-row"> <<regButton "shiori4-5" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[shiori4-5]] <</if>> <<set $profile to "shiori-profile">>
<div class="bg bedroom"></div> <div class="content-panel"> <<dialog "You">>Hello? <</dialog>> <<dialog "Shiori">>Hello! I have a shoot today. Can you come? <</dialog>> <<dialog "You">>I'll be there. <</dialog>> <<dialog "Shiori">>Great! See you! <</dialog>> <div class="button-row"> <<regButton "shiori5-crud" "Meet her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[shiori5-2]][[shiori5-crud]][[shiori6-1]] <</if>> <<set $profile to "shiori-profile">>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shoot1/meet1.mp4" type="video/mp4"> </video> <<dialog "You">>Hey! Have you been waiting long? <</dialog>> <<dialog "Shiori">>Heeey! Nope. We have time. <</dialog>> <<dialog "You">>Cool! Wanna grab a bite? <</dialog>> <<dialog "Shiori">>Sure! <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "shiori5-3" "Walk">><</regButton>> </div> </div> <<if false>> [[shiori5-3]] <</if>> <<set $location to "Business Area">> <<set $shiori.love = $shiori.love + 1>> <<set $hour = 12>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shoot1/walk1.mp4" type="video/mp4"> </video> <<dialog "You">>Woah... Guys do stare at you in the street. I feel like a secret agent protecting a client. <</dialog>> <<dialog "Shiori">>See? Now you know why I asked you to come with me. It's scary, you know? <</dialog>> <<dialog "You">>Yeah... <</dialog>> <div class="button-row"> <<regButton "shiori5-4" "Have lunch">><</regButton>> </div> </div> <<if false>> [[shiori5-4]] <</if>> <<set $location to "Business Area">> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shoot1/eat1.mp4" type="video/mp4"> </video> <<dialog "You">>That looks good. I'm starving... <</dialog>> <<dialog "Shiori">>Let's dig in~ <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "shiori5-5" "Leave">><</regButton>> </div> </div> <<if false>> [[shiori5-5]] <</if>> <<set $location to "Cafe">> <<set $shiori.love = $shiori.love + 1>> <<backend>> <<script>> incrementTime(0, 30); <</script>> <</backend>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shoot1/walk1.mp4" type="video/mp4"> </video> <<dialog "You">>I'm stuffed~ <</dialog>> <<dialog "Shiori">>Me too~ <</dialog>> <<dialog "You">>Is that okay? You're going to a photoshoot. <</dialog>> <<dialog "Shiori">>C-crap... I didn't think about that. Usually I just snack in the studio. <</dialog>> <<dialog "You">>You don't get lunch? <</dialog>> <<dialog "Shiori">>N-no... I'm worried I'd get recognized. Sometimes the studio has catering. Sometimes we just order food. Most of the time, I just snack... <</dialog>> <div class="button-row"> <<regButton "shiori5-6" "You arrive at the studio">><</regButton>> </div> </div> <<if false>> [[shiori5-6]] <</if>> <<set $location to "Business Area">> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shoot1/ready.mp4" type="video/mp4"> </video> <<dialog "You">>Is it okay for me to be here? <</dialog>> <<dialog "Shiori">>Yeah, why not? You're just watching. I'm more worried you'd get bored. <</dialog>> <<dialog "You">>I get to look at you the whole day. How would that be boring? <</dialog>> <<dialog "Shiori">>G-geez... That's embarrassing... <</dialog>> <<dialog "You">>Ooh. If you blush, Miss Make Up Artist wouldn't have to put any on you~ <</dialog>> <<dialog "Shiori">>Pfft~ <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<if $shiori.quest > 5 && $shiori.love >= 55>><<regButton "shiori6a-1" "Continue">><</regButton>><<else>><<regButton "shiori5-7" "Continue">><</regButton>><</if>> </div> </div> <<if false>> [[shiori5-7]][[shiori6a-1]] <</if>> <<set $location to "Studio">> <<set $shiori.love = $shiori.love + 1>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shoot1/'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Wow... She's like a different person. What a pro. <</dialog>> <hr> They finish up. <hr> <<dialog "Shiori">>Heyy~ Did you wait too long? <</dialog>> <<dialog "You">>Nahh. I had fun watching. You looked great! <</dialog>> <<dialog "Shiori">>Thank you... <</dialog>> <<dialog "You">>Let's go. I'll walk you home. <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "shiori5-8" "Leave">><</regButton>> </div> </div> <<if false>> [[shiori5-8]] <</if>> <<set $location to "Studio">> <<set $shiori.love = $shiori.love + 1>> <<backend>> <<script>> incrementTime(3, 0); <</script>> <</backend>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shoot1/walk2.mp4" type="video/mp4"> </video> <<dialog "Shiori">>I'm tired~ <</dialog>> <<dialog "You">>Good work today! <</dialog>> <<dialog "Shiori">>I had fun walking around in public today though~ I wasn't anxious the entire time! <</dialog>> <<dialog "You">>Yeah. That was a great date~ <</dialog>> <<dialog "Shiori">>Wh-what? Date? <</dialog>> <<dialog "You">>O-oh. Damn. That was insensitive of me. I was just teasing you. I'm sorry. <</dialog>> <<dialog "Shiori">>Ah. N-no... You don't need to apologize. <i>*It wasn't insensitive though...*</i> <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "shiori5-9" "You arrive at her place">><</regButton>> </div> </div> <<if false>> [[shiori5-9]] <</if>> <<set $location to "Business Area">> <<set $shiori.love = $shiori.love + 1>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<<bg "residential" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shoot1/walk3.mp4" type="video/mp4"> </video> <<dialog "Shiori">>We're here! <</dialog>> <<dialog "You">>Oh. We're here... <</dialog>> <<dialog "Shiori">>Thanks again for escorting me. <</dialog>> <<dialog "You">>Sure. Let me know when your next shoot is! <</dialog>> <<dialog "Shiori">>I will. Bye, $player.name. I look forward to our next date~ <</dialog>> <<dialog "You">>H-huh? <</dialog>> <<dialog "Shiori">>Payback~ <i>*blushes*</i> <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "res-area" "Leave">><</regButton>> </div> </div> <<if false>> <</if>> <<set $location to "Residential Area">> <<set $shiori.love = $shiori.love + 1>> <<if $shiori.quest == 5>><<set $shiori.quest = 6>><</if>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<<bg "residential" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>It's so quiet here. <</dialog>> <div class="button-row"> <<imgButton "home" "img/neon-buttons/home.jpg">> <<imgButton "alley" "img/neon-buttons/alley.jpg">> <<imgButton "business-area" "img/neon-buttons/business-area.jpg">> </div> </div> <<if false>> [[park]] [[konbini]] [[hospital]][[miku1-alley]][[business-area]][[rio-date1]][[emi-call-biz]][[shiori-poster]][[shiori3-1]][[res-area]] <</if>> <<set $location to "Business Area">> <<set $profile to "player-profile">>
<<if $shiori.quest > 5 && $hour == 11 && $minute >= 45>> <<goto "shiori6-1">> <<else>> <<goto "shiori5-2">> <</if>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shoot1/meet1.mp4" type="video/mp4"> </video> <<dialog "You">>Hey! I'm so sorry I'm late. <</dialog>> <<dialog "Shiori">>Hey... You don't look okay. <</dialog>> <<dialog "You">>I'm okay... I just didn't get enough sleep. Did you eat yet? <</dialog>> <<dialog "Shiori">>Not yet... <</dialog>> <<dialog "You">>Aww, man. I'm sorry. <</dialog>> <<dialog "Shiori">>It's okay, but we should go. I'm going to be late. <</dialog>> <<regButton "shiori6-2" "Walk">><</regButton>> </div> </div> <<if false>> [[shiori6-2]] <</if>> <<set $location to "Business Area">> <<set $hour = 12>> <<set $minute = 45>>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shoot1/walk1.mp4" type="video/mp4"> </video> <<dialog "You">>We're here. Go on ahead. I'll go get you lunch. <</dialog>> <<dialog "Shiori">>Heyy, no. You don't have to... <</dialog>> <<dialog "You">>No. Let me take care of you. <</dialog>> <<dialog "Shiori">><i>*blushes*</i> O-okay... <</dialog>> <<dialog "You">>I'll be quick. Go ahead. You'll be late. <</dialog>> <div class="button-row"> <<regButton "shiori6-3" "Get Lunch">><</regButton>> </div> </div> <<if false>> [[shiori6-3]] <</if>> <<set $location to "Business Area">> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shoot1/ready.mp4" type="video/mp4"> </video> <<dialog "You">>Hey, I'm back. Here's your lunch. I got youuuu... A greek salad because you like olives... Miso Soup to warm your stomach... Poached Salmon for protein aaand bottled water. I got light dishes since you're doing a photoshoot. Enjoy~ <</dialog>> <<dialog "Shiori">>W-wow... You really thought this through, huh? <</dialog>> <<dialog "You">>I told you I'd take care of you. <</dialog>> <<dialog "Shiori">><i>*blushes*</i> Wait. Where's your food? <</dialog>> <<dialog "You">>Actually... If you don't mind. Can I nap? My eyes are so heavy. <</dialog>> <<dialog "Shiori">>Sure... I'll wake you up when we're done. <</dialog>> <<dialog "You">>Thanks, Shiori. <</dialog>> <<dialog "Shiori">><i>I should be the one thanking you.</i> <</dialog>> <<dialog "You">>What was that? <</dialog>> <<dialog "Shiori">>Nothing! Go nap. <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "shiori6-4" "Nap">><</regButton>> </div> </div> <<if false>> [[shiori6-4]] <</if>> <<set $location to "Studio">> <<set $shiori.love = $shiori.love + 1>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<div class="bg studio"></div> <div class="content-panel"> <h1>They finish up</h1> <hr> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/intro1.mp4" type="video/mp4"> </video> <<dialog "You">>Ugh... For how long was I out? <</dialog>> <<dialog "Shiori">>You slept for 6 hours. <</dialog>> <<dialog "You">>Oh... Shiori... You look beautiful. <</dialog>> <<dialog "Shiori">><i>*blushes*</i> Thank you. <</dialog>> <<dialog "You">>Where's the crew? <</dialog>> <<dialog "Shiori">>They all left. <</dialog>> <<dialog "You">>Aw, man. Why didn't you wake me up? <</dialog>> <<dialog "Shiori">>You were sleeping so soundly~ <</dialog>> <<dialog "You">>Damn... I'm sorry. <</dialog>> <<dialog "Shiori">>It's fine. You think my kimono is beautiful? Come take a picture! I won't charge you~ <</dialog>> <div class="button-row"> <<regButton "shiori6-5" "Okay">><</regButton>> </div> </div> <<if false>> [[shiori6-5]] <</if>> <<set $location to "Studio">> <<backend>> <<script>> incrementTime(6, 0); <</script>> <</backend>>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/intro2.mp4" type="video/mp4"> </video> <<dialog "You">>Damn. You look so elegant. <</dialog>> <<dialog "Shiori">>Really? I think this kimono is sexy though. <</dialog>> <<dialog "You">>Oh, because it's only half. <</dialog>> <<dialog "Shiori">>No, because of this. <</dialog>> <div class="button-row"> <<regButton "shiori6-6" "She shows off her leg">><</regButton>> </div> </div> <<if false>> [[shiori6-6]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/intro3.mp4" type="video/mp4"> </video> <<dialog "Shiori">>Isn't this slit sexy? <</dialog>> <<dialog "You">>Y-yeah... <</dialog>> <div class="button-row"> <<regButton "shiori6-7" "She sits down">><</regButton>> </div> </div> <<if false>> [[shiori6-7]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/intro4.mp4" type="video/mp4"> </video> <<dialog "Shiori">>Don't stare too much~ <</dialog>> <<dialog "You">>Oh. Sorry... <</dialog>> <div class="button-row"> <<regButton "shiori6-8" "Continue">><</regButton>> </div> </div> <<if false>> [[shiori6-8]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/intro5.mp4" type="video/mp4"> </video> <<dialog "Shiori">>I need to tell you something. <</dialog>> <<dialog "You">>What is it? <</dialog>> <<dialog "Shiori">>I'm angry at myself... A little at you. <</dialog>> <<dialog "You">>Wh-why is that? <</dialog>> <div class="button-row"> <<regButton "shiori6-9" "Continue">><</regButton>> </div> </div> <<if false>> [[shiori6-9]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/intro6.mp4" type="video/mp4"> </video> <<dialog "Shiori">>I finally found an actual friend but then you ruined it by actually being so sweet. <</dialog>> <<dialog "You">>What? <</dialog>> <<dialog "Shiori">>You escort me with nothing in return. You wait patiently for me. You still show up even though you barely have any sleep. You even know the food I like while making sure it doesn't interfere with my work. You're the perfect boyfriend. <</dialog>> <<dialog "You">>Uhm... Thanks? <</dialog>> <div class="button-row"> <<regButton "shiori6-10" "Continue">><</regButton>> </div> </div> <<if false>> [[shiori6-10]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/intro7.mp4" type="video/mp4"> </video> <<dialog "Shiori">>I'm mad at myself because... I finally found someone who's not trying to get in my pants, but then I find myself wanting to get in theirs. <</dialog>> <<dialog "You">>Sh-shiori... <</dialog>> <<dialog "Shiori">>I'm mad at you for making me feel this way. I'm even annoyed that you seem so close to Haru-san. <</dialog>> <<dialog "You">>Are you sure about this, Shiori? <</dialog>> <<dialog "Shiori">>I've never been so sure in my entire life. I will make you take responsibility. <</dialog>> <div class="button-row"> <<regButton "shiori6-bja" "Blowjob">><</regButton>> </div> </div> <<if false>> [[shiori6-bja]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6/bja'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Damn... I never thought this would ever happen. <</dialog>> <<dialog "Shiori">>Hwhy? Do you noth hike me? <</dialog>> <<dialog "You">>Of course I do. <</dialog>> <<dialog "Shiori">>Then there'sh no ploblem! <</dialog>> <div class="button-row"> <<regButton "shiori6-bja" "Keep sucking">><</regButton>> <<regButton "shiori6-bjb" "Intensify">><</regButton>> </div> </div> <<if false>> [[shiori6-bjb]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6/bjb'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Ahh~ Why are you so good at this? <</dialog>> <<dialog "Shiori">><i>*Gggkk* *Gggkk* *Gggk*</i> I've thoughth abvout ith foe a hwhile~ I thid my reshearch <</dialog>> <<dialog "You">>O-oh my god! It feels even better when you speak~ <</dialog>> <div class="button-row"> <<regButton "shiori6-bjb" "Keep sucking hard">><</regButton>> <<regButton "shiori6-makeout" "Make out">><</regButton>> </div> </div> <<if false>> [[shiori6-makeout]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/makeout.mp4" type="video/mp4"> </video> <<dialog "You">>Mm~ Your lips are so sweet. <</dialog>> <<dialog "Shiori">>Mmmm~ I can't believe I'm kissing you~ <</dialog>> <div class="button-row"> <<regButton "shiori6-bjc" "Blowjob">><</regButton>> </div> </div> <<if false>> [[shiori6-bjc]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6/bjc'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "Shiori">><i>*Gggkk* *slurp* *Gggkk* *Gggk*</i> <</dialog>> <<dialog "You">>Ahh~ Y-your mouth is so warm~ How are you moving your tongue like thaaaaahh~ <</dialog>> <div class="button-row"> <<regButton "shiori6-bjc" "Keep sucking">><</regButton>> <<regButton "shiori6-balls" "Lick balls">><</regButton>> </div> </div> <<if false>> [[shiori6-balls]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <<dialog "Shiori">>They told me not to neglect this too~ <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6/balls'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Ohhhhhh~ I have chills~ Wh-who told you that? Ahhh~ <</dialog>> <<dialog "Shiori">><i>*slurp* *slurp* *slurp*</i> <</dialog>> <div class="button-row"> <<regButton "shiori6-balls" "Keep licking">><</regButton>> <<regButton "shiori6-deep" "Deepthroat">><</regButton>> </div> </div> <<if false>> [[shiori6-deep]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <<dialog "Shiori">><i>*INHAAALE*</i> <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6/deep'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Aaaahhhhhh~ I'm reaching the back of your fucking throat~ <</dialog>> <<dialog "Shiori">><i>*HHGGKK*</i> <</dialog>> <div class="button-row"> <<regButton "shiori6-deep" "Keep going">><</regButton>> <<regButton "shiori6-undress" "Cowgirl">><</regButton>> </div> </div> <<if false>> [[shiori6-undress]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <<dialog "Shiori">>I can't take it anymore! I need you inside me~ I want you to be my first~ <</dialog>> <<dialog "You">>Are you su-Ahhhhh~ You're already so fucking wet, Shiori! <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/undress.mp4" type="video/mp4"> </video> <<dialog "Shiori">>AHHHH~ Th-this... It feels goood~ <</dialog>> <div class="button-row"> <<regButton "shiori6-cowa" "Continue">><</regButton>> </div> </div> <<if false>> [[shiori6-cowa]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6/cowa'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Ahh~ Ahh~ <</dialog>> <<dialog "Shiori">>Ahhhh~ I think... Ahhhhh~ I love you~ <</dialog>> <div class="button-row"> <<regButton "shiori6-cowa" "Keep going">><</regButton>> <<regButton "shiori6-cowb" "She cums">><</regButton>> </div> </div> <<if false>> [[shiori6-cowb]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/cowb.mp4" type="video/mp4"> </video> <<dialog "Shiori">>S-something's happening. Ahhhhhh~ <</dialog>> <<dialog "You">>Are you cumming?? <</dialog>> <<dialog "Shiori">>Hnnggggggg~ Th-that felt amazing, $player.name. I want to keep going!! <</dialog>> <div class="button-row"> <<regButton "shiori6-cowa" "Cowgirl again">><</regButton>> <<regButton "shiori6-side" "Side Cowgirl">><</regButton>> <<regButton "shiori6-reva" "Reverse Cowgirl">><</regButton>> <<regButton "shiori6-misa" "Missionary">><</regButton>> </div> </div> <<if false>> [[shiori6-side]][[shiori6-reva]][[shiori6-misa]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6/side'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "Shiori">>Ahh~ Ahh~ I wanna experience your dick in every angle~ Ahhhh~ <</dialog>> <<dialog "You">>Shiori... You have lost your innocence~ <</dialog>> <<dialog "Shiori">>Ohhhh~ It's your fauuult!! <</dialog>> <div class="button-row"> <<regButton "shiori6-side" "Keep going">><</regButton>> <<regButton "shiori6-reva" "Reverse Cowgirl">><</regButton>> <<regButton "shiori6-misa" "Missionary">><</regButton>> <<regButton "shiori6-cowa" "Cowgirl">><</regButton>> </div> </div> <<if false>> [[shiori6-side]][[shiori6-reva]][[shiori6-misa]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6/reva'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Shiori">>Ahh~ Ahh~ <</dialog>> <<dialog "You">>Even your ass is perfect~ <</dialog>> <<dialog "Shiori">>Ahhhhh~ I feel something coming agaiiiin~ <</dialog>> <div class="button-row"> <<regButton "shiori6-reva" "Keep going">><</regButton>> <<regButton "shiori6-revb" "She cums">><</regButton>> </div> </div> <<if false>> [[shiori6-revb]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <<dialog "You">>You've been doing all the work. Lie down.~ <</dialog>> <<dialog "Shiori">>Ahn~ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/misa.mp4" type="video/mp4"> </video> <<dialog "Shiori">>Ahh~ Ahh~ Ahh~ <</dialog>> <div class="button-row"> <<regButton "shiori6-misb" "Faster">><</regButton>> </div> </div> <<if false>> [[shiori6-misb]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <<dialog "Shiori">>Hnnnnngggggg~ I'm... gonna... lose my mind~ Ahhhhhh~ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/revb.mp4" type="video/mp4"> </video> <<dialog "You">>Holy shit, you're cumming so hard. <</dialog>> <<dialog "Shiori">>I... I want more~ <</dialog>> <div class="button-row"> <<regButton "shiori6-misa" "Missionary">><</regButton>> <<regButton "shiori6-reva" "Reverse Cowgirl">><</regButton>> <<regButton "shiori6-side" "Side Cowgirl">><</regButton>> <<regButton "shiori6-cowa" "Cowgirl">><</regButton>> </div> </div> <<if false>> <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <<dialog "You">>I'm speeding up. <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6/misb'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "Shiori">>AHHHH~ AHHHH~ AHHHHHH~ I came agaaaain~ I love youuuu~ <</dialog>> <div class="button-row"> <<regButton "shiori6-misb" "Keep going">><</regButton>> <<regButton "shiori6-hard" "Fuck Harder">><</regButton>> </div><div class="button-row"> <<regButton "shiori6-reva" "Reverse Cowgirl">><</regButton>> <<regButton "shiori6-side" "Side">><</regButton>> <<regButton "shiori6-cowa" "Cowgirl">><</regButton>> </div> </div> <<if false>> [[shiori6-hard]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/hard.mp4" type="video/mp4"> </video> <<dialog "Shiori">>AAAHHHHH~ S-slow down a biiit~ I'm going crazyyyy~ <</dialog>> <<dialog "You">>I'm cumming, Shiori! <</dialog>> <<dialog "Shiori">> Cum for meeee~ <</dialog>> <div class="button-row"> <<regButton "shiori6-cum" "Cum">><</regButton>> </div> </div> <<if false>> [[shiori6-cum]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/cum.mp4" type="video/mp4"> </video> <<dialog "You">>Ahhh~ Right on your pretty face~ <</dialog>> <<dialog "Shiori">>Ahhh~ Th-that... was amazing... <</dialog>> <div class="button-row"> <<regButton "shiori6-clean" "Clean">><</regButton>> </div> </div> <<if false>> [[shiori6-clean]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/clean.mp4" type="video/mp4"> </video> <<dialog "You">>Clean it up for me. <</dialog>> <<dialog "Shiori">>Okay~ <i>*nom*</i> <</dialog>> <div class="button-row"> <<regButton "shiori6-end" "End">><</regButton>> </div> </div> <<if false>> [[shiori6-end]] <</if>> <<set $location to "Studio">>
<<backend>> <<set $passargs = {passage: "res-area", text: "Take her home"}>> <<if $shiori.quest == 6>> <<set $shiori.quest = 7>> <<set $passargs = {passage: "shiori6-end2", text: "End"}>> <</if>> <</backend>><div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6/end.mp4" type="video/mp4"> </video> <<dialog "Shiori">>Thank you. It felt really good~ <</dialog>> <<dialog "You">>It felt good for me too~ <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>></h1> <div class="button-row"> <<regButton $passargs.passage $passargs.text>><</regButton>> </div> </div> <<if false>> [[shiori6-end2]] <</if>> <<set $location to "Studio">> <<set $shiori.love = $shiori.love + 3>>
<div class="bg studio"></div> <div class="content-panel"> <<dialog "Shiori">>Hey, $player.name? <</dialog>> <<dialog "You">>Yeah? <</dialog>> <<dialog "Shiori">>What are we now? <</dialog>> <<dialog "You">>I... don't know. <</dialog>> <<dialog "Shiori">>I meant what I said earlier. I love you. <</dialog>> <<dialog "You">>I... don't know if I'm there yet. But I do like you a lot. <</dialog>> <<dialog "Shiori">>... Why do you not love me? <</dialog>> <<dialog "You">>I think I supressed it. You have a deep seated trauma after all. It felt like I'd be betraying your trust if I developed any sort of feelings for you. <</dialog>> <<dialog "Shiori">>I understand. <</dialog>> <<dialog "You">>I can get there, though. Like I said, I do like you a lot. How can I not? <</dialog>> <<dialog "Shiori">>I... want you to develop feelings for me before we make our relationship official. I will wait for you, okay? <</dialog>> <<dialog "You">>Thank you. <</dialog>> <<dialog "Shiori">>Would it be okay if we continued seeing each other like this? I don't think I can let sex go now that I have experienced it, and I don't think I want to do it with anyone else but you. <</dialog>> <<dialog "You">>Of course, we can. <</dialog>> <<dialog "Shiori">>Hmph. Pervert~ <</dialog>> <<dialog "You">>Guilty as charged~ <</dialog>> <<dialog "Shiori">>Hehe. Take me home~ <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +7<</glow>></h1> <div class="button-row"> <<regButton "res-area" "Take her home">><</regButton>> </div> </div> <<if false>> <</if>> <<set $location to "Studio">> <<if $shiori.quest == 6>><<set $shiori.quest = 7>><</if>> <<backend>> <<script>> incrementTime(2, 0); <</script>> <</backend>> <<set $shiori.love = $shiori.love + 7>>
<<backend>> <<set $tempStats.maxhp = 100 + (($tempStats.level - 1) * 5) + ($tempStats.str * 2)>> <<set $tempStats.maxep = 100 + (($tempStats.level - 1) * 5) + ($tempStats.agi * 2)>> <<set $stats.maxhp = 100 + (($stats.level - 1) * 5) + ($stats.str * 2)>> <<set $stats.maxep = 100 + (($stats.level - 1) * 5) + ($stats.agi * 2)>> <</backend>><div style="white-space: nowrap; line-height:.8;"> <h1><<glow "0.5px yellow" "8px orange" 24>>Stats<</glow>> <<if $sick >= 5 && $akane.quest == 1>><<glow "0.5px pink" "8px magenta" 18>> You are sick.<</glow>><</if>> <<glow "0.5px lime" "8px green" 18>><span style="color: #cfc;">Money: $<<print $player.money>></span><</glow>> <div style="display: flex; "> <div style="width: 50%; text-align: center;"><h1><<glow "0.5px red" "8px red">><span style="color: red;">Health:</span><</glow>></h1></div> <div style="width: 50%"><h1><<glow "0.5px red" "8px red">><span style="color: red;"><<print $stats.hp>> / <<print $stats.maxhp>><<if $stats.maxhp < $tempStats.maxhp>><<print ' +'+($tempStats.maxhp-$stats.maxhp)>><</if>></span><</glow>></h1></div> </div><div style="display: flex;"> <div style="width: 50%; text-align: center;"><h1><<glow "0.5px white" "8px yellow">>Energy:<</glow>></h1></div> <div style="width: 50%"><h1><<glow "0.5px white" "8px yellow">><span><<print $stats.ep>> / <<print $stats.maxep>><<if $stats.maxep < $tempStats.maxep>><<print ' +'+($tempStats.maxep-$stats.maxep)>><</if>></span><</glow>></h1></div></div></h1>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shoot1/'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Wow... She's like a different person. What a pro. <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <<dialog "Photographer">>Okay, Shiori. You can take a short break then come back with the other bikini. <</dialog>> <<dialog "Shiori">>Okay~ <</dialog>> <div class="button-row"> <<regButton "shiori6a-2" "Sneak into the dressing room">><</regButton>> </div> </div> <<if false>> [[shiori6a-2]] <</if>> <<set $location to "Studio">> <<set $shiori.love = $shiori.love + 1>>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6a/intro1.mp4" type="video/mp4"> </video> <<dialog "You">>Heyyy! Shiori! <</dialog>> <<dialog "Shiori">>$player.name? Why are you here? <</dialog>> <<dialog "You">>Shhhhh... <</dialog>> <div class="button-row"> <<regButton "shiori6a-3" "Continue">><</regButton>> </div> </div> <<if false>> [[shiori6a-3]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <<dialog "You">>You looked so beautiful back there, I want to see you up close. <</dialog>> <<dialog "Shiori">>G-geez... You're just saying that~ <</dialog>> <<dialog "You">>No way. Let me see~ <</dialog>> <<dialog "Shiori">>Ehh? W-wait... <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6a/intro2.mp4" type="video/mp4"> </video> <<dialog "You">>Damn <</dialog>> <div class="button-row"> <<regButton "shiori6a-4" "Kiss her">><</regButton>> </div> </div> <<if false>> [[shiori6a-4]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <<dialog "You">>I'm so lucky to have you... <</dialog>> <<dialog "Shiori">>Y-you really mean it? <</dialog>> <<dialog "You">>Of course. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6a/kiss1.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "shiori6a-5" "Undress her">><</regButton>> </div> </div> <<if false>> [[shiori6a-5]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6a/undress.mp4" type="video/mp4"> </video> <<dialog "Shiori">>I see where this is going~ <</dialog>> <<dialog "You">>I'm glad we're in agreement <</dialog>> <div class="button-row"> <<regButton "shiori6a-6" "Grope her">><</regButton>> </div> </div> <<if false>> [[shiori6a-6]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6a/grope'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Shiori">>We cant~ I need to go back soon~ <</dialog>> <<dialog "You">>I can't help it. You're too beautiful. <</dialog>> <<dialog "Shiori">>How about a blowjob instead? <</dialog>> <div class="button-row"> <<regButton "shiori6a-6" "Keep groping">><</regButton>> <<regButton "shiori6a-7" "Blowjob">><</regButton>> </div> </div> <<if false>> [[shiori6a-7]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6a/bja'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>That feels good~ <</dialog>> <<dialog "Shiori">>Mm <i>*Ggk*</i> <</dialog>> <div class="button-row"> <<regButton "shiori6a-7" "Keep sucking">><</regButton>> <<regButton "shiori6a-8" "I wanna see your ass">><</regButton>> </div> </div> <<if false>> [[shiori6a-8]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6a/bjb'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Shiori">><i>*Ggk*</i> Awe you <i>*Ggk*</i> ngonnhuh cgumf shoonh? <</dialog>> <<dialog "You">>Not even close... Let's just do it. it will be quicker. <</dialog>> <<dialog "Shiori">><i>*Ggk* *Ggk* *Slurp*</i> ...Fine. <</dialog>> <<dialog "You">>Sweet~ <</dialog>> <div class="button-row"> <<regButton "shiori6a-8" "Repeat">><</regButton>> <<regButton "shiori6a-9" "Fuck her">><</regButton>> </div> </div> <<if false>> [[shiori6a-9]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6a/mir'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "Shiori">><i>Ahhhh~ This is... Ahhhh~ so risky...</i> <</dialog>> <<dialog "You">><i>Isn't it exciting?</i> <</dialog>> <<dialog "Shiori">><i>Hngggg~ Maybe a little~</i> <</dialog>> <div class="button-row"> <<regButton "shiori6a-9" "Keep going">><</regButton>> <<regButton "shiori6a-10" "Desk Doggy">><</regButton>> <<regButton "shiori6a-11" "Chair Missionary">><</regButton>> </div> </div> <<if false>> [[shiori6a-10]][[shiori6a-11]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6a/desk'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Shiori">><i>Ahhhh~ We'll get caught... Ahhhh~</i> <</dialog>> <<dialog "You">><i>We might~</i> <</dialog>> <<dialog "Shiori">><i>Ahhhh~</i> <</dialog>> <div class="button-row"> <<regButton "shiori6a-10" "Keep going">><</regButton>> <<regButton "shiori6a-11" "Chair Missionary">><</regButton>> <<regButton "shiori6a-9" "Mirror Doggy">><</regButton>> </div> </div> <<if false>> <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6a/mis'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Shiori">><i>Ahhhh~ Are you close? Ahhhh~</i> <</dialog>> <<dialog "You">><i>I'm... getting there~</i> <</dialog>> <<dialog "Shiori">><i>Ahhhh~ Hurryyyy~</i> <</dialog>> <div class="button-row"> <<regButton "shiori6a-11" "Keep going">><</regButton>> <<regButton "shiori6a-knock" "Continue">><</regButton>> <<regButton "shiori6a-10" "Desk Doggy">><</regButton>> <<regButton "shiori6a-9" "Mirror Doggy">><</regButton>> </div> </div> <<if false>> [[shiori6a-knock]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <strong style="font-size: 30px;">*KNOCK* *KNOCK* *KNOCK*</strong> <<dialog "Photographer">>Shiori? You alright in there? <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6a/knock1.mp4" type="video/mp4"> </video> <<dialog "You">><i>Shit!</i> <</dialog>> <<dialog "Shiori">><i>Fuck! Hide!</i> Yes! I'm fine! Just cleaning up my uhh... make up! I'll be right out! <</dialog>> <div class="button-row"> <<regButton "shiori6a-closet" "Fuck her again">><</regButton>> </div> </div> <<if false>> [[shiori6a-closet]][[shiori6a-desk]][[shiori6a-chair]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6a/hide'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Shiori">><i>Ahhhh~ Hurry up~ That was scaryyy~</i> <</dialog>> <<dialog "You">><i>I'm close~</i> <</dialog>> <div class="button-row"> <<regButton "shiori6a-closet" "Keep going">><</regButton>> <<regButton "shiori6a-kiss" "Kiss her">><</regButton>> <<regButton "shiori6a-desk" "Desk Doggy">><</regButton>> <<regButton "shiori6a-chair" "Mirror Doggy">><</regButton>> </div> </div> <<if false>> [[shiori6a-kiss]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6a/desk'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Shiori">><i>Ahhhh~ I wanna yell~ Ahhhh~</i> <</dialog>> <<dialog "You">><i>That would be hot.</i> <</dialog>> <<dialog "Shiori">><i>Shut ahhhhhh~</i> <</dialog>> <div class="button-row"> <<regButton "shiori6a-desk" "Keep going">><</regButton>> <<regButton "shiori6a-hard" "Harder">><</regButton>> <<regButton "shiori6a-chair" "Chair Missionary">><</regButton>> <<regButton "shiori6a-closet" "Hide">><</regButton>> </div> </div> <<if false>> <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/shiori/shiori6a/mis'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Shiori">><i>Ahhhh~ Why are we here agaainnn~</i> <</dialog>> <<dialog "You">><i>I wanna look at you while I fuck you~ You're so beautiful~</i> <</dialog>> <<dialog "Shiori">><i>Ahhhh~</i> <</dialog>> <div class="button-row"> <<regButton "shiori6a-chair" "Keep going">><</regButton>> <<regButton "shiori6a-desk" "Desk Doggy">><</regButton>> <<regButton "shiori6a-closet" "Hide">><</regButton>> </div> </div> <<if false>> [[shiori6a-hard]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6a/kiss2.mp4" type="video/mp4"> </video> <<dialog "Shiori">><i>Mmmm~ I love you~</i> <</dialog>> <<dialog "You">><i>Your lips are so sweet~</i> <</dialog>> <<dialog "Shiori">><i>...</i> <</dialog>> <div class="button-row"> <<regButton "shiori6a-closet" "Keep going">><</regButton>> <<regButton "shiori6a-desk" "Desk Doggy">><</regButton>> <<regButton "shiori6a-chair" "Mirror Doggy">><</regButton>> </div> </div> <<if false>> <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6a/hard1.mp4" type="video/mp4"> </video> <<dialog "Shiori">><i>Ahhh~ Are you clooose?</i> <</dialog>> <<dialog "You">><i>I'm cumming!</i> <</dialog>> <div class="button-row"> <<regButton "shiori6a-cum" "Cum">><</regButton>> </div> </div> <<if false>> [[shiori6a-cum]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6a/cum.mp4" type="video/mp4"> </video> <<dialog "Shiori">><i>Ahhh~ That was so scary!</i> <</dialog>> <<dialog "You">><i>That was so hot!</i> <</dialog>> <div class="button-row"> <<regButton "shiori6a-end1" "Let's do it again!">><</regButton>> </div> </div> <<if false>> [[shiori6a-end1]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6a/end1.mp4" type="video/mp4"> </video> <<dialog "Shiori">><i>Are you crazy???</i> <</dialog>> <<dialog "You">><i>Crazy about you~</i> <</dialog>> <<dialog "Shiori">><i>*Blushes* Th-that was corny! I gotta get back to work!</i> <</dialog>> <<dialog "You">><i>Aww~ Okay, I'll see you later!</i> <</dialog>> <div class="button-row"> <<regButton "shiori6a-end2" "Continue">><</regButton>> </div> </div> <<if false>> [[shiori6a-end2]] <</if>> <<set $location to "Studio">>
<div class="bg studio"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shiori6a/end2.mp4" type="video/mp4"> </video> <<dialog "Photographer">>Shiori? Are you ready yet? <</dialog>> <<dialog "Shiori">>Yes~ Coming! <</dialog>> <div class="button-row"> <<regButton "shiori6a-end3" "Continue">><</regButton>> </div> </div> <<if false>> [[shiori6a-end3]] <</if>> <<set $location to "Studio">>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> They wrap up and you go home. <hr> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shoot1/walk2.mp4" type="video/mp4"> </video> <<dialog "Shiori">>I'm tired~ <</dialog>> <<dialog "You">>Good work today! <</dialog>> <<dialog "Shiori">>I had fun walking around in public again today though~ I wasn't anxious the entire time! <</dialog>> <<dialog "You">>Yeah. That was a great date~ <</dialog>> <<dialog "Shiori">>I thought the sex was supposed to be after the date though! <</dialog>> <<dialog "You">>You were so pretty! Can you blame me? <</dialog>> <<dialog "Shiori">>Hmph! <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "shiori6a-end4" "You arrive at her place">><</regButton>> </div> </div> <<if false>> [[shiori6a-end4]] <</if>> <<set $location to "Business Area">> <<set $shiori.love = $shiori.love + 1>> <<backend>> <<script>> incrementTime(1, 30); <</script>> <</backend>>
<<bg "residential" $hour>><</bg>> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/shiori/shoot1/walk3.mp4" type="video/mp4"> </video> <<dialog "Shiori">>We're here! <</dialog>> <<dialog "You">>Aww~ I wanted to walk with you more! <</dialog>> <<dialog "Shiori">>I do too! But I need to have dinner with my sister. <</dialog>> <<dialog "You">>Ughh. I hate that that's a valid reason. <</dialog>> <<dialog "Shiori">>Pfft~ Thanks again for today! It was a great date~ <</dialog>> <<dialog "You">>Enjoy your dinner, Shiori! <</dialog>> <<dialog "Shiori">>I will~ <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +1<</glow>></h1> <div class="button-row"> <<regButton "res-area" "Leave">><</regButton>> </div> </div> <<if false>> <</if>> <<set $location to "Residential Area">> <<set $shiori.love = $shiori.love + 1>> <<if $shiori.quest < 8>><<set $shiori.quest = 8>><</if>> <<backend>> <<script>> incrementTime(0, 10); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<if $player.money >= 1500>><<backend>> <<set $yuki.love = $yuki.love + 1>> <<set $player.money = $player.money - 1500>> <<set $yuki.spending = $yuki.spending + 1500>> <<set $speper = $yuki.spending / 2500 * 100>> <</backend>> <h1><<glow "0.65px limegreen" "10px lime">>Money: <<print "$"+$player.money>><</glow>></h1><h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending+" / $1250">><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "You">>Honey pack? <</dialog>> <<dialog "Yuki">>You don't know what a honey pack is? <</dialog>> <<dialog "You">>Nope. <</dialog>> <<dialog "Yuki">>It's a performance enhancer for sex. <</dialog>> <<dialog "You">>Hah. Like I need something like that. <</dialog>> <<dialog "Yuki">>Uh huh. Come with me to the back. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/aph/intro1.mp4" type="video/mp4"> </video> <div class="button-row id-row"> <<regButton "yuki-aph2" "Try it">><</regButton>> </div> <<else>> <h1><<glow "0.65px limegreen" "10px lime">>Money Spent: <<print "$"+$yuki.spending>><</glow>><<bar $speper.toFixed(2) "Spending">><</bar>></h1> <<dialog "Yuki">>Looks like you're broke. Too bad. It's pretty powerful too. <</dialog>> <div class="button-row id-row"> <<regButton "yuki-avail" "Continue">><</regButton>> </div> <</if>> </div> <<if false>> /* connected passages */ [[yuki-aph2]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<backend>> <<script>> incrementTime(0, 5); <</script>> <</backend>>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/aph/intro2.mp4" type="video/mp4"> </video> <<dialog "You">>We're going to do it in front of this guy? <</dialog>> <<dialog "Yuki">>Like I said, It's fine. He's used to it. He's my muscle. <</dialog>> <<dialog "You">><i>I could knock him out with one punch though.</i> <</dialog>> <<dialog "Yuki">>What was that? <</dialog>> <<dialog "You">>Nothing. Let me try the honey pack. <</dialog>> <div class="button-row id-row"> <<regButton "yuki-aph3" "Drink it all">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-aph3]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <<dialog "Yuki">>Wait! We're both supposed to take half!! <</dialog>> <<dialog "You">>Wh-wha? <</dialog>> <<dialog "Yuki">>You just drank two doses... <</dialog>> <<dialog "You">>I... I feel weird... <</dialog>> <<dialog "Yuki">>Crap. Why are you looking at me like that? <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/aph/kissa.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Mmmmmpppphhh!!! <</dialog>> <div class="button-row id-row"> <<regButton "yuki-aph4" "Pounce on her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-aph4]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/aph/attack1.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Calm down! Calm down! <</dialog>> <<dialog "You">>Y-yuki! I feel so hot!! <</dialog>> <<dialog "Yuki">>Sh-shit! <</dialog>> <div class="button-row id-row"> <<regButton "yuki-aph5" "Suck on her tits">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-aph5]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/aph/attack2.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Ahh~ Why did you drink all of it???? <</dialog>> <<dialog "You">>Mmm! <i>*Slurp*</i> <</dialog>> <<dialog "Yuki">>Ahhh~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-kiss" "Kiss her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-kiss]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/aph/kissb'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>Mmmm~ <</dialog>> <<dialog "You">>Yuki~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-kiss" "Keep kissing">><</regButton>> <<regButton "yuki-asph-bja" "Blowjob">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-bja]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/aph/bja'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Suck me off!! <</dialog>> <<dialog "Yuki">>Hnngggkkk~ Ggkk~ Ggkk~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-bja" "Keep going">><</regButton>> <<regButton "yuki-asph-bjb" "Intensify">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-bjb]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/aph/bjb'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>Waaaii--gggkkk Ggkkk <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-bjb" "Keep going">><</regButton>> <<regButton "yuki-asph-rub" "Rub her pussy">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-rub]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/aph/rub.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Ahhhh~ Wait! Ahhhhhhh~ <</dialog>> <<dialog "You">>Your panties are already soaking~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-cun" "Eat her out">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-cun]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/aph/cun.mp4" type="video/mp4"> </video> <<dialog "You">>Ahhh~ I want a taste~ <</dialog>> <<dialog "Yuki">>Ahhhhhhh~ Th-that feels good~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-fin" "Make her squirt">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-fin]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/aph/finger.mp4" type="video/mp4"> </video> <<dialog "Yuki">>AHHHHHH~ <</dialog>> <<dialog "You">>It's like a fountain! <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-misa" "Fuck her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-misa]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/aph/misa'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>AHHH~ AHHH~ You're really~ AHHHH~ going at it~ <</dialog>> <<dialog "You">>It's so tiiiight~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-misa" "Keep going">><</regButton>> <<regButton "yuki-asph-prone" "Pronebone">><</regButton>> <<regButton "yuki-asph-carry" "Carry">><</regButton>> <<regButton "yuki-asph-cabinet" "Doggy against the cabinet">><</regButton>> <<regButton "yuki-asph-doggy" "Standing Doggy">><</regButton>> <<regButton "yuki-asph-misb" "Missionary on the table">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-prone]][[yuki-asph-cabinet]][[yuki-asph-carry]][[yuki-asph-doggy]][[yuki-asph-misb]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/aph/prone'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>Ahhhhh~ I think I'm about toooooo~ <</dialog>> <<dialog "You">>Cum for me, Yuki!! <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-prone" "Keep going">><</regButton>> <<regButton "yuki-asph-prone-cum" "Make her cum">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-prone-cum]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/aph/cabinet'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>Waiiiiit~ Ahhhhh~ You're too rough~ <</dialog>> <<dialog "You">>I'm gonna make you cum~ <</dialog>> <<dialog "Yuki">>I-I... Feel it~ Ahhhh~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-cabinet" "Keep going">><</regButton>> <<regButton "yuki-asph-cabinet-cum" "Make her cum">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-cabinet-cum]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/aph/carry'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>Ahhhhh~ Holy crap~ Ahhhhh~ You're so strong~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-carry" "Keep going">><</regButton>> <<regButton "yuki-asph-cabinet" "Doggy against the cabinet">><</regButton>> <<regButton "yuki-asph-doggy" "Standing Doggy">><</regButton>> <<regButton "yuki-asph-misb" "Missionary on the table">><</regButton>> <<regButton "yuki-asph-misa" "Missionary on the floor">><</regButton>> <<regButton "yuki-asph-prone" "Pronebone">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/aph/doga1.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Ahhh~ You're shaking meee~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-doggy2" "Harder">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-doggy2]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/aph/misb'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>Ahhhhh~ Fuck it, keep going~ Use me~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-misb" "Keep going">><</regButton>> <<regButton "yuki-asph-hard" "Harder">><</regButton>> <<regButton "yuki-asph-misa" "Missionary on the floor">><</regButton>> <<regButton "yuki-asph-prone" "Pronebone">><</regButton>> <<regButton "yuki-asph-carry" "Carry">><</regButton>> <<regButton "yuki-asph-cabinet" "Doggy against the cabinet">><</regButton>> <<regButton "yuki-asph-doggy" "Standing Doggy">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-hard]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/aph/prone-cum.mp4" type="video/mp4"> </video> <<dialog "Yuki">>HNNGGGGG~ AHHHHHHH~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-prone" "One more time">><</regButton>> <<regButton "yuki-asph-carry" "Carry">><</regButton>> <<regButton "yuki-asph-cabinet" "Doggy against the cabinet">><</regButton>> <<regButton "yuki-asph-doggy" "Standing Doggy">><</regButton>> <<regButton "yuki-asph-misb" "Missionary on the table">><</regButton>> <<regButton "yuki-asph-misa" "Missionary on the floor">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/aph/cabinet-cum.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Ahhhhhh~ That was awesome~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-cabinet" "One more time">><</regButton>> <<regButton "yuki-asph-doggy" "Standing Doggy">><</regButton>> <<regButton "yuki-asph-misb" "Missionary on the table">><</regButton>> <<regButton "yuki-asph-misa" "Missionary on the floor">><</regButton>> <<regButton "yuki-asph-prone" "Pronebone">><</regButton>> <<regButton "yuki-asph-carry" "Carry">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/aph/dogb'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>Fuuuuuck~ I think I'm about to cum agaaain~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-doggy2" "Keep going">><</regButton>> <<regButton "yuki-asph-doggy-cum" "Make her cum">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-doggy-cum]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/aph/dog-cum.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Hngggg~ Ahhhh~ My legs can't take it~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-doggy" "One more time">><</regButton>> <<regButton "yuki-asph-misb" "Missionary on the table">><</regButton>> <<regButton "yuki-asph-misa" "Missionary on the floor">><</regButton>> <<regButton "yuki-asph-prone" "Pronebone">><</regButton>> <<regButton "yuki-asph-carry" "Carry">><</regButton>> <<regButton "yuki-asph-cabinet" "Doggy against the cabinet">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <<dialog "You">>I'm speeding up. <</dialog>> <<dialog "Yuki">>You mean this isn't fast yet? How are you so-- <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/aph/hard'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>AHHHHHH!!! WAAAIT~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-hard" "Keep fucking">><</regButton>> <<regButton "yuki-asph-cum" "Cum">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-cum]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <<dialog "You">>I'M COMIIING~ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/aph/cum.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Hmmmmmppfff! Not in the mouth~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-end" "Postnut clarity hits you">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-end]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/aph/end.mp4" type="video/mp4"> </video> <<dialog "You">>F-fuck... Yuki... I'm sorry... I just couldn't... <</dialog>> <<dialog "Yuki">>Hahahaha! That was great! You were like a wild animal~ <</dialog>> <<dialog "You">>I'm really sorry... <</dialog>> <<dialog "Yuki">>Don't worry about it. I should have warned you about the honey pack properly. <</dialog>> <div class="button-row id-row"> <<regButton "yuki-asph-end2" "End">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki-asph-end2]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki3/yuki3-26.mp4" type="video/mp4"> </video> <<dialog "You">>Hey, Yuki? I wann say sorry again... <</dialog>> <<dialog "Yuki">>Stop that~ I enjoyed it~ You paid for it anyways. Thanks again for the patronage~ Now get out of here. I'm changing. <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +3<</glow>></h1> <div class="button-row id-row"> <<regButton "konbini" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">><<set $yuki.love = $yuki.love + 3>> <<set $minute to 59>> <<if $yuki.quest < 4>><<set $yuki.quest = 4>><</if>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<dialog "You">>Huh... Where's Yuki? <</dialog>> <div class="button-row id-row"> <<regButton "yuki4-2" "You see her outside">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki4-2]] <</if>> <<set $hidenav = 1>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<<bg "konbini" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Hey, Yuki! Why are you out here? <</dialog>> <<dialog "Yuki">>Oh... $player.name... I... have an appointment. <</dialog>> <img src="img/misc/yuki-sad.jpg" style="max-width: 40%;"> <<dialog "You">>Hey. Are you okay? <</dialog>> <<dialog "Yuki">>Yeah. I gotta go. <</dialog>> <<dialog "You">><i>Is she taking customers outside again?</i> <</dialog>> <div class="button-row id-row"> <<regButton "yuki4-3" "Secretly follow her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki4-3]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg alley"></div> <div class="content-panel"> <<dialog "You">><i>I'll wear glasses so she doesn't notice me... Huh? Who's that baldie?</i> <</dialog>> <<enemy "loanshark" "Loan Shark" "alley" "left" "enemies">>Ah~ You bitch. You made me wait a while. <</enemy>> <<dialog "Yuki">>You said within the day. It's not midnight yet. What do you want? I've already paid you. <</dialog>> <<enemy "loanshark" "Loan Shark" "alley" "left" "enemies">>Yeah, but you paid late. That's a 50% increase in interest. <</enemy>> <<dialog "Yuki">>What are you talking about? The due date was yesterday and I paid yesterday. <</dialog>> <<enemy "loanshark" "Loan Shark" "alley" "left" "enemies">>Clearly, you don't know how this business works~ Did you not see the sign out front? Business hours start at 7am til 8am. You paid at 10am. You. Were. Late. <</enemy>> <<dialog "Yuki">>Wh-what? <</dialog>> <<enemy "loanshark" "Loan Shark" "alley" "left" "enemies">>Kekeke~ I have people staying at your place. You can't escape~ <</enemy>> <<dialog "Yuki">>B-but... <</dialog>> <<enemy "loanshark" "Loan Shark" "alley" "left" "enemies">>But, I'm a nice guy~ I can put you to work so you can pay~ Come with me. <</enemy>> <<dialog "Yuki">>... <</dialog>> <img src="img/misc/yuki-loan1.jpg" style="max-width: 50%;"> <<dialog "You">>... <</dialog>> <div class="button-row id-row"> <<regButton "yuki4-4" "Intervene">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki4-4]] <</if>> <<set $location to "Alley">> <<set $profile to "yuki-profile">>
<div class="bg alley"></div> <div class="content-panel"> <img src="img/misc/yuki-loan2.jpg" style="max-width: 60%;"> <<dialog "You">>I heard everything. <</dialog>> <<enemy "loanshark" "Loan Shark" "alley" "left" "enemies">>Hah? Is this bitch your girlfriend or something? You poor bastard. If you let go, maybe I'll sell you with her kekeke~ <</enemy>> <<dialog "Yuki">>S-sell me? <</dialog>> <<dialog "You">>... <</dialog>> <div class="button-row id-row"> <<regButton "yuki4-5" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki4-5]] <</if>> <<set $location to "Alley">> <<set $profile to "yuki-profile">>
<div class="bg alley"></div> <div class="content-panel"> <<dialog "Yuki">>H-hey... $player.name. Let him go. You don't want to get involved. <</dialog>> <<dialog "You">>... <</dialog>> <img src="img/misc/yuki-loan3.jpg" style="max-width: 60%;"> <<enemy "loanshark" "Loan Shark" "alley" "left" "enemies">>Listen to your bitch, kid. <</enemy>> <<dialog "You">>Call her a bitch one more time. <</dialog>> <div class="button-row id-row"> <<regButton "yuki4-6" "Choose Violence">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki4-6]] <</if>> <<set $location to "Alley">> <<set $profile to "yuki-profile">>
<div class="bg alley"></div> <div class="content-panel"> <<enemy "loanshark" "Loan Shark" "alley" "left" "enemies">>She's a b-- <</enemy>> <img src="img/misc/yuki-loan4.jpg" style="max-width: 60%;"> <<dialog "Yuki">>Wh-what!? <</dialog>> <<dialog "You">>Fucker. <</dialog>> <<dialog "Yuki">>Let's get out of here!! <</dialog>> <img src="img/misc/yuki-loan5.jpg" style="max-width: 60%;"> <div class="button-row id-row"> <<regButton "yuki4-7" "Convenience Store">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki4-7]] <</if>> <<set $location to "Alley">> <<set $profile to "yuki-profile">>
<<bg "konbini" $hour>><</bg>> <div class="content-panel"> <<dialog "Yuki">>Why??? Why. Why. Why do you always resort to beating people up? <</dialog>> <<dialog "You">>He was going to sell you, Yuki. <</dialog>> <<dialog "Yuki">>That's... Fine. I'm grateful. But you don't know what you're getting into. They're gang affiliated... <</dialog>> <<dialog "You">>Believe me. I do. Do you have a place to stay? <</dialog>> <<dialog "Yuki">>I'll stay in the convenience store. They can't touch me in here. Which is why we met up in the alley. <</dialog>> <<dialog "You">>Why can't they? <</dialog>> <<dialog "Yuki">>This store is protected by the Guardian of this town. Sawada Hideo. He's a gangster too, but he's a good person. That loan shark does not want to start a gang war just to take me. <</dialog>> <div class="button-row id-row"> <<regButton "yuki4-8" "Laugh">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki4-8]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<<bg "konbini" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Pfft. HAHAHA! Yeah, I know Sawada Hideo. <</dialog>> <<dialog "Yuki">>Why are you laughing? <</dialog>> <<dialog "You">>No reason. I'm gonna go, but I'll come back. Hold on to my jacket for me. <</dialog>> <<dialog "Yuki">>Huh? Why? Huh... Is this your full name embroidered? Sa wa da $player.name. I didn't know your full name until now... ...Wait. Sawada? HUH!? Are you... <</dialog>> <<dialog "You">>I'll be back. <</dialog>> <<dialog "Yuki">>Wait!!! Are you his son or something!? Waaaait! <i>Did I... start a gang war?</i> <</dialog>> <div class="button-row id-row"> <<regButton "yuki4-9" "Go to your uncle">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki4-9]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<<bg "uncle-house" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Hey, Uncle. <</dialog>> <<dialog "Uncle">>What's up, kid? <</dialog>> <<dialog "You">>I just came to let you know. I'm about to start a war. <</dialog>> <<dialog "Uncle">>Huh? With who? <</dialog>> <<dialog "You">>No idea. A bunch of loan sharks. They touched my girl. You can't stop me. I just came to let you know that I'm about to cause you a lot of headache. <</dialog>> <<dialog "Uncle">>Hah! I'll come with you. I don't like loan sharks anyway. Big Bro Isao doesn't like taking advantage of poor people. We were poor once after all~ <</dialog>> <<dialog "You">>You don't have to, you know? I can crush them alone. <</dialog>> <<dialog "Uncle">>I don't doubt you, but let me get a warm up before the headache comes. Besides, you don't even know where they're at. <</dialog>> <<dialog "You">>Ugk... Suit yourself. <</dialog>> <<dialog "Uncle">>Heh. Like father like son~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki4-10" "Go Shark Hunting">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki4-10]] <</if>> <<set $location to "Home">>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Wow, there's a lot of people. <</dialog>> <<dialog "Uncle">>That looks like the Yamaguchi clan. Did you attack one of them? They look like they're looking for you. <</dialog>> <<dialog "You">>Err... <</dialog>> <<dialog "Uncle">>As impatient as always. <</dialog>> <<dialog "You">>Let's just break through. <</dialog>> <<dialog "Uncle">>After you~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki4-11" "Break through">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki4-11]] <</if>> <<set $location to "Business Area">>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <img src="img/misc/yuki-raid1.jpg" style="max-width: 60%;"> <<enemy "loanshark" "Loan Shark" "business-area-night" "left" "enemies">>Wh-what? <</enemy>> <div class="button-row id-row"> <<regButton "yuki4-12" "Threaten the Loan Shark">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki4-12]] <</if>> <<set $location to "Business Area">>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <<enemy "loanshark" "Loan Shark" "business-area-night" "left" "enemies">>S-sawada! Do you think the Yamaguchi clan will let you go? <</enemy>> <<dialog "Uncle">>Didn't you know? We're already at war because this kid was thinking with his dick. <</dialog>> <<dialog "You">>... <</dialog>> <<enemy "loanshark" "Loan Shark" "business-area-night" "left" "enemies">>Th-the brat from earlier!! <</enemy>> <<dialog "Uncle">>Why'd you have to pick a fight with Big Bro Isao's kid, idiot? <</dialog>> <<enemy "loanshark" "Loan Shark" "business-area-night" "left" "enemies">>Th-that Sawada Isao? I didn't know! <</enemy>> <img src="img/misc/yuki-raid2.jpg" style="max-width: 60%;"> <div class="button-row id-row"> <<regButton "yuki4-13" "Make him write up a contract">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki4-13]] <</if>> <<set $location to "Business Area">>
<<bg "business-area" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Write the contract right here. Call Yuki to let her know. <</dialog>> <<enemy "loanshark" "Loan Shark" "business-area-night" "left" "enemies">>Okay! Okay! <</enemy>> <img src="img/misc/yuki-raid3.jpg" style="max-width: 60%;"> <<dialog "You">>Give me the phone, baldie. <</dialog>> <<enemy "loanshark" "Loan Shark" "business-area-night" "left" "enemies">><i>B-baldie's a little harsh...</i> <</enemy>> <<dialog "Yuki">>Hello? <</dialog>> <<dialog "You">>Hey! I'll come by in a bit to give you your contract~ <</dialog>> <<dialog "Yuki">>O-okay... <</dialog>> <<dialog "You">>Uncle. Can I leave the rest to you? <</dialog>> <<dialog "Uncle">>Sure~ This baldie is pretty fat though~ I don't think I can sell his organs for much. Tsk. <</dialog>> <<enemy "loanshark" "Loan Shark" "business-area-night" "left" "enemies">>B-but! I did what you asked! I let the girl go! <</enemy>> <<dialog "Uncle">>Ehhh? Did I ask you for anything? That was my nephew~ I'm not $player.name, you know~ <</dialog>> <<enemy "loanshark" "Loan Shark" "business-area-night" "left" "enemies">>Hiiik~ NOOOOOO!!! <</enemy>> <div class="button-row id-row"> <<regButton "yuki4-14" "Go to Yuki">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki4-14]] <</if>> <<set $location to "Business Area">>
<div class="bg konbini-int"></div> <div class="content-panel"> <<dialog "You">>Hey. Here's your contract. Your debt is cleared. <</dialog>> <<dialog "Yuki">>Th-thank you. <</dialog>> <<dialog "You">>You don't look too happy. <</dialog>> <<dialog "Yuki">>You... you were a gangster? <</dialog>> <<dialog "You">>... Is that a problem? <</dialog>> <<dialog "Yuki">>Gangsters made my life a living hell, you know!? <</dialog>> <<dialog "You">>That's not me, though. <</dialog>> <<dialog "Yuki">>I'm thankful for you. I really am. It's just that... I'm scared. I worked so hard just to get away from them. I don't know if I wanna involve myself with one. <</dialog>> <<dialog "You">>Yuki... I'm not like them. You know me. <</dialog>> <<dialog "Yuki">>That's just it! I know you! Every time you've helped me, you resorted to violence. Even your shoes right now has blood. <</dialog>> <<dialog "You">>That's... <</dialog>> <<dialog "Yuki">>I need time to think. Please leave... <</dialog>> <<dialog "You">>Yuki... <</dialog>> <div class="button-row id-row"> <<regButton "konbini" "End">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $minute = 59>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<set $yuki.quest = 5>>
<<bg "konbini" $hour>><</bg>> <div class="content-panel"> <<dialog "You">>Y-yuki... <</dialog>> <<dialog "Yuki">>... <</dialog>> <<dialog "You">>I was just passing by... <</dialog>> <<dialog "Yuki">>I miss you. <</dialog>> <<dialog "You">>... <</dialog>> <<dialog "Yuki">>I'm sorry I was scared of you. I realized that you were just protecting me... You must think I'm an ungrateful bitch. <</dialog>> <<dialog "You">>No. I understand. I grew up in a gang, so I know how scary our world can be. You had the right reaction. <</dialog>> <<dialog "Yuki">>It is scary. I'm scared. Even now. But you know, I was scared because I didn't think someone would stand up to those scary thugs. You're the only one who did. Now, I'm more scared that I can't pay you back. <</dialog>> <<dialog "You">>I didn't do it for you to pay me back. I just wanted to keep you safe. <</dialog>> <<dialog "Yuki">>... Come with me. <</dialog>> <div class="button-row id-row"> <<regButton "yuki6-2" "Follow her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki6-2]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<set $yuki.quest = 7>> <<set $hidenav = 1>>
<div class="bg konbini-int"></div> <div class="content-panel"> <<dialog "Yuki">>Do you think I'm cute? <</dialog>> <<dialog "You">>Of course. <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki6/intro1.mp4" type="video/mp4"> </video> <<dialog "You">>That was pretty fucking cute. <</dialog>> <div class="button-row id-row"> <<regButton "yuki6-3" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki6-3]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki6/intro2.mp4" type="video/mp4"> </video> <<dialog "Yuki">>You've been paying for sex all this time, so I'm going to add a little fan service this time to make it more special~ <</dialog>> <<dialog "You">>I feel special already. <</dialog>> <<dialog "Yuki">>Wear the uniform again. We'll be here all night so we could get caught~ <</dialog>> <<dialog "You">>Damn. <</dialog>> <div class="button-row id-row"> <<regButton "yuki6-hj" "Handjob">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki6-hj]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/yuki6/hj'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>Let's get you hard first~ <</dialog>> <<dialog "You">>I'm practically bursting though... <</dialog>> <<dialog "Yuki">>How impatient~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki6-hj" "Keep Stroking">><</regButton>> <<regButton "yuki6-bj" "Blowjob">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki6-bj]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/yuki6/bj'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>Hnngmmp. I hove zhe hasthe of your hick~ <</dialog>> <<dialog "You">>What? Ahhh~ Don't talk when your mouth is full, Yuki. <</dialog>> <<dialog "Yuki">>Ogkay~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki6-bj" "Keep Sucking">><</regButton>> <<regButton "yuki6-dog" "Fuck her">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki6-dog]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/yuki6/dog'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>Mmmmm~ <</dialog>> <<dialog "You">>Ahhh~ That feels good. <</dialog>> <<dialog "Yuki">>Mmm~ Why are you being so gentle? Ahhh~ <</dialog>> <<dialog "You">>Ahhh~ W-well... You don't like violence. Ahhh~ <</dialog>> <<dialog "Yuki">>... <</dialog>> <div class="button-row id-row"> <<regButton "yuki6-dog" "Keep Fucking">><</regButton>> <<regButton "yuki6-bored" "She gets bored">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki6-bored]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <<dialog "Yuki">><i>*yawn*</i> You're being docile right now. Let me read some porn mags to keep myself wet~ <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/yuki6/misa'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>💢💢💢 <</dialog>> <div class="button-row id-row"> <<regButton "yuki6-bored" "Keep the Pace">><</regButton>> <<regButton "yuki6-mis" "Fuck her hard">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki6-mis]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/yuki6/misb'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>Ahhhhh~ There you gooooo~ <</dialog>> <<dialog "You">>I'm gonna make you cum. <</dialog>> <<dialog "Yuki">>AHHHHH~ I'm comiiiiing~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki6-mis" "Keep Going">><</regButton>> <<regButton "yuki6-mis-cum" "Make Her Cum">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki6-mis-cum]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki6/mis-cum.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Ahhhhhh!! That... felt amazing... <</dialog>> <<dialog "You">>... <</dialog>> <<dialog "Yuki">>Awww. Are you mad? You were being so gentle! I had to teach you a lesson. Fistfights and sex are different! <</dialog>> <<dialog "You">>... Hmph. <</dialog>> <<dialog "Yuki">>Hahaha! Lie down. Let me make it up to you. <</dialog>> <div class="button-row id-row"> <<regButton "yuki6-cow" "Cowgirl">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki6-cow]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/yuki6/cow'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>Ahhhhh~ Ahhhh~ Does it feel good? <</dialog>> <<dialog "You">>Ahhh~ I guess I'm not as upset now~ Ahhhh~ <</dialog>> <<dialog "Yuki">>Ahhh~ I'll keep going then~ Ahhhh~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki6-cow" "Keep Going">><</regButton>> <<regButton "yuki6-rcow" "Reverse Cowgirl">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki6-rcow]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/yuki/yuki6/rcow'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "Yuki">>Ahhhhh~ Do you like~ Ahhh~ Seeing my ass bounce? <</dialog>> <<dialog "You">>Ahhh~ Your ass is so perfectly round, Yuki! <</dialog>> <<dialog "Yuki">>Ahhh~ That ass is all yours~ <</dialog>> <div class="button-row id-row"> <<regButton "yuki6-rcow" "Keep Going">><</regButton>> <<regButton "yuki6-cow" "Cowgirl">><</regButton>> <<regButton "yuki6-cum" "Cum">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki6-cum]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <<dialog "Yuki">>Ahhhhhh!! A-are you close? <</dialog>> <<dialog "You">>I'm about to cum! <</dialog>> <<dialog "Yuki">>M-me too! Ahhhh~ Let's cum together~ <</dialog>> <<dialog "You">>Ahhhhh~ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki6/cum.mp4" type="video/mp4"> </video> <div class="button-row id-row"> <<regButton "yuki6-cream" "Watch the cum drip">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki6-cream]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki6/creampie.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Ahh~ You came a lot. <</dialog>> <<dialog "You">>That was awesome. <</dialog>> <div class="button-row id-row"> <<regButton "yuki6-end1" "Continue">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki6-end1]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">>
<div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki6/end1.mp4" type="video/mp4"> </video> <<dialog "Yuki">>Are you ready to go all night? <</dialog>> <<dialog "You">>You're awesome. <</dialog>> <h1><<glow "0.4px #e60036" "8px #f00" "18">>Relationship +8<</glow>></h1> <div class="button-row id-row"> <<regButton "yuki6-end2" "You fuck her all night">><</regButton>> </div> </div> <<if false>> /* connected passages */ [[yuki6-end2]] <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<set $yuki.love = $yuki.love + 8>>
<<include "sleep-crud">> <div class="bg konbini-int"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/yuki/yuki6/end2.mp4" type="video/mp4"> </video> <<dialog "You">>Hey, Yuki... I have to go to class. It's already 9AM. <</dialog>> <<dialog "Yuki">>Hnnnggg... Go... Too... Tired... <</dialog>> <div class="button-row id-row"> <<regButton "konbini" "Leave">><</regButton>> </div> </div> <<if false>> /* connected passages */ <</if>> <<set $location to "Convenience Store">> <<set $profile to "yuki-profile">> <<set $hour = 9>> <<set $yuki.quest = 7>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/night/kiss.mp4" type="video/mp4"> </video> <<dialog "You">>Mmm~ Your lips taste like strawberries~ <</dialog>> <<dialog "Miku">>Mmm~ <</dialog>> <div class="button-row"> <<regButton "miku-ngt-undress" "She takes off her sweater">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-ngt-undress]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/night/undress.mp4" type="video/mp4"> </video> <<dialog "You">>Your bra is cute. <</dialog>> <<dialog "Miku">>Hehe. I figured this was gonna happen, so I prepared. <</dialog>> <div class="button-row"> <<regButton "miku-ngt-brakiss" "Kiss">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-ngt-brakiss]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/night/bra-kiss.mp4" type="video/mp4"> </video> <<dialog "You">>You're a good kisser. <</dialog>> <<dialog "Miku">>I had a good teacher~ <</dialog>> <div class="button-row"> <<regButton "miku-ngt-tits" "Take her bra off">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-ngt-tits]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/night/tits.mp4" type="video/mp4"> </video> <<dialog "You">>Ah~ Looking at them still gives me butterflies~ <</dialog>> <<dialog "Miku">>Pfft~ That's because you're a pervert. <</dialog>> <div class="button-row"> <<regButton "miku-ngt-titskiss" "Kiss">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-ngt-titskiss]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/night/tits-kiss'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Mmm~ You're breasts are as as soft as your lips. <</dialog>> <<dialog "Miku">>Mmmm~ <</dialog>> <div class="button-row"> <<regButton "miku-ngt-titskiss" "Keep kissing">><</regButton>> <<regButton "miku-ngt-suck" "Suck on her tits">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-ngt-suck]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/night/tits-suck'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>They taste good too. <</dialog>> <<dialog "Miku">>Ahhh~ My nipples are sensitive~ <</dialog>> <div class="button-row"> <<regButton "miku-ngt-bed" "Move to her bed">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-ngt-bed]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "Miku">>Let's move this to the bedroom~ <</dialog>> <<dialog "You">>Yes, ma'am~ <</dialog>> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/night/bed.mp4" type="video/mp4"> </video> <div class="button-row"> <<regButton "miku-ngt-finger" "Finger">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-ngt-finger]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/night/finger'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Already wet~ <</dialog>> <<dialog "Miku">>Ahhh~ That's because you kept touching me earlier~ <</dialog>> <div class="button-row"> <<regButton "miku-ngt-finger" "Keep fingering her">><</regButton>> <<regButton "miku-ngt-bj" "Blowjob">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-ngt-bj]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <<dialog "You">>Suck me off. <</dialog>> <<dialog "Miku">>Thanks for the meal~ <</dialog>> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/night/bj'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Ahhhh~ You're getting too good at sucking dick. <</dialog>> <<dialog "Miku">>Gkkk.. Heyyygkk... Hat'sh rood! <i>*Slurp*</i> <</dialog>> <div class="button-row"> <<regButton "miku-ngt-bj" "Keep sucking">><</regButton>> <<regButton "miku-ngt-cow" "Fuck her">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-ngt-cow]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/night/cow'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "Miku">>Ahhhh~ This is my favorite seat~ <</dialog>> <<dialog "You">>Uh oh... You're turning into a pervert too~ <</dialog>> <<dialog "Miku">>Ahhhh~ Ahhh~ That's~ Your~ Fauuult~ Ahhh~ <</dialog>> <div class="button-row"> <<regButton "miku-ngt-cow" "Keep fucking">><</regButton>> <<regButton "miku-ngt-dog" "Doggy">><</regButton>> <<regButton "miku-ngt-mis" "Missionary">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-ngt-dog]][[miku-ngt-mis]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/night/doga'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Your ass is so soft, Miku~ <</dialog>> <<dialog "Miku">>Ahhh~ Ahhh~ Ahhh~ <</dialog>> <div class="button-row"> <<regButton "miku-ngt-dog" "Keep fucking">><</regButton>> <<regButton "miku-ngt-dog2" "Grab her tits">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-ngt-dog2]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/night/mis'+random(1,3)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Ahh~ It feels so good, Miku! <</dialog>> <<dialog "Miku">>Ahhh~ Ahhh~ $player.name... K-kiss me~ Ahhh~ <</dialog>> <div class="button-row"> <<regButton "miku-ngt-cum1" "Harder">><</regButton>> <<regButton "miku-ngt-mis" "Keep fucking">><</regButton>> <<regButton "miku-ngt-miskiss" "Kiss her">><</regButton>> <<regButton "miku-ngt-dog" "Doggy">><</regButton>> <<regButton "miku-ngt-cow" "Cowgirl">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-ngt-miskiss]][[miku-ngt-cum1]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <<print '<source src="vids/miku/night/dogb'+random(1,2)+'.mp4" type="video/mp4">'>></video> <<dialog "You">>Your tits are still softer. <</dialog>> <<dialog "Miku">>Ahhh~ My poor boobs~ Ahhh~ <</dialog>> <div class="button-row"> <<regButton "miku-ngt-dog2" "Keep fucking">><</regButton>> <<regButton "miku-ngt-mis" "Missionary">><</regButton>> <<regButton "miku-ngt-cow" "Cowgirl">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/night/mis-kiss.mp4" type="video/mp4"> </video> <<dialog "Miku">>Mmmm~ I love you~ <</dialog>> <div class="button-row"> <<regButton "miku-ngt-mis" "Stop Kissing">><</regButton>> <<regButton "miku-ngt-miskiss" "Keep Kissing">><</regButton>> <<regButton "miku-ngt-dog" "Doggy">><</regButton>> <<regButton "miku-ngt-cow" "Cowgirl">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-ngt-miskiss]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/night/cum1.mp4" type="video/mp4"> </video> <<dialog "You">>Ahhhhhh~ I'm close~ <</dialog>> <<dialog "Miku">>Ahhh~ Do it~ Cum for me~ <</dialog>> <div class="button-row"> <<regButton "miku-ngt-cum2" "Cum">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */ [[miku-ngt-miskiss]][[miku-ngt-cum2]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/night/cum2.mp4" type="video/mp4"> </video> <<dialog "You">>That... Haahhh... Felt amazing~ <</dialog>> <<dialog "Miku">>Hehe~ It felt great for me too~ <</dialog>> <div class="button-row"> <<regButton "miku-ngt-end" "End">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */[[miku-ngt-end]] <</if>>
<div class="bg miku-room"></div> <div class="content-panel"> <video controls width="640" height="360" autoplay loop> <source src="vids/miku/night/end.mp4" type="video/mp4"> </video> <<dialog "Miku">>It's pretty late now~ <</dialog>> <div class="button-row"> <<regButton "miku4-sleep" "Sleep with her">><</regButton>> <<regButton "home" "I have stuff to do">><</regButton>> </div> </div> <<set $profile to "miku-profile">> <<if false>> /* connected passages */[[miku-ngt-end]] <</if>>