JavaScript must be enabled to play.
Browser lacks capabilities required to play.
Upgrade or switch to another browser.
Loading…
<<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style= "text-align: center;"> <<button 'Exit Adult Store' 'Red Light District'>><</button>> </div> <<narrator>>The clerk is nude. There must not be a dress code here.<</narrator>> <div style="text-align: center;"><img src='images/portraits/adultclerkport2.jpg' height ="480"></div> <div style="text-align: center;"> <span class="initinteractbutton"> <<button 'Interact' 'adultstoreshop'>><</button>> </span> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "adultstore">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "adultstoredawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "adultstorenight">> <</if>>
<<nobr>> <<set $blackshop to false>> <div style= "text-align: center;"> <<button 'Exit Alleyway' 'Red Light District'>><</button>> </div> <<if Cycle.get('time').check('night')>> <span class="message">There's a <span class="whitetext">Hooded Man</span> in the alleyway.</span> <div style="text-align: center;"><img src='images/portraits/dealerport.jpg' height ="480"></div> <div style="text-align: center;"> <span class="initinteractbutton"> <<button 'Interact' 'hoodedmanshop'>><</button>> </span> </div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "alleyway">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "alleywaydawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "alleywaynight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<div style="text-align: center;"> <<button 'Exit Classroom' 'Hallway'>> <</button>> <span class="message"><span class="rushtext">Ms. Rush</span> is preparing class for another lesson.</span> <div style="text-align: center;"><img src='images/portraits/teacher.jpg' height ="480"></div> <div style="text-align: center;"> <span class="initinteractbutton"> <<button 'Attend Lesson' 'Class'>><</button>> </span> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "class">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "classdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<goto 'Hallway'>> <</if>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>> <<set $location to "Classroom">>
<<goto 'badsleep'>>
<<nobr>> <<set $location to "Basement">> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <<if $lust >=100>> <<goto 'cumpants'>> <</if>> <div style="text-align: center;"> <<button 'Exit Basement' 'Living Room'>><</button>> </div> <<if not $player.has('$roomn's Used Panties') && not Cycle.get('time').check('noon')>> <<if $perv <25>> <div style="text-align: center;"> <<mouseover>> <<disable true>> <span class="buttonactionperv"> <<button '[Perversion] Dirty Laundry'>><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need 25 Perversion to do this.</span> <<if $perv <1>> <br /> <span class="hint">(Hint: Increase your Perversion by watching porn on your computer)</span> <</if>> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ </div> <<else>> <div style="text-align: center;"> <span class="buttonactionperv"> <<button '[Perversion] Dirty Laundry'>> <<popover>> <<if not $player.has('$roomn's Used Panties')>> <span class="message">You found $roomn's used panties!</span> <div class="centered-image"><img src='images/roommateroom/roompanties.jpg'></div> <div style="text-align: center;"> <<button 'Take'>> <<goto 'Basement'>> <<pickup '$player' '$roomn's Used Panties'>> <<run Dialog.close()>> <</button>> </div> <<else>> <span class="message">Nothing else of interest here.</span> <</if>> <</popover>> <</button>> <</if>> <</if>> <<if not $player.has('$roomn's Used Panties') && Cycle.get('time').check('noon') && Cycle.get('day').check('Saturday')>> <<if $perv <25>> <div style="text-align: center;"> <<mouseover>> <<disable true>> <span class="buttonactiondisabled"> <<button '[Perversion] Dirty Laundry'>><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need 25 Perversion to do this.</span> <<if $perv <1>> <br /><br /> <span class="hint">(Hint: Increase your Perversion by watching porn on your computer)</span> <</if>> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ </div> <<else>> <div style="text-align: center;"> <span class="buttonactionperv"> <<button '[Perversion] Dirty Laundry'>> <<popover>> <<if not $player.has('$roomn's Used Panties')>> <span class="message">You found $roomn's used panties!</span> <div class="centered-image"><img src='images/roommateroom/roompanties.jpg'></div> <div style="text-align: center;"> <<button 'Take'>> <<goto 'Basement'>> <<pickup '$player' '$roomn's Used Panties'>> <<run Dialog.close()>> <</button>> </div> <<else>> <span class="message">Nothing else of interest here.</span> <</if>> <</popover>> <</button>> <</if>> <</if>> <<if not Cycle.get('day').check('Saturday')>> <<if Cycle.get('time').check('noon')>> <span class="message"><span class="roomtext">$roomn</span> is busy doing laundry.</span> <div class="centered-image"><img src='images/portraits/FMainC.jpg'></div> <div style="text-align: center;"> <span class="initinteractbutton"><<button 'Interact' 'roombaseinteract'>><</button>> </span> </div> <</if>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "basement">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "basementdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "basementnight">> <</if>> <</nobr>>
<div style="text-align: center;"> <<button 'Exit Bathroom' 'Living Room'>> <<set $shower to false>> <</button>> </div> <div style="text-align: center;"> <span class="buttonaction"> <<button 'Shower' 'Bathroom'>> <<if $roomlust >24>> <<switch random(1, 10)>> <<case 1>> <<goto 'roomstealstowel'>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<notify>>You're clean!<</notify>> <<set $shower to false>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<case 2 3 4 5 6 7 8 9 10>> <<set $shower to true>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<editcycle 'time' change 1>> <<notify>>You're clean!<</notify>> <</switch>> <<else>> <<set $shower to true>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<editcycle 'time' change 1>> <<notify>>You're clean!<</notify>> <</if>> <</button>> </span> </div> <<if $shower is true>> <<narrator>>You take a shower!<</narrator>> <<if $mccock is true>> <div class="centered-image"><img src='images/misc/showererect.gif' width="300"></div> <</if>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>> <<set $location to "Bathroom">> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<set $shower to false>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<set $shower to false>> <</if>>
<<nobr>> <<set $location to "Bedroom">> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;"> <<button 'Exit Room' 'Living Room'>><</button>> <<if Cycle.get('time').check('night')>> <<switch random(1, 11)>> <<case 1 2 3 4 5 6 7 8 9>> <<button 'Sleep' 'Sleep'>><</button>> <<case 10>> <<if $roomlove >=15 && $hyg >24>> <<button 'Sleep' 'roomnightgown'>><</button>> <<else>> <<button 'Sleep' 'Sleep'>><</button>> <</if>> <<case 11>> <<if $ladylove >=15 && $hyg >24>> <<button 'Sleep' 'ladynightgown'>><</button>> <<else>> <<button 'Sleep' 'Sleep'>><</button>> <</if>> <</switch>> <<else>> <<button 'Relax'>> <<set $stamina to Math.clamp($stamina + 5, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<editcycle 'time' change 1>> <<replace '#story-caption'>> <<include 'StoryCaption'>> <</replace>> <<replace '.passage'>> <<include `passage()`>> <</replace>> <</button>> <</if>> <<button 'Computer' 'Computer'>><</button>> </div> <<if $fitloss is false && Cycle.get('day').check('Saturday') && $fit >0>> <<set $fit to Math.clamp($fit -1, 0, $maxFit)>> <<notify>>-1 Fitness!<</notify>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<set $fitloss to true>> <<fitnessloss>> <<if not $firstfitloss>> <<popover 'noclick'>> <<require>>You lost your first fitness point! You lose 1 point every week. Keep your strength up!<</require>> <</popover>> <<set $firstfitloss to true>> <</if>> <</if>> <<if $lust >=100>> <<goto 'cumpants'>> <</if>> <<if $hyg <=24>> <div style="text-align: center;"><span class="require">You're dirty! Take a shower to avoid consequence.</span></div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <</nobr>>
<<nobr>> <<if $buspass =="false">> <<set $money to Math.clamp($money -10, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<notify>>You paid $10 for a day pass!<</notify>> <<set $buspass to "true">> <</if>> <div style="text-align: center;"> <<button 'Home🏡' 'Living Room'>><</button>> </div> <div style="text-align: center;"> <<button 'Mall🛒' 'Outside Mall'>><</button>> <<button 'College📖' 'College'>><</button>> <<button 'Red Light District🚨' 'Red Light District'>><</button>> </div> <div class="minimap"> <div class="centered-image"><img src='images/outsidemap/minimap.png' height ="225" width ="225"></div> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bus">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "busdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "busnight">> <</if>> <<set $location to "Bus">> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <div style="text-align: center;"> <<button 'Home🏡' 'Living Room'>><</button>> </div> <div style="text-align: center;"> <<button 'Gym💪' 'Gym'>><</button>> <<button 'Park🌳' 'Park'>><</button>> <<button 'Mall🛒' 'Outside Mall'>><</button>> <<button 'College📖' 'College'>><</button>> <<button 'Red Light District🚨' 'Red Light District'>><</button>> </div> <div class="minimap"> <div class="centered-image"><img src='images/outsidemap/minimap.png' height ="225" width ="225"></div> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bus">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "busdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "busnight">> <</if>> <<set $location to "Bus">> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <div style="text-align: center;"> <<button 'Exit Cafe' 'Mall'>> <<set $workcafe to false>> <<set $buycoffee to false>> <</button>> </div> <div style="text-align: center;"> <<if $cafejob =="false">> <span class="buttonaction"> <<button 'Apply for Work'>> <<set $cafejob to "true">> <<notify>>You started a new job!<</notify>> <<goto 'Cafe'>> <<set $buycoffee to false>> <</button>> </span> <</if>> <<if $cafejob =="true">> <span class="buttonactioncharm"> <<button '(Charm) Work'>> <<set $workcafe to Math.floor($charm /0.75 + random(0, 15) )>> <<set $money to Math.clamp($money +15 + $workcafe, 0, $maxMoney)>> <<notify>>+$15 wage & $$workcafe tips!<</notify>> <<editcycle 'time' change 1>> <<goto 'Cafe'>> <<set $workcafe to true>> <<set $buycoffee to false>> <</button>> </span> <</if>> <span class="buttonactionpurchase"> <<button 'Buy Coffee ($10)' 'Cafe'>> <<set $stamina to Math.clamp($stamina + 10, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<set $money to Math.clamp($money -10, 0, $maxMoney)>> <<notify>>+10 Stamina!<</notify>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<set $workcafe to false>> <<set $buycoffee to true>> <</button>> </span> </div> <<if $buycoffee is true>> <span class="message">You bought a cup of coffee!</span> <div style="text-align: center;"><img src='images/mall/cafe/coffee.gif' height ="375"></div> <</if>> <<if $workcafe is true>> <span class="message">You work a shift at the Cafe!</span> <div style="text-align: center;"><img src='images/mall/cafe/barista.gif' height ="375"></div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "cafe">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "cafedawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "cafenight">> <</if>> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<set $workcafe to false>> <<set $buycoffee to false>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'mallkickout'>> <<set $workcafe to false>> <<set $buycoffee to false>> <</if>> <</nobr>>
<div style="text-align: center;"> <<button 'Exit Cafeteria' 'Hallway'>><</button>> </div> <<if Cycle.get('time').check('noon') && $metalexis is true>> <span class="message"><span class="alexistext">Alexis</span> is in the cafeteria.</span> <div style="text-align: center;"> <img src='images/portraits/alexisport.jpg' height ="480"> </div> <div style="text-align: center;"> <span class="initinteractbutton"> <<button 'Interact' 'alexisschoolinteract'>><</button>> </span> </div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "cafeteria">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "cafeteriadawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "cafeterianight">> <</if>> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>> <<set $location to "Cafeteria">>
<<nobr>> <div style="text-align: center;"> <<button 'Home🏡' 'Living Room'>><</button>> </div> <div style="text-align: center;"> <<button 'Gym💪' 'Gym'>><</button>> <<button 'Park🌳' 'Park'>><</button>> <<button 'Mall🛒' 'Outside Mall'>><</button>> <<button 'College📖' 'College'>><</button>> <<button 'Red Light District🚨' 'Red Light District'>><</button>> </div> <div class="minimap"> <div class="centered-image"><img src='images/outsidemap/minimap.png' height ="225" width ="225"></div> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "car">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "cardawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "carnight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<set $location to "Car">> <<set $skiptime to "on">> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message"><span class="roomtext">$roomn</span> caught you in her room!</span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Why the fuck are you snooping in my room?! GET OUT!</p></div> <div style="text-align: center;"><span class="require">There's a random chance she'll catch you in her room.</span></div> <div div style="text-align: center;"> <<button 'End Interaction'>> <<goto 'Living Room'>> <<roomlovebad>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</nobr>>
<<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <span class="message"><span class="rushtext">Ms. Rush</span> is about ready to start teaching.</span> <div class="vid-border"> <video id="vid" autoplay loop onplay='this.volume=0'><source src="videos/college/classroom/rushclass.mp4" type="video/mp4"></video></div> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'End Interaction'>> <<goto 'Hallway'>> <</button>> <<button 'Pay Attention During Class'>> <<set $rushlove to Math.clamp($rushlove +1, 0, $maxRushlove)>> <<notify>> +1 Ms. Rush Love & +2 Intelligence!<</notify>> <<set $stamina to Math.clamp($stamina - 10, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<set $int to Math.clamp($int +2, 0, $maxInt)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<editcycle 'time' change 1>> <<goto 'Hallway'>> <</button>> <<button 'Chat With Classmates' 'classchat'>> <</button>> </div></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "class">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "classdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<goto 'Hallway'>> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>>
<<nobr>> <div style="text-align: center;"> <<button 'Exit Clothing Store' 'Mall'>><</button>> </div> <span class="message">No content yet.</span> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "clothingstore">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "clothingstoredawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "clothingstorenight">> <</if>> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'mallkickout'>> <</if>> <</nobr>>
<div style="text-align: center;"> <<if $car =="false">> <<button 'Leave Campus' 'Bus2'>><</button>> <<else>> <<button 'Leave Campus' 'Car'>><</button>> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<mouseover>> <<disable true>> <<button 'Enter School' 'Hallway'>><</button>> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">It's locked.</span> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <<else>> <<button 'Enter School' 'Hallway'>><</button>> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "campus">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "campusdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "campusnight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<set $skiptime to "on">> <<set $location to "College">> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>>
<<nobr>> <div style="text-align: center;"> <<button 'Go Back' 'Hallway'>><</button>> <<button 'Boys Bathroom' 'College Boys Bathroom'>><</button>> <<button 'Girls Bathroom' 'College Girls Bathroom'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "schoolbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "schoolbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "schoolbathroomnight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>> <</nobr>>
<<nobr>> <div style="text-align: center;"> <<button 'Exit Bathroom' 'Hallway'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "schoolbathroom1">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "schoolbathroomdawnevening1">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "schoolbathroomnight1">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>> <</nobr>>
<<nobr>> <div style="text-align: center;"> <<button 'Exit Bathroom' 'Hallway'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "schoolbathroom2">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "schoolbathroomdawnevening2">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "schoolbathroomnight2">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>> <</nobr>>
<<nobr>> <div style="text-align: center;"> <<button 'Turn Off Computer' 'Bedroom'>> <<set $porn to false>> <<set $study to false>> <<set $workonline to false>> <</button>> </div> <div style="text-align: center;"> /* Roommate Cam Event */ <<if $hackedcamapp && not Cycle.get('time').check('evening')>> <span class="buttonactiondisabled"> <<disable true>> <<button '$roomn's Webcam'>><</button>> <</disable>> </span> <</if>> <<if $hackedcamapp && $player.has('seencamshow') && Cycle.get('time').check('evening')>> <span class="buttonactiondisabled"> <<disable true>> <<button '$roomn's Webcam'>><</button>> <</disable>> </span> <</if>> <<if not $player.has('seencamshow') && $hackedcamapp && Cycle.get('time').check('evening')>> <span class="buttonaction"> <<button '$roomn's Webcam' 'roomcamonline'>> <<pickup '$player' 'seencamshow'>> <</button>> </span> <</if>> <<if $money >=1500 && not $player.has('onlinebusiness')>> <span class="buttonactionpurchase"> <<button 'Create Online Business ($1,500)' 'Computer'>> <<set $money to Math.clamp($money -1500, 0, $maxMoney)>> <<replace '#story-caption'>> <<include 'StoryCaption'>> <</replace>> <<pickup '$player' 'onlinebusiness'>> <<popover>> <<dialog>> <div style="text-align: center;">You invested into an online business!<br /> The <u><b>Intellect</b></u> stat determines how much you yield when you work online. </div> <</dialog>> <</popover>> <<set $porn to false>> <<set $study to false>> <<set $workonline to false>> <</button>> </span> <</if>> <<if $money <1500 && not $player.has('onlinebusiness')>> <span class="buttonactiondisabled"> <<disable true>> <<button 'Create Online Business ($1,500)'>><</button>> <</disable>> </span> <</if>> <<if $player.has('onlinebusiness')>> <span class="buttonactionint"> <<button '(Intellect) Work Online' 'Computer'>> <<set $rollWO to $int + random(-10, 10)>> <<if $rollWO <0>> <<set $rollWO to 0>> <</if>> <<set $money to Math.clamp($money + $rollWO, 0, $maxMoney)>> <<replace '#story-caption'>> <<include 'StoryCaption'>> <</replace>> <<editcycle 'time' change 1>> <<notify>>+$$rollWO Dollars!<</notify>> <<set $porn to false>> <<set $study to false>> <<set $workonline to true>> <</button>> </span> <</if>> <span class="buttonaction"> <<button 'Study' 'Computer'>> <<set $int to Math.clamp($int + 1, 0, $maxInt)>> <<replace '#story-caption'>> <<include 'StoryCaption'>> <</replace>> <<editcycle 'time' change 1>> <<notify>>+1 Intellect!<</notify>> <<set $study to true>> <<set $porn to false>> <<set $workonline to false>> <<intellect>> <</button>> </span> <<if $notjerkedoff>> <span class="buttonaction"> <<if $ladylust >15>> <<switch random(1, 10)>> <<case 1>> <<button 'Porn'>><<goto 'ladycaughtmcmastBR'>> <<set $study to false>> <<set $porn to false>> <<set $workonline to false>> <</button>> <<case 2 3 4 5 6 7 8 9 10>> <<button 'Porn' 'Computer'>> <<set $porn to true>> <<set $study to false>> <<set $workonline to false>> <<set $perv to Math.clamp($perv + 1, 0, $maxPerv)>> <<set $lust to Math.clamp($lust + 15, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<set $stamina to Math.clamp($stamina - 10, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>+1 Perversion!<</notify>> <<popover>> <<switch random(1, 18)>> <<case 1>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn1.mp4" type="video/mp4"></video></div> <<case 2 >> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn2.mp4" type="video/mp4"></video></div> <<case 3>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn3.mp4" type="video/mp4"></video></div> <<case 4>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn4.mp4" type="video/mp4"></video></div> <<case 5>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn5.mp4" type="video/mp4"></video></div> <<case 6>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn6.mp4" type="video/mp4"></video></div> <<case 7>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn7.mp4" type="video/mp4"></video></div> <<case 8>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn8.mp4" type="video/mp4"></video></div> <<case 9>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn9.mp4" type="video/mp4"></video></div> <<case 10>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn10.mp4" type="video/mp4"></video></div> <<case 11>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn11.mp4" type="video/mp4"></video></div> <<case 12>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn12.mp4" type="video/mp4"></video></div> <<case 13>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn13.mp4" type="video/mp4"></video></div> <<case 14>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn14.mp4" type="video/mp4"></video></div> <<case 15>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn15.mp4" type="video/mp4"></video></div> <<case 16>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn16.mp4" type="video/mp4"></video></div> <<case 17>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn17.mp4" type="video/mp4"></video></div> <<case 18>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn18.mp4" type="video/mp4"></video></div> <</switch>> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <</popover>> <</button>> <</switch>> <<else>> <<button 'Porn' 'Computer'>> <<set $porn to true>> <<set $study to false>> <<set $workonline to false>> <<set $perv to Math.clamp($perv + 1, 0, $maxPerv)>> <<set $lust to Math.clamp($lust + 15, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<set $stamina to Math.clamp($stamina - 10, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>+1 Perversion!<</notify>> <<popover>> <<switch random(1, 18)>> <<case 1>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn1.mp4" type="video/mp4"></video></div> <<case 2 >> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn2.mp4" type="video/mp4"></video></div> <<case 3>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn3.mp4" type="video/mp4"></video></div> <<case 4>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn4.mp4" type="video/mp4"></video></div> <<case 5>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn5.mp4" type="video/mp4"></video></div> <<case 6>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn6.mp4" type="video/mp4"></video></div> <<case 7>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn7.mp4" type="video/mp4"></video></div> <<case 8>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn8.mp4" type="video/mp4"></video></div> <<case 9>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn9.mp4" type="video/mp4"></video></div> <<case 10>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn10.mp4" type="video/mp4"></video></div> <<case 11>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn11.mp4" type="video/mp4"></video></div> <<case 12>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn12.mp4" type="video/mp4"></video></div> <<case 13>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn13.mp4" type="video/mp4"></video></div> <<case 14>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn14.mp4" type="video/mp4"></video></div> <<case 15>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn15.mp4" type="video/mp4"></video></div> <<case 16>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn16.mp4" type="video/mp4"></video></div> <<case 17>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn17.mp4" type="video/mp4"></video></div> <<case 18>> <div class="vid-border"><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/porn18.mp4" type="video/mp4"></video></div> <</switch>> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <</popover>> <</button>> <</if>> </span> <<else>> <<mouseover>> <<disable true>> <span class="buttonactiondisabled"> <<button 'Porn'>><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You already jerked off today.</span><</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> </div> /* Action Images */ <<if $porn is true>> <span class="message">You started masturbating while looking at porn.</span> <<if $mccock is true>> <div class ="centered-image"><img src='images/bedroom/mmast.gif' height ='300' width ='275'></div> <</if>> <</if>> <<if $study is true>> <span class="message">You spend time teaching yourself information online!</span> <div class ="centered-image"><img src='images/computer/compstudy.gif' height ='253' width ='450'></div> <</if>> <<if $workonline is true>> <span class="message">You spend time working online!</span> <div class ="centered-image"><img src='images/computer/compwork.gif' height ='400' width ='400'></div> <</if>> /* Day/Night Mini Cycle */ <span class="minimap"> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <img src='images/misc/dawn.png' height ="225" width ="225"> <</if>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <img src='images/misc/day.png' height ="225" width ="225"> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('late night')>> <img src='images/misc/night.png' height ="225" width ="225"> <</if>> </span> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <<if $lust >=100>> <<goto 'cumshot'>> <<set $porn to false>> <</if>> <<removeclass "html">><<addclass "html" "computer">> <</nobr>>
<<nobr>> <div style="text-align: center;"> <<button 'Exit to Kitchen' 'Kitchen'>><</button>> </div> <<if Cycle.get('time').check('noon') && $ladymastwatched && $ladylustlevel >=3>> <div style="text-align: center;" class="buttonaction"> <<button '(EVENT) $ladyn walks in' 'ladydining'>><</button>> </div> <</if>> <<if not $player.has('seendinner')>> <<if Cycle.get('time').check('evening')>> <<goto 'prepnormaldinnerlady'>> <</if>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "dining">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "diningdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "diningnight">> <</if>> <</nobr>>
<<nobr>> <div style="text-align: center;"> <<button 'Stop Looking in Dresser' 'Roommates Room'>> <</button>> </div> <div class="centered-image"><img src='images/roommateroom/dresser.jpg'></div> <div style="text-align: center;" class="buttonaction"> <<if not $player.has('dresserpanties')>> <<if $player.has('Cum Covered Used Panties')>> <<button 'Leave a gift'>> <<popover>> <<if $player.has('Cum Covered Used Panties')>> <span class="message">Put the used cum-panties in her dresser?</span> <div class="centered-image"> <img src='images/roommateroom/roompanties.jpg'></div> <div style="text-align: center;"> <<button 'Yes'>> <<pickup '$player' 'dresserpanties'>> <<drop '$player' 'Cum Covered Used Panties'>> <<run Dialog.close()>> <</button>> <<button 'No'>> <<run Dialog.close()>> <</button>> </div> <<else>> <span class="message">Nothing else of interest here.</span> <</if>> <</popover>> <</button>> <</if>> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <<switch random(1, 10)>> <<case 1>> <<goto 'caughtroomcantgoback'>> <<case 2 3 4 5 6 7 8 9 10>> <</switch>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;"> <<button 'Leave Electronic Store' 'Mall'>><</button>> </div> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;"> <<button 'Close Fridge' 'Kitchen'>><</button>> </div> <div style="text-align: center;"> <<if $money < 25>> <<disable true>> <span class ="buttonactiondisabled"> <<button 'Grab a quick snack ($25)' 'Kitchen'>><</button>> </span> <</disable>> <<else>> <span class ="buttonactionpurchase"> <<button 'Grab a quick snack ($25)'>> <<set $stamina to Math.clamp($stamina + 25, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<set $money to Math.clamp($money -25, 0, $maxMoney)>> <<replace '#story-caption'>> <<include 'StoryCaption'>> <</replace>> <<notify>>+25 Stamina!<</notify>> <<goto 'Fridge'>> <</button>> </span> <</if>> <<if $money < 50>> <span class ="buttonactiondisabled"> <<button 'Have a prepped meal ($50)' 'Kitchen'>> <span class="message">You don't have enough money for that</span> <</button>> </span> <<else>> <span class ="buttonactionpurchase"> <<button 'Have a prepped meal ($50)'>> <<set $stamina to Math.clamp($stamina + 50, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<set $money to Math.clamp($money -50, 0, $maxMoney)>> <<replace '#story-caption'>> <<include 'StoryCaption'>> <</replace>> <<notify>>+50 Stamina!<</notify>> <<goto 'Fridge'>> <</button>> </span> <</if>> </div> <<removeclass "html">><<addclass "html" "fridge">> <</nobr>>
<div style="text-align: center;"> <<button 'Exit General Store' 'Mall'>><</button>> </div> <<narrator>>You approach the clerk.<</narrator>> <div class="centered-image"><img src='images/mall/generalstore/generalclerk.jpg' width='650'></div> <div class="saynpc"><img src="images/portraits/generalclerkport.jpg"><p>Derek (Clerk)</p><p>Hi! Is there anything I can help you with?</p></div> <div style="text-align: center;"> <div class="shopwindowborder"> <span class="buttonactionpurchaseshop"> <<if $money >=15>> <<button 'Box of Chocolates ($15)' 'General Store'>> <<pickup '$inventory' 'Box of Chocolates'>> <<notify>>You bought a box of chocolates!<</notify>> <<set $money to Math.clamp($money -15, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <</button>> <<else>> <<disable true>> <span class="buttonactiondisabledshop"> <<button 'Box of Chocolates ($15)' 'General Store'>><</button>> </span> <</disable>> <</if>> <<if $money >=50>> <<button 'Flowers ($50)' 'General Store'>> <<pickup '$inventory' 'Flowers'>> <<notify>>You bought flowers!<</notify>> <<set $money to Math.clamp($money -50, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <</button>> <<else>> <<disable true>> <span class="buttonactiondisabledshop"> <<button 'Flowers ($50)'>><</button>> </span> <</disable>> <</if>> <<if $money >=120>> <<button 'Bottle of Wine ($120)' 'General Store'>> <<pickup '$inventory' 'Bottle of Wine'>> <<notify>>You bought a bottle of wine!<</notify>> <<set $money to Math.clamp($money -120, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <</button>> <<else>> <<disable true>> <span class="buttonactiondisabledshop"> <<button 'Bottle of Wine ($120)'>><</button>> </span> <</disable>> <</if>> </span> </div> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "generalstore">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "generalstoredawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "generalstorenight">> <</if>> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'mallkickout'>> <</if>>
/* Bad Gift Detection */ <<widget 'poppersgift'>> <<set $poppersgift to true>> <<set $lingeriegift to false>> <<set $dildogift to false>> <</widget>> <<widget 'lingeriegift'>> <<set $poppersgift to false>> <<set $lingeriegift to true>> <<set $dildogift to false>> <</widget>> <<widget 'dildogift'>> <<set $poppersgift to false>> <<set $lingeriegift to false>> <<set $dildogift to true>> <</widget>> <<widget 'requiregiftlevel'>> <<if $poppersgift>> <<require>>Reach Love Level 1 before giving this gift!<</require>> <<elseif $lingeriegift>> <<require>>Reach Lust Level 2 before giving this gift!<</require>> <<elseif $dildogift>> <<require>>Reach Lust Level 3 before giving this gift!<</require>> <</if>> <</widget>> /* Landlady */ <<widget "giftlady">> <div id="giftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#giftborder" "hidden">> <</button>> <<button 'Love Gifts'>> <<addclass "#giftborder" "hidden">> <<removeclass "#lovegiftborder" "hidden">> <</button>> <<button 'Lust Gifts'>> <<addclass "#giftborder" "hidden">> <<removeclass "#lustgiftborder" "hidden">> <</button>> </div> </div> </div> <div id="lovegiftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#lovegiftborder" "hidden">> <</button>> <<if $inventory.has('Box of Chocolates')>> <<button 'Chocolate' 'ladychocolate'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Chocolate'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Flowers')>> <<button 'Flowers' 'ladyflowers'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Flowers'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Bottle of Wine')>> <<button 'Wine' 'ladywine'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Wine'>><</button>> </span> <</disable>> <</if>> </div> </div> </div> <div id="lustgiftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#lustgiftborder" "hidden">> <</button>> <<if $inventory.has('Poppers')>> <<button 'Poppers' 'ladypoppers'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Poppers'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Lingerie')>> <<button 'Lingerie' 'ladylingerie'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Lingerie'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Dildo')>> <<button 'Dildo' 'ladydildo'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Dildo'>><</button>> </span> <</disable>> <</if>> </div> </div> </div> <</widget>> /* Roommate */ <<widget "giftroom">> <div id="giftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#giftborder" "hidden">> <</button>> <<button 'Love Gifts'>> <<addclass "#giftborder" "hidden">> <<removeclass "#lovegiftborder" "hidden">> <</button>> <<button 'Lust Gifts'>> <<addclass "#giftborder" "hidden">> <<removeclass "#lustgiftborder" "hidden">> <</button>> </div> </div> </div> <div id="lovegiftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#lovegiftborder" "hidden">> <</button>> <<if $inventory.has('Box of Chocolates')>> <<button 'Chocolate' 'roomchocolate'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Chocolate'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Flowers')>> <<button 'Flowers' 'roomflowers'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Flowers'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Bottle of Wine')>> <<button 'Wine' 'roomwine'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Wine'>><</button>> </span> <</disable>> <</if>> </div> </div> </div> <div id="lustgiftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#lustgiftborder" "hidden">> <</button>> <<if $inventory.has('Poppers')>> <<button 'Poppers' 'roompoppers'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Poppers'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Lingerie')>> <<button 'Lingerie' 'roomlingerie'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Lingerie'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Dildo')>> <<button 'Dildo' 'roomdildo'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Dildo'>><</button>> </span> <</disable>> <</if>> </div> </div> </div> <</widget>> /* Ms. Rush */ <<widget "giftrush">> <div id="giftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#giftborder" "hidden">> <</button>> <<button 'Love Gifts'>> <<addclass "#giftborder" "hidden">> <<removeclass "#lovegiftborder" "hidden">> <</button>> <<button 'Lust Gifts'>> <<addclass "#giftborder" "hidden">> <<removeclass "#lustgiftborder" "hidden">> <</button>> </div> </div> </div> <div id="lovegiftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#lovegiftborder" "hidden">> <</button>> <<if $inventory.has('Box of Chocolates')>> <<button 'Chocolate' 'rushchocolate'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Chocolate'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Flowers')>> <<button 'Flowers' 'rushflowers'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Flowers'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Bottle of Wine')>> <<button 'Wine' 'rushwine'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Wine'>><</button>> </span> <</disable>> <</if>> </div> </div> </div> <div id="lustgiftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#lustgiftborder" "hidden">> <</button>> <<if $inventory.has('Poppers')>> <<button 'Poppers' 'rushpoppers'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Poppers'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Lingerie')>> <<button 'Lingerie' 'rushlingerie'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Lingerie'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Dildo')>> <<button 'Dildo' 'rushdildo'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Dildo'>><</button>> </span> <</disable>> <</if>> </div> </div> </div> <</widget>> /* Alexis */ <<widget "giftalexis">> <div id="giftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#giftborder" "hidden">> <</button>> <<button 'Love Gifts'>> <<addclass "#giftborder" "hidden">> <<removeclass "#lovegiftborder" "hidden">> <</button>> <<button 'Lust Gifts'>> <<addclass "#giftborder" "hidden">> <<removeclass "#lustgiftborder" "hidden">> <</button>> </div> </div> </div> <div id="lovegiftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#lovegiftborder" "hidden">> <</button>> <<if $inventory.has('Box of Chocolates')>> <<button 'Chocolate' 'alexischocolate'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Chocolate'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Flowers')>> <<button 'Flowers' 'alexisflowers'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Flowers'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Bottle of Wine')>> <<button 'Wine' 'alexiswine'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Wine'>><</button>> </span> <</disable>> <</if>> </div> </div> </div> <div id="lustgiftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#lustgiftborder" "hidden">> <</button>> <<if $inventory.has('Poppers')>> <<button 'Poppers' 'alexispoppers'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Poppers'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Lingerie')>> <<button 'Lingerie' 'alexislingerie'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Lingerie'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Dildo')>> <<button 'Dildo' 'alexisdildo'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Dildo'>><</button>> </span> <</disable>> <</if>> </div> </div> </div> <</widget>> /* Jojo */ <<widget "giftjojo">> <div id="giftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#giftborder" "hidden">> <</button>> <<button 'Love Gifts'>> <<addclass "#giftborder" "hidden">> <<removeclass "#lovegiftborder" "hidden">> <</button>> <<button 'Lust Gifts'>> <<addclass "#giftborder" "hidden">> <<removeclass "#lustgiftborder" "hidden">> <</button>> </div> </div> </div> <div id="lovegiftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#lovegiftborder" "hidden">> <</button>> <<if $inventory.has('Box of Chocolates')>> <<button 'Chocolate' 'jojochocolate'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Chocolate'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Flowers')>> <<button 'Flowers' 'jojoflowers'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Flowers'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Bottle of Wine')>> <<button 'Wine' 'jojowine'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Wine'>><</button>> </span> <</disable>> <</if>> </div> </div> </div> <div id="lustgiftborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#lustgiftborder" "hidden">> <</button>> <<if $inventory.has('Poppers')>> <<button 'Poppers' 'jojopoppers'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Poppers'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Lingerie')>> <<button 'Lingerie' 'jojolingerie'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Lingerie'>><</button>> </span> <</disable>> <</if>> <<if $inventory.has('Dildo')>> <<button 'Dildo' 'jojodildo'>><</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Dildo'>><</button>> </span> <</disable>> <</if>> </div> </div> </div> <</widget>>
/* Symbol Widget */ <<widget "space">> <</widget>> /* Name Color Widgets */ <<widget "ladyn">> <span class="ladytext">$ladyn</span> <</widget>> <<widget "roomn">><span class="roomtext">$roomn</span><</widget>> /* Lowercase Widgets */ <<widget "roomu">><<set $roomu to $roomu.toLowerCase($roomu)>>$roomu<<set $roomu to $roomu.toUpperFirst($roomu)>><</widget>> <<widget "lord">><<set $lord to $lord.toLowerCase($lord)>>$lord<<set $lord to $lord.toUpperFirst($lord)>><</widget>> <<widget "room">><<set $room to $room.toLowerCase($room)>>$room<<set $room to $room.toUpperFirst($room)>><</widget>> /* Dialog Box Widgets */ <<widget "saymc" container>> <<say '$name' 'images/portraits/MMainC.png'>>_contents<</say>> <</widget>> <<widget "saylady" container>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>_contents</p></div> <</widget>> <<widget "sayroom" container>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>_contents</p></div> <</widget>> <<widget "sayrush" container>> <div class="sayrush"><img src="images/portraits/teacher.jpg"><p>Ms. Rush (Teacher)</p><p>_contents</p></div> <</widget>> <<widget "sayalexis" container>> <div class="sayalexis"><img src="images/portraits/alexisport.jpg"><p>Alexis (Classmate)</p><p>_contents</p></div> <</widget>> <<widget "sayjojo" container>> <div class="sayjojo"><img src="images/portraits/jojoport.jpg"><p>Jojo (Classmate)</p><p>_contents</p></div> <</widget>> <<widget "narrator" container>> <span class="message">_contents</span> <</widget>> <<widget "require" container>> <div style='text-align: center;'><span class="require">_contents</span></div> <</widget>>
<<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <div style="text-align: center;"> <<if $car =="false">> <<if $buspass =="false">> <<button 'Leave Gym' 'Walk'>> <<set $gymworkout to false>> <</button>> <<else>> <<button 'Leave Gym' 'Bus2'>> <<set $gymworkout to false>> <</button>> <</if>> <<else>> <<button 'Leave Park' 'Car'>> <<set $gymworkout to false>> <</button>> <</if>> <<if $gymmembership =="true">> <<button 'Locker Rooms' 'Gym Locker Rooms'>> <<set $gymworkout to false>> <</button>> <</if>> </div> <div style="text-align: center;"> <<if $gymmembership =="false">> <<if $money >= 100>> <span class ="buttonactionpurchase"> <<button 'Buy Gym Membership ($100)'>> <<set $money to Math.clamp($money -100, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<notify>>You bought a gym membership!<</notify>> <<set $gymmembership to "true">> <<goto 'Gym'>> <</button>> </span> <<else>> <<disable true>> <span class ="buttonactiondisabled"> <<button 'Buy Gym Membership ($100)'>><</button>> </span> <</disable>> <</if>> <</if>> <<if $gymmembership =="true">> <span class="buttonaction"> <<button 'Workout' 'Gym'>> <<set $hyg to Math.clamp($hyg- 25, 0, $maxHyg)>> <<set $stamina to Math.clamp($stamina - 20, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<set $fit to Math.clamp($fit +2, 0, $maxLust)>> <<notify>>+2 Fitness!<</notify>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<editcycle 'time' change 1>> <<set $gymworkout to true>> <<fitness>> <</button>> </span> <</if>> </div> <<if $gymworkout is true>> <span class="message">You work out at the gym!</span> <div class ="centered-image"><img src='images/misc/gymworkout.gif' height ='400'></div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "gym">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "gymdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "gymnight">> <</if>> <<set $location to "Gym">>
<div style="text-align: center;"> <<button 'Exit Locker Room' 'Gym'>><<set $shower to false>><</button>> </div> <div style="text-align: center;"> <span class="buttonaction"> <<button 'Shower' 'Gym Boys Locker Room'>> <<set $shower to true>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<editcycle 'time' change 1>> <<notify>>You're clean!<</notify>> <</button>> </span> </div> <<if $shower is true>> <<narrator>>You take a shower!<</narrator>> <<if $mccock is true>> <div class="centered-image"><img src='images/misc/showererect.gif' width="300"></div> <</if>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "gymlockers">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "gymlockersdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "gymlockersnight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<set $shower to false>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<set $shower to false>> <</if>>
<div style="text-align: center;"> <<button 'Exit Locker Room' 'Gym'>><<set $shower to false>><</button>> </div> <div style="text-align: center;"> <span class="buttonaction"> <<button 'Shower' 'Gym Girls Locker Room'>> <<set $shower to true>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<editcycle 'time' change 1>> <<notify>>You're clean!<</notify>> <</button>> </span> </div> <<if $shower is true>> <<narrator>>You take a shower!<</narrator>> <<if $mccock is true>> <div class="centered-image"><img src='images/misc/showererect.gif' width="300"></div> <</if>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "gymlockers2">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "gymlockersdawnevening2">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "gymlockersnight2">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<set $shower to false>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<set $shower to false>> <</if>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;"> <<button 'Go Back' 'Gym'>><</button>> <<button 'Boys Locker Room' 'Gym Boys Locker Room'>><</button>> <<button 'Girls Locker Room' 'Gym Girls Locker Room'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "gymlockerentrance">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "gymlockerentrancedawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "gymlockerentrancenight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<div style="text-align: center;"> <<if $car =="false">> <<button 'Leave Campus' 'Bus2'>><</button>> <<else>> <<button 'Leave Campus' 'Car'>><</button>> <</if>> <<button 'Bathroom' 'College Bathrooms'>><</button>> <<if Cycle.get('time').check('noon') && $metalexis is true>> <span class="buttonalexis"> <<button 'Cafeteria' 'Cafeteria'>><</button>> </span> <<else>> <<button 'Cafeteria' 'Cafeteria'>><</button>> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <span class="buttonrush"> <<button 'Teacher's Lounge' 'Teachers Lounge'>><</button>> </span> <<else>> <<button 'Teacher's Lounge' 'Teachers Lounge'>><</button>> <</if>> <<if Cycle.get('time').check('evening') or Cycle.get('time').check('night') or Cycle.get('time').check('dawn') or Cycle.get('time').check('noon')>> <<disable true>> <<button 'Classroom' 'Attend Class'>><</button>> <</disable>> <<else>> <span class="buttonevent"> <<button 'Classroom' 'Attend Class'>><</button>> </span> <</if>> </div> <<if Cycle.get('time').check('afternoon') && $metjojo is true>> <span class="message"><span class="jojotext">Jojo</span> is in the hallway.</span> <div style="text-align: center;"> <img src='images/portraits/jojoport.jpg' height ="480"> </div> <div style="text-align: center;"> <span class="initinteractbutton"> <<button 'Interact' 'jojoschoolinteract'>><</button>> </span> </div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "hallway">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "hallwaydawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "hallwaynight">> <</if>> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>> <<set $location to "Hallway">>
<<set $land to $land.toLowerCase($land)>>$land'<<set $land to $land.toUpperFirst($land)>> <<set $room to $room.toLowerCase($room)>>$room<<set $room to $room.toUpperFirst($room)>> <<set $lady to $lady.toLowerCase($lady)>>$lady<<set $lady to $lady.toUpperFirst($lady)>> <<set $lord to $lord.toLowerCase($lord)>><<set $lord to $lord.toUpperFirst($lord)>> <<set $roomu to $roomu.toLowerCase($roomu)>>$roomu<<set $roomu to $roomu.toUpperFirst($roomu)>> <<set $ladyu to $ladyu.toLowerCase($ladyu)>><<set $ladyu to $ladyu.toUpperFirst($ladyu)>> <<set $roomgiftreward to false>> <span class="ladytext">$ladyn's</span> <span class="roomtext">$roomn's</span> Apostrophe = ' Space =
<<nobr>> <<set $lordn to $lordn.toLowerCase()>> <<set $lordn to $lordn.toUpperFirst()>> <<set $ladyn to $ladyn.toLowerCase()>> <<set $ladyn to $ladyn.toUpperFirst()>> <<set $roomn to $roomn.toLowerCase()>> <<set $roomn to $roomn.toUpperFirst()>> <<set $ladymcn to $ladymcn.toLowerCase()>> <<set $ladymcn to $ladymcn.toUpperFirst()>> <<set $nameln to $nameln.toLowerCase()>> <<set $nameln to $nameln.toUpperFirst()>> <<set $roommcn to $roommcn.toLowerCase()>> <<set $roommcn to $roommcn.toUpperFirst()>> <<set $namern to $namern.toLowerCase()>> <<set $namern to $namern.toUpperFirst()>> <div style="text-align: center;" class="biggerwhitetext">Introduction</div> <div style="text-align: center;" class="bigtext"> (Reading recommended)<br> This is currently a sandbox with very minimal storyline. <br> You're simply a man in a house with two other women(There's also a man that owns the house, but he hasn't been introduced officially). <br> There will eventually be a loose storyline with small character-specific plots, but the current scenes will remain as day-to-day activities. <br><br> <div class="biggerwhitetext">There are elements in this game that are works in progress.</div> Money: Biggest use is buying gifts. Clothes and other items will be added at some point. <br> Fitness: Is used to increase stamina. (More information on stamina below) <br> Intellect: Increases the money received from working online. <br> Perversion: Increases the confidence of your character doing perverted actions. <br> Charm Level: Increases how many relationship stats you gain. <br> Stamina Bar: Limits the number of stat increasing activites per day. <br> Lust Bar: Represents how close to ejaculating you are. <br><br> Housemate's Lust: Represents how sexually attracted they are to you. <br> Housemate's Love: Represents how in love they are with you <br> ( LOVE IS CURRENTLY USELESS AFTER LOVE LEVEL 1 ) </div><br> <div style="text-align: center;"> Make sure to notice "Charm Level". Level up Fitness and Intellect to increase it's level. </div> <div style="text-align: center;"> <<button 'Start' 'Bedroom'>> <<audio "theme" stop>> <<set $changingcharsettings to false>> <</button>> </div> <<removeclass "html">> <</nobr>>
<<nobr>> <<set $location to "Kitchen">> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;"> <<button 'Exit Kitchen' 'Living Room'>><</button>> <<button 'Fridge' 'Fridge'>><</button>> <<if not $player.has('seendinner')>> <<if Cycle.get('time').check('evening')>> <span class='buttonlady'> <<switch random(1, 1)>> <<case 1>> <<button 'Dining Room' 'normaldinnerladyroom'>><</button>> <</switch>> </span> <</if>> <</if>> <<if $player.has('seendinner')>> <<if Cycle.get('time').check('evening')>> <<button 'Dining Room' 'Dining Room'>><</button>> <</if>> <</if>> <<if $player.has('seendinner')>> <<if not Cycle.get('time').check('evening')>> <<button 'Dining Room' 'Dining Room'>><</button>> <</if>> <</if>> <<if not $player.has('seendinner')>> <<if not Cycle.get('time').check('evening')>> <<button 'Dining Room' 'Dining Room'>><</button>> <</if>> <</if>> <<if $lust >=75>> <<button 'Masturbate'>> <<set $stamina to Math.clamp($stamina - 10, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<set $lust to Math.clamp($lust + 10, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<notify>>+10 Lust<</notify>> <</button>> <</if>> </div> /* Landlady Interact Kitchen Scene */ <<if Cycle.get('time').check('dawn')>> <span class="message"><span class="ladytext">$ladyn</span> is in the kitchen.</span> <div style="text-align: center;"><img src='images/portraits/ladyportrait.jpg'></div> <div style="text-align: center;" class="initinteractbutton"> <<button 'Interact' 'ladyinkitty'>><</button>> </div> <</if>> <<if Cycle.get('time').check('afternoon')>> <span class="message"><span class="ladytext">$ladyn</span> is in the kitchen.</span> <div style="text-align: center;"><img src='images/portraits/ladykitchenunder.jpg'></div> <div style="text-align: center;" class="initinteractbutton"> <<button 'Interact' 'ladykitchenunder'>><</button>> </div> <</if>> /* Roommate Interact Kitchen Scene */ <<if not Cycle.get('day').check('Saturday')>> <<if Cycle.get('time').check('morning')>> <span class="message"><span class="roomtext">$roomn</span> is in the kitchen.</span> <div style="text-align: center;"><img src='images/portraits/FMainC.jpg'></div> <div style="text-align: center;" class="initinteractbutton"> <<button 'Interact' 'roominkitty'>><</button>> </div> <</if>> <</if>> <<if not $player.has('walkinside')>> <<if Cycle.get('day').check('Saturday')>><<if Cycle.get('time').check('morning')>><span class="message"><span class="roomtext">$roomn</span> isn't here. She must be out at the pool again.</span><</if>><</if>><</if>> <<if not $player.has('walkinside')>> <<if Cycle.get('day').check('Saturday')>><<if Cycle.get('time').check('day')>><span class="message"><span class="roomtext">$roomn</span> isn't here. She must be out at the pool again.</span><</if>><</if>><</if>> <<if $lust >=100>> <<goto 'cumpants'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;"> <<button 'Leave'>><<goto 'Living Room'>><</button>> <span class="message">You wait a moment to hear for something, but there's no response.</span> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommatedoor">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommatedoordawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommatedoornight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;"> <<button 'Exit Shower' 'Landlords Bathroom'>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<notify>>You're clean!<</notify>> <<editcycle 'time' change 1>> <</button>> <<if not $player.has('firstshowerclean')>> <<popover>> <<dialog 'Shower'>> <div style="text-align: center;"> <div class="bigwhitetext">Taking a shower improves your hygiene!</div> <span class="redtext">(If you don't take showers, people will react negatively to your pressence.)</span> </div> <</dialog>> <</popover>> <<pickup '$player' 'firstshowerclean'>> <</if>> <div class="centered-image"><img src='images/misc/showererect.gif' width="300"></div><br /> <<removeclass "html">><<addclass "html" "shower">><</nobr>>
<<nobr>> <div style="text-align: center;"> <<button 'Exit Bathroom' 'Landlords Bedroom'>><<set $shower to false>><</button>> </div> <div style="text-align: center;"> <span class="buttonaction"> <<button 'Shower' 'Landlords Bathroom'>> <<set $shower to true>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<editcycle 'time' change 1>> <<notify>>You're clean!<</notify>> <</button>> </span> </div> <<if $shower is true>> <<narrator>>You take a shower!<</narrator>> <<if $mccock is true>> <div class="centered-image"><img src='images/misc/showererect.gif' width="300"></div> <</if>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordbathroomnight">> <</if>> <<set $skiptime to "on">> <<if Cycle.get('time').check('morning')>> <<goto ladykickout2>><<set $shower to false>> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>><<set $shower to false>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>><<set $shower to false>> <</if>> <</nobr>>
<<nobr>> <<set $location to "$land' Bedroom">> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</if>> <div style="text-align: center;"> <<button 'Exit Room' 'Living Room'>><</button>> <<if not Cycle.get('time').check('morning')>> <<button '$land' Bathroom' 'Landlords Bathroom'>><</button>> <</if>> <<if Cycle.get('time').check('morning')>> <span class='buttonlady'> <<button '$land' Bathroom' 'ladyshowerdoorlocked'>><</button>> </span> <</if>> <<if Cycle.get('time').check('noon')>> <<goto 'ladykickout'>> <</if>> <<button '$land' Closet' 'Landlords Closet'>><</button>> /* Nightstand button */ <span class= "textbutton"> <<link '$lady's Nightstand'>> </span> <<popover>> <<dialog>> <img src='images/landlordroom/nightstand.jpg' height='600px' width ='800px'> <div style="text-align: center;"> <span class="buttonaction"> <<button 'Search inside of nightstand'>> <<run Dialog.close()>> <<popover>> <<dialog>> <img src='images/landlordroom/dildodrawer.jpg' height='400px'> <div style="text-align: center;"><<button 'Close Drawer'>> <<run Dialog.close()>><</button>></div> <</dialog>> <</popover>> <</button>> </span> <span class="buttonaction"> <<button 'Search top of nightstand'>> <<run Dialog.close()>> <<if not Cycle.get('time').check('morning')>> <<if not Cycle.get('time').check('night')>> <<popover>> <span class="message">Nothing of interest here.</span> <</popover>> <</if>> <</if>> <<if not Cycle.get('time').check('dawn')>> <<if not Cycle.get('time').check('noon')>> <<if not Cycle.get('time').check('afternoon')>> <<if not Cycle.get('time').check('evening')>> <<popover>> <<dialog>> <img src='images/landlordroom/ladyphone.png' height='400px'> <div style="text-align: center;"> <span class="buttonaction"> <<button 'Leave it'>> <<run Dialog.close()>> <</button>> </span> <<if $inventory.has('Hacking Tool')>> <span class="buttonaction"> <<button 'Hack Phone'>> </div> <<run Dialog.close()>> <<popover>> <<dialog>> <div style="text-align: center;">You found nudes!</div> <img src='images/landlordroom/ladynude1.jpg' height='566px' width ='300px'> <div style="text-align: center;"><span class="buttonaction"><<button 'Next Photo'>></div> <<run Dialog.close()>> <<popover>> <<dialog>> <div style="text-align: center;">You found nudes!</div> <img src='images/landlordroom/ladynude2.jpg' height='566px' width ='300px'> <div style="text-align: center;"><span class="buttonaction"><<button 'Next Photo'>></div> <<run Dialog.close()>> <<popover>> <<dialog>> <div style="text-align: center;">You found nudes!</div> <img src='images/landlordroom/ladynude3.jpg' height='566px' width ='300px'> <div style="text-align: center;"><span class="buttonaction"><<button 'Put down phone'>></div> <<run Dialog.close()>> <</button>> </span> <</dialog>> <</popover>> <</button>> </span> <</dialog>> <</popover>> <</button>> </span> <</dialog>> <</popover>> <</button>> <<else>> <<disable true>> <span class="buttonactiondisabled"> <<button 'Hack Phone (Needs Tool)'>><</button>> </span> <</disable>> <</if>> <</dialog>> <</popover>> <</if>> <</if>> <</if>> <</if>> <</button>> <</dialog>> <</popover>> <</link>> /* LandLady Night Perv Event */ <<if Cycle.get('time').check('night')>> <span class="message"><span class="ladytext">$ladyn</span> is sleeping in her bed.</span> <div style="text-align: center;" class="buttonactionperv"> <<if $perv >=50>> <<button '[Perversion] Peek at $ladyn'>> <<popover>> <<switch random(1, 2)>> <<case 1>> <div class="centered-image"><img src='images/landlordroom/ladysleeping1.jpg' width="300" height="100"></div> <<case 2 >> <div class="centered-image"><img src='images/landlordroom/ladysleeping2.jpg' width="300" height="100"></div> <</switch>> <</popover>> <</button>> <<else>> <<mouseover>> <<disable true>> <span class="buttonactionperv"> <<button '[Perversion] Peek at $ladyn'>><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need 50 Perversion to do this.</span> <<if $perv <1>> <br /> <span class="hint">(Hint: Increase your Perversion by watching porn on your computer)</span> <</if>> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> </div> <</if>> /* Lady After-Dinner Interact Scenes */ <<if $player.has('seendinner')>> <<if Cycle.get('time').check('evening')>> <<if $ladylust <25>> <span class="message"><span class="ladytext">$ladyn</span> is lounging in her room after eating dinner.</span> <div class="centered-image"><img src='images/landlordroom/lowlust.jpg' width="400" height="600"></div> <div class="initinteractbutton" style="text-align: center;"><<button 'Interact' 'ladybedinitinteract'>><</button>></div> <</if>> <</if>> <</if>> <<if $player.has('seendinner')>> <<if Cycle.get('time').check('evening')>> <<if $ladylust >=25>> <<if $ladylust < 50>> <span class="message"><span class="ladytext">$ladyn</span> is lounging in her room after eating dinner.</span> <div class="centered-image"><img src='images/landlordroom/lowmidlust.jpg' width="400" height="600"></div> <div class="initinteractbutton" style="text-align: center;"><<button 'Interact' 'ladybedinitinteract'>><</button>></div> <</if>> <</if>> <</if>> <</if>> <<if $player.has('seendinner')>> <<if Cycle.get('time').check('evening')>> <<if $ladylust >=50>> <<if $ladylust <75>> <span class="message"><span class="ladytext">$ladyn</span> sits on her bed topless.</span> <div class="centered-image"><img src='images/landlordroom/midlust.jpg' width="400" height="600"></div> <div class="initinteractbutton" style="text-align: center;"><<button 'Interact' 'ladybedinitinteract'>><</button>></div> <</if>> <</if>> <</if>> <</if>> <<if $player.has('seendinner')>> <<if Cycle.get('time').check('evening')>> <<if $ladylust >=75>> <<if $ladylust <100>> <span class="message"> <span class="ladytext">$ladyn</span> is shamelessly showing off for you.</span> <div class="centered-image"><img src='images/landlordroom/highlust2.jpg' width="400" height="600"></div> <div class="initinteractbutton" style="text-align: center;"><<button 'Interact' 'ladybedinitinteract'>><</button>></div> <</if>> <</if>> <</if>> <</if>> <<if $player.has('seendinner')>> <<if Cycle.get('time').check('evening')>> <<if $ladylust ==100>> <span class="message"> <span class="ladytext">$ladyn</span> is shamelessly showing off for you.</span> <<switch random(1, 3)>> <<case 1>> <div class="centered-image"><img src='images/landlordroom/highlust1.jpg' width="400" height="600"></div> <<case 2>> <div class="centered-image"><img src='images/landlordroom/highlust3.jpg' width="400" height="600"></div> <<case 3>> <div class="centered-image"><img src='images/landlordroom/highlust4.jpg' width="400" height="600"></div> <</switch>> <div class="initinteractbutton" style="text-align: center;"><<button 'Interact' 'ladybedinitinteract'>><</button>></div> <</if>> <</if>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <<set $skiptime to "off">> <div style="text-align: center;"> <<button 'Stop Looking in Closet' 'Landlords Bedroom'>><</button>> </div> <div class="centered-image"><img src='images/landlordroom/closet.jpg' width="600" height="600"></div> <div style="text-align: center;"> <span class="buttonaction"> <<button 'Search Closet'>> <<if not $player.has('Needle')>> <<popover>> <span class="message">You found a needle!</span> <div class="centered-image"> <img src='images/landlordroom/needle.jpg' width="400" height="400"> </div> <div style="text-align: center;"> <span class="buttonaction"> <<button 'Take'>><<pickup '$player' 'Needle'>><<run Dialog.close()>><</button>> </span> </div> <</popover>> <<else>> <<popover>> <span class="message">Nothing else of interest here.</span> <</popover>> <</if>> <</button>> </span> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</nobr>>
<<nobr>> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>><</button>> </div> <div style="text-align: center;"> <<if Cycle.get('time').check('noon')>> <span class="buttonaction"> <<button 'Try to Open Door' 'landlordsbedroomlocked'>><</button>> </span> <<else>> <span class="buttonaction"> <<button 'Try to Open Door' 'Landlords Bedroom'>><</button>> </span> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landdoor">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landdoordawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landdoornight">> <</if>> <<set $skiptime to "on">> <</nobr>>
<<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('evening')>> <<goto 'caughtroomcantgoback'>> <<else>> <<switch random(1, 10)>> <<case 1>> <<goto 'caughtroomcantgoback'>> <<case 2 3 4 5 6 7 8 9 10>> <</switch>> <</if>> <div style="text-align: center;"> <<button 'Close Laptop' 'Roommates Room'>><</button>> </div> <div style="text-align: center;" class="interactborder"> <<button 'Submit Password'>> <</button>> <<textbox "$password" "Password (Case Sensitive)">> </div> <div style="text-align: center;"> <<if $inventory.has('Hacking Tool')>> <span class="buttonaction"> <<button 'Hack Laptop' 'roomcomp'>><</button>> </span> <<else>> <<disable true>> <span class="buttonactiondisabled"> <<button 'Hack Laptop (Needs Tool)'>><</button>> </span> <</disable>> <</if>> </div> <<removeclass "html">><<addclass "html" "computerroom">>
<<nobr>> <<set $location to "Living Room">> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <<if $lust >=100>> <<goto 'cumpants'>> <</if>> /* Living Room Navigation */ <div style="text-align: center;"> <<button 'Your Bedroom' 'Bedroom'>> <<if not Cycle.get('time').check('dawn')>> <<if not Cycle.get('time').check('night')>> <<switch random(1, 30)>> <<case 1>> <<if not $player.has('seenroomrandomliving')>> <<pickup '$player' 'seenroomrandomliving'>> <<goto 'roomrandomlivingroom'>> <</if>> <<case 2 >> <<if not $player.has('seenladyrandomliving')>> <<pickup '$player' 'seenladyrandomliving'>> <<goto 'ladyrandomliving'>> <</if>> <<case 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30>> <</switch>> <</if>> <</if>> <</button>> <<if $player.has('seendinner')>> <<if Cycle.get('time').check('evening')>> <span class='buttonlady'> <<button '$land' Bedroom' 'Landlords Door'>><</button>> </span> <</if>> <</if>> <<if not $player.has('seendinner')>> <<if Cycle.get('time').check('evening')>> <<button '$land' Bedroom' 'Landlords Door'>><</button>> <</if>> <</if>> <<if not Cycle.get('time').check('noon')>> <<if not Cycle.get('time').check('morning')>> <<if not Cycle.get('time').check('evening')>> <<if not Cycle.get('time').check('night')>> <<button '$land' Bedroom' 'Landlords Door'>><</button>> <</if>> <</if>> <</if>> <</if>> <<if Cycle.get('time').check('night')>> <span class='buttonlady'> <<button '$land' Bedroom' 'Landlords Door'>><</button>> </span> <</if>> <<if Cycle.get('time').check('morning')>> <span class='buttonlady'> <<button '$land' Bedroom' 'Landlords Door'>><</button>> </span> <</if>> <<if $player.has('seenladyundress')>> <<if Cycle.get('time').check('noon')>> <span class='buttonlady'> <<button '$land' Bedroom' 'Landlords Door'>><</button>> </span> <</if>> <</if>> <<if not $player.has('seenladyundress')>> <<if Cycle.get('time').check('noon')>> <span class='buttonlady'> <<button '$land' Bedroom' 'ladyundress'>><</button>> </span> <</if>> <</if>> <<if not Cycle.get('time').check('morning')>> <<if not Cycle.get('time').check('noon')>> <<if not Cycle.get('time').check('afternoon')>> <span class='buttonroom'> <<button '$roomn's Bedroom' 'Roommates Door'>><</button>> </span> <</if>> <</if>> <</if>> <<if not Cycle.get('time').check('late night')>> <<if not Cycle.get('time').check('dawn')>> <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('evening')>> <<button '$roomn's Bedroom' 'Roommates Door'>><</button>> <</if>> <</if>> <</if>> <</if>> </div> /* Picture Navigation buttons */ <div class="navbutton"> <div style="text-align: center;" class="livingroomimg"> <<if not Cycle.get('time').check('morning')>> <<if not Cycle.get('time').check('noon')>> <<if not Cycle.get('time').check('evening')>> <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('late night')>> <span class="navbuttonlady"> <<button "<img src='images/houseicons/kitchen.jpg'>" 'Kitchen'>> <</button>> </span> <</if>> <</if>> <</if>> <</if>> <</if>> <<if Cycle.get('time').check('evening')>> <<if $player.has('seendinner')>> <<button "<img src='images/houseicons/kitchen.jpg'>" 'Kitchen'>> <</button>> <</if>> <</if>> <<if Cycle.get('time').check('evening')>> <<if not $player.has('seendinner')>> <span class="navbuttonlady"> <<button "<img src='images/houseicons/kitchen.jpg'>" 'Kitchen'>> <</button>> </span> <</if>> <</if>> <<if not Cycle.get('day').check('Saturday')>> <<if Cycle.get('time').check('morning')>> <span class="navbuttonroom"> <<button "<img src='images/houseicons/kitchen.jpg'>" 'Kitchen'>> <</button>> </span> <</if>> <</if>> <<if Cycle.get('day').check('Saturday')>> <<if Cycle.get('time').check('morning')>> <<button "<img src='images/houseicons/kitchen.jpg'>" 'Kitchen'>> <</button>> <</if>> <</if>> <<if not Cycle.get('time').check('afternoon')>> <<if not Cycle.get('time').check('evening')>> <<if not Cycle.get('time').check('morning')>> <<if not Cycle.get('time').check('dawn')>> <<button "<img src='images/houseicons/kitchen.jpg'>" 'Kitchen'>> <</button>> <</if>> <</if>> <</if>> <</if>> /* BATHROOM NAV BUTTON */ <<button "<img src='images/houseicons/bathroom.jpg'>" 'Bathroom'>> <<if not $player.has('seenladyrandombathroom')>> <<if not Cycle.get('time').check('dawn')>> <<if not Cycle.get('time').check('night')>> <<switch random(1, 15)>> <<case 1>> <<pickup '$player' 'seenladyrandombathroom'>> <<goto 'ladyrandombathroom'>> <<case 2 3 4 5 6 7 8 9 10 11 12 13 14 15>>>> <</switch>> <</if>> <</if>> <</if>> <</button>> /* POOL NAV BUTTON */ <<if Cycle.get('day').check('Saturday')>> <<if Cycle.get('time').check('noon')>> <span class="navbuttonroom"> <<button "<img src='images/houseicons/pool.jpg'>">> <<goto 'Pool'>> <</button>> </span> <</if>> <</if>> <<if Cycle.get('day').check('Saturday')>> <<if Cycle.get('time').check('morning')>> <span class="navbuttonroom"> <<button "<img src='images/houseicons/pool.jpg'>">> <<goto 'Pool'>> <</button>> </span> <</if>> <</if>> <<if Cycle.get('day').check('Saturday')>> <<if not Cycle.get('time').check('morning')>> <<if not Cycle.get('time').check('noon')>> <<button "<img src='images/houseicons/pool.jpg'>">> <<goto 'Pool'>> <</button>> <</if>> <</if>> <</if>> <<if not Cycle.get('day').check('Saturday')>> <<button "<img src='images/houseicons/pool.jpg'>">> <<goto 'Pool'>> <</button>> <</if>> /* BASEMENT NAV BUTTON */ <<if not Cycle.get('day').check('Saturday')>> <<if Cycle.get('time').check('noon')>> <span class="navbuttonroom"> <<button "<img src='images/houseicons/Basement.jpg'>">> <<goto 'Basement'>> <</button>> </span> <</if>> <</if>> <<if Cycle.get('day').check('Saturday')>> <<if Cycle.get('time').check('noon')>> <<button "<img src='images/houseicons/Basement.jpg'>">> <<goto 'Basement'>> <</button>> <</if>> <</if>> <<if not Cycle.get('time').check('noon')>> <<button "<img src='images/houseicons/Basement.jpg'>">> <<goto 'Basement'>> <</button>> <</if>> </div> </div> /* Roommate Living Room Events */ <<if not Cycle.get('time').check('late night') && not Cycle.get('time').check('dawn') && not $player.has('seenroommastlive') && $roomlustlevel >=1>> <<switch random(1, 30)>> <<case 1>> <<goto 'initroommastlive'>> <<case 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30>> <</switch>> <</if>> <<if not Cycle.get('time').check('late night')>> <<if not Cycle.get('time').check('dawn')>> <<if $player.has('wearpanties')>> <<switch random(1, 3)>> <<case 1>> <<goto 'pantiescaughtroom'>> <<case 2 3 >> <</switch>> <</if>> <</if>> <</if>> /* Roommate Random Interact Living Room */ <<if not $player.has('seenroomrandomliving2')>> <<if not Cycle.get('time').check('dawn')>> <<if not Cycle.get('time').check('late night')>> <<if not Cycle.get('time').check('night')>> <<switch random(1, 30)>> <<case 1>> <<pickup '$player' 'seenroomrandomliving2'>> <<goto 'roomrandomlivingroom2'>> <<case 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30>> <</switch>> <</if>> <</if>> <</if>> <</if>> /* Landlady Random Event */ <<if not $player.has('seenlandladyliving')>> <<if not Cycle.get('time').check('dawn')>> <<if not Cycle.get('time').check('late night')>> <<if not Cycle.get('time').check('night')>> <<switch random(1, 30)>> <<case 1>> <<pickup '$player' 'seenlandladyliving'>> <<goto 'landladylivingrandom'>> <<case 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30>> <</switch>> <</if>> <</if>> <</if>> <</if>> /* Living Room Actions */ <div style="text-align: center;"> <<if $car =="false">> <<if $buspass =="false">> <<button 'Go Outside' 'Walk'>><</button>> <<else>> <<button 'Go Outside' 'Bus2'>><</button>> <</if>> <<else>> <<button 'Go Outside' 'Car'>><</button>> <</if>> </div> <div style="text-align: center;"> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<disable true>> <span class="buttonactiondisabled"> <<button 'Watch TV' 'Watch TV'>><</button>> </span> <</disable>> <<else>> <span class="buttonaction"> <<button 'Watch TV' 'Watch TV'>><</button>> </span> <</if>> /* Landlady Sex Event */ <span class="buttonevent"> <<if not Cycle.get('time').check('night')>> <<if not $player.has('ladysexcomplete')>> <<if $ladyscene1 == "true">> <<if $ladyscene2 == "true">> <<if $ladyscene3 == "true">> <<if $ladyscene4 == "true">> <<if $ladyscene5 == "true">> <<if $ladyscene6 == "true">> <<if $ladyscene7 == "true">> <<if $ladyscene8 == "true">> <<if $ladyscene9 is true>> <span class="buttonaction"> <<button '(MAIN EVENT) $ladyn wants you' 'ladyfirstsex' >><</button>> </span> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> </span> </div> <<set $watchtv to "false">> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <div style="text-align: center;"> <<if $car =="false">> <<button 'Leave Mall' 'Bus2'>><</button>> <<else>> <<button 'Leave Mall' 'Car'>><</button>> <</if>> <<button 'Cafe' 'Cafe'>><</button>> <<button 'General Store' 'General Store'>><</button>> <<button 'Clothing Store' 'Clothing Store'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "mall">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "malldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "mallnight">> <</if>> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'mallkickout'>> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;"> <<button 'Leave Movie Theatre' 'Mall'>><</button>> </div> <</nobr>>
<<nobr>> <<set $lordr to $lordr.toLowerCase()>> <<set $ladyr to $ladyr.toLowerCase()>> <<set $lordr to $lordr.toUpperFirst()>> <<set $ladyr to $ladyr.toUpperFirst()>> <<set $roomlan to $roomlan.toLowerCase()>> <<set $roomlan to $roomlan.toUpperFirst()>> <<set $roomlo to $roomlo.toLowerCase()>> <<set $roomlo to $roomlo.toUpperFirst()>> <<set $roomlad to $roomlan.toLowerCase()>> <<set $roomlad to $roomlan.toUpperFirst()>> <<if $lordr =="Father">> <<set $lordr to "Dad">> <</if>> <<if $lordr =="Step-father">> <<set $lordr to "Stepdad">> <</if>> <<if $lordr =="Step-dad">> <<set $lordr to "Stepdad">> <</if>> <<if $lordr =="Daddy">> <<set $lordr to "Dad">> <</if>> <<if $ladyr =="Mother">> <<set $ladyr to "Mom">> <</if>> <<if $ladyr =="Step-mother">> <<set $ladyr to "Stepmom">> <</if>> <<if $ladyr =="Step-mom">> <<set $ladyr to "Stepmom">> <</if>> <<if $ladyr =="Mommy">> <<set $ladyr to "Mom">> <</if>> <<if $roomlan =="Family">> <<set $roomlan to "Parents">> <</if>> <span class="bigwhitetext">What are the names of your housemates?</span><br /> <span class="lordtext">$lord's name:</span><br /> <<textbox "$lordn" "John">><br /><br /> <span class="ladytext">$lady's name:</span><br /> <<textbox "$ladyn" "Cherie">><br /><br /> <span class="roomtext">$room's name<<if $room =="Sister">><<else>>(female)<</if>>:</span><br /> <<textbox "$roomn" "Mandy">><br /><br /> <span class="bigwhitetext">Nicknames between you and the housemates.</span> <br />(These are used during sexual and casual settings)<br /> <span class="bigtext"><span class="ladytext">$lady:</span></span><br /> Her Nickname:<br /><<textbox "$ladymcn" "Ma'am">><br /> Your Nickname:<br /><<textbox "$nameln" "Honey">><br /><br /> <span class="bigtext"><span class="roomtext">$room:</span></span><br /> Her Nickname:<br /><<textbox "$roommcn" "Chick">><br /> Your Nickname:<br /><<textbox "$namern" "Dude">><br /><br /> <<mouseover>> <<button 'Submit' 'Introduction'>><</button>> <<onmousein>> <<replace '#tooltip'>>(You can change these at any time in settings)<</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <<removeclass "html">> <</nobr>>
<<nobr>> <div style= "text-align: center;"> <<button 'Exit Night Club' 'Red Light District'>><</button>> </div> <<removeclass "html">><<addclass "html" "nightclub">> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <div style="text-align: center;"> <<button 'Leave' 'Red Light District'>><</button>> </div> <div style="text-align: center;"> <span class="buttonaction"> <<button 'Look At Bouncers'>> <<removeclass "#lookatbouncers" "hidden">> <</button>> </span> <<if Cycle.get('time').check('evening') && $money >=25>> <span class="buttonactionpurchase"> <<button 'Wait In Line ($25)' 'clubwait'>><</button>> </span> <</if>> <<if Cycle.get('time').check('evening') && $money <25>> <<mouseover>> <<disable true>> <span class="buttonactiondisabled"> <<button 'Wait In Line ($25)' 'clubwait'>><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need more money.</span><</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> <<if Cycle.get('time').check('night') && $money <25>> <<mouseover>> <<disable true>> <span class="buttonactiondisabled"> <<button 'Wait In Line ($25)' 'clubwait'>><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">It's too late to wait & you need more money.</span><</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> <<if Cycle.get('time').check('night') && $money >25>> <<mouseover>> <<disable true>> <span class="buttonactiondisabled"> <<button 'Wait In Line ($25)' 'clubwait'>><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">It's too late to wait.</span><</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> </div> <<if not $firstnightclub>> <<popover 'noclick'>> <<require>>Currently nothing inside of the nightclub! Feel free to check it out anyways.<</require>> <</popover>> <<set $firstnightclub to true>> <</if>> <div id="lookatbouncers" class="hidden"> <span class="message">The <span class="whitetext">bouncers</span> are blocking the way in. One of them is at a side door and doesn't look very busy at the moment.</span> <div style="text-align: center;"><img src='images/portraits/clubsecurity.jpg' height ="480"></div> <div style="text-align: center;"> <span class="initinteractbutton"> <<button 'Interact' 'clubbouncer'>><</button>> </span> </div> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "nightclubdoorevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "nightclubdoornight">> <</if>> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;"> <<if $car =="false">> <<button 'Leave' 'Bus2'>><</button>> <<else>> <<button 'Leave' 'Car'>><</button>> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<mouseover>> <<disable true>> <<button 'Enter Mall' 'Mall'>><</button>> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">It's locked.</span> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <<else>> <<button 'Enter Mall' 'Mall'>><</button>> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "malldoors">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "malldoorsdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "malldoorsnight">> <</if>> <<set $location to "Mall">> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<set $begging to false>> <<set $dealing to false>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<set $begging to false>> <<set $dealing to false>> <</if>> <div style="text-align: center;"> <<if $car =="false">> <<if $buspass =="false">> <<button 'Leave Park' 'Walk'>> <<set $begging to false>> <<set $dealing to false>> <</button>> <<else>> <<button 'Leave Park' 'Bus2'>> <<set $begging to false>> <<set $dealing to false>> <</button>> <</if>> <<else>> <<button 'Leave Park' 'Car'>> <<set $begging to false>> <<set $dealing to false>> <</button>> <</if>> <<button 'Park Bathroom' 'Park Bathroom'>> <<set $begging to false>> <<set $dealing to false>> <</button>> <<button 'Park Bench' 'relaxatpark'>> <<set $begging to false>> <<set $dealing to false>> <</button>> </div> <div style="text-align: center;"> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<disable true>> <span class="buttonactiondisabled"> <<button '(Charm) Beg'>><</button>> </span> <</disable>> <<else>> <span class="buttonactioncharm"> <<button '(Charm) Beg' 'beg'>> <<goto 'Park'>> <<set $rollbeg to Math.floor($charm /0.25 + random(-5, 5) )>> <<if $rollbeg <0>> <<set $rollbeg to 0>> <</if>> <<set $money to Math.clamp($money + $rollbeg, 0, $maxMoney)>> <<notify>>+$$rollbeg Dollars!<</notify>> <<editcycle 'time' change 1>> <<set $begging to true>> <<set $dealing to false>> <</button>> </span> <</if>> <<if $dealing is true>> <<switch random(1, 2)>> <<case 1>> <<if $inventory.has('Weed')>> <<set $soldweed to true>> <<set $soldcoke to false>> <<drop '$inventory' 'Weed'>> <<set $rollweed to Math.floor(125 + $charm /0.20 + random(0, 5) )>> <<set $money to Math.clamp($money +$rollweed, 0, $maxMoney)>> <<else>> <<set $soldcoke to true>> <<set $soldweed to false>> <<drop '$inventory' 'Cocaine'>> <<set $rollcoke to Math.floor(175 + $charm /0.20 + random(0, 5) )>> <<set $money to Math.clamp($money +$rollcoke, 0, $maxMoney)>> <</if>> <<case 2>> <<if $inventory.has('Cocaine')>> <<set $soldcoke to true>> <<set $soldweed to false>> <<drop '$inventory' 'Cocaine'>> <<set $rollcoke to Math.floor(175 + $charm /0.20 + random(0, 5) )>> <<set $money to Math.clamp($money +$rollcoke, 0, $maxMoney)>> <<else>> <<set $soldweed to true>> <<set $soldcoke to false>> <<drop '$inventory' 'Weed'>> <<set $rollweed to Math.floor(125 + $charm /0.20 + random(0, 5) )>> <<set $money to Math.clamp($money +$rollweed, 0, $maxMoney)>> <</if>> <</switch>> <</if>> <<if $inventory.has('Weed') or $inventory.has('Cocaine')>> <span class="buttonactioncharm"> <<button '(Charm) Sell Drugs' 'Park'>> <<set $begging to false>> <<set $dealing to true>> <<editcycle 'time' change 1>> <</button>> </span> <</if>> </div> <<if $dealing is true>> <span class="message">You look for someone that seems interested in drugs.</span> <div style="text-align: center;"><img src='images/misc/drugdeal.gif' height ="375"></div> <<if $soldweed is true>> <<narrator>>You sold weed to someone for $$rollweed.<</narrator>> <</if>> <<if $soldcoke is true>> <<narrator>>You sold cocaine to someone for $$rollcoke.<</narrator>> <</if>> <</if>> <<if $begging is true>> <span class="message">You hang around the park and ask nice looking people for spare money.</span> <div style="text-align: center;"><img src='images/misc/beg.gif' height ="375"></div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "park">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "parkdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "parknight">> <</if>> <<set $relaxpark to "false">> <<set $location to "Park">> <</nobr>>
<<nobr>> <div style="text-align: center;"> <<button 'Go Back' 'Park'>> <</button>> </div> <<narrator>>No content yet.<</narrator>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "parkbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "parkbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "parkbathroomnight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <<set $location to "Pool">> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <div style="text-align: center;"> <<button 'Go Back Inside' 'Living Room'>><</button>> <div style="text-align: center;"> <<if not Cycle.get('day').check('Saturday')>> <<if $stamina >15>> <span class="buttonaction"> <<button 'Swim' 'Swimming'>> <<set $stamina to Math.clamp($stamina - 15, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<if not Cycle.get('time').check('night')>> <<set $fit to Math.clamp($fit +1, 0, $maxLust)>> <<notify>>+1 Fitness!<</notify>> <</if>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<editcycle 'time' change 1>> <<fitness>> <</button>> </span> <</if>> <<if $stamina <=15>> <<mouseover>> <span class="buttonactiondisabled"> <<button 'Swim'>><</button>> </span> <<onmousein>> <<replace '#tooltip'>><div style="text-align: center;"><span class="require">You need more stamina to do this!</span></div><</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> <</if>> <<if Cycle.get('day').check('Saturday')>> <<if not Cycle.get('time').check('morning') && not Cycle.get('time').check('noon')>> <<if $stamina >15>> <span class="buttonaction"> <<button 'Swim' 'Swimming'>> <<set $stamina to Math.clamp($stamina - 15, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<set $fit to Math.clamp($fit +1, 0, $maxLust)>> <<notify>>+1 Fitness!<</notify>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<editcycle 'time' change 1>> <<fitness>> <</button>> </span> <</if>> <<if $stamina <=15>> <<mouseover>> <span class="buttonactiondisabled"> <<button 'Swim'>><</button>> </span> <<onmousein>> <<replace '#tooltip'>><div style="text-align: center;"><span class="require">You need more stamina to do this!</span></div><</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> <</if>> <</if>> </div> /* Standard Saturday Roommate Interaction */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon')>> <<if not $player.has('walkinside') && Cycle.get('day').check('Saturday')>> <<if $roomlustlevel is 0 or $roomlustlevel is 1>> <span class="message">You see <span class="roomtext">$roomn</span> out at the pool looking as hot as usual.</span> <div class="centered-image"><img src='images/pool/roommate/randompoolroom.jpg' width ='400' height ='600'></div> <</if>> <<if $roomlustlevel is 2>> <span class="message">You see <span class="roomtext">$roomn</span> out at the pool with her titties out.</span> <div class="centered-image"><img src='images/pool/roommate/randompoolroom2.jpg' width ='400' height ='600'> </div> <</if>> <<if $roomlustlevel is 3>> <span class="message">You see <span class="roomtext">$roomn</span> out at the pool completely nude.</span> <div class="centered-image"><img src='images/pool/roommate/randompoolroom3.jpg' width ='400' height ='600'></div> <</if>> <<if $roomlustlevel is 4 or $roomlustlevel is 5>> <span class="message">You see <span class="roomtext">$roomn</span> out at the pool touching herself while staring at you.</span> <div class="centered-image"><img src='images//pool/roommate/randompoolroom4.jpg' width ='400' height ='600'></div> <</if>> <div style="text-align: center;" class="initinteractbutton"> <<button 'Interact'>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <<else>> <<if $roomlustlevel is 0 or $roomlustlevel is 1>> <<goto 'roompool'>> <</if>> <<if $roomlustlevel is 2>> <<goto 'roompooltease'>> <</if>> <<if $roomlustlevel is 3>> <<goto 'strippool'>> <</if>> <<if $roomlustlevel is 4 or $roomlustlevel is 5>> <<goto 'startmastpool'>> <</if>> <</if>> <</button>> </div> <<set $roomatpool to true>> <</if>> <</if>> /* Random Pool Interaction for Saturday Roommate */ <<if not Cycle.get('time').check('morning') && not Cycle.get('time').check('noon') && not Cycle.get('time').check('night') && Cycle.get('day').check('Saturday') && not $player.has('roompoolrandom')>> <<switch random(1, 10)>> <<case 1>> <<if $roomlustlevel is 0 or $roomlustlevel is 1>> <span class="message">You see <span class="roomtext">$roomn</span> out at the pool looking as hot as usual.</span> <div class="centered-image"><img src='images/pool/roommate/randompoolroom.jpg' width ='400' height ='600'></div> <</if>> <<if $roomlustlevel is 2>> <span class="message">You see <span class="roomtext">$roomn</span> out at the pool with her titties out.</span> <div class="centered-image"><img src='images/pool/roommate/randompoolroom2.jpg' width ='400' height ='600'> </div> <</if>> <<if $roomlustlevel is 3>> <span class="message">You see <span class="roomtext">$roomn</span> out at the pool completely nude.</span> <div class="centered-image"><img src='images/pool/roommate/randompoolroom3.jpg' width ='400' height ='600'></div> <</if>> <<if $roomlustlevel is 4 or $roomlustlevel is 5>> <span class="message">You see <span class="roomtext">$roomn</span> out at the pool touching herself while staring at you.</span> <div class="centered-image"><img src='images//pool/roommate/randompoolroom4.jpg' width ='400' height ='600'></div> <</if>> <div style="text-align: center;" class="initinteractbutton"> <<button 'Interact'>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <<else>> <<if $roomlustlevel is 0 or $roomlustlevel is 1>> <<goto 'roompool'>> <</if>> <<if $roomlustlevel is 2>> <<goto 'roompooltease'>> <</if>> <<if $roomlustlevel is 3>> <<goto 'strippool'>> <</if>> <<if $roomlustlevel is 4 or $roomlustlevel is 5>> <<goto 'startmastpool'>> <</if>> <</if>> <</button>> </div> <<set $roomatpool to true>> <<case 2 3 4 5 6 7 8 9 10>> <<set $roomatpool to false>> <</switch>> <</if>> /* Random Pool Interaction for NOT Saturday Roommate */ <<if not Cycle.get('time').check('night') && not Cycle.get('time').check('late night') && not Cycle.get('time').check('dawn') && not Cycle.get('day').check('Saturday') && not $player.has('roompoolrandom')>> <<switch random(1, 10)>> <<case 1>> <<if $roomlustlevel is 0 or $roomlustlevel is 1>> <span class="message">You see <span class="roomtext">$roomn</span> out at the pool looking as hot as usual.</span> <div class="centered-image"><img src='images/pool/roommate/randompoolroom.jpg' width ='400' height ='600'></div> <</if>> <<if $roomlustlevel is 2>> <span class="message">You see <span class="roomtext">$roomn</span> out at the pool with her titties out.</span> <div class="centered-image"><img src='images/pool/roommate/randompoolroom2.jpg' width ='400' height ='600'> </div> <</if>> <<if $roomlustlevel is 3>> <span class="message">You see <span class="roomtext">$roomn</span> out at the pool completely nude.</span> <div class="centered-image"><img src='images/pool/roommate/randompoolroom3.jpg' width ='400' height ='600'></div> <</if>> <<if $roomlustlevel is 4 or $roomlustlevel is 5>> <span class="message">You see <span class="roomtext">$roomn</span> out at the pool touching herself while staring at you.</span> <div class="centered-image"><img src='images//pool/roommate/randompoolroom4.jpg' width ='400' height ='600'></div> <</if>> <div style="text-align: center;" class="initinteractbutton"> <<button 'Interact'>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <<else>> <<if $roomlustlevel is 0 or $roomlustlevel is 1>> <<goto 'roompool'>> <</if>> <<if $roomlustlevel is 2>> <<goto 'roompooltease'>> <</if>> <<if $roomlustlevel is 3>> <<goto 'strippool'>> <</if>> <<if $roomlustlevel is 4 or $roomlustlevel is 5>> <<goto 'startmastpool'>> <</if>> <</if>> <</button>> </div> <<set $roomatpool to true>> <<case 2 3 4 5 6 7 8 9 10>> <<set $roomatpool to false>> <</switch>> <</if>> /* Random Pool Interaction for Landlady */ <<if not Cycle.get('time').check('late night') && not Cycle.get('time').check('night') && not $player.has('ladypoolrandom')>> <<switch random(1, 10)>> <<case 1>> <<if $roomatpool is false>> <<if $ladylustlevel is 0 or $ladylustlevel is 1>> <span class="message">You see <span class="ladytext">$ladyn</span> out at the pool in her bathing suit.</span> <div class="centered-image"><img src='images/pool/lady/ladypool1.jpg' width ='400' height ='600'></div> <</if>> <<if $ladylustlevel is 2>> <span class="message"><span class="ladytext">$ladyn</span> makes eye contact with you. It looks like she wants you to approach.</span> <div class="centered-image"><img src='images/pool/lady/ladypool2.jpg' width ='400' height ='600'></div> <</if>> <<if $ladylustlevel is 3>> <span class="message">You see <span class="ladytext">$ladyn</span> flashing you with a sly smile on her face.</span> <div class="centered-image"><img src='images/pool/lady/ladypool3.jpg' width ='400' height ='600'></div> <</if>> <<if $ladylustlevel is 4 or $ladylustlevel is 5>> <span class="message"><span class="ladytext">$ladyn</span> immediately starts exposing her breasts right when she sees you.</span> <div class="centered-image"><img src='images/pool/lady/ladypool4.jpg' width ='400' height ='600'></div> <</if>> <div style="text-align: center;" class="initinteractbutton"> <<button 'Interact'>> <<if $hyg <=24>> <<goto 'StinkLady'>> <<else>> <<goto 'ladypool'>> <</if>> <</button>> </div> <</if>> <<case 2 3 4 5 6 7 8 9 10>> <</switch>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <<if $lust >=100>> <<goto 'cumpants'>> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style= "text-align: center;"> <<if $car =="false">> <<button 'Leave Red Light District' 'Bus2'>><</button>> <<else>> <<button 'Leave Red Light District' 'Car'>><</button>> <</if>> <<button 'Alleyway' 'Alleyway'>><</button>> <<button 'Adult Store' 'Adult Store'>><</button>> <<if Cycle.get('time').check('evening') or Cycle.get('time').check('night')>> <<button 'Strip Club' 'Strip Club Door'>><</button>> <<button 'Night Club' 'Night Club Door'>><</button>> <<else>> <<disable true>> <<button 'Strip Club' 'Strip Club Door'>><</button>> <</disable>> <<disable true>> <<button 'Night Club' 'Night Club Door'>><</button>> <</disable>> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "redlight">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "redlightdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "redlightnight">> <</if>> <<set $location to "Red Light District">> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
/* Landlady Relationship Widgets */ <<widget "ladylove">> <<if not $ladygiftreward>> <<set $ladylove to Math.clamp($ladylove +$charm, 0, $maxLadylove)>> <<notify>> +$charm $lady Love! [Current: $ladylove]<</notify>> <</if>> <<if $ladylovelevel is 0 && $ladylove >=15>> <<popover>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You've reached Love Level 1 with your <span class="ladytext">$lady</span>.</div> <<set $ladylovelevel to 1>> <</popover>> <</if>> <</widget>> <<widget "ladylovebad">> <<set $ladylove to Math.clamp($ladylove -1, 0, $maxLadylove)>> <<notify>> -1 $lady Love! [Current: $ladylove]<</notify>> <<if $ladylovelevel is 1 && $ladylove <15>> <<popover>> <div style="text-align: center;" class="interactborder"><span class="bigredtext">Love level down!</span> <br />You're now at Love Level 0 with your <span class="ladytext">$lady</span>.</div> <<set $ladylovelevel to 0>> <</popover>> <</if>> <</widget>> <<widget "ladylust">> <<if not $ladygiftreward>> <<set $ladylust to Math.clamp($ladylust +$charm, 0, $maxLadylust)>> <<notify>>+$charm $lady Lust! [Current: $ladylust]<</notify>> <</if>> <<if $ladylustlevel is 0 && $ladylust >=15>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 1 with your <span class="ladytext">$lady</span>. </div> <<set $ladylustlevel to 1>> <</popover>> <</if>> <<if $ladylustlevel is 1 && $ladylust >=25>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 2 with your <span class="ladytext">$lady</span>. </div> <<set $ladylustlevel to 2>> <</popover>> <</if>> <<if $ladylustlevel is 2 && $ladylust >=50>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 3 with your <span class="ladytext">$lady</span>. </div> <<set $ladylustlevel to 3>> <</popover>> <</if>> <<if $ladylustlevel is 3 && $ladylust >=75>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 4 with your <span class="ladytext">$lady</span>. </div> <<set $ladylustlevel to 4>> <</popover>> <</if>> <<if $ladylustlevel is 4 && $ladylust ==100>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 5 with your <span class="ladytext">$lady</span>. </div> <<set $ladylustlevel to 5>> <</popover>> <</if>> <</widget>> <<widget "ladylustbad">> <<set $ladylust to Math.clamp($ladylust -1, 0, $maxLadylust)>> <<notify>>-1 $lady Lust! [Current: $ladylust]<</notify>> <<if $ladylustlevel is 1 && $ladylust <15>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 0 with your <span class="ladytext">$lady</span>. </div> <<set $ladylustlevel to 0>> <</popover>> <</if>> <<if $ladylustlevel is 2 && $ladylust <25>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 1 with your <span class="ladytext">$lady</span>. </div> <<set $ladylustlevel to 1>> <</popover>> <</if>> <<if $ladylustlevel is 3 && $ladylust <50>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 2 with your <span class="ladytext">$lady</span>. </div> <<set $ladylustlevel to 2>> <</popover>> <</if>> <<if $ladylustlevel is 4 && $ladylust <75>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 3 with your <span class="ladytext">$lady</span>. </div> <<set $ladylustlevel to 3>> <</popover>> <</if>> <<if $ladylustlevel is 5 && $ladylust <100>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 4 with your <span class="ladytext">$lady</span>. </div> <<set $ladylustlevel to 4>> <</popover>> <</if>> <</widget>> /* Roommate Relationship Widgets */ <<widget "roomlove">> <<if not $roomgiftreward>> <<set $roomlove to Math.clamp($roomlove +$charm, 0, $maxRoomlove)>> <<notify>> +$charm $room Love! [Current: $roomlove]<</notify>> <</if>> <<if $roomlovelevel is 0 && $roomlove >=15>> <<popover>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You've reached Love Level 1 with your <span class="roomtext">$room</span>.</div> <<set $roomlovelevel to 1>> <</popover>> <</if>> <</widget>> <<widget "roomlovebad">> <<set $roomlove to Math.clamp($roomlove -1, 0, $maxRoomlove)>> <<notify>> -1 $room Love! [Current: $roomlove]<</notify>> <<if $roomlovelevel is 1 && $roomlove <15>> <<popover>> <div style="text-align: center;" class="interactborder"><span class="bigredtext">Love level down!</span> <br />You're now at Love Level 0 with your <span class="roomtext">$room</span>.</div> <<set $roomlovelevel to 0>> <</popover>> <</if>> <</widget>> <<widget "roomlust">> <<if not $roomgiftreward>> <<set $roomlust to Math.clamp($roomlust +$charm, 0, $maxRoomlust)>> <<notify>>+$charm $room Lust! [Current: $roomlust]<</notify>> <</if>> <<if $roomlustlevel is 0 && $roomlust >=15>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 1 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 1>> <</popover>> <</if>> <<if $roomlustlevel is 1 && $roomlust >=25>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 2 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 2>> <</popover>> <</if>> <<if $roomlustlevel is 2 && $roomlust >=50>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 3 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 3>> <</popover>> <</if>> <<if $roomlustlevel is 3 && $roomlust >=75>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 4 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 4>> <</popover>> <</if>> <<if $roomlustlevel is 4 && $roomlust ==100>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 5 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 5>> <</popover>> <</if>> <</widget>> <<widget "roomlustbad">> <<set $roomlust to Math.clamp($roomlust -1, 0, $maxRoomlust)>> <<notify>>-1 $room Lust! [Current: $roomlust]<</notify>> <<if $roomlustlevel is 1 && $roomlust <15>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 0 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 0>> <</popover>> <</if>> <<if $roomlustlevel is 2 && $roomlust <25>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 1 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 1>> <</popover>> <</if>> <<if $roomlustlevel is 3 && $roomlust <50>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 2 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 2>> <</popover>> <</if>> <<if $roomlustlevel is 4 && $roomlust <75>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 3 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 3>> <</popover>> <</if>> <<if $roomlustlevel is 5 && $roomlust <100>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 4 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 4>> <</popover>> <</if>> <</widget>> /* Ms. Rush Relationship Widgets */ <<widget "rushlove">> <<if not $rushgiftreward>> <<set $rushlove to Math.clamp($rushlove +$charm, 0, $maxRushlove)>> <<notify>> +$charm Ms. Rush Love! [Current: $rushlove]<</notify>> <</if>> <<if $rushlovelevel is 0 && $rushlove >=15>> <<popover>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You've reached Love Level 1 with <span class="rushtext">Ms. Rush</span>.</div> <<set $rushlovelevel to 1>> <</popover>> <</if>> <</widget>> <<widget "rushlovebad">> <<set $rushlove to Math.clamp($rushlove -1, 0, $maxRushlove)>> <<notify>> -1 rush Love! [Current: $rushlove]<</notify>> <<if $rushlovelevel is 1 && $rushlove <15>> <<popover>> <div style="text-align: center;" class="interactborder"><span class="bigredtext">Love level down!</span> <br />You're now at Love Level 0 with <span class="rushtext">Ms. Rush</span>.</div> <<set $roomlovelevel to 0>> <</popover>> <</if>> <</widget>> <<widget "rushlust">> <<if not $rushgiftreward>> <<set $rushlust to Math.clamp($rushlust +$charm, 0, $maxRushlust)>> <<notify>>+$charm Ms. Rush Lust! [Current: $rushlust]<</notify>> <</if>> <<if $rushlustlevel is 0 && $rushlust >=15>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 1 with <span class="rushtext">Ms. Rush</span>. </div> <<set $rushlustlevel to 1>> <</popover>> <</if>> <<if $rushlustlevel is 1 && $rushlust >=25>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 2 with <span class="rushtext">Ms. Rush</span>. </div> <<set $rushlustlevel to 2>> <</popover>> <</if>> <<if $rushlustlevel is 2 && $rushlust >=50>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 3 with <span class="rushtext">Ms. Rush</span>. </div> <<set $rushlustlevel to 3>> <</popover>> <</if>> <<if $rushlustlevel is 3 && $rushlust >=75>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 4 with <span class="rushtext">Ms. Rush</span>. </div> <<set $rushlustlevel to 4>> <</popover>> <</if>> <<if $rushlustlevel is 4 && $rushlust ==100>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 5 with <span class="rushtext">Ms. Rush</span>. </div> <<set $rushlustlevel to 5>> <</popover>> <</if>> <</widget>> <<widget "rushlustbad">> <<set $rushlust to Math.clamp($rushlust -1, 0, $maxRushlust)>> <<notify>>-1 Ms. Rush Lust! [Current: $rushlust]<</notify>> <<if $rushlustlevel is 1 && $rushlust <15>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 0 with <span class="rushtext">Ms. Rush</span>. </div> <<set $rushlustlevel to 0>> <</popover>> <</if>> <<if $rushlustlevel is 2 && $rushlust <25>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 1 with <span class="rushtext">Ms. Rush</span>. </div> <<set $rushlustlevel to 1>> <</popover>> <</if>> <<if $rushlustlevel is 3 && $rushlust <50>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 2 with <span class="rushtext">Ms. Rush</span>. </div> <<set $rushlustlevel to 2>> <</popover>> <</if>> <<if $rushlustlevel is 4 && $rushlust <75>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 3 with <span class="rushtext">Ms. Rush</span>. </div> <<set $rushlustlevel to 3>> <</popover>> <</if>> <<if $rushlustlevel is 5 && $rushlust <100>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 4 with <span class="rushtext">Ms. Rush</span>. </div> <<set $rushlustlevel to 4>> <</popover>> <</if>> <</widget>> /* Alexis Relationship Widgets */ <<widget "alexislove">> <<if not $alexisgiftreward>> <<set $alexislove to Math.clamp($alexislove +$charm, 0, $maxAlexislove)>> <<notify>> +$charm Alexis Love! [Current: $alexislove]<</notify>> <</if>> <<if $alexislovelevel is 0 && $alexislove >=15>> <<popover>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You've reached Love Level 1 with <span class="alexistext">Alexis</span>.</div> <<set $alexislovelevel to 1>> <</popover>> <</if>> <</widget>> <<widget "alexislovebad">> <<set $alexislove to Math.clamp($alexislove -1, 0, $maxAlexislove)>> <<notify>> -1 alexis Love! [Current: $alexislove]<</notify>> <<if $alexislovelevel is 1 && $alexislove <15>> <<popover>> <div style="text-align: center;" class="interactborder"><span class="bigredtext">Love level down!</span> <br />You're now at Love Level 0 with <span class="alexistext">alexis</span>.</div> <<set $alexislovelevel to 0>> <</popover>> <</if>> <</widget>> <<widget "alexislust">> <<if not $alexisgiftreward>> <<set $alexislust to Math.clamp($alexislust +$charm, 0, $maxAlexislust)>> <<notify>>+$charm Alexis Lust! [Current: $alexislust]<</notify>> <</if>> <<if $alexislustlevel is 0 && $alexislust >=15>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 1 with <span class="alexistext">Alexis</span>. </div> <<set $alexislustlevel to 1>> <</popover>> <</if>> <<if $alexislustlevel is 1 && $alexislust >=25>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 2 with <span class="alexistext">Alexis</span>. </div> <<set $alexislustlevel to 2>> <</popover>> <</if>> <<if $alexislustlevel is 2 && $alexislust >=50>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 3 with <span class="alexistext">Alexis</span>. </div> <<set $alexislustlevel to 3>> <</popover>> <</if>> <<if $alexislustlevel is 3 && $alexislust >=75>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 4 with <span class="alexistext">Alexis</span>. </div> <<set $alexislustlevel to 4>> <</popover>> <</if>> <<if $alexislustlevel is 4 && $alexislust ==100>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 5 with <span class="alexistext">Alexis</span>. </div> <<set $alexislustlevel to 5>> <</popover>> <</if>> <</widget>> <<widget "alexislustbad">> <<set $alexislust to Math.clamp($alexislust -1, 0, $maxAlexislust)>> <<notify>>-1 Alexis Lust! [Current: $alexislust]<</notify>> <<if $alexislustlevel is 1 && $alexislust <15>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 0 with <span class="alexistext">Alexis</span>. </div> <<set $alexislustlevel to 1>> <</popover>> <</if>> <<if $alexislustlevel is 2 && $alexislust <25>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 1 with <span class="alexistext">Alexis</span>. </div> <<set $alexislustlevel to 1>> <</popover>> <</if>> <<if $alexislustlevel is 3 && $alexislust <50>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 2 with <span class="alexistext">Alexis</span>. </div> <<set $alexislustlevel to 2>> <</popover>> <</if>> <<if $alexislustlevel is 4 && $alexislust <75>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 3 with <span class="alexistext">Alexis</span>. </div> <<set $alexislustlevel to 3>> <</popover>> <</if>> <<if $alexislustlevel is 5 && $alexislust <100>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 4 with <span class="alexistext">Alexis</span>. </div> <<set $alexislustlevel to 4>> <</popover>> <</if>> <</widget>> /* Jojo Relationship Widgets */ <<widget "jojolove">> <<if not $jojogiftreward>> <<set $jojolove to Math.clamp($jojolove +$charm, 0, $maxJojolove)>> <<notify>> +$charm Jojo Love! [Current: $jojolove]<</notify>> <</if>> <<if $jojolovelevel is 0 && $jojolove >=15>> <<popover>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You've reached Love Level 1 with <span class="jojotext">Jojo</span>.</div> <<set $jojolovelevel to 1>> <</popover>> <</if>> <</widget>> <<widget "jojolovebad">> <<set $jojolove to Math.clamp($jojolove -1, 0, $maxJojolove)>> <<notify>> -1 jojo Love! [Current: $jojolove]<</notify>> <<if $alexislovelevel is 1 && $alexislove <15>> <<popover>> <div style="text-align: center;" class="interactborder"><span class="bigredtext">Love level down!</span> <br />You're now at Love Level 0 with <span class="jojotext">jojo</span>.</div> <<set $jojolovelevel to 0>> <</popover>> <</if>> <</widget>> <<widget "jojolust">> <<if not $jojogiftreward>> <<set $jojolust to Math.clamp($jojolust +$charm, 0, $maxJojolust)>> <<notify>> +$charm Jojo Lust! [Current: $jojolust]<</notify>> <</if>> <<if $jojolustlevel is 0 && $jojolust >=15>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 1 with <span class="jojotext">Jojo</span>. </div> <<set $jojolustlevel to 1>> <</popover>> <</if>> <<if $jojolustlevel is 1 && $jojolust >=25>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 2 with <span class="jojotext">Jojo</span>. </div> <<set $jojolustlevel to 2>> <</popover>> <</if>> <<if $jojolustlevel is 2 && $jojolust >=50>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 3 with <span class="jojotext">Jojo</span>. </div> <<set $jojolustlevel to 3>> <</popover>> <</if>> <<if $jojolustlevel is 3 && $jojolust >=75>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 4 with <span class="jojotext">Jojo</span>. </div> <<set $jojolustlevel to 4>> <</popover>> <</if>> <<if $jojolustlevel is 4 && $jojolust ==100>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 5 with <span class="jojotext">Jojo</span>. </div> <<set $jojolustlevel to 5>> <</popover>> <</if>> <</widget>> <<widget "jojolustbad">> <<set $jojolust to Math.clamp($jojolust -1, 0, $maxJojolust)>> <<notify>> -1 Jojo Lust! [Current: $jojolust]<</notify>> <<if $jojolustlevel is 1 && $jojolust <15>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 0 with <span class="jojotext">Jojo</span>. </div> <<set $jojolustlevel to 0>> <</popover>> <</if>> <<if $jojolustlevel is 2 && $jojolust <25>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 1 with <span class="jojotext">Jojo</span>. </div> <<set $jojolustlevel to 1>> <</popover>> <</if>> <<if $jojolustlevel is 3 && $jojolust <50>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 2 with <span class="jojotext">Jojo</span>. </div> <<set $jojolustlevel to 2>> <</popover>> <</if>> <<if $jojolustlevel is 4 && $jojolust <75>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 3 with <span class="jojotext">Jojo</span>. </div> <<set $jojolustlevel to 3>> <</popover>> <</if>> <<if $jojolustlevel is 5 && $jojolust <100>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="bigredtext">Lust level down!</span> <br />You're now at Lust Level 4 with <span class="jojotext">Jojo</span>. </div> <<set $jojolustlevel to 4>> <</popover>> <</if>> <</widget>>
<<nobr>> <<if $mute>> <<audio "theme" loop volume 0.3 play>> <</if>> <span class="bigwhitetext">How do you address your housemates?</span><br /> <span class="lordtext">Landlord:</span><br /> He's your <<textbox "$lord" "Landlord">><br /><br /> <span class="ladytext">Landlady:</span><br /> She's your <<textbox "$lady" "Landlady">><br /><br /> <span class="roomtext">Roommate(female):</span> <br /> She's your <<textbox "$room" "Roommate">><br /><br /> <span class="bigwhitetext">How do they address you?</span><br /> <span class="lordtext">Landlord:</span><br /> You're his <<textbox "$lordu" "Tenant">><br /><br /> <span class="ladytext">Landlady:</span><br /> You're her <<textbox "$ladyu" "Tenant">><br /><br /> <span class="roomtext">Roommate(female):</span><br /> You're her <<textbox "$roomu" "Roommate">><br /><br /> <span class="bigwhitetext">Are the two older people your landlords or something else?</span><br /> <span class="whitetext">Landlords:</span><br /> They're your <<textbox "$land" "Landlords">><br /><br /> <<mouseover>> <<button 'Submit' 'Relations2'>><</button>> <<onmousein>> <<replace '#tooltip'>>(You can change these at any time in settings)<</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <<removeclass "html">> <</nobr>>
<<nobr>> <<set $lordu to $lordu.toLowerCase()>> <<set $ladyu to $ladyu.toLowerCase()>> <<set $roomu to $roomu.toLowerCase()>> <<set $lordu to $lordu.toUpperFirst()>> <<set $ladyu to $ladyu.toUpperFirst()>> <<set $roomu to $roomu.toUpperFirst()>> <<set $lord to $lord.toLowerCase()>> <<set $lady to $lady.toLowerCase()>> <<set $room to $room.toLowerCase()>> <<set $lady to $lady.toUpperFirst()>> <<set $lord to $lord.toUpperFirst()>> <<set $room to $room.toUpperFirst()>> <<set $land to $land.toLowerCase()>> <<set $land to $land.toUpperFirst()>> <<if $lord =="Father">> <<set $lord to "Dad">> <</if>> <<if $lord =="Step-father">> <<set $lord to "Stepdad">> <</if>> <<if $lord =="Step-dad">> <<set $lord to "Stepdad">> <</if>> <<if $lord =="Daddy">> <<set $lord to "Dad">> <</if>> <<if $lady =="Mother">> <<set $lady to "Mom">> <</if>> <<if $lady =="Step-mother">> <<set $lady to "Stepmom">> <</if>> <<if $lady =="Step-mom">> <<set $lady to "Stepmom">> <</if>> <<if $lady =="Mommy">> <<set $lady to "Mom">> <</if>> <<if $room =="Sis">> <<set $room to "Sister">> <</if>> <<if $room =="Little sister">> <<set $room to "Sister">> <</if>> <<if $room =="Big sister">> <<set $room to "Sister">> <</if>> <<if $room =="Older sister">> <<set $room to "Sister">> <</if>> <<if $room =="Younger sister">> <<set $room to "Sister">> <</if>> <<if $room =="Lil sister">> <<set $room to "Sister">> <</if>> <<if $room =="Big cousin">> <<set $room to "Cousin">> <</if>> <<if $room =="Older cousin">> <<set $room to "Cousin">> <</if>> <<if $room =="Younger cousin">> <<set $room to "Cousin">> <</if>> <<if $room =="Lil cousin">> <<set $room to "Cousin">> <</if>> <<if $room =="Little cousin">> <<set $room to "Cousin">> <</if>> <<if $land =="Family">> <<set $land to "Parents">> <</if>> <span class="bigwhitetext">How does your <span class="bigroomtext">$room</span> address your $land?</span><br /> <span class="lordtext">$lord:</span><br /> He's her <<textbox "$roomlo" "Landlord">><br /><br /> <span class="ladytext">$lady:</span><br /> She's her <<textbox "$roomlad" "Landlady">><br /><br /> <span class="whitetext">$land:</span><br /> They're her <<textbox "$roomlan" "Landlords">><br /><br /> <span class="bigwhitetext">How does your <span class="bigladytext">$lady</span> address your <span class="bigroomtext">$room</span>?</span><br /> <span class="ladytext">$lady:</span><br /> She's her <<textbox "$ladyr" "Tenant">><br /><br /> <span class="bigwhitetext">How does your <span class="biglordtext">$lord</span> address your <span class="bigroomtext">$room</span>?</span><br /> <span class="lordtext">$lord:</span><br /> She's his <<textbox "$lordr" "Tenant">><br /><br /> <<mouseover>> <<button 'Submit' 'Names'>><</button>> <<onmousein>> <<replace '#tooltip'>>(You can change these at any time in settings)<</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <<removeclass "html">> <</nobr>>
<<if Cycle.get('time').check('evening')>> <<goto 'caughtroomcantgoback'>> <<set $shower to false>> <</if>> <<if not Cycle.get('time').check('late night') && not Cycle.get('time').check('night') && not $player.has('firstroommcmast')>> <<goto 'hiding'>> <<set $shower to false>> <</if>> <<if $player.has('firstroommcmast') && not Cycle.get('time').check('late night') && not Cycle.get('time').check('night')>> <<switch random(1, 10)>> <<case 1>> <<goto 'hiding'>> <<set $shower to false>> <<case 2 3 4 5 6 7 8 9 10>> <</switch>> <</if>> <div style="text-align: center;"> <<button 'Exit Bathroom' 'Roommates Room'>> <<set $shower to false>> <</button>> </div> <div style="text-align: center;"> <span class="buttonaction"> <<button 'Shower' 'Roommates Bathroom'>> <<if $player.has('firstroommastmc') && $roomlust >=25>> <<switch random(1, 10)>> <<case 1>> <<set $shower to false>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<notify>>You're clean!<</notify>> <<goto 'roomspyinit'>> <<case 2 3 4 5 6 7 8 9 10>> <<set $shower to true>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<editcycle 'time' change 1>> <<notify>>You're clean!<</notify>> <</switch>> <</if>> <<if not $player.has('firstroommastmc') && $roomlust >=25>> <<set $shower to false>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<notify>>You're clean!<</notify>> <<goto 'roomspyinit'>> <</if>> <<if $roomlust <25>> <<set $shower to true>> <<editcycle 'time' change 1>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<notify>>You're clean!<</notify>> <</if>> <</button>> </span> <<if not $player.has('dresserpanties') && not $player.has('Cum Covered Used Panties') && $player.has('$roomn's Used Panties')>> <span class="buttonaction"> <<button 'Jerk off on $roomn's Used Panties' 'pantyjerk'>> <<set $shower to false>> <</button>> </span> <</if>> </div> <<if $shower is true>> <<narrator>>You take a shower!<</narrator>> <<if $mccock is true>> <div class="centered-image"><img src='images/misc/showererect.gif' width="300"></div> <</if>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roombathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roombathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roombathroomnight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<set $shower to false>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<set $shower to false>> <</if>> <<set $skiptime to "on">>
<<nobr>> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>><</button>> </div> <div style="text-align: center;"> <<if Cycle.get('time').check('night')>> <span class="buttonaction"> <<button 'Knock on Door' 'roommatesleeping'>><</button>> </span> <</if>> <<if Cycle.get('time').check('dawn')>> <span class="buttonaction"> <<button 'Knock on Door' 'roommatesleeping'>><</button>> </span> <</if>> <<if $roomlust <100 && not $player.has('roomsexcomplete') && Cycle.get('time').check('evening')>> <span class="buttonaction"> <<button 'Knock on Door' 'knockinroom'>><</button>> </span> <</if>> <<if $roomlust >=100 or $player.has('roomsexcomplete')>> <<if Cycle.get('time').check('evening')>> <span class="buttonaction"> <<button 'Knock on Door' 'knockinroomletin'>><</button>> </span> <</if>> <</if>> <<if not Cycle.get('time').check('evening') && not Cycle.get('time').check('night') && not Cycle.get('time').check('dawn')>> <span class="buttonaction"> <<button 'Knock on Door' 'Knock on door'>> <</button>> </span> <</if>> <<if not $player.has('$room' Bedroom Key')>> <span class="buttonaction"> <<button 'Try to Open Door' 'tryopendoor'>><</button>> </span> <</if>> <<if not Cycle.get('time').check('evening') && $player.has('$room' Bedroom Key')>> <span class="buttonaction"> <<button 'Use Key On Door' 'Roommates Room'>><</button>> </span> <</if>> <<if Cycle.get('time').check('evening') && $player.has('$room' Bedroom Key')>> <span class="buttonaction"> <<button 'Use Key On Door' >> <<if $roomlust <100 && not $player.has('roomsexcomplete')>> <<goto 'roommateinroomkeycantgoback'>> <<else>> <<goto 'interactinroom'>> <</if>> <</button>> </span> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommatedoor">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommatedoordawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommatedoornight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <<set $location to "$room's Bedroom">> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</if>> <div style="text-align: center;"> <<button 'Exit Room' 'Living Room'>><</button>><br /> <<button '$roomn's Bathroom' 'Roommates Bathroom'>><</button>> <<button 'Laptop' 'Laptop'>><</button>> <<button 'Under Bed' 'Under Bed'>><</button>> <<button 'Dresser' 'Dresser'>><</button>> </div> <<if Cycle.get('time').check('night') or Cycle.get('time').check('dawn')>> <span class="message"><span class="roomtext">$roomn</span> is sleeping in her bed.</span> <div style="text-align: center;" class="buttonactionperv"> <<if $perv >=50>> <<button '(Perversion) Peek at $roomn'>> <<switch random(1, 2)>> <<case 1>> <<popover>> <div class="centered-image"><img src='images/roommateroom/roommatesleeping.jpg' width="300" height="100"></div> <</popover>> <<case 2 >> <<popover>> <div class="centered-image"><img src='images/roommateroom/roommatesleeping2.jpg' width="300" height="100"></div> <</popover>> <</switch>> <</button>> <<else>> <<mouseover>> <<disable true>> <span class="buttonactionperv"> <<button '[Perversion] Peek at $roomn'>><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need 50 Perversion to do this.</span> <br /> <<if $perv <1>> <span class="hint">(Hint: Increase your Perversion by watching porn on your computer)</span> <</if>> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> </div> <</if>> <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('dawn')>> <<if $roomlust <100>> <<say '$name' 'images/portraits/MMainC.png'>>I should be quick in here. $roomn would probably get mad if she caught me in her room.<</say>> <</if>> <</if>> <</if>> <<if Cycle.get('time').check('evening')>> <<goto 'caughtroomcantgoback'>> <</if>> <<switch random(1, 10)>> <<case 1>> <<goto 'caughtroomcantgoback'>> <<case 2 3 4 5 6 7 8 9 10>> <</switch>> <<if $lust >=100>> <<goto 'cumpants'>> <</if>> /* Day/Night Background Cycle */ <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('evening')>> <<if not Cycle.get('time').check('dawn')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <</if>> <</if>> <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('afternoon')>> <<if not Cycle.get('time').check('noon')>> <<if not Cycle.get('time').check('morning')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <</if>> <</if>> <</if>> <<if Cycle.get('time').check('night')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <<if Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <<if Cycle.get('time').check('evening')>> <<goto 'caughtroomcantgoback'>> <</if>> <<if $player.has('firstroommastmc')>> <<if $roomlust >=25>> <<switch random(1, 10)>> <<case 1>> <div style="text-align: center;"> <<button 'Stop Taking a Shower' 'Roommates Bathroom'>> <<set $stamina to Math.clamp($stamina + 20, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<set $lust to Math.clamp($lust - 10, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<notify>>+20 Stamina!<</notify>> <<goto 'roomspyinit'>> <</button>> </div> <<case 2 3 4 5 6 7 8 9 10>> <div style="text-align: center;"> <<button 'Stop Taking a Shower' 'Roommates Bathroom'>> <<set $stamina to Math.clamp($stamina + 20, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<set $lust to Math.clamp($lust - 10, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<notify>>+20 Stamina!<</notify>> <<editcycle 'time' change 1>> <</button>> </div> <</switch>> <</if>> <</if>> <<if not $player.has('firstroommastmc')>> <<if $roomlust >=25>> <div style="text-align: center;"> <<button 'Stop Taking a Shower'>> <<set $stamina to Math.clamp($stamina + 15, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<set $lust to Math.clamp($lust - 10, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<notify>>+15 stamina<</notify>> <<goto 'roomspyinit'>> <</button>> </div> <</if>> <</if>> <<if not Cycle.get('time').check('night')>> <<if $roomlust <25>> <div style="text-align: center;"> <<switch random(1, 10)>> <<case 1>> <<goto 'caughtroomcantgoback'>> <<case 2 3 4 5 6 7 8 9 10>> <<button 'Stop Taking a Shower' 'Roommates Bathroom'>> <<set $stamina to Math.clamp($stamina + 15, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<set $lust to Math.clamp($lust - 10, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<notify>>+15 stamina<</notify>> <<editcycle 'time' change 1>> <</button>> <</switch>> </div> <</if>> <</if>> <<if not $player.has('firstshowerclean')>> <<popover>> <<dialog 'Shower'>> <div style="text-align: center;"> <div class="bigwhitetext">Taking a shower improves your hygiene!</div> <span class="redtext">(If you don't take showers, people will react negatively to your pressence.)</span> </div> <</dialog>> <</popover>> <<pickup '$player' 'firstshowerclean'>> <</if>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <div class="centered-image"><img src='images/misc/showererect.gif' width="300"></div><br /> <<removeclass "html">><<addclass "html" "shower">> <</nobr>>
<div style="text-align: center;" class="messageeventlady">$ladyn Scenes</div> <div style="text-align: center;"> <<button "$lady Kitchen">> <<editcycle 'time' reset>> <<goto "ladyinkitty">> <</button>> <<button "$lady Kitchen2">> <<editcycle 'time' reset>> <<editcycle 'time' change 3>> <<goto "ladykitchenunder">> <</button>> <<button "$lady Pool">> <<editcycle 'time' reset>> <<editcycle 'time' change 1>> <<goto "ladypool">> <</button>> <<button "$lady MainBath">> <<editcycle 'time' reset>> <<editcycle 'time' change 1>> <<goto "ladyrandombathroom">> <</button>> <<button "$lady Undress1">> <<editcycle 'time' reset>> <<editcycle 'time' change 2>> <<goto "ladyundress2">> <</button>> </div> <div style="text-align: center;"> <<button "$lady Undress2">> <<editcycle 'time' reset>> <<editcycle 'time' change 2>> <<goto "ladymast">> <</button>> <<button "$lady Shower">> <<editcycle 'time' reset>> <<editcycle 'time' change 1>> <<goto "firstladyshowerspy">> <</button>> <<button "$lady Dining">> <<editcycle 'time' reset>> <<editcycle 'time' change 2>> <<goto "ladydining">> <</button>> <<button "$lady Yoga">> <<editcycle 'time' reset>> <<editcycle 'time' change 1>> <<goto "landladylivingrandom">> <</button>> <<button "$lady Bedroom">> <<editcycle 'time' reset>> <<editcycle 'time' change 4>> <<goto "ladybedinitinteract">> <<pickup '$player' 'seendinner'>> <</button>> </div> <div style="text-align: center;"> <<button "$lady Nighttime">> <<editcycle 'time' reset>> <<goto "ladynightgown">> <</button>> <<button "$lady RandomInteract">> <<editcycle 'time' reset>> <<editcycle 'time' change 1>> <<goto "ladyrandomliving">> <</button>> <<button "$lady FirstSex">> <<editcycle 'time' reset>> <<editcycle 'time' change 1>> <<goto "ladyfirstsex">> <</button>> </div> <div style="text-align: center;" class="messageevent">$roomn Scenes</div> <div style="text-align: center;"> <<button "$room Kitchen">> <<editcycle 'time' reset>> <<editcycle 'time' change 1>> <<goto "roominkitty">> <</button>> <<button "$room Pool">> <<editcycle 'time' reset>> <<editcycle 'time' change 1>> <<goto "roompool">> <</button>> <<button "$room Cam">> <<editcycle 'time' reset>> <<editcycle 'time' change 4>> <<goto "roomcamonline">> <</button>> <<button "$room Mc Mast">> <<editcycle 'time' reset>> <<editcycle 'time' change 1>> <<goto "hiding">> <</button>> </div> <div style="text-align: center;"> <<button "$room $room Mast">> <<editcycle 'time' reset>> <<editcycle 'time' change 1>> <<goto "roomspyinit">> <</button>> <<button "$room Basement">> <<editcycle 'time' reset>> <<editcycle 'time' change 2>> <<goto "roombaseinteract">> <</button>> <<button "$room LivingMast">> <<editcycle 'time' reset>> <<editcycle 'time' change 1>> <<goto "initroommastlive">> <</button>> <<button "$room TowelSteal">> <<editcycle 'time' reset>> <<editcycle 'time' change 1>> <<goto "roomstealstowel">> <</button>> </div> <div style="text-align: center;"> <<button "$room Bedroom">> <<editcycle 'time' reset>> <<editcycle 'time' change 4>> <<goto "interactchoiceroom">> <</button>> <<button "$room Nighttime">> <<editcycle 'time' reset>> <<editcycle 'time' change 5>> <<goto "roomnightgown">> <</button>> <<button "$room RandomInteract1">> <<editcycle 'time' reset>> <<editcycle 'time' change 1>> <<goto "roomrandomlivingroom">> <</button>> </div> <div style="text-align: center;"> <<button "$room RandomInteract2">> <<editcycle 'time' reset>> <<editcycle 'time' change 1>> <<goto "roomrandomlivingroom2">> <</button>> <<button "$room FirstSex">> <<editcycle 'time' reset>> <<editcycle 'time' change 4>> <<goto "roomfirstsex">> <</button>> </div> <div style="text-align: center;" class="messageeventrush">Ms. Rush Scenes</div> <div style="text-align: center;"> <<button 'Ms. Rush College Interact' 'rushschoolinteract'>> <<editcycle 'time' reset>> <</button>> </div> <div style="text-align: center;" class="messageeventalexis">Alexis Scenes</div> <div style="text-align: center;"> <<button 'Alexis College Interact' 'alexisschoolinteract'>> <<editcycle 'time' reset>> <<editcycle 'time' change 2>> <</button>> </div> <div style="text-align: center;" class="messageeventjojo">Jojo Scenes</div> <div style="text-align: center;"> <<button 'Jojo College Interact' 'jojoschoolinteract'>> <<editcycle 'time' reset>> <<editcycle 'time' change 3>> <</button>> </div> <br><br> <div style="text-align: center;"> <<button "Close Debug (Bedroom)" "Bedroom">> <</button>> </div> <<removeclass "html">> <<set $skiptime to "off">>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <<if $lust >=100>> <<goto 'cumpants'>> <</if>> /* Shower Events */ <div style="text-align: center;"> <<if $roomlust >24>> <<switch random(1, 10)>> <<case 1>> <<button 'Stop Taking a Shower' 'roomstealstowel'>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<notify>>You're Clean!<</notify>> <</button>> <<case 2 3 4 5 6 7 8 9 10>> <<button 'Stop Taking a Shower' 'Bathroom'>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<notify>>You're Clean!<</notify>> <</button>> <</switch>> <<else>> <<button 'Stop Taking a Shower' 'Bathroom'>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<notify>>You're Clean!<</notify>> <</button>> <</if>> </div> <<editcycle 'time' change 1>> <<if not $player.has('firstshowerclean')>> <<popover>> <<dialog 'Shower'>> <div style="text-align: center;"> <div class="bigwhitetext">Taking a shower improves your hygiene!</div> <span class="redtext">(If you don't take showers, people will react negatively to your pressence.)</span> </div> <</dialog>> <</popover>> <<pickup '$player' 'firstshowerclean'>> <</if>> <div class="centered-image"><img src='images/misc/showererect.gif' width="300"></div><br /> <<removeclass "html">><<addclass "html" "shower">> <</nobr>>
<<nobr>> /* Sleep Function */ <div style="text-align: center;"> <<button 'Wake Up' 'Bedroom'>> <<set $hyg to Math.clamp($hyg- 25, 0, $maxHyg)>> <<set $stamina to Math.clamp($stamina + 75, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<editcycle 'time' reset>> <<editcycle 'day' change 1>> <<set $lust to Math.clamp($lust - 20, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> /* Item/Event Resets */ <<set $ladygift to false>> <<set $roomgift to false>> <<set $rushgift to false>> <<set $alexisgift to false>> <<set $jojogift to false>> <<set $notjerkedoff to true>> <<set $fitloss to false>> <<set $gymworkout to false>> <<set $porn to false>> <<set $study to false>> <<set $workonline to false>> <<set $buspass to "false">> <<if $player.has('seenpoolswimlady')>> <<drop '$player' 'seempoolswimlady'>> <</if>> <<if $player.has('seenladyrandomliving')>> <<drop '$player' 'seenladyrandomliving'>> <</if>> <<if $player.has('seenpoolswimroom')>> <<drop '$player' 'seempoolswimroom'>> <</if>> <<if $player.has('seenladyshower')>> <<drop '$player' 'seenladyshower'>> <</if>> <<if $player.has('seenladyundress')>> <<drop '$player' 'seenladyundress'>> <</if>> <<if $player.has('helpprepdinner')>> <<drop '$player' 'helpprepdinner'>> <</if>> <<if $player.has('seendinner')>> <<drop '$player' 'seendinner'>> <</if>> <<if $player.has('seenlandladyliving')>> <<drop '$player' 'seenlandladyliving'>> <</if>> <<if $player.has('fitloss')>> <<drop '$player' 'fitloss'>> <</if>> <<if $player.has('seenroommastlive')>> <<drop '$player' 'seenroommastlive'>> <</if>> <<if $player.has('roompoolrandom')>> <<drop '$player' 'roompoolrandom'>> <</if>> <<if $player.has('ladypoolrandom')>> <<drop '$player' 'ladypoolrandom'>> <</if>> <<if $player.has('seenmcmast2room')>> <<drop '$player' 'seenmcmast2room'>> <</if>> <<if $player.has('seenladyrandombathroom')>> <<drop '$player' 'seenladyrandombathroom'>> <</if>> <<if $player.has('seenwalkinside')>> <<drop '$player' 'seenwalkinside'>> <</if>> <<if $player.has('seenroomrandomliving')>> <<drop '$player' 'seenroomrandomliving'>> <</if>> <<if $player.has('seenroomrandomliving2')>> <<drop '$player' 'seenroomrandomliving2'>> <</if>> <<if $player.has('seencamshow')>> <<drop '$player' 'seencamshow'>> <</if>> /* Sleep Event */ <<if $player.has('dresserpanties')>> <<pickup '$player' 'wearpanties'>> <</if>> <</button>> </div> <<removeclass "html">><<addclass "html" "sleep">> <<set $location to "Sleeping">> <<set $skiptime to "off">> <</nobr>>
/* Stat Levelup Widgets */ /* Fitness */ <<widget "fitness">> <<if not $fitgoal1 && $fit >=10>> <<set $fitgoal1 to true>> <<set $maxStamina to 110>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>+10 Max Stamina!<</notify>> <<popover>> <span class="message">Your fitness progress has increased your Max Stamina to 110!</span> <div class="centered-image"><img src='images/bedroom/shakeweight.gif' height ='297' width ='400'></div> <</popover>> <</if>> <<if not $fitgoal2 && $fit >=20>> <<set $fitgoal2 to true>> <<set $maxStamina to 120>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>+10 Max Stamina!<</notify>> <<popover>> <span class="message">Your fitness progress has increased your Max Stamina to 120!</span> <div class="centered-image"><img src='images/bedroom/shakeweight.gif' height ='297' width ='400'></div> <</popover>> <</if>> <<if not $fitgoal3 && $fit >=30>> <<set $fitgoal3 to true>> <<set $maxStamina to 130>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>+10 Max Stamina!<</notify>> <<popover>> <span class="message">Your fitness progress has increased your Max Stamina to 130!</span> <div class="centered-image"><img src='images/bedroom/shakeweight.gif' height ='297' width ='400'></div> <</popover>> <</if>> <<if not $fitgoal4 && $fit >=40>> <<set $fitgoal4 to true>> <<set $maxStamina to 140>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>+10 Max Stamina!<</notify>> <<popover>> <span class="message">Your fitness progress has increased your Max Stamina to 140!</span> <div class="centered-image"><img src='images/bedroom/shakeweight.gif' height ='297' width ='400'></div> <</popover>> <</if>> <<if not $fitgoal5 && $fit >=50>> <<set $fitgoal5 to true>> <<set $charm to Math.clamp($charm +1, 0, $maxCharm)>> <<notify>>+Charm Level Up!<</notify>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<popover>> <span class="message">Your fitness progress has increased your Charm level to $charm!</span> <div class="centered-image"><img src='images/bedroom/winnk.gif' height ='297' width ='400'></div> <</popover>> <</if>> <<if not $fitgoal6 && $fit >=60>> <<set $fitgoal6 to true>> <<set $maxStamina to 150>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>+10 Max Stamina!<</notify>> <<popover>> <span class="message">Your fitness progress has has increased your Max Stamina to 150!</span> <div class="centered-image"><img src='images/bedroom/shakeweight.gif' height ='297' width ='400'></div> <</popover>> <</if>> <<if not $fitgoal7 && $fit >=70>> <<set $fitgoal7 to true>> <<set $maxStamina to 160>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>+10 Max Stamina!<</notify>> <<popover>> <span class="message">Your fitness progress has has increased your Max Stamina to 160!</span> <div class="centered-image"><img src='images/bedroom/shakeweight.gif' height ='297' width ='400'></div> <</popover>> <</if>> <<if not $fitgoal8 && $fit >=80>> <<set $fitgoal8 to true>> <<set $maxStamina to 170>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>+10 Max Stamina!<</notify>> <<popover>> <span class="message">Your fitness progress has has increased your Max Stamina to 170!</span> <div class="centered-image"><img src='images/bedroom/shakeweight.gif' height ='297' width ='400'></div> <</popover>> <</if>> <<if not $fitgoal9 && $fit >=90>> <<set $fitgoal9 to true>> <<set $maxStamina to 200>> <<set $charm to Math.clamp($charm +1, 0, $maxCharm)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>+30 Max Stamina & +1 Charm!<</notify>> <<popover>> <span class="message">You've reached peak phyiscal condition. This has increased your Charm Level to $charm & Max Stamina to 200!</span> <div class="centered-image"><img src='images/bedroom/shakeweight.gif' height ='297' width ='400'></div> <</popover>> <</if>> <</widget>> <<widget "fitnessloss">> <<if $fitgoal1 && $fit <10>> <<set $fitgoal1 to false>> <<set $maxStamina to 100>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>-10 Max Stamina!<</notify>> <<popover>> <span class="message">Due to neglecting your exercise you've lost 10 Max Stamina!</span> <div class="centered-image"><img src='images/bedroom/weak.gif' height ='455' width ='400'></div> <</popover>> <</if>> <<if $fitgoal2 && $fit <20>> <<set $fitgoal2 to false>> <<set $maxStamina to 110>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>-10 Max Stamina!<</notify>> <<popover>> <span class="message">Due to neglecting your exercise you've lost 10 Max Stamina!</span> <div class="centered-image"><img src='images/bedroom/weak.gif' height ='455' width ='400'></div> <</popover>> <</if>> <<if $fitgoal3 && $fit <30>> <<set $fitgoal3 to false>> <<set $maxStamina to 120>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>-10 Max Stamina!<</notify>> <<popover>> <span class="message">Due to neglecting your exercise you've lost 10 Max Stamina!</span> <div class="centered-image"><img src='images/bedroom/weak.gif' height ='455' width ='400'></div> <</popover>> <</if>> <<if $fitgoal4 && $fit <40>> <<set $fitgoal4 to false>> <<set $maxStamina to 130>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>-10 Max Stamina!<</notify>> <<popover>> <span class="message">Due to neglecting your exercise you've lost 10 Max Stamina!</span> <div class="centered-image"><img src='images/bedroom/weak.gif' height ='455' width ='400'></div> <</popover>> <</if>> <<if $fitgoal5 && $fit <50>> <<set $fitgoal5 to false>> <<notify>>+Charm Level Down!<</notify>> <<set $charm to Math.clamp($charm -1, 0, $maxCharm)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<popover>> <span class="message">Due to neglecting your exercise you've lost a Charm level!</span> <div class="centered-image"><img src='images/bedroom/nerd.gif' height ='297' width ='400'></div> <</popover>> <</if>> <<if $fitgoal6 && $fit <60>> <<set $fitgoal6 to false>> <<set $maxStamina to 140>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>-10 Max Stamina!<</notify>> <<popover>> <span class="message">Due to neglecting your exercise you've lost 10 Max Stamina!</span> <div class="centered-image"><img src='images/bedroom/weak.gif' height ='455' width ='400'></div> <</popover>> <</if>> <<if $fitgoa7 && $fit <70>> <<set $fitgoal7 to false>> <<set $maxStamina to 150>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>-10 Max Stamina!<</notify>> <<popover>> <span class="message">Due to neglecting your exercise you've lost 10 Max Stamina!</span> <div class="centered-image"><img src='images/bedroom/weak.gif' height ='455' width ='400'></div> <</popover>> <</if>> <<if $fitgoal8 && $fit <80>> <<set $fitgoal8 to false>> <<set $maxStamina to 160>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>-10 Max Stamina!<</notify>> <<popover>> <span class="message">Due to neglecting your exercise you've lost 10 Max Stamina!</span> <div class="centered-image"><img src='images/bedroom/weak.gif' height ='455' width ='400'></div> <</popover>> <</if>> <<if $fitgoal9 && $fit <90>> <<set $fitgoal9 to false>> <<set $maxStamina to 170>> <<set $charm to Math.clamp($charm -1, 0, $maxCharm)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>-30 Max Stamina & -1 Charm!<</notify>> <<popover>> <span class="message">Due to neglecting your exercise you've lost a Charm Level & 30 Max Stamina!</span> <div class="centered-image"><img src='images/bedroom/weak.gif' height ='455' width ='400'></div> <</popover>> <</if>> <</widget>> /* Intellect */ <<widget "intellect">> <<if $int >=50 && not $intgoal>> <<set $intgoal to true>> <<set $charm to Math.clamp($charm +1, 0, $maxCharm)>> <<notify>>+Charm Level Up!<</notify>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<popover>> <span class="message">Your Intellect progress has increased your Charm level to $charm!</span> <div style ="text-align: center;"><img src='images/bedroom/winnk.gif' height ='297' width ='400'></div> <</popover>> <</if>> <<if $int ==100 && not $intgoal2>> <<set $intgoal2 to true>> <<set $charm to Math.clamp($charm +1, 0, $maxCharm)>> <<notify>>+Charm Level Up!<</notify>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<popover>> <span class="message">Your Intellect progress has increased your Charm level to $charm!</span> <div style ="text-align: center;"><img src='images/bedroom/winnk.gif' height ='297' width ='400'></div> <</popover>> <</if>> <</widget>>
<<set $skiptime to "off">> <span class="message"><span class="ladytext">$ladyn</span> makes a disgusted sound.</span> <div class="centered-image"><img src='images/misc/stink.gif' width="400"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Oh, dear. $nameln, you need to take a shower..</p></div> <span class="message">You immediatly feel self-conscious and head for the bathroom.</span> <div style='text-align: center;'><span class="require">Make sure to take showers to prevent disgusting other people.</span></div> <div style='text-align: center;'> <<button 'End Interaction' 'Bathroom'>> <<ladylustbad>> <</button>> </div>
<<nobr>> <<set $skiptime to "off">> <span class="message"><span class="roomtext">$roomn</span> makes a disgusted sound at you.</span> <div class="centered-image"><img src='images/misc/stink.gif' width="400"></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>You fucking stink, $namern!</p></div> <span class="message">You immediatly feel self-conscious and head for the bathroom.</span> <div style='text-align: center;'><span class="require">Make sure to take showers to prevent disgusting other people.</span></div> <div style='text-align: center;'> <<button 'End Interaction' 'Bathroom'>> <<roomlustbad>> <</button>> </div> <</nobr>>
<<set $changingcharsettings to true>> <<set $name to "$name", $location to "Home">> <div style="text-align: center;"><img src='Images/logo/banner.png' width="800"></div><br /><br /> <span class="bigwhitetext">Name your protaganist:</span><br /><br /> First Name: <<textbox "$name" "Billy">><br /><br /> Last Name: <<textbox "$lastname" "Smith">><br /><br /> By choosing a name and clicking, "Submit", you are confirming you're at least 18 years old, or whatever age in your country that it's legally allowed to view pornographic material.<br /><br /> Intro Music (plays when submit is clicked):<<checkbox "$mute" false true>> <br /> <<mouseover>> <<button 'Submit' 'Relations'>><</button>> <<onmousein>> <<replace '#tooltip'>>(+18 ONLY)<</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <<popover 'noclick'>> <<require>> WARNING! This game is better ran on Chrome. Issues with looping videos may occur on Firefox.<</require>> <</popover>> <<set $money to 100, $maxMoney to 999999999>> <<set $fit to 0>> <<set $int to 0>> <<set $att to 0>> <<set $perv to 0>> <<set $ladyscene7 to "true">> <<editcycle 'time' reset suspend>> <<removeclass "html">> <<set $skiptime to "off">> <<audio "theme" load>>
<<nobr>> <div class="UIborder"> <span class="biggertext"><u>Character</u></span><br /> $name $lastname<br /> <div class="UIportrait"><img src= 'images/portraits/questmarkedit.png' height='168' width='112'></div> <span class="bigtext"><u>Time</u></span><br /> <div class="ui-border-stats"><<showcycle 'day' upperfirst>>, <<showcycle 'time' upperfirst>><br> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <img src='images/misc/dawn.png' height='40' width='40'> <</if>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <img src='images/misc/day.png' height='40' width='40'> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('late night')>> <img src='images/misc/night.png' height='40' width='40'> <</if>></div> <span class="bigtext"><u>Stats</u></span><br /> <div class="ui-border-stats"> <span class="moneytext">Money: $<<print Number($money).toLocaleString();>></span><br /> Fitness: <<print $fit>><br /> Intellect: <<print $int>><br /> Perversion: <<print $perv>><br /> Charm: Level $charm </div> <div class="centered-image"><<showmeter 'Stamina' `$stamina / $maxStamina`>></div> <<showmeter 'Hygiene2' `$hyg / $maxHyg`>> <<showmeter 'Lust' `$lust / $maxLust`>> <a class="rightbar-menu-story"> <<link "Inventory">> <<dialog 'Inventory'>> <div style="padding-left: 1.5em;"> <<if $inventory.isEmpty()>> <div style="text-align: center;">You aren't carrying anything</div> <</if>> <<if $inventory.has('Hacking Tool') or $inventory.has('Knife')>> <div class="bigtext"><u>Tools</u></div> <</if>> <<if $inventory.has('Hacking Tool')>> • Hacking Tool <br> <</if>> <<if $inventory.has('Knife')>> • Knife <br> <</if>> <<if $inventory.has('Weed') or $inventory.has('Cocaine')>> <div class="bigtext"><u>Drugs</u></div> <</if>> <<if $inventory.has('Weed')>> • Weed <<if $inventory.count('Weed') >1>>[<<print $inventory.count('Weed')>>]<</if>> <br> <</if>> <<if $inventory.has('Cocaine')>> • Cocaine <<if $inventory.count('Cocaine') >1>>[<<print $inventory.count('Cocaine')>>]<</if>> <br> <</if>> <<if $inventory.has('Bottle of Wine') or $inventory.has('Flowers') or $inventory.has('Box of Chocolates')>> <div class="bigtext"><u>Love Gifts</u></div> <</if>> <<if $inventory.has('Bottle of Wine')>> • Wine <<if $inventory.count('Bottle of Wine') >1>>[<<print $inventory.count('Bottle of Wine')>>]<</if>> <br> <</if>> <<if $inventory.has('Flowers')>> • Flowers <<if $inventory.count('Flowers') >1>>[<<print $inventory.count('Flowers')>>]<</if>> <br> <</if>> <<if $inventory.has('Box of Chocolates')>> • Chocolate <<if $inventory.count('Box of Chocolates') >1>>[<<print $inventory.count('Box of Chocolates')>>]<</if>> <br> <</if>> <<if $inventory.has('Popper') or $inventory.has('Lingerie') or $inventory.has('Dildo')>> <div class="bigtext"><u>Lust Gifts</u></div> <</if>> <<if $inventory.has('Dildo')>> • Dildo <<if $inventory.count('Dildo') >1>>[<<print $inventory.count('Dildo')>>]<</if>> <br> <</if>> <<if $inventory.has('Lingerie')>> • Lingerie <<if $inventory.count('Lingerie') >1>>[<<print $inventory.count('Lingerie')>>]<</if>> <br> <</if>> <<if $inventory.has('Poppers')>> • Poppers <<if $inventory.count('Poppers') >1>>[<<print $inventory.count('Poppers')>>]<</if>> <br> <</if>> </div> <</dialog>> <</link>> </a> <<if $devtools =="true">> <a class="rightbar-menu-story"> <<link "Scene Debug" "Scene Debug">><</link>> </a> <a class="rightbar-menu-story"> <<link "Refresh Content">> <<replace '.passage'>> <<include `passage()`>> <</replace>> <</link>> </a> <a class="rightbar-menu-story"> <<link '+ Lust'>> <<set $roomlust to Math.clamp($roomlust + $charm, 0, $maxRoomlust)>> <<set $ladylust to Math.clamp($ladylust +$charm, 0, $maxLadylust)>><<set $alexislust to Math.clamp($alexislust +$charm, 0, $maxAlexislust)>><<set $jojolust to Math.clamp($jojolust +$charm, 0, $maxJojolust)>><<set $rushlust to Math.clamp($rushlust +$charm, 0, $maxRushlust)>> <<if $rushlustlevel is 0 && $rushlust >=15>> <<set $rushlustlevel to 1>> <</if>> <<if $rushlustlevel is 1 && $rushlust >=25>> <<set $rushlustlevel to 2>> <</if>> <<if $rushlustlevel is 2 && $rushlust >=50>> <<set $rushlustlevel to 3>> <</if>> <<if $rushlustlevel is 3 && $rushlust >=75>> <<set $rushlustlevel to 4>> <</if>> <<if $rushlustlevel is 4 && $rushlust ==100>> <<set $rushlustlevel to 5>> <</if>> <<if $roomlustlevel is 0 && $roomlust >=15>> <<set $roomlustlevel to 1>> <</if>> <<if $roomlustlevel is 1 && $roomlust >=25>> <<set $roomlustlevel to 2>> <</if>> <<if $roomlustlevel is 2 && $roomlust >=50>> <<set $roomlustlevel to 3>> <</if>> <<if $roomlustlevel is 3 && $roomlust >=75>> <<set $roomlustlevel to 4>> <</if>> <<if $roomlustlevel is 4 && $roomlust ==100>> <<set $roomlustlevel to 5>> <</if>> <<if $ladylustlevel is 0 && $ladylust >=15>> <<set $ladylustlevel to 1>> <</if>> <<if $ladylustlevel is 1 && $ladylust >=25>> <<set $ladylustlevel to 2>> <</if>> <<if $ladylustlevel is 2 && $ladylust >=50>> <<set $ladylustlevel to 3>> <</if>> <<if $ladylustlevel is 3 && $ladylust >=75>> <<set $ladylustlevel to 4>> <</if>> <<if $ladylustlevel is 4 && $ladylust ==100>> <<set $ladylustlevel to 5>> <</if>> <<if $jojolustlevel is 0 && $jojolust >=15>> <<set $jojolustlevel to 1>> <</if>> <<if $jojolustlevel is 1 && $jojolust >=25>> <<set $jojolustlevel to 2>> <</if>> <<if $jojolustlevel is 2 && $jojolust >=50>> <<set $jojolustlevel to 3>> <</if>> <<if $jojolustlevel is 3 && $jojolust >=75>> <<set $jojolustlevel to 4>> <</if>> <<if $jojolustlevel is 4 && $jojolust ==100>> <<set $jojolustlevel to 5>> <</if>> <<if $alexislustlevel is 0 && $alexislust >=15>> <<set $alexislustlevel to 1>> <</if>> <<if $alexislustlevel is 1 && $alexislust >=25>> <<set $alexislustlevel to 2>> <</if>> <<if $alexislustlevel is 2 && $alexislust >=50>> <<set $alexislustlevel to 3>> <</if>> <<if $alexislustlevel is 3 && $alexislust >=75>> <<set $alexislustlevel to 4>> <</if>> <<if $alexislustlevel is 4 && $alexislust ==100>> <<set $alexislustlevel to 5>> <</if>> <<notify>>+$charm Lust to all!<</notify>> <<replace '.passage'>> <<include `passage()`>> <</replace>> <</link>> </a> <a class="rightbar-menu-story"> <<link '+ Love'>><<set $roomlove to Math.clamp($roomlove +$charm, 0, $maxRoomlove)>><<set $ladylove to Math.clamp($ladylove +$charm, 0, $maxLadylove)>><<set $rushlove to Math.clamp($rushlove +$charm, 0, $maxRushlove)>><<set $jojolove to Math.clamp($jojolove +$charm, 0, $maxJojolove)>><<set $alexislove to Math.clamp($alexislove +$charm, 0, $maxAlexislove)>> <<replace '.passage'>> <<include `passage()`>> <</replace>> <<notify>>+$charm Love to all!<</notify>> <<if $ladylovelevel is 0 && $ladylove >=15>> <<set $ladylovelevel to 1>> <</if>> <<if $roomlovelevel is 0 && $roomlove >=15>> <<set $roomlovelevel to 1>> <</if>> <<if $rushlovelevel is 0 && $rushlove >=15>> <<set $rushlovelevel to 1>> <</if>> <<if $alexislovelevel is 0 && $alexislove >=15>> <<set $alexislovelevel to 1>> <</if>> <<if $jojolovelevel is 0 && $jojolove >=15>> <<set $jojolovelevel to 1>> <</if>> <</link>> </a> <a class="rightbar-menu-story"> <<link '- Lust'>> <<set $roomlust to Math.clamp($roomlust -$charm, 0, $maxRoomlust)>> <<set $ladylust to Math.clamp($ladylust -$charm, 0, $maxLadylust)>><<set $alexislust to Math.clamp($alexislust -$charm, 0, $maxAlexislust)>><<set $jojolust to Math.clamp($jojolust -$charm, 0, $maxJojolust)>><<set $rushlust to Math.clamp($rushlust -$charm, 0, $maxRushlust)>> <<notify>>-$charm Lust to all!<</notify>> <<replace '.passage'>> <<include `passage()`>> <</replace>> <<if $rushlustlevel is 1 && $rushlust <15>> <<set $rushlustlevel to 0>> <</if>> <<if $rushlustlevel is 2 && $rushlust <25>> <<set $rushlustlevel to 1>> <</if>> <<if $rushlustlevel is 3 && $rushlust <50>> <<set $rushlustlevel to 2>> <</if>> <<if $rushlustlevel is 4 && $rushlust <75>> <<set $rushlustlevel to 3>> <</if>> <<if $rushlustlevel is 5 && $rushlust <100>> <<set $rushlustlevel to 4>> <</if>> <<if $roomlustlevel is 1 && $roomlust <15>> <<set $roomlustlevel to 0>> <</if>> <<if $roomlustlevel is 2 && $roomlust <25>> <<set $roomlustlevel to 1>> <</if>> <<if $roomlustlevel is 3 && $roomlust <50>> <<set $roomlustlevel to 2>> <</if>> <<if $roomlustlevel is 4 && $roomlust <75>> <<set $roomlustlevel to 3>> <</if>> <<if $roomlustlevel is 5 && $roomlust <100>> <<set $roomlustlevel to 4>> <</if>> <<if $ladylustlevel is 1 && $ladylust <15>> <<set $ladylustlevel to 0>> <</if>> <<if $ladylustlevel is 2 && $ladylust <25>> <<set $ladylustlevel to 1>> <</if>> <<if $ladylustlevel is 3 && $ladylust <50>> <<set $ladylustlevel to 2>> <</if>> <<if $ladylustlevel is 4 && $ladylust <75>> <<set $ladylustlevel to 3>> <</if>> <<if $ladylustlevel is 5 && $ladylust <100>> <<set $ladylustlevel to 4>> <</if>> <<if $jojolustlevel is 1 && $jojolust <15>> <<set $jojolustlevel to 0>> <</if>> <<if $jojolustlevel is 2 && $jojolust <25>> <<set $jojolustlevel to 1>> <</if>> <<if $jojolustlevel is 3 && $jojolust <50>> <<set $jojolustlevel to 2>> <</if>> <<if $jojolustlevel is 4 && $jojolust <75>> <<set $jojolustlevel to 3>> <</if>> <<if $jojolustlevel is 5 && $jojolust <100>> <<set $jojolustlevel to 4>> <</if>> <<if $alexislustlevel is 1 && $alexislust <15>> <<set $alexislustlevel to 0>> <</if>> <<if $alexislustlevel is 2 && $alexislust <25>> <<set $alexislustlevel to 1>> <</if>> <<if $alexislustlevel is 3 && $alexislust <50>> <<set $alexislustlevel to 2>> <</if>> <<if $alexislustlevel is 4 && $alexislust <75>> <<set $alexislustlevel to 3>> <</if>> <<if $alexislustlevel is 5 && $alexislust <100>> <<set $alexislustlevel to 4>> <</if>> <</link>> </a> <a class="rightbar-menu-story"> <<link '- Love'>> <<set $roomlove to Math.clamp($roomlove - $charm, 0, $maxRoomlove)>> <<set $ladylove to Math.clamp($ladylove -$charm, 0, $maxLadylove)>><<set $alexislove to Math.clamp($alexislove -$charm, 0, $maxAlexislove)>><<set $jojolove to Math.clamp($jojolove -$charm, 0, $maxJojolove)>><<set $rushlove to Math.clamp($rushlove -$charm, 0, $maxRushlove)>> <<notify>>-$charm love to all!<</notify>> <<replace '.passage'>> <<include `passage()`>> <</replace>> <<if $ladylovelevel is 1 && $ladylove <15>> <<set $ladylovelevel to 0>> <</if>> <<if $roomlovelevel is 1 && $roomlove <15>> <<set $roomlovelevel to 0>> <</if>> <<if $rushlovelevel is 1 && $rushlove <15>> <<set $rushlovelevel to 0>> <</if>> <<if $alexislovelevel is 1 && $alexislove <15>> <<set $alexislovelevel to 0>> <</if>> <<if $jojolovelevel is 1 && $jojolove <15>> <<set $jojolovelevel to 0>> <</if>> <</link>> </a> <</if>> <</nobr>>
<<nobr>> <<newinventory '$inventory'>> <<newinventory '$giftinventory'>> <<newinventory '$cherieinventory'>> <<newinventory '$player'>> <<newinventory '$dresser' 'Dildo'>> <<newinventory '$laundryhamper' '$roomn's Used Panties'>> <<newinventory '$cumpanties' 'Cum Covered Used Panties'>> <<newinventory '$dresser'>>\ <<set $stamina to 100, $maxStamina to 100>> <<newmeter 'Stamina' 1>> <<colors '#F0E68C' 'Red' '#222222'>> <<sizing '175px' '20px'>> <<label '$stamina Stamina'>> <</newmeter>> <<set $lust to 0, $maxLust to 100>> <<newmeter 'Lust' 1>> <<colors 'HotPink' 'pink' '#222222'>> <<sizing '175px' '20px'>> <<label '$lust Lust'>> <</newmeter>> <<newmeter 'Lust2' 1>> <<colors 'HotPink' 'pink' '#222222'>> <<sizing '895px' '30px'>> <<label '$lust Lust'>> <</newmeter>> <<set $hyg to 100, $maxHyg to 100>> <<newmeter 'Hygiene2' 1>> <<colors '#FFF5EE' '#2d1606' 'dark grey'>> <<sizing '175px' '20px'>> <<label '$hyg Hygiene'>> <</newmeter>> <<newcycle 'time' 1 1 suspend>> <<phase 'dawn' 'morning' 'noon' 'afternoon' 'evening' 'night' 'late night'>> <</newcycle>> <<newcycle 'day' 1 1 suspend>> <<phase 'Monday' 'Tuesday' 'Wednesday' 'Thursday' 'Friday' 'Saturday' 'Sunday'>> <</newcycle>> <<set $money to 500, $maxMoney to 999999999>> <<set $charm to 1, $maxCharm to 5>> <<set $fit to 0, $maxFit to 100>> <<set $int to 0, $maxInt to 100>> <<set $perv to 0, $maxPerv to 100>> <<set $ladyn to "Cherie">> <<set $roomn to "Mandy">> <<set $roomlove to 0,$maxRoomlove to 100>> <<set $roomlust to 0, $maxRoomlust to 100>> <<set $ladylove to 0,$maxLadylove to 100>> <<set $ladylust to 0, $maxLadylust to 100>> <<set $rushlove to 0,$maxRushlove to 100>> <<set $rushlust to 0, $maxRushlust to 100>> <<set $jojolove to 0,$maxJojolove to 100>> <<set $jojolust to 0, $maxJojolust to 100>> <<set $alexislove to 0,$maxAlexislove to 100>> <<set $alexislust to 0, $maxAlexislust to 100>> <<set $ladyscene1 to "false">> <<set $ladyscene2 to "false">> <<set $ladyscene3 to "false">> <<set $ladyscene4 to "false">> <<set $ladyscene5 to "false">> <<set $ladyscene6 to "false">> <<set $ladyscene7 to "true">> <<set $ladyscene8 to "false">> <<set $roomscene1 to "false">> <<set $roomscene2 to "false">> <<set $roomscene3 to "false">> <<set $roomscene4 to "false">> <<set $roomscene5 to "false">> <<set $roomscene6 to "false">> <<set $roomscene7 to "false">> <<set $roomscene8 to "false">> <<set $mccock to true>> <<set $changingcharsettings to false>> <<set $devtools to "false">> <<set $cafejob to "false">> <<set $gymmembership to "false">> <<set $car to "false">> <<set $buspass to "false">> <<set $watchtv to "false">> <<set $dealingrounds to 0,$maxDealingrounds to 2>> <<set $metjojo to false>> <<set $metalexis to false>> <<set $ladylovelevel to 0>> <<set $ladylustlevel to 0>> <<set $roomlovelevel to 0>> <<set $roomlustlevel to 0>> <<set $rushlovelevel to 0>> <<set $rushlustlevel to 0>> <<set $alexislovelevel to 0>> <<set $alexislustlevel to 0>> <<set $jojolovelevel to 0>> <<set $jojolustlevel to 0>> <<cacheaudio "theme" "sounds/theme.mp3">> <<set $ladygift to false>> <<set $roomgift to false>> <<set $rushgift to false>> <<set $alexisgift to false>> <<set $jojogift to false>> <<set $ladyfirstpoppers to false>> <<set $ladyfirstlingerie to false>> <<set $ladyfirstdildo to false>> <<set $ladyfirstchocolate to false>> <<set $ladyfirstflowers to false>> <<set $ladyfirstwine to false>> <</nobr>>
<<nobr>> <<if $skiptime =="off" or Cycle.get('time').check('late night')>> <a class="disabled-skip"> <<disable true>> <<link 'Skip Time'>><</link>> <</disable>> </a> <<if $fasttravel>> <a class="disabled-skip"> <<disable true>> <<link 'Fast Travel'>><</link>> <</disable>> </a> <</if>> <<else>> <a class="default-menu-story"> <<link 'Skip Time'>> <<editcycle 'time' change 1>> <<replace '#story-caption'>> <<include 'StoryCaption'>> <</replace>> <<replace '.passage'>> <<include `passage()`>> <</replace>> <</link>> </a> <<if $fasttravel>> <a class="default-menu-story"> <<link 'Fast Travel'>> <<goto 'Travel'>> <</link>> </a> <</if>> <</if>> <a class="social-menu-story"> <<link "<img src='images/misc/patreon.png'>Patreon">> <<script>>window.open('https://patreon.com/blackcube')<</script>> <</link>> </a> <a class="social-menu-story"> <<link "<img src='images/misc/discord.png'>Discord">> <<script>>window.open('https://discord.gg/dQR6easJpH')<</script>> <</link>> </a> <</nobr>>
<div id="mainrightbarwindow" class="UIwindowborder"> <div style="text-align: center;" class="titletext"><u>Menu</u></div> /* Relationships Window */ <a class="rightbar-menu-story"> <<link 'Relationships'>> <<dialog 'Relationships'>> <div class="ui-border-stats"> <div style="text-align: center;"> <span class="bigtext">Hint</span> <br> Increase relationship levels to unlock more content during scenes. <br /> **The numbers in brackets indicate how close you are to each level up** <br /> ( Level ups occur at 15, 25, 50, 75, & 100 ) </div> </div> <div class="UIwindowborder"> <div style="text-align: center;" class="bigladytext"><u>$ladyn</u></div> <div style="text-align: center;"> Love: Level $ladylovelevel [<<print $ladylove>>] | Lust: Level $ladylustlevel [<<print $ladylust>>] </div></div> <div class="UIwindowborder"> <div style="text-align: center;" class="bigroomtext"><u>$roomn</u></div> <div style="text-align: center;"> Love: Level $roomlovelevel [<<print $roomlove>>] | Lust: Level $roomlustlevel [<<print $roomlust>>]</div></div> <div class="UIwindowborder"> <div style="text-align: center;" class="bigrushtext"><u>Ms. Rush</u></div> <div style="text-align: center;"> Love: Level $rushlovelevel [<<print $rushlove>>] | Lust: Level $rushlustlevel [<<print $rushlust>>]</div></div> <<if $metalexis>> <div class="UIwindowborder"> <div style="text-align: center;" class="bigalexistext"><u>Alexi</u>s</div> <div style="text-align: center;"> Love: Level $alexislovelevel [<<print $alexislove>>] | Lust: Level $alexislustlevel [<<print $alexislust>>]</div></div> <</if>> <<if $metjojo>> <div class="UIwindowborder"> <div style="text-align: center;" class="bigjojotext"><u>Jojo</u></div> <div style="text-align: center;"> Love: Level $jojolovelevel [<<print $jojolove>>] | Lust: Level $jojolustlevel [<<print $jojolust>>]</div></div> <</if>> <</dialog>> <</link>> </a> /* Walkthrough Window */ <a class="rightbar-menu-story"> <<link 'Walkthrough'>> <<dialog 'Walkthrough'>> <div class="ui-border-stats"> <div style="text-align: center;" class="bigtext">Hint</div> <div style="text-align: center;"> <span class="whitetext">This <u>ONLY</u> guides you to where each scene is.</span><br> ( Use the "Scene Checklist" for more specific progression ) <br> <b>*Scenes with an asterisk require triggering randomly when entering an area*</b> </div> </div> /* Landlady Walkthrough */ <div class="UIwindowborder"> <div style="text-align: center;"><span class="bigladytext"><u>$ladyn</u></span></div> <div style="text-align: center;">Tip: <<if not $player.has('firstladykitty')>> Talk to her when she's in the kitchen at Dawn. <</if>> <<if $player.has('firstladykitty')>> <<if not $player.has('firstladypool')>> Go to the Pool frequently until you run into her.* (Not while you're swimming) <</if>> <</if>> <<if $player.has('firstladykitty')>> <<if $player.has('firstladypool')>> <<if not $player.has('firstladymainbath')>> Go to the common Bathroom frequently until you run into her.* <</if>> <</if>> <</if>> <<if $player.has('firstladykitty')>> <<if $player.has('firstladypool')>> <<if $player.has('firstladymainbath')>> <<if not $player.has('firstladyundress')>> Go to her room at Noon. <</if>> <</if>> <</if>> <</if>> <<if $player.has('firstladykitty')>> <<if $player.has('firstladypool')>> <<if $player.has('firstladymainbath')>> <<if $player.has('firstladyundress')>> <<if not $player.has('firstladyshower')>> Spy while she's in her bathroom in the Morning. <</if>> <</if>> <</if>> <</if>> <</if>> <<if $player.has('firstladykitty')>> <<if $player.has('firstladypool')>> <<if $player.has('firstladymainbath')>> <<if $player.has('firstladyundress')>> <<if $player.has('firstladyshower')>> <<if not $player.has('firstladyyoga')>> Spy on her while she's doing yoga in the Living Room.* <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <<if $player.has('firstladykitty')>> <<if $player.has('firstladypool')>> <<if $player.has('firstladymainbath')>> <<if $player.has('firstladyundress')>> <<if $player.has('firstladyshower')>> <<if $player.has('firstladyyoga')>> <<if not $firstladydining>> Watch her masturbate at Noon then go to the Dining Room. <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <<if $player.has('firstladykitty')>> <<if $player.has('firstladypool')>> <<if $player.has('firstladymainbath')>> <<if $player.has('firstladyundress')>> <<if $player.has('firstladyshower')>> <<if $player.has('firstladyyoga')>> <<if $firstladydining>> You've visited each scene once! Max out her stats, then complete every scene to unlock having sex with her. <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <a class="rightbar-menu-story"> <<link 'Scene Checklist (Click Here)'>> <<run Dialog.close()>> <<dialog 'Scene Checklist'>> <div style="text-align: center;"> <div class="ui-border-stats"><span class="bigtext">Hint</span><br> <b>FULLY COMPLETE</b> each scene with <span class="whitetext"><b>SUFFIECENT LUST LEVEL</b></span> to unlock sex with this character. </div> </div> <div class="UIwindowborder"> /* Landlady Progress */ <div style="text-align: center;"> <div class="bigladytext"><u>$ladyn</u></div> Dawn Kitchen Scene Completed: <<set $ladyscene1 to $ladyscene1.toUpperFirst($ladyscene1)>><span class="whitetext">$ladyscene1</span><<set $ladyscene1 to $ladyscene1.toLowerCase($ladyscene1)>> <br> Pool Scene Completed: <<set $ladyscene2 to $ladyscene2.toUpperFirst($ladyscene2)>><span class="whitetext">$ladyscene2</span><<set $ladyscene2 to $ladyscene2.toLowerCase($ladyscene)>> <br> Common Bathroom Scene Completed: <<set $ladyscene3 to $ladyscene3.toUpperFirst($ladyscene3)>><span class="whitetext">$ladyscene3</span><<set $ladyscene3 to $ladyscene3.toLowerCase($ladyscene3)>> <br> Room Undress #1 Scene Completed: <<set $ladyscene4 to $ladyscene4.toUpperFirst($ladyscene4)>><span class="whitetext">$ladyscene4</span><<set $ladyscene4 to $ladyscene4.toLowerCase($ladyscene4)>> <br> Room Undress #2 Scene Completed: <<set $ladyscene5 to $ladyscene5.toUpperFirst($ladyscene5)>><span class="whitetext">$ladyscene5</span><<set $ladyscene5 to $ladyscene5.toLowerCase($ladyscene5)>> <br> Shower Spy Scene Completed: <<set $ladyscene6 to $ladyscene6.toUpperFirst($ladyscene6)>><span class="whitetext">$ladyscene6</span><<set $ladyscene6 to $ladyscene6.toLowerCase($ladyscene6)>> <br> Afternoon Kitchen Scene Completed: <<set $ladyscene8 to $ladyscene8.toUpperFirst($ladyscene8)>><span class="whitetext">$ladyscene8</span><<set $ladyscene8 to $ladyscene8.toLowerCase($ladyscene8)>> <br> Dining Room Event Completed: <span class="whitetext"><<if $ladyscene9>>True<<else>>False<</if>></span> </div> </div> <</dialog>> <</link>> </a> </div> </div> /* Roommate Walkthrough */ <div class="UIwindowborder"> <div style="text-align: center;"><span class="bigroomtext"><u>$roomn</u></span></div> <div style="text-align: center;">Tip: <<if not $player.has('firstroomkitty')>> Talk to her when she's in the Kitchen during the Morning. <</if>> <<if $player.has('firstroomkitty')>> <<if not $player.has('firstroompool')>> Go to the pool frequently until you run into her.* (Not while you're swimming) <</if>> <</if>> <<if $player.has('firstroomkitty')>> <<if $player.has('firstroompool')>> <<if not $player.has('key')>> Keep swimming in the pool until you find the key.* <</if>> <</if>> <</if>> <<if $player.has('firstroomkitty')>> <<if $player.has('firstroompool')>> <<if $player.has('key')>> <<if not $hackedcamapp>> Buy the Hacking Tool in the Alleyway at Night, hack her webcam, then watch her in the Evening. <</if>> <</if>> <</if>> <</if>> <<if $player.has('firstroomkitty')>> <<if $player.has('firstroompool')>> <<if $player.has('key')>> <<if $hackedcamapp>> <<if not $player.has('firstroommcmast')>> Go to her bathroom <u>before</u> Evening and spy on her.* <</if>> <</if>> <</if>> <</if>> <</if>> <<if $player.has('firstroomkitty')>> <<if $player.has('firstroompool')>> <<if $player.has('key')>> <<if $hackedcamapp>> <<if $player.has('firstroommcmast')>> <<if not $player.has('firstroommastmc')>> Take a shower in her bathroom during the daytime.* (25 $room lust required) <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <<if $player.has('firstroomkitty')>> <<if $player.has('firstroompool')>> <<if $player.has('key')>> <<if $hackedcamapp>> <<if $player.has('firstroommcmast')>> <<if $player.has('firstroommastmc')>> <<if not $player.has('firstroombase')>> Talk to her in the basement at Noon. <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <<if $player.has('firstroomkitty')>> <<if $player.has('firstroompool')>> <<if $player.has('key')>> <<if $hackedcamapp>> <<if $player.has('firstroommcmast')>> <<if $player.has('firstroommastmc')>> <<if $player.has('firstroombase')>> <<if not $player.has('firstroomlivingmast')>> Walk in on her camming in the living room.* <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <<if $player.has('firstroomkitty')>> <<if $player.has('firstroompool')>> <<if $player.has('key')>> <<if $hackedcamapp>> <<if $player.has('firstroommcmast')>> <<if $player.has('firstroommastmc')>> <<if $player.has('firstroombase')>> <<if $player.has('firstroomlivingmast')>> <<if not $player.has('firstroomtowel')>> Take a shower frequently.* (25 $room lust required) <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <<if $player.has('firstroomkitty')>> <<if $player.has('firstroompool')>> <<if $player.has('key')>> <<if $hackedcamapp>> <<if $player.has('firstroommcmast')>> <<if $player.has('firstroommastmc')>> <<if $player.has('firstroombase')>> <<if $player.has('firstroomlivingmast')>> <<if $player.has('firstroomtowel')>> You've visited each scene once! Max out her stats, then watch every scene to complete the character. <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <a class="rightbar-menu-story"> <<link 'Scene Checklist (Click Here)'>> <<run Dialog.close()>> <<dialog 'Scene Checklist'>> <div style="text-align: center;"> <div class="ui-border-stats"><span class="bigtext">Hint</span><br> <b>FULLY COMPLETE</b> each scene with <span class="whitetext"><b>SUFFIECENT LUST LEVEL</b></span> to unlock sex with this character. </div> </div> /* Roommate Progress */ <div class="UIwindowborder"> <div style="text-align: center;"> <div class="bigroomtext"><u>$roomn</u></div> Morning Kitchen Completed: <<set $roomscene1 to $roomscene1.toUpperFirst($roomscene1)>><span class="whitetext">$roomscene1</span><<set $roomscene1 to $roomscene1.toLowerCase($roomscene1)>> <br> Pool Completed: <<set $roomscene2 to $roomscene2.toUpperFirst($roomscene2)>><span class="whitetext">$roomscene2</span><<set $roomscene2 to $roomscene2.toLowerCase($roomscene2)>> <br> Cam Completed: <<set $roomscene3 to $roomscene3.toUpperFirst($roomscene3)>><span class="whitetext">$roomscene3</span><<set $roomscene3 to $roomscene3.toLowerCase($roomscene3)>> <br> Bathroom Masturbation #1 Completed: <<set $roomscene4 to $roomscene4.toUpperFirst($roomscene4)>><span class="whitetext">$roomscene4</span><<set $roomscene4 to $roomscene4.toLowerCase($roomscene4)>> <br> Bathroom Masturbation #2 Completed: <<set $roomscene5 to $roomscene5.toUpperFirst($roomscene5)>><span class="whitetext">$roomscene5</span><<set $roomscene5 to $roomscene5.toLowerCase($roomscene5)>> <br> Cockslap Basement Completed: <<set $roomscene6 to $roomscene6.toUpperFirst($roomscene6)>><span class="whitetext">$roomscene6</span><<set $roomscene6 to $roomscene6.toLowerCase($roomscene6)>> <br> Living Room Camshow Completed: <<set $roomscene7 to $roomscene7.toUpperFirst($roomscene7)>><span class="whitetext">$roomscene7</span><<set $roomscene7 to $roomscene7.toLowerCase($roomscene7)>> <br> Towel Steal Completed: <<set $roomscene8 to $roomscene8.toUpperFirst($roomscene8)>><span class="whitetext">$roomscene8</span><<set $roomscene8 to $roomscene8.toLowerCase($roomscene8)>> <</dialog>> <</link>> </a> </div> <</dialog>> <</link>> </a> <a class="rightbar-menu-story"> <<link 'Saves'>> <<run UI.saves()>> <</link>> </a> <a class="rightbar-menu-story"> <<link 'Settings'>> <<addclass "#mainrightbarwindow" "hidden">> <<removeclass "#settingsrightbarwindow" "hidden">> <</link>> </a> <a class="rightbar-menu-story"> <<link 'Restart'>> <<run UI.restart()>> <</link>> </a> </div> <div id="settingsrightbarwindow" class="hidden"> <div class="UIwindowborder"> <div style="text-align: center;" class="titletext"><u>Settings</u></div> <a class="rightbar-menu-story"> <<link 'Exit Settings'>> <<removeclass "#mainrightbarwindow" "hidden">> <<addclass "#settingsrightbarwindow" "hidden">> <</link>> </a> <a class="rightbar-menu-story"> <<if $mccock is true>> <<link 'Turn MC Cock Off' `passage()`>> <<set $mccock to false>> <</link>> <<else>> <<link 'Turn MC Cock On' `passage()`>> <<set $mccock to true>> <</link>> <</if>> </a> <a class="rightbar-menu-story"> <<link 'Change Relations/Names'>> <<removeclass "#charchangerightbarwindow" "hidden">> <<addclass "#settingsrightbarwindow" "hidden">> <</link>> </a> <a class="rightbar-menu-story"> <<link 'Cheats'>> <<removeclass "#cheatsrightbarwindow" "hidden">> <<addclass "#settingsrightbarwindow" "hidden">> <</link>> </a> </div> </div> /* Character Names/Relations Window */ <div id="charchangerightbarwindow" class="hidden"> <div class="UIwindowborder"> <div style="text-align: center;" class="titletext"><u>Settings</u></div> <a class="rightbar-menu-story"> <<link 'Back'>> <<removeclass "#settingsrightbarwindow" "hidden">> <<addclass "#charchangerightbarwindow" "hidden">> <</link>> </a> <<if $changingcharsettings is false>> <a class="rightbar-menu-story"> <<link 'Your Relations' 'changerelations'>><</link>> </a> <<else>> <a class="rightbar-menu-story-disabled"> <<disable true>> <<link 'Your Relations' 'changerelations'>><</link>> <</disable>> </a> <</if>> <<if $changingcharsettings is false>> <a class="rightbar-menu-story"> <<link '$roomn's Relations' 'changerelations2'>> <</link>> </a> <<else>> <a class="rightbar-menu-story-disabled"> <<disable true>> <<link '$roomn's Relations' 'changerelations2'>><</link>> <</disable>> </a> <</if>> <<if $changingcharsettings is false>> <a class="rightbar-menu-story"> <<link 'Change Names' 'changenames'>><</link>> </a> <<else>> <a class="rightbar-menu-story-disabled"> <<disable true>> <<link 'Change Names' 'changenames'>><</link>> <</disable>> </a> <</if>> </div> </div> /* Cheats Window */ <div id="cheatsrightbarwindow" class="hidden"> <div class="UIwindowborder"> <div style="text-align: center;" class="titletext"><u>Cheats</u></div> <a class="rightbar-menu-story"> <<link 'Back'>> <<removeclass "#settingsrightbarwindow" "hidden">> <<addclass "#cheatsrightbarwindow" "hidden">> <</link>> </a> <a class="rightbar-menu-story"> <<link '+1 All Gifts/Drugs'>> <<pickup '$inventory' 'Weed'>> <<pickup '$inventory' 'Cocaine'>> <<pickup '$inventory' 'Poppers'>> <<pickup '$inventory' 'Lingerie'>> <<pickup '$inventory' 'Dildo'>> <<pickup '$inventory' 'Box of Chocolates'>> <<pickup '$inventory' 'Flowers'>> <<pickup '$inventory' 'Bottle of Wine'>> <<notify>>+1 All Items!<</notify>> <<replace '.passage'>> <<include `passage()`>> <</replace>> <</link>> </a> <a class="rightbar-menu-story"> <<link 'Max Money'>> <<set $money to Math.clamp($money + 999999999, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>> <</replace>> <<replace '.passage'>> <<include `passage()`>> <</replace>> <<notify>>Max Money!<</notify>> <</link>> </a> <a class="rightbar-menu-story"> <<link 'Max Stats'>> <<set $fit to Math.clamp($fit + 100, 0, $maxFit)>> <<set $int to Math.clamp($int + 100, 0, $maxInt)>> <<set $charm to Math.clamp($charm + 4, 0, $maxCharm)>> <<set $perv to Math.clamp($perv + 100, 0, $maxPerv)>> <<replace '#story-caption'>> <<include 'StoryCaption'>> <</replace>> <<replace '.passage'>> <<include `passage()`>> <</replace>> <<notify>>All Stats Max!<</notify>> <</link>> </a> <a class="rightbar-menu-story"> <<link 'Max Relationships'>> <<set $roomlove to Math.clamp($roomlove + 100, 0, $maxRoomlove)>> <<set $roomlust to Math.clamp($roomlust + 100, 0, $maxRoomlust)>> <<set $ladylust to Math.clamp($ladylust + 100, 0, $maxLadylust)>> <<set $ladylove to Math.clamp($ladylove + 100, 0, $maxLadylove)>> <<set $rushlust to Math.clamp($rushlust + 100, 0, $maxRushlust)>> <<set $rushlove to Math.clamp($rushlove + 100, 0, $maxRushlove)>> <<set $alexislust to Math.clamp($alexislust + 100, 0, $maxAlexislust)>> <<set $alexislove to Math.clamp($alexislove + 100, 0, $maxAlexislove)>> <<set $jojolust to Math.clamp($jojolust + 100, 0, $maxJojolust)>> <<set $jojolove to Math.clamp($jojolove + 100, 0, $maxJojolove)>> <<set $ladylustlevel to 5>> <<set $roomlustlevel to 5>> <<set $rushlustlevel to 5>> <<set $alexislustlevel to 5>> <<set $jojolustlevel to 5>> <<set $ladylovelevel to 1>> <<set $roomlovelevel to 1>> <<set $rushlovelevel to 1>> <<set $alexislovelevel to 1>> <<set $jojolovelevel to 1>> <<replace '.passage'>> <<include `passage()`>> <</replace>> <<notify>>Max Love & Lust for All!<</notify>> <</link>> </a> <a class="rightbar-menu-story"> <<link 'More...'>> <<removeclass "#morecheatsrightbarwindow" "hidden">> <<addclass "#cheatsrightbarwindow" "hidden">> <</link>> </a> </div> </div> <div id="morecheatsrightbarwindow" class="hidden"> <div class="UIwindowborder"> <div style="text-align: center;" class="titletext"><u>Cheats</u></div> <a class="rightbar-menu-story"> <<link 'Back'>> <<removeclass "#cheatsrightbarwindow" "hidden">> <<addclass "#morecheatsrightbarwindow" "hidden">> <</link>> </a> <a class="rightbar-menu-story"> <<link "Dev Tools">> <<set ($devtools =="false" ? $devtools to "true" : $devtools to "false" )>> <<replace '#story-caption'>> <<include 'StoryCaption'>> <</replace>> <<if not $debugwarning>> <<popover 'noclick'>> <<require>>WARNING! There are known issues using this. It's meant for debug purposes. Use at your own risk.<</require>> <</popover>> <<set $debugwarning to true>> <</if>> <</link>> </a> <a class="rightbar-menu-story"> <<if not $player.has('roomsexcomplete') or not $player.has('ladysexcomplete')>> <<link 'Turn Sex On' `passage()`>> <<if not $player.has('roomsexcomplete')>> <<pickup '$player' 'roomsexcomplete'>> <</if>> <<if not $player.has('ladysexcomplete')>> <<pickup '$player' 'ladysexcomplete'>> <</if>> <</link>> <<else>> <<link 'Turn Sex Off' `passage()`>> <<if $player.has('roomsexcomplete')>> <<drop '$player' 'roomsexcomplete'>> <</if>> <<if $player.has('ladysexcomplete')>> <<drop '$player' 'ladysexcomplete'>> <</if>> <</link>> <</if>> </a> <<if not $fasttravel>> <a class="rightbar-menu-story"> <<linkreplace 'Fast Travel'>> <<set $fasttravel to true>> <<run UIBar.update()>> <</linkreplace>> </a> <</if>> <<if $car =="false">> <a class="rightbar-menu-story"> <<linkreplace 'Activate Car'>> <<set $car to "true">> <<replace '.passage'>> <<include `passage()`>> <</replace>> <</linkreplace>> </a> <</if>> </div> </div>
<<nobr>> <div style= "text-align: center;"> <<button 'Leave Strip Club' 'Red Light District'>><</button>> </div> <span class='message'>The strip club is dead. <span class="bellatext">Bella</span> is on stage trying to get your attention.</span> <div style="text-align: center;"><img src='images/redlight/stripclub/bella/bella.jpg' height ="480"></div> <div style="text-align: center;"> <span class="initinteractbutton"> <<button 'Interact' 'bellastrip'>><</button>> </span> </div> <<set $skiptime to "on">> <<removeclass "html">><<addclass "html" "stripclub">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <span class='message'>You walk up, say hi, and mention you're interested in checking out the club.</span> <div style="text-align: center;"><img src='images/portraits/stripsecurity.jpg' width="400"></div> <div class="saynpc"><img src="images/portraits/stripsecurityport.jpg"><p>Jacob (Bouncer)</p><p>Ay, man. So, it's $40 to get in. Also, I'll need to see your ID.</p></div> <div style="text-align: center;"> <<button 'Leave' 'Red Light District'>><</button>> <<if $money >=40>> <<button 'Enter Strip Club ($40)' 'Strip Club'>> <<set $money to Math.clamp($money -40, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<notify>>You paid $40!<</notify>> <</button>> <<else>> <<disable true>> <<button 'Enter Strip Club ($40)' 'Strip Club'>><</button>> <</disable>> <</if>> </div> <<removeclass "html">><<addclass "html" "stripclubdoor">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <<if $hyg <=24>> <<goto 'stripclubstink'>> <</if>> <</nobr>>
<<nobr>> <div style="text-align: center;"> <<button 'Leave' 'Red Light District'>><</button>> </div> <span class="message">The <span class="whitetext">bouncer</span> is looking at you as you approach the building.</span> <div style="text-align: center;"><img src='images/portraits/stripsecurity.jpg' height ="480"></div> <div style="text-align: center;"> <span class="initinteractbutton"> <<button 'Interact' 'Strip Club Bouncer'>><</button>> </span> </div> <<removeclass "html">><<addclass "html" "stripclubdoor">> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <<set $location to "Pool">> <<set $skiptime to "off">> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <div style="text-align: center;"> <<button 'Stop' 'Pool'>><</button>> </div> <div style="text-align: center;"> <<if not Cycle.get('time').check('night')>> <span class="buttonaction"> <<button 'Keep Swimming' 'Swimming'>> <<set $stamina to Math.clamp($stamina - 15, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<set $lust to Math.clamp($lust - 5, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<set $fit to Math.clamp($fit +1, 0, $maxLust)>> <<notify>>+1 Fitness!<</notify>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<editcycle 'time' change 1>> <<fitness>> <</button>> </span> <<else>> <span class="buttonactiondisabled"> <<disable true>> <<button 'Keep Swimming' 'Swimming'>> <</button>> <</disable>> </span> <</if>> </div> <<switch random(1, 10)>> <<case 1 >> <<if not $player.has('seenpoolswimlady')>> <<pickup '$player' 'seempoolswimlady'>> <</if>> <<if not $player.has('seenpoolswimlady') && not Cycle.get('time').check('night')>> <<if $ladylust <25>> <span class ="message">You see <span class="ladytext">$ladyn</span> while swimming.</span> <div class="centered-image"> <img src='images/pool/swim/ladyswim.jpg' width="600"> </div> <</if>> <<if $ladylust >=25>> <<if $ladylust <50>> <span class ="message">You see <span class="ladytext">$ladyn</span> while swimming.</span> <div class="centered-image"> <img src='images/pool/swim/ladyswim2.jpg' width="600"> </div> <</if>> <</if>> <<if $ladylust >=50>> <<switch random(1, 3)>> <<case 1>> <span class ="message">You see <span class="ladytext">$ladyn</span> while swimming.</span> <div class="centered-image"> <img src='images/pool/swim/ladyswim3.jpg' width="600"> </div> <<case 2>> <span class ="message">You see <span class="ladytext">$ladyn</span> while swimming.</span> <div class="centered-image"> <img src='images/pool/swim/ladyswim4.jpg' width="600"> </div> <<case 3>> <span class ="message">You see <span class="ladytext">$ladyn</span> while swimming.</span> <div class="centered-image"> <img src='images/pool/swim/ladyswim5.jpg' width="600"> </div> <</switch>> <</if>> <<else>> <span class="message">You go for a swim!</span> <div class="centered-image"><img src='images/misc/swim.gif' width="600"></div> <</if>> <<case 2>> <<if not $player.has('$room' Bedroom Key')>> <<set $poolkey to "false">> <</if>> <<if not $player.has('seenpoolswimroom') && not Cycle.get('time').check('night') && not Cycle.get('time').check('dawn')>> <<if $roomlust <25>> <span class ="message">You see <span class="roomtext">$roomn</span> while swimming.</span> <div class="centered-image"> <img src='images/pool/swim/roomswim2.jpg' width="600"> </div> <</if>> <<if $roomlust >=25>> <<if $roomlust <50>> <span class ="message">You see <span class="roomtext">$roomn</span> while swimming.</span> <div class="centered-image"> <img src='images/pool/swim/roomswim3.jpg' width="600"> </div> <</if>> <</if>> <<if $roomlust >=50>> <<switch random(1, 3)>> <<case 1>> <span class ="message">You see <span class="roomtext">$roomn</span> while swimming.</span> <div class="centered-image"> <img src='images/pool/swim/roomswim1.jpg' width="600"> </div> <<case 2>> <span class ="message">You see <span class="roomtext">$roomn</span> while swimming.</span> <div class="centered-image"> <img src='images/pool/swim/roomswim4.jpg' width="600"> </div> <<case 3>> <span class ="message">You see <span class="roomtext">$roomn</span> while swimming.</span> <div class="centered-image"> <img src='images/pool/swim/roomswim5.jpg' width="600"> </div> <</switch>> <</if>> <<if not $player.has('seenpoolswimroom')>> <<pickup '$player' 'seempoolswimroom'>> <</if>> <<else>> <span class="message">You go for a swim!</span> <div class="centered-image"><img src='images/misc/swim.gif' width="600"></div> <<if $poolkey =="false">> <<popover 'noclick'>> <div style="text-align: center;"> <span class ="message">You found a key!</span></div> <div class="centered-image"> <img src='images/pool/key.jpg'> </div> <div style="text-align: center;" class="buttonaction"> <<button 'Take'>> <<pickup '$player' '$room' Bedroom Key'>> <<pickup '$player' 'key'>><<set $poolkey to "true">> <<run Dialog.close()>> <</button>> </div> <</popover>> <</if>> <</if>> <<case 3 4 5 6 7 8 9 10>> <span class="message">You go for a swim!</span> <div class="centered-image"><img src='images/misc/swim.gif' width="600"></div> <<if $poolkey =="false">> <<popover 'noclick'>> <div style="text-align: center;"> <span class ="message">You found a key!</span></div> <div class="centered-image"> <img src='images/pool/key.jpg'> </div> <div style="text-align: center;" class="buttonaction"> <<button 'Take'>> <<pickup '$player' '$room' Bedroom Key'>> <<pickup '$player' 'key'>><<set $poolkey to "true">> <<run Dialog.close()>> <</button>> </div> <</popover>> <</if>> <</switch>> <<set $hyg to Math.clamp($hyg- 25, 0, $maxHyg)>> <<removeclass "html">><<addclass "html" "underwater">> <</nobr>>
<div style="text-align: center;"> <<button "Exit Teacher's Lounge" 'Hallway'>><</button>> </div> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <span class="message"><span class="rushtext">Ms. Rush</span> is working on her classes' assignments.</span> <div style="text-align: center;"><img src='images/portraits/teacher.jpg' height ="480"></div> <div style="text-align: center;"> <span class="initinteractbutton"> <<button 'Interact' 'rushschoolinteract'>><</button>> </span> </div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "teacherlounge">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "teacherloungedawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "teacherloungenight">> <</if>> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>> <<set $location to "Teacher's Lounge">>
<div style="text-align: center;"> <span class ="travel-menu-story"><<button 'Your Bedroom' 'Bedroom'>><</button>></span> </div> <div style="text-align: center;"> <span class ="travel-menu-story"> <<button 'Gym' 'Gym'>><</button>> <<button 'College'>> <<if Cycle.get('time').check('night')>> <<goto 'College'>> <<else>> <<goto 'Hallway'>> <</if>> <</button>> <<button 'Mall'>> <<if Cycle.get('time').check('night')>> <<goto 'Outside Mall'>> <<else>> <<goto 'Mall'>> <</if>> <</button>> <<button 'Park' 'Park'>><</button>> <<button 'Red Light District' 'Red Light District'>><</button>> </span> </div> <div style="text-align: center;"> <span class ="travel-menu-story"> <<button 'Sleep' 'Sleep'>><</button>> <<button 'Bathroom' 'Bathroom'>><</button>> </span> </div> <<removeclass "html">> <<set $skiptime to "off">>
<<nobr>> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>Her diary's under here!</i><</say>> <div class="centered-image"><img src='images/roommateroom/diary.jpg'></div> <div style="text-align: center;"> <span class="textaction"> <<linkreplace 'Read Diary'>> <<timed 0.1s>> <<run document.querySelector(".passage").scrollIntoView({behavior:"smooth",block:"end"})>> <</timed>> <div style="text-align: left;"> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>It's mostly a bunch of boring girl stuff.<br />But holy shit, she mentions she's had a secret crush on me for a long time, and even admits to masturbating to pictures of me!</i><</say>> </div> <div style="text-align: center;"> <<button 'End Interaction' 'Roommates Room'>><</button>> </div> <</linkreplace>> </span> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <<switch random(1, 10)>> <<case 1>> <<goto 'caughtroomcantgoback'>> <<case 2 3 4 5 6 7 8 9 10>> <</switch>> <</nobr>>
<<nobr>> <div style="text-align: center;"> <<button 'Home🏡' 'Living Room'>><</button>> </div> <div style="text-align: center;"> <<button 'Gym💪' 'Gym'>><</button>> <<button 'Park🌳' 'Park'>><</button>> <<if $money <10>> <<mouseover>> <<disable true>> <<button 'Bus🚌'>><</button>> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need $10 to ride the bus.</span> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <<else>> <<button 'Bus🚌' 'Bus'>><</button>> <</if>> </div> <div class="minimap"> <div class="centered-image"><img src='images/outsidemap/minimap.png' height ="225" width ="225"></div> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "walk">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "walkdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "walknight">> <</if>> <<set $location to "Outside">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<set $skiptime to "on">> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;"> <<if $watchtv is "true">> <<button 'Stop' 'Living Room'>><</button>> <<button 'Keep Watching' 'Watch TV'>> <<set $stamina to Math.clamp($stamina + 25, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>+25 stamina!<</notify>> <<replace '#story-caption'>> <<include 'StoryCaption'>> <</replace>> <<if Cycle.get('time').check('evening')>> <<goto 'Living Room'>> <</if>> <<editcycle 'time' change 1>> <</button>> <<switch random(1, 2)>> <<case 1>> <div style="text-align: center;" class="vid-noborder"> <video id="vid" width="800" height="600" autoplay loop muted> <source src="videos/livingroom/watchtv.mp4" type="video/mp4"> </video> </div> <<case 2 >> <div style="text-align: center;" class="vid-noborder"> <video id="vid" width="800" height="600" autoplay loop muted> <source src="videos/livingroom/watchtv2.mp4" type="video/mp4"> </video> </div> <</switch>> <<else>> <<button 'Go Back' 'Living Room'>><</button>> <<button 'Start Watching' 'Watch TV'>> <<set $stamina to Math.clamp($stamina + 25, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>+25 stamina!<</notify>> <<replace '#story-caption'>> <<include 'StoryCaption'>> <</replace>> <<if Cycle.get('time').check('evening')>> <<goto 'Living Room'>> <</if>> <<editcycle 'time' change 1>> <</button>> <<set $watchtv to "true">> <</if>> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<if $lust >=100>> <<goto 'cumpants'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "TV">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "TVdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "TVnight">> <</if>> <</nobr>>
<<goto 'cumladyroom'>>
<<goto cumroomroom>>
<<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <div style= "text-align: center;"> <<button 'Exit Adult Store' 'Red Light District'>><</button>> </div> <<narrator>>You approach the nude clerk.<</narrator>> <div id="clerknopussy"> <div class="centered-image"><img src='images/redlight/adultstore/adultclerk.jpg' width='650'></div></div> <div id="clerkpussy" class="hidden"> <div class="centered-image"><img src='images/redlight/adultstore/adultclerkpeak.jpg' width='650'></div></div> <div class="saynpc"><img src="images/portraits/adultclerkport.jpg"><p>Jenny (Clerk)</p><p>Hey, cutie.. Need help finding something?</p></div> <div style="text-align: center;"> <div class="shopwindowborder"> <span class="buttonactionpurchaseshop"> <<button 'Peek at her pussy (Free)'>> <<removeclass "#clerkpussy" "hidden">> <<addclass "#clerknopussy" "hidden">> <<timed 1s>> <<addclass "#clerkpussy" "hidden">> <<removeclass "#clerknopussy" "hidden">> <</timed>> <</button>> <<if $money >=15>> <<button 'Poppers Bottle ($15)' 'adultstoreshop'>> <<pickup '$inventory' 'Poppers'>> <<notify>>You bought a popper bottle!<</notify>> <<set $money to Math.clamp($money -15, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <</button>> <<else>> <<disable true>> <span class="buttonactiondisabledshop"> <<button 'Poppers Bottle ($15)' 'Adult Store'>><</button>> </span> <</disable>> <</if>> <<if $money >=50>> <<button 'Lingerie ($50)' 'adultstoreshop'>> <<pickup '$inventory' 'Lingerie'>> <<notify>>You bought lingerie!<</notify>> <<set $money to Math.clamp($money -50, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <</button>> <<else>> <<disable true>> <span class="buttonactiondisabledshop"> <<button 'Lingerie ($50)' 'Adult Store'>><</button>> </span> <</disable>> <</if>> <<if $money >=120>> <<button 'Expensive Dildo ($120)' 'adultstoreshop'>> <<pickup '$inventory' 'Dildo'>> <<notify>>You bought a dildo!<</notify>> <<set $money to Math.clamp($money -120, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <</button>> <<else>> <<disable true>> <span class="buttonactiondisabledshop"> <<button 'Expensive Dildo ($120)' 'Adult Store'>><</button>> </span> <</disable>> <</if>> </span> </div> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "adultstore">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "adultstoredawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "adultstorenight">> <</if>>
<<narrator>>You give a box of chocolates to <span class="alexistext">Alexis</span>.<</narrator>> <<sayalexis>>Thanks!<</sayalexis>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<set $alexislove to Math.clamp($alexislove +1, 0, $maxAlexislove)>> <<notify>> +1 Alexis Love! [Current: $alexislove]<</notify>> <<drop '$inventory' 'Box of Chocolates'>> <<set $alexisgiftreward to true>> <<alexislove>> <<set $alexisgiftreward to false>> <<set $alexisgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "cafeteria">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "cafeteriadawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "cafeterianight">> <</if>>
<<narrator>>You give a dildo to <span class="alexistext">Alexis</span>.<</narrator>> <<sayalexis>>Thanks!<</sayalexis>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Dildo'>> <<set $alexislust to Math.clamp($alexislust +3, 0, $maxAlexislust)>> <<notify>>+3 Alexis Lust! [Current: $alexislust]<</notify>> <<set $alexisgiftreward to true>> <<alexislust>> <<set $alexisgiftreward to false>> <<set $alexisgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<dildogift>> <<if $alexislustlevel is 0 or $alexislustlevel is 1 or $alexislustlevel is 2>> <<goto 'alexisgiftbad'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "cafeteria">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "cafeteriadawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "cafeterianight">> <</if>>
<<narrator>>You give flowers to <span class="alexistext">Alexis</span>.<</narrator>> <<sayalexis>>Thanks!<</sayalexis>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Flowers'>> <<set $alexislove to Math.clamp($alexislove +2, 0, $maxAlexislove)>> <<notify>> +2 Alexis Love! [Current: $alexislove]<</notify>> <<set $alexisgiftreward to true>> <<alexislove>> <<set $alexisgiftreward to false>> <<set $alexisgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "cafeteria">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "cafeteriadawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "cafeterianight">> <</if>>
<<narrator>>A look of dissapproval strikes her face.<</narrator>> <<sayalexis>>Why would you give me this?<</sayalexis>> <<narrator>>She throws it back at you..<</narrator>> <<requiregiftlevel>> <div style="text-align: center;"> <<button 'End Interaction' 'alexisschoolinteract'>> <<alexislovebad>> <<set $alexisgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "cafeteria">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "cafeteriadawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "cafeterianight">> <</if>> <<set $skiptime to "off">>
<<narrator>>You give lingerie to <span class="alexistext">Alexis</span>.<</narrator>> <<sayalexis>>Thanks!<</sayalexis>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Lingerie'>> <<set $alexislust to Math.clamp($alexislust +2, 0, $maxAlexislust)>> <<notify>>+2 Alexis Lust! [Current: $alexislust]<</notify>> <<set $alexisgiftreward to true>> <<alexislust>> <<set $alexisgiftreward to false>> <<set $alexisgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<lingeriegift>> <<if $alexislustlevel is 0 or $alexislustlevel is 1>> <<goto 'alexisgiftbad'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "cafeteria">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "cafeteriadawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "cafeterianight">> <</if>>
<<narrator>>You give a bottle of poppers to <span class="alexistext">Alexis</span>.<</narrator>> <<sayalexis>>Thanks!<</sayalexis>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<set $alexislust to Math.clamp($alexislust +1, 0, $maxAlexislust)>> <<notify>>+1 Alexis Lust! [Current: $alexislust]<</notify>> <<drop '$inventory' 'Poppers'>> <<set $alexisgiftreward to true>> <<alexislust>> <<set $alexisgiftreward to false>> <<set $alexisgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<poppersgift>> <<if $alexislovelevel is 0>> <<goto 'alexisgiftbad'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "cafeteria">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "cafeteriadawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "cafeterianight">> <</if>>
<<if $alexislustlevel is 0>> <<say '$name' 'images/portraits/MMainC.png'>>Alexis! You got something in your hair.<</say>> <div class="sayalexis"><img src="images/portraits/alexisport.jpg"><p>Alexis (Classmate)</p><p>Fuck, dude. Can you get it out for me?</p></div> <<say '$name' 'images/portraits/MMainC.png'>>Just kidding, I felt like fucking with you. You look hot as fuck today by the way.<</say>> <span class="message">She cracks up. You both decide to eat lunch together and talk the whole time.</span> <div class="centered-image"><img src='images/misc/heart.gif' width="200"></div> <</if>> <<if $alexislustlevel is 1>> <<say '$name' 'images/portraits/MMainC.png'>>Hey, Alexis!<</say>> <div class="sayalexis"><img src="images/portraits/alexisport.jpg"><p>Alexis (Classmate)</p><p>Yo, $name! Sit with me. I've missed you, you fucker.</p></div> <div class="centered-image"><img src='images/college/alexis/alexisschool3.jpg' width="400"></div> <<say '$name' 'images/portraits/MMainC.png'>>Aw, are you getting soft on me already?<</say>> <span class="message">She punches your arm and laughs. You both sit on the floor during lunch.</span> <</if>> <<if $alexislustlevel is 2>> <<say '$name' 'images/portraits/MMainC.png'>>Hey, Alexis!<</say>> <div class="sayalexis"><img src="images/portraits/alexisport.jpg"><p>Alexis (Classmate)</p><p>Yo, $name! Sit with me. I've missed you, you fucker.</p></div> <div class="centered-image"><img src='images/college/alexis/alexisschool4.jpg' width="400"></div> <<say '$name' 'images/portraits/MMainC.png'>>Aw, are you getting soft on me already?<</say>> <span class="message">She punches your arm and laughs. You both sit on the floor during lunch.</span> <</if>> <<if $alexislustlevel is 3 or $alexislustlevel is 4 or $alexislustlevel is 5>> <<say '$name' 'images/portraits/MMainC.png'>>Hey, Alexis!<</say>> <div class="sayalexis"><img src="images/portraits/alexisport.jpg"><p>Alexis (Classmate)</p><p>Yo, $name! Sit with me. I've missed you, you fucker.</p></div> <div class="centered-image"><img src='images/college/alexis/alexisschool4.jpg' width="400"></div> <<say '$name' 'images/portraits/MMainC.png'>>Hah, admit it. You want me, and I want you.<</say>> <span class="message">She gets on her knees and shifts her panties to the side.</span> <div class="centered-image"><img src='images/college/alexis/alexisschool5.jpg' width="400"></div> <div class="sayalexis"><img src="images/portraits/alexisport.jpg"><p>Alexis (Classmate)</p><p>Is this proof enough?</p></div> <<require>>END OF CONTENT FOR NOW!<</require>> <</if>> <div style='text-align: center;'> <<button 'End Interaction' 'Cafeteria'>> <<alexislust>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "cafeteria">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "cafeteriadawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "cafeterianight">> <</if>> <<if $alexislovelevel is 0>> <<goto 'alexisschoolflirtbad'>> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>>
<<say '$name' 'images/portraits/MMainC.png'>>Alexis! You got something in your hair.<</say>> <div class="sayalexis"><img src="images/portraits/alexisport.jpg"><p>Alexis (Classmate)</p><p>Fuck, dude. How embaressing..</p></div> <<say '$name' 'images/portraits/MMainC.png'>>Just kidding. I felt like fucking with you. You look hot as fuck today by the way.<</say>> <span class="message">She looks at you weird then walks away.</span> <<require>>Reach Love Level 1 for a positive outcome!<</require>> <div style='text-align: center;'> <<button 'End Interaction' 'Cafeteria'>> <<alexislustbad>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "cafeteria">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "cafeteriadawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "cafeterianight">> <</if>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>>
<span class="message"><span class="alexistext">Alexis</span> is hanging around inside the cafeteria.</span> <<if $alexislustlevel is 0>> <div class="centered-image"><img src='images/college/alexis/alexisschool.jpg' width="400"></div> <<else>> <div class="centered-image"><img src='images/college/alexis/alexisschool2.jpg' width="400"></div> <</if>> <div id="interactborder" class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Exit' 'Cafeteria'>><</button>> <<button 'Talk' 'alexisschooltalk'>><</button>> <<button 'Flirt' 'alexisschoolflirt'>> <</button>> <<if $alexisgift is false>> <<button 'Gift'>> <<if $hyg <=24>> <<goto 'alexisstink'>> <</if>> <<addclass "#interactborder" "hidden">> <<removeclass "#giftborder" "hidden">> <</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Gift'>><</button>> </span> <</disable>> <</if>> </div> </div> <<giftalexis>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "cafeteria">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "cafeteriadawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "cafeterianight">> <</if>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>>
<<if $hyg <=24>> <<goto 'alexisstink'>> <</if>> <<sayalexis>>Ay, $name! What's up, dude?<</sayalexis>> <<saymc>>I was thinking about getting something to eat. How are you feeling about the next exam from Ms. Rush?<</saymc>> <<sayalexis>>I'll probably kill it. Her class is <i>sooo</i> easy.<</sayalexis>> <<narrator>>You both have a good conversation.<</narrator>> <div class="centered-image"><img src='images/misc/heart.gif' width="200"></div> <<if $alexislovelevel is 1>> <div style='text-align: center;'><span class="require">MAX LOVE LEVEL REACHED</span></div> <</if>> <div style='text-align: center;'> <<button 'End Interaction' 'Cafeteria'>> <<alexislove>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "cafeteria">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "cafeteriadawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "cafeterianight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>>
<span class="message"><span class="alexistext">Alexis</span> gasps and looks around in shock</span> <div class="centered-image"><img src='images/misc/stink.gif' width="400"></div> <<sayalexis>>What the fuck is that smell? $name. Do you not take showers?<</sayalexis>> <<narrator>>You immediatly feel self-conscious and head for the bathroom.<</narrator>> <<require>>Make sure to take showers to prevent disgusting other people.<</require>> <div style='text-align: center;'> <<button 'End Interaction' 'Bathroom'>> <<alexislustbad>> <</button>> </div> <<set $skiptime to "off">>
<<narrator>>You give a bottle of wine to <span class="alexistext">Alexis</span>.<</narrator>> <<sayalexis>>Thanks!<</sayalexis>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Bottle of Wine'>> <<set $alexislove to Math.clamp($alexislove +3, 0, $maxAlexislove)>> <<notify>> +3 Alexis Love! [Current: $alexislove]<</notify>> <<set $alexisgiftreward to true>> <<alexislove>> <<set $alexisgiftreward to false>> <<set $alexisgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "cafeteria">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "cafeteriadawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "cafeterianight">> <</if>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <span class="message">You walk over to her.</span> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>>All it takes for you to walk around in your underwear was dirty clothes?<br /> Here I was thinking I had to say something cute.<</say>> <div class="centered-image"><img src='images/basement/roommate/images/dont.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>That was a creepy thing to say. Leave me alone.</p></div> <<require>>Reach Love Level 1 for a positive outcome!<</require>> <div style="text-align: center;"> <<button 'End Interaction' 'Basement'>> <<editcycle 'time' change 1>> <<roomlovebad>> <<if not $player.has('firstroombase')>> <<pickup '$player' 'firstroombase')>> <</if>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "basement">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "basementdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "basementnight">> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <span class="message">You walk over to her.</span> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>>Hey, $roomn! It seems like you're always doing something productive. Im impressed!<</say>> <div class="centered-image"><img src='images/basement/roommate/images/react.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Thanks, $name, but I'd appreciate it if you didn't distract me...</p></div> <<require>>Reach Love Level 1 for a positive outcome!<</require>> <div style="text-align: center;"> <<button 'End Interaction' 'Basement'>> <<editcycle 'time' change 1>> <<roomlovebad>> <<if not $player.has('firstroombase')>> <<pickup '$player' 'firstroombase')>> <</if>> <</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "basement">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "basementdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "basementnight">> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message">She stands up and gathers herself after realizing what you just did.</span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Why would you walk up and do that?!</p></div> <img src='images/basement/roommate/images/react.gif'> <<say '$name' 'images/portraits/MMainC.png'>>Why would you expect me NOT to do that when you're in panties & bent over like that?<</say>> <span class="message">A pretty poor attempt to cover your ass, but there's really no recovering this.</span> <img src='images/basement/roommate/images/dont.gif'> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Get the fuck out of here. That was <i>super</i> fucked up of you.</p></div> <span class="message">She goes back to what she was doing.</span> <<say '$name' 'images/portraits/MMainC.png'>>Damn... I'm sorry, I was trying to be funny..<</say>> <div style="text-align: center;"><span class="require">Reach Lust Level 4 for a positive outcome.</span></div> <div style="text-align: center;"> <<button 'End Interaction' 'Basement'>> <<set $roomlove to Math.clamp($roomlove -1, 0, $maxRoomlove)>> <<notify>> -1 $room Love! [Current: $roomlove]<</notify>> <<editcycle 'time' change 1>> <<if not $player.has('firstroombase')>> <<pickup '$player' 'firstroombase')>> <</if>> <<if $player.has('seenroomlove1') && $roomlove <15>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"><span class="bigredtext">Love level down!</span> <br />You're now at Love Level 0 with your <span class="roomtext">$room</span>.</div> <<drop '$player' 'seenroomlove1'>> <</popover>> <</if>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "basement">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "basementdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "basementnight">> <</if>> <</nobr>>
<<nobr>> /* Sleep Function */ <div style="text-align: center;"> <<button 'Wake Up' 'Bedroom'>> <<set $hyg to Math.clamp($hyg- 25, 0, $maxHyg)>> <<set $stamina to Math.clamp($stamina + 50, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<editcycle 'time' reset>> <<editcycle 'day' change 1>> <<set $lust to Math.clamp($lust - 20, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> /* Item/Event Resets */ <<set $ladygift to false>> <<set $roomgift to false>> <<set $rushgift to false>> <<set $alexisgift to false>> <<set $jojogift to false>> <<set $notjerkedoff to true>> <<set $fitloss to false>> <<set $gymworkout to false>> <<set $porn to false>> <<set $study to false>> <<set $workonline to false>> <<set $buspass to "false">> <<if $player.has('seenpoolswimlady')>> <<drop '$player' 'seempoolswimlady'>> <</if>> <<if $player.has('seenladyrandomliving')>> <<drop '$player' 'seenladyrandomliving'>> <</if>> <<if $player.has('seenpoolswimroom')>> <<drop '$player' 'seempoolswimroom'>> <</if>> <<if $player.has('seenladyshower')>> <<drop '$player' 'seenladyshower'>> <</if>> <<if $player.has('seenladyundress')>> <<drop '$player' 'seenladyundress'>> <</if>> <<if $player.has('helpprepdinner')>> <<drop '$player' 'helpprepdinner'>> <</if>> <<if $player.has('seendinner')>> <<drop '$player' 'seendinner'>> <</if>> <<if $player.has('seenlandladyliving')>> <<drop '$player' 'seenlandladyliving'>> <</if>> <<if $player.has('fitloss')>> <<drop '$player' 'fitloss'>> <</if>> <<if $player.has('seenroommastlive')>> <<drop '$player' 'seenroommastlive'>> <</if>> <<if $player.has('roompoolrandom')>> <<drop '$player' 'roompoolrandom'>> <</if>> <<if $player.has('ladypoolrandom')>> <<drop '$player' 'ladypoolrandom'>> <</if>> <<if $player.has('seenmcmast2room')>> <<drop '$player' 'seenmcmast2room'>> <</if>> <<if $player.has('seenladyrandombathroom')>> <<drop '$player' 'seenladyrandombathroom'>> <</if>> <<if $player.has('seenwalkinside')>> <<drop '$player' 'seenwalkinside'>> <</if>> <<if $player.has('seenroomrandomliving')>> <<drop '$player' 'seenroomrandomliving'>> <</if>> <<if $player.has('seenroomrandomliving2')>> <<drop '$player' 'seenroomrandomliving2'>> <</if>> <<if $player.has('seencamshow')>> <<drop '$player' 'seencamshow'>> <</if>> /* Sleep Event */ <<if $player.has('dresserpanties')>> <<pickup '$player' 'wearpanties'>> <</if>> <</button>> </div> <<if not $firstbadsleep>> <<set $firstbadsleep to true>> <<popover 'noclick'>> <div style="text-align: center;"><span class="require">You passed out! You get less stamina recovery from passing out instead of sleeping.</span></div> <</popover>> <</if>> <<removeclass "html">><<addclass "html" "badsleep">> <<set $location to "Sleeping">> <<set $skiptime to "off">> <</nobr>>
<<nobr>> <<removeclass "html">><<addclass "html" "stripclub">> <span class='message'><span class="bellatext">Bella</span> dances in front of you; inticing you with her body.</span> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip1.mp4" type="video/mp4"></video></div> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Exit' 'Strip Club'>><</button>> <<if $money >=50>> <<button 'Buy Dance ($50)' 'bellastrip2'>> <<set $money to Math.clamp($money -50, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<notify>>You paid $50!<</notify>> <</button>> <<else>> <<disable true>> <<button 'Buy Dance ($50)' 'bellastrip2'>><</button>> <</disable>> <</if>> </div></div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <<removeclass "html">><<addclass "html" "stripclub">> <span class='message'>You hand her $50.</span> <div class="saybella"><img src="images/portraits/bellaport.jpg"><p>Bella</p><p>Thanks, Daddy.. Let's have some fun.</p></div> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip12.mp4" type="video/mp4"></video></div> <span class='message'>She slides the money inside her boot.</span> <div style="text-align: center;"> <<button 'Continue' 'bellastrip3'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <<removeclass "html">><<addclass "html" "stripclub">> <span class='message'>She starts showing off the thong beneath her micro skirt.</span> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip3.mp4" type="video/mp4"></video></div> <div class="saybella"><img src="images/portraits/bellaport.jpg"><p>Bella</p><p>Hehe, this little thong doesn't hide much, baby. Let me show you.</p></div> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip4.mp4" type="video/mp4"></video></div> <span class='message'>Her asshole is hardly covered as she shakes her ass close to your face.</span> <<say '$name' 'images/portraits/MMainC.png'>>Fuck.. You're incredible.<</say>> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip5.mp4" type="video/mp4"></video></div> <span class='message'>It's hard to tell if she's genuinely turned on or just great at her job. The eye contact is powerful nonetheless.</span> <div class="saybella"><img src="images/portraits/bellaport.jpg"><p>Bella</p><p>My name's Bella, sweetheart.. You're a cutie.</p></div> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip6.mp4" type="video/mp4"></video></div> <div style="text-align: center;"> <<button 'Continue' 'bellastrip4'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <<removeclass "html">><<addclass "html" "stripclub">> <span class='message'>Now stepping away from the pole, she lowers the distance between you two.</span> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip7.mp4" type="video/mp4"></video></div> <div class="saybella"><img src="images/portraits/bellaport.jpg"><p>Bella</p><p>Alright, baby. It's time for your lapdance. :)</p></div> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip8.mp4" type="video/mp4"></video></div> <span class='message'>She lowers herself on to your throbbing dick, and slowly grinds against it.</span> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip10.mp4" type="video/mp4"></video></div> <div class="saybella"><img src="images/portraits/bellaport.jpg"><p>Bella</p><p><i>Mmm</i>, I can feel you. You're making me <i>so</i> wet.</p></div> <span class='message'>Indiscrete moans of pleasure leave both sets of lips with each stroke.</span> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip9.mp4" type="video/mp4"></video></div> <div style="text-align: center;"> <<button 'End Interaction' 'Strip Club'>><</button>> <<if $money >=50>> <<button 'Tip ($50)' 'bellastrip5'>> <<set $money to Math.clamp($money -50, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<notify>>You paid $50!<</notify>> <</button>> <<else>> <<disable true>> <<button 'Tip ($50)' 'bellastrip5'>><</button>> <</disable>> <</if>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <span class='message'>You hand over another $50.</span> <<removeclass "html">><<addclass "html" "stripclub">> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip13.mp4" type="video/mp4"></video></div> <div class="saybella"><img src="images/portraits/bellaport.jpg"><p>Bella</p><p><i>Mmm</i>, you wanna see more?</p></div> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip14.mp4" type="video/mp4"></video></div> <span class='message'>She pulls at her lace top then turns around and teases her ass in your face.</span> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip15.mp4" type="video/mp4"></video></div> <div class="saybella"><img src="images/portraits/bellaport.jpg"><p>Bella</p><p>I'm <i>so</i> fucking wet for you, baby.</p></div> <span class='message'>The clasp of her bra is reached for.</span> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip16.mp4" type="video/mp4"></video></div> <div style="text-align: center;"> <<button 'Continue' 'bellastrip6'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <<removeclass "html">><<addclass "html" "stripclub">> <span class='message'>A look of lust silently spoken.</span> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip17.mp4" type="video/mp4"></video></div> <div class="saybella"><img src="images/portraits/bellaport.jpg"><p>Bella</p><p>What would you do to this little titties, daddy?</p></div> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip18.mp4" type="video/mp4"></video></div> <span class='message'>You can tell she's still holding back a bit. More money might motivate her.</span> <div style="text-align: center;"> <<button 'End Interaction' 'Strip Club'>><</button>> <<if $money >=50>> <<button 'Tip ($50)' 'bellastrip7'>> <<set $money to Math.clamp($money -50, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<notify>>You paid $50!<</notify>> <</button>> <<else>> <<disable true>> <<button 'Tip ($50)' 'bellastrip7'>><</button>> <</disable>> <</if>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <span class='message'>You give her another $50.</span> <<removeclass "html">><<addclass "html" "stripclub">> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip19.mp4" type="video/mp4"></video></div> <div class="saybella"><img src="images/portraits/bellaport.jpg"><p>Bella</p><p>You've been a good daddy. You get to see <i>everything</i>.</p></div> <span class='message'>She unhooks the micro skirt.</span> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip20.mp4" type="video/mp4"></video></div> <span class='message'>You stand eye level to her ass; taking it all in.</span> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip21.mp4" type="video/mp4"></video></div> <span class='message'>With each twerk sending a shockwave through your pants.</span> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip22.mp4" type="video/mp4"></video></div> <div style="text-align: center;"> <<button 'Continue' 'bellastrip8'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <<removeclass "html">><<addclass "html" "stripclub">> <span class='message'>Tugging at the strings of her lace thong floods you with anticipation.</span> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip23.mp4" type="video/mp4"></video></div> <div class="saybella"><img src="images/portraits/bellaport.jpg"><p>Bella</p><p>You're making me <i>so</i> horny, baby. There's something different about you.</p></div> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip24.mp4" type="video/mp4"></video></div> <span class='message'>She draws it out. Teasing you with the finale.</span> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip25.mp4" type="video/mp4"></video></div> <span class='message'>Your cock twitches and pulses as she reveals herself.</span> <div class="saybella"><img src="images/portraits/bellaport.jpg"><p>Bella</p><p><i>*moans* Oh my god</i>. I could cum right here with you watching.</p></div> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip26.mp4" type="video/mp4"></video></div> <div style="text-align: center;"> <<button 'Continue' 'bellastrip9'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <span class='message'>She turns around and sticks her bare ass inches from your face.</span> <<removeclass "html">><<addclass "html" "stripclub">> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip27.mp4" type="video/mp4"></video></div> <div class="saybella"><img src="images/portraits/bellaport.jpg"><p>Bella</p><p>Fuck, I want your tongue in my ass so bad. But, we can't here, baby.</p></div> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip28.mp4" type="video/mp4"></video></div> <span class='message'>She leans in close and writes something on a piece of a napkin.</span> <div class="saybella"><img src="images/portraits/bellaport.jpg"><p>Bella</p><p>Here's my number..</p></div> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/redlight/bellastrip29.mp4" type="video/mp4"></video></div> <div class="saybella"><img src="images/portraits/bellaport.jpg"><p>Bella</p><p>We can have even more fun when I'm not working. ;)</p></div> <span class='message'>She discretly slides the piece of napkin in your pocket, then brushes along your crotch.</span> <div style='text-align: center;'><span class="require">END OF CONTENT FOR NOW!</span></div> <div style="text-align: center;"> <<button 'End Interaction' 'Strip Club'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<showmeter 'Lust2' `$lust / $maxLust`>> <div style="text-align: center;" class="vid-border"> <<switch random(1, 4)>> <<case 1>> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/blow1.mp4" type="video/mp4"></video> <<case 2>> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/blow2.mp4" type="video/mp4"></video> <<case 3>> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/blow3.mp4" type="video/mp4"></video> <<case 4>> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/blow4.mp4" type="video/mp4"></video> <</switch>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'End Interaction'>> <<if $ladysexyourroom =="true">> <<goto 'Bedroom'>> <<else>> <<goto 'Landlords Bedroom'>> <</if>> <</button>> <<button 'Blowjob' 'blowjobladyroom'>><</button>> <<button 'Tease Ass' 'fingerassladyroom'>><</button>> <<button 'Fuck Pussy' 'fuckpussyladyroom'>><</button>> <<button 'Fuck Ass' 'fuckassladyroom'>><</button>> </div></div> <<set $lust to Math.clamp($lust + 5, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<if $lust >=100>> <<goto 'abouttocumladyroom'>> <</if>> /* Day/Night Background Cycle */ <<if $ladysexyourroom =="true">> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</if>>
<<nobr>> <<showmeter 'Lust2' `$lust / $maxLust`>> <div class="vid-border"> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/blowjobinit.mp4" type="video/mp4"></video> </div> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <span class='expand'> <<button 'End Interaction' 'interactinroom'>> <<if $roomsexyourroom == "true">> <<goto 'Sleep'>> <<else>> <<goto 'interactinroom'>> <</if>><</button>> <<button 'Blowjob' 'blowjobroomroom2'>><</button>> <<button 'Tease Ass' 'fingerassroomroom'>><</button>> <<button 'Fuck Pussy' 'fuckpussyroomroom'>><</button>> <<button 'Fuck Ass' 'fuckassroomroom'>><</button>> </span></div></div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<set $lust to Math.clamp($lust + 5, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<if $lust >=100>> <<goto 'abouttocumroomroom'>> <</if>> /* Day/Night Background Cycle */ <<if $roomsexyourroom == "true">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</if>> <</nobr>>
<<nobr>> <<showmeter 'Lust2' `$lust / $maxLust`>> <div style="text-align: center;" class="vid-border"> <<switch random(1, 8)>> <<case 1>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/blowjobinit.mp4" type="video/mp4"></video> <<case 2>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/blowjob1.mp4" type="video/mp4"></video> <<case 3>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/blowjob2.mp4" type="video/mp4"></video> <<case 4>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/blowjob3.mp4" type="video/mp4"></video> <<case 5>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/blowjob4.mp4" type="video/mp4"></video> <<case 6>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/blowjob5.mp4" type="video/mp4"></video> <<case 7>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/blowjob6.mp4" type="video/mp4"></video> <<case 8>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/blowjob7.mp4" type="video/mp4"></video> <</switch>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <span class='expand'> <<button 'End Interaction' 'interactinroom'>> <<if $roomsexyourroom == "true">> <<goto 'Sleep'>> <<else>> <<goto 'interactinroom'>> <</if>><</button>> <<button 'Blowjob' 'blowjobroomroom2'>><</button>> <<button 'Tease Ass' 'fingerassroomroom'>><</button>> <<button 'Fuck Pussy' 'fuckpussyroomroom'>><</button>> <<button 'Fuck Ass' 'fuckassroomroom'>><</button>> </span></div></div> <<set $lust to Math.clamp($lust + 5, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<if $lust >=100>> <<goto 'abouttocumroomroom'>> <</if>> /* Day/Night Background Cycle */ <<if $roomsexyourroom == "true">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</if>> <</nobr>>
<<say '$name' 'images/portraits/MMainC.png'>>Whoa, looks like you've been doing a lot of squats lately!<</say>> <<narrator>>She glares at you after making the lewd comment.<</narrator>> <<sayroom>>I don't appreciate you looking at my body like that. <<if $room =="Sister" or $room =="Cousin">> You're my <<set $roomu to $roomu.toLowerCase($roomu)>> $roomu... <<set $roomu to $roomu.toUpperFirst($roomu)>> <<else>> I don't think of you that kind of way... <</if>> <</sayroom>> <<require>>Reach Love Level 1 for a positive outcome!<</require>> <div style="text-align: center;"> <<button 'End Interaction' 'Kitchen'>> <<editcycle 'time' change 1>> <<roomlovebad>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<<nobr>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<say '$name' 'images/portraits/MMainC.png'>>It's too bad your skirt isn't shorter. You still look sexy as fuck though.<</say>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Wow, can't you just have a normal conversation? That was creepy and rude.</p></div> <span class="message">She walked away angry.</span> <<require>>Reach Love Level 1 for a positive outcome!<</require>> <div style='text-align: center;'> <<button 'End Interaction' 'Bedroom'>> <<roomlovebad>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<say '$name' 'images/portraits/MMainC.png'>>Those yoga pants fit really nice on you.<</say>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Wow, can't you just have a normal conversation? That was creepy and rude.</p></div> <span class="message">She walked away angry.</span> <<require>>Reach Love Level 1 for a positive outcome!<</require>> <div style='text-align: center;'> <<button 'End Interaction' 'Living Room'>> <<roomlovebad>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message"><span class="roomtext">$roomn</span> sees you in her room so you say to her..</span> <<say '$name' 'images/portraits/MMainC.png'>>Oh, hey, $roomn, I just wanted to say hi!<</say>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Hi! <<if not Cycle.get('time').check('night')>> I was just going to get changed real quick. <<else>> I was sleeping, but we can do whatever you'd like. <</if>> </p></div> <span class="message">You see her start <<if not Cycle.get('time').check('night')>> stripping into her underwear, would you like to interupt her, <<else>> showing off her underwear, would you like to do something with her, <</if>> or go on about your day?</span> <div style="text-align: center;"> <<button 'Leave her room' 'Living Room'>><</button>> <span class="buttonevent"> <<button 'Interact with her' 'interactinroom'>><</button>> </span> </div> <<if $roomlust <100>> <<goto 'CaughtInRoom'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</nobr>>
<<nobr>> <<if not $player.has('roomsexcomplete')>> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>OH NO, SHE'S WALKING TO THE BATHROOM</i><</say>> <div class="centered-image"><img src='images/roommateroom/ucaughtmast2mast1.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>$name?! What're you doing in my bathroom naked! Oh my god! You were there the whole time?!</p></div> <<say '$name' 'images/portraits/MMainC.png'>>Wait! I can explain!<</say>> <div class="centered-image"><img src='images/roommateroom/ucaughtmast2mast2.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Shut up! Get the fuck out of here before I get even more angry, you pervert!</p></div> <div style="text-align: center;"> <span class="require">Have sex for the first time for a better outcome!</span> </div> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<editcycle 'time' change 1>> <<set $roomlove to Math.clamp($roomlove -1, 0, $maxRoomlove)>> <<roomlust>> <<pickup '$player' 'seenmcmast2room'>> <<set $roomscene4 to "true">> <</button>> </div> <<else>> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>Oop, she's walking over now.</i><</say>> <div class="centered-image"><img src='images/roommateroom/ucaughtmast2mast1.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Really, $name?! Again?! You don't have to spy on me anymore! We already fuck!</p></div> <div class="centered-image"><img src='images/roommateroom/mandynude.jpg' Width="350"></div> <span class="message">She flaunts her ass to you and quickly changes tone.</span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>I'm still horny so get the fuck in here, pervert... Let me suck that cock.</p></div> <div style="text-align: center;"><<button 'Blowjob' 'blowjobroomroom2'>><</button>></div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roombathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roombathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roombathroomnight">> <</if>> <</nobr>>
<<if $roomlust =100>> <<goto 'caughtinroomgood'>> <<if>> <<if $roomlust <100>> <<goto 'CaughtInRoom'>> <</if>>
<<nobr>> <span class="bigwhitetext">What are the names of your housemates?</span><br /> <span class="lordtext">$lord's name:</span><br /> <<textbox "$lordn" "John">><br /><br /> <span class="ladytext">$lady's name:</span><br /> <<textbox "$ladyn" "Cherie">><br /><br /> <span class="roomtext">$room's name<<if $room =="Sister">><<else>>(female)<</if>>:</span><br /> <<textbox "$roomn" "Mandy">><br /><br /> <span class="bigwhitetext">Nicknames between you and the housemates.</span> <br />(These are used during sexual and casual settings)<br /> <span class="bigtext"><span class="ladytext">$lady:</span></span><br /> Her Nickname:<br /><<textbox "$ladymcn" "Ma'am">><br /> Your Nickname:<br /><<textbox "$nameln" "Honey">><br /><br /> <span class="bigtext"><span class="roomtext">$room:</span></span><br /> Her Nickname:<br /><<textbox "$roommcn" "Chick">><br /> Your Nickname:<br /><<textbox "$namern" "Dude">><br /><br /> <<set $changingcharsettings to true>> <<button 'Submit' `previous()`>> <<set $changingcharsettings to false>> <</button>> <<removeclass "html">> <<set $skiptime to "off">> <</nobr>>
<span class="bigwhitetext">How do you address your housemates?</span><br /> <span class="lordtext">Landlord:</span><br /> He's your <<textbox "$lord" "Landlord">><br /><br /> <span class="ladytext">Landlady:</span><br /> She's your <<textbox "$lady" "Landlady">><br /><br /> <span class="roomtext">Roommate(female):</span> <br /> She's your <<textbox "$room" "Roommate">><br /><br /> <span class="bigwhitetext">How do they address you?</span><br /> <span class="lordtext">Landlord:</span><br /> You're his <<textbox "$lordu" "Tenant">><br /><br /> <span class="ladytext">Landlady:</span><br /> You're her <<textbox "$ladyu" "Tenant">><br /><br /> <span class="roomtext">Roommate(female):</span><br /> You're her <<textbox "$roomu" "Roommate">><br /><br /> <span class="bigwhitetext">Are the two older people your landlords or something else?</span><br /> <span class="whitetext">Landlords:</span><br /> They're your <<textbox "$land" "Landlords">><br /><br /> <<set $changingcharsettings to true>> <<button 'Submit' `previous()`>> <<set $changingcharsettings to false>> <<set $lordu to $lordu.toLowerCase()>> <<set $ladyu to $ladyu.toLowerCase()>> <<set $roomu to $roomu.toLowerCase()>> <<set $lordu to $lordu.toUpperFirst()>> <<set $ladyu to $ladyu.toUpperFirst()>> <<set $roomu to $roomu.toUpperFirst()>> <<set $lord to $lord.toLowerCase()>> <<set $lady to $lady.toLowerCase()>> <<set $room to $room.toLowerCase()>> <<set $lady to $lady.toUpperFirst()>> <<set $lord to $lord.toUpperFirst()>> <<set $room to $room.toUpperFirst()>> <<set $land to $land.toLowerCase()>> <<set $land to $land.toUpperFirst()>> <<if $lord =="Father">> <<set $lord to "Dad">> <</if>> <<if $lord =="Step-father">> <<set $lord to "Stepdad">> <</if>> <<if $lord =="Step-dad">> <<set $lord to "Stepdad">> <</if>> <<if $lord =="Daddy">> <<set $lord to "Dad">> <</if>> <<if $lady =="Mother">> <<set $lady to "Mom">> <</if>> <<if $lady =="Step-mother">> <<set $lady to "Stepmom">> <</if>> <<if $lady =="Step-mom">> <<set $lady to "Stepmom">> <</if>> <<if $lady =="Mommy">> <<set $lady to "Mom">> <</if>> <<if $room =="Sis">> <<set $room to "Sister">> <</if>> <<if $room =="Little sister">> <<set $room to "Sister">> <</if>> <<if $room =="Big sister">> <<set $room to "Sister">> <</if>> <<if $room =="Older sister">> <<set $room to "Sister">> <</if>> <<if $room =="Younger sister">> <<set $room to "Sister">> <</if>> <<if $room =="Lil sister">> <<set $room to "Sister">> <</if>> <<if $room =="Big cousin">> <<set $room to "Cousin">> <</if>> <<if $room =="Older cousin">> <<set $room to "Cousin">> <</if>> <<if $room =="Younger cousin">> <<set $room to "Cousin">> <</if>> <<if $room =="Lil cousin">> <<set $room to "Cousin">> <</if>> <<if $room =="Little cousin">> <<set $room to "Cousin">> <</if>> <</button>> <<removeclass "html">> <<set $skiptime to "off">>
<span class="bigwhitetext">How does your <span class="bigroomtext">$room</span> address your $land?</span><br /> <span class="lordtext">$lord:</span><br /> He's her <<textbox "$lordroom" "Landlord">><br /><br /> <span class="ladytext">$lady:</span><br /> She's her <<textbox "$ladyroom" "Landlady">><br /><br /> <span class="whitetext">$land:</span><br /> They're her <<textbox "$landroom" "Landlords">><br /><br /> <span class="bigwhitetext">How does your <span class="bigladytext">$lady</span> address your <span class="bigroomtext">$room</span>?</span><br /> <span class="ladytext">$lady:</span><br /> She's her <<textbox "$roomlady" "Tenant">><br /><br /> <span class="bigwhitetext">How does your <span class="biglordtext">$lord</span> address your <span class="bigroomtext">$room</span>?</span><br /> <span class="lordtext">$lord:</span><br /> She's his <<textbox "$roomlord" "Tenant">><br /><br /> <<set $changingcharsettings to true>> <<button 'Submit' `previous()`>> <<set $changingcharsettings to false>> <<set $lordr to $lordr.toLowerCase()>> <<set $ladyr to $ladyr.toLowerCase()>> <<set $lordr to $lordr.toUpperFirst()>> <<set $ladyr to $ladyr.toUpperFirst()>> <<set $roomlan to $roomlan.toLowerCase()>> <<set $roomlan to $roomlan.toUpperFirst()>> <<set $roomlo to $roomlo.toLowerCase()>> <<set $roomlo to $roomlo.toUpperFirst()>> <<set $roomlad to $roomlan.toLowerCase()>> <<set $roomlad to $roomlan.toUpperFirst()>> <<if $lordr =="Father">> <<set $lordr to "Dad">> <</if>> <<if $lordr =="Step-father">> <<set $lordr to "Stepdad">> <</if>> <<if $lordr =="Step-dad">> <<set $lordr to "Stepdad">> <</if>> <<if $lordr =="Daddy">> <<set $lordr to "Dad">> <</if>> <<if $ladyr =="Mother">> <<set $ladyr to "Mom">> <</if>> <<if $ladyr =="Step-mother">> <<set $ladyr to "Stepmom">> <</if>> <<if $ladyr =="Step-mom">> <<set $ladyr to "Stepmom">> <</if>> <<if $ladyr =="Mommy">> <<set $ladyr to "Mom">> <</if>> <<if $roomlan =="Family">> <<set $roomlan to "Parents">> <</if>> <</button>> <<removeclass "html">> <<set $skiptime to "off">>
<<if $hyg >24>> <<switch random(1, 2)>> <<case 1>> <<if $metjojo is false>> <<narrator>>You see a shy-looking girl in your class and decide to sit next to her.<</narrator>> <div style="text-align: center;"><img src='images/portraits/jojoport.jpg' height ="480"></div> <<narrator>>Shortly in to the lesson, you say to her,<</narrator>> <<saymc>>Hi! I'm $name.<</saymc>> <<sayjojo>>Hey.. I'm Jojo.<</sayjojo>> <<narrator>>She said it while not fully looking at you. You'd assume she's either shy or doesn't want to talk to you.<</narrator>> <<set $metjojo to true>> <<else>> <<narrator>>You chat with <span class="jojotext">Jojo</span> during the lesson. You retain some information, but were partly disctracted.<</narrator>> <div style="text-align: center;"><img src='images/portraits/jojoport.jpg' height ="480"></div> <</if>> <<case 2>> <<if $metalexis is false>> <<narrator>>You see a hot girl in your class and decide to sit next to her.<</narrator>> <div style="text-align: center;"><img src='images/portraits/alexisport.jpg' height ="480"></div> <<narrator>>Right when you sit down she says to you,<</narrator>> <<sayalexis>>What's up, dude! I'm Alexis.<</sayalexis>> <<saymc>>Hey, I'm $name.<</saymc>> <<sayalexis>>You look cool as fuck. Let's be friends.<</sayalexis>> <<narrator>>You both chat a bit during class. Halfway paying attention to the teacher.<</narrator>> <<set $metalexis to true>> <<else>> <<narrator>>You chat with <span class="alexistext">Alexis</span> during the lesson. You retain some information, but were partly disctracted.<</narrator>> <div style="text-align: center;"><img src='images/portraits/alexisport.jpg' height ="480"></div> <</if>> <</switch>> <</if>> <<if $hyg <25>> <span class="message">You attempt to talk to other classmates during the lesson, but none of them seem interested.</span> <<require>>You're dirty! Take a shower.<</require>> <</if>> <div style="text-align: center;"> <<button 'End Interaction'>> <<set $int to Math.clamp($int +1, 0, $maxInt)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<editcycle 'time' change 1>> <<notify>> +1 Intelligence!<</notify>> <<goto 'Hallway'>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "class">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "classdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<goto 'Hallway'>> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>>
<<nobr>> <span class='message'>You approach the bouncer standing near the side door.</span> <div style="text-align: center;"><img src='images/portraits/clubsecurity.jpg' height ="400"></div> <div class="saynpc"><img src="images/portraits/clubsecurityport.jpg"><p>Andy (Bouncer)</p><p>Line's over there, buddy..</p></div> <span class='message'>He points back to the line and made it quite obvious that he doesn't want to be bothered with you.</span> <<if Cycle.get('time').check('night')>> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>There's no way I'm getting in before the place closes. I'll have to bribe him if I want to go in there tonight.</i><</say>> <</if>> <div style="text-align: center;"> <<button 'End Interaction' 'Night Club Door'>><</button>> <<if $money >=100>> <<button 'Bribe For Entry ($100)' 'clubbribe'>> <<set $money to Math.clamp($money -100, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<notify>>You paid $100!<</notify>> <</button>> <<else>> <<disable true>> <<button 'Bribe For Entry ($100)' 'clubbribe'>><</button>> <</disable>> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "nightclubdoorevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "nightclubdoornight">> <</if>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <<if $hyg <=24>> <<goto 'nightclubstink'>> <</if>> <</nobr>>
<<nobr>> <span class='message'>Money in hand, you extend a generous enough "tip" to sway his mind on you.</span> <div style="text-align: center;"><img src='images/misc/bribe.gif' height ="400"></div> <div class="saynpc"><img src="images/portraits/clubsecurityport.jpg"><p>Andy (Bouncer)</p><p><i>*Ahem*</i>, I appreciate that, sir.</p></div> <span class='message'>He steps aside and lets you through the side door.</span> <div style="text-align: center;"> <<button 'Enter Night Club' 'Night Club'>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "nightclubdoorevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "nightclubdoornight">> <</if>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <span class='message'>You decide to wait in the long line.</span> <div class="centered-image"><img src='images/misc/clock.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>Fuck. It's going to be dark out by the time I get in...</i><</say>> <div style="text-align: center;"> <<button 'Enter Night Club' 'Night Club'>> <<editcycle 'time' change 1>> <<set $money to Math.clamp($money -25, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<notify>>You paid $25!<</notify>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "nightclubdoorevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "nightclubdoornight">> <</if>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <<if $hyg <=24>> <<goto 'nightclubwaitstink'>> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <img src='images/basement/roommate/images/cockout.gif'> <<say '$name' 'images/portraits/MMainC.png'>>I'm fucking bored. This is way better than whatever else is going on around here.<</say>> <span class="message">She glances at your meat rod as it hangs over her shoulder.</span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Okay, so instead you're going to stand over me with your cock out like that? <<if $room =="Sister" or $room =="Cousin">>I'm your<<set $room to $room.toLowerCase($room)>> $room, <<set $room to $room.toUpperFirst($room)>>not some random slut.<<else>>I'm trying to get my laundry done.<</if>></p></div> <<say '$name' 'images/portraits/MMainC.png'>>Heh, whatever. I might as well stroke it a bit while you're at it.<</say>> <img src='images/basement/roommate/images/startjerk.gif'> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>$name... keep dangling your dick in my face, and see what happens.</p></div> <div style="text-align: center;"> <<button 'Continue' 'pantiesdown'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "basement">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "basementdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "basementnight">> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message">You see $roomn here and decide to approach her with a big surprise.</span> <img src='images/basement/roommate/images/cockslap.gif'> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>What the fuck?!</p></div> <div style="text-align: center;"><<button 'Continue'>> <<if $roomlust >75 && not $player.has('roomsexcomplete')>> <<goto "reactnotsex">> <<else>> <<goto "react">> <</if>> <</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "basement">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "basementdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "basementnight">> <</if>> <<if not $player.has('firstroombase')>> <<pickup '$player' 'firstroombase')>> <</if>> <</nobr>>
<<nobr>> <span class='message'>Some lights shut out in the halls, and a voice calls out to you.</span> <div style="text-align: center;"><img src='images/college/schoolcop.jpg' height ="400"></div> <div class="saynpc"><img src="images/portraits/schoolcop.jpg"><p>Officer Garcia (Mall Cop)</p><p>Come on. We're locking the place up. Head out the doors, please.</p></div> <div style="text-align: center;"> <<if $car =="false">> <<button 'End Interaction' 'College'>><</button>> <<else>> <<button 'End Interaction' 'College'>><</button>> <</if>> </div> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<set $lust to Math.clamp($lust - 100, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<showmeter 'Lust2' `$lust / $maxLust`>> <div style="text-align: center;" class="vid-border"> <<switch random(1, 3)>> <<case 1>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/cum1.mp4" type="video/mp4"></video> <<case 2>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/cum2.mp4" type="video/mp4"></video> <<case 3>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/cum3.mp4" type="video/mp4"></video> <</switch>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div class="interactborder"> <div style="text-align: center;" class='initinteractbutton'> <<button 'You Came!'>> <<if $ladysexyourroom =="true">> <<goto 'Bedroom'>> <<else>> <<goto 'Landlords Bedroom'>> <</if>> <</button>> </div></div> /* Day/Night Background Cycle */ <<if $ladysexyourroom =="true">> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</if>>
<<nobr>> <span class='message'>You came in your pants!</span> <div class="centered-image"><img src='images/misc/cumpants.jpg'></div> <div style="text-align: center;"> <<button 'Go to your Bedroom' 'Bedroom'>><</button>> </div> <<set $lust to Math.clamp($lust - 100, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<removeclass "html">> <</nobr>>
<<nobr>> <<set $lust to Math.clamp($lust - 100, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<showmeter 'Lust2' `$lust / $maxLust`>><br /> <div style="text-align: center;" class="vid-border"> <<switch random(1, 4)>> <<case 1>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/cum1.mp4" type="video/mp4"></video> <<case 2>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/cum2.mp4" type="video/mp4"></video> <<case 3>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/cum3.mp4" type="video/mp4"></video> <<case 4>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/cum4.mp4" type="video/mp4"></video> <</switch>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div class="interactborder"> <div style="text-align: center;" class='initinteractbutton'> <<button 'You Came!' 'interactinroom'>> <<if $roomsexyourroom == "true">> <<goto 'Sleep'>> <<else>> <<goto 'interactinroom'>> <</if>> <</button>> </div></div> /* Day/Night Background Cycle */ <<if $roomsexyourroom == "true">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</if>> <</nobr>>
<<nobr>> <span class='message'>You came!</span> <div class="centered-image"><img src='images/misc/cum.gif'></div> <div style="text-align: center;"> <<button 'Clean up' 'Bedroom'>><<editcycle 'time' change 1>><</button>> </div> <<set $lust to Math.clamp($lust - 100, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<set $notjerkedoff to false>> <<run Dialog.close()>> <<removeclass "html">><<addclass "html" "blank">> <<set $skiptime to "off">> <</nobr>>
<<nobr>> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>It's mostly a bunch of boring girl stuff,<br />but, she mentions she has had a secret crush on you for a long time, and even admits to masturbating to pictures of you!</i><</say>> <div style="text-align: center;"> <<button 'End Interaction' 'Roommates Room'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</nobr>>
<div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/bathroom/dickmast.mp4" type="video/mp4"></video></div> <span class="message">Captivated by the sight of your cock, all she can do is keep pleasuring herself with increasing intensity.</span> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/bathroom/mastclose1.mp4" type="video/mp4"></video></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>Yes, yes, yes, yes, yes, keep licking my fucking cunt, you pervert.</i></p></div> <div style="text-align: center;"> <<button 'Continue' 'mastclose2'>><</button>> </div> <<timed .1s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>>
<<showmeter 'Lust2' `$lust / $maxLust`>> <div style="text-align: center;" class="vid-border"> <<switch random(1, 2)>> <<case 1>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/teaseass1.mp4" type="video/mp4"></video> <<case 2>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/teaseass2.mp4" type="video/mp4"></video> <</switch>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <span class='expand'> <<button 'End Interaction'>> <<if $ladysexyourroom =="true">> <<goto 'Bedroom'>> <<else>> <<goto 'Landlords Bedroom'>> <</if>> <</button>> <<button 'Blowjob' 'blowjobladyroom'>><</button>> <<button 'Tease Ass' 'fingerassladyroom'>><</button>> <<button 'Fuck Pussy' 'fuckpussyladyroom'>><</button>> <<button 'Fuck Ass' 'fuckassladyroom'>><</button>> </span></div></div> <<set $lust to Math.clamp($lust + 5, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<if $lust >=100>> <<goto 'abouttocumladyroom'>> <</if>> /* Day/Night Background Cycle */ <<if $ladysexyourroom =="true">> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</if>>
<<nobr>> <<showmeter 'Lust2' `$lust / $maxLust`>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/analfinger1.mp4" type="video/mp4"></video></div> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'End Interaction' 'interactinroom'>> <<if $roomsexyourroom == "true">> <<goto 'Sleep'>> <<else>> <<goto 'interactinroom'>> <</if>><</button>> <<button 'Blowjob' 'blowjobroomroom'>><</button>> <<button 'Tease Ass' 'fingerassroomroom2'>><</button>> <<button 'Fuck Pussy' 'fuckpussyroomroom'>><</button>> <<button 'Fuck Ass' 'fuckassroomroom'>><</button>> </div> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<set $lust to Math.clamp($lust + 5, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<if $lust >=100>> <<goto 'abouttocumroomroom'>> <</if>> /* Day/Night Background Cycle */ <<if $roomsexyourroom == "true">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</if>> <</nobr>>
<<nobr>> <<showmeter 'Lust2' `$lust / $maxLust`>> <div style="text-align: center;" class="vid-border"> <<switch random(1, 2)>> <<case 1>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/analfinger2.mp4" type="video/mp4"></video> <<case 2>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/analfinger1.mp4" type="video/mp4"></video> <</switch>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'End Interaction' 'interactinroom'>> <<if $roomsexyourroom == "true">> <<goto 'Sleep'>> <<else>> <<goto 'interactinroom'>> <</if>><</button>> <<button 'Blowjob' 'blowjobroomroom'>><</button>> <<button 'Tease Ass' 'fingerassroomroom2'>><</button>> <<button 'Fuck Pussy' 'fuckpussyroomroom'>><</button>> <<button 'Fuck Ass' 'fuckassroomroom'>><</button>> </div></div> <<set $lust to Math.clamp($lust + 5, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<if $lust >=100>> <<goto 'abouttocumroomroom'>> <</if>> /* Day/Night Background Cycle */ <<if $roomsexyourroom == "true">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style ="text-align: center;"> <div class='message'>Upon entering the room, you notice <span class="ladytext">$ladyn's</span> clothes on the floor.</div> <<if $perv >= 25>> <<button 'Exit Bathroom' 'Landlords Bedroom'>><</button>> <span class="texteventperv"> <<linkreplace '[Perversion] Peek'>> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0.2'><source src="videos/landlordbathroom/ladyfirstspyshower.mp4" type="video/mp4"> </video> </div> <<if $perv >= 50>> <br /> <span class="texteventperv"> <<link '[Perversion] Get a Better Look'>> <<goto 'ladysecondspyshower'>> <</link>></span> <<else>> <<mouseover>> <<disable true>> <span class="buttoneventperv"> <<button '[Perversion] Get a Better Look'>><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>> <br /> <span class="require">You need 50 Perversion to do this.</span> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> <<if not $player.has('seenladyshower')>> <<set $perv to Math.clamp($perv + 1, 0, $maxPerv)>> <<notify>>+1 Perversion!<</notify>> <<pickup '$player' 'seenladyshower'>> <</if>> <<timed .1s>> <<run $('#vid').attr('controls',true)>> <</timed>> <</linkreplace>> </span> <<if not $player.has('firstladyshower')>> <<pickup '$player' 'firstladyshower')>> <</if>> <<else>> <<button 'Exit Bathroom' 'Landlords Bedroom'>><</button>> <<mouseover>> <<disable true>> <span class="buttoneventperv"><<button '[Perversion] Peek'>><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need 25 Perversion to do this.</span> <br /><br /> <<if $perv <1>> <span class="hint">(Hint: Increase your Perversion by watching porn on your computer)</span> <</if>> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordbathroomnight">> <</if>> <</nobr>>
<<showmeter 'Lust2' `$lust / $maxLust`>> <div style="text-align: center;" class="vid-border"> <<switch random(1, 4)>> <<case 1>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/anal1.mp4" type="video/mp4"></video> <<case 2>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/anal2.mp4" type="video/mp4"></video> <<case 3>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/anal3.mp4" type="video/mp4"></video> <<case 4>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/anal4.mp4" type="video/mp4"></video> <</switch>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <span class='expand'> <<button 'End Interaction'>> <<if $ladysexyourroom =="true">> <<goto 'Bedroom'>> <<else>> <<goto 'Landlords Bedroom'>> <</if>> <</button>> <<button 'Blowjob' 'blowjobladyroom'>><</button>> <<button 'Tease Ass' 'fingerassladyroom'>><</button>> <<button 'Fuck Pussy' 'fuckpussyladyroom'>><</button>> <<button 'Fuck Ass' 'fuckassladyroom'>><</button>> </span></div></div> <<set $lust to Math.clamp($lust + 10, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<if $lust >=100>> <<goto 'abouttocumladyroom'>> <</if>> /* Day/Night Background Cycle */ <<if $ladysexyourroom =="true">> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</if>>
<<nobr>> <<showmeter 'Lust2' `$lust / $maxLust`>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/anal5.mp4" type="video/mp4"></video></div> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'End Interaction' 'interactinroom'>> <<if $roomsexyourroom == "true">> <<goto 'Sleep'>> <<else>> <<goto 'interactinroom'>> <</if>><</button>> <<button 'Blowjob' 'blowjobroomroom'>><</button>> <<button 'Tease Ass' 'fingerassroomroom2'>><</button>> <<button 'Fuck Pussy' 'fuckpussyroomroom'>><</button>> <<button 'Fuck Ass' 'fuckassroomroom2'>><</button>> </div> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<set $lust to Math.clamp($lust + 10, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<if $lust >=100>> <<goto 'abouttocumroomroom'>> <</if>> /* Day/Night Background Cycle */ <<if $roomsexyourroom == "true">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</if>> <</nobr>>
<<nobr>> <<showmeter 'Lust2' `$lust / $maxLust`>> <div style="text-align: center;" class="vid-border"> <<switch random(1, 6)>> <<case 1>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/anal1.mp4" type="video/mp4"></video> <<case 2>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/anal3.mp4" type="video/mp4"></video> <<case 3>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/anal4.mp4" type="video/mp4"></video> <<case 4>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/anal5.mp4" type="video/mp4"></video> <<case 5>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/anal6.mp4" type="video/mp4"></video> <<case 6>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/anal7.mp4" type="video/mp4"></video> <</switch>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'End Interaction' 'interactinroom'>> <<if $roomsexyourroom == "true">> <<goto 'Sleep'>> <<else>> <<goto 'interactinroom'>> <</if>><</button>> <<button 'Blowjob' 'blowjobroomroom'>><</button>> <<button 'Tease Ass' 'fingerassroomroom'>><</button>> <<button 'Fuck Pussy' 'fuckpussyroomroom'>><</button>> <<button 'Fuck Ass' 'fuckassroomroom2'>><</button>> </div> </div> <<set $lust to Math.clamp($lust + 10, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<if $lust >=100>> <<goto 'abouttocumroomroom'>> <</if>> /* Day/Night Background Cycle */ <<if $roomsexyourroom == "true">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</if>> <</nobr>>
<<showmeter 'Lust2' `$lust / $maxLust`>> <div style="text-align: center;" class="vid-border"> <<switch random(1, 6)>> <<case 1>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/vag1.mp4" type="video/mp4"></video> <<case 2>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/vag2.mp4" type="video/mp4"></video> <<case 3>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/vag3.mp4" type="video/mp4"></video> <<case 4>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/vag4.mp4" type="video/mp4"></video> <<case 5>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/vag5.mp4" type="video/mp4"></video> <<case 6>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/vag6.mp4" type="video/mp4"></video> <</switch>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <span class='expand'> <<button 'End Interaction'>> <<if $ladysexyourroom =="true">> <<goto 'Bedroom'>> <<else>> <<goto 'Landlords Bedroom'>> <</if>> <</button>> <<button 'Blowjob' 'blowjobladyroom'>><</button>> <<button 'Tease Ass' 'fingerassladyroom'>><</button>> <<button 'Fuck Pussy' 'fuckpussyladyroom'>><</button>> <<button 'Fuck Ass' 'fuckassladyroom'>><</button>> </span></div></div> <<set $lust to Math.clamp($lust + 10, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<if $lust >=100>> <<goto 'abouttocumladyroom'>> <</if>> /* Day/Night Background Cycle */ <<if $ladysexyourroom =="true">> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</if>>
<<nobr>> <<showmeter 'Lust2' `$lust / $maxLust`>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/vaginit.mp4" type="video/mp4"></video></div> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'End Interaction' 'interactinroom'>> <<if $roomsexyourroom == "true">> <<goto 'Sleep'>> <<else>> <<goto 'interactinroom'>> <</if>><</button>> <<button 'Blowjob' 'blowjobroomroom'>><</button>> <<button 'Tease Ass' 'fingerassroomroom'>><</button>> <<button 'Fuck Pussy' 'fuckpussyroomroom2'>><</button>> <<button 'Fuck Ass' 'fuckassroomroom'>><</button>> </div> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<set $lust to Math.clamp($lust + 10, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<if $lust >=100>> <<goto 'abouttocumroomroom'>> <</if>> /* Day/Night Background Cycle */ <<if $roomsexyourroom == "true">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</if>> <</nobr>>
<<nobr>> <<showmeter 'Lust2' `$lust / $maxLust`>> <div style="text-align: center;" class="vid-border"> <<switch random(1, 6)>> <<case 1>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/vag1.mp4" type="video/mp4"></video> <<case 2>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/vag2.mp4" type="video/mp4"></video> <<case 3>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/vag3.mp4" type="video/mp4"></video> <<case 4>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/vaginit.mp4" type="video/mp4"></video> <<case 5>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/vag4.mp4" type="video/mp4"></video> <<case 6>> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/vag5.mp4" type="video/mp4"></video> <</switch>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'End Interaction' 'interactinroom'>> <<if $roomsexyourroom == "true">> <<goto 'Sleep'>> <<else>> <<goto 'interactinroom'>> <</if>><</button>> <<button 'Blowjob' 'blowjobroomroom'>><</button>> <<button 'Tease Ass' 'fingerassroomroom'>><</button>> <<button 'Fuck Pussy' 'fuckpussyroomroom2'>><</button>> <<button 'Fuck Ass' 'fuckassroomroom'>><</button>> </div> </div> <<set $lust to Math.clamp($lust + 10, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<if $lust >=100>> <<goto 'abouttocumroomroom'>> <</if>> /* Day/Night Background Cycle */ <<if $roomsexyourroom == "true">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;"> <<button 'Exit Shower' 'Gym Boys Locker Room'>> <<set $hyg to Math.clamp($hyg + 100, 0, $maxHyg)>> <<notify>>You're clean!<</notify>> <<editcycle 'time' change 1>> <</button>> <<if not $player.has('firstshowerclean')>> <<popover>> <<dialog 'Shower'>> <div style="text-align: center;"> <div class="bigwhitetext">Taking a shower improves your hygiene!</div> <span class="redtext">(If you don't take showers, people will react negatively to your pressence.)</span> </div> <</dialog>> <</popover>> <<pickup '$player' 'firstshowerclean'>> <</if>> <div class="centered-image"><img src='images/misc/showererect.gif' width="300"></div><br /> <<removeclass "html">><<addclass "html" "shower">> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message">While in <span class="roomtext">$roomn's</span> bathroom, you hear movement in the bedroom.</span> <div class="centered-image"><img src='images/roommateroom/changing1.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>Oh shit! She'll kill me if she knows I was snooping through her room!</i><</say>> <div style="text-align: center;"> <<if not $player.has('firstroommcmast')>> <<pickup '$player' 'firstroommcmast')>> <</if>> <<if $player.has('firstmcmast2room')>> <<button 'Skip Scene (No Reward)' 'Living Room'>><</button>> <</if>> <<button 'Hide' 'justhide'>> <</button>> <<if $perv <50>> <<mouseover>> <<disable true>> <span class="buttoneventperv"> <<button '[Perversion] Hide & Spy' >><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need 50 Perversion to do this.</span> <<if $perv <1>> <br /> <span class="hint">(Hint: Increase your Perversion by watching porn on your computer)</span> <</if>> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <<else>> <span class="buttoneventperv"> <<button '[Perversion] Hide & Spy' 'startwatchingroomroom'>> <<set $perv to Math.clamp($perv + 1, 0, $maxPerv)>> <<notify>>+1 Perversion!<</notify>> <</button>> </span> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roombathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roombathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roombathroomnight">> <</if>> <</nobr>>
<div style="text-align: center;"><<button 'Exit Alleyway' 'Red Light District'>><</button>></div> <<narrator>>You approach the hooded man.<</narrator>> <div class="centered-image"><img src='images/redlight/alleyway/dealer.jpg' width='650'></div> <div class="saynpc"><img src="images/portraits/dealerport.jpg"><p>Hooded Man (Stranger)</p><p><i>*whispers*</i> Hey.. I got stuff for sale if you want it.</p></div> <div style="text-align: center;"> <div class="shopwindowborder"> <span class="buttonactionpurchaseshop"> <<if not $inventory.has('Knife')>> <<if $money >=50>> <<button 'Knife ($50)' 'hoodedmanshop'>> <<pickup '$inventory' 'Knife'>> <<notify>>You bought a knife!<</notify>> <<set $money to Math.clamp($money -50, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<goto 'hoodedmanshop'>> <</button>> <<else>> <<disable true>> <span class="buttonactiondisabledshop"> <<button 'Knife ($50)'>><</button>> </span> <</disable>> <</if>> <</if>> <<if $money >=75>> <<button 'Weed ($75)' 'hoodedmanshop'>> <<pickup '$inventory' 'Weed'>> <<notify>>You bought weed!<</notify>> <<set $money to Math.clamp($money -75, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <<goto 'hoodedmanshop'>> <</button>> <<else>> <<disable true>> <span class="buttonactiondisabledshop"> <<button 'Weed ($75)' 'hoodedmanshop'>><</button>> </span> <</disable>> <</if>> <<if $money >=125>> <<button 'Cocaine ($125)' 'hoodedmanshop'>> <<pickup '$inventory' 'Cocaine'>> <<notify>>You bought cocaine!<</notify>> <<set $money to Math.clamp($money -125, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <</button>> <<else>> <<disable true>> <span class="buttonactiondisabledshop"> <<button 'Cocaine ($125)' 'hoodedmanshop'>><</button>> </span> <</disable>> <</if>> <<if not $inventory.has('Hacking Tool')>> <<if $money >=500>> <<button 'Hacking Tool ($500)' 'hoodedmanshop'>> <<pickup '$inventory' 'Hacking Tool'>> <<notify>>You bought a hacking tool!<</notify>> <<set $money to Math.clamp($money -500, 0, $maxMoney)>> <<replace '#story-caption'>><<include 'StoryCaption'>><</replace>> <</button>> <<else>> <<disable true>> <span class="buttonactiondisabledshop"> <<button 'Hacking Tool ($500)' 'hoodedmanshop'>><</button>> </span> <</disable>> <</if>> <</if>> </span> </div> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "alleyway">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "alleywaydawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "alleywaynight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>>
<<nobr>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop muted><source src="videos/bathroom/scan.mp4" type="video/mp4"></video> </div> <span class="message">It seemed like after what felt like hours of having your cock worshipped was finally coming to an end.</span><br /> <div style="text-align: center;" class='textevent'> <<linkreplace 'Cum on her Face'>> <<timed 0.1s>> <<run document.querySelector(".passage").scrollIntoView({behavior:"smooth",block:"end"})>> <</timed>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Yes! Cum all over my slutty fucking face!</p></div> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop muted><source src="videos/bathroom/cum.mp4" type="video/mp4"></video> </div> <<button 'End Interaction' 'Bedroom'>> <<editcycle 'time' change 1>> <<roomlust>> <<pickup '$player' 'seenroomtowel'>> <<set $roomscene8 to "true">> <</button>> <</linkreplace>> <<timed .1s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message">The distinct sounds of moaning attracts your attention as you wander through the hallway.</span> <div class="centered-image"><img src='images/livingroom/roommate/firstpeek.gif'></div> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>><</button>> <<if $perv >=25>> <span class="buttoneventperv"> <<button '[Perversion] Spy' 'roommasteventliving'>> <<set $perv to Math.clamp($perv + 1, 0, $maxPerv)>> <<notify>>+1 Perversion!<</notify>> <</button>> </span> <<else>> <<mouseover>> <<disable true>> <span class="buttoneventperv"> <<button '[Perversion] Spy' >><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need 25 Perversion to do this.</span> <<if $perv <1>> <br /> <span class="hint">(Hint: Increase your Perversion by watching porn on your computer)</span> <</if>> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> </div> <<if not $player.has('firstroomlivingmast')>> <<pickup '$player' 'firstroomlivingmast')>> <</if>> <<pickup '$player' 'seenroommastlive'>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<span class="message">Now that <span class="roomtext">$roomn</span> has your full attention, she seems mostly interested in ripping off what little she has on left.</span> <div class="centered-image"><img src='images/roommateroom/tease7.gif'></div> <div id="interactborder" class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'End' 'interactinroom'>><</button>> <<button 'Talk' 'roomroomtalk'>><</button>> <<button 'Flirt' 'roomroomflirt'>><</button>> <<if $roomgift is false>> <<button 'Gift'>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<addclass "#interactborder" "hidden">> <<removeclass "#giftborder" "hidden">> <</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Gift'>><</button>> </span> <</disable>> <</if>> <<if $player.has('roomsexcomplete')>> <<button 'Sex' 'roomroomsexy'>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<set $roomsexyourroom to "false">> <</button>> <</if>> </div> </div> <<giftroom>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <<set $location to "$room's Bedroom">>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <div style="text-align: center;"> <<button 'Exit $roomn's Room' 'Living Room'>><</button>> <span class="buttonevent"> <<if not $player.has('roomsexcomplete')>> <<if $roomscene1 == "true">> <<if $roomscene2 == "true">> <<if $roomscene3 == "true">> <<if $roomscene4 == "true">> <<if $roomscene5 == "true">> <<if $roomscene6 == "true">> <<if $roomscene7 == "true">> <<if $roomscene8 == "true">> <<button '(MAIN EVENT) $roomn wants you' 'roomfirstsex'>><</button>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> </span> </div> <<if $roomlust <100>> <span class="message"> <span class="roomtext">$roomn</span> has a look in her eyes like she wants to do more than friendly talking. </span> <div class="centered-image"> <img src='images/portraits/roommateroominteract.jpg'> </div> <<else>> <span class="message"><span class="roomtext">$roomn</span> is flashing you the second you lay eyes on her.</span> <div class="centered-image"> <img src='images/portraits/roommateroominteract2.jpg'> </div> <</if>> <div style="text-align: center;" class='initinteractbutton'> <<button 'Interact' 'interactchoiceroom'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</nobr>>
<<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message">While stuck in a daze, suddenly, you're both in the pool and she's twerking her pussy for you.</span> <div class="centered-image"><img src='images/pool/roommate/watertwerk.gif'></div> <span class="message">Then next thing you know, with piercing eye contact between you both, she begins to fully remove her bikini.</span> <div class="centered-image"> <img src='images/pool/roommate/fullnude.gif'> </div> <div style="text-align: center;"> <<if $roomlustlevel is 4>> <<button 'Continue' 'startmastpool'>> <</button>> <<else>> <<button 'Continue' 'walkinside'>><</button>> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <<set $skiptime to "off">> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<if not $player.has('firstroompool')>> <<pickup '$player' 'firstroompool'>> <</if>>
<<narrator>>You give a box of chocolates to <span class="jojotext">Jojo</span>.<</narrator>> <<sayjojo>>Thanks!<</sayjojo>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<set $jojolove to Math.clamp($jojolove +1, 0, $maxJojolove)>> <<notify>> +1 Jojo Love! [Current: $jojolove]<</notify>> <<drop '$inventory' 'Box of Chocolates'>> <<set $jojogiftreward to true>> <<jojolove>> <<set $jojogiftreward to false>> <<set $jojogift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "hallway">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "hallwaydawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "hallwaynight">> <</if>>
<<narrator>>You give a dildo to <span class="jojotext">Jojo</span>.<</narrator>> <<sayjojo>>Thanks!<</sayjojo>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Dildo'>> <<set $jojolust to Math.clamp($jojolust +3, 0, $maxJojolust)>> <<notify>> +3 Jojo Lust! [Current: $jojolust]<</notify>>> <<set $jojogiftreward to true>> <<jojolust>> <<set $jojogiftreward to false>> <<set $jojogift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<dildogift>> <<if $alexislustlevel is 0 or $alexislustlevel is 1 or $alexislustlevel is 2>> <<goto 'jojogiftbad'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "hallway">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "hallwaydawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "hallwaynight">> <</if>>
<<narrator>>You give flowers to <span class="jojotext">Jojo</span>.<</narrator>> <<sayjojo>>Thanks!<</sayjojo>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Flowers'>> <<set $jojolove to Math.clamp($jojolove +2, 0, $maxJojolove)>> <<notify>> +2 Jojo Love! [Current: $jojolove]<</notify>> <<set $jojogiftreward to true>> <<jojolove>> <<set $jojogiftreward to false>> <<set $jojogift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "hallway">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "hallwaydawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "hallwaynight">> <</if>>
<<narrator>>A look of dissapproval strikes her face.<</narrator>> <<sayjojo>>Why would you give me this?<</sayjojo>> <<narrator>>She throws it back at you..<</narrator>> <<requiregiftlevel>> <div style="text-align: center;"> <<button 'End Interaction' 'jojoschoolinteract'>> <<jojolovebad>> <<set $jojogift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "hallway">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "hallwaydawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "hallwaynight">> <</if>> <<set $skiptime to "off">>
<<narrator>>You give lingerie to <span class="jojotext">Jojo</span>.<</narrator>> <<sayjojo>>Thanks!<</sayjojo>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Lingerie'>> <<set $jojolust to Math.clamp($jojolust +2, 0, $maxJojolust)>> <<notify>> +2 Jojo Lust! [Current: $jojolust]<</notify>>> <<set $jojogiftreward to true>> <<jojolust>> <<set $jojogiftreward to false>> <<set $jojogift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<lingeriegift>> <<if $alexislustlevel is 0 or $alexislustlevel is 1>> <<goto 'jojogiftbad'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "hallway">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "hallwaydawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "hallwaynight">> <</if>>
<<narrator>>You give a bottle of poppers to <span class="jojotext">Jojo</span>.<</narrator>> <<sayjojo>>Thanks!<</sayjojo>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<set $jojolust to Math.clamp($jojolust +1, 0, $maxJojolust)>> <<notify>> +1 Jojo Lust! [Current: $jojolust]<</notify>>> <<drop '$inventory' 'Poppers'>> <<set $jojogiftreward to true>> <<jojolust>> <<set $jojogiftreward to false>> <<set $jojogift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<poppersgift>> <<if $alexislovelevel is 0>> <<goto 'jojogiftbad'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "hallway">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "hallwaydawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "hallwaynight">> <</if>>
<<if $hyg <=24>> <<goto 'jojostink'>> <</if>> <<if $jojolustlevel is 0>> <<say '$name' 'images/portraits/MMainC.png'>>Whoa! Jojo!<</say>> <div class="sayjojo"><img src="images/portraits/jojoport.jpg"><p>Jojo (Classmate)</p><p><i>*gasp*</i> What's wrong, $name?</p></div> <<say '$name' 'images/portraits/MMainC.png'>>You seriously stunned me with how beautiful you are.<</say>> <span class="message">She giggles and turns red. You both chat shortly then move on.</span> <div class="centered-image"><img src='images/misc/heart.gif' width="200"></div> <</if>> <<if $jojolustlevel is 1>> <span class="message">You walk up close to her, essentially, standing over her.</span> <<say '$name' 'images/portraits/MMainC.png'>>Fuck, you're so beautiful.<</say>> <div class="centered-image"><img src='images/college/jojo/jojoschool3.jpg' width="400"></div> <div class="sayjojo"><img src="images/portraits/jojoport.jpg"><p>Jojo (Classmate)</p><p>Thanks, $name..</p></div> <span class="message">She breathes heavy and turns red. She tugs at her shirt; showering her cleavage.</span> <</if>> <<if $jojolustlevel is 2>> <<say '$name' 'images/portraits/MMainC.png'>>Jojo, I've noticed you never wear a bra.<</say>> <span class="message">She's caught a little off guard by how forward that was.</span> <div class="sayjojo"><img src="images/portraits/jojoport.jpg"><p>Jojo (Classmate)</p><p>I don't like how they feel. Plus, it means I can do this.</p></div> <div class="centered-image"><img src='images/college/jojo/jojoschool4.jpg' width="400"></div> <span class="message">For a shy girl, she seems to have a secret wild side.</span> <</if>> <<if $jojolustlevel is 3 or $jojolustlevel is 4 or $jojolustlevel is 5>> <<say '$name' 'images/portraits/MMainC.png'>>Jojo, I've noticed you never wear a bra.<</say>> <span class="message">She's caught a little off guard by how forward that was.</span> <div class="sayjojo"><img src="images/portraits/jojoport.jpg"><p>Jojo (Classmate)</p><p>I don't like how they feel. Plus, it means I can do this.</p></div> <div class="centered-image"><img src='images/college/jojo/jojoschool4.jpg' width="400"></div> <span class="message">For a shy girl, she seems to have a secret wild side.</span> <<say '$name' 'images/portraits/MMainC.png'>>Now, I dare you to flash me your pussy.<</say>> <div class="sayjojo"><img src="images/portraits/jojoport.jpg"><p>Jojo (Classmate)</p><p><i>*gasp*</i> Right here in the hallway? Showing my tits is one thing.</p></div> <<say '$name' 'images/portraits/MMainC.png'>>Just do it, it'd be so fucking hot.<</say>> <span class="message">She gets on her knees then pulls down her panties.</span> <div class="centered-image"><img src='images/college/jojo/jojoschool5.jpg' width="400"></div> <span class="message">You can tell it turned her on.</span> <<require>>END OF CONTENT FOR NOW!<</require>> <</if>> <div style='text-align: center;'> <<button 'End Interaction' 'Hallway'>> <<jojolust>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "hallway">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "hallwaydawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "hallwaynight">> <</if>> <<if $jojolovelevel is 0>> <<goto 'jojoschoolflirtbad'>> <</if>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>>
<<if $hyg <=24>> <<goto 'jojostink'>> <</if>> <<say '$name' 'images/portraits/MMainC.png'>>Whoa! Jojo!<</say>> <div class="sayjojo"><img src="images/portraits/jojoport.jpg"><p>Jojo (Classmate)</p><p><i>*gasp*</i> What's wrong, $name?</p></div> <<say '$name' 'images/portraits/MMainC.png'>>You seriously stunned me with how beautiful you are.<</say>> <span class="message">She turns red and seems embarressed. You awkwardly walk away.</span> <<require>>Reach Love Level 1 for a positive outcome!<</require>> <div style='text-align: center;'> <<button 'End Interaction' 'Hallway'>> <<set $jojolove to Math.clamp($jojolove -1, 0, $maxJojolove)>> <<notify>> -1 Jojo Love! [Current: $jojolove]<</notify>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "hallway">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "hallwaydawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "hallwaynight">> <</if>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>>
<<nobr>> <span class="message"><span class="jojotext">Jojo</span> is sitting in the hall during lunch break.</span> <<if $jojolustlevel is 0>> <div class="centered-image"><img src='images/college/jojo/jojoschool.jpg' width ="320" height ="480"></div> <<else>> <div class="centered-image"><img src='images/college/jojo/jojoschool2.jpg' width ="320" height ="480"></div> <</if>> <div id="interactborder" class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Exit' 'Hallway'>><</button>> <<button 'Talk' 'jojoschooltalk'>><</button>> <<button 'Flirt' 'jojoschoolflirt'>> <</button>> <<if $jojogift is false>> <<button 'Gift'>> <<if $hyg <=24>> <<goto 'jojostink'>> <</if>> <<addclass "#interactborder" "hidden">> <<removeclass "#giftborder" "hidden">> <</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Gift'>><</button>> </span> <</disable>> <</if>> </div> </div> <<giftjojo>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "hallway">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "hallwaydawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "hallwaynight">> <</if>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>> <</nobr>>
<<if $hyg <=24>> <<goto 'jojostink'>> <</if>> <<say '$name' 'images/portraits/MMainC.png'>>Hey, Jojo! Why aren't you in the cafeteria?<</say>> <div class="sayjojo"><img src="images/portraits/jojoport.jpg"><p>Jojo (Classmate)</p><p>Hi, $name. I've been doing a new diet, so I haven't been eating all that much during lunch.</p></div> <<say '$name' 'images/portraits/MMainC.png'>>Oh, that makes sense. I think you look great, but it's smart to take care of youself.<</say>> <span class="message">She blushes. You chat for a few more moments then carry on.</span> <div class="centered-image"><img src='images/misc/heart.gif' width="200"></div> <<if $jojolovelevel is 1>> <div style='text-align: center;'><span class="require">MAX LOVE LEVEL REACHED</span></div> <</if>> <div style='text-align: center;'> <<button 'End Interaction' 'Hallway'>> <<jojolove>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "hallway">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "hallwaydawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "hallwaynight">> <</if>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>>
<span class="message"><span class="jojotext">Jojo</span> coughs then does a slight gag.</span> <div class="centered-image"><img src='images/misc/stink.gif' width="400"></div> <<sayjojo>>$name.. You smell bad..<</sayjojo>> <<narrator>>You immediatly feel self-conscious and head for the bathroom.<</narrator>> <<require>>Make sure to take showers to prevent disgusting other people.<</require>> <div style='text-align: center;'> <<button 'End Interaction' 'Bathroom'>> <<jojolustbad>> <</button>> </div> <<set $skiptime to "off">>
<<narrator>>You give a bottle of wine to <span class="jojotext">Jojo</span>.<</narrator>> <<sayjojo>>Thanks!<</sayjojo>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Bottle of Wine'>> <<set $jojolove to Math.clamp($jojolove +3, 0, $maxJojolove)>> <<notify>> +3 Jojo Love! [Current: $jojolove]<</notify>> <<set $jojogiftreward to true>> <<jojolove>> <<set $jojogiftreward to false>> <<set $jojogift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "hallway">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "hallwaydawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "hallwaynight">> <</if>>
<<nobr>> <span class="message">You quickly get out of direct view and hide behind the door until you hear $roomn leave.</span> <div class="centered-image"><img src='images/misc/clock.gif'></div> <div style="text-align: center;"> <<button 'Stop Hiding' 'Living Room'>><<editcycle 'time' change 1>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roombathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roombathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roombathroomnight">> <</if>> <</nobr>>
<<nobr>> <div class="centered-image"><img src='images/roommateroom/donemast.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>She just came thinking about me! I'm so close to cumming!</i><</say>> <div style="text-align: center;"> <<button 'Continue' 'caughtmast'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roombathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roombathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roombathroomnight">> <</if>> <</nobr>>
<<nobr>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop muted><source src="videos/roommateroom/roomcaughtmast2.mp4" type="video/mp4"></video></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>(Moans) Imagine if $name walked in right now and saw me, it makes me want to cum all over my bed!</i></p></div> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop muted><source src="videos/roommateroom/roomcaughtmast3.mp4" type="video/mp4"></video></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>OH FUCK! Thinking about <b>$name</b> is making me <i>CUUM!</i> OH MY GOD!</p></div> <div style="text-align: center;"> <<button 'Continue' 'keepjerk'>><</button>> </div> <<timed .1s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roombathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roombathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roombathroomnight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message">You knock on the door.</span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Who is it?!</p></div> <span class="message">She yelled out while sounding a bit out of breathe.</span> <<say '$name' 'images/portraits/MMainC.png'>>It's $name! I just wanted to see what you were up to!<</say>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>I'm really busy right now! I'll talk to you later!</p></div> <div style="text-align: center;"><span class="require">Reach Lust Level 5 to gain access.</span></div> <div style='text-align: center'> <<button 'Leave'>><<goto 'Living Room'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommatedoor">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommatedoordawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommatedoornight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message">You hear a familiar voice from the other side of the door.</span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Who is it?!</p></div> <<say '$name' 'images/portraits/MMainC.png'>>It's $name! Can I come in?<</say>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Yeah, of course! The door isn't locked, come in!</p></div> <div style="text-align: center;"> <<button 'Go inside her Room' 'interactinroom'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommatedoor">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommatedoordawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommatedoornight">> <</if>> <</nobr>>
<<set $skiptime to "off">> <<if $ladylust <50>> <span class="message">You greet <span class="ladytext">$ladyn</span>, and she greets you back with a sense of curiosity.</span> <div class="centered-image"><img src='images/landlordroom/initinteract.gif'></div> <</if>> <<if $ladylust >=50>> <<if $ladylust <75>> <span class="message">You greet <span class="ladytext">$ladyn</span>, and she immediatly begins flashing and groping her titties.</span> <div class="centered-image"><img src='images/landlordroom/ladysexy.gif'></div> <</if>> <</if>> <<if $ladylust >=75>> <span class="message"><span class="ladytext">$ladyn</span> is groping her exposed breasts.</span> <div class="centered-image"><img src='images/landlordroom/tittiesout.gif'></div> <</if>> <div id="interactborder" class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Exit' 'Landlords Bedroom'>><</button>> <<button 'Talk' 'ladyroomtalk'>><</button>> <<button 'Flirt' 'ladyroomflirt'>><</button>> <<if $ladygift is false>> <<button 'Gift'>> <<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <<addclass "#interactborder" "hidden">> <<removeclass "#giftborder" "hidden">> <</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Gift'>><</button>> </span> <</disable>> <</if>> <<if $player.has('ladysexcomplete')>> <<button 'Sex' 'ladyroomsex'>> <<set $ladysexyourroom to "false">> <</button>> <</if>> </div> </div> <<giftlady>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>>
<<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;" class="messageeventlady"><<if $lady =="Mom">>$lady's<<else>>$ladyn's<</if>> Point of View</div> <span class='message'>As you're masturbating, <<if $lady =="Mom">> your <<set $lady to $lady.toLowerCase($lady)>>$lady<<set $lady to $lady.toUpperFirst($lady)>><<else>>$ladyn<</if>> hears the porngraphic sounds emanating from your room.</span> <div class="centered-image"><img src='images/bedroom/lady/ladyhearporn.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>What is that sound coming from $name's room?</i></p></div> <div class="centered-image"><img src='images/bedroom/lady/ladyseemcjerk.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>Oh my god, he's jerking off with his door wide open!</i></p></div> <div class="centered-image"><img src='images/bedroom/lady/ladyseemcjerkcloseup.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>Oh god... I can't take my eyes off of<<if $lady =="Mom">> my own <<set $ladyu to $ladyu.toLowerCase($ladyu)>>$ladyu's<<set $ladyu to $ladyu.toUpperFirst($ladyu)>> dick. <<else>> his dick.<</if>> I should leave before anyone catches me.</i></p></div> <div style="text-align: center;"> <<button 'End Interaction' 'Computer'>> <<set $lust to Math.clamp($lust + 15, 0, $maxLust)>> <<updatemeter 'Lust' `$lust / $maxLust`>> <<set $stamina to Math.clamp($stamina - 10, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<ladylust>> <</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>>
<<narrator>>You give a box of chocolates over to <span class="ladytext">$ladyn</span>.<</narrator>> <<saylady>>Thanks!<</saylady>> <div style="text-align: center;"> <<button 'End Interaction' `previous ()`>> <<drop '$inventory' 'Box of Chocolates'>> <<set $ladylove to Math.clamp($ladylove +1, 0, $maxLadylove)>> <<notify>>+1 $lady Love! [Current: $ladylove]<</notify>> <<set $ladygiftreward to true>> <<ladylove>> <<set $ladygiftreward to false>> <<set $ladygift to true>> <<set $ladyfirstchocolate to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<if $location =="Kitchen">> /* Kitchen Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<elseif $location =="$land' Bedroom">> /* Bedroom Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <<elseif $location =="Living Room">> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</if>>
<<narrator>>You give a dildo to <span class="ladytext">$ladyn</span>.<</narrator>> <<saylady>>Thanks!<</saylady>> <div style="text-align: center;"> <<button 'End Interaction' `previous ()`>> <<drop '$inventory' 'Dildo'>> <<set $ladylust to Math.clamp($ladylust +3, 0, $maxLadylust)>> <<notify>>+3 $lady Lust! [Current: $ladylust]<</notify>> <<set $ladygiftreward to true>> <<ladylust>> <<set $ladygiftreward to false>> <<set $ladygift to true>> <<set $ladyfirstdildo to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<dildogift>> <<if $ladylustlevel is 0 or $ladylustlevel is 1 or $ladylustlevel is 2>> <<goto 'ladygiftbad'>> <</if>> <<if $location =="Kitchen">> /* Kitchen Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<elseif $location =="$land' Bedroom">> /* Bedroom Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <<elseif $location =="Living Room">> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <<narrator>><<ladyn>><<space>>walks in the room. Only moments ago, you heard her scream your name as she orgasmed.<</narrator>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining1.mp4" type="video/mp4"></video></div> <<saymc>><<if $lady =="Mom">>$lady<<else>>$ladyn<</if>>.. You look really fucking hot.<</saymc>> <<narrator>>For the moment, she lets the silence in the room speak louder than whatever words you'd expect to hear.<</narrator>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining2.mp4" type="video/mp4"></video></div> <div style="text-align: center;"> <<button 'Continue' 'ladydining2'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "dining">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "diningdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "diningnight">> <</if>> <<set $firstladydining to true>> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>>
<<narrator>>The silent tension is finally broken when she says,<</narrator>> <<saylady>>I knew you were watching me.. I know you've <b>been</b> watching me.<</saylady>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining3.mp4" type="video/mp4"></video></div> <<saylady>>You didn't think I'd notice your cum stains on the ground. Masturbating to <<if $lady =="Mom">>your $lady<<else>>a woman in a vulnerable state<</if>>. What a dirty man..<</saylady>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining4.mp4" type="video/mp4"></video></div> <<narrator>>The smell of female cum permeates the room.<</narrator>> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div style="text-align: center;"> <<button 'Continue' 'ladydining3'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "dining">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "diningdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "diningnight">> <</if>>
<<narrator>>She runs her fingers underneath what she longs to strip.<</narrator>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining5.mp4" type="video/mp4"></video></div> <<saylady>> I've never been able to cum with <<if $lord =="Dad">>your <<lord>><<else>>$lordn<</if>> around, but you, $name.. I need you to watch me..<</saylady>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining6.mp4" type="video/mp4"></video></div> <<narrator>>Her fingers slide in easily. She gasps lightly as she penetrates herself.<</narrator>> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div style="text-align: center;"> <<button 'Continue' 'ladydining4'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "dining">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "diningdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "diningnight">> <</if>>
<<narrator>>On her hands and knees, you watch as she gropes her own breasts.<</narrator>> <<saylady>>It's been <i>so</i> long since I've been touched.. Too long since I've felt this way.<</saylady>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining7.mp4" type="video/mp4"></video></div> <<saymc>>We both feel the same way. I don't know what we're waiting for.<</saymc>> <<narrator>>Joy comes across her face. It's obvious it comes from your direct approach on the topic.<</narrator>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining8.mp4" type="video/mp4"></video></div> <<saylady>>Maybe, soon, $nameln. There's no rush. :)<</saylady>> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div style="text-align: center;"> <<button 'Continue' 'ladydining5'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "dining">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "diningdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "diningnight">> <</if>>
<<narrator>>A whole-body experience of arrousal is evident as she gyrates.<</narrator>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining9.mp4" type="video/mp4"></video></div> <<narrator>>The urge of stimulating herself is far too strong to resist.<</narrator>> <<saylady>><i>*moan*</i> I've dreamt about this moment..<</saylady>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining10.mp4" type="video/mp4"></video></div> <<narrator>>Your dick feels like a lightning rod in a storm.<</narrator>> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div style="text-align: center;"> <<button 'Continue' 'ladydining6'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "dining">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "diningdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "diningnight">> <</if>>
<<narrator>>She strips from her bra, and has clear intentions on not keeping the rest.<</narrator>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining11.mp4" type="video/mp4"></video></div> <<saylady>>Get a close look, baby. It makes me <i>so fucking</i> horny.<</saylady>> <<narrator>>You get close to her ass and can see her peering at you.<</narrator>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining12.mp4" type="video/mp4"></video></div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div style="text-align: center;"> <<button 'Continue' 'ladydining7'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "dining">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "diningdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "diningnight">> <</if>>
<<narrator>>She practically orgasms simply from stripping her thong in your view.<</narrator>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining13.mp4" type="video/mp4"></video></div> <<saylady>>Look at me.. Come close again. Imagine what I taste like..<</saylady>> <<if $ladylustlevel >=4>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining14.mp4" type="video/mp4"></video></div> <<narrator>>You salivate at the thought of licking her cunt as she teases herself.<</narrator>> <</if>> <<if $ladylustlevel <4>> <<require>>Reach Lust Level 4 to see more!<</require>> <</if>> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div style="text-align: center;"> <<if $ladylustlevel <4>> <<button 'End Interaction' 'Dining Room'>> <<ladylust>> <<editcycle 'time' change 1>> <</button>> <<elseif $ladylustlevel >=4>> <<button 'Continue' 'ladydining8'>><</button>> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "dining">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "diningdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "diningnight">> <</if>>
<<narrator>>Her fingers easily slide in again; illustrating how wet she's been.<</narrator>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining15.mp4" type="video/mp4"></video></div> <<saylady>><i>*moans* Mmm, this is what I dreamt of, $nameln. Me fucking myself in front of you. Right here in the dining room.</i><</saylady>> <<narrator>>A quick climax is evident. Moans, with no ability to be repressed, echo through the daylit dining area.<</narrator>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining16.mp4" type="video/mp4"></video></div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div style="text-align: center;" class="buttonevent"> <<button 'Orgasm!' 'ladydining9'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "dining">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "diningdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "diningnight">> <</if>>
<<narrator>>She punches her g-spot as she orgasms right in front of you.<</narrator>> <div class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/dining/lady/ladydining17.mp4" type="video/mp4"></video></div> <<saylady>><i>*moans* Yes, yes, yes, baby, yes, yes! I love you watching me! I want you so bad..</i><</saylady>> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <div style="text-align: center;"> <<button 'End Interaction' 'Dining Room'>> <<ladylust>> <<editcycle 'time' change 1>> <<set $ladyscene9 to true>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "dining">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "diningdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "diningnight">> <</if>>
<<set $skiptime to "off">> <<narrator>><<ladyn>><<space>>greets you and asks you to follow her.<</narrator>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/leading1.mp4" type="video/mp4"></video> </div> <<saymc>>What's going on, <<if $lady =="Mom">>Mom<<else>>$ladyn<</if>>?<</saymc>> <div style="text-align: center;"> <<button 'Contine' 'ladyfirstsex2'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>>
<<narrator>>You let out moans as you shutter in arousal.<</narrator>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/firstsexcum.mp4" type="video/mp4"></video> </div> <<narrator>>She swallows your load then says,<</narrator>> <<saylady>><i>Mmm, thank you for the treat, $nameln. I expect more of it later.</i><</saylady>> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<pickup '$player' 'ladysexcomplete'>> <<editcycle 'time' change 1>> <<popover>> <div class="interactborder"> <div style="text-align: center;"><span class="bigwhitetext">You had sex with <span class="ladytext">$ladyn</span>!</span></div> <div style="text-align: center;">You can have sex with her in some of the previous scenes,<br>but most importantly, can initiate sex in her room.</div> </div> <</popover>> <</button>> </div> <<timed 1s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>>
<<narrator>>She's led you to her bedroom.<</narrator>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/leading2.mp4" type="video/mp4"></video> </div> <<saylady>>We have the <b>whole</b> bedroom to ourselves. Everyone is out of the house for at least the next hour.<</saylady>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop muted><source src="videos/landlordroom/ladyfirstsex/leading3.mp4" type="video/mp4"></video> </div> <<narrator>>You wonder if she means what you're thinking. Will she actually let you fuck her now?<</narrator>> <div style="text-align: center;"> <<button 'Contine' 'ladyfirstsex3'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>>
<<narrator>>You take it as your signal, and shove your tongue down her throat.<</narrator>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/kiss.mp4" type="video/mp4"></video> </div> <<saylady>><i>Mmm</i>, I love when you do that. But, I want <b>more</b>.<</saylady>> <<narrator>>She pushes you on to the bed, unbuckles your pants, then starts throating your dick.<</narrator>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/firstsex.mp4" type="video/mp4"></video> </div> <div style="text-align: center;"> <<button 'Contine' 'ladyfirstsex4'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>>
<<narrator>>It seems like she wants to impress you by taking you all the way in.<</narrator>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/firstsex2.mp4" type="video/mp4"></video> </div> <<saylady>><i>*moan*</i> Yes, baby... I need to get you all wet. I want this dick inside of me.<</saylady>> <<narrator>>You can't believe it. You're finally going to fuck <<if $lady =="Mom">> your mom<<else>> $ladyn<</if>>.<</narrator>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/firstsex3.mp4" type="video/mp4"></video> </div> <div style="text-align: center;"> <<button 'Contine' 'ladyfirstsex5'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>>
<<narrator>>She aggressively rips off her heels, and begins to straddle you.<</narrator>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/firstsex4.mp4" type="video/mp4"></video> </div> <<saylady>>I've made myself cum every night thinking about this moment, $nameln.<</saylady>> <<narrator>>The second your dick slides in, you both start fucking like rabbits.<</narrator>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/firstsex5.mp4" type="video/mp4"></video> </div> <div style="text-align: center;"> <<button 'Contine' 'ladyfirstsex6'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>>
<<narrator>>It seems $ladyn is reaching her climax already.<</narrator>> <<saylady>><i>*moan* Holy Shit! I'm cumming!</i><</saylady>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/firstsex6.mp4" type="video/mp4"></video> </div> <<saylady>><i>*moan* Yes, yes, baby, yes. I <b>love</b> <<if $lady =="Mom">>my son's dick<<else>>your cock<</if>>.</i><</saylady>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/firstsex7.mp4" type="video/mp4"></video> </div> <<narrator>>She's still orgasming. You can feel each pulse throttle your dick.<</narrator>> <div style="text-align: center;"> <<button 'Contine' 'ladyfirstsex7'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>>
<<narrator>>Once her orgasm settles, you change positions.<</narrator>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/firstsex8.mp4" type="video/mp4"></video> </div> <<saylady>><i>*moan* Yes, $nameln! Keep fucking <<if $lady =="Mom">> your mommy!<<else>>me!<</if>></i><</saylady>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/firstsex9.mp4" type="video/mp4"></video> </div> <<narrator>>Each thrusts sends a loud clap through the room.<</narrator>> <div style="text-align: center;"> <<button 'Contine' 'ladyfirstsex8'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>>
<<narrator>>You feel close to cumming, but hold it off. It's better to savor each moment.<</narrator>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/firstsex10.mp4" type="video/mp4"></video> </div> <<saylady>><i>I'm going to milk that fucking cock until it's dry!</i><</saylady>> <<narrator>>A differnet side of $ladyn is shown when ravaged post-orgasm.<</narrator>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/firstsex11.mp4" type="video/mp4"></video> </div> <<saylady>><i>*moan* I love you so much, $name! You make me cum so hard! I love you!</i><</saylady>> <div style="text-align: center;"> <<button 'Contine' 'ladyfirstsex9'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>>
<<narrator>>You feel your about to cum any moment.<</narrator>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/firstsex12.mp4" type="video/mp4"></video> </div> <<saylady>><i>*moan* We're going to fuck all the time, baby. Any time. Any place.</i><</saylady>> <div style="text-align: center;" class="vid-border">> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/landlordroom/ladyfirstsex/firstsex13.mp4" type="video/mp4"></video> </div> <<saymc>><i>FUCK! I'm about to cum!</i><</saymc>> <<narrator>>It's time for you to truly claim her.<</narrator>> <<saylady>><i>Yes, baby! Cum on <<if $lady =="Mom">> your mommy's <<else>> my <</if>>tongue!</i><</saylady>> <div style="text-align: center;"> <<button 'Orgasm!' 'ladyfirstsex10'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>>
<<narrator>>You give flowers to <span class="ladytext">$ladyn</span>.<</narrator>> <<saylady>>Thanks!<</saylady>> <div style="text-align: center;"> <<button 'End Interaction' `previous ()`>> <<drop '$inventory' 'Flowers'>> <<set $ladylove to Math.clamp($ladylove +2, 0, $maxLadylove)>> <<notify>>+2 $lady Love! [Current: $ladylove]<</notify>> <<set $ladygiftreward to true>> <<ladylove>> <<set $ladygiftreward to false>> <<set $ladygift to true>> <<set $ladyfirstflowers to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<if $location =="Kitchen">> /* Kitchen Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<elseif $location =="$land' Bedroom">> /* Bedroom Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <<elseif $location =="Living Room">> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</if>>
<<narrator>>A look of dissapproval strikes her face.<</narrator>> <<saylady>>Why would you give me this?<</saylady>> <<narrator>>She throws it back at you..<</narrator>> <<requiregiftlevel>> <div style="text-align: center;"> <<button 'End Interaction'>> <<ladylovebad>> <<set $ladygift to true>> <<if $location =="Kitchen">> <<goto "ladyinkitty">> <<elseif $location =="$land' Bedroom">> <<goto "ladybedinitinteract">> <<elseif $location =="Living Room">> <<goto 'ladyrandomliving'>> <<else>> <<goto 'Bedroom'>> <</if>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<if $location =="Kitchen">> /* Kitchen Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<elseif $location =="$land' Bedroom">> /* Bedroom Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <<elseif $location =="Living Room">> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</if>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class='message'><span class="ladytext">$ladyn</span> is starting her day with washing some dishes from the night before.</span> <div class="centered-image"><img src='images/kitchen/lady/ladykittyinteract.gif'></div> <div id="interactborder" class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Exit' 'Kitchen'>><</button>> <<button 'Talk' 'ladykittytalk'>><</button>> <<button 'Flirt' 'ladykittyflirt'>><</button>> <<if $ladygift is false>> <<button 'Gift'>> <<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <<addclass "#interactborder" "hidden">> <<removeclass "#giftborder" "hidden">> <</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Gift'>><</button>> </span> <</disable>> <</if>> <<if $player.has('ladysexcomplete')>> <<button 'Other'>> <<addclass "#interactborder" "hidden">> <<removeclass "#otherborder" "hidden">> <</button>> <</if>> </div> </div> <<giftlady>> <div id="otherborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#otherborder" "hidden">> <</button>> <<button 'Surprise Fuck' 'ladykittysex'>><</button>> </div> </div> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <</nobr>>
<<goto 'ladykickoutcantgoback'>>
<<goto 'ladykickout2cantgoback'>>
<<nobr>> <<set $skiptime to "off">> <span class="message">While in your <<set $land to $land.toLowerCase($land)>>$land'<<set $land to $land.toUpperFirst($land)>> bedroom, you hear the bathroom door open up.</span> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Oh, $name! I didn't know you were in here. I'm about to take a shower, if you don't mind.</p></div> <div class="centered-image"><img src='images/landlordroom/ladytowel.jpg' width="400" height="600"></div> <<say '$name' 'images/portraits/MMainC.png'>>Sorry! The other bathroom was running out of toilet paper, so I came to grab some.<</say>> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>><</button>></div> <<pickup '$player' 'seenladyundress'>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <span class="message">While in your<<set $land to $land.toLowerCase($land)>> $land'<<set $land to $land.toUpperFirst($land)>> bedroom you hear the door to their bathroom open then a gasp.</span> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Oh, $name! I didn't know you were in here. I'm getting changed, if you don't mind.</p></div> <div class="centered-image"><img src='images/landlordroom/ladytowel.jpg' width="400" height="600"></div> <<say '$name' 'images/portraits/MMainC.png'>>Sorry! I was looking for you, but I'll give you privacy for now.<</say>> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>><</button>> </div> <<pickup '$player' 'seenladyundress'>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</nobr>>
<<set $skiptime to "off">> <span class="message"><span class="ladytext">$ladyn</span> immediately noticed you<<if $ladylustlevel <3>>, and apologizes for being under-dressed in the middle of the day.<<else>>, and subtely shows off her undearwear to you.<</if>></span> <div class="centered-image"><img src='images/kitchen/lady/kitchenintro.gif'></div> <div id="interactborder" class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Exit' 'Kitchen'>><</button>> <<button 'Talk' 'ladykitchenundertalk'>><</button>> <<button 'Flirt' 'ladykitchenunderflirt'>><</button>> <<if $ladygift is false>> <<button 'Gift'>> <<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <<addclass "#interactborder" "hidden">> <<removeclass "#giftborder" "hidden">> <</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Gift'>><</button>> </span> <</disable>> <</if>> </div> </div> <<giftlady>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <span class="message">You focus your eyes on the lacy lingerie underneath her apron.</span> <<say '$name' 'images/portraits/MMainC.png'>>Wow, thank you for blessing me with this sight! You have a wonderful body.<</say>> <<if $ladylust < 15>> <div class="centered-image"><img src='images/kitchen/lady/ladykittyflirt.jpg' height="600" width="400"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>You're welcome, hehe! Thanks! <3</p></div> <span class="message">After a few more words, she hurries off to her room to put more clothes on before someone else catches her.</span> <<if $ladylust <15>> <<require>>Reach the next Lust Level to see more.<</require>> <</if>> <</if>> <<if $ladylust >=15>> <div class="centered-image"><img src='images/kitchen/lady/ladykittyflirt2.jpg' height="600" width="450"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Thanks, $nameln.. <3</p></div> <span class="message"><<if $ladylust <25>>She lightly tuggs against the apron, almost like she wants to show you what's underneath. She then leaves the room.<<else>><<if $lady =="Mom" or $lady =="Aunt">>Your $lady<<else>>$ladyn<</if>> teases you with her cleavage. It seems to turn her on a bit.<</if>></span> <<if $ladylust <25>> <<require>>Reach the next Lust Level to see more.<</require>> <</if>> <</if>> <<if $ladylust >=25>> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt0.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Mmm, should I tease you? Here's a sweet little treat.. ;)</p></div> <span class="message"><<if $ladylust <50>>She makes sure to give you a good look at her assets before taking off to her room.<<else>>She turns around and lightly cups beneath each cheek for you.<</if>></span> <<if $ladylust <50>> <<require>>Reach the next Lust Level to see more.<</require>> <</if>> <</if>> <<if $ladylust >=50>> <div class="centered-image"><img src='images/kitchen/lady/ladykittyflirt4.jpg' height="600" width="450"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>You can't your eyes off of me can you, bad boy?</p></div> <<if $ladylust <75>> <span class="message">She gives a subtle spread of her cheeks before leaving to her room.</span> <</if>> <<if $ladylust <75>> <<require>>Reach the next Lust Level to see more.<</require>> <</if>> <</if>> <<if $ladylust >=75>> <div class="centered-image"><img src='images/kitchen/lady/ladykittyflirt5.jpg' height="600" width="450"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Come closer, $nameln.. Get a <i>good</i> look.</p></div> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt2.gif'></div> <span class="message">The lace panties hide very little as she spreads her ass close to your face. </span> <</if>> <div style="text-align: center;"> <<button 'End Interaction' 'Kitchen'>> <<ladylust>> <<editcycle 'time' change 1>> <</button>> <span class="buttonevent"> <<if $ladylust >=75>> <<button 'Continue' 'ladykittyundermast'>> <</button>> <</if>> </span> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<if $ladylove < 15>> <<goto 'ladykitchenunderflirtbad'>> <</if>>
<span class="message">You focus your eyes on the lacy lingerie underneath her apron.</span> <<say '$name' 'images/portraits/MMainC.png'>>Wow, thank you for blessing me with this sight! You have a wonderful body.<</say>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>I'm only wearing it for comfort. It's not for you to gawk at.</p></div> <span class="message">She leaves the room; presumably, to put more clothes on.</span> <<require>>Reach Love Level 1 for a positive outcome!<</require>> <div style="text-align: center;"> <<button 'End Interaction' 'Kitchen'>> <<ladylovebad>> <<editcycle 'time' change 1>> <</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <span class="message">You avert your eyes away from her to make her feel more comfortable.</span> <<say '$name' 'images/portraits/MMainC.png'>>It's no problem! You've caught me making breakfast in my boxers. It's pretty much the same thing.<</say>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Hahaha, that's true. Thank you, sweetheart.</p></div> <div class="centered-image"><img src='images/kitchen/lady/ladykittytalk.jpg' height="600" width="400"></div> <span class="message">She heads to her room to put more clothes on before someone else catches her.</span> <div style="text-align: center;"> <<button 'End Interaction' 'Kitchen'>> <<ladylove>> <<editcycle 'time' change 1>> <</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <<say '$name' 'images/portraits/MMainC.png'>>Wow! You're looking good.<</say>> <span class='message'>She glances over at you and notices you're staring at her breasts<<if $ladylust <15>>, but then pretends like she didn't notice.<<else>>.<</if>></span> <div class="centered-image"><img src='images/kitchen/lady/ladykittydistracted.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p> <<if $ladylust <15>> Thanks, $nameln! You're such a sweetiepie. <<else>> I can see you're looking at my breasts, $name. <</if>> </p></div> <span class='message'><<if $ladylust <15>>She said innocently, yet knows you were definitely sexualizing her.<<else>>Your gaze fuels her to show off more.<</if>></span> <<if $ladylust >=15>> <div class="centered-image"><img src='images/kitchen/lady/ladykittytease.gif'></div> <</if>> <<say '$name' 'images/portraits/MMainC.png'>> <<if $ladylust <15>> You're welcome. I've always appreciated a woman that can be beautiful and still take care of the house. <<else>> Wow, you've got me under your spell for sure, $ladymcn. <<set $ladyscene1 to "true">> <</if>> <</say>> <<if $ladylustlevel ==0>> <<require>>Reach the next Lust Level to see more.<</require>> <</if>> <div style="text-align: center;"> <<button 'End Interaction' 'Kitchen'>> <<editcycle 'time' change 1>> <<ladylust>> <</button>> </div> <<if $ladylove <15>> <<goto 'ladykittyflirtbad'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<if not $player.has('firstladykitty')>> <<pickup '$player' 'firstladykitty'>> <</if>>
<<say '$name' 'images/portraits/MMainC.png'>>Wow! You're looking good.<</say>> <span class='message'>She glances over at you and notices you're staring directly at her breasts.</span> <div class="centered-image"><img src='images/kitchen/lady/ladykittyflirtbad.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>You're really going to oggle me like that?</p></div> <span class='message'>You were caught completely off guard with her reaction.</span> <<say '$name' 'images/portraits/MMainC.png'>>Sorry! I didn't mean to stare.<</say>> <div class="centered-image"><img src='images/kitchen/lady/ladykittytalk.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Nonsense! Leave before I tell<<if $lord =="Dad">> your <<set $lord to $lord.toLowerCase($lord)>>$lord<<set $lord to $lord.toUpperFirst($lord)>><<else>> $lordn.<</if>></p></div> <<require>>Reach Love Level 1 for a positive outcome!<</require>> <div style="text-align: center;"> <<button 'End Interaction' 'Kitchen'>> <<editcycle 'time' change 1>> <<ladylovebad>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<if not $player.has('firstladykitty')>> <<pickup '$player' 'firstladykitty')>> <</if>> <<if $hyg <=24>> <<goto 'StinkLady'>> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <span class="message">The floral dress is no match for you. Pulling it up, then pulling down her panties right after.</span> <div class="centered-image"><img src='images/kitchen/lady/ladykitchensex1.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>>Put your leg up on the counter.<</say>> <span class="message">While in complete shock, she follows your command.</span> <div class="centered-image"><img src='images/kitchen/lady/ladykitchensex2.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Really, $name? Anyone could walk in on us.</p></div> <div style="text-align: center;"><<button 'Continue' 'ladykittysex2'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<<nobr>> <span class="message">You begin to shove your cock in and pin her down, ignoring any potential objection.</span> <div class="centered-image"><img src='images/kitchen/lady/ladykitchensex3.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>> <<if $lady =="Mom">> <i>Holy shit</i>, I love your pussy so much, $lady. <<else>> <i>Holy shit</i>, I love the way you feel wrapped around my dick, $ladyn. <</if>> <</say>> <span class="message">Her nervousness slowly fades as you pump in and out of her.</span> <div class="centered-image"><img src='images/kitchen/lady/ladykitchensex4.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p> <<if $lady =="Mom">> Yes, baby! Fuck your $ladymcn's pussy. <<else>> Yes, baby.. Fuck this pussy. <</if>> </p></div> <div style="text-align: center;"><<button 'Continue' 'ladykittysex3'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <</nobr>>
<<nobr>> <span class="message">As things get more heated, you both make your way to the floor. $ladyn multi-tasking with cleaning in the process.</span> <div class="centered-image"><img src='images/kitchen/lady/ladykitchensex5.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>> <<if $lady =="Mom">> I'm gonna put my seed in you, $ladymcn! <<else>> I'm gonna cum, $ladyn! <</if>> <</say>> <span class="message">She moans with anticipation of you filling her womb.</span> <div class="centered-image"><img src='images/kitchen/lady/ladykitchensex6.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>Mmm, yeah?</i> You wanna fucking cum in this pussy?</p></div> <div style="text-align: center;"><<button 'Continue' 'ladykittysex4'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <</nobr>>
<span class="message"><<if $lady =="Mom">>Her motherly instincts force her to continue cleaning even during this heated moment.<<else>>She instinctively continues cleaning the floor even during this heated moment.<</if>></span> <div class="centered-image"><img src='images/kitchen/lady/ladykitchensex7.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>><I>OH FUCK!</i> I'm so close to cumming!<</say>> <br> <div style="text-align: center;" class='textevent'> <<linkreplace 'Cum inside'>> <<timed 0.1s>> <<run document.querySelector(".passage").scrollIntoView({behavior:"smooth",block:"end"})>> <</timed>> <span class="message">You unload a full ballsack of spunk in <<if $lady =="Mom">>your mother's<<else>>$ladyn's<</if>> vagina.</span> <div class="centered-image"><img src='images/kitchen/lady/ladykitchensex8.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>Yes, baby! Fill me up!</i></p></div> <div id="creampie" class="hidden"> <div class="centered-image"> <img src='images/misc/creampie.gif' width="500"> </div> </div> <div style="text-align: center;"><<button 'End Interaction' 'Kitchen'>> <<ladylust>> <<editcycle 'time' change 1>> <</button>> <<linkreplace 'Look at her Creampie'>> <<timed 0.1s>> <<run document.querySelector(".passage").scrollIntoView({behavior:"smooth",block:"end"})>> <</timed>> <<removeclass "#creampie" "hidden">> <</linkreplace>> </div> <</linkreplace>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <<say '$name' 'images/portraits/MMainC.png'>>Good morning, $ladymcn!<</say>> <span class='message'>She doesn't look up from the dishes and continues washing.</span> <div class="centered-image"><img src='images/kitchen/lady/ladykittydistracted.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Morning, $name. How'd you sleep?</p></div> <<say '$name' 'images/portraits/MMainC.png'>>I slept well. You look nice this morning!<</say>> <span class='message'>You can tell that slightly surprised her.</span> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Hahaha, I just woke up, but thank you, $nameln!</p></div> <div style="text-align: center;"> <<button 'End Interaction' 'Kitchen'>> <<ladylove>> <<editcycle 'time' change 1>> <</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<if not $player.has('firstladykitty')>> <<pickup '$player' 'firstladykitty'>> <</if>>
<span class="message">You've been subconsciously rubbing the growing mound in your crotch.</span> <<say '$name' 'images/portraits/MMainC.png'>>Put that oil to use. I wanna see it all over you.<</say>> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt3.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>(moans)</i> Yeah? You like when I rub it in, baby?</p></div> <span class="message">She hydrates her B cups inches away from your salivating mouth.</span> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt5.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>You want to see it all over my ass too, don't you?</p></div> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt4.gif'></div> <span class="message">She watches you rub your cock through you pants as she oils herself up.</span> <div style="text-align: center;"> <<button 'Continue' 'ladykittyundermast2'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<span class="message">The bra is off, and the panties are the next to fall.</span> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Let's raise the stakes, hehe. ;)</p></div> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt6.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>(moans)</i> You like that? Pulling my panties down for you.. </p></div> <span class="message">From even a few feet away, you can smell the subtle aroma of her pussy.</span> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt7.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>Fuuuck</i>, I'm so fucking horny.</p></div> <span class="message">Like lightning, she flips around and begins viciously masturbating.</span> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt8.gif'></div> <div style="text-align: center;"> <<button 'Continue' 'ladykittyundermast3'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<div class="centered-image"><img src='images/kitchen/lady/ladyflirt9.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>(moans)</i> Mhmm, yes, yes, yes, touching my cunt while you watch.</p></div> <span class="message">The slippery sounds of her pussy could likely be heard a few rooms over.</span> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt10.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>>Such a fucking whore. Finger blasting yourself in the kitchen<<if $lady =="Mom" or $lady =="Aunt">> with your <<set $ladyu to $ladyu.toLowerCase($ladyu)>>$ladyu<<set $ladyu to $ladyu.toUpperFirst($ladyu)>> watching.<<else>>.<</if>><</say>> <span class="message">The blatant disrespect towards<<if $lady =="Mom" or $lady =="Aunt">> your<<set $lady to $lady.toLowerCase($lady)>> $lady<<set $lady to $lady.toUpperFirst($lady)>><<else>> $ladyn<</if>> is evidently a turn on for her.</span> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt11.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>I'm you're little fucking whore. I need a <b>big hard</b> fucking..</i></p></div> <div style="text-align: center;"> <<button 'Continue' 'ladykittyundermast4'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<span class="message">Synchronized, you both look in to eachothers eyes as you get yourselves off.</span> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>(moans)</i> Yes, yess, rub that cock while you<<if $lady =="Mom" or $lady =="Aunt">> watch your pervert<<set $lady to $lady.toLowerCase($lady)>> $lady<<set $lady to $lady.toUpperFirst($lady)>> get off to you.<<else>> watch me.<</if>></p></div> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt12.gif' width="800"></div> <span class="message">She turns around again and puts her leg up on the counter.</span> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt13.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>(moans)</i> You like that? Showing you my wet fucking pussy and tight little ass like this.</p></div> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt14.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Mmmm, rubbing my fingers around my little asshole for you. ;)</p></div> <div style="text-align: center;"> <<button 'Continue' 'ladykittyundermast5'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<span class="message">You fully unzip and begin jerking as she stimulates her asshole.</span> <<say '$name' 'images/portraits/MMainC.png'>>Stick a finger in there. I know you want to.<</say>> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt15.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Yes, baby! I'm so <i>fucking</i> horny right now! I'd let you fuck me against this countertop.</p></div> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt16.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Holy shit! I'm getting so close to cumming! Get underneath me, I want to cum all over your face!</p></div> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt18.gif'></div> <span class="message">She picks up the pace, and stares at you beneath her, while riding the edge.</span> <div style="text-align: center;"> <span class="buttonevent"> <<button 'Orgasm!' 'ladykittyundermast6'>><</button>> </span> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<span class="message">Both you and her are in sheer animialistic bliss as you watch eachother get off.</span> <<say '$name' 'images/portraits/MMainC.png'>>I'm cumming! HOLY FUCK!<</say>> <div class="centered-image"><img src='images/kitchen/lady/ladyflirt17.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>Yes! Yes! Yes! FUCK, I'M CUMMING ON YOUR FACE!</i></p></div> <span class="message">You cum on the floor as<<if $lady =="Mom" or $lady=="Aunt">> your <<set $lady to $lady.toLowerCase($lady)>>$lady<<set $lady to $lady.toUpperFirst($lady)>><<else>> she<</if>> cums right above your face. She leaves shortly after gathering herself.</span> <div style="text-align: center;"> <<button 'End Interaction' 'Kitchen'>> <<ladylust>> <<editcycle 'time' change 1>> <<set $ladyscene8 to "true">> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<<narrator>>You give lingerie to <span class="ladytext">$ladyn</span>.<</narrator>> <<saylady>>Thanks!<</saylady>> <div style="text-align: center;"> <<button 'End Interaction' `previous ()`>> <<drop '$inventory' 'Lingerie'>> <<set $ladylust to Math.clamp($ladylust +2, 0, $maxLadylust)>> <<notify>>+2 $lady Lust! [Current: $ladylust]<</notify>> <<set $ladygiftreward to true>> <<ladylust>> <<set $ladygiftreward to false>> <<set $ladygift to true>> <<set $ladyfirstlingerie to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<lingeriegift>> <<if $ladylustlevel is 0 or $ladylustlevel is 1>> <<goto 'ladygiftbad'>> <</if>> <<if $location =="Kitchen">> /* Kitchen Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<elseif $location =="$land' Bedroom">> /* Bedroom Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <<elseif $location =="Living Room">> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</if>>
<span class="message">You peer through the door to find <span class="ladytext">$ladyn</span> shifting in her bed with her hand under the covers.</span> <div class="centered-image"><img src='images/landlordroom/ladymast1.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>I can hear her moaning. She's forsure touching herself right now!<<if $perv <=50>> I should go.<</if>></i><</say>> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <</button>> <<if $perv >=50>> <span class="buttoneventperv"><<button '[Perversion] Keep Watching' 'ladymast2'>><</button>></span> <<else>> <<mouseover>> <<disable true>> <span class="buttoneventperv"><<button '[Perversion] Keep Watching'>><</button>></span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need 50 Perversion to do this.</span><</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <<if not $player.has('firstladyundress')>> <<pickup '$player' 'firstladyundress')>> <</if>>
<<nobr>> <span class="message">Your imagination runs wild; thinking of what it looks like underneath the sheets.</span> <div class="centered-image"><img src='images/landlordroom/ladymast2.gif'></div> <span class="message">The heat progressively builds, cuasing her to kick free from under the covers, and enabling you to get a look.</span> <div class="centered-image"><img src='images/landlordroom/ladymast3.gif'></div> <div style="text-align: center;"> <<button 'Continue' 'ladymast3'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">Furiously jilling right in front of your very eyes, the increased intensity would suggest an orgasm isn't far.</span> <div class="centered-image"><img src='images/landlordroom/ladymast5.gif'></div> <span class="message">A look of pure ecstasy & bliss takes hold as she pushes ever closer to the edge.</span> <div class="centered-image"><img src='images/landlordroom/ladymast4.gif'></div> <div style="text-align: center;"> <<button 'Continue' 'ladymast4'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</nobr>>
<span class="message">Low muted moans now reach decibels higher as she reaches climax.</span> <div class="centered-image"><img src='images/landlordroom/ladymast6.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>Yesss! <b>$name!</b></i></p></div> <span class="message">Only now do you realize you've been instinctively masturbating the whole time and reaching your own orgasm.</span> <div class="centered-image"><img src='images/misc/cum.gif'></div> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<set $ladyscene5 to "true">> <<ladylust>> <<set $ladymastwatched to true>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>>
<<set $skiptime to "off">> <<if $ladylust <50>> <span class="message">As you're getting ready for bed, <span class="ladytext">$ladyn</span> comes to say goodnight.</span> <div class="centered-image"><img src='images/bedroom/lady/nightie.jpg' width="400"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Just wanted to say goodnight, $nameln.</p></div> <span class="message">You appreciate the view she blessed you with.</span> <</if>> <<if $ladylust >=50>> <<if $ladylust <75>> <span class="message">As you're getting ready for bed, <span class="ladytext">$ladyn</span> comes to say goodnight.</span> <div class="centered-image"><img src='images/bedroom/lady/nightie2.jpg' width="400"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Just wanted to say goodnight, $nameln.</p></div> <span class="message">She smiles as she showcases her ass in her lingerie.</span> <</if>> <</if>> <<if not $player.has('ladysexcomplete')>> <<if $ladylust >=75>> <span class="message">As you're getting ready for bed, <span class="ladytext">$ladyn</span> comes to say goodnight with nothing on.</span> <div class="centered-image"><img src='images/bedroom/lady/nightie3.jpg' width="400"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Just wanted to say goodnight, $nameln...</p></div> <span class="message">Walking to your room with no clothing on really shows how far your relationship has come.</span> <</if>> <</if>> <<if $player.has('ladysexcomplete')>> <span class="message">As you're getting ready for bed, <span class="ladytext">$ladyn</span> walks in and sprawls out on your bed, inviting you with open legs.</span> <div class="centered-image"><img src='images/bedroom/lady/nightie4.jpg' width="400"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>I'm <i>so</i> horny, $nameln...</p></div> <</if>> <div style='text-align: center;'> <<button 'Sleep' 'Sleep'>> <<if $ladylust >=15>> <<ladylust>> <</if>> <</button>> <<if $ladylust >50>> <span class="buttonevent"> <<if $player.has('ladysexcomplete')>> <<button 'Sex' 'ladyroomsex'>> <<set $ladysexyourroom to "true">> <</button>> <<else>> <<button 'Kiss' 'ladynightkiss'>><</button>> <</if>> </span> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>>
<<nobr>> <<if not $player.has('ladysexcomplete')>> <<if $ladylust <75>> <span class="message">You wouldn't feel satisfied only saying goodnight. You desire something more.</span> <<say '$name' 'images/portraits/MMainC.png'>>Come here, $ladymcn, can I have a kiss goodnight?<</say>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Aw, of course, $nameln.</p></div> <div class="centered-image"><img src='images/bedroom/lady/kiss.jpg' height="800"></div> <span class="message">The kiss ends up being more passionate than a typical peck. She then pulls away, and says goodnight again.</span> <</if>> <</if>> <<if not $player.has('ladysexcomplete')>> <<if $ladylust >=75>> <span class="message">The temptaition of her nude body makes a simple goodnight undesirable.</span> <<say '$name' 'images/portraits/MMainC.png'>>Come here, $ladymcn, I want a proper good night.<</say>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Hehe, of course, $nameln.</p></div> <div class="centered-image"><img src='images/misc/makeout.gif' height="600" width="400"></div> <span class="message">You make out while she flaunts her nudy body in front of you. She then pulls away, and says goodnight again.</span> <</if>> <</if>> <div style="text-align: center;"> <<button 'End Interaction' 'Sleep'>> <<editcycle 'time' change 1>> <<ladylust>> <</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <</nobr>>
<<nobr>> <<set $perv to Math.clamp($perv + 1, 0, $maxPerv)>> <<notify>>+1 Perversion!<</notify>> <span class="message">The two of them are caught up in conversation, so you decide to drop your fork to see what's under the table.</span> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>Hm, I'm bored. Let's have some fun...</i><</say>> <span class="message"><span class="ladytext">$ladyn</span> has her legs spread open under the table..</span> <div class="centered-image"><img src='images/dining/ladytablepanties.jpg' width="600"></div> <span class="message">You make sure to get a real good look before grabbing your fork and pretending like nothing happened.</span> <div style="text-align: center;"> <<button 'Finish Dinner' 'Kitchen'>> <<set $ladylove to Math.clamp($ladylove +$charm, 0, $maxLadylove)>> <<set $roomlove to Math.clamp($roomlove +$charm, 0, $maxRoomlove)>> <<notify>> +$charm $lady & $room Love!<</notify>> <<set $stamina to Math.clamp($stamina + 50, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<pickup '$player' 'seendinner'>> /* Love Level ups */ <<if $ladylovelevel is 0 && $roomlovelevel is 0 && $ladylove >=15 && $roomlove >=15>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You're now at Love Level 1 with your <span class="ladytext">$lady</span> & <span class="roomtext">$room</span>.</div> <<set $ladylovelevel to 1>> <<set $roomlovelevel to 1>> <</popover>> <</if>> <<if $ladylovelevel is 0 && $ladylove >=15 && $roomlovelevel is 1>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You've reached Love Level 1 with your <span class="ladytext">$lady</span>.</div> <<set $ladylovelevel to 1>> <</popover>> <</if>> <<if $roomlovelevel is 0 && $roomlove >=15 && $ladylovelevel is 1>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You've reached Love Level 1 with your <span class="roomtext">$room</span>.</div> <<set $roomlovelevel to 1>> <</popover>> <</if>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "dining">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "diningdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "diningnight">> <</if>> <</nobr>>
<<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <span class="message">$ladyn stepped out of the pool and began relaxing on the chair.</span> <div class="centered-image"><img src='images/pool/lady/ladypool1.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>She's out here alone. Maybe I should hit on her.</i><</say>> <div style="text-align: center;"> <<button 'Leave' 'Pool'>><</button>> <<if $ladylust >=75>> <span class='buttonevent'> <<button 'Flirt with her' 'ladypool2'>> <<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <</button>> </span> <<else>> <span class='buttonevent'> <<button 'Flirt with her' 'ladypoolnotenoughflirt'>> <<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <</button>> </span> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <<pickup '$player' 'ladypoolrandom'>>
<<nobr>> <div class="centered-image"><img src='images/pool/lady/ladypool15.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Ahh, your precum tastes <i>soo</i> fucking good. ;)</p></div> <span class="message">Tasting your nectar makes her salivate between the legs. She then begins to do something about it.</span> <div class="centered-image"><img src='images/pool/lady/ladypool16.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>>Damn, you're such a fucking slut. You can't help but play with yourself while choking on my cock.<</say>> <div style="text-align: center;"><<button 'Continue' 'ladypool11'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <</nobr>>
<<nobr>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Oh yeah? You want to see what a real slut can do?</p></div> <div class="centered-image"><img src='images/pool/lady/ladypool17.gif'></div> <span class="message">Dirty talking her seems to have striken a new-found vigor within.</span> <<say '$name' 'images/portraits/MMainC.png'>>Show me, $ladymcn.<</say>> <div class="centered-image"><img src='images/pool/lady/ladypool18.gif'></div> <div style="text-align: center;"><<button 'Continue' 'ladypool12'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <</nobr>>
<<nobr>> <<say '$name' 'images/portraits/MMainC.png'>>You're not throating me hard enough. This is what you need to do, $ladymcn.<</say>> <div class="centered-image"><img src='images/pool/lady/ladypool19.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Mmm, yes, $nameln.</p></div> <span class="message">Her cock sucking is much more pleasurable after putting the bitch in place.</span> <div class="centered-image"><img src='images/pool/lady/ladypool20.gif'></div> <div style="text-align: center;"><<button 'Cum' 'ladypoolcum'>> <</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <</nobr>>
<<nobr>> <div class="centered-image"><img src='images/pool/lady/ladypool21.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>>Give me a taste of that ass.<</say>> <span class="message">You say to mentally prepare your $lady as your mouth is already salivating with anticipation.</span> <div class="centered-image"><img src='images/pool/lady/ladypool22.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Mmmm, a taste of your $ladymcn's ass?</p></div> <div style="text-align: center;"> <<button 'Continue' 'ladypool14'>> <<if $ladymcn =='Mommie'>> <<set $ladymcn=='Mommy'>> <</if>> <</button>> </div> /* Day/Night Background Cycle */ <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('evening')>> <<if not Cycle.get('time').check('dawn')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <</if>> <</if>> <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('afternoon')>> <<if not Cycle.get('time').check('noon')>> <<if not Cycle.get('time').check('morning')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <</if>> <</if>> <</if>> <<if Cycle.get('time').check('night')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <<if Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">She slowly gyrates her ass in unison with the tongue that now continuously encircles her forbidden hole.</span> <div class="centered-image"><img src='images/pool/lady/ladypool23.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Mmm, I <i>knew</i> you were a dirty fucker. Licking my asshole like a crazed dog.</p></div> <span class="message">Her twerking on your tongue is sending increasingly pleasurable shockwaves through $ladyn's starfish.</span> <div class="centered-image"><img src='images/pool/lady/ladypool24.gif'></div> <div style="text-align: center;"><<button 'Continue' 'ladypool15'>><</button>></div> /* Day/Night Background Cycle */ <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('evening')>> <<if not Cycle.get('time').check('dawn')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <</if>> <</if>> <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('afternoon')>> <<if not Cycle.get('time').check('noon')>> <<if not Cycle.get('time').check('morning')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <</if>> <</if>> <</if>> <<if Cycle.get('time').check('night')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <<if Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <</nobr>>
<<nobr>> <div class="centered-image"><img src='images/pool/lady/ladypool25.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p></p></div> <<say '$name' 'images/portraits/MMainC.png'>><</say>> <span class="message"></span> <div style="text-align: center;"> <<button 'End' 'Pool'>> <<set $ladylust to Math.clamp($ladylust +1, 0, $maxLadylust)>> <<notify>> +1 $lady Lust!<</notify>> <<if not $player.has('firstladypool')>> <<pickup '$player' 'firstladypool')>> <</if>> <</button>></div> /* Day/Night Background Cycle */ <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('evening')>> <<if not Cycle.get('time').check('dawn')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <</if>> <</if>> <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('afternoon')>> <<if not Cycle.get('time').check('noon')>> <<if not Cycle.get('time').check('morning')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <</if>> <</if>> <</if>> <<if Cycle.get('time').check('night')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <<if Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <</nobr>>
<<say '$name' 'images/portraits/MMainC.png'>>Daaamn, <<if $lady =="Mom">>$lady<<else>>$ladyn<</if>>. I hope my future wife will have a body like you at your age.<</say>> <span class="message">She turned to you looking pleasantly surprised.</span> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Mmm, thanks, $nameln. I've been doing a lot of yoga. It's made me very <i>flexible</i>. I'll show you.</p></div> <span class="message">Your compliment seems to have inspired her to show off her body.</span> <div class="centered-image"><img src='images/pool/lady/ladypool2.gif'></div> <<if $ladylust >=25>> <div style="text-align: center;"> <<button 'Continue' 'ladypool3'>><</button>> </div> <<else>> <div style="text-align: center;"><span class="require">Improve her lust to see more.</span></div> <div style="text-align: center;"><<button 'End Interaction' 'Pool'>> <<editcycle 'time' change 1>> <<ladylust>> <</button>></div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <<if not $player.has('firstladypool')>> <<pickup '$player' 'firstladypool')>> <</if>>
<<nobr>> <span class="message">She gets up and goes in to the pool.</span> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Oof, all this is getting me very hot. I'm going to cool off. :)</p></div> <div class="centered-image"><img src='images/pool/lady/ladypool3.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>>Wow, you've definitely inspired me to take up yoga. ;)<</say>> <span class="message">She continues with her show giving you a good look at everything she has to offer.</span> <div class="centered-image"><img src='images/pool/lady/ladypool4.gif'></div> <div style="text-align: center;"><<button 'Continue' 'ladypool4'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">Your throbbing dick is very noticable and encouraging for her.</span> <div class="centered-image"><img src='images/pool/lady/ladypool5.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>What would you do to me, young man?</i></p></div> <<if $ladylust >=100>> <<say '$name' 'images/portraits/MMainC.png'>>Come out of the pool and see.<</say>> <span class="message">Following your command, she comes out and preps for what's going to come next.</span> <div class="centered-image"><img src='images/pool/lady/ladypool6.gif'></div> <div style="text-align: center;"><<button 'Continue' 'ladypool5'>><</button>></div> <</if>> <<if $ladylust <100>> <<if $ladylust >=75>> <<say '$name' 'images/portraits/MMainC.png'>>You wouldn't want to know.<</say>> <span class="message">She exits the pool and teases her pussy in front of you.</span> <div class="centered-image"><img src='images/pool/lady/ladypool6.gif'></div> <div style="text-align: center;"><span class="require">Improve her lust to see more.</span></div> <div style="text-align: center;"><<button 'End Interaction' 'Pool'>> <<set $ladylust to Math.clamp($ladylust +1, 0, $maxLadylust)>> <<notify>> +1 $lady Lust! [Current: $ladylust]<</notify>> /* LUST LEVEL UP */ <<if not $player.has('seenladylust1')>> <<if $ladylust >=15>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 1 with your <span class="ladytext">$lady</span>. </div> <<pickup '$player' 'seenladylust1'>> <</popover>> <</if>> <</if>> <<if not $player.has('seenladylust2')>> <<if $ladylust >=25>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 2 with your <span class="ladytext">$lady</span>. </div> <<pickup '$player' 'seenladylust2'>> <</popover>> <</if>> <</if>> <<if not $player.has('seenladylust3')>> <<if $ladylust >=50>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 3 with your <span class="ladytext">$lady</span>. </div> <<pickup '$player' 'seenladylust3'>> <</popover>> <</if>> <</if>> <<if not $player.has('seenladylust4')>> <<if $ladylust >=75>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 4 with your <span class="ladytext">$lady</span>. </div> <<pickup '$player' 'seenladylust4'>> <</popover>> <</if>> <</if>> <<if not $player.has('seenladylust5')>> <<if $ladylust ==100>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 5 with your <span class="ladytext">$lady</span>. </div> <<pickup '$player' 'seenladylust5'>> <</popover>> <</if>> <</if>> /* END OF LUST LEVEL UP */ <</button>></div> <</if>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <</nobr>>
<<nobr>> <div class="centered-image"><img src='images/pool/lady/ladypool7.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>Come over here, $nameln. </i></p></div> <div style="text-align: center;"><<button 'Continue' 'ladypool6'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">It takes absolutely no convincing for you, considering the show you just recieved.</span> <div class="centered-image"><img src='images/pool/lady/ladypoolhi.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>I <i>love</i> feeling your cock through your pants, $nameln..</p></div> <span class="message">Your dick was already plenty hard from the strip show, but now it's stiff as a cement.</span> <div class="centered-image"><img src='images/pool/lady/ladypool8.gif'></div> <div style="text-align: center;"><<button 'Continue' 'ladypool7'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">After glancing at your dick, she then untied the shorts that once imprisoned your erection.</span> <div class="centered-image"><img src='images/pool/lady/ladypool9.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>>Just like that you're already taking my dick out. <</say>> <div class="centered-image"><img src='images/pool/lady/ladypool10.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>Hmph,</i>What can I say, $name? I want what I want.</p></div> <div style="text-align: center;"><<button 'Continue' 'ladypool8'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <</nobr>>
<<nobr>> <div class="centered-image"><img src='images/pool/lady/ladypool11.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>>Good girl. Your mouth is where my dick belongs.<</say>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>*gluck* *gluck* *gluck*</i></p></div> <span class="message">She responds with exaggerated sounds of delibrate gutteral cocksucking.</span> <div class="centered-image"><img src='images/pool/lady/ladypool12.gif'></div> <div style="text-align: center;"><<button 'Continue' 'ladypool9'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">You briefly stop to grab her neck, assert your dominance, and stick your tongue down her inviting throat.</span> <div class="centered-image"><img src='images/pool/lady/ladypool13.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>>Lay the fuck back.<</say>> <span class="message">Softly pushing her back, she follows your command.</span> <div class="centered-image"><img src='images/pool/lady/ladypool14.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Bounce that fucking cock on my tongue.</p></div> <div style="text-align: center;"><<button 'Continue' 'ladypool10'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <</nobr>>
<<say '$name' 'images/portraits/MMainC.png'>>I'm about to cum!<</say>> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0.2'><source src="videos/pool/lady/cum.mp4" type="video/mp4"> </video> </div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Cum on my fucking tongue!</p></div> <span class="message">You sprayed spunk all over her face.</span> <div style="text-align: center;"> <<button 'End Interaction' 'Pool'>> <<editcycle 'time' change 1>> <<set $ladyscene2 to "true">> <<ladylust>> <</button>></div> <<timed .1s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>>
<<say '$name' 'images/portraits/MMainC.png'>>Whoa, Andrea. I hope my future wife will look like you at your age.<</say>> <div class="centered-image"><img src='images/pool/lady/ladypoolstand.jpg' height="600" width="400"></div> <<if $ladylust <15>> <span class="message">She turned to you blushing a little bit.</span> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Thanks, $nameln! I've been doing a lot of yoga. It's helped a lot.</p></div> <span class="message">You can tell she appreciated the compliment although it being a bit sexual.</span> <<require>>Reach the next Lust Level to see more.<</require>> <<else>> <span class="message">She softly narrowed her eyes with a cheeky smile. A coy look.</span> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Heh, no surprise. Checking me out again, $name.</p></div> <span class="message">She turns away from you and throws her netted shirt to the side.</span> <</if>> <<if $ladylust >=15>> <div class="centered-image"><img src='images/pool/lady/ladypoolflirt1.jpg' height="600" width="400"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Naughty boy... Won't stop drooling over <<if $lady =="Mom">>his mom's<<else>>my<</if>> tight bubble butt.</p></div> <<if $ladylust <25>> <<require>>Reach the next Lust Level to see more.<</require>> <</if>> <<if $ladylust >=25>> <span class="message">She turns back facing you and pulls her swimsuit cups to her sides, giving you visual access to her nipples.</span> <div class="centered-image"><img src='images/pool/lady/ladypoolflirt3.jpg' height="600" width="400"></div> <<if $ladylust <50>> <<require>>Reach the next Lust Level to see more.<</require>> <</if>> <<if $ladylust >=50>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>It's shameful how easy it is to get you turned on<<if $lady =="Mom">> by your own mother.<<else>>.<</if>> You'd die to lick my ass. I can see it on your face.</p></div> <span class="message">She pulls down her swimsuit bottoms and bends over, showing an uncontested view of her backside.</span> <div class="centered-image"><img src='images/pool/lady/ladypoolflirt4.jpg' height="600" width="400"></div> <<if $ladylust <75>> <<require>>Reach the next Lust Level to see more.<</require>> <</if>> <</if>> <</if>> <</if>> <div style="text-align: center;"><<button 'End Interaction' 'Pool'>> <<if $ladylust <10 && $ladylove <15>> <<ladylust>> <<else>> <<if $ladylove >=15>> <<ladylust>> <</if>> <</if>> <<editcycle 'time' change 1>> <</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <<if not $player.has('firstladypool')>> <<pickup '$player' 'firstladypool')>> <</if>>
<<narrator>>You give a bottle of poppers to <span class="ladytext">$ladyn</span>.<</narrator>> <div class="centered-image"><img src='images/misc/items/poppers.png' width="320"></div> <<if $ladyfirstpoppers is false>> <<saylady>>What is this?<</saylady>> <<saymc>>Open it up and smell it. It's supposed to make you feel really good.<</saymc>> <<saylady>>Huh, That sounds kind of weird. Have you tried it?<</saylady>> <<narrator>>She unscrews the top of it and takes a sniff.<</narrator>> <<saylady>>Whoa.. I like that.<</saylady>> <<saymc>>Haha, cool. You can keep it.<</saymc>> <<narrator>>You can tell she's getting lightheaded and perhaps aroused.<</narrator>> <<else>> <<saylady>>Thanks! I really like this stuff..<</saylady>> <<narrator>>A sense of satisfaction comes from knowing she likely masturbates after using it.<</narrator>> <<saymc>>You're welcome, $ladymcn.<</saymc>> <</if>> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <div style="text-align: center;"> <<button 'End Interaction' `previous ()`>> <<drop '$inventory' 'Poppers'>> <<set $ladylust to Math.clamp($ladylust +1, 0, $maxLadylust)>> <<notify>>+1 $lady Lust! [Current: $ladylust]<</notify>> <<set $ladygiftreward to true>> <<ladylust>> <<set $ladygiftreward to false>> <<set $ladygift to true>> <<set $ladyfirstpoppers to true>> <</button>> </div> <<poppersgift>> <<if $ladylovelevel is 0>> <<goto 'ladygiftbad'>> <</if>> <<if $location =="Kitchen">> /* Kitchen Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<elseif $location =="$land' Bedroom">> /* Bedroom Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <<elseif $location =="Living Room">> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <span class="message">As you walk closer, $ladyn starts to feel your pressence behind her.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent6.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Oh my god, $name.. You were totally just standing behind me being creepy.</p></div> <<say '$name' 'images/portraits/MMainC.png'>>Wait, no! I was just coming in to use the bathroom.<</say>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>I know what you were <i>actually</i> doing. Just leave.</p></div> <div style="text-align: center;"><span class="require">Reach Lust Level 1 for a positive outcome.</span></div> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>> <<ladylovebad>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <<if $ladylust < 15>> <<goto 'ladyrandombathbad'> <</if>> <span class="message">As you walk closer, $ladyn starts to feel your pressence behind her.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent6.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Oh my god, $name! You were totally checking me out!</p></div> <span class="message">The way she said that indicated she's partly flattered by your interest.</span> <<say '$name' 'images/portraits/MMainC.png'>>Oh shit! Sorry, you just look really great in that. I'll leave you to your work.<</say>> <<require>>Reach Lust Level 2 to see more.<</require>> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>> <<editcycle 'time' change 1>> <<ladylust>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message">You stumble upon <span class="ladytext">$ladyn</span> cleaning the bathroom with very little clothing on.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent1.gif'></div> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>><</button>> <<if $perv >=25>> <span class="buttoneventperv"> <<button '[Perversion] Get Closer' 'ladyrandombathroom2'>> <<set $perv to Math.clamp($perv + 1, 0, $maxPerv)>> <<notify>>+1 Perversion!<</notify>> <</button>> </span> <<else>> <<mouseover>> <<disable true>> <span class="buttoneventperv"> <<button '[Perversion] Get Closer' 'ladyrandombathroom2'>><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need 25 Perversion to do this.</span> <<if $perv <1>> <br /> <span class="hint">(Hint: Increase your Perversion by watching porn on your computer)</span> <</if>> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>> <</nobr>>
<<nobr>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Mmm, that felt so <i>fucking</i> good. I want you to fuck me now.</p></div> <div class="centered-image"><img src='images/bathroom/ladybathevent17.gif'></div> <span class="message">You pull her closer and prepare to further claim the once modest woman before you.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent18.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Oooo, yes! You're stretching me out, $name!</p></div> <span class="message">It's a tight squeeze, so you make sure to insert your dick slowly.</span> <div style="text-align: center;"> <<button 'Continue' 'ladyrandombathroom11'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>> <</nobr>>
<<nobr>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>Yes! Yes! Yes! Yes!</i></p></div> <div class="centered-image"><img src='images/bathroom/ladybathevent19.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>><i>Holy shit!</i> Your pussy is gripping my dick. You feel like a virgin.<</say>> <div class="centered-image"><img src='images/bathroom/ladybathevent20.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>Fuck! You're practically inside my cervix!</i></p></div> <span class="message">You can feel the grip of her cervix rubbing the tip of your dick with each thrust.</span> <div style="text-align: center;"> <<button 'Continue' 'ladyrandombathroom12'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>> <</nobr>>
<<nobr>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>That was starting to hurt too much. Let me ride your dick now, $name.</i></p></div> <span class="message">You lay back while she mounts you.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent21.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>><i>Oh shit..</i><</say>> <span class="message">As she begins to slide you inside of her, your eyes roll to the back of your head.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent22.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>You're getting me all creamy, $name..</i></p></div> <div style="text-align: center;"> <<button 'Continue' 'ladyrandombathroom13'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>> <</nobr>>
<<nobr>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>I <i>LOVE</i> SLAMMING YOUR DICK IN MY CUNT!</i></p></div> <div class="centered-image"><img src='images/bathroom/ladybathevent23.gif'></div> <span class="message">The onslaught of stimulation is starting to boil over as you feel yourself getting closer to the edge.</span> <<say '$name' 'images/portraits/MMainC.png'>><i>Hop off! I'm about to cum.</i><</say>> <div style="text-align: center;"> <<button 'Continue' 'ladyrandombathroom14'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>> <</nobr>>
<div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>I want you to cum on my tongue! Make me your whore!</i></p></div> <div class="centered-image"><img src='images/bathroom/ladybathevent24.gif'></div> <<timed 2s>> <<fadein '1s'>> <span class="message">You feel it's about time to grant her the wish.</span> <div style="text-align: center;" class='textevent'><<linkreplace 'Cum on her tongue'>> <<timed 0.1s>> <<run document.querySelector(".passage").scrollIntoView({behavior:"smooth",block:"end"})>> <</timed>> <div style="text-align: justify;" class="centered-image"><img src='images/bathroom/ladybathevent25.gif'></div><br /> <span class="message">She swallows the cum, thanks you for the snack, and you both move on with your day.</span> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<editcycle 'time' change 1>> <<ladylust>> <</button>> </div> <</linkreplace>></div> <</fadein>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>>
<<nobr>> <span class="message">You decide to get a closer look.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent2.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>She's wearing practically nothing right now!</i><</say>> <div class="centered-image"><img src='images/bathroom/ladybathevent3.gif'></div> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>><</button>> <<if $perv >=50>> <span class="buttoneventperv"> <<button '[Perversion] Get Closer' 'ladyrandombathroom3'>><</button>> </span> <<else>> <<mouseover>> <<disable true>> <span class="buttoneventperv"> <<button '[Perversion] Get Closer' 'ladyrandombathroom3'>><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need 50 Perversion to do this.</span><</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>> <<if not $player.has('firstladymainbath')>> <<pickup '$player' 'firstladymainbath')>> <</if>> <</nobr>>
<span class="message">You move in even closer.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent4.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>I'd pay my left nut to have a house wife this god damn sexy.</i><</say>> <div class="centered-image"><img src='images/bathroom/ladybathevent5.gif'></div> <span class="message">You've been completely hypnotized by her ass and lost almost all rationale in the process.</span> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>><</button>> <span class="buttonevent"> <<if $ladylust == 100>> <<button 'Get Closer' 'ladyrandombathroom4'>> <</button>> <</if>> <<if $ladylust < 100>> <<if $ladylust >= 50>> <<button 'Get Closer' 'ladyrandombathroomnotquite'>> <</button>> <</if>> <</if>> <<if $ladylust < 50>> <<button 'Get Closer' 'ladyrandombathnotenoughlust'>><</button>> <</if>> </span> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <span class="message">As you walk closer, $ladyn starts to feel your pressence behind her.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent6.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Hehe, you're <i>only</i> going to stand back there and watch me? ;)</p></div> <span class="message">She approachs you with desire in her eyes.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent7.gif'></div> <div style="text-align: center;"> <<button 'Continue' 'ladyrandombathroom5'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>>
<<nobr>> <span class="message">Once your dick is amply hardened, she drops to her knees.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent8.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>How about I whip that fucking cock out?</p></div> <span class="message">She said, in an almost aggressive tone, then proceeds to lick along your shaft.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent9.gif'></div> <div style="text-align: center;"> <<button 'Continue' 'ladyrandombathroom6'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">She further teases your dick with her tongue.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent10.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>I can taste the precum on your dick, $name. ;)</p></div> <span class="message">The precum motivated her to give you a proper sucking.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent11.gif'></div> <span class="message">While getting your cock throated, you pull up your shirt to clear up her workspace.</span> <div style="text-align: center;"> <<button 'Continue' 'ladyrandombathroom7'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">Now beginning to ravage your shaft, your $lady is showing no signs of slowing down.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent12.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>>Take out your titties. I want to see them bounce while you suck me off.<</say>> <span class="message">Not only does she pull them out, she also uses them as another means of pleasuring you.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent13.gif'></div> <div style="text-align: center;"> <<button 'Continue' 'ladyrandombathroom8'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">Double hand jerking, groped titties, and cock sucking. The sheer pleasure is far too blissful.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent14.gif'></div> <<if not $player.has('ladysexcomplete')>> <span class="message">As suddenly as it started, it ends. She leaves you with a hard and lonely cock.</span> <div style="text-align: center;"> <span class="require">Have sex for the first time to see more!</span> </div> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<editcycle 'time' change 1>> <<set $ladyscene3 to "true">> <<ladylust>> <</button>> </div> <<else>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Come with me.</p></div> <span class="message">She grabs your hand and leads you to the living room.</span> <div style="text-align: center;"> <<button 'Continue' 'ladyrandombathroom9'>><</button>> </div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">$ladyn pulls out the fold-out bed in the living room and immediately pounces on it.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent15.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>How's the view, $name?</p></div> <<say '$name' 'images/portraits/MMainC.png'>>So fucking good. I have to taste it.<</say>> <div class="centered-image"><img src='images/bathroom/ladybathevent16.gif'></div> <span class="message">You couldn't care less if someone walked in and saw your tongue deep in $ladyn's asshole.</span> <div style="text-align: center;"> <<button 'Continue' 'ladyrandombathroom10'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>> <</nobr>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <span class="message">As you walk closer, $ladyn starts to feel your pressence behind her.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent6.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Hehe, you're <i>only</i> going to stand back there and watch me? ;)</p></div> <span class="message">She approachs you with desire in her eyes.</span> <div class="centered-image"><img src='images/bathroom/ladybathevent7.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Alright, $nameln. That's enough of that. I have to get back to work.</p></div> <span class="message"> She suddenly stopped. You sadly leave with a lonely and hard cock.</span> <div style="text-align: center;"><span class="require">Reach Lust Level 5 to see more.</span></div> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>> <<ladylust>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>>
<<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message">You run in to <span class="ladytext">$ladyn</span> in the living room.</span> <div class="centered-image"><img src='images/livingroom/lady/pic1.jpg' width="400"></div> <div id="interactborder" class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Exit' 'Bedroom'>><</button>> <<button 'Talk' 'ladyrandomlivingtalk'>><</button>> <<button 'Flirt' 'ladyrandomlivingflirt'>><</button>> <<if $ladygift is false>> <<button 'Gift'>> <<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <<addclass "#interactborder" "hidden">> <<removeclass "#giftborder" "hidden">> <</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Gift'>><</button>> </span> <</disable>> <</if>> </div> </div> <<giftlady>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <<if $ladylove < 15>> <<goto 'ladyrandomlivingflirtbad'>> <</if>> <span class="message">Your eyes fall low to her exposed legs. Then, reaching out, you gently feel the softness of her skin.</span> <<say '$name' 'images/portraits/MMainC.png'>>I love how soft your legs are, <<if $lady =="Mom">>$lady<<else>>$ladyn<</if>>.<</say>> <<if $ladylust < 15>> <div class="centered-image"><img src='images/misc/heart.gif' width="200"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>I moisturize my whole body every day. It helps keep me looking young!</p></div> <span class="message">After briefly breaking the touch barrier, you retract your hand, and move on.</span> <div style="text-align: center;"><span class="require">Improve her lust to see more.</span></div> <</if>> <<if $ladylust >=15>> <span class="message">She lifts up her shirt just below her nipples.</span> <div class="centered-image"><img src='images/livingroom/lady/pic2.jpg' width="400"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>I moisturize everywhere. See. My stomach is just as soft. <3</p></div> <span class="message">You rub her flat stomach while mostly looking at her exposed underboob.</span> <<if $ladylust <25>> <div style="text-align: center;"><span class="require">Improve her lust to see more.</span></div> <</if>> <</if>> <<if $ladylust >=25>> <<say '$name' 'images/portraits/MMainC.png'>>It feels <i>really</i> nice. <</say>> <span class="message">She steps backwards just barely out of reach and takes her shirt off.</span> <div class="centered-image"><img src='images/livingroom/lady/pic3.jpg' width="400"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Hehe, only look, <i>no</i> touching.</p></div> <span class="message">She teases you with her breasts. </span> <<if $ladylust <50>> <div style="text-align: center;"><span class="require">Improve her lust to see more.</span></div> <</if>> <</if>> <<if $ladylust >=50>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>The look on your face is <i>so</i> sexy when you watch me strip.</p></div> <span class="message">It's officially progressed to a full-on strip tease.</span> <div class="centered-image"><img src='images/livingroom/lady/pic4.jpg' width="400"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>I <i>love</i> getting you all flustered..</p></div> <<if $ladylust <75>> <span class="message">She slides her shorts back up and puts her shirt back on before leaving the room.</span> <div style="text-align: center;"><span class="require">Improve her lust to see more.</span></div> <</if>> <</if>> <<if $ladylust >=75>> <div class="centered-image"><img src='images/livingroom/lady/pic5.jpg' width="400"></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Let me give you a <i>good</i> look..</p></div> <span class="message">She puts her ass in your face before getting her clothes back on and leaving the room.</span> <</if>> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<ladylust>> <</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <span class="message">Your eyes fall low to her exposed legs. Then, reaching out, you gently feel the softness of her skin.</span> <<say '$name' 'images/portraits/MMainC.png'>>I love how soft your legs are, <<if $lady =="Mom">>$lady<<else>>$ladyn<</if>>.<</say>> <span class="message">She recoils away from you in disgust.</span> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>That was very inappropraite, $name! Get the fuck out of here!</p></div> <<require>>Reach Love Level 1 for a positive outcome!<</require>> <div style="text-align: center;"> <<button 'End Interaction' 'Bedroom'>> <<ladylovebad>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <span class="message">Both faces light up when you and her see eachother.</span> <<say '$name' 'images/portraits/MMainC.png'>>Hi, <<if $lady =="Mom">>$lady<<else>>$ladyn<</if>>! You seem like you're in a really good mood.<</say>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Yeah! It's been so great having you here. You always cheer me up even when im in a bad mood.</p></div> <span class="message">You both talk a bit more before finding something else to do.</span> <div class="centered-image"><img src='images/misc/heart.gif' width="200"></div> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<ladylove>> <</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <span class="message">You sit intimately close to her on the bed.</span> <<say '$name' 'images/portraits/MMainC.png'>>Dinner was really great. I'm so lucky to have such a stunning woman taking care of me.<</say>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>*blushes*</i> Awwh, you're a blessing.</p></div> <<if $ladylust <15>> <span class="message">You can tell the closeness of your bodies is having an arrousing impact on her.</span> <div class="centered-image"><img src='images/misc/heart.gif' width="200"></div> <<require>>Reach the next Lust Level to see more.<</require>> <<else>> <<if $ladylust <25>> <div class="centered-image"><img src='images/landlordroom/ladynightie.jpg' width="400"></div> <span class="message">You both exchange a few words and she does a subtle flash of her panties before you leave.</span> <<require>>Reach the next Lust Level to see more.<</require>> <<else>> <<if $ladylust <50>> <div class="centered-image"><img src='images/landlordroom/ladynightie3.jpg' width="400"></div> <span class="message">Before you turn to leave, she does a turn and flaunts her ass to you.</span> <<require>>Reach the next Lust Level to see more.<</require>> <<else>> <<if $ladylust <75>> <div class="centered-image"><img src='images/landlordroom/ladyflirt.jpg' width="400"></div> <span class="message">She tugs at her panties while showcasing her breasts. You both feel the tension during the short conversation.</span> <<require>>Reach the next Lust Level to see more.<</require>> <<else>> <div class="centered-image"><img src='images/landlordroom/ladyflirt2.jpg' width="400"></div> <span class="message">She comfortably displays her nude body. You both finish the conversation and move to other things.</span> <</if>> <</if>> <</if>> <</if>> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<editcycle 'time' change 1>> <<ladylust>> <</button>></div> <<if $ladylove <15>> <<goto 'ladyroomflirtbad'>> <</if>> /* Day/Night Background Cycle */ <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('evening')>> <<if not Cycle.get('time').check('dawn')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <</if>> <</if>> <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('afternoon')>> <<if not Cycle.get('time').check('noon')>> <<if not Cycle.get('time').check('morning')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <</if>> <</if>> <</if>> <<if Cycle.get('time').check('night')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <<if Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <span class="message">You sit intimately close to her on the bed.</span> <<say '$name' 'images/portraits/MMainC.png'>>Dinner was really great. I'm so lucky to have you here taking care of us.<</say>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Thanks, but please respect my personal space.</p></div> <span class="message">She creates space between you two, and you feel it's best to leave.</span> <<require>>Reach Love Level 1 for a positive outcome!<</require>> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<ladylovebad>> <<editcycle 'time' change 1>> <</button>></div> /* Day/Night Background Cycle */ <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('evening')>> <<if not Cycle.get('time').check('dawn')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <</if>> <</if>> <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('afternoon')>> <<if not Cycle.get('time').check('noon')>> <<if not Cycle.get('time').check('morning')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <</if>> <</if>> <</if>> <<if Cycle.get('time').check('night')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <<if Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <span class="message">She begins fingerbanging her already soaked pussy while talking dirty things to you.</span> <div class="centered-image"><img src='images/landlordroom/masturbating.gif'></div> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <span class='expand'> <<button 'End Interaction'>> <<if $ladysexyourroom =="true">> <<goto 'Bedroom'>> <<else>> <<goto 'ladybedinitinteract'>> <</if>> <</button>> <<button 'Blowjob' 'blowjobladyroom'>><</button>> <<button 'Tease Ass' 'fingerassladyroom'>><</button>> <<button 'Fuck Pussy' 'fuckpussyladyroom'>><</button>> <<button 'Fuck Ass' 'fuckassladyroom'>><</button>> </span></div></div> /* Day/Night Background Cycle */ <<if $ladysexyourroom =="true">> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</if>>
<<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <span class="message">You make your intentions clear that entering her room was meerly to have a casual conversation.</span> <<say '$name' 'images/portraits/MMainC.png'>>I've enjoyed my time living here. You do a great job at keeping up with the place.<</say>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Thank you! <<if $lord =="Dad">>Your <<set $lord to $lord.toLowerCase($lord)>>$lord<<set $lord to $lord.toUpperFirst($lord)>><<else>>$lordn<</if>> and I try our best, although it's mostly me that does the chores... Anyways, It's been great having you <<if $lady =="Mom">>still at home<<else>> here<</if>>!</p></div> <<if $ladylust <50>> <div class="centered-image"><img src='images/landlordroom/ladynightie2.jpg' width="400"></div> <span class="message">You both chat about a few more things then you head out to find something else to do.</span> <<else>> <div class="centered-image"><img src='images/landlordroom/talklust.jpg' width="400"></div> <span class="message">She happily smiles as her breasts are on full display. You wrap up the innocent conversation and go on your way.</span> <</if>> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<ladylove>> <<editcycle 'time' change 1>> <</button>></div> /* Day/Night Background Cycle */ <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('evening')>> <<if not Cycle.get('time').check('dawn')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <</if>> <</if>> <<if not Cycle.get('time').check('night')>> <<if not Cycle.get('time').check('afternoon')>> <<if not Cycle.get('time').check('noon')>> <<if not Cycle.get('time').check('morning')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <</if>> <</if>> <</if>> <<if Cycle.get('time').check('night')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <<if Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>>
<<nobr>> <span class='message'>You decided it wasn't quite a good enough look and decide to pull the curtain further back.</span> <div style="text-align: center;" class="vid-border">><video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0.2'><source src="videos/landlordbathroom/ladysecondspyshower.mp4" type="video/mp4"></video></div> <<say '$name' 'images/portraits/MMainC.png'>>Oh shit...<</say>> <div style ="text-align: center;"><<button 'Got Caught!' 'ladyshowercaught'>> <</button>></div> <<timed .1s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordbathroomnight">> <</if>> <</nobr>>
<<nobr>> <div class="centered-image"><img src='images/landlordbathroom/ladyshowertalk.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>$name, you can't be in here while I'm taking a shower...</p></div> <span class='message'>She said that, but doesn't seem very angry at the fact that you were spying on her.</span> <<if $ladylust >=25>> <div style ="text-align: center;"> <<button 'Continue' 'ladyshowercaught2'>> <<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <</button>> </div> <<else>> <div style ="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<editcycle 'time' change 1>> <<ladylust>> <</button>> </div> <</if>> <<if $ladylust <15>> <<goto 'ladyshowercaughtbad'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordbathroomnight">> <</if>> <</nobr>>
<<nobr>> <span class='message'>She closes the curtain and begins to turn off the shower.</span> <div class="centered-image"><img src='images/landlordbathroom/ladyshowerturnoff.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>If <<if $lord =="Dad">>your $lord<</if>> <<if $lord =="Uncle">>your $lord<</if>><<if not $lord =="Dad">><<if not $lord =="Uncle">>$lordn<</if>><</if>>knew you were in here he'd beat the hell out of you.</p></div> <div class="centered-image"><img src='images/landlordbathroom/ladyshowerflashtits.gif'></div> <span class='message'>Her flashing you doesn't discourage you at all from what you're doing, but she does make a good point.</span> <<if $fit >=50>> <<say '$name' 'images/portraits/MMainC.png'>>I'm not scared of him.<</say>> <div style ="text-align: center;"><<button 'Continue' 'ladyshowercaught3'>><</button>></div> <<else>> <<say '$name' 'images/portraits/MMainC.png'>>You're right.. He could kill me with his bare hands.<</say>> <div style="text-align: center;"><span class="require">Improve your fitness to see more.</span></div> <div style ="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<editcycle 'time' change 1>> <<ladylust>> <</button>> </div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordbathroomnight">> <</if>> <</nobr>>
<<nobr>> <span class='message'>Your dick begins to throb even harder at the sight of her naked body in front of you.</span> <div class="centered-image"><img src='images/landlordbathroom/ladyshowerflashtitstalk.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>It's not only about you! He'd never forgive me, and he'd kick us both out.</p></div> <span class='message'>She definitely glanced down at the massive tent your pitching.</span> <div class="centered-image"><img src='images/landlordbathroom/ladyshowerexit.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>I know you and I have been getting closer lately, but this is too risky when he's home.</p></div> <div style ="text-align: center;"> <<if $ladylust <100>> <div style="text-align: center;"><span class="require">Reach Lust Level 5 to see more.</span></div> <<button 'End Interaction' 'Living Room'>> <<editcycle 'time' change 1>> <<ladylust>> <</button>> <<else>> <<button 'Continue' 'ladyshowercaught4'>><</button>> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordbathroomnight">> <</if>> <</nobr>>
<<nobr>> <span class='message'>She begins putting lotion on her hands.</span> <div class="centered-image"><img src='images/landlordbathroom/ladyshowerlotion.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>*sigh*</i> I can see you're hurting down there. <br />If I help you with this, you have to be quick before $lordn walks in.</p></div> <div class="centered-image"><img src='images/landlordbathroom/ladyshowerstarthandy.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>>Yeah! I'll be fast, I was already about to cum after watching you shower.<</say>> <span class='message'>She kneels before your royal pole, and finally, begins providing the relief you were looking for.</span> <div style ="text-align: center;"><<button 'Continue' 'ladyshowerjerk'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordbathroomnight">> <</if>> <</nobr>>
<<nobr>> <div class="centered-image"><img src='images/landlordbathroom/ladyshowerbad.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>I'm taking a shower! Go away, creep!</p></div> <<require>>Reach Lust Level 1 for a positive outcome!<</require>> <div style ="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<ladylovebad>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordbathroomnight">> <</if>> <</nobr>>
<<nobr>> <span class='message'>You grunt as each pulse of cum splashes on her ass.</span> <div class="centered-image"><img src='images/landlordbathroom/cumshot.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>>Take that, you fucking whore.<</say>> <div class="centered-image"><img src='images/landlordbathroom/afterfucktalk.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Alright, $name. I hope you'll act a bit more reasonable now that you got that out of your system.</p></div> <span class='message'>You couldn't possibly take her serious while she wears your cum on her face.</span> <div style ="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<editcycle 'time' change 1>> <<ladylust>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordbathroomnight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class='message'>The bathroom door is locked. You can hear the shower running on the other side.</span> <div class="centered-image"> <img src='images/misc/locked.gif' height='263' width='351'> </div> <span class='message'>There's a small hole that unlocks the door when something long and skinny is inserted. </span> <div style ="text-align: center;"> <<button 'Leave' 'Landlords Bedroom'>><</button>> <<if $player.has('Needle')>> <span class="buttonevent"><<button 'Use needle to pick lock' 'firstladyshowerspy'>><</button>></span> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</nobr>>
<<nobr>> <span class='message'>Gagging on your dick seemed to have a significant effect on her.</span> <div class="centered-image"><img src='images/landlordbathroom/startfuck.gif'></div> <span class='message'>She turned around, presented her ass, and began to help you pentrate her.</span> <<say '$name' 'images/portraits/MMainC.png'>>I'm turning you in to my little slut. It takes very little effort to fuck you at this point.<</say>> <div class="centered-image"><img src='images/landlordbathroom/keepfuck.gif'></div> <span class='message'>Her pussy gets significantly more wet after mentioning the claiming of her.</span> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>*moans*</i> It's so hot the way you dominate me, I fucking love you, $nameln!</p></div> <div style ="text-align: center;"><<button 'Continue' 'ladyshowerfuck2'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordbathroomnight">> <</if>> <</nobr>>
<<nobr>> <span class='message'>The mark of your seed is still very present on her face. This truly shows just how far you've come with your $lady.</span> <div class="centered-image"><img src='images/landlordbathroom/stillcumface.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>*moans*</i> Your dick is starting to swell! Don't cum inside!</p></div> <span class='message'>You feel a sense of dissapointment that she won't let you attempt to breed her yet.</span> <<say '$name' 'images/portraits/MMainC.png'>>I'm going to own you. Some day you'll beg for my children.<</say>> <div class="centered-image"><img src='images/landlordbathroom/keepfuck2.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>*moans*</i> Mark me as your little cum slut! Paint all over my ass, baby!</p></div> <div style ="text-align: center;"><<button 'Continue' 'ladyshowercumshot'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordbathroomnight">> <</if>> <</nobr>>
<<nobr>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>Jesus, I didn't even get a chance to put makeup on and I'm already jerking your dick off.</i></p></div> <div class="centered-image"><img src='images/landlordbathroom/keepjerk.gif'></div> <span class='message'>The lustful act of her double handed jerk quickly builds extreme arousal within you.</span> <<say '$name' 'images/portraits/MMainC.png'>>Holy fuck, I'm already cumming!<</say>> <div class="centered-image"><img src='images/landlordbathroom/alreadycum.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Wow! That was only a minute. I didn't know I could do that to you, $nameln. ;)</p></div> <div style ="text-align: center;"><<button 'Continue' 'ladyshowersuck'>><</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordbathroomnight">> <</if>> <</nobr>>
<<nobr>> <span class='message'>After cumming on her face, she began to suck out the cum that didn't manage to spray her.</span> <div class="centered-image"><img src='images/landlordbathroom/startsuck.gif'></div> <span class='message'>The sensitivty due to recently ejaculating is overwhelming, yet only increases your desire to push things further.</span> <<say '$name' 'images/portraits/MMainC.png'>>Fuuck.. Go deeper.<</say>> <div class="centered-image"><img src='images/landlordbathroom/deep.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Your cum tastes so fucking good..</p></div> <<if $player.has('ladysexcomplete')>> <div style ="text-align: center;"><<button 'Continue' 'ladyshowerfuck'>><</button>></div> <<else>> <<set $ladyscene6 to "true">> <div style="text-align: center;"><span class="require">Have sex for the first time to see more!</span></div> <div style ="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<editcycle 'time' change 1>> <<ladylust>> <</button>></div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordbathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordbathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordbathroomnight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <span class="message">As you make your way to your <span class="whitetext"><<set $land to $land.toLowerCase($land)>>$land'<<set $land to $land.toUpperFirst($land)>></span> room, you see movement behind their cracked door.</span> <div class="centered-image"><img src='images/landlordroom/ladyundresspeek.gif'></div> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>><</button>> <<if $perv <25>> <<mouseover>> <<disable true>> <span class="buttoneventperv"><<button '[Perversion] Peek'>><</button>></span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need 25 Perversion to do this.</span> <<if $perv <1>> <br /> <span class="hint">(Hint: Increase your Perversion by watching porn on your computer)</span> <</if>> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> <<if $perv >=25>> <<if not $player.has('firstladyundress')>> <span class='buttoneventperv'> <<button '[Perversion] Peek'>> <<pickup '$player' 'seenladyundress'>> <<goto 'ladyundress2'>> <<set $perv to Math.clamp($perv + 1, 0, $maxPerv)>> <<notify>>+1 Perversion!<</notify>> <</button>> </span> <</if>> <</if>> <<if $perv >=25>> <<if $player.has('firstladyundress')>> <span class='buttoneventperv'> <<button '[Perversion] Peek'>> <<switch random(1, 2)>> <<case 1>> <<pickup '$player' 'seenladyundress'>> <<goto 'ladyundressseen'>> <<set $perv to Math.clamp($perv + 1, 0, $maxPerv)>> <<notify>>+1 Perversion!<</notify>> <<case 2 >> <<pickup '$player' 'seenladyundress'>> <<goto 'ladymast'>> <<set $perv to Math.clamp($perv + 1, 0, $maxPerv)>> <<notify>>+1 Perversion!<</notify>> <</switch>> <</button>> </span> <</if>> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">Peaking through the cracked door, you see <span class="ladytext">$ladyn</span> completely nude.</span> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>Looks like I caught her while she's changing! Lucky me.</i><</say>> <div class="centered-image"><img src='images/landlordroom/ladyundress2.gif'></div> <span class="message">$ladyn feels a slight distrubance in the ambient sounds of the bedroom.</span> <<if $ladylust >=15>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>Is someone watching me from the doorway..?</i></p></div> <span class="message">She figured it must be you, because her husband wouldn't have reason to spy, and $roomn never showed interest.</span> <div class="centered-image"><img src='images/landlordroom/ladyundress3.gif'></div> <span class="message">She isn't sure why, but knowing you're watching didn't stop her.</span> <div style="text-align: center;"> <<button 'Continue' 'ladyundress3'>> <<if not $player.has('firstladyundress')>> <<pickup '$player' 'firstladyundress')>> <</if>> <</button>> </div> <<else>> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>I should leave before I get caught.</i><</say>> <<require>>Reach the Lust Level 1 to see more.<</require>> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>> <</button>> </div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</nobr>>
<<nobr>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>Weird.. I'm starting to get turned on by all of this. I feel like teasing him more.</i></p></div> <div class="centered-image"><img src='images/landlordroom/ladyundress4.gif'></div> <span class="message">Your heart's pounding in your chest, and dick's pulsating within your jeans.</span> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>The way she's positioning her body... It's like she knows I'm watching her.</i><</say>> <div class="centered-image"><img src='images/landlordroom/ladyundress5.gif'></div> <div style="text-align: center;"> <<button 'Continue' 'ladyundress4'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</nobr>>
<<nobr>> <div class="centered-image"><img src='images/landlordroom/ladyundress6.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>Seems like she's done. I should find something else to do now.</i><</say>> <span class="message">You both begin to carry on with your day.</span> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<set $ladyscene4 to "true">> <<ladylust>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>I see $name is here for another peek..</i></p></div> <div class="centered-image"><img src='images/landlordroom/ladyundress.gif'></div> <span class="message">She quickly pretends to not notice you're there.</span> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>I caught her after her shower again!</i><</say>> <div class="centered-image"><img src='images/landlordroom/ladyundress2.gif'></div> <span class="message">$ladyn is getting very excited that you've come back to peep on her.</span> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>I love when he watches me...</i></p></div> <div class="centered-image"><img src='images/landlordroom/ladyundress3.gif'></div> <div style="text-align: center;"> <<button 'Continue' 'ladyundress3'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <</nobr>>
<<narrator>>You give the bottle of wine to <span class="ladytext">$ladyn</span>.<</narrator>> <<saylady>>Thanks!<</saylady>> <div style="text-align: center;"> <<button 'End Interaction' `previous ()`>> <<drop '$inventory' 'Bottle of Wine'>> <<set $ladylove to Math.clamp($ladylove +3, 0, $maxLadylove)>> <<notify>>+3 $lady Love! [Current: $ladylove]<</notify>> <<set $ladygiftreward to true>> <<ladylove>> <<set $ladygiftreward to false>> <<set $ladygift to true>> <<set $ladyfirstwine to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<if $location =="Kitchen">> /* Kitchen Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<elseif $location =="$land' Bedroom">> /* Bedroom Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landlordroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landlordroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landlordroomnight">> <</if>> <<elseif $location =="Living Room">> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</if>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message">You find <span class="ladytext">$ladyn</span> doing yoga in the living room.</span> <div class="centered-image"><img src='images/livingroom/ladyyoga2.gif'></div> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>><</button>> <<if $perv <25>> <<mouseover>> <<disable true>> <span class="buttoneventperv"><<button '[Perversion] Spy on her' 'landladylivingrandom2'>><</button>></span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need 25 Perversion to do this.</span> <<if $perv <1>> <br /> <span class="hint">(Hint: Increase your Perversion by watching porn on your computer)</span> <</if>> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <<else>> <span class="buttoneventperv"> <<button '[Perversion] Spy on her' 'landladylivingrandom2'>> <<set $perv to Math.clamp($perv + 1, 0, $maxPerv)>> <<notify>>+1 Perversion!<</notify>> <<if not $player.has('firstladyyoga')>> <<pickup '$player' 'firstladyyoga')>> <</if>> <</button>> </span> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">You hide behind a plant while $ladyn continues her yoga session.</span> <div class="centered-image"><img src='images/livingroom/ladyyoga3.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>I can see her ass through those thin yoga pants.</i><</say>> <div class="centered-image"><img src='images/livingroom/ladyyoga4.gif'></div> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>><</button>> <<if $perv >=75>> <span class="buttoneventperv"> <<button '[Perversion] Fuck her' 'landladylivingrandom3'>><</button>> </span> <<else>> <span class="require">You need 75 Perversion to continue.</span> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">Sneaking up behind her, you rip open her yoga pants and expose her.</span> <div class="centered-image"><img src='images/livingroom/ladyyoga5.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Hey! What're you doing?!</p></div> <span class="message">Before she has a real chance of reacting, you force your dick inside of her and hold her in place.</span> <div class="centered-image"><img src='images/livingroom/ladyyoga6.gif'></div> <div style="text-align: center;"> <<button 'Continue' 'landladylivingrandom4'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">You hold her leg tightly; giving you the leverage you require to repeatedly thrust inside of her.</span> <div class="centered-image"><img src='images/livingroom/yogafuck2.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>(moans)You're just going to start fucking me and not even say anything?</i> </p></div> <span class="message">You seemingly ignore what she said and continue with your onslaught.</span> <div class="centered-image"><img src='images/livingroom/yogafuck3.gif'></div> <div style="text-align: center;"> <<button 'Continue' 'landladylivingrandom5'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <<say '$name' 'images/portraits/MMainC.png'>>I'm helping you with your yoga! Try a differnet pose.<</say>> <span class="message">She changes to a "wheel pose" a popular yet challenging position.</span> <div class="centered-image"><img src='images/livingroom/yogafuck4.gif'></div> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>*gluck* *gluck* *gluck* *gluck*</i></p></div> <span class="message">You decide to stop with the wheel pose and change to a different position. One that allows you to keep fucking her.</span> <div class="centered-image"><img src='images/livingroom/yogafuck5.gif'></div> <div style="text-align: center;"> <<button 'Continue' 'landladylivingrandom6'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <div class="centered-image"><img src='images/livingroom/yogafuck7.gif'></div> <<if $player.has('ladysexcomplete')>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>(moans)Mmm, yes! Keep fucking me, $nameln.</i></p></div> <<else>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p><i>(moans)I didn't ask for this! Why are you doing this?!</i></p></div> <</if>> <<say '$name' 'images/portraits/MMainC.png'>><i>Ughh, I'm about to nut all over you!</i><</say>> <span class="message">It's time to let her have it.</span><br /> <div style="text-align: center;"><span class="textevent"> <<linkreplace 'Cum'>> <div class="centered-image"><img src='images/livingroom/yogacum.gif'></div> <<button 'Continue' 'landladylivingrandom7'>> <</button>> <<timed 0.1s>> <<run document.querySelector(".passage").scrollIntoView({behavior:"smooth",block:"end"})>> <</timed>> <</linkreplace>></span> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">She starts heading upstairs to her room.</span> <div class="centered-image"><img src='images/livingroom/yogacum2.gif'></div> <<if $player.has('ladysexcomplete')>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Mmm, thanks, $nameln. I'll go get cleaned up now.</p></div> <<else>> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>I can't believe you just did that. Fuck you.</p></div> <</if>> <div style="text-align: center;"> <<if $player.has('ladysexcomplete')>> <<button 'End Interaction' 'Living Room'>> <<ladylust>> <</button>> <</if>> <<if not $player.has('ladysexcomplete')>> <<set $ladylove to Math.clamp($ladylove -5, 0, $maxLadylove)>> <<notify>> -5 $lady Love! [Current: $ladylove]<</notify>> <<set $ladyscene7 to "true">> <<require>>This does not count as having sex for the first time!<</require>> <<button 'End Interaction' 'Living Room'>> <<if $ladylovelevel is 1 && $ladylove <15>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"><span class="bigredtext">Love level down!</span> <br />You're now at Love Level 0 with your <span class="ladytext">$lady</span>.</div> <<set $ladylovelevel to 0>> <</popover>> <</if>> <</button>> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>><</button>> </div> <span class="message">The door is shut and locked. There's no way in.</span> <div class="centered-image"> <img src='images/misc/locked.gif' height='263' width='351'> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "landdoor">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "landdoordawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "landdoornight">> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <<if not $player.has('roomsexcomplete')>> <span class="message">After getting your clothes back on and leaving the bathroom, you don't see $roomn or notice anything suspicious.</span> <<if $roomlust <100>> <<say '$name' 'images/portraits/MMainC.png'>>Not sure why I decided to take a shower in her bathroom, but looks like I didn't get caught anyways.<br />I'd better leave since I already made a risky move.<</say>> <</if>> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<editcycle 'time' change 1>> <<pickup '$player' 'seenroomspyubath'>> <<pickup '$player' 'firstroommastmc'>> <<set $roomscene5 to "true">> <</button>> </div> <<else>> <div style="text-align: center;"><<button 'Exit $roomn's Room' 'Living Room'>><</button>></div> <<if $roomlust <100>> <span class="message">You walk out of the bathroom and see <span class="roomtext">$roomn</span> falunting her body.</span> <div class="centered-image"> <img src='images/portraits/roommateroominteract.jpg'> </div> <<else>> <span class="message">You walk out of the bathroom and see <span class="roomtext">$roomn</span> falunting her body.</span> <div class="centered-image"> <img src='images/portraits/roommateroominteract2.jpg'> </div> <</if>> <div style="text-align: center;" class='initinteractbutton'> <<button 'Interact' 'interactchoiceroom'>><</button>> </div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</nobr>>
<<saymc>>I can see the progress you've been making.<</saymc>> <<sayroom>>Oh, you're talking about this?<</sayroom>> <div class="centered-image"><img src='images/kitchen/roommate/Kitchen/legday.gif'></div> <<sayroom>>Yeah, I always see you taking peeks. Might as well give you a <i>better</i> look, $namern.<</sayroom>> <<if $roomlustlevel is 1>> <<require>>Improve her lust to see more.<</require>> <</if>> <div style="text-align: center;"> <<button 'End Interaction' 'Kitchen'>> <<editcycle 'time' change 1>> <<roomlust>> <</button>> <<if $roomlustlevel isnot 1>> <span class='buttonevent'> <<button 'Ask to see more' 'seemore'>> <</button>> </span> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<<nobr>> <<set $skiptime to "off">> <span class='message'>As you're hanging out in the mall, lights in the building begin to shut off.</span> <div style="text-align: center;"><img src='images/mall/mallcop.jpg' height ="225"></div> <div class="saynpc"><img src="images/portraits/mallcop.png"><p>Smalls (Mall Cop)</p><p>Hey, buddy. Mall's closing up. You gotta go outside.</p></div> <div style="text-align: center;"><<button 'End Interaction' 'Outside Mall'>><</button>></div> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop muted><source src="videos/roommateroom/roomcaughtmast.mp4" type="video/mp4"></video></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>She's masturbating right in front of me! My dick is super hard I gotta do something.</i><</say>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop muted><source src="videos/roommateroom/jerk2mast.mp4" type="video/mp4"></video> </div> <span class="message">Both of your are masturbating in unison. More than anything, you wish you could walk in there and claim her.</span> <div style="text-align: center;"> <<button 'Continue' 'keepmast'>><</button>> </div> <<timed .1s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roombathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roombathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roombathroomnight">> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/bathroom/mastclose2.mp4" type="video/mp4"></video></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>I bet you'd love to run your tongue along my assshole too, you fucking loser.</i></p></div> <div style="text-align: center;"> <<button 'Exit Bathroom' 'leaveroombath'>> <<roomlust>> <</button>></div> <<timed .1s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</nobr>>
<<narrator>>You walk up to the bouncer; ready to inquire about the club.<</narrator>> <div style="text-align: center;"><img src='images/portraits/clubsecurity.jpg' height ="400"></div> <div class="saynpc"><img src="images/portraits/clubsecurityport.jpg"><p>Andy (Bouncer)</p><p>Fuck off. Go take a shower.</p></div> <<require>>Make sure to take showers to prevent disgusting other people.<</require>> <div style="text-align: center;"> <<button 'Leave' 'Red Light District'>><</button>> </div>
<span class="message">You hear random people around you make disgusted sounds and see them plug their noses.</span> <div class="centered-image"><img src='images/misc/stink.gif' width="400"></div> <div class="saynpc"><img src="images/portraits/clubsecurityport.jpg"><p>Andy (Bouncer)</p><p>Get out of line. You're bothering the people around you.</p></div> <<narrator>>You take your leave.<</narrator>> <<require>>Make sure to take showers to prevent disgusting other people.<</require>> <div style="text-align: center;"> <<button 'Leave' 'Red Light District'>><</button>> </div> <<set $skiptime to "off">>
<<nobr>> <<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <<set $skiptime to "off">> <span class="message"><span class="ladytext">$ladyn</span> has just<<if $player.has('helpprepdinner')>>(with your help)<</if>> finished preparing a massive amount of food at the table.</span> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Hey, $name! I told $roomn about dinner. <<if $lord =="Dad" or $lord =="Uncle">>Your <<set $lord to $lord.toLowerCase($lord)>>$lord's<<set $lord to $lord.toUpperFirst($lord)>><<else>>$lordn's<</if>> still at work, so it'll just be the three of us tonight.</p></div> <div class="centered-image"><img src='images/dining/ladydinner.jpg' width="400"></div> <span class="message">As you and $ladyn begin sitting at the table, <span class="roomtext">Mandy</span> walks in.</span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>Omg</i>, I could smell it from my room. It smells soo good, <<if $ladyr =="Mom">>$lady<<else>>$ladyn<</if>>.</p></div> <div class="centered-image"><img src='images/dining/roomdinner.jpg' width="400"></div> <span class="message">All three of you begin plating up and making small talk.</span> <div style="text-align: center;"> <<button 'Go Back' 'Kitchen'>><</button>> <<button 'Eat Dinner' 'Kitchen'>> <<set $ladylove to Math.clamp($ladylove +$charm, 0, $maxLadylove)>> <<set $roomlove to Math.clamp($roomlove +$charm, 0, $maxRoomlove)>> <<notify>> +$charm $lady & $room Love!<</notify>> <<set $stamina to Math.clamp($stamina + 50, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<pickup '$player' 'seendinner'>> /* Love Level ups */ <<if $ladylovelevel is 0 && $roomlovelevel is 0 && $ladylove >=15 && $roomlove >=15>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You're now at Love Level 1 with your <span class="ladytext">$lady</span> & <span class="roomtext">$room</span>.</div> <<set $ladylovelevel to 1>> <<set $roomlovelevel to 1>> <</popover>> <</if>> <<if $ladylovelevel is 0 && $ladylove >=15 && $roomlove <15>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You've reached Love Level 1 with your <span class="ladytext">$lady</span>.</div> <<set $ladylovelevel to 1>> <</popover>> <</if>> <<if $ladylovelevel is 0 && $ladylove >=15 && $roomlovelevel is 1>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You've reached Love Level 1 with your <span class="ladytext">$lady</span>.</div> <<set $ladylovelevel to 1>> <</popover>> <</if>> <<if $roomlovelevel is 0 && $roomlove >=15 && $ladylove <15>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You've reached Love Level 1 with your <span class="roomtext">$room</span>.</div> <<set $roomlovelevel to 1>> <</popover>> <</if>> <<if $roomlovelevel is 0 && $roomlove >=15 && $ladylovelevel is 1>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You've reached Love Level 1 with your <span class="roomtext">$room</span>.</div> <<set $roomlovelevel to 1>> <</popover>> <</if>> <</button>> <<if $perv >=25>> <<switch random(1, 2)>> <<case 1>> <span class="buttoneventperv"> <<button '[Perversion] Drop Fork' 'ladypantieflashdinner'>><</button>> </span> <<case 2 >> <span class="buttoneventperv"> <<button '[Perversion] Drop Fork' 'roompantieflashdinner'>><</button>> </span> <</switch>> <<else>> <<mouseover>> <<disable true>> <span class="buttoneventperv"> <<button '[Perversion] Drop Fork'>><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need 25 Perversion to do this.</span> <</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <br /><br /> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "dining">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "diningdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "diningnight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message"><span class="roomtext">$roomn</span> is running through the hallway in the same panties that you came inside of.</span> <div class="centered-image"><img src='images/livingroom/roommate/pantiescaught.jpg' width="300" height="150"></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>Hopefully my<<set $land to $land.toLowerCase($land)>> $land <<set $land to $land.toUpperFirst($land)>>don't see me, I just need to run back to my room while my clothes are cleaning!</i></p></div> <span class="message">Maybe she'll get pregnant with your seed. Probably not.</span> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<drop '$player' 'dresserpanties'>> <<drop '$player' 'wearpanties'>> <<drop '$player' '$roomn's Used Panties'>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>$namern... You're lucky you have a big dick. Fuck me, then let me get back to what I was doing. Promise?</p></div> <img src='images/basement/roommate/images/pantiesdown.gif'> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>I knew'd you let me fuck you, slut.</i><</say>> <div style="text-align: center;"> <<button 'Leave' 'Basement'>> <<editcycle 'time' change 1>> <<roomlust>> <</button>> <span class="buttonevent"> <<button 'Fuck her'>> <<popover>> <video width="800" height="600" controls autoplay loop onplay='this.volume=0.2'><source src="images/basement/roommate/vids/fuck.mp4" type="video/mp4"></video> <</popover>> <</button>> </span> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "basement">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "basementdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "basementnight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message">You decide there's no better place to masturbate and cum on <span class="roomtext">$roomn's</span> panties than her own bathroom.</span> <div class="centered-image"><img src='images/roommateroom/jerkpanty.gif'></div> <span class="message">Maybe there's some way you could trick her into wearing these...</span> <div class="centered-image"><img src='images/roommateroom/cumpanty.gif'></div> <div style="text-align: center;"> <<button 'End Interaction' 'Roommates Bathroom'>> <<pickup '$player' 'Cum Covered Used Panties'>> <</button>> </div> <<set $skiptime to "off">> <<set $perv to Math.clamp($perv + 1, 0, $maxPerv)>> <<notify>>+1 Perversion!<</notify>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roombathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roombathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roombathroomnight">> <</if>> <</nobr>>
<<nobr>> <<if $hyg <=24>> <<goto 'StinkLady'>> <</if>> <<set $skiptime to "off">> <span class="message"><span class="ladytext">$ladyn</span> walks in to the room while you're hanging out in the room.</span> <div class="saylady"><img src="images/portraits/ladyportrait.jpg"><p>$ladyn ($lady)</p><p>Hey, $name! Could you help me load food on to the table?</p></div> <div style="text-align: center;"> <<button 'Yes' 'normaldinnerladyroom'>> <<ladylove>> <<pickup '$player' 'helpprepdinner'>> <</button>> <<button 'No' 'Kitchen'>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "dining">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "diningdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "diningnight">> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Why would you walk up and do that?</p></div> <img src='images/basement/roommate/images/react.gif'> <<say '$name' 'images/portraits/MMainC.png'>>Why would you expect me NOT to do that when you're in panties & bent over like that?<</say>> <img src='images/basement/roommate/images/dont.gif'> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Geez, I didn't realize you were such a horn dog you can't even control yourself.</p></div> <span class="message">She attempts to go back to what she was doing.</span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Whatever. Just please stop being annoying while I'm trying to get stuff done.</p></div> <div style="text-align: center;"> <<button 'Continue' 'cockout'>><</button>> </div> <<if $roomlust <75>> <<goto "badreact">> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "basement">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "basementdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "basementnight">> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Why would you walk up and do that?</p></div> <img src='images/basement/roommate/images/react.gif'> <<say '$name' 'images/portraits/MMainC.png'>>Why would you expect me NOT to do that when you're in panties & bent over like that?<</say>> <img src='images/basement/roommate/images/dont.gif'> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Geez, I didn't realize you were such a horn dog you can't even control yourself.</p></div> <span class="message">She goes back to what she was doing.</span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Whatever. Just please stop being annoying while I'm trying to get stuff done.</p></div> <span class="message">She didn't seem very angry. More-so playing hard to get.</span> <div style="text-align: center;"> <span class="require">Have sex for the first time to see more!</span> </div> <div style="text-align: center;"> <<button 'End Interaction' 'Basement'>> <<set $roomlust to Math.clamp($roomlust +$charm, 0, $maxRoomlust)>> <<notify>> +$charm $room Lust! [Current: $roomlust]<</notify>> <<editcycle 'time' change 1>> <<set $roomscene6 to "true">> <<if not $player.has('firstroombase')>> <<pickup '$player' 'firstroombase')>> <</if>> <<if $roomlustlevel is 0 && $roomlust >=15>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 1 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 1>> <</popover>> <</if>> <<if $roomlustlevel is 1 && $roomlust >=25>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 2 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 2>> <</popover>> <</if>> <<if $roomlustlevel is 2 && $roomlust >=50>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 3 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 3>> <</popover>> <</if>> <<if $roomlustlevel is 3 && $roomlust >=75>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 4 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 4>> <</popover>> <</if>> <<if $roomlustlevel is 4 && $roomlust ==100>> <<popover>> <div style="text-align: center;" class="interactborder"> <span class="biglusttext">Lust level up!</span> <br />You're now at Lust Level 5 with your <span class="roomtext">$room</span>. </div> <<set $roomlustlevel to 5>> <</popover>> <</if>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "basement">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "basementdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "basementnight">> <</if>> <</nobr>>
<<nobr>> <div style="text-align: center;"> <<button 'Go Back' 'Park'>> <</button>> </div> <div style="text-align: center;"> <span class="buttonaction"> <<button 'Relax' 'relaxatpark'>> <<set $relaxpark to "true">> <<set $stamina to Math.clamp($stamina + 15, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<notify>>+15 Stamina!<</notify>> <<editcycle 'time' change 1>> <</button>> </span> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "parkbench">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "parkbenchdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "parkbenchnight">> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <span class="message">You walk over to her.</span> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>>All it takes for you to walk around in your underwear was dirty clothes? Here I was thinking I had to say something cute.<</say>> <div class="centered-image"><img src='images/basement/roommate/images/react.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Hehe, enjoy it while you can. ;)</p></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>>I'm enjoying it <i>very</i> much, $roomn.<</say>> <div class="centered-image"><img src='images/basement/roommate/images/dont.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Hahah, nice job sounding creepy. You're lucky you're a cutie.</p></div> <div style="text-align: center;"> <<button 'End Interaction' 'Basement'>> <<roomlust>> <<editcycle 'time' change 1>> <</button>></div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "basement">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "basementdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "basementnight">> <</if>> <<if not $player.has('firstroombase')>> <<pickup '$player' 'firstroombase')>> <</if>> <<if $roomlove <15>> <<goto 'badbaseflirt'>> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message">You see <span class="roomtext">$roomn's</span> bent over in underwear and in a vulnerable position.</span> <div class="centered-image"> <img src='images/basement/roommate/images/roombase.gif'> </div> <div id="interactborder" class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Exit' 'Basement'>><</button>> <<button 'Talk' 'roombasetalk'>><</button>> <<button 'Flirt' 'roombaseflirt'>><</button>> <<if $roomgift is false>> <<button 'Gift'>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<addclass "#interactborder" "hidden">> <<removeclass "#giftborder" "hidden">> <</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Gift'>><</button>> </span> <</disable>> <</if>> <<button 'Other'>> <<addclass "#interactborder" "hidden">> <<removeclass "#otherborder" "hidden">> <</button>> </div> </div> <<giftroom>> <div id="otherborder" class="hidden"> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Back'>> <<removeclass "#interactborder" "hidden">> <<addclass "#otherborder" "hidden">> <</button>> <<if $perv <50>> <<mouseover>> <<disable true>> <span class="buttoneventperv"> <<button '[Perversion] Cockslap her ass'>><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /> <span class="require">You need 50 Perversion to do this. </span> <<if $perv <1>> <br /> <span class="hint">(Hint: Increase your Perversion by watching porn on your computer)</span> <</if>> <</replace>> <<onmouseout>> <<replace '#tooltip'>> <</replace>> <</mouseover>> @@#tooltip;@@ <<else>> <span class="buttoneventperv"> <<button '[Perversion] Cockslap her ass' 'cockslap'>> <<set $perv to Math.clamp($perv + 1, 0, $maxPerv)>> <<notify>>+1 Perversion!<</notify>> <</button>> </span> <</if>> </div> </div> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "basement">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "basementdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "basementnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">You walk over to her.</span> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>>Hey, $roomn! It seems like you're always doing something productive. Im impressed!<</say>> <div class="centered-image"><img src='images/basement/roommate/images/react.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Oh! Hey, $name! Thanks for the compliment. I try my best to stay on top of things.</p></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>>Of course! I'll leave you to it. I don't want to keep you distracted.<</say>> <div style="text-align: center;"> <<button 'End Interaction' 'Basement'>> <<roomlove>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "basement">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "basementdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "basementnight">> <</if>> <<if not $player.has('firstroombase')>> <<pickup '$player' 'firstroombase')>> <</if>> <<if $roomlove <15>> <<goto 'badbasetalk'>> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <</nobr>>
<<narrator>>Your dick springs up when you see<<space>><<roomn>><<space>>masturbating with a vibrator.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/cam1.mp4" type="video/mp4"></video> </div> <<narrator>>You access her audio so you can listen in..<</narrator>> <<sayroom>>Should I put it up my asshole too, $name?<</sayroom>> <div class="vid-border"> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/cam2.mp4" type="video/mp4"></video> </div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>No way.. Is she roleplaying like I'm watching her?</i><</say>> <div style="text-align: center;"> <<button 'Continue' 'roomcamonline2'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<if not $player.has('firstroomcam')>> <<pickup '$player' 'firstroomcam')>> <</if>> <<removeclass "html">><<addclass "html" "computer">> <<set $skiptime to "off">>
<<narrator>>You start jerking off to <<if $room =="Sister" or $room =="Cousin">>your <<room>><<else>>$roomn<</if>>.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/cam3.mp4" type="video/mp4"></video> </div> <<sayroom>>Your dick looks <i>soo</i> nice. You're gonna let me fuck it some day, aren't you? ;)<</sayroom>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/cam4.mp4" type="video/mp4"></video> </div> <div style="text-align: center;"> <<button 'Continue' 'roomcamonline3'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<removeclass "html">><<addclass "html" "computer">>
<<narrator>>It begins to feel like a video call. Like you both are watching eachother get off.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/cam5.mp4" type="video/mp4"></video> </div> <<sayroom>>Mmm, you'd like to fuck <<if $room =="Sister" or $room =="Cousin">>your <<room>><<else>>me<</if>> too. Wouldn't you? ;)<</sayroom>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/cam6.mp4" type="video/mp4"></video> </div> <<narrator>>She seems fairly close to cumming.<</narrator>> <div style="text-align: center;"> <<button 'Continue' 'roomcamonline4'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<removeclass "html">><<addclass "html" "computer">>
<<narrator>>She changes positions, giving you a nice view of her ass.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/cam7.mp4" type="video/mp4"></video> </div> <<sayroom>>Look how wet my ass is because of you.. Do you like when I play with it?<</sayroom>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/cam8.mp4" type="video/mp4"></video> </div> <<narrator>>She puts a finger in her asshole while she rubs her clit.<</narrator>> <div style="text-align: center;"> <<button 'Continue' 'roomcamonline5'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<removeclass "html">><<addclass "html" "computer">>
<<narrator>>She begins climaxing & shouting your name.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop onplay='this.volume=0'><source src="videos/computer/cam9.mp4" type="video/mp4"></video> </div> <<sayroom>><i>*moan* Yes, $name! Lick me, $namern, fuck me, fuck me.</i><</sayroom>> <div style="text-align: center;"> <<button 'End Interaction' 'Computer'>> <<set $roomscene3 to "true">> <<roomlust>> <</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> <<removeclass "html">><<addclass "html" "computer">>
<<narrator>>You give a box of chocolates to <span class="roomtext">$roomn</span>.<</narrator>> <<sayroom>>Thanks!<</sayroom>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<set $roomlove to Math.clamp($roomlove +1, 0, $maxRoomlove)>> <<notify>> +1 $room Love! [Current: $roomlove]<</notify>> <<drop '$inventory' 'Box of Chocolates'>> <<set $roomgiftreward to true>> <<roomlove>> <<set $roomgiftreward to false>> <<set $roomgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Cycle */ <<if $location =="Living Room">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <<elseif $location =="$room's Bedroom">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <<elseif $location =="Kitchen">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <</if>>
<<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<set $hacking to false>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<set $hacking to false>> <</if>> <div style="text-align: center;"> <<button 'Close Laptop' 'Roommates Room'>> <<set $hacking to false>> <</button>> </div> /* Photos App */ <div style="text-align: center;" class= "buttonaction"> <<button 'Photo App'>> <<set $hacking to false>> <<replace '.passage'>> <<include `passage()`>> <</replace>> <<popover>> <<dialog>> <img src='images/roommateroom/nude2.jpg' height='600px' width ='800px'> <div style="text-align: center;" class= "buttonaction"><<button 'Next Photo'>></div> <<run Dialog.close()>> <<popover>> <<dialog>> <img src='images/roommateroom/nude.jpg' height='600px' width ='800px'> <div style="text-align: center;" class= "buttonaction"><<button 'Next Photo'>></div> <<run Dialog.close()>> <<popover>> <<dialog>> <img src='images/roommateroom/nude3.jpg' height='600px' width ='800px'> <div style="text-align: center;" class= "buttonaction"><<button 'Next Photo'>></div> <<run Dialog.close()>> <<popover>> <<dialog>> <img src='images/roommateroom/nude4.jpg' height='600px' width ='800px'> <div style="text-align: center;" class= "buttonaction"><<button 'Close Photo App'>></div> <<run Dialog.close()>> <</button>> <</dialog>> <</popover>> <</button>> <</dialog>> <</popover>> <</button>> <</dialog>> <</popover>> <</button>> <</dialog>> <</popover>> <</button>> /* Cam Site App */ <<if not $hackedcamapp>> <<button 'Hack Webcam App'>> <<set $hackedcamapp to true>> <<set $hacking to true>> <<replace '.passage'>> <<include `passage()`>> <</replace>> <</button>> <</if>> </div> <<if $hacking>> <<narrator>> You use a hacking tool to install spyware. You can access her webcam remotely from your computer. <</narrator>> <div class ="centered-image"><img src='images/computer/compstudy.gif' height ='253' width ='450'></div> <</if>> <<notify>>Access Granted!<</notify>> <<removeclass "html">><<addclass "html" "computerroom">>
<<narrator>>You give a dildo to <span class="roomtext">$roomn</span>.<</narrator>> <<sayroom>>Thanks!<</sayroom>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Dildo'>> <<set $roomlust to Math.clamp($roomlust +3, 0, $maxRoomlust)>> <<notify>>+3 $room Lust! [Current: $roomlust]<</notify>> <<set $roomgiftreward to true>> <<roomlust>> <<set $roomgiftreward to false>> <<set $roomgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<dildogift>> <<if $roomlustlevel is 0 or $roomlustlevel is 1 or $roomlustlevel is 2>> <<goto 'roomgiftbad'>> <</if>> /* Day/Night Cycle */ <<if $location =="Living Room">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <<elseif $location =="$room's Bedroom">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <<elseif $location =="Kitchen">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <</if>>
<<set $skiptime to "off">> <<narrator>><<roomn>><<space>>tugs at your waist band with clear intent.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck.mp4" type="video/mp4"></video> </div> <<sayroom>><i>Mmm</i>, Let me see your dick.<</sayroom>> <<narrator>>Tongues dance while hands grab. They explore every inch of her tits and ass.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck2.mp4" type="video/mp4"></video> </div> <div style="text-align: center;"> <<button 'Contine' 'roomfirstsex2'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>>
<<narrator>>A strong slap of her ass. Asserting your dominance once again.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck19.mp4" type="video/mp4"></video> </div> <<sayroom>><i>*moans* Mmm, fuck. I <b>love</b> sliding this thing inside of me.</i><</sayroom>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck20.mp4" type="video/mp4"></video> </div> <div style="text-align: center;"> <<button 'Contine' 'roomfirstsex11'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>>
<<narrator>>You've been edging for awhile now, but you can feel it's soon coming to an end.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck21.mp4" type="video/mp4"></video> </div> <<sayroom>><i>*moan* Yes, yes, pervert, keep fucking<<if $room =="Sister" or $room =="Cousin">> your $room<<else>> me<</if>>.</i><</sayroom>> <<narrator>>Her taunting was the little push you neeeded to be over the edge!<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck22.mp4" type="video/mp4"></video> </div> <<saymc>>I'm about to cum! Get up! I want to bust on your tongue.<</saymc>> <div style="text-align: center;"> <<button 'Orgasm!' 'roomfirstsex12'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>>
<<narrator>>You unload as she eagerly recieves it onto her tongue.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck23.mp4" type="video/mp4"></video> </div> <<sayroom>><i>Holy shit..</i> We'll definitely be fucking from now on.<</sayroom>> <div style="text-align: center;"> <<button 'End Interaction' 'interactinroom'>> <<pickup '$player' 'roomsexcomplete'>> <<popover>> <div class="interactborder"> <div style="text-align: center;"><span class="bigwhitetext">You had sex with <span class="bigroomtext">$roomn</span>!</span></div> <div style="text-align: center;">You can have sex with her in some of the previous scenes,<br> but most importantly, can initiate sex in her room.</div> </div> <</popover>> <</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>>
<<narrator>>You lightly squeeze her neck; exposing how vulnerable she is to you.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck3.mp4" type="video/mp4"></video> </div> <<saymc>>Yeah? You want to see this fucking dick?<</saymc>> <<narrator>>Whipping out your dick brings pure excitment to her eyes.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck4.mp4" type="video/mp4"></video> </div> <div style="text-align: center;"> <<button 'Contine' 'roomfirstsex3'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>>
<<narrator>>Her lips repeatedly slide past your glans.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck5.mp4" type="video/mp4"></video> </div> <<sayroom>><i>*gluck* *gluck* *gluck* *gluck*</i><</sayroom>> <<narrator>>Her ass shaking each time she bobs for more.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck6.mp4" type="video/mp4"></video> </div> <div style="text-align: center;"> <<button 'Contine' 'roomfirstsex4'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>>
<<narrator>>It's time to take charge. You begin fucking her face.<</narrator>> <<saymc>>Tell me how bad you want this dick.<</saymc>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck7.mp4" type="video/mp4"></video> </div> <<narrator>>The cock prevents her from saying any real words, but the affirmative slurps tell you everything.<</narrator>> <<sayroom>><i>Mmhm *schlurp* *schlurp* *schlurp*</i><</sayroom>> <div style="text-align: center;"> <<button 'Contine' 'roomfirstsex5'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>>
<<narrator>>Her bed is now yours as much as it is hers; making yourself comfortable.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck8.mp4" type="video/mp4"></video> </div> <<sayroom>><i>Mmm, fuck.</i> I need to make sure that cock is nice and wet..<</sayroom>> <<narrator>>Ravaging her throat until it can't take any more.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck9.mp4" type="video/mp4"></video> </div> <<narrator>>It's time for what you've both been waiting for...<</narrator>> <div style="text-align: center;"> <<button 'SEX' 'roomfirstsex6'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>>
<<narrator>>Your mind melts as her pussy slowly envelops your shaft.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck10.mp4" type="video/mp4"></video> </div> <<sayroom>><i>*moan* Holy shit..</i> I can't believe<<if $room =="Sister" or $room =="Cousin">> I'm actually fucking my <<roomu>>.<<else>> we're fucking.<</if>><</sayroom>> <<narrator>>With the reality of it set in, she starts to furiously pump your dick in and out of her.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck11.mp4" type="video/mp4"></video> </div> <div style="text-align: center;"> <<button 'Contine' 'roomfirstsex7'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>>
<<narrator>>Her eyes gloss over, then roll backwards.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck12.mp4" type="video/mp4"></video> </div> <<sayroom>><i>We're going to be doing this all the time.. <b>Oh my god</b>.</i><</sayroom>> <<narrator>>You both scramble to a different position. Reaching new and unexplored areas.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck13.mp4" type="video/mp4"></video> </div> <div style="text-align: center;"> <<button 'Contine' 'roomfirstsex8'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>>
<<narrator>>You grab and twist her body. She's relinquished most control to you.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck15.mp4" type="video/mp4"></video> </div> <<sayroom>><i>*moan* Yes, yes, yes, $name, claim my fucking pussy, yes.</i><</sayroom>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck16.mp4" type="video/mp4"></video> </div> <div style="text-align: center;"> <<button 'Contine' 'roomfirstsex9'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>>
<<narrator>>Her ass welcomes your eyes as you give it a big slap.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck17.mp4" type="video/mp4"></video> </div> <<saymc>><i>God damn</i>. I've been waiting to fuck you like this, $roomn.<</saymc>> <<narrator>>She lightly chuckles between moans and gasps.<</narrator>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="860" autoplay loop onplay='this.volume=0'><source src="videos/roommateroom/roomfirstsex/firstroomfuck18.mp4" type="video/mp4"></video> </div> <<sayroom>>Yeah, you love <<if $room =="Sister" or $room =="Cousin">>your <<set $room to $room.toLowerCase($room)>>$room's<<set $room to $room.toUpperFirst($room)>> big ass<<else>>my big ass<</if>>. Don't you? ;)<</sayroom>> <div style="text-align: center;"> <<button 'Contine' 'roomfirstsex10'>><</button>> </div> <<timed 0.5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>>
<<narrator>>You give flowers to <span class="roomtext">$roomn</span>.<</narrator>> <<sayroom>>Thanks!<</sayroom>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Flowers'>> <<set $roomlove to Math.clamp($roomlove +2, 0, $maxRoomlove)>> <<notify>> +2 $room Love! [Current: $roomlove]<</notify>> <<set $roomgiftreward to true>> <<roomlove>> <<set $roomgiftreward to false>> <<set $roomgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Cycle */ <<if $location =="Living Room">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <<elseif $location =="$room's Bedroom">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <<elseif $location =="Kitchen">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <</if>>
<<narrator>>A look of dissapproval strikes her face.<</narrator>> <<sayroom>>Why would you give me this?<</sayroom>> <<narrator>>She throws it back at you..<</narrator>> <<requiregiftlevel>> <div style="text-align: center;"> <<button 'End Interaction'>> <<roomlovebad>> <<set $roomgift to true>> <<if $location =="Kitchen">> <<goto "roominkitty">> <<elseif $location =="$room's Bedroom">> <<goto "interactchoiceroom">> <<elseif $location =="Living Room">> <<if $roomrandomliving1>> <<goto 'roomrandomlivingroom'>> <</if>> <<if $roomrandomliving2>> <<goto 'roomrandomlivingroom2'>> <</if>> <<elseif $location =="Basement">> <<goto 'roombaseinteract'>> <<else>> <<goto 'Bedroom'>> <</if>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Cycle */ <<if $location =="Living Room">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <<elseif $location =="$room's Bedroom">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <<elseif $location =="Kitchen">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<elseif $location =="Basement">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "basement">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "basementdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "basementnight">> <</if>> <</if>>
<<narrator>><span class="roomtext">$roomn's</span> distracted at the sink, affording you to grab a good look at her ass.<</narrator>> <div class="centered-image"><img src='images/kitchen/roommate/Kitchen/spotted.gif'></div> <div id="interactborder" class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Exit' 'Kitchen'>><</button>> <<button 'Talk' 'roomkittytalk'>><</button>> <<button 'Flirt' 'roomkittyflirt'>><</button>> <<if $roomgift is false>> <<button 'Gift'>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<addclass "#interactborder" "hidden">> <<removeclass "#giftborder" "hidden">> <</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Gift'>><</button>> </span> <</disable>> <</if>> </div> </div> <<giftroom>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>>
<<saymc>>Whoa, looks like you've been doing a lot of squats lately!<</saymc>> <span class="message">She starts blushing.</span> <<sayroom>>Hah, I've been working out pretty hard. I'm glad you noticed.<</sayroom>> <div class="centered-image"><img src='images/kitchen/roommate/Kitchen/talk.gif'></div> <<if $roomlustlevel is 0>> <<require>>Improve her lust to see more.<</require>> <</if>> <div style="text-align: center;"> <<button 'End Interaction' 'Kitchen'>> <<roomlust>> <<editcycle 'time' change 1>> <</button>> <<if $roomlustlevel isnot 0>> <span class='buttonevent'> <<button 'Continue' 'legday'>> <</button>> </span> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<if $roomlove <15>> <<goto 'cantgobackflirt'>> <</if>> <<if not $player.has('firstroomkitty')>> <<pickup '$player' 'firstroomkitty'>> <</if>>
<<saymc>>Hey, $roomn. What're you up to?<</saymc>> <<sayroom>>Just got done making a quick breakfast! I might head out to the gym soon.<</sayroom>> <div class="centered-image"><img src='images/kitchen/roommate/Kitchen/talk.gif'></div> <<saymc>>Let me guess, leg day again?<</saymc>> <<sayroom>>Hahaha, yup! How'd you know?<</sayroom>> <<saymc>>Lucky guess. Have a good workout!<</saymc>> <div style="text-align: center;"> <<button 'End Interaction' 'Kitchen'>> <<roomlove>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <<if not $player.has('firstroomkitty')>> <<pickup '$player' 'firstroomkitty'>> <</if>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>>
<<narrator>>You give lingerie to <span class="roomtext">$roomn</span>.<</narrator>> <<sayroom>>Thanks!<</sayroom>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Lingerie'>> <<set $roomlust to Math.clamp($roomlust +2, 0, $maxRoomlust)>> <<notify>>+2 $room Lust! [Current: $roomlust]<</notify>> <<set $roomgiftreward to true>> <<roomlust>> <<set $roomgiftreward to false>> <<set $roomgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<lingeriegift>> <<if $roomlustlevel is 0 or $rushlustlevel is 1>> <<goto 'roomgiftbad'>> <</if>> /* Day/Night Cycle */ <<if $location =="Living Room">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <<elseif $location =="$room's Bedroom">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <<elseif $location =="Kitchen">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <</if>>
<<nobr>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<say '$name' 'images/portraits/MMainC.png'>>Your smile lights the whole place up! I almost got blinded by it.<</say>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Hehe, you're such a dork.</p></div> <span class="message">You can tell that boosted her confidence. She walked away with an even bigger smile than before.</span> <div class="centered-image"><img src='images/misc/heart.gif' width="200"></div> <div style='text-align: center;'> <<button 'End Interaction' 'Bedroom'>> <<roomlove>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<say '$name' 'images/portraits/MMainC.png'>>I like that all-black look. You look like you'd steal every man's heart.<</say>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Thanks. You're such a dork for saying that though, hahaha.</p></div> <span class="message">You can tell that boosted her confidence. She walked away with a big smile.</span> <div class="centered-image"><img src='images/misc/heart.gif' width="200"></div> <div style='text-align: center;' class ='initinteractionbutton'> <<button 'End Interaction' 'Living Room'>> <<roomlove>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<say '$name' 'images/portraits/MMainC.png'>>It's too bad your skirt isn't shorter. You still look sexy as fuck though.<</say>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Hehe, I already had this one tailored to be this short, I'd pracitcally be naked if it was any shorter!</p></div> <span class="message">You can tell that boosted her confidence. She walked away with an even bigger smile than before.</span> <div class="centered-image"><img src='images/misc/heart.gif' width="200"></div> <div style='text-align: center;'> <<button 'End Interaction' 'Bedroom'>> <<roomlust>> <</button>> </div> <<if $roomlove <15>> <<goto cantgobackroomlivingflirt>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<say '$name' 'images/portraits/MMainC.png'>>Daaamn, those yoga pants fit really nice on you.<</say>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Hehe, thanks. I only put them on because they're comfy.</p></div> <span class="message">You can tell that boosted her confidence. She walked away with an even bigger smile than before.</span> <div class="centered-image"><img src='images/misc/heart.gif' width="200"></div> <div style='text-align: center;'> <<button 'End Interaction' 'Living Room'>> <<roomlust>> <</button>> </div> <<if $roomlove<15>> <<goto cantgobackroomlivingflirt2>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">Peeking in to the living room, you notice $roomn with a tablet, and she's definitely masturbating.</span> <div class="centered-image"><img src='images/livingroom/roommate/roommast2.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>$roomn is masturbating right in the living room! What a slut!</i><</say>> <div class="centered-image"><img src='images/livingroom/roommate/assshots1.gif'></div> <span class="message">She's must be taking some videos too. You stand back and take it in for a moment.</span> <div class="centered-image"><img src='images/livingroom/roommate/assshots2.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>I wonder how she would react if I walked in right now.</i><</say>> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>><</button>> <<if $perv >=50>> <span class="buttoneventperv"> <<button '(Perversion) Walk in' 'walkin'>> <</button>> </span> <<else>> <<mouseover>> <<disable true>> <span class="buttoneventperv"> <<button '(Perversion) Walk in' >><</button>> </span> <</disable>> <<onmousein>> <<replace '#tooltip'>><br /><span class="require">You need 50 Perversion to do this.</span><</replace>> <<onmouseout>> <<replace '#tooltip'>><</replace>> <</mouseover>> @@#tooltip;@@ <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <<if not $player.has('firstroommastlive')>> <<pickup '$player' 'firstroommastlive'>> <</if>> <</nobr>>
<span class="message">Regardless of her knowing you were mostly manipulating her, she continues with it.</span> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/livingroom/roommate/startmast.mp4" type="video/mp4"></video></div> <<sayroom>>This is what you wanted, right? To watch <<if $room =="Sister" or $room =="Cousin">>your <<room>><<else>>me<</if>> touch my pussy?<</sayroom>> <span class="message">You get your face close to her pussy. You can practically taste it.</span> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/livingroom/roommate/mast1.mp4" type="video/mp4"></video></div> <<sayroom>>Geez, you close enough? ;)<</sayroom>> <div style="text-align: center;"> <<button 'Continue' 'roommastlive3'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>>
<<narrator>>You grope your dick through your pants as she teases you.<</narrator>> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/livingroom/roommate/mast2.mp4" type="video/mp4"></video></div> <<sayroom>>You interrupted before I could cum. Maybe you watching will help. :)<</sayroom>> <<narrator>>She still seems somewhat reluctant to completely letting loose.<</narrator>> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/livingroom/roommate/mast3.mp4" type="video/mp4"></video></div> <<say '$name' 'images/portraits/MMainC.png'>>$roomn, you pussy looks so beautiful. My dick is throbbing becuase of you.<</say>> <div style="text-align: center;"> <<button 'Continue' 'roommastlive5'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>>
<<narrator>>That seemed to help her confidence a bit.<</narrator>> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/livingroom/roommate/mast4.mp4" type="video/mp4"></video></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>Mmm</i>, would you taste it if I let you?</p></div> <<narrator>>It's surprising that was even a question.<</narrator>> <<say '$name' 'images/portraits/MMainC.png'>>Of course!<</say>> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/livingroom/roommate/mast5.mp4" type="video/mp4"></video></div> <span class="message">She starts slowly plunging her fingers inisde her cunt.</span> <<sayroom>><i>*moan*</i> You know.. It's really hot when you say things like that. Like how my pussy is beautiful..<</sayroom>> <div style="text-align: center;"> <<button 'Continue' 'roommastlive7'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>>
<<narrator>>Even a hot girl like $roomn seems to have some self-esteem issues.<</narrator>> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/livingroom/roommate/mast6.mp4" type="video/mp4"></video></div> <<sayroom>><i>*moan*</i> I never thought we'd be doing stuff like this.. I can see you rubbing your dick through you pants.<</sayroom>> <<say '$name' 'images/portraits/MMainC.png'>>I can't resist. You're so fucking sexy, $roomn.<</say>> <<narrator>>You get the sense that she's still a bit tense.<</narrator>> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/livingroom/roommate/mast8.mp4" type="video/mp4"></video></div> <div style="text-align: center;"> <<button 'Continue' 'roommastlive8'>><</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>>
<<narrator>>She's still slowly fucking herself with her fingers.<</narrator>> <<sayroom>><i>*moan*</i> Oh fuck.. I'm cumming.<</sayroom>> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/livingroom/roommate/mast7.mp4" type="video/mp4"></video></div> <<narrator>>She surpresses herself from loud moans, and has a light orgasm while you watch.<</narrator>> <<saymc>>Damn.. That was hot.<</saymc>> <span class="message">She chuckles, and looks to have a bit of post-nut clarity.</span> <<sayroom>>Hah, thanks. I don't know why we did that though. Someone could have walked in.<</sayroom>> <div class="centered-image"><img src='images/livingroom/roommate/stopmast.gif'></div> <<sayroom>>I'll.. uh.. catch you later.<</sayroom>> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<editcycle 'time' change 1>> <<set $roomscene7 to "true">> <<roomlust>> <</button>> </div> <<timed .5s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>>
<span class="message"><span class="roomtext">$roomn</span> is changing while you walk in!</span> <div class="centered-image"><img src="images/roommateroom/roomcaught.jpg" width="480"></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>How the fuck did you get in my room?!</p></div> <<say '$name' 'images/portraits/MMainC.png'>>Shit, sorry! It was unlocked! I just wanted to see what you were doing.<</say>> <span class="message">You turn your head away out of respect.</span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>So you came in without me giving you permission?! Leave!</p></div> <div style="text-align: center;"> <span class="require">Don't try to go in while she's in her room.</span></div> <div div style="text-align: center;"> <<button 'End Interaction'>> <<goto 'Living Room'>> <<roomlovebad>> <</button>> </div> /* Day/Night Background Cycle */ <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <<set $skiptime to "off">>
<<goto 'roommateinroomkey'>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="center"> <<button 'Leave'>><<goto 'Living Room'>><</button>> </span> <span class="message">There wasn't a response. She's either sleeping or ignoring you.</span> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommatedoor">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommatedoordawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommatedoornight">> <</if>> <</nobr>>
<<if $roomlust <15>> <span class="message">As you're getting ready for bed, <span class="roomtext">$roomn</span> walks in with her nightgown on.</span> <div class="centered-image"><img src='images/bedroom/room/roomnightie1.jpg' width="400"></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Goodnight, $namern!</p></div> <span class="message">You say goodnight back, exchange a few words, then go to bed.</span> <div style='text-align: center;'><span class="require">Increase her lust to see more.</span></div> <</if>> <<if $roomlust >=15>> <<if $roomlust <25>> <span class="message">As you're getting ready for bed, <span class="roomtext">$roomn</span> walks in with her nightgown on.</span> <div class="centered-image"><img src='images/bedroom/room/roomnightie2.jpg' width="400"></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Goodnight, $namern..</p></div> <span class="message">She subtly flashes you. You say goodnight back, exchange a few words, then go to bed.</span> <div style='text-align: center;'><span class="require">Increase her lust to see more.</span></div> <</if>> <</if>> <<if $roomlust >=25>> <<if $roomlust <50>> <span class="message">As you're getting ready for bed, <span class="roomtext">$roomn</span> walks in her underwear.</span> <div class="centered-image"><img src='images/bedroom/room/roomnightie3.jpg' width="400"></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Goodnight, $namern..</p></div> <span class="message">She confidently shows off her underwear. You say goodnight back, exchange a few words, then go to bed.</span> <div style='text-align: center;'><span class="require">Increase her lust to see more.</span></div> <</if>> <</if>> <<if $roomlust >=50>> <<if $roomlust <75>> <span class="message">As you're getting ready for bed, <span class="roomtext">$roomn</span> walks in her underwear.</span> <div class="centered-image"><img src='images/bedroom/room/roomnightie4.jpg' width="400"></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Goodnight, $namern..</p></div> <span class="message">She flashes her tits at you. You say goodnight back, exchange a few words, then go to bed.</span> <div style='text-align: center;'><span class="require">Increase her lust to see more.</span></div> <</if>> <</if>> <<if $roomlust >=75>> <<if $roomlust <100>> <span class="message">As you're getting ready for bed, <span class="roomtext">$roomn</span> walks in without anything besides her panties.</span> <div class="centered-image"><img src='images/bedroom/room/roomnightie5.jpg' width="400"></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Goodnight, $namern..</p></div> <span class="message">She's topless and tugs at her panties' strings. You can tell she wants sexual relief.</span> <div style='text-align: center;'><span class="require">Increase her lust to see more.</span></div> <</if>> <</if>> <<if $roomlust ==100>> <span class="message">As you're getting ready for bed, <span class="roomtext">$roomn</span> walks in without anything on.</span> <div class="centered-image"><img src='images/bedroom/room/roomnightie6.jpg' width="400"></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Goodnight, $namern..</p></div> <span class="message">She lightly touches her clit while looking at you. You can tell she wants sexual relief.</span> <</if>> <div style="text-align: center;"> <<button 'Sleep' 'Sleep'>> <<if $roomlust >=15>> <<roomlust>> <</if>> <</button>> <<if $player.has('roomsexcomplete')>> <span class="buttonevent"> <<button 'Sex' 'roomroomsexy'>> <<set $roomsexyourroom to "true">> <</button>> </span> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<set $location to "Bedroom">> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <<if $hyg <=24>> <<goto 'Sleep'>> <</if>>
<<nobr>> <<set $perv to Math.clamp($perv + 1, 0, $maxPerv)>> <<notify>>+1 Perversion!<</notify>> <span class="message">The two of them are caught up in conversation, so you decide to drop your fork to see what's under the table.</span> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>Hm, I'm bored. Let's have some fun...</i><</say>> <span class="message">You first look at <span class="roomtext">$roomn</span>, and she has her legs spread wide open.</span> <div class="centered-image"><img src='images/dining/roomtablepanties.png' width="600"></div> <span class="message">You make sure to get a real good look before grabbing your fork and pretending like nothing happened.</span> <div style="text-align: center;"> <<button 'Finish Dinner' 'Kitchen'>> <<set $ladylove to Math.clamp($ladylove +$charm, 0, $maxLadylove)>> <<set $roomlove to Math.clamp($roomlove +$charm, 0, $maxRoomlove)>> <<notify>> +$charm $lady & $room Love!<</notify>> <<set $stamina to Math.clamp($stamina + 50, 0, $maxStamina)>> <<updatemeter 'Stamina' `$stamina / $maxStamina`>> <<pickup '$player' 'seendinner'>> /* Love Level ups */ <<if $ladylovelevel is 0 && $roomlovelevel is 0 && $ladylove >=15 && $roomlove >=15>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You're now at Love Level 1 with your <span class="ladytext">$lady</span> & <span class="roomtext">$room</span>.</div> <<set $ladylovelevel to 1>> <<set $roomlovelevel to 1>> <</popover>> <</if>> <<if $ladylovelevel is 0 && $ladylove >=15 && $roomlovelevel is 1>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You've reached Love Level 1 with your <span class="ladytext">$lady</span>.</div> <<set $ladylovelevel to 1>> <</popover>> <</if>> <<if $roomlovelevel is 0 && $roomlove >=15 && $ladylovelevel is 1>> <<popover 'noclick'>> <div style="text-align: center;" class="interactborder"><span class="biglovetext">Love level up!</span> <br />You've reached Love Level 1 with your <span class="roomtext">$room</span>.</div> <<set $roomlovelevel to 1>> <</popover>> <</if>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "dining">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "diningdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "diningnight">> <</if>> <</nobr>>
<span class="message"><span class="roomtext">$roomn</span> is walking around the pool in a bikini.</span> <div class="centered-image"><img src='images/pool/roommate/walkup.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>Whoa! she's sexy as fuck right now. It looks like she's trying to show off her body to me.</i><</say>> <div style="text-align: center;"> <<if $roomlustlevel is 0>> <span class="message">You hang around the pool for a little bit then $roomn goes back inside.</span> <div style='text-align: center;'><span class="require">Increase her lust to see more.</span></div> <</if>> <<button 'End Interaction' 'Pool'>> <<editcycle 'time' change 1>> <<if $roomlust <10 && $roomlovelevel is 0>> <<set $roomlust to Math.clamp($roomlust +$charm, 0, $maxRoomlust)>> <<notify>>+$charm $room Lust! [Current: $roomlust]<</notify>> <<else>> <<if $roomlovelevel isnot 0>> <<roomlust>> <</if>> <</if>> <</button>> <<if $roomlustlevel isnot 0>> <span class='buttonevent'> <<button 'Continue' 'roompooltease'>> <</button>> </span> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <<if not $player.has('firstroompool')>> <<pickup '$player' 'firstroompool')>> <</if>> <<pickup '$player' 'roompoolrandom'>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<if not $player.has('firstroompool')>> <<pickup '$player' 'firstroompool'>> <</if>>
<<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div class="centered-image"><img src='images/pool/roommate/turnaround.gif'></div> <span class="message">After that, you can definitely confirm she's trying to seduce you.</span> <div class="centered-image"><img src='images/pool/roommate/turnaround2.gif'></div> <<if $roomlustlevel is 1>> <div style='text-align: center;'><span class="require">Increase her lust to see more.</span></div> <div style="text-align: center;"> <<button 'End Interaction' 'Pool'>> <<editcycle 'time' change 1>> <<roomlust>> <</button>> </div> <</if>> <<if $roomlustlevel isnot 1>> <<say '$name' 'images/portraits/MMainC.png'>>Ay, $roomn, you're looking good.<</say>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Thanks! :) How do these look?</p></div> <div class="centered-image"><img src='images/pool/roommate/nipple.gif'></div> <div style="text-align: center;"> <<if $roomlustlevel is 2>> <div style='text-align: center;'><span class="require">Increase her lust to see more.</span></div> <<button 'End Interaction' 'Pool'>> <<editcycle 'time' change 1>> <<roomlust>> <</button>> <</if>> <<if $roomlustlevel isnot 2 && $roomlustlevel isnot 1>> <<button 'Continue' 'strippool'>><</button>> <</if>> </div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <<set $skiptime to "off">> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<if not $player.has('firstroompool')>> <<pickup '$player' 'firstroompool'>> <</if>>
<<narrator>>You give a bottle of poppers to <span class="roomtext">$roomn</span>.<</narrator>> <<sayroom>>Thanks!<</sayroom>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<set $roomlust to Math.clamp($roomlust +1, 0, $maxRoomlust)>> <<notify>>+1 $room Lust! [Current: $roomlust]<</notify>> <<drop '$inventory' 'Poppers'>> <<set $roomgiftreward to true>> <<roomlust>> <<set $roomgiftreward to false>> <<set $roomgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<poppersgift>> <<if $roomlovelevel is 0>> <<goto 'roomgiftbad'>> <</if>> /* Day/Night Cycle */ <<if $location =="Living Room">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <<elseif $location =="$room's Bedroom">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <<elseif $location =="Kitchen">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <</if>>
<<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <span class="message">As you make your way through the hallway you run in to <span class="roomtext">$roomn</span>.</span> <div class="centered-image"><img src='images/livingroom/roommate/roomrandominteract.jpg' height='573' width ='400'></div> <div id="interactborder" class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Exit' 'Bedroom'>><</button>> <<button 'Talk' 'roomlivingcompliment'>><</button>> <<button 'Flirt' 'roomlivingflirt'>><</button>> <<if $roomgift is false>> <<button 'Gift'>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<addclass "#interactborder" "hidden">> <<removeclass "#giftborder" "hidden">> <</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Gift'>><</button>> </span> <</disable>> <</if>> </div> </div> <<giftroom>> <<set $roomrandomliving1 to true>> <<set $roomrandomliving2 to false>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message"><span class="roomtext">$roomn</span> is in the living room with tight leggings on.</span> <div class="centered-image"><img src='images/livingroom/roommate/roomrandominteract2.jpg' height='571' width ='400'></div> <div id="interactborder" class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Exit' 'Living Room'>><</button>> <<button 'Talk' 'roomlivingcompliment2'>><</button>> <<button 'Flirt' 'roomlivingflirt2'>><</button>> <<if $roomgift is false>> <<button 'Gift'>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<addclass "#interactborder" "hidden">> <<removeclass "#giftborder" "hidden">> <</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Gift'>><</button>> </span> <</disable>> <</if>> </div> </div> <<giftroom>> <<set $roomrandomliving1 to false>> <<set $roomrandomliving2 to true>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <span class="message">Without saying anything, $roomn begins tempting you with her body.</span> <div class="centered-image"><img src='images/roommateroom/tease3.gif'></div> <<saymc>><i>God damn..</i><</saymc>> <div class="centered-image"><img src='images/roommateroom/tease1.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>You like when I grab and shake this big ass, $name?</p></div> <div class="centered-image"><img src='images/roommateroom/tease2.gif'></div> <div style="text-align: center;"> <<button 'Continue' 'roomroomflirt2'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">Your jaw dropping to the floor further incentivizes $roomn to continue.</span> <div class="centered-image"><img src='images/roommateroom/tease4.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Mmm, watch it jiggle, $namern. I bet your cock is getting so hard.</p></div> <div class="centered-image"><img src='images/roommateroom/tease5.gif'></div> <<saymc>><i>I can only imagine how my dick would feel when she bounces her ass like that.</i><</saymc>> <div class="centered-image"><img src='images/roommateroom/tease6.gif'></div> <span class="message">She begins to grope her most sensitives areas in anticipation for what could come next.</span> <div class="centered-image"><img src='images/roommateroom/tease8.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>What<<if $player.has('roomsexcomplete')>>'re you going to<<else>> would you<</if>> do to my little kitty? ;)</p></div> <div style="text-align: center;"> <<button 'End Interaction' 'interactchoiceroom'>> <<roomlust>> <</button>> <<if $player.has('roomsexcomplete')>> <<button 'Sex' 'roomroomsexy'>> <<set $roomsexyourroom to "false">> <</button>> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</nobr>>
<<nobr>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>What do you want to do first? I'll do anything for you, $name..</p></div> <div class="centered-image"><img src='images/roommateroom/tease3.gif'></div> <div class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'End Interaction' 'interactinroom'>> <<if $roomsexyourroom == "true">> <<goto 'Sleep'>> <<else>> <<goto 'interactinroom'>> <</if>> <</button>> <<button 'Blowjob' 'blowjobroomroom'>><</button>> <<button 'Tease Ass' 'fingerassroomroom'>><</button>> <<button 'Fuck Pussy' 'fuckpussyroomroom'>><</button>> <<button 'Fuck Ass' 'fuckassroomroom'>><</button>> </div> </div> /* Day/Night Background Cycle */ <<if $roomsexyourroom == "true">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <<else>> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</if>> <</nobr>>
<<nobr>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<saymc>>Hey, $roomn. I can tell you had something else in mind, but I just wanted to talk and see how you're doing.<</saymc>> <span class="message">She pulls down her bra and covers her breasts.</span> <div class="centered-image"><img src='images/portraits/roommateroominteract.jpg'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Thanks for asking, $name! I feel really good right now, I just need some unwinding after a long day.</p></div> <<saymc>>You deserve to. You're going places in life, and I genuinely mean that.<</saymc>> <div style="text-align: center;"> <<button 'End Interaction' 'interactchoiceroom'>> <<roomlove>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;" class="messageevent">$roomn's Point of View</div> <span class="message"><span class="roomtext">$roomn</span> walks in her room ready to question you about why you used her shower until she catchs an eye of you.</span> <div class="centered-image"><img src='images/bathroom/spy.gif'></div> <div style="text-align: center;"> <<if $player.has('firstroommastmc')>> <<button 'Skip Scene (No Reward)' 'Roommates Bathroom'>> <</button>> <</if>> <<button 'Continue' 'spy'>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">Upon exiting the shower, you notice your clothes are missing from where you put them.</span> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>Did someone take my clothes? What the fuck?</i><</say>> <div style="text-align: center;"> <<if $player.has('firstroomtowel')>> <<button 'Skip Scene (No Reward)' 'Bathroom'>><</button>> <span class="buttonevent"> <<button 'Continue' 'towel'>><</button>> </span> <</if>> <<if not $player.has('firstroomtowel')>> <<button 'Continue' 'towel'>> <<if not $player.has('firstroomtowel')>> <<pickup '$player' 'firstroomtowel'>> <</if>> <</button>> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bathroomnight">> <</if>> <<set $location to "Bathroom">> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <</if>> <</nobr>>
<span class="message">She "accidentally" flashes you and quickly readjusts.</span> <div class="centered-image"><img src='images/livingroom/roommate/pussflash.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>>There's nothing to be embarressed about, be confident! You show your body off to me all the time<</say>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>You're right! I guess it just felt weird because I thought nobody was watching. Fuck it.</p></div> <span class="message">She questions why she felt uncomfortable being naked in front of you.</span> <div class="centered-image"><img src='images/livingroom/roommate/striptop2.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>You know what? I shouldn't hide anything, that includes my body.</p></div> <div style="text-align: center;"> <<button 'Continue' 'roomstriplive2'>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>>
<<narrator>>She fully removes her bra, yet still looks a little uncomfortable. Likely, because you just startled her.<</narrator>> <div class="centered-image"><img src='images/livingroom/roommate/braless.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>It still feels a little bit weird though, hehe.</p></div> <<say '$name' 'images/portraits/MMainC.png'>>Maybe it's because you still have your panties on? You got to dive in all the way!<</say>> <div class="centered-image"><img src='images/livingroom/roommate/pantiesoff.gif'></div> <span class="message">She seems to be eating up all the bullshit you're dishing out.</span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Yeah, yeah, I'm starting to feel more confident for sure, but I know what you're really trying to get out of this, you little pervert.</p></div> <span class="message">Maybe not.</span> <div style="text-align: center;"> <<button 'Continue' 'roommastlive'>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>>
<<narrator>>You give a bottle of wine to <span class="roomtext">$roomn</span>.<</narrator>> <<sayroom>>Thanks!<</sayroom>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Bottle of Wine'>> <<set $roomlove to Math.clamp($roomlove +3, 0, $maxRoomlove)>> <<notify>> +3 $room Love! [Current: $roomlove]<</notify>> <<set $roomgiftreward to true>> <<roomlove>> <<set $roomgiftreward to false>> <<set $roomgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Cycle */ <<if $location =="Living Room">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <<elseif $location =="$room's Bedroom">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <<elseif $location =="Kitchen">> <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <<elseif Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <<elseif Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>> <</if>>
<<narrator>>You give a box of chocolates to <span class="rushtext">Ms. Rush</span>.<</narrator>> <<sayrush>>Thanks!<</sayrush>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<set $rushlove to Math.clamp($rushlove +1, 0, $maxRushlove)>> <<notify>> +1 Ms. Rush Love! [Current: $rushlove]<</notify>> <<drop '$inventory' 'Box of Chocolates'>> <<set $rushgiftreward to true>> <<rushlove>> <<set $rushgiftreward to false>> <<set $rushgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "teacherlounge">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "teacherloungedawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "teacherloungenight">> <</if>> <<set $skiptime to "off">>
<<narrator>>You give a dildo to <span class="rushtext">Ms. Rush</span>.<</narrator>> <<sayrush>>Thanks!<</sayrush>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Dildo'>> <<set $rushlust to Math.clamp($rushlust +3, 0, $maxRushlust)>> <<notify>>+3 Ms. Rush Lust! [Current: $rushlust]<</notify>> <<set $rushgiftreward to true>> <<rushlust>> <<set $rushgiftreward to false>> <<set $rushgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<dildogift>> <<if $rushlustlevel is 0 or $rushlustlevel is 1 or $rushlustlevel is 2>> <<goto 'rushgiftbad'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "teacherlounge">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "teacherloungedawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "teacherloungenight">> <</if>> <<set $skiptime to "off">>
<<narrator>>You give flowers to <span class="rushtext">Ms. Rush</span>.<</narrator>> <<sayrush>>Thanks!<</sayrush>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Flowers'>> <<set $rushlove to Math.clamp($rushlove +2, 0, $maxRushlove)>> <<notify>> +2 Ms. Rush Love! [Current: $rushlove]<</notify>> <<set $rushgiftreward to true>> <<rushlove>> <<set $rushgiftreward to false>> <<set $rushgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "teacherlounge">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "teacherloungedawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "teacherloungenight">> <</if>> <<set $skiptime to "off">>
<<narrator>>A look of dissapproval strikes her face.<</narrator>> <<sayrush>>Why would you give me this?<</sayrush>> <<narrator>>She throws it back at you..<</narrator>> <<requiregiftlevel>> <div style="text-align: center;"> <<button 'End Interaction' 'rushschoolinteract'>> <<rushlovebad>> <<set $rushgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "teacherlounge">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "teacherloungedawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "teacherloungenight">> <</if>> <<set $skiptime to "off">>
<<narrator>>You give lingerie to <span class="rushtext">Ms. Rush</span>.<</narrator>> <<sayrush>>Thanks!<</sayrush>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<drop '$inventory' 'Lingerie'>> <<set $rushlust to Math.clamp($rushlust +2, 0, $maxRushlust)>> <<notify>>+2 Ms. Rush Lust! [Current: $rushlust]<</notify>> <<set $rushgiftreward to true>> <<rushlust>> <<set $rushgiftreward to false>> <<set $rushgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<lingeriegift>> <<if $rushlustlevel is 0 or $rushlustlevel is 1>> <<goto 'rushgiftbad'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "teacherlounge">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "teacherloungedawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "teacherloungenight">> <</if>> <<set $skiptime to "off">>
<<narrator>>You give a bottle of poppers to <span class="rushtext">Ms. Rush</span>.<</narrator>> <<sayrush>>Thanks!<</sayrush>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<set $rushlust to Math.clamp($rushlust +1, 0, $maxRushlust)>> <<notify>>+1 Ms. Rush Lust! [Current: $rushlust]<</notify>> <<drop '$inventory' 'Poppers'>> <<set $rushgiftreward to true>> <<rushlust>> <<set $rushgiftreward to false>> <<set $rushgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> <<poppersgift>> <<if $rushlovelevel is 0>> <<goto 'rushgiftbad'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "teacherlounge">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "teacherloungedawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "teacherloungenight">> <</if>> <<set $skiptime to "off">>
<<if $hyg <=24>> <<goto 'rushstink'>> <</if>> <<if $rushlustlevel is 0>> <<narrator>><span class="rushtext">Ms. Rush</span> looks at you with a curious look.<</narrator>> <<saymc>>Ms. Rush, you make paying attention in class really easy. I can't take my eyes off of you.<</saymc>> <<sayrush>>$name! I'm your teacher. Your supposed to be paying attention to the material.<</sayrush>> <<narrator>>You smile at her reaction. She said the most work-appropriate response, but something tells you she's secretly flattered.<</narrator>> <div class="centered-image"><img src='images/misc/heart.gif' width="200"></div> <</if>> <<if $rushlustlevel is 1>> <<narrator>><span class="rushtext">Ms. Rush</span> keeps her eyes locked with yours.<</narrator>> <<saymc>>I think the next assignment should include a deeper analysis of female anatomy. <</saymc>> <<narrator>>The tension thickens for obvious reasons.<</narrator>> <<sayrush>>Hm. That's not on our class agenda. Perhaps I can spend some extra time with you after a lesson.<</sayrush>> <<narrator>>She grabs at the lower part of her dress. Almost flashing you her underwear.<</narrator>> <div class="centered-image"><img src='images/college/rush/rushlounge3.jpg' width="400"></div> <</if>> <<if $rushlustlevel is 2 or $rushlustlevel is 3 or $rushlustlevel is 4 or $rushlustlevel is 5>> <<narrator>><span class="rushtext">Ms. Rush</span> checks you out. Scanning up and down.<</narrator>> <<saymc>>So, you must be single if you're not a misses.<</saymc>> <<narrator>>She softly bites her lip; knowing the reason you're asking.<</narrator>> <<sayrush>>Yeah, I'm recently divorced. It was my choice. I wanted something more from a man.<</sayrush>> <<narrator>>She pulls down the upper part of her dress.<</narrator>> <div class="centered-image"><img src='images/college/rush/rushlounge4.jpg' width="400"></div> <<sayrush>>Someone kind of like you...<</sayrush>> <<if $rushlustlevel is 2>> <<narrator>>She pulls her dress back up.<</narrator>> <</if>> <<if $rushlustlevel is 3 or $rushlustlevel is 4 or $rushlustlevel is 5>> <<saymc>>I'm sure I've got what you need, Ms. Rush, but I need to see more from you.<</saymc>> <<narrator>>She accepts your challange and proceeds to slide her dress all the way down to the floor.<</narrator>> <div class="centered-image"><img src='images/college/rush/rushlounge5.jpg' width="400"></div> <<sayrush>>Meet me at my place when I'm done working. I want to give you some private lessons...<</sayrush>> <<require>>END OF CONTENT FOR NOW!<</require>> <</if>> <</if>> <div style="text-align: center;"> <<button 'End Interaction' 'Teachers Lounge'>> <<rushlust>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "teacherlounge">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "teacherloungedawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "teacherloungenight">> <</if>> <<set $skiptime to "on">> <<if $rushlovelevel is 0>> <<goto 'rushschoolflirtbad'>> <</if>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>>
<<narrator>><span class="rushtext">Ms. Rush</span> looks at you with a curious look.<</narrator>> <<saymc>>Ms. Rush, you make paying attention in class really easy. I can't take my eyes off of you.<</saymc>> <<sayrush>>$name! That's highly inappropriate. Get out of here before I report you to the school head.<</sayrush>> <<narrator>>You take your leave before it gets even worse.<</narrator>> <<require>>Reach Love Level 1 for a positive outcome!<</require>> <div style="text-align: center;"> <<button 'End Interaction' 'Teachers Lounge'>> <<rushlovebad>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "teacherlounge">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "teacherloungedawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "teacherloungenight">> <</if>> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>>
<<if $rushlustlevel is 0>> <span class="message"><span class="rushtext">Ms. Rush</span> is surprised to see you in here.</span> <div class="centered-image"><img src='images/college/rush/rushlounge1.jpg' width="400"></div> <<else>> <span class="message"><span class="rushtext">Ms. Rush</span> strikes you with a lustly gaze.</span> <div class="centered-image"><img src='images/college/rush/rushlounge2.jpg' width="400"></div> <</if>> <div id="interactborder" class="interactborder"> <div style="text-align: center;" class='interactbutton'> <<button 'Exit' 'Cafeteria'>><</button>> <<button 'Talk' 'rushschooltalk'>><</button>> <<button 'Flirt' 'rushschoolflirt'>> <</button>> <<if $rushgift is false>> <<button 'Gift'>> <<if $hyg <=24>> <<goto 'rushstink'>> <</if>> <<addclass "#interactborder" "hidden">> <<removeclass "#giftborder" "hidden">> <</button>> <<else>> <<disable true>> <span class="interactbuttondisabled"> <<button 'Gift'>><</button>> </span> <</disable>> <</if>> </div> </div> <<giftrush>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "teacherlounge">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "teacherloungedawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "teacherloungenight">> <</if>> <<set $skiptime to "off">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>>
<<if $hyg <=24>> <<goto 'rushstink'>> <</if>> <<narrator>><span class="rushtext">Ms. Rush</span> looks at you with a curious look.<</narrator>> <<saymc>>Hey, Ms. Rush. Sorry to bother you. I just wanted to say I've been enjoying class, and I look forward to the next lesson.<</saymc>> <<sayrush>>Oh! Wow. It's not often someone speaks positively about school. I'm glad you're taking a liking to it, $name.<</sayrush>> <div class="centered-image"><img src='images/misc/heart.gif' width="200"></div> <<if $rushlovelevel is 1>> <div style='text-align: center;'><span class="require">MAX LOVE LEVEL REACHED</span></div> <</if>> <div style="text-align: center;"> <<button 'End Interaction' 'Teachers Lounge'>> <<rushlove>> <<editcycle 'time' change 1>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "teacherlounge">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "teacherloungedawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "teacherloungenight">> <</if>> <<set $skiptime to "on">> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <</if>> <<if Cycle.get('time').check('night')>> <<goto 'collegekickout'>> <</if>>
<span class="message"><span class="rushtext">Ms. Rush</span> plugs her nose and turns away from you.</span> <div class="centered-image"><img src='images/misc/stink.gif' width="400"></div> <<sayrush>>$name. You should really take a shower. It's not healthy to go without it.<</sayrush>> <<narrator>>You immediatly feel self-conscious and head for the bathroom.<</narrator>> <<require>>Make sure to take showers to prevent disgusting other people.<</require>> <div style='text-align: center;'> <<button 'End Interaction' 'Bathroom'>> <<rushlustbad>> <</button>> </div> <<set $skiptime to "off">>
<<narrator>>You give a bottle of wine to <span class="rushtext">Ms. Rush</span>.<</narrator>> <<sayrush>>Thanks!<</sayrush>> <div style="text-align: center;"> <<button 'End Interaction' `previous()`>> <<set $rushlove to Math.clamp($rushlove +3, 0, $maxRushlove)>> <<notify>> +3 Ms. Rush Love! [Current: $rushlove]<</notify>> <<set $rushgiftreward to true>> <<rushlove>> <<set $rushgiftreward to false>> <<set $rushgift to true>> <</button>> </div> <<if not $firstgift>> <<popover 'noclick'>> <<require>>Currently very minimal scripts for gifts aside from $ladyn receiving poppers. Full scripted dialog in future updates!<</require>> <</popover>> <<set $firstgift to true>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "teacherlounge">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "teacherloungedawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "teacherloungenight">> <</if>> <<set $skiptime to "off">>
<<saymc>>How about an even better view?<</saymc>> <span class="message">She moves over to the sink while you get low to see her ass up close.</span> <<sayroom>>Hah, you want to see more of this big juicy ass?<</sayroom>> <div class="centered-image"><img src='images/kitchen/roommate/Kitchen/seemore1.gif'></div> <<saymc>>Bounce it for me. Make it jiggle.<</saymc>> <div class="centered-image"><img src='images/kitchen/roommate/Kitchen/seemore2.gif'></div> <<sayroom>> <<if $room =="Sister">> Mmm, you like your <<set $room to $room.toLowerCase($room)>> $room <<set $room to $room.toUpperFirst($room)>> shaking her ass in your face? <<else>> Like this? ;) <</if>> <</sayroom>> <<if $roomlustlevel is 2>> <<require>>Improve her lust to see more.<</require>> <</if>> <<if $roomlustlevel isnot 2>> <<narrator>>You reach forward and grab a handful of her ass.<</narrator>> <div class="centered-image"><img src='images/kitchen/roommate/Kitchen/touch.gif'></div> <</if>> <<if $roomlustlevel is 3>> <<require>>Improve her lust to see more.<</require>> <</if>> <<if $roomlustlevel is 4 or $roomlustlevel is 5>> <<saymc>> Strip down so I can get a better view. <</saymc>> <</if>> <div style="text-align: center;"> <<button 'End Interaction' 'Kitchen'>> <<editcycle 'time' change 1>> <<roomlust>> <</button>> <<if $roomlustlevel is 4 or $roomlustlevel is 5>> <span class="buttonevent"> <<button 'Continue' 'stripkitty'>><</button>> </span> <</if>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<<nobr>> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/bathroom/shirt1.mp4" type="video/mp4"></video></div> <span class="message">The gutteral sounds of throat fucking fills the room as things ramp up in intensity.</span> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/bathroom/shirt2.mp4" type="video/mp4"></video></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>I'm gonna keep sucking until you cum on my pretty little face.</p></div> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/bathroom/shirtsuck.mp4" type="video/mp4"></video></div> <span class="message">You found a sense of enjoyment in her last statement knowing you'll make this last until YOU decide to cum.</span> <div style="text-align: center;"> <<button 'Continue' 'hours'>><</button>> </div> <<timed .1s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>Why did seeing<<if $room =="Sister">> <<set $roomu to $roomu.toLowerCase($roomu)>>my $roomu's<<set $roomu to $roomu.toUpperFirst($roomu)>><<else>> his<</if>> cock instantly make me so wet? I have to do something about this..</i></p></div> <div class="centered-image"><img src='images/bathroom/mast2u.gif'></div> <span class="message">The site of you nude is causing her to rip her clothes off and take advantage of the moment.</span> <div class="centered-image"><img src='images/bathroom/stripmast.gif'></div> <div style="text-align: center;"> <<button 'Continue' 'startmast'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop muted><source src="videos/bathroom/mastpeek1.mp4" type="video/mp4"></video></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>His stupid cock is right out in the open. It'd be soo fucking hot if he caught me right now.</i></p></div> <div style="text-align: center;" class="vid-border"> <video id="vid" width="800" height="600" autoplay loop muted><source src="videos/bathroom/mastpeek2.mp4" type="video/mp4"></video></div> <span class="message">She begins to fantasize the things she'd let you do to her. </span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>I'd make you jerk your dick while you lick my little pussy.</i></p></div> <div style="text-align: center;"> <<button 'Continue' 'dickmast'>><</button>> </div> <<timed .1s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommateroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommateroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommateroomnight">> <</if>> <</nobr>>
<<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message">She begins masturbating right in front of you as you soak in the hot tub.</span> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop muted><source src="videos/pool/roommate/startmast.mp4" type="video/mp4"></video></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>My pussy is <i>so</i> wet. I could cum right here.</p></div> <<say '$name' 'images/portraits/MMainC.png'>>You'd love it if I watched you squirt all over the ground, wouldn't you? You slut.<</say>> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop muted><source src="videos/pool/roommate/pusssqueez1.mp4" type="video/mp4"></video></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>And you'd love a taste of my pink pussy wouldn't you, you pervert. ;)</p></div> <div class="vid-border">> <video id="vid" width="800" height="600" autoplay loop muted><source src="videos/pool/roommate/pusssqueez2.mp4" type="video/mp4"></video></div> <span class="message">You catch the slight smell of her soaked pussy, and can practically taste it.</span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>(Moans) Holy shit, my clit is so sensitive right now.</i></p></div> <div style="text-align: center;"><<button 'Continue' 'walkinside'>><</button>></div> <<timed .1s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <<set $skiptime to "off">> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<if not $player.has('firstroompool')>> <<pickup '$player' 'firstroompool'>> <</if>>
<<nobr>> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/bathroom/startsuck.mp4" type="video/mp4"></video></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>Gosh, it's so big</i>.</p></div> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/bathroom/suck1.mp4" type="video/mp4"></video></div> <span class="message">Enthralled by your dick, she begins to choke herself while holding a deep gaze.</span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>Oh my god, it doesn't even fit in my mouth.</i>.</p></div> <div style="text-align: center;" class="vid-border"><video id="vid" width="800" height="600" autoplay loop muted><source src="videos/bathroom/suck2.mp4" type="video/mp4"></video></div> <span class="message">Her gagging has inspired you to take things in to your own hands and force yourself deeper down her throat.</span> <<say '$name' 'images/portraits/MMainC.png'>>I fucking <i>love</i> when you choke on my dick, $roomn.<</say>> <div style="text-align: center;"> <<button 'Continue' 'shirtoff1'>><</button>> </div> <<timed .1s>> <<run $('#vid').attr('controls',true)>> <</timed>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <</nobr>>
<<nobr>> <<pickup '$player' 'firstmcmast2room'>> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i> Whoa, she's changing right now.</i><</say>> <div class="centered-image"><img src='images/roommateroom/changing2.gif'></div> <span class="message">You take advantage of the opportunity to view your <<set $room to $room.toLowerCase($room)>> $room<<set $room to $room.toUpperFirst($room)>> in a vulnerable state.</span> <div class="centered-image"><img src='images/roommateroom/changing3.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>Ugh! There's a stain on these shorts!</i></p></div> <div class="centered-image"><img src='images/roommateroom/changing4.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>Whatever, I don't like how they fit anyways.</i></p></div> <div class="centered-image"><img src='images/roommateroom/changing5.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>She's getting naked again!</i><</say>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>Hmm, I have some time to kill before I go out. I know what I'll do. ;)</i></p></div> <div style="text-align: center;"> <<button 'Continue' 'mast'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roombathroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roombathroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roombathroomnight">> <</if>> <</nobr>>
<<narrator>>You walk up to the bouncer; ready to inquire about the club.<</narrator>> <div style="text-align: center;"><img src='images/portraits/stripsecurity.jpg' width="400"></div> <div class="saynpc"><img src="images/portraits/stripsecurityport.jpg"><p>Jacob (Bouncer)</p><p>Bro! Back off. You smell like shit. I can't let you in.</p></div> <<require>>Make sure to take showers to prevent disgusting other people.<</require>> <div style="text-align: center;"> <<button 'Leave' 'Red Light District'>><</button>> </div>
<<sayroom>> Ooo, Right here in the kitchen? You like it risky, huh? Imagine if <<if $land =="Parents" & $roomlan =="Parents">> our parents <<else>> someone <</if>> walked in on us. <</sayroom>> <div class="centered-image"><img src='images/kitchen/roommate/Kitchen/strip1.gif'></div> <<saymc>>Fucking christ, you're getting my dick so hard.<</saymc>> <div class="centered-image"><img src='images/kitchen/roommate/Kitchen/strip2.gif'></div> <<sayroom>> Yeah? You like <<if $room =="Sister" or $room =="Cousin">> your <<set $room to $room.toLowerCase($room)>> $room <<set $room to $room.toUpperFirst($room)>> <<else>> me <</if>> stripping down and bouncing <<if $room =="Sister" or $room =="Cousin">> her <<else>> my <</if>> ass right in your face? <</sayroom>> <div class="centered-image"><img src='images/kitchen/roommate/Kitchen/strip3.gif'></div> <<saymc>> Just as much as you like <<if $room =="Sister" or $room =="Cousin">> your <<set $roomu to $roomu.toLowerCase($roomu)>> $roomu <<set $roomu to $roomu.toUpperFirst($roomu)>> <<else>> me <</if>> watching you do it. <<if $roomlustlevel is 5>> Spread your ass for me. <</if>> <</saymc>> <<if $roomlustlevel is 5>> <div class="centered-image"><img src='images/kitchen/roommate/Kitchen/strip4.gif'></div> <</if>> <<if $roomlustlevel isnot 5>> <div style="text-align: center;"><span class="require">Improve her lust to see more.</span></div> <<set $roomscene1 to "true">> <</if>> <div style="text-align: center;"> <<button 'End Interaction' 'Kitchen'>> <<editcycle 'time' change 1>> <<roomlust>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "kitchen">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "kitchendawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "kitchennight">> <</if>>
<<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>>I love your titties. $roomn.<</say>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>...And this?</p></div> <div class="centered-image"><img src='images/pool/roommate/strip1.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>Jesus christ, I'll never get over the fact that <<if $room =="Sister">>my <<set $room to $room.toLowerCase($room)>>$room<<set $room to $room.toUpperFirst($room)>><<else>>$roomn<</if>> has a pussy that nice.</i><</say>> <span class="message">You thought, while practically drooling all over yourself.</span> <div class="centered-image"><img src='images/pool/roommate/strip2.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Hehe, I love the way you get when you stare at my ass, $name. :)</p></div> <span class="message">She has you so hypnotized that you start to see in slow-motion.</span> <div class="centered-image"><img src='images/pool/roommate/kinitwerk.gif'></div> <div style="text-align: center;"> <<button 'Continue' 'intopool'>><</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <<set $skiptime to "off">> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <<if not $player.has('firstroompool')>> <<pickup '$player' 'firstroompool'>> <</if>>
<<nobr>> <span class="message">After getting back to your room, <span class="roomtext">$roomn</span> is spying on you with a lustful gaze.</span> <div class="centered-image"><img src='images/bathroom/planning.gif'></div> <<if $roomlust <99>> <<require>>Reach Lust Level 5 to see more!<</require>> <div style="text-align: center;"> <<button 'End Interaction' 'Bedroom'>> <<roomlust>> <</button>> </div> <<else>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p><i>He's not going to expect this at all.</i></p></div> <div class="centered-image"><img src='images/bathroom/towel.gif'></div> <span class="message">She rips off your towel and gasps at the sight of your dick being mere inches away from her face.</span> <<say '$name' 'images/portraits/MMainC.png'>>Whoa, $roomn?! You caught me off guard there!<</say>> <div class="centered-image"><img src='images/bathroom/begging.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>I'm sorry! I just really wanted to see your dick right now. I'm <i>suuuper</i> horny and just want a taste.</p></div> <<say '$name' 'images/portraits/MMainC.png'>>Wait, so it was you that took my clothes from the bathroom?!<</say>> <div class="centered-image"><img src='images/bathroom/inass.gif'></div> <span class="message">Still fixated on your dick, she can't help but touch it when in arms reach.</span> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>$name, your cock is <i>sooo</i> big, I <i>need</i> to put it in my mouth.</p></div> <div style="text-align: center;"> <<button 'Continue' 'startsuck'>><</button>> </div> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "bedroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "bedroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "bedroomnight">> <</if>> <</nobr>>
<<nobr>> <<set $skiptime to "off">> <div style="text-align: center;"> <<button 'Leave' 'Living Room'>><</button>> </div> <span class="message">It's locked. There could be a spare key located somewhere.</span> <div class="centered-image"> <img src='images/misc/locked.gif' height='263' width='351'> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "roommatedoor">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "roommatedoordawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "roommatedoornight">> <</if>> <</nobr>>
<<nobr>> <<if $hyg <=24>> <<goto 'StinkRoom'>> <</if>> <span class="message">You march in the room and make your presence known.</span> <div class="centered-image"><img src='images/livingroom/roommate/walkin.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Oh my god! $name! I thought no one was here! Don't look!</p></div> <div class="centered-image"><img src='images/livingroom/roommate/walkin2.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>>Honestly, I saw the whole thing.<</say>> <div class="centered-image"><img src='images/livingroom/roommate/walkin3.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>I can't believe you saw that. Oh my god..</p></div> <div class="centered-image"><img src='images/livingroom/roommate/walkin4.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Wait, <b>whole thing</b>? You were watching me before you stormed in here?</p></div> <div class="centered-image"><img src='images/livingroom/roommate/walkin5.gif'></div> <span class="message">You realize you've probably said too much. Time to backpedal.</span> <<say '$name' 'images/portraits/MMainC.png'>>I just meant I knew what you were up to. Why in the living room?<</say>> <div class="centered-image"><img src='images/livingroom/roommate/walkin8.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Um, yeah.. I don't know. I'm <i>soo</i> embarressed.</p></div><div style="text-align: center;"><<button 'Continue' 'roomstriplive'>><</button>></div> <<if $roomlust <75>> <<goto 'walkinbad'>> <</if>> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <span class="message">You march in the room and make your presence known.</span> <div class="centered-image"><img src='images/livingroom/roommate/walkin.gif'></div> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>Oh my god! $name! I thought no one was here! Don't look!</p></div> <div class="centered-image"><img src='images/livingroom/roommate/walkin2.gif'></div> <<say '$name' 'images/portraits/MMainC.png'>>Honestly, I saw the whole thing.<</say>> <div class="sayroom"><img src="images/portraits/FMainCText.png"><p>$roomn ($room)</p><p>So you were watching me, then decided to barge in and make it even more weird?</p></div> <<narrator>>She gets up and leaves.<</narrator>> <div style="text-align: center;"> <span class="require">Reach Lust Level 4 for a positive outcome!</span></div> <div style="text-align: center;"> <<button 'End Interaction' 'Living Room'>> <<editcycle 'time' change 1>> <<roomlovebad>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "livingroom">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "livingroomdawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "livingroomnight">> <</if>> <</nobr>>
<<nobr>> <<if $stamina <= 0>> <<goto 'Bad Sleep'>> <<else>> <<if Cycle.get('time').check('late night')>> <<goto 'Bad Sleep'>> <<else>> <</if>> <</if>> <span class="message">And right when you thought it was going somewhere, she gets up and leaves you with a fully hard cock.</span> <div class="centered-image"><img src='images/pool/roommate/walkinside.gif'></div> <<say '$name (Thinking)' 'images/portraits/MMainC.png'>><i>That fucking tease.</i><</say>> <div style="text-align: center;"> <<button 'End Interaction' 'Pool'>> <<pickup '$player' 'seenwalkinside'>> <<editcycle 'time' change 1>> <<set $roomscene2 to "true">> <<roomlust>> <</button>> </div> /* Day/Night Background Cycle */ <<if Cycle.get('time').check('morning') or Cycle.get('time').check('noon') or Cycle.get('time').check('afternoon')>> <<removeclass "html">><<addclass "html" "pool">> <</if>> <<if Cycle.get('time').check('dawn') or Cycle.get('time').check('evening')>> <<removeclass "html">><<addclass "html" "pooldawnevening">> <</if>> <<if Cycle.get('time').check('night') or Cycle.get('time').check('latenight')>> <<removeclass "html">><<addclass "html" "poolnight">> <</if>> <</nobr>>