|   Get early access + cheats / suggest new scenes for next updates (v0.07): Patreon  |  Fansly
Exchange Program New Roommate 0.05
📅
Monday
Day 1
🕐
07:00
You

You

Cash: $100
Energy: 3/3
Sex-skill: 1

Other Characters

Alice

Alice (Exchange Student)

Lust: 10
Corruption: 0
Relationship: 0
Ovulation: ???
Pregnancy: no
Location: Hallway

Rachel

Rachel (Host Mother)

Lust: 10
Corruption: 0
Relationship: 0
Ovulation: ???
Pregnancy: no
Location: Hallway

Ross

Ross (Host Father)

Lust: 20
Corruption: 0
Suspiciousness: 50%
Trust: 0
Location: Hallway
<<silently>> <<set $player to { name: "John", cash: 100, endurance: 3, sexskill: 1, inventory: [] }>> <<set $roommate to { name: "Alice", lust: 10 }>> <<set $landlady to { name: "Rachel", lust: 10 }>> <<set $landlord to { name: "Ross", lust: 20 }>> <<set $time to { day: 1, hour: 7, minute: 0 }>> <<set $currentLocation to "home">> <<set $currentRoom to "hallway">> <</silently>> <<include "Start Screen">> <div class="location-image"> Cafe </div> <div class="location-description"> A charming local cafe with comfortable seating and friendly atmosphere. Perfect place to work part-time, earn money, and take a break from daily routine. <strong>Work schedule:</strong> Available for work shifts to earn cash. Takes 6 hours per shift. Good way to improve your financial situation. </div> <div class="interaction-buttons"> <button class="interaction-button" onclick="workInCafe()">Work as Cook (+$150, 6 hours)</button> <button class="interaction-button" onclick="goToRoom('hallway')">Return to Home</button> </div> <<script>> // Check mall status var mallHour = $time.hour; var mallOpen = mallHour >= 9 && mallHour < 18; <</script>> <div class="location-image"> Mall </div> <div class="location-description"> A large shopping center with various stores and entertainment options. Here you can purchase special items that may help in your daily interactions and activities. <strong>Shopping:</strong> Purchase magazines, movies, supplements, and subscriptions. Each item has unique effects and usage conditions. Check inventory for details. <<if mallOpen>> <p>The mall is currently open (9:00-18:00).</p> <<else>> <p>The mall is currently closed (opens at 9:00, closes at 18:00).</p> <</if>> </div> <div class="interaction-buttons"> <<if mallOpen>> <button class="interaction-button" onclick="buyItem('porn-magazine')">Buy Porn Magazine ($20)</button> <button class="interaction-button" onclick="buyItem('dvd-porn')">Buy DVD Porn Film ($80)</button> <button class="interaction-button" onclick="buyItem('aphrodisiak')">Buy Aphrodisiak ($100)</button> <button class="interaction-button" onclick="buyItem('adult-channel')">Buy Adult Channel Subscription ($50)</button> <<else>> <p>All shops are closed.</p> <</if>> <button class="interaction-button" onclick="returnToHomeFromMall()">Return to Home (1 hour)</button> </div> <div class="location-image"> <img src="resources/treasures.webp" alt="Inventory"> </div> <div class="location-description"> Your personal inventory showing owned items and their usage status. Items purchased from the mall appear here and can be used according to their specific mechanics. <strong>Usage:</strong> Items reset daily. Check descriptions below for activation locations and timing requirements. </div> <div class="character-list" id="inventory-items"> <h4>Your Items:</h4> <div id="inventory-list">No items yet.</div> </div> <div class="interaction-buttons"> <button class="interaction-button" onclick="returnToLocation()">Return</button> </div> <!-- Game Guide content is generated dynamically by JavaScript in loadPassage() function -->