JavaScript is required. Please enable it to continue.
Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<style> #menu-core, #ui-bar-history, #ui-bar,#right-ui-bar{display:none;} #story {margin-left:0;margin:0;margin-top:30px;} </style> <h4>Be careful, intro contain music, so use speakers at your own discretion.</h4> <h4>Recommended minimum resolution: 1280x720</h4> <br> [[I understand|intro]]
<style> #menu-core, #ui-bar-history, #ui-bar,#right-ui-bar,#box2{display:none;} img {width:100%;} #story {margin-left:0;margin:0;} .passage, #passages {max-width: 1920px;margin:0;padding:0;border:0;} body{margin-top:0;} .text-block { position: absolute; width: 20vw; top: 0.6vw; right: 1vh; background-color: rgba(0, 0, 102, 0.3); color: white; font-size: 1.4vh; font-family: 'Roboto', sans-serif; padding-left: 16px; padding-right: 16px; padding-bottom: 10px; z-index: 1; } .button { background-color: #1c87c9; -webkit-border-radius: 60px; border-radius: 60px; border: none; color: #eeeeee; cursor: pointer; display: inline-block; font-family: 'Roboto', sans-serif; font-size: 1.5vh; padding: 8px 10px; text-align: center; text-decoration: none; } @keyframes glowing { 0% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; } 50% { background-color: #49e819; box-shadow: 0 0 20px #49e819; } 100% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; } } .button { animation: glowing 1300ms infinite; } .alerts-border { border: 2px #990000 solid; animation: blink 2s; animation-iteration-count: 20; } @keyframes blink { 50% { border-color:#fff ; } } </style> <video src="images/intro.webm" autoplay loop width="100%"></video> <div id="show"> <div class="text-block alerts-border"> <p>This game is for players 18+ years of age.<br> If you are under 18<br> or it is illegal for you to view pornographic material please close this game now. <br>All characters in this game are over the age of 18.</p> <a ><button data-passage="Start" type="submit" class="button">START</button></a> </div> </div>
<<set $day to 0>> <<set $daycount to 1>> <<set $week to ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>> <<set $name to "Matt">> <<set $matticon to "images/profiles/matticon.png">> <<set $theraicon to "images/profiles/theraicon.png">> <<set $saraicon to "images/profiles/saraicon.png">> <<set $violeticon to "images/profiles/violeticon.png">> <<set $amaicon to "images/profiles/amaicon.png">> <<set $mothericon to "images/profiles/mothericon.png">> <<set $bradicon to "images/profiles/bradicon.png">> <<set $bossicon to "images/profiles/bossicon.png">> <<set $michelleicon to "images/profiles/michelleicon.png">> <<set $apart to {"start":0, "rented":0, "count":30, "endcount": 0, "active":0, "debt":0, "landlord":0}>> <<set $money to 1200>> <<set $rent to 1>> <<set $business to 0>> <<set $home to 0>> <<set $work to 0>> <<set $park to {"active":0, "walk":0, "start":0, "start":0, "play":0, "date":0, "saradate":0, "fuck":0, "event":0, "event2":0, "event3":0}>> <<set $mc to {"femi":0, "saturation":0, "saturation2":0, "sub":1, "lust":5, "mood":10, "heels":0, "makeup":0, "makeupskill":0, "sex":0, "mind":101, "beauty":0, "bbc":0, "shower":0, "mirror":0, "injection":0, "tattoo":0, "active":0}>> <<set $sara to {"femi":0, "saturation":0, "saturation2":0, "sub":5, "lust":0, "mood":1, "heels":0, "makeup":0, "makeupskill":0, "sex":0, "mind":101, "bbc":0, "beauty":0, "coffee":0, "money":600, "tattoo":0, "active":0, "work":0, "visitmatt":0}>> <<set $thera to {"count":0, "active":0, "start":0, "event":0, "event2":0, "event3":0, "bbc":0, "sex":0, "fuck":0}>> <<set $violet to {"beauty":0, "bbc":0, "lust":0, "count":0, "active":0, "start":0, "event":0}>> <<set $amanda to {"beauty":0, "bbc":0, "lust":0, "count":0, "active":0, "start":0, "event":0}>> <<set $mother to {"beauty":0, "bbc":0, "lust":0, "count":0, "active":0, "start":0, "visit":0, "event":0, "event2":0, "event3":0}>> <<set $michelle to {"start":0, "count":0, "active":0, "start":0, "visit":0, "brad":0, "fuck":0, "event":0, "event2":0, "event3":0, "sara":0}>> <<set $boss to {"start":0, "count":0, "active":0, "start":0, "visit":0, "michelle":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0}>> <<set $brad to {"start":0, "count":0, "active":0, "start":0, "visit":0, "michelle":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0}>> <<set $darius to {"start":0, "count":0, "active":0, "start":0, "visit":0, "michelle":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0}>> <<set $tyrese to {"start":0, "count":0, "active":0, "start":0, "visit":0, "michelle":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0}>>
<video autoplay src="images/logo.webm"></video> @@color:yellow;Ver. 0.04@@
<<widget timepass>><<nobr>> <<set $timeofday to 1>> <<set $daycount++>> <<if $day < 6>> <<set $day++>> <<else>> <<set $day to 0>> <</if>> <</nobr>><</widget>>
<<button "Rest">><<set $saytime to "Evening">><</button>> <<button "Sleep">><<timepass>><</button>> <<link "link text" "target">> <<Event>> <</link>> <<link [[link text|target]]>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <div class="icon"> <img src="<<print $matticon>>" alt="Character Name" style="float:left; margin-right:10px;"> ''<<print $name>>: '' What’s happening here? <br> </div> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style>
Day: <<print $daycount>>, <<= $week[$day]>> <br> Time: <<if $timeofday == 1>> Morning <<elseif $timeofday == 2>> Noon <<elseif $timeofday == 3>> Afternoon <<elseif $timeofday == 4>> Evening <<elseif $timeofday == 5>> Night <</if>> <br> <<if hasVisited("start3")>> [[Characters|characters]]<br> [[Changelog|Changelog]] <</if>> <<include "test">>
<video width="1300" autoplay loop src="images/change.webm"></video> 0.04 (New!) - story continuation: therapist - if you start over, you can change the main character's name - new random events in the living room (many variations) - fixed character icons in dialogue - fixed known bugs 0.03 - story continuation: therapist - new random events at work - minor fixes 0.02 - 6 new characters added - main story continued - new random events - new stats <<back>>
<style> #passages { max-width: 80em; margin: 0 auto; } h2 {text-shadow: 0px 0px 4px rgba(96, 84, 138, 0.7); color: #0080ff; font-size: 2rem; margin:0;} e {font-size: 1.4rem;} </style> <style> .start { box-shadow:inset 0px 1px 0px 0px #bbdaf7; background:linear-gradient(to bottom, #4d58f0 5%, #378de5 100%); background-color:#4d58f0; border-radius:6px; border:1px solid #84bbf3; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-weight:bold; margin:4px 4px 4px 0px; font-size:14px; padding:2px 8px; text-decoration:none; text-shadow:0px 1px 0px #528ecc; } .start { color: #fafafc !important; text-decoration: underline; background:linear-gradient(to bottom, #378de5 5%, #4d58f0 100%); background-color:#378de5; } </style> <video width="1300" autoplay src="images/intro2.webm"></video> <br> @@.blink_text;If you want more cool renders, comics, outfits and events visit my <a class="start" href="https://www.patreon.com/root_auth" target="_blank">PATREON</a>@@ <br> <hr> [[Start game|start0]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<set $timeofday to 4>> <<set $mc.shower to 1>> <<set $apart.start to 1>> <<set $apart.rented to 1>> <<set $apart.count to 30>> <<set $apart.endcount to 0>> <video width="1300" autoplay src="images/thera/thera1.webm"></video> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Okay <<print $name>> so you're worried about your wife, [[right?|start3]] </div> <</timed>>
<style> * { box-sizing: border-box; } .flex-container { display: flex; flex-wrap: wrap; } .flex-item-left { padding: 8px; flex: 70%; } .flex-item-right { padding: 8px; flex: 30%; } @media (max-width: 800px) { .flex-item-right, .flex-item-left { flex: 100%; } } </style> <div class="flex-container"> <div class="flex-item-left"> <<if $mc.femi == 0 && $mc.saturation2 == 0>> <video width="1300" autoplay loop src="images/profiles/mattpro1.webm"></video> <<elseif $mc.femi > 0 && $mc.saturation2 == 0>> <video width="1300" autoplay loop src="images/profiles/mattpro2.webm"></video> <<elseif $mc.femi > 0 && $mc.saturation2 == 5>> <video width="1300" autoplay loop src="images/profiles/mattpro3.webm"></video> <</if>> <br> </div> <div class="flex-item-right"> <<print $name>><br> Money: <<= $money>><br> Intelligence: <<= $mc.mind>> IQ<br> Feminization: <<= $mc.femi>> %<br> Appearance: ordinary<br> Tattoos: <<= $mc.tattoo>><br> Lust: <<= $mc.lust>><br> Submission: <<= $mc.sub>><br> Mood: <<=$mc.mood>><br> QG02 saturation: <<=$mc.saturation>> %<br> QG03+trans saturation: <<=$mc.saturation2>> %<br> QG04ex injection: <<= $mc.injection>><br> </div> </div> <hr> <div class="flex-container"> <div class="flex-item-left"> <<if $sara.saturation < 4>> <video width="1300" autoplay loop src="images/profiles/sarapro1.webm"></video> <<elseif $sara.saturation >= 4>> <video width="1300" autoplay loop src="images/profiles/sarapro2.webm"></video> <</if>> <br> </div> <div class="flex-item-right"> Sara<br> Money: <<=$sara.money>><br> Intelligence: <<= $sara.mind>> IQ<br> Appearance: ordinary<br> Tattoos: <<= $sara.tattoo>><br> Lust: <<= $sara.lust>><br> Submission: <<= $sara.sub>><br> Mood: <<=$sara.mood>><br> QG02 saturation: <<=$sara.saturation>> %<br> QG02+boost saturation: <<=$sara.saturation2>> %<br> </div> </div> <hr> Therapist: <br> <video width="1300" autoplay loop src="images/profiles/lilypro1.webm"></video> <br> <<if hasVisited("amanda visit") || hasVisited("violet visit")>> <hr> Matt's sisters - Amanda and Violet: <br> <<if $amanda.bbc == 0>> <video width="1300" autoplay loop src="images/profiles/violama.webm"></video> <</if>> <<if $amanda.bbc == 1>> <video width="1300" autoplay loop src="images/profiles/violama2.webm"></video> <</if>> <br> <</if>> <<if hasVisited("mother house")>> <hr> Matt's mother: <br> <video width="1300" autoplay loop src="images/profiles/motherprofile.webm"></video> <br> <</if>> <<if hasVisited("michelle")>> <hr> Work: Michelle, Brad, Boss: <br> <video width="1300" autoplay loop src="images/profiles/workprofile.webm"></video> <br> <</if>> <<back>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $name == "Matt">> <video width="1300" autoplay src="images/thera/thera2.webm"></video> <<else>> <video width="1300" autoplay src="images/thera/thera2b.webm"></video> <</if>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm yes..her depression is really worrying. She refuses to come here and I don't know what to do<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't worry, I'm here to help you. The most important thing is that you are honest..<br> [[so..are you fucking her?|start4]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/thera/thera3.webm"></video> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''What? Uhh no..no! She is in a difficult situation..you know..uhh and we haven't done this for months..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''It's okay <<print $name>>. You are a good person and you are safe here. </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Thank you for your help.<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm I think that's enough for today. I'll give you special pills for your wife and I'll analyze my notes. We'll meet tomorrow. </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Thank you once again. [[Leave|home][$thera.start to 1;$money -=100;]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@ </div> <</timed>>
<video width="1300" autoplay src="images/home/main.webm"></video> <br> [[Bedroom|bedroom]] <<if $thera.start < 6 && $sara.saturation < 5>> [[Living room|living room]] <<elseif $thera.start >= 6 && $sara.saturation >= 5>> <<switch random (1,2)>> <<case 1>> [[Living room|living room2]] <<case 2>> [[Living room|living room3]] <</switch>> <</if>> [[Kitchen|kitchen]] [[Bathroom|bathroom]] <<if $shower == 1 && $thera.start != 17>> [[Go outside|out]] <</if>> <<if $thera.start == 17 && $timeofday == 5>> <br>@@.blink; END OF DEMO CONTENT!@@ <</if>> <<include "events home">>
<video width="1300" autoplay src="images/home/bedroom.webm"></video> <br> [[Laptop|laptop]] <<if $timeofday == 5>> [[Sleep|sleep]] <</if>> [[Leave|home]]
<<if $sara.saturation < 2>> <video width="1300" autoplay src="images/home/sarahome.webm"></video> <<elseif $sara.saturation == 2 || $sara.saturation == 3>> <video width="1300" autoplay src="images/home/sarahome2.webm"></video> <<elseif $sara.saturation >= 4>> <<switch random(1,3)>> <<case 1>> <video width="1300" autoplay src="images/home/sarahome3.webm"></video> <<case 2>> <video width="1300" autoplay src="images/home/sarahome4.webm"></video> <<case 3>> <video width="1300" autoplay src="images/home/sarahome5.webm"></video> <</switch>> <</if>> <br> <<if $sara.saturation < 2>> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''...<br> </div> <</timed>> <<elseif $sara.saturation == 2 || $sara.saturation == 3>> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''I feel weird..ughh<br> </div> <</timed>> <<elseif $sara.saturation >= 4>> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hehe This is really funny!<br> </div> <</timed>> <</if>> <<timed 2s>> <<if $timeofday == 4 && $sara.coffee == 1>> [[Sara|sara pills][$sara.coffee to 2]] <</if>> <<if $timeofday == 4 && $sara.coffee == 2 || $day == 6 && $timeofday != 5>> [[Watch TV|hypnotv][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $sara.coffee == 2>> [[Rest|rest living room][$timeofday to 5]] <</if>> [[Leave|home]] <</timed>> <<timed 2s>> <<if $timeofday == 4 && $sara.saturation >= 2 && $violet.active == 0 && $thera.start >= 2 && $violet.start == 0>> <br>@@.blink;[[Doorbell|violet visit][$violet.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 4 && $amanda.start == 0 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <</timed>>
<video width="1300" autoplay src="images/home/bathroom.webm"></video> <br> <<timed 1s>> <<if $shower == 0>> [[Shower|shower][$shower to 1]] <</if>> [[Leave|home]] <</timed>>
<style> .flex-container { display: flex; flex-direction: row; } .flex-container > div { width: 50%; margin: 14px; text-align: center; line-height: 26px; font-size: 1.1rem; } </style> <<if $timeofday != 5>> <div class="fadein2 flex-container"> <div> <video autoplay src="images/out/homeout.webm"></video><br> [[Home|home]] </div> <div> <video autoplay src="images/out/businessout.webm"></video><br> <<if $timeofday == 1 && $day != 6>> [[Business district|bus][$business to 1;]] <</if>> </div> </div> <</if>> <<if $timeofday != 5 && $day == 6>> <div class="fadein2 flex-container"> <div> <video autoplay src="images/out/park.webm"></video><br> <<if $timeofday >= 1 && $timeofday <= 3 && $park.active == 0>> [[Park|park][$park.active to 1;$timeofday += 1;]] <</if>> </div> <div> <video autoplay src="images/out/mother.webm"></video><br> <<if $timeofday >= 1 && $timeofday <= 3 && $mother.active == 0>> [[Visiting Mom|mother house][$mother.active to 1]] <</if>> </div> </div> <</if>> <<if $timeofday == 5>> <div> It's really late...<br> [[Home|home]] </div> <</if>> <br>
<<if not hasVisited("saramattliv2") && $mc.femi < 6 || not hasVisited("saramattliv2") && $mc.femi >= 6 >> <video width="1300" autoplay src="images/home/shower.webm"></video> <br> [[Time to go|bathroom]] <</if>> <<if $mc.femi > 5 && hasVisited("saramattliv2") >> <video width="1300" autoplay loop src="images/home/shower2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Why is my dick not working? Uhh..<br> </div> <</timed>> <<timed 2s>> [[Time to go|bathroom]] <</timed>> <</if>>
<style> .bgtext { background-color: blue; color: white; } </style> <video width="1000" autoplay src="images/work/officeout.webm"></video> <br> <<if $thera.active == 1>> [[Home|bus][$home to 1]] <</if>> <<if $timeofday == 1 && $day != 6>> [[Office|office]] <<else>> <em>(Office is closed)</em> <</if>> <<if $timeofday == 3 && $thera.active == 0>> [[Therapist's Office|therapist][$thera.active to 1]] <<else>> <em>(Therapist's Office is closed)</em> <</if>>
<video width="1300" autoplay loop src="images/bus/bus.webm"></video> <<if $home == 1>> [[Get out|home][$home to 0]] <</if>> <<if $business == 1>> [[Get out|business district][$business to 0]] <</if>>
<video width="1000" autoplay src="images/work/mattoffice.webm"></video> <br> <<if $work == 0>> [[Work|work][$work to 1]] <</if>> <<if $work == 1>> [[Get out|business district]] <</if>>
<video width="1000" autoplay src="images/work/mattoffice2.webm"></video> <br> <<if $michelle.active == 0>> <<if not hasVisited("michelle")>> @@.blink;[[Michelle|michelle][$michelle.active to 1]]@@ <<elseif not hasVisited("michelle5")>> @@.blink;[[Michelle|michelle][$michelle.active to 1]]@@ <<else>> [[Michelle|michelle][$michelle.active to 1]] <</if>> <</if>> <<if $sara.saturation >= 4 && $sara.visitmatt == 0>> <<switch random(1,3)>> <<case 2>> [[hello, handsome!|saravisit][$sara.visitmatt to 1]] <<default>> <</switch>> <</if>> [[It's finally over!|office][$timeofday to 3;$money += 120]]
<video width="1300" autoplay loop src="images/thera/therapistout.webm"></video> <br> <<if $thera.start < 6>> [[Enter|therapist session][$timeofday to 4]] <<elseif $thera.start >= 6>> [[Enter|therapist session part2][$timeofday to 4]] <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 1>> <video width="1300" autoplay src="images/thera/thera4.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hello again <<= $name>>, did you give the pills to your wife?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I did it..but I wanted to ask..those pills..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm? Sorry <<= $name>>, no offense but I'm the specialist here so you should follow my recommendations.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ah yes..of course..I..I'm sorry, I'm a little confused uhh<br> </div> <</timed>> <<timed 6s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Never mind so..[[Tell me|therapist session2]] </div> <</timed>> <</if>> <<if $thera.start == 2>> <video width="1300" autoplay src="images/thera/thera5.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh Doctor, I still don't see any improvement!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Relax <<= $name>> this process takes some time the most important thing is that you are here and want to help.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I really want this Doctor!<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''It's helpful and [[remember|therapist session2]] </div> <</timed>> <</if>> <<if $thera.start == 3>> <video width="1300" autoplay src="images/thera/thera7.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm dear <<= $name>>, how do you feel?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I'm still worried about my wife..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't worry.. she'll be fine..I'm sure and what about you? You want to fuck [[someone?|therapist session2]] <br> </div> <</timed>> <</if>> <<if $thera.start == 4>> <video width="1300" autoplay src="images/thera/thera9.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yes <<= $name>>, so you went back to your favorite therapist hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh Is this part of the therapy? [[I don't know..|therapist session2]]<br> </div> <</timed>> <</if>> <<if $thera.start == 5>> <video width="1300" autoplay src="images/thera/thera11.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh To be honest I don't want to come here anymore.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm oh really <<= $name>>? What are you so afraid of? Your destiny?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I just don't know what exactly we're doing [[here|therapist session2]] <br> </div> <</timed>> <</if>>
<<timepass>> <<if $apart["start"] == 1 && $apart["rented"] == 1 && $apart["count"] > 0>> <<set $apart["count"] -= 1>> <</if>> <video width="1300" autoplay src="images/home/sleep.webm"></video> <br> [[Dream|dream][ $shower to 0; $sara.coffee to 0; $work to 0; $thera.active to 0; $violet.active to 0; $amanda.active to 0; $michelle.active to 0; $park.active to 0; $mother.active to 0; $park.saradate to 0; $sara.visitmatt to 0; ]]
<<if $mc.femi == 0>> <video width="1300" autoplay loop src="images/home/dream.webm"></video> <<elseif $mc.femi > 0>> <video width="1300" autoplay loop src="images/home/dream2.webm"></video> <</if>> <br> [[Wake up|bedroom]]
<<if $sara.saturation < 5>> <<set $sara.saturation +=1>> <<set $sara.sub +=1>> <<set $sara.mood +=1>> <</if>> <<if $sara.lust < 3>> <<set $sara.lust += 1>> <</if>> <<if $sara.mind > 99>> <<set $sara.mind -= 1>> <</if>> <video width="1300" autoplay loop src="images/home/pill.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Here you go, honey, I've prepared it especially for you..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh thank you, you're so sweet honey!<br> <<if $sara.saturation == 4>> <br>@@.blink;<em>(Sarah's status has changed, check the 'Characters' button and laptop)</em>@@<</if>> </div> <</timed>> <<timed 4s>> [[Leave|living room]] <</timed>>
<video width="1300" autoplay src="images/home/kitchen.webm"></video> <br> <<timed 1s>> <<if $timeofday == 4 && $sara.coffee == 0 && $thera.start < 6 && $sara.saturation < 5>> [[Dissolve the pill|coffee][$sara.coffee to 1]] <</if>> [[Leave|home]] <</timed>>
<video width="1300" autoplay src="images/home/coffee.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''That should be enough..hmm it's for your own good, my love.<br> @@.blink;<em>(Sara waits in the living room)</em>@@ </div> <</timed>> <<timed 2s>> [[Take a closer look|pillszoom]] [[Take a cup|kitchen]] <</timed>>
<video width="1300" autoplay src="images/home/pillszoom.webm"></video> <br> [[Hmm..|coffee]]
<<if $sara.saturation < 3>> <video width="1300" autoplay loop src="images/home/tvhome.webm"></video> <<elseif $sara.saturation >= 3>> <<switch random(1,2)>> <<case 1>> <video width="1300" autoplay loop src="images/home/tvhome5.webm"></video> <<case 2>> <video width="1300" autoplay loop src="images/home/tvhome4.webm"></video> <</switch>> <</if>> [[Really boring|living room]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 1>> <video width="1300" autoplay src="images/thera/thera6.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''How she reacted?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I didn't notice any changes.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm okay..Keep supplementing, that's all for today.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Thank you for your help. [[Leave|business district][$thera.start to 2;$money -= 100;$mc.sub +=1;]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 2>> <video width="1300" autoplay src="images/thera/thera6.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I am here for you and I fully support you.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''I feel better already. [[Leave|business district][$thera.start to 3;$money -= 100;]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 3>> <video width="1300" autoplay src="images/thera/thera8.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh Doctor this is inappropriate!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I bet your dick is hard and [[ready!|therapist session3]] <br> </div> <</timed>> <</if>> <<if $thera.start == 4>> <video width="1300" autoplay src="images/thera/thera10.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm I'll suck your cock like this finger..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What's going on?! I better get going uhh..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe You can go but your therapy isn't over [[yet|business district][$thera.start to 5;$money -= 100;]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@<br> </div> <</timed>> <</if>> <<if $thera.start == 5>> <video width="1300" autoplay src="images/thera/thera12.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe What would you like to do? Do you want to fuck me?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh This is too much for me! I will find another doctor and...<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''MYou've got to be kidding! You won't get out of here that easily!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''That's exactly what I'm going to do! [[Bye!|therapist session3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 3>> <video width="1300" autoplay src="images/thera/thera9.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh? What? No..No!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Alright... that's all for today.. [[You can go|business district][$thera.start to 4]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@<br> </div> <</timed>> <</if>> <<if $thera.start == 5>> <video width="1300" autoplay loop src="images/thera/thera13.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I spent so much time on you and now you're leaving me?! You leave me no choice!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' SECURITY! HELP! PATIENT IS ASSAULTING ME!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''That's not true! I just want to [[leave!|police]]<br> </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/police/policetime.webm"></video> <br> <<timed 2s>> <div class="fadein"> [[Next|police2]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/police/prison.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Fuck..I didn't do anything wrong! I just want to help my wife..Why is this happening to me?!<br> </div> <</timed>> <<timed 4s>> <div class="fadein"> [[Someone opens the door|police3]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/police/prison2.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Thank you for your help Captain, I can handle it from here!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<= $name>>I spoke with the judge and.. it looks like there will be no charges against you. <br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Charges? You dragged me into this! I did nothing!<br> </div> <</timed>> <<timed 7s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Listen [[carefully|police4]] <br> </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay loop src="images/police/prison3.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I know everyone here and the Captain loves me very much so!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''you are under my care and you follow my orders or you go back to prison really fucking fast, understood?!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''....<br> </div> <</timed>> <<timed 7s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Guard!<br> </div> <</timed>> <<timed 8s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Okay, okay, I understood!<br> </div> <</timed>> <<timed 9s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Say it again!<br> </div> <</timed>> <<timed 10s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''I understood!<br> </div> <</timed>> <<timed 11s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Now go back to your nice wife and I'll see you at the next visit! [[Go!|business district][$thera.start to 6;$mc.sub +=10;$sara.saturation to 5;]]<br> </div> <</timed>>
<video width="1300" autoplay loop src="images/home/rest.webm"></video> <br> [[It was a hard day|living room]]
<br> <<if $apart["start"] == 1 && $apart["rented"] == 0 && $apart["count"] == 0>> <br><em>@@.blink;Pay the rent! (check the laptop)@@</em><br> <</if>> <<if $day == 6 && not hasVisited("mother house", "park")>> <br><em>@@.blink;New events outside!@@</em><br> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $violet.start == 0>> <video width="1300" autoplay src="images/sis/violet1.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Hey brother, what's up?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I'm doing fine.. I guess..<br> </div> <</timed>> <<timed 6s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Listen... I have a [[question|violet visit2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/home/laptop.webm"></video> <br> <<if $apart["rented"] == 1>> <br>Apartment rent $1,275/month <br>Rented for <<= $apart.count>> days.<br> <<elseif $apart["start"] == 1 && $apart["count"] == 0 && $apart["rented"] == 0 && $cash >= 1275>> <br>[[Rent an apartment $1275|laptop][$cash -=1275;$apart["rented"] to 1;$apart["count"] to 30;$apart["endcount"] to 0;]] <<elseif $apart["start"] == 1 && $apart["count"] == 0 && $apart["rented"] == 0 && $cash < 1275>> <br>Apartment $1,275/month <br>You have no money. <<elseif $cash < 1275>> <br>Apartment $1,275/month <br>You have no money. <</if>> <<if $sara.saturation >= 4>> [[Sara Instagram|sara instagram]] <</if>> [[Log out|bedroom]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $amanda.start == 0>> <video width="1300" autoplay src="images/sis/amanda1.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Hey brother! How are you doing? Mom is worried about you.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Heh..yeah..um well..I've been a little busy.<br> </div> <</timed>> <<timed 6s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Okay, but still..you should visit her.<br> </div> <</timed>> <<timed 8s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm okay, okay..[[I should..|amanda visit2]] </div> <</timed>> <</if>>
<video width="1300" autoplay loop src="images/park/park0.webm"></video> <br> <<if $park.saradate == 0>> [[Walk with Sara|walk with sara][$park.saradate to 1]] <</if>> <<if $park.saradate == 0>> [[Who's that?|bench][$park.saradate to 1]] <</if>> [[Leave|out]]
<video width="1300" autoplay loop src="images/mother/motherhouse.webm"></video> <br> [[Enter|mother house2]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $violet.start == 0>> <video width="1300" autoplay src="images/sis/violet2.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Can you lend me a hundred dollars? I'm in need..You know what it's like hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh Again? Okay hmm I hope you'll pay it back!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''You are the best brother in the world, [[thank you!|home][$money -=100;$violet.start to 1;$timeofday to 5;]] <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $amanda.start == 0>> <video width="1300" autoplay src="images/sis/amanda2.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''You promise?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yes! I promise. Don't worry.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Good. Maybe we'll go to church together sometime..together as a family, like we used to do. <br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''...<br> </div> <</timed>> <<timed 6s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Okay..that's all hmm I won't bother you, god bless you, [[bye!|home][$amanda.start to 1;$timeofday to 5;]] <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0>> <<switch random (1,3)>> <<case 1 3>> <video width="1300" autoplay src="images/work/michelle.webm"></video> <<case 2>> <video width="1300" autoplay src="images/work/michelle0.webm"></video> <</switch>> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hey <<print $name>>! Have you sold any property recently? The boss wants results, you know that!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''No..I'm having a harder time right now<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Got it! [[Well..|michelle2]] <<if not hasVisited("michelle2")>> <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ <</if>> </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0>> <video width="1300" autoplay src="images/work/michelle2.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''It's not that difficult, you need to talk to your customers more!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah..well..It's easy to say.. if I had big boobs like yours it wouldn't be a problem..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''What?!<br> </div> <</timed>> <<switch random(1,2)>> <<case 1>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Eee nothing.. I'm talking to myself, thanks for the advice [[Leave|work]] </div> <</timed>> <<case 2>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Eee nothing.. I'm talking to myself, thanks for the advice. </div> <</timed>> <<timed 6s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hmm okay..oh Hey [[Brad!|michelle3]] <<if hasVisited("michelle3")>> [[Skip this event|work]] <</if>> </div> <</timed>> <</switch>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 6>> <video width="1300" autoplay src="images/thera/thera14.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<print $name>> I hope you understand your situation?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..yes..<br> </div> <</timed>> <<timed 6s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Good. We need to prepare you for the session, I have the appropriate outfit and makeup here.<br> </div> <</timed>> <<timed 8s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What?!<br> </div> <</timed>> <<timed 10s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''We don't have time for this! Follow [[orders|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 7>> <video width="1300" autoplay src="images/thera/thera15.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh what is the point of all this?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''<<print $name>> do we need to come back to this conversation again? Just follow orders.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''[[...|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 8>> <video width="1300" autoplay src="images/thera/therafuck.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Ahhh yesss Darius!! Come on!! Uhhh fuck me faster!!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: '' What's going on [[here?|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 9>> <video width="1300" autoplay src="images/thera/thera26.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..<<print $name>> are you ready?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh yes..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Good. Let's [[begin|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 10>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therabimbo.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Uhh Doctor, I don't know if this style suits me..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Relax honey you look perfect, just like me in the old days.<br> </div> <</timed>> <<timed 4s>> <div class="fadein"> ''Girl: ''Okay, doctor, I need to show more confidence.<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You must submit all shame barriers. We will talk about this in the next [[bsession|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 11>> <video width="1300" autoplay src="images/thera/thera26.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..<<print $name>> are you ready?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh yes..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Good. Let's [[begin|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 12>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..how are you feeling honey?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Girl: ''Really good! Mmm and I'm so hot!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''This means that the drugs work very [[well|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 13>> <video width="1300" autoplay src="images/thera/thera26.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..<<print $name>> are you ready?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Um..yes, of course <br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Nice..really nice.. Let's [[begin|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 14>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney4.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh my you look stunning!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Girl: ''Thank you, but I'm not sure if this is a good style for me.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Honey, you look amazing and the boys will definitely [[appreciate it|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 15>> <video width="1300" autoplay src="images/thera/thera27.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..<<print $name>> how do you feel?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh a bit strange.. my body is changing.. I can feel it.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''This will pass, now focus on the [[session|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 16>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therabimbo.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Uhh Doctor, I missed you so much!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Relax honey. I'm already with you, my dear.<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> ''Girl: ''Mmm I'm glad..<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I'll take care of you, [[don't worrybsession|therapist session part2-2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 6 || $thera.start == 7>> <video width="1300" autoplay src="images/thera/thera16.webm"></video> <br> [[after a while|therapist session part2-3]] <</if>> <<if $thera.start == 8>> <video width="1300" autoplay src="images/thera/therafuck2.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm soo warm and tasty yesss cum on me!!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh hmm she looks [[amazing|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 9>> <video width="1300" autoplay src="images/thera/thera19.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh this is so hot! What's going on uhh!!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You adapted very well!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Listen. There's nothing to be [[ashamed of|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 10>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therabimbo2.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Thank you, now I feel [[better|business district][$thera.start to 11]] </div> <</timed>> <</if>> <<if $thera.start == 11>> <video width="1300" autoplay src="images/thera/thera19.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhhh it's weird and.. exciting.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You adapted very well!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Listen. There's nothing to be ashamed of.. I know you [[like it|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 12>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney2.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Ahh Thank you, doctor!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh! Mmm uhh okay mmm you're welcome, honey!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm but you have to stop [[now|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 13>> <video width="1300" autoplay src="images/thera/thera19.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm I can handle it!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You adapted very well and you're submissive.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Wonderful!Really.. I think you're ready for the [[next stage|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 14>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney5.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''end tell me, do you like sucking cocks?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Girl: ''Ohh I didn't think about it.. until now<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe you should honey [[you should|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 15>> <video width="1300" autoplay src="images/thera/thera29.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You seem more calm today.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know what to think about it..really.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''You know what I think [[about it?|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 16>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therabimbo3.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> ''Girl: ''I'm calmer now.<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm hehe Of course you are.<br> </div> <</timed>> <<timed 3s>> [[Leave|business district][$thera.start to 17]] <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 6>> <video width="1300" autoplay loop src="images/thera/thera18.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''No! Fuck!! What the fuck is this?! Aghh to tight! This is too much!!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Calm down <<print $name>> it's completely normal, it's nothing unusual..<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Never! I have to take off this outfit now!!<br> </div> <</timed>> <<timed 8s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Uhh! Okay, okay..You can start changing your clothes, we're done for [[today|therapist session part2-4]] </div> <</timed>> <</if>> <<if $thera.start == 7>> <video width="1300" autoplay loop src="images/thera/thera17.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh this shit again! Very uncomfortable uhh!!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't act like a child <<print $name>>! You've got to endure it somehow!<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''It doesn't make sense!<br> </div> <</timed>> <<timed 8s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm Okay sweetie..You can start changing your clothes, we're done for [[today|therapist session part2-4]] </div> <</timed>> <</if>> <<if $thera.start == 8>> <video width="1300" autoplay src="images/thera/therafuck3.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Huh? Why are you staring? Are you some kind of pervert?! Session canceled, get the fuck out<br> </div> <</timed>> <<timed 4s>> [[Get out|business district][$thera.start to 9;$mc.lust +=1;]] <</timed>> <</if>> <<if $thera.start == 9>> <video width="1300" autoplay src="images/thera/thera23.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''<em>(Hmm Maybe if I'm nicer to her, I'll be able to trick her?)</em><br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Thank you for supporting me.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Heh Of course honey! I'm here for you.<br> </div> <</timed>> <<timed 5s>> [[Get out|business district][$thera.start to 10;$mc.lust +=1;]] <</timed>> <</if>> <<if $thera.start == 11>> <video width="1300" autoplay src="images/thera/thera24.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''<em>(Let's try again)</em><br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I feel really good with your help.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Heh Of course honey! I'm here for you.<br> </div> <</timed>> <<timed 5s>> [[Get out|business district][$thera.start to 12;$mc.lust +=1;]] <</timed>> <</if>> <<if $thera.start == 12>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney3.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Mmm but I'm so horny!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I completely understand you mmm over time, you will get the hang of it<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> ''Girl: ''ohh I don't know if I want this..<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''heh you are so [[sweet|business district][$thera.start to 13;$mc.lust +=1;]] </div> <</timed>> <</if>> <<if $thera.start == 13>> <<set $mc.saturation +=5>> <<set $mc.saturation2 +=5>> <<set $mc.lust +=2>> <<set $mc.femi +=5>> <video width="1300" autoplay src="images/thera/thera25.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh!! What?! What is this??<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't be nervous..it will help you to be a better person.<br> </div> <</timed>> <<timed 4s>> @@.blink;<em>(<<print $name>> status has changed, unknown substance injected, check the 'Characters' button)</em>@@ <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''<em>(What did I get myself into?)</em><br> </div> <</timed>> <<timed 6s>> [[Get out|business district][$thera.start to 14]] <</timed>> <</if>> <<if $thera.start == 14>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney6.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Umm.. I think I'll do that.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Absolutely, it's a doctor's [[recommendation|business district][$thera.start to 15]] </div> <</timed>> <</if>> <<if $thera.start == 15>> <video width="1300" autoplay src="images/thera/thera28.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I think you're starting to like it.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh..<br> </div> <</timed>> <<timed 4s>> [[Get out|business district][$thera.start to 16]] <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 6>> <video width="1300" autoplay src="images/thera/thera21.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Fuck. I'm shaking, what's going on? What a nightmare this is..<br> </div> <</timed>> <<timed 4s>> [[Get out|business district][$thera.start to 7;$mc.femi +=1;$mc.lust +=1;$mc.sub +=5;$mc.mind -= 1;$money -= 100;]] <</timed>> <<timed 5s>> <br>@@.blink;<em>(<<print $name>>'s' status has changed, check the 'Characters' button)</em>@@ <</timed>> <</if>> <<if $thera.start == 7>> <video width="1300" autoplay src="images/thera/thera22.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You're handling it pretty well, I'm proud of you. </div> <</timed>> <<timed 4s>> [[Get out|business district][$thera.start to 8;$mc.femi +=1;$mc.lust +=1;$mc.sub +=3;$money -= 100;]] <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0>> <video width="1300" autoplay src="images/work/michelle3.webm"></video> <br> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Hello! Hello everyone! Especially you, my sunshine hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Oh Brad! You always know what to say!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''That's why I'm the best seller [[here!|michelle4]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0>> <video width="1300" autoplay src="images/work/michelle5.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Oh you are Brad!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Thank you, darling!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Oh Brad!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Uhmmm! Okay but! Even the best salesman has to sell!<br> </div> <</timed>> <<timed 6s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Yes sir!! I'm going to sell expensive apartments right now!<br> </div> <</timed>> <<timed 7s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Good! Hmm and [[you|michelle5]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0>> <video width="1300" autoplay src="images/work/michelle6.webm"></video> <br> <<timed 2s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''<<= $name>> I advise you to go back to work, your situation is really bad!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm yes sir! Right away, Sir! [[Work|work]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/parksara.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Great weather today!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Umm yeah, [[definitely|walk with sara2]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mother.start == 0>> <video width="1300" autoplay src="images/mother/mothervisit.webm"></video> <br> <<timed 2s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Oh what a surprise <<print $name>>, Sara! Welcome! Please [[come in!|mother house3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mother.start == 0>> <video width="1300" autoplay src="images/mother/mothervisit2.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Umm thanks!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Come, come, let's [[sit down|mother house4]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mother.start == 0>> <video width="1300" autoplay src="images/mother/mothervisit3.webm"></video> <br> <<timed 2s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Hmm so..How are things going for you? How are you doing at work?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I work a lot but it's hard. There is big competition right now.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Uhh my child..When I was your age, I already had a child and participated in church life. It was a decent and peaceful life.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh mom..don't start again..<br> </div> <</timed>> <<timed 6s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Ughh..<br> </div> <</timed>> <<timed 7s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Okay..young people know everything better.. <br> </div> <</timed>> <<timed 8s>> [[Return home|home][$timeofday += 1;]] <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/parksara2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''We should do this more often.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Sure, [[why not|walk with sara3]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/parksara3.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh my! [[He's big|walk with sara4]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/parksara4.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''He looks at me, it's so [[intense|walk with sara5]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/parksara5.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh H..hey..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What?! Who is this guy??<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm I don't know.. [[let's go|home]] </div> <</timed>>
<<if $sara.saturation >= 4>> <video width="1300" autoplay src="images/home/sarainsta.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm interesting, she seems happy which is good.[[Laptop|laptop]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/work/sarawork.webm"></video> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey! What a nice surprise! I didn't expect that!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''I felt better and decided to visit you.<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> <<switch random (1,2)>> <<case 1>> [[Suddenly|sara michelle]] <<case 2>> [[Suddenly|sara brad]] <</switch>> </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/work/sarawork2.webm"></video> <br> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hi everyone!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh wow you look gorgeous!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''heh you are very nice but I just look normal like everyone else.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm maybe but still..<br> </div> <</timed>> <<timed 6s>> <div class="fadein"> [[Work|work]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/work/sarawork3.webm"></video> <br> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Mmm Sara nice to see you again, you look really beautiful!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm yeah..hey Brad..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''You're not happy to see me or [[maybe|sara brad2]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $sara.saturation < 5>> <<set $sara.saturation +=1>> <<set $sara.sub +=1>> <<set $sara.mood +=1>> <</if>> <<if $sara.lust < 4>> <<set $sara.lust += 1>> <</if>> <video width="1300" autoplay src="images/work/sarawork4.webm"></video> <br> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Will you finally leave this loser and we will meet someday?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Huh?! Definitely not!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Hehe okay [[not yet|sara brad3]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $sara.saturation < 5>> <<set $sara.saturation +=1>> <<set $sara.sub +=1>> <<set $sara.mood +=1>> <</if>> <<if $sara.lust < 4>> <<set $sara.lust += 1>> <</if>> <video width="1300" autoplay src="images/work/sarawork5.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey! Cut it out, okay?!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Okay hehe, okay just..just kidding, jeez..everyone is so sensitive suddenly..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Right..I'm going home, bye honey!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Bye, thanks for visiting me<br> </div> <</timed>> <<timed 6s>> <div class="fadein"> [[Work|work]] </div> <</timed>>
<<switch random(1,3)>> <<case 1>> <video width="1300" autoplay src="images/home/sarahome3.webm"></video> <<case 2>> <video width="1300" autoplay src="images/home/sarahome4.webm"></video> <<case 3>> <video width="1300" autoplay src="images/home/sarahome5.webm"></video> <</switch>> <<if $sara.saturation >= 4>> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hehe this is really funny!<br> </div> <</timed>> <<if $timeofday == 4 && $timeofday != 5 && $mc.femi > 5 && not hasVisited("saramattliv2") || $day == 6 && $timeofday != 5 && $mc.femi > 5 && not hasVisited("saramattliv2") >> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Come to me my @@.blink;[[husband|saramattliv][$timeofday to 5]]@@ </div> <</timed>> <</if>> <</if>> <<timed 2s>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Watch TV|hypnotv][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Rest|rest living room][$timeofday to 5]] <</if>> [[Leave|home]] <</timed>>
<<if ndef $saraout>><<set $saraout to 0>><</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> <video width="1300" autoplay src="images/home/saraoutintro.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Sarah went out somewhere..<br> </div> <</timed>> <<else>> <<switch random(1,3)>> <<case 1>> <video width="1300" autoplay src="images/home/sarahome3.webm"></video> <<case 2>> <video width="1300" autoplay src="images/home/sarahome4.webm"></video> <<case 3>> <video width="1300" autoplay src="images/home/sarahome5.webm"></video> <</switch>> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hehe this is really funny!<br> </div> <</timed>> <</if>> <<timed 2s>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> <<switch random (1,5)>> <<case 1>> [[Find your wife|saraout][$timeofday to 5;$saraout to 1;]] <<case 2>> [[Find your wife|saraout][$timeofday to 5;$saraout to 2;]] <<case 3>> [[Find your wife|saraout][$timeofday to 5;$saraout to 3;]] <<case 4>> [[Find your wife|saraout][$timeofday to 5;$saraout to 4;]] <<case 5>> [[Find your wife|saraout][$timeofday to 5;$saraout to 5;]] <</switch>> <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Watch TV|hypnotv][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Rest|rest living room][$timeofday to 5]] <</if>> [[Leave|home]] <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $saraout == 1>> <video width="1300" autoplay src="images/out/saraout.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..I wonder what they are talking about.<br> </div> <</timed>> <<timed 2s>> [[Listen|saraout2]] <</timed>> <</if>> <<if $saraout == 2>> <video width="1300" autoplay src="images/out/saraout.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..I wonder what they are talking about.<br> </div> <</timed>> <<timed 2s>> [[Listen|saraout2]] <</timed>> <</if>> <<if $saraout == 3>> <video width="1300" autoplay src="images/out/mattout2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..Wait..what?! Is that my sister?!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>> <<if $saraout == 4>> <video width="1300" autoplay src="images/out/mattout3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow is that my Michelle?!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>> <<if $saraout == 5>> <video width="1300" autoplay src="images/out/mattout.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow I can almost see that girl's ass!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $saraout == 1>> <video width="1300" autoplay loop src="images/out/saraout2.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hehe honey! Believe me, his dick was abnormally big! I've never seen anything like this!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh my..umm I don't know if I should listen to this.<br> </div> <</timed>> <<timed 3s>> [[Stop eavesdropping|living room]] <</timed>> <</if>> <<if $saraout == 2>> <video width="1300" autoplay loop src="images/out/saraout2.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hehe honey! Believe me, his dick was abnormally big! I've never seen anything like this!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh my..umm I don't know if I should listen to this.<br> </div> <</timed>> <<timed 3s>> [[Hello girls!|saraout3]] <</timed>> <</if>> <<if $saraout == 3>> <video width="1300" autoplay src="images/sis/amanda3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yes, that's my sister with some guy..<br> </div> <</timed>> <<timed 2s>> [[I don't know him|saraout3]] <</timed>> <</if>> <<if $saraout == 4>> <video width="1300" autoplay src="images/out/michelleout.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know this guy hmm interesting.<br> </div> <</timed>> <<timed 2s>> [[Stop eavesdropping|living room]] <</timed>> <</if>> <<if $saraout == 5>> <video width="1300" autoplay src="images/out/outrandom.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''She's with some guy..teasing him.<br> </div> <</timed>> <<timed 2s>> [[She is coming here|saraout3]] <</timed>> <</if>>
<<if $saraout == 2>> <video width="1300" autoplay src="images/sis/violet3.webm"></video> <br> <<timed 1s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''What are you gossiping about?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Eeee..uhh..We don't talk about anything hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''About big dicks!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Oh!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Michelle come on..<br> </div> <</timed>> <<timed 6s>> [[Stop eavesdropping|living room]] <</timed>> <</if>> <<if $saraout == 3>> <<if $amanda.bbc == 0>> <video width="1300" autoplay loop src="images/sis/amanda4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Weird.. I hope it's nothing serious.<br> </div> <</timed>> <<timed 2s>> [[Stop eavesdropping|living room][$amanda.bbc to 1]] <br>@@.blink;<em>(Amanda status has changed, check the 'Characters' button)</em>@@ <</timed>> <<else>> <video width="1300" autoplay loop src="images/sis/amanda4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Weird.. I hope it's nothing serious.<br> </div> <</timed>> <<timed 2s>> [[Stop eavesdropping|living room]] <</timed>> <</if>> <</if>> <<if $saraout == 5>> <<switch random (1,2)>> <<case 1>> <video width="1300" autoplay src="images/out/outrandom2.webm"></video> <<case 2>> <video width="1300" autoplay src="images/out/outrandom3.webm"></video> <</switch>> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh she is very tempting and sexy..<br> </div> <</timed>> <<timed 2s>> [[Stop looking|living room]] <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/home/sarahome6.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm <<print $name>> I'm so horny today..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I feel the same way.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Ohh just fuck me right [[now|saramattliv2]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/home/sarahome7.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uhh yes <<print $name>> I bet your dick is already hard..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm uhh hmm..<br> </div> <</timed>> <<timed 5s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''What? Why? You are so soft..you don't want me? I'm not attractive to you? Ohh..<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know what's going on..<br> </div> <</timed>> <<timed 6s>> [[Leave|living room]] <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/bench.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm I've seen that girl before..<br> </div> <</timed>> <<timed 2s>> [[Stop staring|home]] <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/intro4.webm"></video> <br> Main character name (default: Matt)<br> <<textbox "$name" $name >> <br> <<button [[Confirm|start2]]>> <<set $name to $name.trim()>> <</button>> \