<span style="font-size:22px">\
@@#now;<<now>>@@
Money £$cash.00
<<nobr>>
<<if hasVisited("mon1") && not hasVisited("level2") >>
<<if $seap >= 60>>
<img src="ll.jpg">
<<elseif $seap >= 40>>
<img src="pp3.jpg">
<<elseif $seap >= 20>>
<img src="pp2.jpg">
<<else>>
<img src="pp1.jpg">
<</if>>
<</if>>
<<if hasVisited("m50") && hasVisited("level2") >>
<<if $lvl == 20>>
<img src="pp5.jpg">
<<elseif $lvl == 30>>
<img src="pp6.jpg">
<<elseif $lvl == 40>>
<img src="pp7.jpg">
<<else>>
<img src="pp4.jpg">
<</if>>
<</if>>
<</nobr>>
<progress max="100" @value="$seap"></progress>
<<nobr>>
<<if not hasVisited("level3")>>
Weight Loss $seap %
<</if>>
<<if hasVisited("level3")>>
Fitness $seap %
<</if>>
<</nobr>>
Gym Membership
<<if not hasVisited("buy")>><span><img src="cros.jpg"></span><</if>>
<<if hasVisited("buy")>><span><img src="tic.jpg"></span><</if>>
<<if hasVisited("altw15") || hasVisited("level2")>><progress max="100" @value="$oral"></progress>
Oral Ability $oral %
Keycard
<<if not hasVisited("key")>><span><img src="cros.jpg"></span><</if>>
<<if hasVisited("key")>><span><img src="tic.jpg"></span><</if>>
<</if>>Only Me subs: $only
</span>
<<set $stat to 0>>
<<set $stat1 to 0>>
<<set $mem to 0>>
<<set $oral to 0>>
<<set $only to 0>>
<<set $key to 0>>
<<set $lvl to 0>>
<<set $seap to 0>>
<<set $cash to 0>>
<<set $ework to 0>>
<<set $wine to 0>>
<<set $spa to 0>>
<<set $ymca to 0>>
<<set $orga to 0>>
/% The names of the Days of the Week. %/
<<set setup.DAYS to ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]>>
/% The names of the Time Periods of a Day. %/
<<set setup.PERIODS to ["Morning", "Day", "Evening", "Night"]>>
/% The current Game Day: Monday. %/
<<set $day to 1>>
/% The current Time Period: Morning. %/
<<set $period to 0>>
/*
* <<now>>
*
* Displays the current Day of Week, Period of Day and Day Number.
*/
<<widget "now">>
\<<print setup.DAYS[$day % 7]>> <<print setup.PERIODS[$period]>>
<</widget>>
/*
* <<AdvancePeriod [number of periods]>>
*
* Advance current Time Period by a set number of periods, if no number
* if pass to widget then current Time Period is advanced by 1 unit.
*
* <<AdvancePeriod>> Advances time period by 1 unit.
* <<AdvancePeriod 1>> Advances time period by 1 unit.
* <<AdvancePeriod 2>> Advances time period by 2 units.
*
* If the current day's time boundary is exceeded then the Day Number
* will also be updated.
*/
<<widget "AdvancePeriod">>
\<<silently>>
<<set _offset to 1>>
<<set _periodsInDay to setup.PERIODS.length>>
<<if $args.length > 0>>
<<set _offset to $args[0]>>
<</if>>
<<set $period += _offset>>
/% Update the Day Number as necessary. %/
<<if $period >= _periodsInDay>>
<<set $day += Math.trunc($period / _periodsInDay)>>
<<set $period to ($period % _periodsInDay)>>
<</if>>
<</silently>>\
<</widget>>
/*
* <<NextMorning>>
*
* Advances the current Time Period to the Morning of the next day.
*/
<<widget "NextMorning">>
\<<silently>>
/% Increament the Day Number by 1 unit. %/
<<set $day += 1>>
/%
Set the current Time Period to the index of the
"Morning" element of setup.PERIODS array.
%/
<<set $period to 1>>
<</silently>>\
<</widget>>
<<speech "Becky">>This transformation will take diet, exercise and cosmetic surgery. If you want to help me you can progress through the game by clicking on the [[blue words|intro]] and clicking on the images that have a border, like the one below. Let’s test it by clicking……..<</speech>>
<img src="here.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="intro3"
alt="intro3" title="click"
coords="15,12,629,345" shape="rect">
</map>
<span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w1.jpg"><img src="corn.jpg">
<<speech "ThoughtsActions">>I need to shower before work.<</speech>>
<video src="emma4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I go for a shower but there’s an amazing looking girl in there already. I’ll give her a few minutes.<</speech>>
<<speech "Emma">>Hi I’m Emma, room two, you must be Becky.<</speech>>
<img src="emma2.jpg"><img src="emma5.gif">
<<speech "Becky">>Oh yes, it’s nice to meet you.<</speech>>
<<speech "Emma">>Ok, the bathroom's free. See you later.<</speech>>
<<speech "Becky">>Thanks Emma.<</speech>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>She seems nice.<</speech>>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Day">>Time to go to <<link [[work.|w1]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I work for Mutual Insurance. They pay me £200 a week, it's is enough to cover my rent and basic living expenses. It’s nice to live walking distance from the office.<</speech>>
<img src="office.jpg"><img src="office1.jpg">
<<speech "ThoughtsActions">>I work in the file room with Nikki and Darren.<</speech>>
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>My job is to fetch and carry hardcopy files to the claims adjusters who work on the ground floor and the first floor.<</speech>>
<img src="files1.jpg"><img src="om1.jpg">
<<speech "ThoughtsActions">>The office canteen is in the annex. Lunch is free which is nice so I can skip my evening meal and stay on my diet. I don’t see anyone I know well today so I eat on my own.<</speech>>
<img src="cant.jpg"><img src="cant1.jpg">
<<speech "ThoughtsActions">>[[Back to work.|w1b]]<</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<<speech "ThoughtsActions">>Damn, nobody in my area wants my body, no change there then. Should I go jogging in Ruislip Woods, get a coffee, check out the gym or chill out and watch TV in the shared living room.<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p1"
alt="p1" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc1"
alt="cc1" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym1"
alt="gym1" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t1"
alt="t1" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem]] or ask about [[part-time work.|gyw]]<</speech>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local coffee shop.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc]] or ask about [[part-time work.|ccw]]<</speech>>
<img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What’s that by the lake?<</speech>>
<img src="parklook320.gif"><img src="lake320.gif">
<<speech "ThoughtsActions">>Oh my god, that’s so hot.<</speech>>
<video src="jog1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Ohhhhhhhh, yes, yes, mmmmm.<</speech>>
<video src="pmass.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Time to go <<link [[home.|h2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="2clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her2"
alt="her2" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his2"
alt="his2" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room]]<</speech>><img src="spy2.jpg">
<video src="keyhole1a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, she's really good at that. Back to my [[room.|room]]<</speech>><img src="spy2.jpg">
<video src="keym2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Oh my god, that's so hot. Back to my [[room.|room]]<</speech>><<speech "ThoughtsActions">>Hello Player, I’m starting an Only Me account.<</speech>>
<video src="only10.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I’m uploading some photos.<</speech>>
<video src="only11.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>To really make money I need to get someone to film me with my phone.<</speech>>
<<speech "Morning">>Go to <<link [[sleep.|tue1]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w1.jpg"><img src="corn.jpg">
<<speech "ThoughtsActions">>I need to shower before work.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 2)>>
<<case 1>>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="dress2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Day">>Time to go to <<link [[work.|w2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("tue1") == 5>><<goto "sat1">><</if>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>It’s nice to live walking distance from the office.<</speech>>
<img src="office.jpg"><img src="office1.jpg">
<<speech "ThoughtsActions">>I work in the file room with Nikki and Darren.<</speech>>
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>My job is to fetch and carry hardcopy files to the claims adjusters who work on the ground floor and the first floor.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="files1.jpg"><img src="om1.jpg">
<<case 2>>
<img src="files1.jpg"><img src="om2.jpg">
<<case 3>>
<img src="files1.jpg"><img src="om5.jpg">
<</switch>><<switch random(1, 2)>>
<<case 1>>
<<speech "ThoughtsActions">>Time for lunch. I don’t see anyone I know well so I eat on my own.<</speech>>
<video src="cant.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Time for lunch. I see Nikki so I eat with her.<</speech>>
<img src="cant.jpg"><img src="cant2.jpg">
<</switch>>
<<speech "ThoughtsActions">>[[Back to work.|w2b]]<</speech>>
<<if visited("w2") == 4>><<goto "altw2">><</if>>
<img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise. I haven’t got a gym membership yet but jogging is free.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>>
<<if visited() == 1>><<goto "altp">><</if>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local coffee shop.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc2]] or ask about [[part-time work.|ccw2]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc2]] or ask about [[part-time work.|ccwn]]<</speech>>
<</if>>
<</nobr>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="2clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her4"
alt="her4" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his4"
alt="his4" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room2]]<</speech>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem2]] or ask about [[part-time work.|gyw2]]<</speech>>
<</if>>
<<if $stat >= 10 or $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem2]] or ask about [[part-time work.|gymn]]<</speech>>
<</if>>
<</nobr>>
<<switch random(1, 4)>>
<<case 1>>
<img src="spy2.jpg"><img src="kg2.jpg">
<<case 2>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="spy2.jpg"><img src="empty.jpg">
<<case 3>>
<img src="spy2.jpg"><img src="kg2.jpg">
<<case 4>>
<<speech "ThoughtsActions">>Wow, Emma’s such a slut, I wish I was her.<</speech>>
<video src="keyf9.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room2]]<</speech>>
<<if visited("h4") == 4>><<goto "her4a">><</if>><<switch random(1, 3)>>
<<case 1>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="spy2.jpg"><img src="emptym1.jpg">
<<case 2>>
<img src="spy2.jpg"><img src="km1.jpg">
<<case 3>>
<img src="spy2.jpg"><img src="km4.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room2]]<</speech>><<nobr>>
<img src="com10.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj2" alt="hj2" title="handjob"
coords="150,44,257,160" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|tue1]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("h4") + visited("h4alt") == 4>><<goto "phone">><</if>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>It’s nice to live close to work.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<<speech "ThoughtsActions">>Nothing on Trinder. Should I go jogging in Ruislip Woods, get a coffee, check out the gym or chill out and watch TV in the shared living room.<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p2"
alt="p2" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc2"
alt="cc2" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym2"
alt="gym2" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t2"
alt="t2" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>>
<<if visited("h3") == 2>><<goto "trin">><</if>>
<span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="food2.jpg">
<<speech "ThoughtsActions">>I need to shower before I do my weekly shop.<</speech>>
<img src="john1.jpg">
<<speech "John">>Are you Becky? I’m John, room one.<</speech>>
<<speech "Becky">>Oh, yes, it’s very nice to meet you.<</speech>>
<<speech "John">>Ok. See you later.<</speech>>
<video src="emma6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh, yes, yes, thank you.<</speech>>
<<speech "ThoughtsActions">>Damn, he didn’t look at my tits. They’re my best feature.<</speech>>
<video src="shave.mp4" autoplay loop muted controls height="480px"></video>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Day">>Time to go <<link[[shopping.|shop1]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="shopclo.mp4" autoplay loop muted controls height="480px"></video>
<img src="bl.jpg"><img src="sk.jpg">
<<speech "ThoughtsActions">>Shopping is such a chore but you do see some interesting people.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="rui2.jpg"><video src="shop1.mp4" autoplay loop muted controls height="180px"></video>
<<case 2>>
<img src="rui1.jpg"><video src="shop2.mp4" autoplay loop muted controls height="180px"></video>
<<case 3>>
<img src="rui1.jpg"><video src="shop3.mp4" autoplay loop muted controls height="180px"></video>
<<case 4>>
<img src="rui3.jpg"><video src="shop4.mp4" autoplay loop muted controls height="180px"></video>
<<case 5>>
<img src="rui2.jpg"><video src="shop5.mp4" autoplay loop muted controls height="180px"></video>
<</switch>>
<<speech "ThoughtsActions">>Time for something [[tasty.|shop1b]]<</speech>>
<<set $cash -= 100>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Saturday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p3"
alt="p3" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc3"
alt="cc3" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym3"
alt="gym3" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t3"
alt="t3" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem3]] or ask about [[part-time work.|gyw3]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork]] or [[quit.|gquit]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem3]] or ask about [[part-time work.|gymn2]]<</speech>>
<</if>>
<</nobr>>
<img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc3]] or ask about [[part-time work.|ccw3]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork]] or [[quit.|cquit]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc3]] or ask about [[part-time work.|ccwn2]]<</speech>>
<</if>>
<</nobr>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="2clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her6"
alt="her6" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his6"
alt="his6" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room3]]<</speech>>
<<switch random(1, 4)>>
<<case 1>>
<img src="spy2.jpg"><img src="kg2.jpg">
<<case 2>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="spy2.jpg"><img src="empty.jpg">
<<case 3>>
<<speech "ThoughtsActions">>Wow, that's hot.<</speech>>
<video src="keyhole1a.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<<speech "ThoughtsActions">>Wow, I wish I was her.<</speech>>
<video src="keyf9.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room3]]<</speech>><img src="spy2.jpg">
<<switch random(1, 3)>>
<<case 1>>
<<speech "ThoughtsActions">>Wow, that’s hot.<</speech>>
<video src="keym.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Wow, that’s hot.<</speech>>
<video src="keym2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym1.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room3]]<</speech>><<nobr>>
<img src="com11.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj6"
alt="hj6" title="handjob"
coords="145,39,253,157" shape="rect">
<area
data-passage="les6"
alt="les6" title="lesbian"
coords="141,186,253,306" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|sun1]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<speech "ThoughtsActions">>Sundays I make myself a traditional breakfast then walk to Ruislip Lido. There's a beach and woodland,<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>I’ll wear my bikini under my clothes.<</speech>>
<img src="bik.jpg">
<<speech "Day">><<link [[Time to go to the beach.|lido]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<img src="lid.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="sand"
alt="sand" title="topless"
coords="97,161,300,464" shape="rect">
<area
data-passage="rock"
alt="rock" title="nudist"
coords="352,169,541,299" shape="rect">
<area
data-passage="gbay"
alt="gbay" title="gay"
coords="353,325,551,464" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Which part of the beach should I go to?<</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Sunday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p4"
alt="p4" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc4"
alt="cc4" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym4"
alt="gym4" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t4"
alt="t4" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem4]] or ask about [[part-time work.|gyw4]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork1]] or [[quit.|gquit1]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem4]] or ask about [[part-time work.|gymn3]]<</speech>>
<</if>>
<</nobr>>
<img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc4]] or ask about [[part-time work.|ccw4]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork1]] or [[quit.|cquit1]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc4]] or ask about [[part-time work.|ccwn3]]<</speech>>
<</if>>
<</nobr>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="2clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her8"
alt="her8" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his8"
alt="his8" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room4]]<</speech>>
<<switch random(1, 3)>>
<<case 1>>
<<speech "ThoughtsActions">>Wow, that’s hot.<</speech>>
<video src="keym.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Wow, that’s hot.<</speech>>
<video src="keym2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym1.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room4]]<</speech>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="spy2.jpg"><img src="empty.jpg">
<<speech "ThoughtsActions">>Back to my [[room.|room4]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w1.jpg"><img src="corn.jpg">
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 2)>>
<<case 1>>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="dress2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Day">>Time to go to <<link [[work.|w9]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("mon2") == 6>><<goto "sat2">><</if>>
<<speech "Emma">>Sorry to bother you Becky, I’m so drunk I can’t get this stringy top off. Can you help me?<</speech>>
<video src="drunk1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Emma">>Are you still horny all the time?<</speech>>
<<speech "Becky">>Yes. You don’t understand because you’re lucky, you get plenty of cock.<</speech>>
<<speech "Emma">>How do you know, was it you looking through my keyhole?<</speech>>
<<speech "Becky">>Yes. I’m so sorry.<</speech>>
<<speech "Emma">>What did you see?<</speech>>
<<speech "Becky">>Blowjob. You’re so good at it. I’m sorry I won’t look anymore.<</speech>>
<<speech "Emma">>I’ll try to leave the door open next time so you can see better. Now lie back.<</speech>>
<video src="drunk2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Emma">>Ok. Get up here.<</speech>>
<video src="drunk3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh god, oh god, yes yes yes. My god, thank you so much.<</speech>>
<<speech "Emma">>My pleasure, bye.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|mon2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>There’s something odd about this Costa shop. There’s no men in here and the pictures on the walls are different.<</speech>>
<img src="custom2.jpg"><img src="cp6.jpg">
<<speech "ThoughtsActions">>Just then a hot girl comes over.<</speech>>
<img src="cp5.jpg">
<<speech "Female">>Hello. I’ve not seen you in here before.<</speech>>
<<speech "Becky">>Oh hello, it’s my first time.<</speech>>
<<speech "Female">>Mmmmm, I hope it’s not your last, bye.<</speech>>
<<speech "Becky">>Errr, bye.<</speech>>
<<speech "ThoughtsActions">>That was odd.<</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy]] or [[turn it down|ccc]] and buy a cup of coffee.<</speech>>
<img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy]] or [[turn it down|gyn]] and go home.<</speech>>
<img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>>
<img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy2]] or [[turn it down|gyn2]] and go home.<</speech>>
<img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<img src="cp1.jpg">
<<speech "Night">>Time to go <<link [[home.|h4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("ccc2") == 1>><<goto "cos1">><</if>>
<<if hasVisited("cos1")>><<goto "cos2">><</if>>
<img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy2]] or [[turn it down|ccc2]] and buy a cup of coffee.<</speech>>
<img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy3]] or [[turn it down|gyn3]] and go home.<</speech>>
<img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom1"
alt="wom1" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man1"
alt="man1" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy3]] or [[turn it down|ccc3]] and buy a cup of coffee.<</speech>>
<img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<<speech "ThoughtsActions">>The customers seem very friendly. Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "Night">>Time to go <<link [[home.|h6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<<speech "ThoughtsActions">>The customers seem very friendly. Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "Night">>Time to go <<link [[home.|h8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy4]] or [[turn it down|ccc4]] and buy a cup of coffee.<</speech>>
<img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy4]] or [[turn it down|gyn4]] and go home.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom1b"
alt="wom1b" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man1b"
alt="man1b" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="lesa.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I’m so horny today.<</speech>>
<video src="lesa1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh my god, Emma wha.........<</speech>>
<<speech "Emma">>I’m so sorry, you left your stuff outside.<</speech>>
<video src="lesa2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>I’m so sorry you saw that, I get so horny.<</speech>>
<video src="lesa3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Emma">>That’s ok, it’s totally normal. What are you watching. Mmmm, a threesome, that’s hot. Can I watch with you?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<video src="lesa4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Emma">>Are you still horny?<</speech>>
<<speech "Becky">>God yes.<</speech>>
<<speech "Emma">>Ok, lie back.<</speech>>
<video src="lesa5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh god, oh god, yes yes yes. My god, thank you so much.<</speech>>
<<speech "Emma">>My pleasure, bye.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|tue1]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<<nobr>>
<img src="trin2.jpg" usemap="#image-map">
<map name="image-map">
<area
data-passage="trin2"
alt="trin2" title="yes"
coords="46,308,151,410" shape="rect">
<area
data-passage="h3"
alt="h3" title="no"
coords="175,307,276,421" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>He lives walking distance. Should I hit the tick or the cross?<</speech>><video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Ok, quick shower and sexy underwear, let’s hope he’s not a time waster.<</speech>>
<img src="trin3.jpg">
<video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<img src="house1.jpg" usemap="#image-map">
<map name="image-map">
<area
data-passage="trin3"
alt="trin3" title="trinder"
coords="14,132,289,293" shape="rect">
<area
data-passage="h3"
alt="h3" title="home"
coords="357,137,631,293" shape="rect">
</map>
<</nobr>>
<<speech "Becky">>Ok Player, I'm nervous and horny. Once I ring the bell there's no turning back. Should I be brave and ring the bell or chicken out and run home?<</speech>>
<video src="trin1a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Hello Player. So, he used a 20 year old photo, but he seems nice and he’s in good condition, so let’s see if he can do the business.<</speech>>
<video src="trin1b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Let’s see what he’s got in here. Oh my.<</speech>>
<video src="trin1c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Oh yes, big is good.<</speech>>
<video src="trin1d.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Oh fuck yeah.<</speech>>
<video src="trin1e.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Oh god yeah yeah.<</speech>>
<video src="trin1f.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I’d suck him off if I knew how to do a good blowjob.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="office.jpg"><img src="office1.jpg">
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<img src="files1.jpg"><img src="om7.jpg">
<<speech "Male">>This is the wrong file, please bring me the correct one.<</speech>>
<<speech "Becky">>I'm so sorry, I'll get the right one.<</speech>>
<img src="files.jpg">
<<speech "ThoughtsActions">>When I go back to the file room I see......<</speech>>
<video src="nb2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I sneak away before they see me and return when the file room is empty. I deliver the right file then go to lunch.<</speech>>
<img src="cant.jpg"><img src="cant2.jpg">
<<speech "ThoughtsActions">>I see Nikki and while we’re eating I tell her what I saw.<</speech>>
<<speech "Nikki">>Don’t worry that’s nothing compared to what goes on upstairs after we go home.<</speech>>
<<speech "Becky">>What do you mean?<</speech>>
<<speech "Nikki">>A few weeks ago I had a problem getting home so I hung around and pretended to be working late. I’d heard the rumours so I kept my eye’s open. I can tell you there’s a lot more than blowjobs going on up there. <</speech>>
<<speech "Becky">>Like what?<</speech>>
<<speech "Nikki">>The problem is I don't have a keycard for the upper floors, but I saw enough to know that I’d love to get my hands one.<</speech>>
<<speech "Becky">>How?<</speech>>
<<speech "Nikki">>No idea, but I know some people who work here in Claims must have one, but I don’t know who.<</speech>>
<<speech "Becky">>Thanks Nikki, I’ll get [[back to work.|w2b]]<</speech>>
<<set $cash += 200>>
<img src="rw.jpg"><img src="jog.jpg">
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What’s happening over there?<</speech>>
<img src="parklook320.gif"><img src="park1.jpg">
<<speech "ThoughtsActions">>I wish I was brave enough to strip off like that.<</speech>>
<video src="w1ba.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Time to go <<link [[home.|h4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach1.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 4)>>
<<case 1>>
<img src=" nb5.jpg"><img src=" top1.jpg">
<<case 2>>
<img src=" nb5.jpg"><img src=" top2.jpg">
<<case 3>>
<img src=" nb5.jpg"><img src=" beach2.jpg">
<<case 4>>
<img src=" nb5.jpg"><img src=" beach5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Some real hotties come here on Sundays.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="beach.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="beach3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<img src=" beach2b.gif">
<<case 4>>
<video src="beach4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach1.mp4" autoplay loop muted controls height="480px"></video>
<img src="nb.jpg">
<<speech "Becky">>Oh hello Player, there’s something going on behind that dead tree, let’s check it out.<</speech>>
<video src="sand1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, the lucky cow, getting fucked on the beach. It makes me so horny, oh my god, yes, yes. I’d better go before they see me.<</speech>>
<img src="bwalk2.gif"><img src="bwalk.gif">
<<speech "Evening">>Time to go <<link [[home.|h7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gc.jpg"><img src="tc.gif">
<<nobr>>
<<if not hasVisited("wght")>>
<<speech "Message">>Congratulations, your phone linked bank account has automatically purchased you a discount gym membership. You can use it Monday through Fridays to lose weight by working out. You should now focus on this so you can hit your weight loss target as this will complete Level One. Now it’s time to <<return>><</speech>>
<</if>>
<<if hasVisited("wght")>>
<<speech "Message">>Congratulations, you have achieved both of your goal. When you go to sleep on Sunday night you will automatically move to level 2. Now it’s time to <<return>><</speech>>
<</if>>
<</nobr>>
<<set $cash -= 300>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>It’s nice to live walking distance from the office.<</speech>>
<img src="office.jpg"><img src="office1.jpg">
<<speech "ThoughtsActions">>I work in the file room with Nikki and Darren.<</speech>>
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>My job is to fetch and carry hardcopy files to the claims adjusters who work on the ground floor and the first floor.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="files1.jpg"><img src="om1.jpg">
<<case 2>>
<img src="files1.jpg"><img src="om2.jpg">
<<case 3>>
<img src="files1.jpg"><img src="om5.jpg">
<</switch>><<switch random(1, 2)>>
<<case 1>>
<<speech "ThoughtsActions">>Time for lunch. I don’t see anyone I know well so I eat on my own.<</speech>>
<video src="cant.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Time for lunch. I see Nikki so I eat with her.<</speech>>
<img src="cant.jpg"><img src="cant2.jpg">
<</switch>>
<<speech "ThoughtsActions">>[[Back to work.|w9b]]<</speech>>
<<if visited("w9") == 5>><<set $cash += 200>><</if>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<<speech "ThoughtsActions">>Nothing on Trinder. Should I go jogging in Ruislip Woods, get a coffee, check out the gym or chill out and watch TV in the shared living room.<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p9"
alt="p9" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc9"
alt="cc9" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym9"
alt="gym9" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t9"
alt="t9" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>>
<<if visited("h9") == 1>><<goto "trin4">><</if>>
<<if visited("h9") == 5>><<goto "office1">><</if>><img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise. I haven’t got a gym membership yet but jogging is free.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>>
<<if visited() == 1>><<goto "altp2b">><</if>>
<<if visited() == 3>><<goto "altp2">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local coffee shop.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc9]] or ask about [[part-time work.|ccw9]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc9]] or ask about [[part-time work.|ccwn9]]<</speech>>
<</if>>
<</nobr>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem9]] or ask about [[part-time work.|gyw9]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem9]] or ask about [[part-time work.|gymn9]]<</speech>>
<</if>>
<</nobr>>
<img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy9]] or [[turn it down|mem9]] and go home.<</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>The coffee is good here.<</speech>>
<<switch random(1, 4)>>
<<case 1>>
<img src="cp6.jpg"><img src="cus1.jpg">
<<case 2>>
<img src="cp7.jpg"><img src="cus1.jpg">
<<case 3>>
<img src="cp8.jpg"><img src="cus1.jpg">
<<case 4>>
<img src="cp9.jpg"><img src="cus1.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if not hasVisited("cos1") && not hasVisited("cos5")>><<goto "cos5">><</if>>
<<if hasVisited("cos1") || hasVisited("cos5") && not hasVisited("cos6")>><<goto "cos6">><</if>>
<<if hasVisited("cos6")>><<goto "cos7a">><</if>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy9]] or [[turn it down|ccc9]] and buy a cup of coffee.<</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="2clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her10"
alt="her10" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his10"
alt="his10" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room9]]<</speech>>
<img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="spy2.jpg"><img src="empty.jpg">
<<speech "ThoughtsActions">>Back to my [[room.|room9]]<</speech>>
<<if visited("h10") == 3>><<goto "her10a">><</if>><<switch random(1, 3)>>
<<case 1>>
<video src="keym2.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="spy2.jpg"><img src="km1.jpg">
<<case 3>>
<img src="spy2.jpg"><img src="km4.jpg">
<</switch>>
<<speech "ThoughtsActions">>That's hot. I need to [[get myself off.|room9]]<</speech>>
<<nobr>>
<img src="com11.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj10"
alt="hj10" title="handjob"
coords="145,39,253,157" shape="rect">
<area
data-passage="les10"
alt="les10" title="lesbian"
coords="141,186,253,306" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|mon2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("h10") + visited("h10alt") == 3>><<goto "alther2">><</if>>
<span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="food2.jpg">
<<speech "ThoughtsActions">>I need to shower before I do my weekly shop.<</speech>>
<video src="watch1c.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Oooo, good for John. I’ll give them ten minutes and then come back.<</speech>>
<video src="shave.mp4" autoplay loop muted controls height="480px"></video>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Day">>Time to go <<link[[shopping.|shop2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="lap.mp4" autoplay loop muted controls height="480px"></video>
<video src="emma3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Emma">>Are you horny all the time? Haven’t you found any cock?<</speech>>
<img src="emma1.jpg">
<<speech "Becky">>Yes, I got some.<</speech>>
<<speech "Emma">>How was it?<</speech>>
<<speech "Becky">>Is was great, but I wanted to suck his cock, but I don’t really know how.<</speech>>
<<speech "Emma">>You’ve seen it on Pornet.<</speech>>
<<speech "Becky">>But I want to know how to suck them so they cum in my mouth.<</speech>>
<<speech "Emma">>I see, maybe I’ll teach you sometime. Lie back.<</speech>>
<video src="emma.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh my god, oh fuck, oh fuck, yes, yes. Thanks Emma.<</speech>>
<<speech "Emma">>My pleasure, goodnight.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|mon2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<<nobr>>
<img src="trin4.jpg" usemap="#image-map">
<map name="image-map">
<area
data-passage="trin5"
alt="trin5" title="yes"
coords="26,327,114,419" shape="rect">
<area
data-passage="h9"
alt="h9" title="no"
coords="142,328,233,419" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>He lives walking distance. Should I hit the tick or the cross?<</speech>><video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Ok, quick shower and sexy underwear, let’s hope he’s not a time waster.<</speech>>
<img src="trin3b.jpg">
<video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<img src="house1.jpg" usemap="#image-map">
<map name="image-map">
<area
data-passage="trin6"
alt="trin6" title="trinder"
coords="14,132,289,293" shape="rect">
<area
data-passage="h9"
alt="h9" title="home"
coords="357,137,631,293" shape="rect">
</map>
<</nobr>>
<<speech "Becky">>Ok Player, I'm nervous and horny. Once I ring the bell there's no turning back. Should I be brave and ring the bell or chicken out and run home?<</speech>>
<video src="tw3a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Hello Player, here I am getting dressed after my second Trinder date. I feel fantastic, let me show you what happened.<</speech>>
<video src="tw3b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Oh my god, oh fuck, oh fuck, yes, yes.<</speech>>
<video src="tw3c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Good job big boy.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<nobr>>
<img src="off1.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="office2"
alt="office2" title="office2"
coords="2,85,221,315" shape="rect">
<area
data-passage="h9"
alt="h9" title="h9"
coords="425,93,633,315" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>As I’m leaving work I notice that the security door for the third floor is ajar. I should check it out.<</speech>><video src="walk.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Hello? What are you doing?<</speech>>
<<speech "Female">>Sush, look at this.<</speech>>
<video src="bre1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh wow.<</speech>>
<<speech "Female">>Who are you? How did get up here?<</speech>>
<<speech "Becky">>I’m Becky from Claims, someone left a door open.<</speech>>
<video src="bre2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>So you decided to check if the rumours are true. Well they are.<</speech>>
<<speech "Becky">>You must have a keycard why don’t you go in.<</speech>>
<<speech "Female">>I only like girls. You have to like everything to go in there.<</speech>>
<<speech "Becky">>How can I get a keycard?<</speech>>
<video src="bre3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Oh you little slut, wouldn’t you like to know.<</speech>>
<<speech "Becky">>Tell me.<</speech>>
<video src="bre4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Show me how much you want to know.<</speech>>
<video src="bre5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Aaaaaaaahhhh oooooh uuuuuuuh. Oh my god you slutty bitch. Aaaaaaaaaaaaaaah.<</speech>>
<<speech "Becky">>Now tell me.<</speech>>
<<speech "Female">>I was issued my card by Mr Jones. He has the red office, first floor at the back of the building overlooking the garden. If anyone can help you he can, but you should wear your kneepads.<</speech>>
<<speech "Becky">>Kneepads? Oh I see. Thanks bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What’s that?<</speech>>
<img src="parklook320.gif"><img src="park1.jpg">
<<speech "ThoughtsActions">>Oh my god, that’s so hot.<</speech>>
<video src="week2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Ohhhhhhhh, yes, yes, mmmmm.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="pmass.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="pmass.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<img src="pmass2.gif">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>As I’m enjoying my coffee a girl comes over.<</speech>>
<img src="cp10.jpg">
<<speech "Female">>Hi I’m Lin, do you mind if I join you.<</speech>>
<<speech "Becky">>That would be nice.<</speech>>
<img src="chi1.jpg">
<<speech "Female">>………do you want to come with me?<</speech>>
<<speech "ThoughtsActions">>What did she ask me? I should pay more attention.<</speech>>
<<speech "Becky">>Ok.<</speech>>
<video src="chink1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Ten minutes later I’m in her flat and she’s telling me that she loves my tits.<</speech>>
<video src="chink4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>We have some fun then get dressed.<</speech>>
<img src="lin1.jpg">
<<speech "Female">>See you next time.<</speech>>
<<speech "Becky">>Ok Lin, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<img src="cp1.jpg">
<<speech "Night">>Time to go <<link [[home.|h4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>As I’m enjoying my coffee a girl comes over.<</speech>>
<img src="cp10.jpg">
<<speech "Female">>Hi I’m Lin, do you mind if I join you.<</speech>>
<<speech "Becky">>That would be nice.<</speech>>
<img src="chi1.jpg">
<<speech "Female">>………do you want to come with me?<</speech>>
<<speech "ThoughtsActions">>What did she ask me? I should pay more attention.<</speech>>
<<speech "Becky">>Ok.<</speech>>
<video src="chink1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Ten minutes later I’m in her flat and she’s telling me that she loves my tits.<</speech>>
<video src="chink4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>We have some fun then get dressed.<</speech>>
<img src="lin1.jpg">
<<speech "Female">>See you next time.<</speech>>
<<speech "Becky">>Ok Lin, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>As I’m enjoying my coffee Lin comes in.<</speech>>
<img src="cp11.jpg">
<<speech "Female">>Hi Becky, he he he he.<</speech>>
<img src="chi1.jpg">
<<speech "ThoughtsActions">>Lin talks and talks then…..<</speech>>
<<speech "Female">>……. so do you want to come?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<video src="chink1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Lin.<</speech>>
<<speech "Female">>Oh, my boyfriend's here. I’ve got an idea, stay here.<</speech>>
<video src="chink5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Becky come here and help me.<</speech>>
<video src="chink6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>We have fun, then I get dressed, say my goodbyes and go home.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Female">>Hi Becky. My boyfriend’s at the flat, do you want to come?<</speech>>
<img src="cp12.jpg">
<<speech "Becky">>Ok.<</speech>>
<video src="chink7.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>This is hot!<</speech>>
<video src="chink8.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>We have fun, then I get dressed, say my goodbyes and go home.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<video src="shopdil.mp4" autoplay loop muted controls height="480px"></video>
<img src="dildo.jpg">
<<speech "ThoughtsActions">>Shopping is such a chore but you do see some interesting people.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="rui2.jpg"><video src="shop1.mp4" autoplay loop muted controls height="180px"></video>
<<case 2>>
<img src="rui1.jpg"><video src="shop2.mp4" autoplay loop muted controls height="180px"></video>
<<case 3>>
<img src="rui1.jpg"><video src="shop3.mp4" autoplay loop muted controls height="180px"></video>
<<case 4>>
<img src="rui3.jpg"><video src="shop4.mp4" autoplay loop muted controls height="180px"></video>
<<case 5>>
<img src="rui2.jpg"><video src="shop5.mp4" autoplay loop muted controls height="180px"></video>
<</switch>>
<<speech "ThoughtsActions">>Time for something [[tasty.|shop2b]]<</speech>>
<<set $cash -= 100>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Saturday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p11"
alt="p11" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc11"
alt="cc11" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym11"
alt="gym11" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t11"
alt="t11" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>><img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h12]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem11]] or ask about [[part-time work.|gyw11]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork11]] or [[quit.|gquit11]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem11]] or ask about [[part-time work.|gymn11]]<</speech>>
<</if>>
<</nobr>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc11]] or ask about [[part-time work.|ccw11]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork2]] or [[quit.|cquit2]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc11]] or ask about [[part-time work.|ccwn11]]<</speech>>
<</if>>
<</nobr>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="1clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her12"
alt="her12" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his12"
alt="his12" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room11]]<</speech>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h12]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy11]] or [[turn it down|ccc11]] and buy a cup of coffee.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<img src="cp13.jpg">
<<speech "Female">>Hello. I'm Amy, I’ve not seen you before, what’s your name.<</speech>>
<<speech "Becky">>I’m Becky, I do weekend evening.<</speech>>
<<speech "Female">>See you tomorrow Becky.<</speech>>
<<speech "Becky">>Errr, ok.<</speech>>
<<speech "ThoughtsActions">>She was nice. Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "Night">>Time to go <<link [[home.|h12]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h12]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h12]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h12]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h12]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy11]] or [[turn it down|gyn11]] and go home.<</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h12]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h12]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h12]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom2"
alt="wom2" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man2"
alt="man2" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h12]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="emptym.jpg">
<<speech "ThoughtsActions">>Back to my [[room.|room11]]<</speech>><img src="spy2.jpg"><img src="emptym1.jpg">
<<speech "ThoughtsActions">>Back to my [[room.|room11]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<speech "ThoughtsActions">>Sundays I make myself a traditional breakfast then walk to Ruislip Lido. There's a beach and woodland.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>I’ll wear my bikini under my clothes.<</speech>>
<img src="bik.jpg">
<<speech "Day">><<link [[Time to go to the beach.|lido2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Emma">>Hi Becky, are you horny?<</speech>>
<video src="emma7.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>So you didn’t manage to pull tonight?<</speech>>
<<speech "Emma">>Sorry, am I that obvious?<</speech>>
<<speech "Becky">>Don’t worry, if I could find a cock to suck I’d be sucking it right now. Talking of cock, did you know John’s gay?<</speech>>
<<speech "Emma">>Oh yeah, but I’m still going to fuck him.<</speech>>
<<speech "Becky">>How?<</speech>>
<<speech "Emma">>I’ll figure something out. Now let me kiss you.<</speech>>
<video src="emma8.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Emma">>Thanks Becky, night.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|sun2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<img src="lid.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="sand2"
alt="sand2" title="topless"
coords="97,161,300,464" shape="rect">
<area
data-passage="rock2"
alt="rock2" title="nudist"
coords="352,169,541,299" shape="rect">
<area
data-passage="gbay2"
alt="gbay2" title="gay"
coords="353,325,551,464" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Which part of the beach should I go to?<</speech>><video src="beach1.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 4)>>
<<case 1>>
<img src=" nb5.jpg"><img src=" top1.jpg">
<<case 2>>
<img src=" nb5.jpg"><img src=" top2.jpg">
<<case 3>>
<img src=" nb5.jpg"><img src=" beach2.jpg">
<<case 4>>
<img src=" nb5.jpg"><img src=" beach5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Some real hotties come here on Sundays.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="beach.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="beach3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<img src=" beach2b.gif">
<<case 4>>
<video src="beach4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h13]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh hello Player, look at that lucky cow.<</speech>>
<img src="bwalk3.gif"><img src="be2.jpg">
<video src="rox1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh my god, that’s so hot. I need to get myself off, I don’t care if anyone see’s.<</speech>>
<video src="rockmas.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Evening">>Time to go <<link [[home.|h13]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Sunday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p13"
alt="p13" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc13"
alt="cc13" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym13"
alt="gym13" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t13"
alt="t13" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>>
<img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h14]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem13]] or ask about [[part-time work.|gyw13]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork13]] or [[quit.|gquit13]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem13]] or ask about [[part-time work.|gymn13]]<</speech>>
<</if>>
<</nobr>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc13]] or ask about [[part-time work.|ccw13]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork13]] or [[quit.|cquit13]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc13]] or ask about [[part-time work.|ccwn13]]<</speech>>
<</if>>
<</nobr>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="1clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her14"
alt="her14" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his14"
alt="his14" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room11]]<</speech>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h14]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy13]] or [[turn it down|ccc13]] and buy a cup of coffee.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<<speech "ThoughtsActions">>The customers seem very friendly. Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "ThoughtsActions">>Your getting ready to leave when Amy comes over.<</speech>>
<img src="cp15.jpg">
<<speech "Female">>Hello Becky, I live round the corner, would you like glass of wine.<</speech>>
<<speech "ThoughtsActions">>Should I [[go with her|blon]] or go home and check on [[Emma and John.|h14alt]]<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h14]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h14]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h14]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h14]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy13]] or [[turn it down|gyn13]] and go home.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom2b"
alt="wom2b" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man2b"
alt="man2b" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h14]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h14]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h14]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h14]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="spy2.jpg">
<<switch random(1, 3)>>
<<case 1>>
<video src="keym.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="keym2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="keym3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>Oh my god. Back to my [[room.|room13]]<</speech>>
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>>
<img src="bj4.gif">
<<speech "ThoughtsActions">>Wow. Back to my [[room.|room13]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w1.jpg"><img src="corn.jpg">
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<video src="dress2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Day">>Time to go to <<link [[work.|w15]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("mon3") == 6>><<goto "sat3">><</if>><<nobr>>
<img src="com11.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj14"
alt="hj14" title="handjob"
coords="145,39,253,157" shape="rect">
<area
data-passage="les14"
alt="les14" title="lesbian"
coords="141,186,253,306" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|mon3]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "ThoughtsActions">>We have a glass of wine and then sit on her bed.<</speech>>
<<speech "Female">>Do you like working at the coffee shop?<</speech>>
<<speech "Becky">>Yes.<</speech>>
<video src="blond1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Lot’s of lesbians go there. Do you like girls Becky?<</speech>>
<video src="blond2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh wow. I’m not really a lesbian but sometimes I like girls.<</speech>>
<<speech "Female">>Then just relax I’ll take care of you.<</speech>>
<video src="blond3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>You have wonderful skin.<</speech>>
<<speech "Becky">>Thank you.<</speech>>
<video src="blond4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Is this nice?<</speech>>
<<speech "Becky">>Oh yes, yes.<</speech>>
<video src="blond5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh wow. Thank you, thank you.<</speech>>
<<speech "Female">>See girls can be fun.<</speech>>
<video src="blond6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>I had a lovely time but I have to go now.<</speech>>
<<speech "Female">>Maybe we can do this again?<</speech>>
<<speech "Becky">>Yes, maybe [[bye.|room13]]<</speech>>
<<switch random(1, 3)>>
<<case 1>>
<img src="files1.jpg"><img src="om1.jpg">
<<case 2>>
<img src="files1.jpg"><img src="om2.jpg">
<<case 3>>
<img src="files1.jpg"><img src="om5.jpg">
<</switch>>
<<speech "ThoughtsActions">>This office shouldn't be locked.<</speech>>
<img src="files.jpg"><img src="spy.jpg">
<video src="keyoff1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, I’ve got to go back and tell Nikki.<</speech>>
<video src="nb3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Looks like Nikki’s having fun as well. Seems like everyone's having fun at work except me. I have to change this. Oh well back to work<</speech>>
<img src="files1.jpg"><img src="om2.jpg">
<<speech "Evening">>Time to go <<link [[home.|h9]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="office.jpg"><img src="office1.jpg">
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<switch random(1, 3)>>
<<case 1>>
<img src="files1.jpg"><img src="om1.jpg">
<<case 2>>
<img src="files1.jpg"><img src="om2.jpg">
<<case 3>>
<img src="files1.jpg"><img src="om5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Time for lunch. I don’t see anyone I know well so I eat on my own.<</speech>>
<video src="cant.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>[[Back to work.|w15b]]<</speech>>
<<if visited("w15") == 5>><<set $cash += 200>><</if>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<<speech "ThoughtsActions">>Nothing on Trinder. Should I go jogging in Ruislip Woods, get a coffee, check out the gym or chill out and watch TV in the shared living room.<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p15"
alt="p15" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc15"
alt="cc15" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym15"
alt="gym15" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t15"
alt="t15" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>>
<<if visited("h15") == 1>><<goto "trin7">><</if>><img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise. I haven’t got a gym membership yet but jogging is free.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h16]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>>
<<if visited("p15") == 2>><<goto "altp15">><</if>>
<<if visited("p15") == 3>><<goto "altp15b">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local coffee shop.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc15]] or ask about [[part-time work.|ccw15]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc15]] or ask about [[part-time work.|ccwn15]]<</speech>>
<</if>>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem15]] or ask about [[part-time work.|gyw15]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem15]] or ask about [[part-time work.|gymn15]]<</speech>>
<</if>>
<</nobr>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="1clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her16"
alt="her16" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his16"
alt="his16" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room16]]<</speech>>
<<if visited("h16") == 3>><<goto "alth16">><</if>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>The coffee is good here.<</speech>>
<<switch random(1, 4)>>
<<case 1>>
<img src="cp6.jpg"><img src="cus1.jpg">
<<case 2>>
<img src="cp7.jpg"><img src="cus1.jpg">
<<case 3>>
<img src="cp8.jpg"><img src="cus1.jpg">
<<case 4>>
<img src="cp9.jpg"><img src="cus1.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h16]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if not hasVisited("cos1") && not hasVisited("cos5") && not hasVisited("cos8")>><<goto "cos8">><</if>>
<<if hasVisited("cos1") || hasVisited("cos5") || hasVisited("cos8") && not hasVisited("cos9")>><<goto "cos9">><</if>>
<<if hasVisited("cos2") || hasVisited("cos6") || hasVisited("cos9") && not hasVisited("cos10")>><<goto "cos10">><</if>>
<<if hasVisited("cos10") || hasVisited("cos7")>><<goto "cos10a">><</if>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy15]] or [[turn it down|ccc15]] and buy a cup of coffee.<</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h16]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h16]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h16]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy15]] or [[turn it down|mem15]] and go home.<</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h16]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h16]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><<switch random(1, 3)>>
<<case 1>>
<video src="keym2.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="spy2.jpg"><img src="km1.jpg">
<<case 3>>
<img src="spy2.jpg"><img src="km4.jpg">
<</switch>>
<<speech "ThoughtsActions">>That's hot. Back to my [[room.|room16]]<</speech>>
<<if visited("h16") >=2 && not hasVisited("alt10")>><<goto "alt10">><</if>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="emptym.jpg">
<<speech "ThoughtsActions">>Back to my [[room.|room16]]<</speech>><<nobr>>
<img src="com11.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj16"
alt="hj16" title="handjob"
coords="145,39,253,157" shape="rect">
<area
data-passage="les16"
alt="les16" title="lesbian"
coords="141,186,253,306" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|mon3]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("h16") + visited("h16alt") == 5>><<goto "alth17">><</if>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>As I’m enjoying my coffee Lin comes in.<</speech>>
<img src="cp11.jpg">
<<speech "Female">>Hi Becky, he he he he.<</speech>>
<img src="chi1.jpg">
<<speech "ThoughtsActions">>Lin talks and talks then…..<</speech>>
<<speech "Female">>……. so do you want to come?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<video src="chink1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Lin.<</speech>>
<<speech "Female">>Oh, my boyfriend's here. I’ve got an idea, stay here.<</speech>>
<video src="chink5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Becky come here and help me.<</speech>>
<video src="chink6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>We have fun, then I get dressed, say my goodbyes and go home.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h16]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Female">>Hi Becky. My boyfriend’s at the flat, do you want to come?<</speech>>
<img src="cp12.jpg">
<<speech "Becky">>Ok.<</speech>>
<video src="chink7.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>This is hot!<</speech>>
<video src="chink8.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>We have fun, then I get dressed, say my goodbyes and go home.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h16]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>As I’m enjoying my coffee a girl comes over.<</speech>>
<img src="cp10.jpg">
<<speech "Female">>Hi I’m Lin, do you mind if I join you.<</speech>>
<<speech "Becky">>That would be nice.<</speech>>
<img src="chi1.jpg">
<<speech "Female">>………do you want to come with me?<</speech>>
<<speech "ThoughtsActions">>What did she ask me? I should pay more attention.<</speech>>
<<speech "Becky">>Ok.<</speech>>
<video src="chink1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Ten minutes later I’m in her flat and she’s telling me that she loves my tits.<</speech>>
<video src="chink4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>We have some fun then get dressed.<</speech>>
<img src="lin1.jpg">
<<speech "Female">>See you next time.<</speech>>
<<speech "Becky">>Ok Lin, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h16]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="food8.jpg">
<<speech "ThoughtsActions">>I need to shower before I do my weekly shop.<</speech>>
<video src="shave.mp4" autoplay loop muted controls height="480px"></video>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Day">>Time to go <<link[[shopping.|shop3]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if not hasVisited("key1") >><<goto "key1">><</if>>
<img src="blow.jpg">
<<speech "Message">>You do not need a Keycard to complete Level One, but you will to complete Level 2, so increase your oral ability when you can. Time to <<return>><</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<<nobr>>
<img src="trin4.jpg" usemap="#image-map">
<map name="image-map">
<area
data-passage="trin8"
alt="trin8" title="yes"
coords="26,327,114,419" shape="rect">
<area
data-passage="h15"
alt="h15" title="no"
coords="142,328,233,419" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>It's the same guy as last week, should I go for it?<</speech>><<speech "Becky">>Oh hello Player, here I am on my Trinder date getting fucked doggy style and it feels so good. <</speech>>
<video src="twc1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>What the hell are you doing with my boyfriend?<</speech>>
<<speech "Becky">>He’s my Trinder date, I didn’t know he had a girlfriend. I’m so sorry.<</speech>>
<video src="twc2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Sit there, I’ll show you how a real woman fucks her man.<</speech>>
<video src="twc3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>That’s it, squeeze my tits.<</speech>>
<video src="twc4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Kiss me.<</speech>>
<video src="twc5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Mmmmmnnnnnn mmnnnnmmnn.<</speech>>
<video src="twc6.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>He’s got a nice big cock hasn’t he?<</speech>>
<<speech "Becky">>Oh yes, yes.<</speech>>
<video src="twc7.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>And he knows what to do with it doesn’t he?<</speech>>
<<speech "Becky">>Oh my god yes, aaaaaaaaahh.<</speech>>
<video src="twc8.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Taste it.<</speech>>
<<speech "Becky">>Mmmmmm.<</speech>>
<<speech "ThoughtsActions">>I thank them, get dressed, say my goodbyes and go home. That was fun. I’ll add couples to my Trinder profile.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h16]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>Let’s check on Mr Jones.<</speech>>
<img src="boss2.jpg">
<<speech "ThoughtsActions">>This my chance, deep breath, relax and look confident. Let’s go.<</speech>>
<video src="boss1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>What do you want? Get out.<</speech>>
<<speech "Becky">>I’m Becky, I thought I could help you.<</speech>>
<video src="boss3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>With what?<</speech>>
<<speech "Becky">>I thought my pussy would feel better around your cock than your hand.<</speech>>
<video src="boss4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>See, that’s feels good doesn’t it?<</speech>>
<video src="boss5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Can I ask you something Mr Jones?<</speech>>
<<speech "Male">>What is it?<</speech>>
<<speech "Becky">>Do you have a keycard for the upper floors?<</speech>>
<<speech "Male">>Yes, why?<</speech>>
<<speech "Becky">>How do I get one?<</speech>>
<<speech "Male">>How do you?........oh I see. You want to join in the after work debauchery. Aren’t you a bit young for that sort of thing?<</speech>>
<<speech "Becky">>How do I get a keycard?<</speech>>
<<speech "Male">>Suck me off if and I’ll tell you.<</speech>>
<video src="boss6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Stop. You’re not ready for a card. They’ll laugh at you up there if you can’t give a proper blowjob.<</speech>>
<<speech "Becky">>If I learn will you help me?<</speech>>
<<speech "Male">>Ok, now get back to work?<</speech>>
<<speech "Evening">>Time to go <<link [[home.|h15]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What’s that?<</speech>>
<img src="parklook320.gif"><img src="park1.jpg">
<<speech "ThoughtsActions">>Sex in the park, the lucky cow.<</speech>>
<video src="pw3a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Oh my god, that’s so hot.<</speech>>
<video src="pw3b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Ohhhhhhhh, yes, yes, mmmmm.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="pmass.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="pmass.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<img src="pmass2.gif">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h16]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Goody, Emma’s left her door open so I can have a peep.<</speech>>
<img src="comp1.jpg">
<<speech "ThoughtsActions">>Oh my god, she’s giving John a wank. How did she manage that, the sneaky cow?<</speech>>
<video src="emma9.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I need to go to my room and [[get myself off.|room16]]<</speech>>
<video src="comp5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Emma">>Hi Becky. Did you see me with John the other day.<</speech>>
<<speech "Becky">>Yeah, wow, how did you do it?<</speech>>
<<speech "Emma">>I told him I was having a problem playing a file on my laptop, then when he played it, it was an arty gay porn film from the 90’s. The rest was easy.<</speech>>
<<speech "Becky">>Oh my god. Did you have sex?<</speech>>
<<speech "Emma">>No, but I got him to cum in my mouth.<</speech>>
<video src="comp6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Wow, I’m so jealous.<</speech>>
<<speech "Emma">>Are you getting any?<</speech>>
<<speech "Becky">>I shagged a guy at work. I tried to suck him off but he stopped me. He said I was rubbish at it. Could you teach me?<</speech>>
<<speech "Emma">>Ok, but not tonight. Let’s have some fun.<</speech>>
<video src="comp7.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Emma">>Thanks Becky, goodnight.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|mon3]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="dh4.jpg">
<<speech "ThoughtsActions">>John’s left his door open. Let’s take a peek.<</speech>>
<img src="john2.gif">
<<speech "ThoughtsActions">>John's got some. Lucky boy. That's hot. Back to my [[room.|room16]]<</speech>>
<video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<video src="shopsto.mp4" autoplay loop muted controls height="480px"></video>
<img src="stock.jpg">
<<speech "ThoughtsActions">>Shopping is such a chore but you do see some interesting people.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="rui2.jpg"><video src="shop1.mp4" autoplay loop muted controls height="180px"></video>
<<case 2>>
<img src="rui1.jpg"><video src="shop2.mp4" autoplay loop muted controls height="180px"></video>
<<case 3>>
<img src="rui1.jpg"><video src="shop3.mp4" autoplay loop muted controls height="180px"></video>
<<case 4>>
<img src="rui3.jpg"><video src="shop4.mp4" autoplay loop muted controls height="180px"></video>
<<case 5>>
<img src="rui2.jpg"><video src="shop5.mp4" autoplay loop muted controls height="180px"></video>
<</switch>>
<<speech "ThoughtsActions">>Time for something [[tasty.|shop3b]]<</speech>>
<<set $cash -= 100>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Saturday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p17"
alt="p17" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc17"
alt="cc17" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym17"
alt="gym17" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t17"
alt="t17" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>><img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h18]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc17]] or ask about [[part-time work.|ccw17]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork17]] or [[quit.|cquit17]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc17]] or ask about [[part-time work.|ccwn17]]<</speech>>
<</if>>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem17]] or ask about [[part-time work.|gyw17]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork17]] or [[quit.|gquit17]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem17]] or ask about [[part-time work.|gymn17]]<</speech>>
<</if>>
<</nobr>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her18"
alt="her18" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his18"
alt="his18" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room18]]<</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h18]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy17]] or [[turn it down|ccc17]] and buy a cup of coffee.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<<speech "ThoughtsActions">>She was nice. Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "Night">>Time to go <<link [[home.|h18]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h18]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h18]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h18]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h18]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy17]] or [[turn it down|gyn17]] and go home.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom3"
alt="wom3" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man3"
alt="man3" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h18]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h18]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h18]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h18]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="spy2.jpg"><img src="empty.jpg">
<<speech "ThoughtsActions">>Back to my [[room.|room18]]<</speech>><<speech "ThoughtsActions">>John’s door is ajar.<</speech>>
<img src="teach2.gif">
<<speech "ThoughtsActions">>Back to my [[room.|room18]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<speech "ThoughtsActions">>Sundays I make myself a traditional breakfast then walk to Ruislip Lido. There's a beach and woodland,<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>I’ll wear my bikini under my clothes.<</speech>>
<img src="bik.jpg">
<<speech "Day">><<link [[Time to go to the beach.|lido3]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="comp5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Emma">>Hi Becky. Do you still want to learn how to suck cock?<</speech>>
<<speech "Becky">>Yes please.<</speech>>
<<speech "Emma">>Let’s go to John’s room.<</speech>>
<img src="teach.gif">
<<speech "Emma">>John’s going to watch the movie while I suck him off and you’re going to watch, ok?<</speech>>
<<speech "Becky">>Yes.<</speech>>
<video src="laptop5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Emma">>Good so far?<</speech>>
<<speech "Becky">>Wow, yes.<</speech>>
<video src="laptop3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "John">>Uuuuuuhh aaaaaaaaaah oooooooooh.<</speech>>
<<speech "Emma">>Now I need my beauty sleep, goodnight.<</speech>>
<<speech "John">>Goodnight.<</speech>>
<<speech "Emma">>If you want to suck his cock show him porn that turns him on.
<</speech>>
<<speech "Becky">>You’re the best Emma, goodnight.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|sun3]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>><video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<img src="lid.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="sand3"
alt="sand3" title="topless"
coords="97,161,300,464" shape="rect">
<area
data-passage="rock3"
alt="rock3" title="nudist"
coords="352,169,541,299" shape="rect">
<area
data-passage="gbay3"
alt="gbay3" title="gay"
coords="353,325,551,464" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Which part of the beach should I go to?<</speech>><video src="beach1.mp4" autoplay loop muted controls height="480px"></video>
<img src="nb.jpg"><img src="bwalk.gif">
<<speech "Becky">>Oh hello Player, there’s something going on over let’s check it out.<</speech>>
<video src="rox4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>My god that cock looks tasty.<</speech>>
<<speech "Evening">>Time to go <<link [[home.|h19]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach1.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 4)>>
<<case 1>>
<img src=" nb5.jpg"><img src=" top1.jpg">
<<case 2>>
<img src=" nb5.jpg"><img src=" top2.jpg">
<<case 3>>
<img src=" nb5.jpg"><img src=" beach2.jpg">
<<case 4>>
<img src=" nb5.jpg"><img src=" beach5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Some real hotties come here on Sundays.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="beach.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="beach3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<img src=" beach2b.gif">
<<case 4>>
<video src="beach4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h19]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Sunday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p19"
alt="p19" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc19"
alt="cc19" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym19"
alt="gym19" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t19"
alt="t19" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>><img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem19]] or ask about [[part-time work.|gyw19]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork19]] or [[quit.|gquit19]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem19]] or ask about [[part-time work.|gymn19]]<</speech>>
<</if>>
<</nobr>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc19]] or ask about [[part-time work.|ccw19]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork19]] or [[quit.|cquit19]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc19]] or ask about [[part-time work.|ccwn19]]<</speech>>
<</if>>
<</nobr>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her20"
alt="her20" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his20"
alt="his20" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room19]]<</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy19]] or [[turn it down|ccc19]] and buy a cup of coffee.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<<speech "ThoughtsActions">>The customers seem very friendly. Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "ThoughtsActions">>Your getting ready to leave when Amy comes over.<</speech>>
<img src="cp15.jpg">
<<speech "Female">>Hello Becky, would you like to come for a glass of wine.<</speech>>
<<speech "ThoughtsActions">>Should I [[go with her|blon1]] or go home and check on [[Emma and John.|h20alt]]<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy19]] or [[turn it down|gyn19]] and go home.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom3b"
alt="wom3b" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man3b"
alt="man3b" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="dh4.jpg">
<<speech "ThoughtsActions">>John’s left his door open. Let’s take a peek.<</speech>>
<img src="john2.gif">
<<speech "ThoughtsActions">>Back to my [[room.|room19]]<</speech>>
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, she's so good at that. Back to my [[room.|room19]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w1.jpg"><img src="corn.jpg">
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="dress2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="dress3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Day">>Time to go to <<link [[work.|w21]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("mon4") == 6>><<goto "sat4">><</if>><<nobr>>
<img src="com11.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj20"
alt="hj20" title="handjob"
coords="145,39,253,157" shape="rect">
<area
data-passage="les20"
alt="les20" title="lesbian"
coords="141,186,253,306" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|mon4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="office.jpg"><img src="office1.jpg">
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<switch random(1, 3)>>
<<case 1>>
<img src="files1.jpg"><img src="om1.jpg">
<<case 2>>
<img src="files1.jpg"><img src="om2.jpg">
<<case 3>>
<img src="files1.jpg"><img src="om5.jpg">
<</switch>><<switch random(1, 2)>>
<<case 1>>
<<speech "ThoughtsActions">>Time for lunch. I don’t see anyone I know well so I eat on my own.<</speech>>
<video src="cant.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Time for lunch. I see Nikki so I eat with her.<</speech>>
<img src="cant.jpg"><img src="cant2.jpg">
<</switch>>
<<speech "ThoughtsActions">>[[Back to work.|w21b]]<</speech>>
<<if visited("w21") == 5>><<set $cash += 200>><</if>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<<speech "ThoughtsActions">>Nothing on Trinder. Should I go jogging in Ruislip Woods, get a coffee, check out the gym or chill out and watch TV in the shared living room.<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p21"
alt="p21" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc21"
alt="cc21" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym21"
alt="gym21" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t21"
alt="t21" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>>
<<if visited("h21") == 2>><<goto "trin9">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local coffee shop.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc21]] or ask about [[part-time work.|ccw21]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc21]] or ask about [[part-time work.|ccwn21]]<</speech>>
<</if>>
<</nobr>><img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise. I haven’t got a gym membership yet but jogging is free.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h22]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<if visited() == 1>><<goto "altp21">><</if>>
<<if visited() == 3>><<goto "altp21b">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem21]] or ask about [[part-time work.|gyw21]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem21]] or ask about [[part-time work.|gymn21]]<</speech>>
<</if>>
<</nobr>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>The coffee is good here.<</speech>>
<<switch random(1, 4)>>
<<case 1>>
<img src="cp6.jpg"><img src="cus1.jpg">
<<case 2>>
<img src="cp7.jpg"><img src="cus1.jpg">
<<case 3>>
<img src="cp8.jpg"><img src="cus1.jpg">
<<case 4>>
<img src="cp9.jpg"><img src="cus1.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h22]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if not hasVisited("cos1") && not hasVisited("cos5") && not hasVisited("cos8") && not hasVisited("cos11")>><<goto "cos11">><</if>>
<<if hasVisited("cos1") || hasVisited("cos5") || hasVisited("cos8") || hasVisited("cos11") && not hasVisited("cos12")>><<goto "cos12">><</if>>
<<if hasVisited("cos2") || hasVisited("cos6") || hasVisited("cos9") || hasVisited("cos12") && not hasVisited("cos13")>><<goto "cos13">><</if>>
<<if hasVisited("cos10") || hasVisited("cos13") || hasVisited("cos7")>><<goto "cos13a">><</if>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy21]] or [[turn it down|ccc21]] and buy a cup of coffee.<</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h22]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="1clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her22"
alt="her22" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his22"
alt="his22" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room22]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h22]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h22]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy21]] or [[turn it down|mem21]] and go home.<</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h22]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h22]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Here we are.<</speech>>
<img src="shouse.jpg">
<<speech "Night">><<link [[Go in.|blond]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="cp15.jpg">
<<speech "Becky">>Sorry, I'm busy tonight.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h14]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>We have a glass of wine and then go to bed.<</speech>>
<<speech "Becky">>Thanks that was nice, let me do the same for you.<</speech>>
<video src="blond7.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Ooooh god yes, thanks Becky.<</speech>>
<<speech "Becky">>Mmmmmmmmmnnnnmmm.<</speech>>
<video src="blond9.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Aaaaaaaahhllllaaaahhmmmm.<</speech>>
<video src="blond6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>That was wonderful, thank you so much.<</speech>>
<<speech "Becky">>I had a lovely time but I have to go now.<</speech>>
<<speech "Female">>Maybe we can do this again?<</speech>>
<<speech "Becky">>Yes, maybe [[bye.|h20]]<</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Here we are.<</speech>>
<img src="shouse.jpg">
<<speech "Night">><<link [[Go in.|blond1]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="cp15.jpg">
<<speech "Becky">>Sorry, I'm busy tonight.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<img src="spy2.jpg"><img src="km1.jpg">
<<case 2>>
<img src="spy2.jpg"><img src="km2.jpg">
<<case 3>>
<img src="spy2.jpg"><img src="km3.jpg">
<<case 4>>
<img src="spy2.jpg"><img src="km4.jpg">
<</switch>>
<<speech "ThoughtsActions">>That's hot. Back to my [[room.|room22]]<</speech>>
<img src="dh4.jpg">
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="bj4.gif">
<<case 3>>
<img src="empty2.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room22]]<</speech>><<nobr>>
<img src="com13.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj22"
alt="hj22" title="handjob"
coords="141,35,252,154" shape="rect">
<area
data-passage="les22"
alt="les22" title="lesbian"
coords="137,179,252,307" shape="rect">
<area
data-passage="bj22"
alt="bj22" title="blowjob"
coords="276,36,367,155" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|mon4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if not hasVisited("compalt")>><<goto "compalt">><</if>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>As I’m enjoying my coffee a girl comes over.<</speech>>
<img src="cp10.jpg">
<<speech "Female">>Hi I’m Lin, do you mind if I join you.<</speech>>
<<speech "Becky">>That would be nice.<</speech>>
<img src="chi1.jpg">
<<speech "Female">>………do you want to come with me?<</speech>>
<<speech "ThoughtsActions">>What did she ask me? I should pay more attention.<</speech>>
<<speech "Becky">>Ok.<</speech>>
<video src="chink1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Ten minutes later I’m in her flat and she’s telling me that she loves my tits.<</speech>>
<video src="chink4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>We have some fun then get dressed.<</speech>>
<img src="lin1.jpg">
<<speech "Female">>See you next time.<</speech>>
<<speech "Becky">>Ok Lin, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h22]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>As I’m enjoying my coffee Lin comes in.<</speech>>
<img src="cp11.jpg">
<<speech "Female">>Hi Becky, he he he he.<</speech>>
<img src="chi1.jpg">
<<speech "ThoughtsActions">>Lin talks and talks then…..<</speech>>
<<speech "Female">>……. so do you want to come?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<video src="chink1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Lin.<</speech>>
<<speech "Female">>Oh, my boyfriend's here. I’ve got an idea, stay here.<</speech>>
<video src="chink5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Becky come here and help me.<</speech>>
<video src="chink6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>We have fun, then I get dressed, say my goodbyes and go home.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h22]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Female">>Hi Becky. My boyfriend’s at the flat, do you want to come?<</speech>>
<img src="cp12.jpg">
<<speech "Becky">>Ok.<</speech>>
<video src="chink7.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>This is hot!<</speech>>
<video src="chink8.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>We have fun, then I get dressed, say my goodbyes and go home.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h22]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "ThoughtsActions">>Let’s go and see Mr Jones.<</speech>>
<video src="boss.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Hello Mr Jones.<</speech>>
<video src="boss3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>What do you want Becky?<</speech>>
<<speech "Becky">>My friend showed me how to do a blowjob, I wanted to see what you thought.<</speech>>
<<speech "Male">>Ok, close the door and show me.<</speech>>
<video src="boss7.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Stop, you’re not ready. I'm not even hard. If you want a card, you’ll have to get me hard. Understand?<</speech>>
<<speech "Becky">>Yes, thank you Mr Jones. Well Player, it looks like I need to get the oral ability meter up to 100% to get a keycard.<</speech>>
<<speech "ThoughtsActions">>I have to find cocks to practice on. It'd be a lot easier if I looked like her.<</speech>>
<img src="files3.jpg"><img src="sm8.jpg">
<<speech "Evening">>Time to go <<link [[home.|h21]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>><<speech "ThoughtsActions">>I walk over to his flat and he buzzes me in.<</speech>>
<<speech "Becky">>Hi, I’m Becky, your Trinder date.<</speech>>
<<speech "Male">>You’re younger than I thought you’d be.<</speech>>
<video src="trin4a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>I am 18 and I look like my profile picture.<</speech>>
<<speech "Male">>I know, it’s just that people usually put old pictures of themselves on their profile, so I thought you’d be older. I’m a bit uncomfortable with how young you are.<</speech>>
<<speech "Becky">>I understand. How about we forget about sex. But I need to practice my blowjobs, so just let me suck your cock for a bit then I’ll go home. Ok?<</speech>>
<video src="trin4b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Ok, we can do that.<</speech>>
<video src="trin4f.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>This is nice.<</speech>>
<<speech "Male">>Mmmmmmnnmmaaa.<</speech>>
<video src="trin4d.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Tell me if this is a problem and I’ll stop.<</speech>>
<video src="trin4e.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Ooo uuhhh aaaaah.<</speech>>
<video src="trin4g.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I wash my face, pull up my top and thank him with a kiss.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h22]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<<nobr>>
<img src="trin5.jpg" usemap="#image-map">
<map name="image-map">
<area
data-passage="trin10"
alt="trin10" title="yes"
coords="53,321,144,416" shape="rect">
<area
data-passage="h21"
alt="h21" title="no"
coords="172,318,265,417" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>He's sent a cartoon, should I go for it?<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="food2.jpg">
<<speech "ThoughtsActions">>I need to shower before I do my weekly shop.<</speech>>
<video src="shave.mp4" autoplay loop muted controls height="480px"></video>
<img src="dress10.jpg">
<<speech "ThoughtsActions">>Time to go shopping.<</speech>>
<video src="toi3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What’s going on in here. Oh wow, I wonder if he’s a friend of Emma or John.<</speech>>
<video src="toi1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Time to pull off my shorts and get on my knees.<</speech>>
<<speech "Becky">>Hi, do you want some help with that?<</speech>>
<<speech "Male">>Err ok.<</speech>>
<video src="toi2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Are you friend of Emma or John?<</speech>>
<<speech "Male">>Johhhhhn aaaaaaaaah uuuuuuuh, thanks that was great.<</speech>>
<<speech "Becky">>My pleasure, bye<</speech>>
<<speech "Day">>Time to go <<link[[shopping.|shop4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>><video src="shopclo.mp4" autoplay loop muted controls height="480px"></video>
<img src=" tat.jpg"><img src=" tempt.jpg">
<<speech "ThoughtsActions">>Shopping is such a chore but you do see some interesting people.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="rui2.jpg"><video src="shop1.mp4" autoplay loop muted controls height="180px"></video>
<<case 2>>
<img src="rui1.jpg"><video src="shop2.mp4" autoplay loop muted controls height="180px"></video>
<<case 3>>
<img src="rui1.jpg"><video src="shop3.mp4" autoplay loop muted controls height="180px"></video>
<<case 4>>
<img src="rui3.jpg"><video src="shop4.mp4" autoplay loop muted controls height="180px"></video>
<<case 5>>
<img src="rui2.jpg"><video src="shop5.mp4" autoplay loop muted controls height="180px"></video>
<</switch>>
<<speech "ThoughtsActions">>Time for something [[tasty.|shop4b]]<</speech>>
<<set $cash -= 100>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Saturday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p23"
alt="p23" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc23"
alt="cc23" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym23"
alt="gym23" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t23"
alt="t23" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>><img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h24]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem23]] or ask about [[part-time work.|gyw23]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork23]] or [[quit.|gquit23]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem23]] or ask about [[part-time work.|gymn23]]<</speech>>
<</if>>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc23]] or ask about [[part-time work.|ccw23]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork23]] or [[quit.|cquit23]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc23]] or ask about [[part-time work.|ccwn23]]<</speech>>
<</if>>
<</nobr>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her24"
alt="her24" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his24"
alt="his24" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room24]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h24]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy23]] or [[turn it down|ccc23]] and buy a cup of coffee.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<img src="cp20.jpg">
<<speech "Female">>Hello. I'm Sue, are you Becky?<</speech>>
<<speech "Becky">>Yes, that's right.<</speech>>
<<speech "Female">>See you tomorrow Becky.<</speech>>
<<speech "Becky">>Errr, ok.<</speech>>
<<speech "ThoughtsActions">>That was odd. Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "Night">>Time to go <<link [[home.|h24]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h24]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h24]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h24]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h24]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy23]] or [[turn it down|gyn23]] and go home.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom4"
alt="wom4" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man4"
alt="man4" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h24]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h24]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h24]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h24]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="dh4.jpg">
<video src="wankdoor.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>May be I can find some gay porn on my [[laptop.|room24]]<</speech>><img src="dh4.jpg">
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="bj4.gif">
<</switch>>
<<speech "ThoughtsActions">>Wow. Back to my [[room.|room24]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<speech "ThoughtsActions">>Sundays I make myself a traditional breakfast then walk to Ruislip Lido. There's a beach and woodland,<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>I’ll wear my bikini under my clothes.<</speech>>
<img src="bik.jpg">
<<speech "Day">><<link [[Time to go to the beach.|lido4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<nobr>>
<img src="com15.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj24"
alt="hj24" title="handjob"
coords="142,32,252,158" shape="rect">
<area
data-passage="les24"
alt="les24" title="lesbian"
coords="135,183,253,309" shape="rect">
<area
data-passage="bj24"
alt="bj24" title="blowjob"
coords="275,27,368,161" shape="rect">
<area
data-passage="ga24"
alt="ga24" title="gay"
coords="277,182,369,308" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|sun4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="lap.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I must have clicked the wrong thing.<</speech>>
<video src="comp11.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>What do you think Player, if I show this to John will he let me suck his cock?<</speech>>
<video src="door.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Hey John.<</speech>>
<<speech "John">>Hey, you're supposed to knock.<</speech>>
<video src="wankdoor.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>I’m sorry, I’ve found something on the internet, I think you’ll really like it, look.<</speech>>
<video src="comp11.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Do you like it?<</speech>>
<<speech "John">>Uuuuh yeah, I suppose so.<</speech>>
<<speech "Becky">>Can I suck your cock while you watch?<</speech>>
<<speech "John">>Becky!!!<</speech>>
<img src="oral1.jpg">
<<speech "Becky">>Please. I need to practice my blowjobs.<</speech>>
<<speech "John">>Ok. As long as you don’t tell anyone.<</speech>>
<<speech "Becky">>Deal.<</speech>>
<img src="oral1.gif">
<img src="oral10.jpg">
<<speech "Becky">>Mmmmmnnnnnmmmmnn.<</speech>>
<<speech "John">>Oh uh uh uh aaaaaaaaah.<</speech>>
<<speech "Becky">>Thanks John, goodnight.<</speech>>
<<speech "John">>Yeah, ok.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|mon4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>><video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<img src="lid.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="sand4"
alt="sand4" title="topless"
coords="97,161,300,464" shape="rect">
<area
data-passage="rock4"
alt="rock4" title="nudist"
coords="352,169,541,299" shape="rect">
<area
data-passage="gbay4"
alt="gbay4" title="gay"
coords="353,325,551,464" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Which part of the beach should I go to?<</speech>><video src="beach1.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 4)>>
<<case 1>>
<img src=" nb5.jpg"><img src=" top1.jpg">
<<case 2>>
<img src=" nb5.jpg"><img src=" top2.jpg">
<<case 3>>
<img src=" nb5.jpg"><img src=" beach2.jpg">
<<case 4>>
<img src=" nb5.jpg"><img src=" beach5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Some real hotties come here on Sundays.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="beach.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="beach3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<img src=" beach2b.gif">
<<case 4>>
<video src="beach4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h25]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach2.mp4" autoplay loop muted controls height="480px"></video>
<img src="nb.jpg">
<<speech "Becky">>Oh hello Player, there’s something going on over let’s check it out.<</speech>>
<video src="rox5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>She’s seen me watching…………. ooh, and she likes it.<</speech>>
<video src="rox5b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh god yes.<</speech>>
<img src="bwalk2.gif"><img src="bwalk.gif">
<<speech "Evening">>Time to go <<link [[home.|h25]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Sunday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p25"
alt="p25" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc25"
alt="cc25" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym25"
alt="gym25" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t25"
alt="t25" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>><img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h26]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem25]] or ask about [[part-time work.|gyw25]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork25]] or [[quit.|gquit25]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem25]] or ask about [[part-time work.|gymn25]]<</speech>>
<</if>>
<</nobr>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc25]] or ask about [[part-time work.|ccw25]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork25]] or [[quit.|cquit25]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc25]] or ask about [[part-time work.|ccwn25]]<</speech>>
<</if>>
<</nobr>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her26"
alt="her26" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his26"
alt="his26" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room26]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h26]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy25]] or [[turn it down|ccc25]] and buy a cup of coffee.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<img src="cp20.jpg">
<<speech "Female">>Hi Becky, can I talk to you for a moment?<</speech>>
<<speech "Becky">>Sure Sue, fire away.<</speech>>
<<speech "Female">>Well, you know most of the women here are lesbians, right?<</speech>>
<<speech "Becky">>Yeah.<</speech>>
<<speech "Female">>But I’ve heard that you’re more…. err…. broad minded. <</speech>>
<<speech "ThoughtsActions">>She means slutty.<</speech>>
<<speech "Becky">>I suppose so.<</speech>>
<<speech "Female">>The thing is, me and my boyfriend have always wanted to try a………<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Ok?<</speech>>
<<speech "Becky">>My shift ends at nine, then I’ll go with you. Ok?<</speech>>
<<speech "Female">>Ok, thank you so much, wow.<</speech>>
<<speech "ThoughtsActions">>Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "ThoughtsActions">>[[Go with Sue.|brow1]]<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h26]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h26]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h26]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><video src="brown1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Thanks for agreeing to this.<</speech>>
<<speech "Becky">>Thank you for asking.<</speech>>
<img src="cot.jpg">
<<speech "Becky">>What a lovely home.<</speech>>
<<speech "Female">>Thanks. <</speech>>
<<speech "Night">><<link [[Go in.|brown1]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="brown2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Come on baby don’t keep Becky waiting. <</speech>>
<video src="brown3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>I told you he had a big one. <</speech>>
<video src="brown4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Frig me Becky. <</speech>>
<video src="brown5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Thanks Becky. That was nice wasn’t it baby? <</speech>>
<video src="brown1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Thanks for driving me home.<</speech>>
<<speech "Female">>No problem, maybe we can do this again?<</speech>>
<<speech "Becky">>Yes, maybe [[bye.|h26alt]]<</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w1.jpg"><img src="corn.jpg">
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="dress2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="dress3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Day">>Time to go to <<link [[work.|w27]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("mon5") == 6>><<goto "sat5">><</if>><img src="dh4.jpg">
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>>
<<speech "ThoughtsActions">>Wow, that's hot.<</speech>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Back to my [[room.|room26]]<</speech>><<speech "ThoughtsActions">>John’s door is ajar.<</speech>>
<img src="teach2.gif">
<<speech "ThoughtsActions">>May be I can find some gay porn on my [[laptop.|room26]]<</speech>>
<<nobr>>
<img src="com15.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj26"
alt="hj26" title="handjob"
coords="142,32,252,158" shape="rect">
<area
data-passage="les26"
alt="les26" title="lesbian"
coords="135,183,253,309" shape="rect">
<area
data-passage="bj26"
alt="bj26" title="blowjob"
coords="275,27,368,161" shape="rect">
<area
data-passage="ga26"
alt="ga26" title="gay"
coords="277,182,369,308" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|mon5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h26]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy25]] or [[turn it down|gyn25]] and go home.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom4b"
alt="wom4b" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man4b"
alt="man4b" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h26]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h26]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h26]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h26]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "ThoughtsActions">>The coffee is good here.<</speech>><<switch random(1, 4)>>
<<case 1>>
<img src="cp6.jpg"><img src="cus1.jpg">
<<case 2>>
<img src="cp7.jpg"><img src="cus1.jpg">
<<case 3>>
<img src="cp8.jpg"><img src="cus1.jpg">
<<case 4>>
<img src="cp9.jpg"><img src="cus1.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h16]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>The coffee is good here.<</speech>><<switch random(1, 4)>>
<<case 1>>
<img src="cp6.jpg"><img src="cus1.jpg">
<<case 2>>
<img src="cp7.jpg"><img src="cus1.jpg">
<<case 3>>
<img src="cp8.jpg"><img src="cus1.jpg">
<<case 4>>
<img src="cp9.jpg"><img src="cus1.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h22]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>The coffee is good here.<</speech>><<switch random(1, 4)>>
<<case 1>>
<img src="cp6.jpg"><img src="cus1.jpg">
<<case 2>>
<img src="cp7.jpg"><img src="cus1.jpg">
<<case 3>>
<img src="cp8.jpg"><img src="cus1.jpg">
<<case 4>>
<img src="cp9.jpg"><img src="cus1.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="office.jpg"><img src="office1.jpg">
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<switch random(1, 3)>>
<<case 1>>
<img src="files1.jpg"><img src="om1.jpg">
<<case 2>>
<img src="files1.jpg"><img src="om2.jpg">
<<case 3>>
<img src="files1.jpg"><img src="om5.jpg">
<</switch>><<switch random(1, 2)>>
<<case 1>>
<<speech "ThoughtsActions">>Time for lunch. I don’t see anyone I know well so I eat on my own.<</speech>>
<video src="cant.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Time for lunch. I see Nikki so I eat with her.<</speech>>
<img src="cant.jpg"><img src="cant2.jpg">
<</switch>>
<<speech "ThoughtsActions">>[[Back to work.|w27b]]<</speech>>
<<if visited("w27") == 5>><<set $cash += 200>><</if>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<<speech "ThoughtsActions">>Nothing on Trinder. Should I go jogging in Ruislip Woods, get a coffee, check out the gym or chill out and watch TV in the shared living room.<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p27"
alt="p27" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc27"
alt="cc27" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym27"
alt="gym27" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t27"
alt="t27" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>>
<<if visited("h27") == 3>><<goto "trin11">><</if>><img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise. I haven’t got a gym membership yet but jogging is free.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h28]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<if visited() == 1>><<goto "altp27">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem27]] or ask about [[part-time work.|gyw27]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem27]] or ask about [[part-time work.|gymn27]]<</speech>>
<</if>>
<</nobr>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local coffee shop.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc27]] or ask about [[part-time work.|ccw27]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc27]] or ask about [[part-time work.|ccwn27]]<</speech>>
<</if>>
<</nobr>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>The coffee is good here.<</speech>>
<<switch random(1, 4)>>
<<case 1>>
<img src="cp6.jpg"><img src="cus1.jpg">
<<case 2>>
<img src="cp7.jpg"><img src="cus1.jpg">
<<case 3>>
<img src="cp8.jpg"><img src="cus1.jpg">
<<case 4>>
<img src="cp9.jpg"><img src="cus1.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h28]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("ccc27") == 1>><<goto "coff1">><</if>>
<<if hasVisited("cos1")>><<goto "coff2">><</if>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy27]] or [[turn it down|ccc27]] and buy a cup of coffee.<</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h28]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her28"
alt="her28" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his28"
alt="his28" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room28]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h28]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h28]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy27]] or [[turn it down|mem27]] and go home.<</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h28]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h28]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="dh4.jpg">
<<speech "ThoughtsActions">>John’s left his door open. Let’s take a peek.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="john1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="john3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="john4.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<img src="john2.gif">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room28]]<</speech>><img src="dh4.jpg">
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="bj4.gif">
<<case 3>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="emptym.jpg">
<<case 5>>
<img src="emptym.jpg">
<<case 6>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room28]]<</speech>><<nobr>>
<img src="com15.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj28"
alt="hj28" title="handjob"
coords="142,32,252,158" shape="rect">
<area
data-passage="les28"
alt="les28" title="lesbian"
coords="135,183,253,309" shape="rect">
<area
data-passage="bj28"
alt="bj28" title="blowjob"
coords="275,27,368,161" shape="rect">
<area
data-passage="ga28"
alt="ga28" title="gay"
coords="277,182,369,308" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|mon5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What’s that?<</speech>>
<img src="parklook320.gif"><img src="park1.jpg">
<<speech "ThoughtsActions">>Oh my god, she’s so hot.<</speech>>
<video src="w26.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I wish I was brave enough to do that.<</speech>>
<video src="w2ba.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Time to go <<link [[home.|h10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What’s that?<</speech>>
<img src="parklook320.gif"><img src="park1.jpg">
<<speech "ThoughtsActions">>Blowjob in the park, the lucky cow.<</speech>>
<video src="w3ba.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Ohhhhhhhh, yes, yes, mmmmm.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="pmass.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="pmass.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<img src="pmass2.gif">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h16]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>It's really warm today. I'll take a break. I think I'll strip off like the other girls.<</speech>>
<video src="pw4a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Is somebody watching me?<</speech>>
<video src="pw4b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Come here Mr Horny. Show me what you can do.<</speech>>
<video src="pw4c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Ooh yeah yes, faster, aaaaaaaaah. Good job, that was nice, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h22]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What's she doing.?<</speech>>
<video src="w4ba.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>She's hot.<</speech>>
<video src="w4bb.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Time to go <<link [[home.|h22]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>My god, she’s gorgeous.<</speech>>
<video src="pw5a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Can I help you with anything?<</speech>>
<video src="pw5b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Not unless you’ve got a big cock hidden in your pants.<</speech>>
<video src="pw5c.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>That was amazing. I’d do anything to look like her.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h28]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>The men ignore me and the hot women look down their noses at me.<</speech>>
<img src="files2.jpg"><img src="og1.jpg">
<<speech "Evening">>Time to go <<link [[home.|h1]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "ThoughtsActions">>I wish the men looked at me the way they look at her.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h3]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "ThoughtsActions">>I buy groceries, toiletries and cosmetics. I pay for them from my phone. So hi-tech. I remember to make sure I have some cash for incidentals.<</speech>>
<video src="coff1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I treat myself to something yummy on Saturdays.<</speech>>
<img src="rent.jpg">
<<speech "ThoughtsActions">>Then I pay my weekly rent from my phone. Let my fingers do the walking.<</speech>>
<video src="coff.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>My fingers can also do other sorts of walking.<</speech>>
<<speech "Evening">>Time to go <<link [[home.|h5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash -= 100>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 2)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|tue1]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 2)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun1]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun1]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>I wish the men looked at me the way they look at her.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h9]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("w9") == 2>><<goto "altw3">><</if>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 2)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "ThoughtsActions">>I buy groceries, toiletries and cosmetics. I pay for them from my phone. So hi-tech. I remember to make sure I have some cash for incidentals.<</speech>>
<video src="coff1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I treat myself to something yummy on Saturdays.<</speech>>
<img src="rent.jpg">
<<speech "ThoughtsActions">>Then I pay my weekly rent from my phone. Let my fingers do the walking.<</speech>>
<<speech "Evening">>Time to go <<link [[home.|h11]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash -= 100>><<speech "ThoughtsActions">>If I want to get my hands on a keycard I need to track down Mr Jones then figure out a way to get him to help me.<</speech>>
<<if visited("w15") == 1>>
<video src="boss.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>That’s him. I need to figure out an approach.<</speech>>
<</if>><img src="boss2.jpg">
<<speech "ThoughtsActions">>I’d better get back to work.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "ThoughtsActions">>I wish the men looked at me the way they look at her.<</speech>>
<<speech "Evening">>Time to go <<link [[home.|h15]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("w15") == 5>><<goto "altw15">><</if>>
<<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon3]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon3]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon3]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon3]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>I buy groceries, toiletries and cosmetics. I pay for them from my phone. So hi-tech. I remember to make sure I have some cash for incidentals.<</speech>>
<video src="coff1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I treat myself to something yummy on Saturdays.<</speech>>
<img src="rent.jpg">
<<speech "ThoughtsActions">>Then I pay my weekly rent from my phone. Let my fingers do the walking.<</speech>>
<<speech "Evening">>Time to go <<link [[home.|h23]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash -= 100>><<speech "ThoughtsActions">>I wish the men looked at me the way they look at her.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h21]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("w21b") == 1>><<goto "altw22">><</if>>
<<if visited("w21b") == 4>><<goto "altw22b">><</if>><<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("mon4") >= 3 && not hasVisited("his22alt") && not hasVisited("compalt")>><<goto "compalt">><</if>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("mon4") >= 3 && not hasVisited("his22alt") && not hasVisited("compalt")>><<goto "compalt">><</if>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("mon4") >= 3 && not hasVisited("his22alt") && not hasVisited("compalt")>><<goto "compalt">><</if>>
<<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><switch random(1, 2)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 2)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>I wish the men looked at me the way they look at her.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h27]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("w27b") == 4>><<goto "altw27b">><</if>><video src="gay8.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I'll show this to John, maybe I can improve my oral ability.<</speech>>
<video src="door.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Hey John.<</speech>>
<<speech "John">>Becky, you're supposed to knock.<</speech>>
<video src="wankdoor.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Sorry, I’ve found this on Pornet, I thought you might like it, look.<</speech>>
<video src="gay6.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>What do you think?<</speech>>
<<speech "John">>Not bad, I suppose you want to suck this?<</speech>>
<img src="jdick1.jpg">
<<speech "Becky">>Yes please.<</speech>>
<<speech "John">>Ok.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="oral3.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="oral4.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Becky">>Mmmmmnnnnnmmmmnn.<</speech>>
<<speech "John">>Oh uh uh uh aaaaaaaaah.<</speech>>
<<speech "Becky">>Thanks John, goodnight.<</speech>>
<<speech "John">>Yeah, ok.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|sun4]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>>
<video src="gay5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I'll show this to John, maybe I can improve my oral ability.<</speech>>
<video src="door.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Hey John.<</speech>>
<<speech "John">>Becky, you're supposed to knock.<</speech>>
<video src="wankdoor.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Sorry, I’ve found this on Pornet, I thought you might like it, look.<</speech>>
<video src="gay7.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>What do you think?<</speech>>
<<speech "John">>Not bad, I suppose you want to suck this?<</speech>>
<img src="jdick1.jpg">
<<speech "Becky">>Yes please.<</speech>>
<<speech "John">>Ok.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="oral3.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="oral4.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<img src="oral1.gif">
<</switch>>
<<speech "Becky">>Mmmmmnnnnnmmmmnn.<</speech>>
<<speech "John">>Oh uh uh uh aaaaaaaaah.<</speech>>
<<speech "Becky">>Thanks John, goodnight.<</speech>>
<<speech "John">>Yeah, ok.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|mon5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>>
<<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="food8.jpg">
<<speech "ThoughtsActions">>I need to shower before I do my weekly shop.<</speech>>
<video src="shave.mp4" autoplay loop muted controls height="480px"></video>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Day">>Time to go <<link[[shopping.|shop5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="files1.jpg"><img src="om1.jpg">
<<case 2>>
<img src="files1.jpg"><img src="om2.jpg">
<<case 3>>
<img src="files1.jpg"><img src="om5.jpg">
<</switch>>
<<speech "ThoughtsActions">>This office shouldn't be locked.<</speech>>
<img src="files.jpg"><img src="spy.jpg">
<video src="keyoff2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, lucky bitch. Back to work.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h21]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<<nobr>>
<img src="trin6.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="trin12"
alt="trin12" title="yes"
coords="41,326,131,419" shape="rect">
<area
data-passage="h27"
alt="h27" title="no"
coords="163,327,249,421" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>I hope he really looks like that. Should I go for it?<</speech>><video src="trin5a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Oh hello Player, here I am on my tinder date and this guy hasn’t stopped talking since I got here. I’ve basically tuned him out at this point. What’s he saying now?<</speech>>
<<speech "Male">>…… so we do everything together, is that ok? Oh, here he is now. Mo this is Becky.<</speech>>
<video src="trin5b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Hi.<</speech>>
<<speech "ThoughtsActions">>Oh, I hope this is what I think it is.<</speech>>
<video src="trin5c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Best Trinder date ever.<</speech>>
<video src="trin5d.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>It’s like I’m in my own Pornet video.<</speech>>
<video src="trin5e.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Thanks Becky, that was great.<</speech>>
<<speech "Becky">>My pleasure.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h28]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>><video src="shopclo.mp4" autoplay loop muted controls height="480px"></video>
<img src="redbra.jpg"><img src="blue.jpg">
<<speech "ThoughtsActions">>Shopping is such a chore but you do see some interesting people.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="rui2.jpg"><video src="shop1.mp4" autoplay loop muted controls height="180px"></video>
<<case 2>>
<img src="rui1.jpg"><video src="shop2.mp4" autoplay loop muted controls height="180px"></video>
<<case 3>>
<img src="rui1.jpg"><video src="shop3.mp4" autoplay loop muted controls height="180px"></video>
<<case 4>>
<img src="rui3.jpg"><video src="shop4.mp4" autoplay loop muted controls height="180px"></video>
<<case 5>>
<img src="rui2.jpg"><video src="shop5.mp4" autoplay loop muted controls height="180px"></video>
<</switch>>
<<speech "ThoughtsActions">>Time for something [[tasty.|shop5b]]<</speech>>
<<set $cash -= 100>><<speech "ThoughtsActions">>I buy groceries, toiletries and cosmetics. I pay for them from my phone. So hi-tech. I remember to make sure I have some cash for incidentals.<</speech>>
<video src="coff1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I treat myself to something yummy on Saturdays.<</speech>>
<img src="rent.jpg">
<<speech "ThoughtsActions">>Then I pay my weekly rent from my phone. Let my fingers do the walking.<</speech>>
<<speech "Evening">>Time to go <<link [[home.|h29]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash -= 100>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Saturday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p29"
alt="p29" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc29"
alt="cc29" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym29"
alt="gym29" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t29"
alt="t29" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>>
<img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h30]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc29]] or ask about [[part-time work.|ccw29]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork29]] or [[quit.|cquit29]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc29]] or ask about [[part-time work.|ccwn29]]<</speech>>
<</if>>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem29]] or ask about [[part-time work.|gyw29]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork29]] or [[quit.|gquit29]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem29]] or ask about [[part-time work.|gymn29]]<</speech>>
<</if>>
<</nobr>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her30"
alt="her30" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his30"
alt="his30" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room30]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h30]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy29]] or [[turn it down|ccc29]] and buy a cup of coffee.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<img src="cp17.jpg">
<<speech "Female">>Hello. I'm Jen, are you Becky?<</speech>>
<<speech "Becky">>Yes, that's right.<</speech>>
<<speech "Female">>See you tomorrow Becky.<</speech>>
<img src="cp16.jpg">
<<speech "Becky">>I'll look forward to it.<</speech>>
<<speech "ThoughtsActions">> Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "Night">>Time to go <<link [[home.|h30]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h30]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h30]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h30]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h30]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy29]] or [[turn it down|gyn29]] and go home.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom5"
alt="wom5" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man5"
alt="man5" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h30]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h30]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h30]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h30]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<img src="com15.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj30"
alt="hj30" title="handjob"
coords="142,32,252,158" shape="rect">
<area
data-passage="les30"
alt="les30" title="lesbian"
coords="135,183,253,309" shape="rect">
<area
data-passage="bj30"
alt="bj30" title="blowjob"
coords="275,27,368,161" shape="rect">
<area
data-passage="ga30"
alt="ga30" title="gay"
coords="277,182,369,308" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|sun5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>John’s door is ajar.<</speech>>
<img src="teach2.gif">
<<speech "ThoughtsActions">>May be I can find some gay porn on my [[laptop.|room30]]<</speech>><<speech "ThoughtsActions">>Is that buzzing what I think it is.<</speech>>
<video src="vib1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Is that a vibrator?<</speech>>
<<speech "Emma">>Yeah, it’s great, do you want a go?<</speech>>
<<speech "Becky">>Fuck yeah.<</speech>>
<<speech "Emma">>Eat me.<</speech>>
<<speech "Becky">>Good idea.<</speech>>
<video src="vib2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Emma">>Here, do us both.<</speech>>
<video src="vib3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Emma">>Now shove two fingers in.<</speech>>
<video src="vib4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, that was fun [[goodnight.|room30]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<speech "ThoughtsActions">>Sundays I make myself a traditional breakfast then walk to Ruislip Lido. There's a beach and woodland,<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>I’ll wear my bikini under my clothes.<</speech>>
<img src="bik.jpg">
<<speech "Day">><<link [[Time to go to the beach.|lido5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="gay8.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I'll show this to John, maybe I can improve my oral ability.<</speech>>
<video src="door.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Hey John.<</speech>>
<<speech "John">>Becky, you're supposed to knock.<</speech>>
<video src="wankdoor.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Sorry, I’ve found this on Pornet, I thought you might like it, look.<</speech>>
<video src="gay6.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>What do you think?<</speech>>
<<speech "John">>Not bad, I suppose you want to suck this?<</speech>>
<img src="jdick1.jpg">
<<speech "Becky">>Yes please.<</speech>>
<<speech "John">>Ok.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="oral3.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="oral4.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<img src="oral1.gif">
<</switch>>
<<speech "Becky">>Mmmmmnnnnnmmmmnn.<</speech>>
<<speech "John">>Oh uh uh uh aaaaaaaaah.<</speech>>
<<speech "Becky">>Thanks John, goodnight.<</speech>>
<<speech "John">>Yeah, ok.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|sun5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>>
<<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 2)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 2)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<img src="lid.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="sand5"
alt="sand5" title="topless"
coords="97,161,300,464" shape="rect">
<area
data-passage="rock5"
alt="rock5" title="nudist"
coords="352,169,541,299" shape="rect">
<area
data-passage="gbay5"
alt="gbay5" title="gay"
coords="353,325,551,464" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Which part of the beach should I go to?<</speech>><video src="beach1.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 4)>>
<<case 1>>
<img src=" nb5.jpg"><img src=" top1.jpg">
<<case 2>>
<img src=" nb5.jpg"><img src=" top2.jpg">
<<case 3>>
<img src=" nb5.jpg"><img src=" beach2.jpg">
<<case 4>>
<img src=" nb5.jpg"><img src=" beach5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Some real hotties come here on Sundays.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="beach.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="beach3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<img src=" beach2b.gif">
<<case 4>>
<video src="beach4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h31]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach2.mp4" autoplay loop muted controls height="480px"></video>
<img src="nb.jpg">
<<speech "Becky">>Oh hello Player, there’s something going on over let’s check it out.<</speech>>
<video src="sand4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>My god that cock looks tasty.<</speech>>
<img src="bwalk2.gif"><img src="bwalk.gif">
<<speech "Evening">>Time to go <<link [[home.|h31]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Sunday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p31"
alt="p31" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc31"
alt="cc31" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym31"
alt="gym31" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t31"
alt="t31" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>>
<img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h32]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc31]] or ask about [[part-time work.|ccw31]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork31]] or [[quit.|cquit31]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc31]] or ask about [[part-time work.|ccwn31]]<</speech>>
<</if>>
<</nobr>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem31]] or ask about [[part-time work.|gyw31]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork31]] or [[quit.|gquit31]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem31]] or ask about [[part-time work.|gymn31]]<</speech>>
<</if>>
<</nobr>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her32"
alt="her32" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his32"
alt="his32" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room32]]<</speech>>
<<if $mem >=10 && not hasVisited("buy")>><<goto "buy">><</if>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h32]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy31]] or [[turn it down|ccc31]] and buy a cup of coffee.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<<speech "Female">>Hi Becky, can I talk to you for a moment?<</speech>>
<img src="cp18.jpg">
<<speech "Becky">>Sure Jen, fire away.<</speech>>
<<speech "Female">>I’m friends with Amy and she said that you liked to have fun.<</speech>>
<<speech "Becky">>If you’re asking if I’m a slut, then yes I am.<</speech>>
<<speech "Female">>Oh, well, the thing is me and my husband have got his younger brother staying with us. He’s hot and it’s his birthday today………<</speech>>
<<speech "Becky">>And you want me to be his present?<</speech>>
<<speech "Female">>Yes, and I was hoping we could put on a little show first so I can get my husband into it.<</speech>>
<img src="cp19.jpg">
<<speech "Becky">>Ok. My shift ends at nine.<</speech>>
<<speech "Female">>Ok, thank you so much, wow.<</speech>>
<<speech "ThoughtsActions">>Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "ThoughtsActions">>[[Go with Jen.|jen1]]<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h32]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h32]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h32]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h32]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy31]] or [[turn it down|gyn31]] and go home.<</speech>><<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom5b"
alt="wom5b" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man5b"
alt="man5b" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h32]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h32]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h32]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h32]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<img src="com15.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj32"
alt="hj32" title="handjob"
coords="142,32,252,158" shape="rect">
<area
data-passage="les32"
alt="les32" title="lesbian"
coords="135,183,253,309" shape="rect">
<area
data-passage="bj32"
alt="bj32" title="blowjob"
coords="275,27,368,161" shape="rect">
<area
data-passage="ga32"
alt="ga32" title="gay"
coords="277,182,369,308" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|mon6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if hasVisited("buy") && hasVisited("wght")>><<goto "level2">><</if>><<speech "ThoughtsActions">>John’s door is ajar.<</speech>>
<img src="teach2.gif">
<<speech "ThoughtsActions">>Oh my god that's hot. Back to my [[room.|room32]]<</speech>>
<img src="dh4.jpg">
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="bj4.gif">
<<case 3>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="emptym.jpg">
<<case 5>>
<img src="emptym.jpg">
<<case 6>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room32]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w1.jpg"><img src="corn.jpg">
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="dress2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="dress3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Day">>Time to go to <<link [[work.|w33]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if hasVisited("fin")>><<goto "level2">><</if>>
<<if visited("mon6") == 6>><<goto "sat6">><</if>>
<<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 2)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="gay5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I'll show this to John, maybe I can improve my oral ability.<</speech>>
<video src="door.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Hey John.<</speech>>
<<speech "John">>Becky, you're supposed to knock.<</speech>>
<video src="wankdoor.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Sorry, I’ve found this on Pornet, I thought you might like it, look.<</speech>>
<video src="gay7.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>What do you think?<</speech>>
<<speech "John">>Not bad, I suppose you want to suck this?<</speech>>
<img src="jdick1.jpg">
<<speech "Becky">>Yes please.<</speech>>
<<speech "John">>Ok.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="oral3.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="oral4.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<img src="oral1.gif">
<</switch>>
<<speech "Becky">>Mmmmmnnnnnmmmmnn.<</speech>>
<<speech "John">>Oh uh uh uh aaaaaaaaah.<</speech>>
<<speech "Becky">>Thanks John, goodnight.<</speech>>
<<speech "John">>Yeah, ok.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|mon6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>>
<<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 2)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="office.jpg"><img src="office1.jpg">
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<switch random(1, 3)>>
<<case 1>>
<img src="files1.jpg"><img src="om1.jpg">
<<case 2>>
<img src="files1.jpg"><img src="om2.jpg">
<<case 3>>
<img src="files1.jpg"><img src="om5.jpg">
<</switch>><<switch random(1, 2)>>
<<case 1>>
<<speech "ThoughtsActions">>Time for lunch. I don’t see anyone I know well so I eat on my own.<</speech>>
<video src="cant.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Time for lunch. I see Nikki so I eat with her.<</speech>>
<img src="cant.jpg"><img src="cant2.jpg">
<</switch>>
<<speech "ThoughtsActions">>[[Back to work.|w33b]]<</speech>>
<<if visited("w33") == 5>><<set $cash += 200>><</if>><<speech "ThoughtsActions">>I wish the men looked at me the way they look at her.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h33]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<<speech "ThoughtsActions">>Nothing on Trinder. Should I go jogging in Ruislip Woods, get a coffee, check out the gym or chill out and watch TV in the shared living room.<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p33"
alt="p33" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc33"
alt="cc33" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym33"
alt="gym33" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t33"
alt="t33" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>>
<<if visited("h33") == 4>><<goto "trin13">><</if>><video src="brown1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Thanks for agreeing to this.<</speech>>
<<speech "Becky">>Thank you for asking.<</speech>>
<img src="cot2.jpg">
<<speech "Becky">>What a lovely home.<</speech>>
<<speech "Female">>Thanks. <</speech>>
<<speech "Night">><<link [[Go in.|jen2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="trin6a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>We do some flirty getting to know you chat until everyone is relaxed, then Jen suggests a little show for the boys.<</speech>>
<video src="trin6b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>It feels hot having an audience.<</speech>>
<video src="trin6c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Jen doesn’t waste any time.<</speech>>
<video src="trin6d.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>This is a hot.<</speech>>
<video src="trin6e.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Ok boys, swap around, let’s get kinky.<</speech>>
<video src="trin6f.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Having fun?<</speech>>
<<speech "Becky">>God yeah.<</speech>>
<video src="trin6g.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Sluts have the most fun.<</speech>>
<video src="trin6h.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Aaaaaaaaaaaah, oh god yes.<</speech>>
<<speech "Female">>Thanks Becky.<</speech>>
<video src="brown1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Thanks for driving me home.<</speech>>
<<speech "Female">>No problem, maybe we can do this again?<</speech>>
<<speech "Becky">>Yes, maybe [[bye.|h32alt]]<</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>><img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her32"
alt="her32" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his32"
alt="his32" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek at on Emma or John. Or should I go straight to my [[room?|room32]]<</speech>>
<<if $mem >=10 && not hasVisited("buy")>><<goto "buy">><</if>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her26"
alt="her26" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his26"
alt="his26" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek at on Emma or John. Or should I go straight to my [[room?|room26]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><<speech "ThoughtsActions">>I buy groceries, toiletries and cosmetics. I pay for them from my phone. So hi-tech. I remember to make sure I have some cash for incidentals.<</speech>>
<video src="coff1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I treat myself to something yummy on Saturdays.<</speech>>
<img src="rent.jpg">
<<speech "ThoughtsActions">>Then I pay my weekly rent from my phone.<</speech>>
<<speech "Evening">>Time to go <<link [[home.|h17]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash -= 100>><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise. I haven’t got a gym membership yet but jogging is free.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<if visited() == 1>><<goto "altp33">><</if>>
<<if visited() == 3>><<goto "altp33b">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local coffee shop.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc33]] or ask about [[part-time work.|ccw33]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc33]] or ask about [[part-time work.|ccwn33]]<</speech>>
<</if>>
<</nobr>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her34"
alt="her34" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his34"
alt="his34" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room34]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem33]] or ask about [[part-time work.|gyw33]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem33]] or ask about [[part-time work.|gymn33]]<</speech>>
<</if>>
<</nobr>>
<<if hasVisited("buy")>><<goto "gymw6">><</if>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>The coffee is good here.<</speech>>
<<switch random(1, 4)>>
<<case 1>>
<img src="cp6.jpg"><img src="cus1.jpg">
<<case 2>>
<img src="cp7.jpg"><img src="cus1.jpg">
<<case 3>>
<img src="cp8.jpg"><img src="cus1.jpg">
<<case 4>>
<img src="cp9.jpg"><img src="cus1.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if not hasVisited("coff1") && not hasVisited("coff3")>><<goto "coff3">><</if>>
<<if hasVisited("coff3") && not hasVisited("coff4")>><<goto "coff4">><</if>>
<<if hasVisited("coff4")>><<goto "coff4a">><</if>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy33]] or [[turn it down|ccc33]] and buy a cup of coffee.<</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy33]] or [[turn it down|mem33]] and go home.<</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><<nobr>>
<img src="com15.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj34"
alt="hj34" title="handjob"
coords="142,32,252,158" shape="rect">
<area
data-passage="les34"
alt="les34" title="lesbian"
coords="135,183,253,309" shape="rect">
<area
data-passage="bj34"
alt="bj34" title="blowjob"
coords="275,27,368,161" shape="rect">
<area
data-passage="ga34"
alt="ga34" title="gay"
coords="277,182,369,308" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|mon6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="dh4.jpg">
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="bj4.gif">
<<case 3>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="emptym.jpg">
<<case 5>>
<img src="emptym.jpg">
<<case 6>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room34]]<</speech>>
<<if not hasVisited("her30") && not hasVisited("her34a")>><<goto "her34a">><</if>><img src="dh4.jpg">
<<speech "ThoughtsActions">>John’s left his door open. Let’s take a peek.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="john1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="john3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="john4.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<img src="john2.gif">
<</switch>>
<<speech "ThoughtsActions">>Wow that's hot. Back to my [[room.|room34]]<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="gay2.mp4" autoplay loop muted controls height="360px"></video>
<<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="door.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Morning">>He's busy I'll go to <<link [[bed.|mon6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<<nobr>>
<img src="trin7.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="trin14"
alt="trin14" title="yes"
coords="30,328,120,421" shape="rect">
<area
data-passage="h33"
alt="h33" title="no"
coords="156,330,247,430" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>He's a bit old, should I go for it?<</speech>><video src="trinw6a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Oh hello Player, here I am on my tinder date getting eaten out by this middle age man. What we don't know is that his wife is watching.<</speech>>
<video src="trinw6b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Hello Bob, you didn’t tell me we’d be having guests.<</speech>>
<<speech "Male">>Errr.<</speech>>
<<speech "Female">>Well, carry on. Don’t disappoint the girl.<</speech>>
<video src="trinw6c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>What’s your name dear?<</speech>>
<<speech "Becky">>Becky.<</speech>>
<<speech "Female">>Bob doesn’t know that I know about his Trinder activity. You’re the first girl to say yes. What he doesn’t know is that if he’d asked me about getting a girl for the both of us I would’ve said yes.<</speech>>
<video src="trinw6d.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>I’d be happy to be the be that girl, just let me know.<</speech>>
<video src="trinw6e.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>He may not be a great husband but he’s always been a good fuck.<</speech>>
<img src="trinw6f.jpg">
<<speech "Female">>I’ll be having a long talk with my cheating husband. So if you get a Trinder message from Bob it will be for both of us.<</speech>>
<<speech "Becky">>I understand, thanks, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="food2.jpg">
<<speech "ThoughtsActions">>I need to shower before I do my weekly shop.<</speech>>
<video src="shave.mp4" autoplay loop muted controls height="480px"></video>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Day">>Time to go <<link[[shopping.|shop6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<img src=" pill.jpg">
<<speech "ThoughtsActions">>Shopping is such a chore but you do see some interesting stuff.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="rui2.jpg"><video src="shop1.mp4" autoplay loop muted controls height="180px"></video>
<<case 2>>
<img src="rui1.jpg"><video src="shop2.mp4" autoplay loop muted controls height="180px"></video>
<<case 3>>
<img src="rui1.jpg"><video src="shop3.mp4" autoplay loop muted controls height="180px"></video>
<<case 4>>
<img src="rui3.jpg"><video src="shop4.mp4" autoplay loop muted controls height="180px"></video>
<<case 5>>
<img src="rui2.jpg"><video src="shop5.mp4" autoplay loop muted controls height="180px"></video>
<</switch>>
<<speech "ThoughtsActions">>Time for something [[tasty.|shop6b]]<</speech>>
<<set $cash -= 100>><<speech "ThoughtsActions">>I buy groceries, toiletries and cosmetics. I pay for them from my phone. So hi-tech. I remember to make sure I have some cash for incidentals.<</speech>>
<video src="coff1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I treat myself to something yummy on Saturdays.<</speech>>
<img src="rent.jpg">
<<speech "ThoughtsActions">>Then I pay my weekly rent from my phone. Let my fingers do the walking.<</speech>>
<<speech "Evening">>Time to go <<link [[home.|h35]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash -= 100>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Saturday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p35"
alt="p35" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc35"
alt="cc35" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym35"
alt="gym35" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t35"
alt="t35" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc35]] or ask about [[part-time work.|ccw35]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork35]] or [[quit.|cquit35]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc35]] or ask about [[part-time work.|ccwn35]]<</speech>>
<</if>>
<</nobr>><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h36]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem35]] or ask about [[part-time work.|gyw35]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork35]] or [[quit.|gquit35]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem35]] or ask about [[part-time work.|gymn35]]<</speech>>
<</if>>
<</nobr>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her36"
alt="her36" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his36"
alt="his36" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room36]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h36]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy35]] or [[turn it down|ccc35]] and buy a cup of coffee.<</speech>><<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<<speech "ThoughtsActions">> Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "Night">>Time to go <<link [[home.|h36]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h36]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h36]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h36]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h36]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy35]] or [[turn it down|gyn35]] and go home.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom6"
alt="wom6" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man6"
alt="man6" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h36]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h36]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h36]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h36]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<img src="com15.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj36"
alt="hj36" title="handjob"
coords="142,32,252,158" shape="rect">
<area
data-passage="les36"
alt="les36" title="lesbian"
coords="135,183,253,309" shape="rect">
<area
data-passage="bj36"
alt="bj36" title="blowjob"
coords="275,27,368,161" shape="rect">
<area
data-passage="ga36"
alt="ga36" title="gay"
coords="277,182,369,308" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|sun6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if $mem >=10 && not hasVisited("buy")>><<goto "buy">><</if>>
<img src="dh4.jpg">
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="bj4.gif">
<<case 3>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="emptym.jpg">
<<case 5>>
<img src="emptym.jpg">
<<case 6>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room36]]<</speech>>
<<if not hasVisited("her36a")>><<goto "her36a">><</if>><<speech "ThoughtsActions">>John’s door is ajar.<</speech>>
<img src="teach2.gif">
<<speech "ThoughtsActions">>May be I can find some gay porn on my [[laptop.|room36]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<speech "ThoughtsActions">>Sundays I make myself a traditional breakfast then walk to Ruislip Lido. There's a beach and woodland,<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>I’ll wear my bikini under my clothes.<</speech>>
<img src="bik.jpg">
<<speech "Day">><<link [[Time to go to the beach.|lido6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="gay8.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I'll show this to John, maybe I can improve my oral ability.<</speech>>
<video src="door.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Hey John.<</speech>>
<<speech "John">>Becky, you're supposed to knock.<</speech>>
<video src="wankdoor.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Sorry, I’ve found this on Pornet, I thought you might like it, look.<</speech>>
<video src="gay6.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>What do you think?<</speech>>
<<speech "John">>Not bad, I suppose you want to suck this?<</speech>>
<img src="jdick1.jpg">
<<speech "Becky">>Yes please.<</speech>>
<<speech "John">>Ok.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="oral3.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="oral4.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<img src="oral1.gif">
<</switch>>
<<speech "Becky">>Mmmmmnnnnnmmmmnn.<</speech>>
<<speech "John">>Oh uh uh uh aaaaaaaaah.<</speech>>
<<speech "Becky">>Thanks John, goodnight.<</speech>>
<<speech "John">>Yeah, ok.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|sun6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>>
<<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<img src="lid.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="sand6"
alt="sand6" title="topless"
coords="97,161,300,464" shape="rect">
<area
data-passage="rock6"
alt="rock6" title="nudist"
coords="352,169,541,299" shape="rect">
<area
data-passage="gbay6"
alt="gbay6" title="gay"
coords="353,325,551,464" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Which part of the beach should I go to?<</speech>><video src="beach2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh hello Player, there’s something going on over let’s check it out.<</speech>>
<video src="rox3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh god yes.<</speech>>
<video src="rockmas.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Evening">>Time to go <<link [[home.|h37]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach1.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 4)>>
<<case 1>>
<img src=" nb5.jpg"><img src=" top1.jpg">
<<case 2>>
<img src=" nb5.jpg"><img src=" top2.jpg">
<<case 3>>
<img src=" nb5.jpg"><img src=" beach2.jpg">
<<case 4>>
<img src=" nb5.jpg"><img src=" beach5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Some real hotties come here on Sundays.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="beach.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="beach3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<img src=" beach2b.gif">
<<case 4>>
<video src="beach4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h37]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Sunday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p37"
alt="p37" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc37"
alt="cc37" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym37"
alt="gym37" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t37"
alt="t37" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>>
<img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h38]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem37]] or ask about [[part-time work.|gyw37]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork37]] or [[quit.|gquit37]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem37]] or ask about [[part-time work.|gymn37]]<</speech>>
<</if>>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc37]] or ask about [[part-time work.|ccw37]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork37]] or [[quit.|cquit37]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc37]] or ask about [[part-time work.|ccwn37]]<</speech>>
<</if>>
<</nobr>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her38"
alt="her38" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his38"
alt="his38" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room38]]<</speech>>
<<if $mem >=10 && not hasVisited("buy")>><<goto "buy">><</if>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h38]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy37]] or [[turn it down|ccc37]] and buy a cup of coffee.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<<speech "ThoughtsActions">>Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "ThoughtsActions">>Your getting ready to leave when Amy comes over.<</speech>>
<img src="cp15.jpg">
<<speech "Female">>Hello Becky.<</speech>>
<<speech "Becky">>Hi Amy.<</speech>>
<<speech "Female">>Do you fancy coming to mine?<</speech>>
<<speech "Becky">>That sounds cool.<</speech>>
<img src="shouse.jpg">
<<speech "Becky">>Thanks that was nice, let me do the same for you.<</speech>>
<video src="blond7.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Ooooh god yes, thanks Becky.<</speech>>
<<speech "Becky">>Mmmmmmmmmnnnnmmm.<</speech>>
<video src="blond9.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Aaaaaaaahhllllaaaahhmmmm.<</speech>>
<video src="blond6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>That was wonderful, thank you so much.<</speech>>
<<speech "Becky">>I had a lovely time but I have to go now.<</speech>>
<<speech "Night">> I had a lovely time but I have to <<link [[go now.|h38]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 30>>
<<set $mem += 1>>
<img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h38]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h38]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h38]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h38]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy37]] or [[turn it down|gyn37]] and go home.<</speech>><<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom6b"
alt="wom6b" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man6b"
alt="man6b" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h38]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h38]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h38]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h38]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<img src="com15.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj38"
alt="hj38" title="handjob"
coords="142,32,252,158" shape="rect">
<area
data-passage="les38"
alt="les38" title="lesbian"
coords="135,183,253,309" shape="rect">
<area
data-passage="bj38"
alt="bj38" title="blowjob"
coords="275,27,368,161" shape="rect">
<area
data-passage="ga38"
alt="ga38" title="gay"
coords="277,182,369,308" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|mon7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if hasVisited("buy") && hasVisited("wght")>><<goto "level2">><</if>><<speech "ThoughtsActions">>John’s door is ajar.<</speech>>
<img src="teach2.gif">
<<speech "ThoughtsActions">>Oh my god that's hot. Back to my [[room.|room38]]<</speech>>
<img src="dh4.jpg">
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="bj4.gif">
<<case 3>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="emptym.jpg">
<<case 5>>
<img src="emptym.jpg">
<<case 6>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room38]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w1.jpg"><img src="corn.jpg">
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="dress2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="dress3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Day">>Time to go to <<link [[work.|w39]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if hasVisited("fin")>><<goto "level2">><</if>>
<<if visited("mon7") == 6>><<goto "sat7">><</if>>
<video src="gay5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I'll show this to John, maybe I can improve my oral ability.<</speech>>
<video src="door.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Hey John.<</speech>>
<<speech "John">>Becky, you're supposed to knock.<</speech>>
<video src="wankdoor.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Sorry, I’ve found this on Pornet, I thought you might like it, look.<</speech>>
<video src="gay7.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>What do you think?<</speech>>
<<speech "John">>Not bad, I suppose you want to suck this?<</speech>>
<img src="jdick1.jpg">
<<speech "Becky">>Yes please.<</speech>>
<<speech "John">>Ok.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="oral3.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="oral4.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<img src="oral1.gif">
<</switch>>
<<speech "Becky">>Mmmmmnnnnnmmmmnn.<</speech>>
<<speech "John">>Oh uh uh uh aaaaaaaaah.<</speech>>
<<speech "Becky">>Thanks John, goodnight.<</speech>>
<<speech "John">>Yeah, ok.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|mon7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>>
<<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="office.jpg"><img src="office1.jpg">
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<switch random(1, 3)>>
<<case 1>>
<img src="files1.jpg"><img src="om1.jpg">
<<case 2>>
<img src="files1.jpg"><img src="om2.jpg">
<<case 3>>
<img src="files1.jpg"><img src="om5.jpg">
<</switch>><<switch random(1, 2)>>
<<case 1>>
<<speech "ThoughtsActions">>Time for lunch. I don’t see anyone I know well so I eat on my own.<</speech>>
<video src="cant.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Time for lunch. I see Nikki so I eat with her.<</speech>>
<img src="cant.jpg"><img src="cant2.jpg">
<</switch>>
<<speech "ThoughtsActions">>[[Back to work.|w39b]]<</speech>>
<<if visited("w39") == 5>><<set $cash += 200>><</if>><<speech "ThoughtsActions">>I wish the men looked at me the way they look at her.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h39]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("w39b") == 4>><<goto "altw39b">><</if>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<<speech "ThoughtsActions">>Nothing on Trinder. Should I go jogging in Ruislip Woods, get a coffee, check out the gym or chill out and watch TV in the shared living room.<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p39"
alt="p39" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc39"
alt="cc39" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym39"
alt="gym39" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t39"
alt="t39" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local coffee shop.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc39]] or ask about [[part-time work.|ccw39]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc39]] or ask about [[part-time work.|ccwn39]]<</speech>>
<</if>>
<</nobr>>
<<if hasVisited("buy")>><<goto "gymw7">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem39]] or ask about [[part-time work.|gyw39]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem39]] or ask about [[part-time work.|gymn39]]<</speech>>
<</if>>
<</nobr>>
<<if hasVisited("buy")>><<goto "gymw7">><</if>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her40"
alt="her40" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his40"
alt="his40" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room40]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>The coffee is good here.<</speech>>
<<switch random(1, 4)>>
<<case 1>>
<img src="cp6.jpg"><img src="cus1.jpg">
<<case 2>>
<img src="cp7.jpg"><img src="cus1.jpg">
<<case 3>>
<img src="cp8.jpg"><img src="cus1.jpg">
<<case 4>>
<img src="cp9.jpg"><img src="cus1.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if not hasVisited("coff1") && not hasVisited("coff3") && not hasVisited("coff5")>><<goto "coff5">><</if>>
<<if hasVisited("coff1") || hasVisited("coff3") || hasVisited("coff5") && not hasVisited("coff6")>><<goto "coff6">><</if>>
<<hasVisited("coff4") || hasVisited("coff6") && not hasVisited("coff7")>><<goto "coff7">><</if>>
<<if hasVisited("coff7")>><<goto "coff7a">><</if>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy39]] or [[turn it down|ccc39]] and buy a cup of coffee.<</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy39]] or [[turn it down|mem39]] and go home.<</speech>>
<img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><<nobr>>
<img src="com15.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj40"
alt="hj40" title="handjob"
coords="142,32,252,158" shape="rect">
<area
data-passage="les40"
alt="les40" title="lesbian"
coords="135,183,253,309" shape="rect">
<area
data-passage="bj40"
alt="bj40" title="blowjob"
coords="275,27,368,161" shape="rect">
<area
data-passage="ga40"
alt="ga40" title="gay"
coords="277,182,369,308" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|mon7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="dh4.jpg">
<<speech "ThoughtsActions">>John’s left his door open. Let’s take a peek.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="john1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="john3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="john4.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<img src="john2.gif">
<</switch>>
<<speech "ThoughtsActions">>Wow that's hot. Back to my [[room.|room40]]<</speech>><img src="dh4.jpg">
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="bj4.gif">
<<case 3>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="emptym.jpg">
<<case 5>>
<img src="emptym.jpg">
<<case 6>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room40]]<</speech>>
<<if not hasVisited("her36") && not hasVisited("her40a")>><<goto "her40a">><</if>><video src="gay3.mp4" autoplay loop muted controls height="360px"></video>
<<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What’s that?<</speech>>
<img src="parklook320.gif"><img src="park1.jpg">
<<speech "ThoughtsActions">>My god, she’s gorgeous.<</speech>>
<video src="w26.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Oh my god oh my god.<</speech>>
<video src="w6ba.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Ohhhhhhhh, yes, yes, mmmmm.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="pmass.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="pmass.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<img src="pmass2.gif">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What’s that?<</speech>>
<img src="parklook320.gif"><img src="park1.jpg">
<<speech "ThoughtsActions">>Oooooh, lucky cow.<</speech>>
<video src="w61.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Ohhhhhhhh, yes, yes, mmmmm.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="pmass.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="pmass.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<img src="pmass2.gif">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<<nobr>>
<img src="trin9.jpg" usemap="#image-map">
<map name="image-map">
<area
data-passage="trin16"
alt="trin16" title="yes"
coords="25,327,120,431" shape="rect">
<area
data-passage="h39"
alt="h39" title="no"
coords="145,327,240,423" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>A couple, should I go for it?<</speech>>
<img src="coupapt.jpg">
<<speech "ThoughtsActions">>The fanciest flats in Ruislip, I’d better be on my best behaviour.<</speech>>
<<speech "Becky">>Hi, I’m Becky your Trinder date.<</speech>>
<<speech "Male">>My wife’s in the shower. Take a look. What do you think?<</speech>>
<video src="tcoup.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Wow, yes please.<</speech>>
<video src="tcoup2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Well you’re pretty, good job Jerry.<</speech>>
<<speech "Becky">>Errr, thanks.<</speech>>
<video src="tcoup3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Having fun dear?<</speech>>
<<speech "Becky">>Oh yes.<</speech>>
<video src="tcoup4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Aaaaaaah, oh yes.<</speech>>
<video src="tcoup5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Mmmmmmmmmnnnnmm.<</speech>>
<video src="tcoup6.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Guh guh guh.<</speech>>
<video src="tcoup7.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>You did you very well dear, we’ll be in touch if we fancy a repeat.<</speech>>
<<speech "Becky">>I understand, thanks, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>As I’m enjoying my coffee a girl comes over.<</speech>>
<img src="cp21.jpg">
<<speech "Female">>Hi I’m Jo, can I talk to you.<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>The thing is I come here a lot because I live just up the road, not because it’s errr.....<</speech>>
<<speech "Becky">>Female friendly?<</speech>>
<<speech "Female">>Yes, and everyone I talk to says you’re really nice and err… helpful.<</speech>>
<<speech "Becky">>Thanks.<</speech>>
<<speech "Female">>Well, errr.. I’ve been looking at stuff on the internet and I’m errr… curious about what it would like to do it in real life.<</speech>>
<<speech "Becky">>Ok, I’ll help you. Finish your coffee and take me to yours.<</speech>>
<<speech "Female">>Now?<</speech>>
<<speech "Becky">>Why not?<</speech>>
<<speech "Female">>Wow, ok thanks.<</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>We go to Jo’s flat.<</speech>>
<img src="lizapt.jpg">
<<speech "Female">>I’m nervous but I’m ready.<</speech>>
<img src="liz3.jpg"><img src="liz1.jpg">
<<speech "Becky">>Don’t worry, we’ll take it easy.<</speech>>
<video src="liz2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Mmmmmmmnnnnnmm.<</speech>>
<<speech "Female">>Oh my god, oh fuck, yes.<</speech>>
<video src="liz3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Ooooh, I’ve wondered what this would feel like.<</speech>>
<video src="liz4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Thanks Becky that was wonderful.<</speech>>
<img src="liz4.jpg">
<<speech "Becky">>Ok Jo, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h28]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>The coffee is good here.<</speech>>
<<switch random(1, 4)>>
<<case 1>>
<img src="cp6.jpg"><img src="cus1.jpg">
<<case 2>>
<img src="cp7.jpg"><img src="cus1.jpg">
<<case 3>>
<img src="cp8.jpg"><img src="cus1.jpg">
<<case 4>>
<img src="cp9.jpg"><img src="cus1.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h28]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>As I’m enjoying my coffee a girl comes over.<</speech>>
<img src="cp21.jpg">
<<speech "Female">>Hi I’m Jo, can I talk to you.<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>The thing is I come here a lot because I live just up the road, not because it’s errr.....<</speech>>
<<speech "Becky">>Female friendly?<</speech>>
<<speech "Female">>Yes, and everyone I talk to says you’re really nice and err… helpful.<</speech>>
<<speech "Becky">>Thanks.<</speech>>
<<speech "Female">>Well, errr.. I’ve been looking at stuff on the internet and I’m errr… curious about what it would like to do it in real life.<</speech>>
<<speech "Becky">>Ok, I’ll help you. Finish your coffee and take me to yours.<</speech>>
<<speech "Female">>Now?<</speech>>
<<speech "Becky">>Why not?<</speech>>
<<speech "Female">>Wow, ok thanks.<</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>We go to Jo’s flat.<</speech>>
<img src="lizapt.jpg">
<<speech "Female">>I’m nervous but I’m ready.<</speech>>
<img src="liz3.jpg"><img src="liz1.jpg">
<<speech "Becky">>Don’t worry, we’ll take it easy.<</speech>>
<video src="liz2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Mmmmmmmnnnnnmm.<</speech>>
<<speech "Female">>Oh my god, oh fuck, yes.<</speech>>
<video src="liz3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Ooooh, I’ve wondered what this would feel like.<</speech>>
<video src="liz4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Thanks Becky that was wonderful.<</speech>>
<img src="liz4.jpg">
<<speech "Becky">>Ok Jo, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>As I’m enjoying my coffee Jo comes over.<</speech>>
<img src="cp21.jpg">
<<speech "Female">>Hi Becky, how are you?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>The thing is I was wonering if you wanted to back to mine today?<</speech>>
<<speech "Becky">>Ok. let's go.<</speech>>
<img src="lizapt.jpg">
<<speech "ThoughtsActions">>We go to Jo’s flat.<</speech>>
<video src="liz2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Mmmmmmmnnnnnmm.<</speech>>
<<speech "Female">>Oh my god, oh fuck, yes.<</speech>>
<video src="liz3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>I want to try.<</speech>>
<video src="liz1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Thanks Becky that was amazing.<</speech>>
<img src="liz4.jpg">
<<speech "Becky">>Ok Jo, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>The coffee is good here.<</speech>>
<<switch random(1, 4)>>
<<case 1>>
<img src="cp6.jpg"><img src="cus1.jpg">
<<case 2>>
<img src="cp7.jpg"><img src="cus1.jpg">
<<case 3>>
<img src="cp8.jpg"><img src="cus1.jpg">
<<case 4>>
<img src="cp9.jpg"><img src="cus1.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>As I’m enjoying my coffee a girl comes over.<</speech>>
<img src="cp21.jpg">
<<speech "Female">>Hi I’m Jo, can I talk to you.<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>The thing is I come here a lot because I live just up the road, not because it’s errr.....<</speech>>
<<speech "Becky">>Female friendly?<</speech>>
<<speech "Female">>Yes, and everyone I talk to says you’re really nice and err… helpful.<</speech>>
<<speech "Becky">>Thanks.<</speech>>
<<speech "Female">>Well, errr.. I’ve been looking at stuff on the internet and I’m errr… curious about what it would like to do it in real life.<</speech>>
<<speech "Becky">>Ok, I’ll help you. Finish your coffee and take me to yours.<</speech>>
<<speech "Female">>Now?<</speech>>
<<speech "Becky">>Why not?<</speech>>
<<speech "Female">>Wow, ok thanks.<</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>We go to Jo’s flat.<</speech>>
<img src="lizapt.jpg">
<<speech "Female">>I’m nervous but I’m ready.<</speech>>
<img src="liz3.jpg"><img src="liz1.jpg">
<<speech "Becky">>Don’t worry, we’ll take it easy.<</speech>>
<video src="liz2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Mmmmmmmnnnnnmm.<</speech>>
<<speech "Female">>Oh my god, oh fuck, yes.<</speech>>
<video src="liz3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Ooooh, I’ve wondered what this would feel like.<</speech>>
<video src="liz4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Thanks Becky that was wonderful.<</speech>>
<img src="liz4.jpg">
<<speech "Becky">>Ok Jo, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>The coffee is good here.<</speech>>
<<switch random(1, 4)>>
<<case 1>>
<img src="cp6.jpg"><img src="cus1.jpg">
<<case 2>>
<img src="cp7.jpg"><img src="cus1.jpg">
<<case 3>>
<img src="cp8.jpg"><img src="cus1.jpg">
<<case 4>>
<img src="cp9.jpg"><img src="cus1.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>As I’m enjoying my coffee Jo comes over.<</speech>>
<img src="cp21.jpg">
<<speech "Female">>Hi Becky, how are you?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>The thing is I was wonering if you wanted to back to mine today?<</speech>>
<<speech "Becky">>Ok. let's go.<</speech>>
<img src="lizapt.jpg">
<<speech "ThoughtsActions">>We go to Jo’s flat.<</speech>>
<video src="liz2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Mmmmmmmnnnnnmm.<</speech>>
<<speech "Female">>Oh my god, oh fuck, yes.<</speech>>
<video src="liz3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Have you seen this on the internet?.<</speech>>
<<speech "Female">>Oh my god, oh fuck, yes.<</speech>>
<video src="liz5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Thanks Becky that was insane.<</speech>>
<img src="liz4.jpg">
<<speech "Becky">>Ok Jo, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>As I’m enjoying my coffee Jo comes over.<</speech>>
<img src="cp21.jpg">
<<speech "Female">>Hi Becky, how are you?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>The thing is I was wonering if you wanted to back to mine today?<</speech>>
<<speech "Becky">>Ok. let's go.<</speech>>
<img src="lizapt.jpg">
<<speech "ThoughtsActions">>We go to Jo’s flat.<</speech>>
<video src="liz2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Mmmmmmmnnnnnmm.<</speech>>
<<speech "Female">>Oh my god, oh fuck, yes.<</speech>>
<video src="liz3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>I want to try.<</speech>>
<video src="liz1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Thanks Becky that was amazing.<</speech>>
<img src="liz4.jpg">
<<speech "Becky">>Ok Jo, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="spy2.jpg"><img src="empty.jpg">
<<speech "ThoughtsActions">>Back to my [[room.|room9]]<</speech>><img src="spy2.jpg"><img src="empty.jpg">
<<speech "ThoughtsActions">>Back to my [[room.|room2]]<</speech>><<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>>
<video src="w5a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>She’s pulled one of those muscly tattoo guys.<</speech>>
<video src="w5b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Well, he’s certainly fit. Lucky cow.<</speech>>
<video src="w5c.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow. I need to get myself [[off.|room40]]<</speech>><<speech "ThoughtsActions">>Is that buzzing what I think it is.<</speech>>
<video src="vib1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Is that a vibrator?<</speech>>
<<speech "Emma">>Yeah, it’s great, do you want a go?<</speech>>
<<speech "Becky">>Fuck yeah.<</speech>>
<<speech "Emma">>Eat me.<</speech>>
<<speech "Becky">>Good idea.<</speech>>
<video src="vib2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Emma">>Here, do us both.<</speech>>
<video src="vib3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Emma">>Now shove two fingers in.<</speech>>
<video src="vib4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, that was fun [[goodnight.|room34]]<</speech>><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise. I haven’t got a gym membership yet but jogging is free.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<if visited() == 2>><<goto "altp39">><</if>><img src="rw.jpg"><img src="jog.jpg">
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What’s that?<</speech>>
<img src="parklook320.gif"><img src="park1.jpg">
<<speech "ThoughtsActions">>Wow.<</speech>>
<video src="pw7a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Oh my god oh my god.<</speech>>
<video src="pw7b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Ohhhhhhhh, yes, yes, mmmmm.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="pmass.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="pmass.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<img src="pmass2.gif">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="food8.jpg">
<<speech "ThoughtsActions">>I need to shower before I do my weekly shop.<</speech>>
<video src="shave.mp4" autoplay loop muted controls height="480px"></video>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Day">>Time to go <<link[[shopping.|shop7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<img src=" makeup.jpg">
<<speech "ThoughtsActions">>Shopping is such a chore but you do see some interesting stuff.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="rui2.jpg"><video src="shop1.mp4" autoplay loop muted controls height="180px"></video>
<<case 2>>
<img src="rui1.jpg"><video src="shop2.mp4" autoplay loop muted controls height="180px"></video>
<<case 3>>
<img src="rui1.jpg"><video src="shop3.mp4" autoplay loop muted controls height="180px"></video>
<<case 4>>
<img src="rui3.jpg"><video src="shop4.mp4" autoplay loop muted controls height="180px"></video>
<<case 5>>
<img src="rui2.jpg"><video src="shop5.mp4" autoplay loop muted controls height="180px"></video>
<</switch>>
<<speech "ThoughtsActions">>Time for something [[tasty.|shop7b]]<</speech>>
<<set $cash -= 100>><<speech "ThoughtsActions">>I buy groceries, toiletries and cosmetics. I pay for them from my phone. So hi-tech. I remember to make sure I have some cash for incidentals.<</speech>>
<video src="coff1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I treat myself to something yummy on Saturdays.<</speech>>
<img src="rent.jpg">
<<speech "ThoughtsActions">>Then I pay my weekly rent from my phone. Let my fingers do the walking.<</speech>>
<<speech "Evening">>Time to go <<link [[home.|h41]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash -= 100>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Saturday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p41"
alt="p41" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc41"
alt="cc41" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym41"
alt="gym41" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t41"
alt="t41" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>>
<img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise. I haven’t got a gym membership yet but jogging is free.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h42]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem41]] or ask about [[part-time work.|gyw41]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork41]] or [[quit.|gquit41]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem41]] or ask about [[part-time work.|gymn41]]<</speech>>
<</if>>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc41]] or ask about [[part-time work.|ccw41]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork41]] or [[quit.|cquit41]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc41]] or ask about [[part-time work.|ccwn41]]<</speech>>
<</if>>
<</nobr>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her42"
alt="her42" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his42"
alt="his42" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room42]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h42]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy41]] or [[turn it down|ccc41]] and buy a cup of coffee.<</speech>><<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<<speech "ThoughtsActions">> Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "Night">>Time to go <<link [[home.|h42]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h42]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h42]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h42]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h42]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy41]] or [[turn it down|gyn41]] and go home.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom7"
alt="wom7" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man7"
alt="man7" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h42]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h42]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h42]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h42]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<img src="com15.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj42"
alt="hj42" title="handjob"
coords="142,32,252,158" shape="rect">
<area
data-passage="les42"
alt="les42" title="lesbian"
coords="135,183,253,309" shape="rect">
<area
data-passage="bj42"
alt="bj42" title="blowjob"
coords="275,27,368,161" shape="rect">
<area
data-passage="ga42"
alt="ga42" title="gay"
coords="277,182,369,308" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|sun7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if $mem >=10 && not hasVisited("buy")>><<goto "buy">><</if>>
<<speech "ThoughtsActions">>John’s door is ajar.<</speech>>
<img src="teach2.gif">
<<speech "ThoughtsActions">>May be I can find some gay porn on my [[laptop.|room42]]<</speech>><<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>>
<video src="w5a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>She’s pulled one of those muscly tattoo guys.<</speech>>
<video src="w5b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Well, he’s certainly fit. Lucky cow.<</speech>>
<video src="w5c.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow. I need to get myself [[off.|room42]]<</speech>>
<<if not hasVisited("her36") && not hasVisited("her40a") && not hasVisited("her42a")>><<goto "her42a">><</if>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<speech "ThoughtsActions">>Sundays I make myself a traditional breakfast then walk to Ruislip Lido. There's a beach and woodland,<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>I’ll wear my bikini under my clothes.<</speech>>
<img src="bik.jpg">
<<speech "Day">><<link [[Time to go to the beach.|lido7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="gay8.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I'll show this to John, maybe I can improve my oral ability.<</speech>>
<video src="door.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Hey John.<</speech>>
<<speech "John">>Becky, you're supposed to knock.<</speech>>
<video src="wankdoor.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Sorry, I’ve found this on Pornet, I thought you might like it, look.<</speech>>
<video src="gay6.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>What do you think?<</speech>>
<<speech "John">>Not bad, I suppose you want to suck this?<</speech>>
<img src="jdick1.jpg">
<<speech "Becky">>Yes please.<</speech>>
<<speech "John">>Ok.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="oral3.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="oral4.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<img src="oral1.gif">
<</switch>>
<<speech "Becky">>Mmmmmnnnnnmmmmnn.<</speech>>
<<speech "John">>Oh uh uh uh aaaaaaaaah.<</speech>>
<<speech "Becky">>Thanks John, goodnight.<</speech>>
<<speech "John">>Yeah, ok.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|sun7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>>
<video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<img src="lid.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="sand7"
alt="sand7" title="topless"
coords="97,161,300,464" shape="rect">
<area
data-passage="rock7"
alt="rock7" title="nudist"
coords="352,169,541,299" shape="rect">
<area
data-passage="gbay7"
alt="gbay7" title="gay"
coords="353,325,551,464" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Which part of the beach should I go to?<</speech>><video src="beach1.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 4)>>
<<case 1>>
<img src=" nb5.jpg"><img src=" top1.jpg">
<<case 2>>
<img src=" nb5.jpg"><img src=" top2.jpg">
<<case 3>>
<img src=" nb5.jpg"><img src=" beach2.jpg">
<<case 4>>
<img src=" nb5.jpg"><img src=" beach5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Some real hotties come here on Sundays.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="beach.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="beach3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<img src=" beach2b.gif">
<<case 4>>
<video src="beach4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h43]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh hello Player, they look hot, let’s check them out.<</speech>>
<video src="rox7c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Oh my god.<</speech>>
<video src="rox7.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Yummy, that’s sexy.<</speech>>
<video src="rox7b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Oh god yes.<</speech>>
<img src="bwalk2.gif"><img src="bwalk.gif">
<<speech "Evening">>Time to go <<link [[home.|h43]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Sunday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p43"
alt="p43" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc43"
alt="cc43" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym43"
alt="gym43" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t43"
alt="t43" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc43]] or ask about [[part-time work.|ccw43]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork43]] or [[quit.|cquit43]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc43]] or ask about [[part-time work.|ccwn43]]<</speech>>
<</if>>
<</nobr>>
<img src="rw.jpg"><img src="jog.jpg">
<<speech "ThoughtsActions">>If I want to lose weight I have to exercise.<</speech>>
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h44]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem43]] or ask about [[part-time work.|gyw43]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork43]] or [[quit.|gquit43]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem43]] or ask about [[part-time work.|gymn43]]<</speech>>
<</if>>
<</nobr>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her44"
alt="her44" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his44"
alt="his44" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room44]]<</speech>>
<<if $mem >=10 && not hasVisited("buy")>><<goto "buy">><</if>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h44]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy43]] or [[turn it down|ccc43]] and buy a cup of coffee.<</speech>><<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<<speech "ThoughtsActions">>Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "ThoughtsActions">>Your getting ready to leave when Amy comes over.<</speech>>
<img src="cp10.jpg">
<<speech "Female">>Hello Becky.<</speech>>
<<speech "Becky">>Hi Lin.<</speech>>
<<speech "Female">>My boyfriend’s at the flat, do you want to come?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<video src="chink7.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>This is hot!<</speech>>
<video src="chink8.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">> We have fun, then I get dressed, say my goodbyes and go <<link [[home.|h44]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 30>>
<<set $mem += 1>>
<img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h44]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h44]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h44]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h44]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy43]] or [[turn it down|gyn43]] and go home.<</speech>><<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom7b"
alt="wom7b" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man7b"
alt="man7b" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h44]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h44]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h44]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h44]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<img src="com15.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj44"
alt="hj44" title="handjob"
coords="142,32,252,158" shape="rect">
<area
data-passage="les44"
alt="les44" title="lesbian"
coords="135,183,253,309" shape="rect">
<area
data-passage="bj44"
alt="bj44" title="blowjob"
coords="275,27,368,161" shape="rect">
<area
data-passage="ga44"
alt="ga44" title="gay"
coords="277,182,369,308" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if hasVisited("buy") && hasVisited("wght")>><<goto "level2">><</if>><<speech "ThoughtsActions">>John’s door is ajar.<</speech>>
<img src="teach2.gif">
<<speech "ThoughtsActions">>Oh my god that's hot. Back to my [[room.|room44]]<</speech>>
<img src="dh4.jpg">
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="bj4.gif">
<<case 3>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="emptym.jpg">
<<case 5>>
<img src="emptym.jpg">
<<case 6>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room44]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w1.jpg"><img src="corn.jpg">
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="dress2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="dress3.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Day">>Time to go to <<link [[work.|w45]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<<if visited() == 6>><<goto "sat8">><</if>>
<<if visited() == 12>><<goto "sat8">><</if>>
<<if visited() == 18>><<goto "sat8">><</if>>
<<if visited() == 24>><<goto "sat8">><</if>>
<<if visited() == 30>><<goto "sat8">><</if>>
<<if visited() == 36>><<goto "sat8">><</if>>
<<if visited() == 37>><<goto "week37">><</if>>
<</nobr>><video src="gay5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I'll show this to John, maybe I can improve my oral ability.<</speech>>
<video src="door.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Hey John.<</speech>>
<<speech "John">>Becky, you're supposed to knock.<</speech>>
<video src="wankdoor.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Sorry, I’ve found this on Pornet, I thought you might like it, look.<</speech>>
<video src="gay7.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>What do you think?<</speech>>
<<speech "John">>Not bad, I suppose you want to suck this?<</speech>>
<img src="jdick1.jpg">
<<speech "Becky">>Yes please.<</speech>>
<<speech "John">>Ok.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="oral3.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="oral4.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<img src="oral1.gif">
<</switch>>
<<speech "Becky">>Mmmmmnnnnnmmmmnn.<</speech>>
<<speech "John">>Oh uh uh uh aaaaaaaaah.<</speech>>
<<speech "Becky">>Thanks John, goodnight.<</speech>>
<<speech "John">>Yeah, ok.<</speech>>
<<speech "Morning">>Time to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>>
<<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach2.mp4" autoplay loop muted controls height="480px"></video>
<img src="topp.jpg">
<<speech "Becky">>Oh hello Player, there’s something going on over let’s check it out.<</speech>>
<video src="gaze4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Mmmmmm, let’s follow them Player.<</speech>>
<video src="gaze2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Oh god yes.<</speech>>
<img src="bwalk2.gif"><img src="bwalk.gif">
<<speech "Evening">>Time to go <<link [[home.|h7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach2.mp4" autoplay loop muted controls height="480px"></video>
<img src="topp.jpg">
<<speech "Becky">>Oh hello Player, there’s something going on over let’s check it out.<</speech>>
<video src="gaze4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Mmmmmm, let’s follow them Player.<</speech>>
<video src="gaze3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Oh god yes.<</speech>>
<img src="bwalk2.gif"><img src="bwalk.gif">
<<speech "Evening">>Time to go <<link [[home.|h13]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach2.mp4" autoplay loop muted controls height="480px"></video>
<img src="topp.jpg">
<<speech "Becky">>Oh hello Player, there’s something going on over let’s check it out.<</speech>>
<video src="gaze4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Mmmmmm, let’s follow them Player.<</speech>>
<video src="gaze5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Oh god yes.<</speech>>
<img src="bwalk2.gif"><img src="bwalk.gif">
<<speech "Evening">>Time to go <<link [[home.|h19]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach2.mp4" autoplay loop muted controls height="480px"></video>
<img src="topp.jpg">
<<speech "Becky">>Oh hello Player, there’s something going on over let’s check it out.<</speech>>
<video src="gaze20.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, amazing. I have to talk to him.<</speech>>
<video src="gaze21.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Hello, you have a beautiful body.<</speech>>
<<speech "Male">>Thanks.<</speech>>
<<speech "Becky">>Would you mind if I sucked your cock.<</speech>>
<<speech "Male">>You know that this is the gay beach.<</speech>>
<<speech "Becky">>I know, but if you close your eyes you can pretend I’m a man.<</speech>>
<video src="sand6b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Uh uh uh uh aaaah. Thanks.<</speech>>
<<speech "Becky">>That was nice, bye.<</speech>>
<video src="gaze22.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Evening">>Time to go <<link [[home.|h25]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>><video src="beach2.mp4" autoplay loop muted controls height="480px"></video>
<img src="topp.jpg">
<<speech "Becky">>Oh hello Player, there’s something going on over let’s check it out.<</speech>>
<video src="gaze10.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Ooh that’s hot.<</speech>>
<video src="gaze11.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Evening">>Time to go <<link [[home.|h31]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach2.mp4" autoplay loop muted controls height="480px"></video>
<img src="topp.jpg">
<<speech "Becky">>Oh hello Player, there’s something going on over let’s check it out.<</speech>>
<video src="bgay1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Mmmmmm, let’s follow them Player.<</speech>>
<video src="bgay2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Oh god yes.<</speech>>
<img src="bwalk2.gif"><img src="bwalk.gif">
<<speech "Evening">>Time to go <<link [[home.|h37]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach2.mp4" autoplay loop muted controls height="480px"></video>
<img src="topp.jpg">
<<speech "Becky">>Oh hello Player, there’s something going on over let’s check it out.<</speech>>
<video src="gaze4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Mmmmmm, let’s follow them Player.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="gaze2.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="gaze3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="gaze5.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Becky">>Oh god yes.<</speech>>
<img src="bwalk2.gif"><img src="bwalk.gif">
<<speech "Evening">>Time to go <<link [[home.|h43]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing. Time to start work.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "Becky">>Let's pick up towels in the womens weight room.<</speech>>
<video src="gles1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I looks like one the ladies is giving her friend some stress relief.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing. Time to start work.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>So this is the men’s weight room. It’s like they don’t even see me.<</speech>>
<video src="gymma.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, I might like this job. <</speech>>
<<speech "Night">>Time to go <<link [[home.|h6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing. Time to start work.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>I’ll put some fresh towels in the men’s weight room.<</speech>>
<video src="gymmb.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>It’s like they don’t even see me. Oh my god.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<<speech "ThoughtsActions">>Oh my god.<</speech>>
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing. Time to start work.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>Oh my god, that looks so tasty.<</speech>>
<video src="wom1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, he’s got a great bod.<</speech>>
<video src="wom1bb.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, I'm so jealous.<</speech>>
<video src="wom1bc.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I’m so horny.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<<speech "ThoughtsActions">>Oh my god.<</speech>>
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>They're having fun.<</speech>>
<video src="wom2a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>They just don't care who's looking.<</speech>>
<video src="wom2b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Back to work.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h12]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Becky">>Hello Player, let's pick up towels in the men's weight room.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>Oh my god.<</speech>>
<video src="gw1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>What do you want?<</speech>>
<<speech "Becky">>Sorry, do you need a hand?<</speech>>
<<speech "Male">>No, but you can watch if you want.<</speech>>
<video src="gw2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Thanks.<</speech>>
<video src="gw3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Did you like that?<</speech>>
<<speech "Becky">>Yes, thank you.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<<speech "ThoughtsActions">>Oh my god, oh my god.<</speech>>
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h12]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>They're having fun.<</speech>>
<video src="wom2b1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Horny bitches.<</speech>>
<video src="wom2b2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, she’s getting a pounding.<</speech>>
<video src="wom2b3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Great cock, lucky bitches.<</speech>>
<video src="wom2b4.mp4" autoplay loop muted controls height="360px"></video>
<img src="bog2.jpg"><img src="bog3.jpg">
<<speech "ThoughtsActions">>Oh my god.<</speech>>
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h14]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<img src="lockm1.gif">
<<speech "ThoughtsActions">>It’s like they don’t even see me. Oh my god.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<<speech "ThoughtsActions">>Oh my god.<</speech>>
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h14]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Becky">>Hello Player, I’m collecting towels in the men’s weight room. It looks like a couple of the boys are getting frisky, let’s take a look.<</speech>>
<video src="gsat4a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>What do you want towel girl.<</speech>>
<<speech "Becky">>I’m just collecting towels, but you both look very hot.<</speech>>
<video src="gsat4b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Uuuh, ok, if you keep quiet you can watch.<</speech>>
<video src="gsat4c.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Is this turning you on towel girl?<</speech>>
<<speech "Becky">>Oh yes.<</speech>>
<video src="gsat4d.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>I just came in his mouth. How do you feel now?<</speech>>
<<speech "Becky">>Thanks bye, oh god.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<<speech "ThoughtsActions">>Oh my god, oh my god.<</speech>>
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h18]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<video src="wom3b1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>They're having fun.<</speech>>
<video src="wom3b2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Horny bitches.<</speech>>
<video src="wom3b3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>That looks yummy.<</speech>>
<video src="wom3b4.mp4" autoplay loop muted controls height="360px"></video>
<img src="bog2.jpg"><img src="bog3.jpg">
<<speech "ThoughtsActions">>Oh my god.<</speech>>
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "Becky">>Hello Player, let's pick up towels in the men's fitness room. She shouldn't be in here the snecky bitch.<</speech>>
<video src="fit1a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What a slutty bitch, I want be just like her.<</speech>>
<video src="fit1b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Harder, oh yes.<</speech>>
<video src="fit1c.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Ah, that’s sweet, I hope he can taste his own cock. Back to work.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "Night">>Time to go <<link [[home.|h20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>They're having fun.<</speech>>
<video src="wom3a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>Time to go <<link [[home.|h18]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>They're having fun.<</speech>>
<video src="wom4b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I want to look like her.<</speech>>
<video src="wom4a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>Time to go <<link [[home.|h24]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Becky">>Hello Player, I’m collecting towels in the men’s weight room. It looks like a couple of the boys are getting frisky, let’s take a look.<</speech>>
<video src="g5sat.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Oh my god, oh my god.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh. Back to work Player.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "Night">>Time to go <<link [[home.|h24]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<video src="wom4b1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Ooh that’s hot.<</speech>>
<video src="wom4b2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I’d love to ride that cock.<</speech>>
<video src="wom4b3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Great cock, lucky bitches.<</speech>>
<video src="wom4b4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Ooh that looks yummy.<</speech>>
<video src="wom4b5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Oh my god, oh my god.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh. Back to work Player.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h26]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>Ooh that’s hot.<</speech>>
<video src="gm7.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Oh my god, oh my god.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh. Back to work Player.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h26]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Hello Player, I’m collecting towels in the women’s locker room. It looks like a couple of the girls are getting frisky, let’s take a look.<</speech>>
<video src="g5sun.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Back to work Player.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "Night">>Time to go <<link [[home.|h30]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<video src="gm5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Ooh that’s hot.<</speech>>
<video src="gm5b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I’m so wet.<</speech>>
<video src="gm5c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Oh my god, oh my god.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh. Back to work Player.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h30]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<video src="gm9.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Ooh that looks yummy.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h32]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>I want to look like her.<</speech>>
<video src="wom5b1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I want to get pounded like that.<</speech>>
<video src="wom5b2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Oh my god, oh my god.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh. Back to work Player.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h32]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "Male">>Hey towel girl, do you think we look good?<</speech>>
<video src="gm6b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>You look amazing.<</speech>>
<<speech "Male">>That’s because we’re strippers. Watch this.<</speech>>
<video src="gm6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Oh my god, oh my god.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh. Back to work Player.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h36]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>I wouldn’t mind getting eaten like that.<</speech>>
<video src="wom8b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>Time to go <<link [[home.|h38]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing. Time to start work.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>I’ll put some fresh towels in the men’s weight room.<</speech>>
<video src="gymmb.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>It’s like they don’t even see me. Oh my god.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<<speech "ThoughtsActions">>Oh my god.<</speech>>
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h38]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>They look familiar.<</speech>>
<video src="wom6a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>Time to go <<link [[home.|h36]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>Young men having fun.<</speech>>
<video src="gm8.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Ooh that’s hot.<</speech>>
<video src="gm8b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>It’s like they don’t even see me. Oh my god.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<<speech "ThoughtsActions">>Oh my god.<</speech>>
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h42]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<video src="wom7b1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, a finger fuck. And she came. Lucky cow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h44]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<video src="gm10.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>It’s like they don’t even see me. Oh my god.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<<speech "ThoughtsActions">>Oh my god.<</speech>>
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h44]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<speech "ThoughtsActions">>Horny bitches<</speech>>
<video src="wom7a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Time to go <<link [[home.|h42]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h2alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h4alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 1>><<goto "t2alt">><</if>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h6alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time to do <<link [[something else.|h10alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 1>><<goto "t9alt">><</if>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h8alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h14alt2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h16alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 1>><<goto "t15alt">><</if>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h12alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h20alt2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h18alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h22alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 1>><<goto "t21alt">><</if>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h28alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 1>><<goto "t27alt">><</if>>
<<if visited() == 2>><<goto "t27altb">><</if>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h24alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h26alt2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h30alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h32altb]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h34alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 1>><<goto "t33alt">><</if>>
<<if visited() == 2>><<goto "t33altb">><</if>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h38alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h36alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h40alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 1>><<goto "t39alt">><</if>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h44alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h42alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Becky">>Hi Billy. I'm horny, let's make some content.<</speech>>
<video src="only1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Uh ok, Becky.<</speech>>
<video src="only5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Thanks Billy.<</speech>>
<<speech "Night">>I'll upload this later. Time for a <<link [[shower.|h40alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Becky">>Hi Billy. Go in my bedroom. I'll be right there.<</speech>>
<video src="only3a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Uh ok, Becky.<</speech>>
<video src="only4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Thanks, sorry I couldn’t make you cum, you can fuck me if you want.<</speech>>
<<speech "Male">>Can I come inside you?<</speech>>
<video src="on3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Oh yes.<</speech>>
<<speech "Night">>I'll upload this later. Time for a <<link [[shower.|h34alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>>
<video src="only6a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Hi Billy, want to make some content?<</speech>>
<video src="only6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Now I’ve got him hard, fans, he’s doing me doggy style. Yummy.<</speech>>
<video src="only6b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Thanks Billy,<</speech>>
<<speech "Night">>I'll upload this later. Time for a <<link [[shower.|h28alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>><<if $oral gte 100>><<set $oral to 100>><</if>>
<<speech "Becky">>Hi Billy.<</speech>>
<<speech "Male">>Uh hi, Becky.<</speech>>
<video src="only3a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Oh! Billy what do you want.<</speech>>
<video src="only3b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Uh sorry, I wondered if you wanted to make more content.<</speech>>
<<speech "Becky">>Hmmmm. I’ve got an idea. Grab my phone.<</speech>>
<video src="only3c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Uh uh uh uh uh aaaah.<</speech>>
<<speech "Becky">>Thanks this'll look great.<</speech>>
<<speech "Night">>Time for a <<link [[shower.|h22alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Becky">>Hey John, can you help me. I need content for my only Only Me page.<</speech>>
<<speech "John">>And?<</speech>>
<video src="only1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Can you film me in the shower with my phone.<</speech>>
<<speech "John">>Oh, I suppose so.<</speech>>
<video src="only1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Get lower please.<</speech>>
<video src="only1c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Thanks John.<</speech>>
<<speech "John">>Uh huh.<</speech>>
<<speech "ThoughtsActions">>Well, he didn’t seem interested in me at all, but at least I've got some content to upload.<</speech>>
<<speech "Night">>Time to do <<link [[something else.|h10alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "Becky">>Hi, who are you.<</speech>>
<<speech "Male">>Billy, Emma’s brother.<</speech>>
<video src="only2a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Do you want to help me make some content for my Only Me page.<</speech>>
<<speech "Male">>Err ok.<</speech>>
<<speech "Becky">>Let’s go to my room.<</speech>>
<video src="only2b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Thanks, sorry I couldn’t make you cum, you can fuck me if you want.<</speech>>
<video src="only2c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Uh uh uh uh uh aaah. Thanks Becky.<</speech>>
<<speech "Becky">>My pleasure.<</speech>>
<<speech "ThoughtsActions">>That was fun and I got content to upload.<</speech>>
<<speech "Night">>Time for a <<link [[shower.|h16alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="liv1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Hello Player, I think the living room would be a good place to make content for my Only Me page. Maybe I should hang out here once I’ve met John.<</speech>>
<<speech "Night">>Time for a <<link [[shower.|h4alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "Becky">>Hey John, can you help me. I need content for my only Only Me page.<</speech>>
<<speech "John">>And?<</speech>>
<video src="only1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Can you film me sucking your cock.<</speech>>
<<speech "John">>No, I don't want my cock on your Only Me.<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Night">>Time for a <<link [[shower.|h28alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Becky">>Hey John, can you help me. I need content for my only Only Me page.<</speech>>
<<speech "John">>And?<</speech>>
<video src="only1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Can you film me sucking your cock.<</speech>>
<<speech "John">>No, I don't want my cock on your Only Me.<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Night">>Time for a <<link [[shower.|h34alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="prog.gif"><img src="tc.gif">
<<nobr>>
<<if not hasVisited("buy")>>
<<speech "Message">>Congratulations, you have hit your weight loss target. Now focus on making £300 through part time work as this will automatically buy you a discount gym membership card and move you to Level Two. Now it’s time to <<return>><</speech>>
<</if>>
<<if hasVisited("buy")>>
<<speech "Message">>Congratulations, you have achieved both of your goal. When you go to sleep on Sunday night you will automatically move to level 2. Now it’s time to <<return>><</speech>>
<</if>>
<</nobr>><<speech "Message">>Well done you have completed Level One.<</speech>>
<img src="time.gif"><img src="time1.gif"><img src="time.gif">
<<speech "Message">>Several months have passed and your hard work and dedication has transformed your appearance one step closer to being gorgeous.<</speech>>
<video src="tform1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Message">>You don’t currently have a part-time job, but you work at a beauty clinic every Sunday morning in exchange for some free beauty treatment in the afternoon.<</speech>>
<video src="bc1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Message">>As you lose weight you notice your tits getting smaller. But the beauty shop owner has offered to give you staff discount on a boob job.<</speech>>
<img src="tit.jpg">
<<speech "Message">>You’ve added women to your Trinder profile, hoping to get some film to help you get more Only Me subscribers.<</speech>>
<img src="prof3.jpg">
<<speech "Message">>To complete Level 2:
1. Get a security keycard for the upper floors.
2. Hit your new weight loss target by exercising in the park or at the gym.
3. Save up £1,200 for a boob job by working part-time at the wine bar, the spa or the golf club and getting more people to subscribe to your Only Me page.<</speech>>
<<speech "Morning">>Click here to <<link [[start.|m50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<<set $ework to 0>>
<<set $stat to 0>>
<<set $stat1 to 0>>
<<set $only to 20>>
<<set $seap to 0>>
<<set $cash to 0>>
<<set $lvl += 10>>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="office.jpg"><img src="office1.jpg">
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<switch random(1, 3)>>
<<case 1>>
<img src="files1.jpg"><img src="om1.jpg">
<<case 2>>
<img src="files1.jpg"><img src="om2.jpg">
<<case 3>>
<img src="files1.jpg"><img src="om5.jpg">
<</switch>><<switch random(1, 2)>>
<<case 1>>
<<speech "ThoughtsActions">>Time for lunch. I don’t see anyone I know well so I eat on my own.<</speech>>
<video src="cant.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Time for lunch. I see Nikki so I eat with her.<</speech>>
<img src="cant.jpg"><img src="cant2.jpg">
<</switch>>
<<speech "ThoughtsActions">>[[Back to work.|w45b]]<</speech>>
<<nobr>>
<<if visited() == 5>><<set $cash += 200>><</if>>
<<if visited() == 10>><<set $cash += 200>><</if>>
<<if visited() == 15>><<set $cash += 200>><</if>>
<<if visited() == 20>><<set $cash += 200>><</if>>
<<if visited() == 25>><<set $cash += 200>><</if>>
<<if visited() == 30>><<set $cash += 200>><</if>>
<<if visited() == 35>><<set $cash += 200>><</if>>
<</nobr>><<speech "ThoughtsActions">>I wish the men looked at me the way they look at her.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h45]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited("w45b") == 3>><<goto "altw45b">><</if>>
<<if visited("w45b") == 8>><<goto "altw45b">><</if>>
<<if visited("w45b") == 13>><<goto "altw45b">><</if>>
<<if visited("w45b") == 18>><<goto "altw45b">><</if>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p45"
alt="p45" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc45"
alt="cc45" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym45"
alt="gym45" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t45"
alt="t45" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>><img src="jog.jpg">
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What’s that?<</speech>>
<img src="parklook320.gif"><img src="park1.jpg">
<<switch random(1, 6)>>
<<case 1>>
<video src="pw5c.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="w4bb.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="w6ba.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="p6.jpg">
<<case 5>>
<img src="p2.jpg">
<<case 6>>
<img src="p3.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h46]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem45]] or ask about [[part-time work.|gyw45]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem45]] or ask about [[part-time work.|gymn45]]<</speech>>
<</if>>
<</nobr>>
<<if hasVisited("buy")>><<goto "gymw8">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local coffee shop.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc45]] or ask about [[part-time work.|ccw45]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc45]] or ask about [[part-time work.|ccwn45]]<</speech>>
<</if>>
<</nobr>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h46alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 1>><<goto "t45alt">><</if>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "ThoughtsActions">>The coffee is good here.<</speech>>
<<switch random(1, 4)>>
<<case 1>>
<img src="cp6.jpg"><img src="cus1.jpg">
<<case 2>>
<img src="cp7.jpg"><img src="cus1.jpg">
<<case 3>>
<img src="cp8.jpg"><img src="cus1.jpg">
<<case 4>>
<img src="cp9.jpg"><img src="cus1.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|h46]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy45]] or [[turn it down|ccc45]] and buy a cup of coffee.<</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h46]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her46"
alt="her46" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his46"
alt="his46" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room46]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h46]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h46]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy45]] or [[turn it down|mem45]] and go home.<</speech>>
<<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h46]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h46]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><<nobr>>
<img src="com16.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj46"
alt="hj46" title="handjob"
coords="143,37,251,157" shape="rect">
<area
data-passage="les46"
alt="les46" title="lesbian"
coords="136,178,249,298" shape="rect">
<area
data-passage="bj46"
alt="bj46" title="blowjob"
coords="271,29,365,156" shape="rect">
<area
data-passage="ga46"
alt="ga46" title="gay"
coords="278,185,362,300" shape="rect">
<area
data-passage="an46"
alt="an46" title="anal"
coords="385,33,499,157" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="dh4.jpg">
<<speech "ThoughtsActions">>John’s left his door open. Let’s take a peek.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="john1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="john3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<img src="emptym.jpg">
<<case 4>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room46]]<</speech>><img src="dh4.jpg">
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="bj4.gif">
<<case 3>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="emptym.jpg">
<<case 5>>
<img src="emptym.jpg">
<<case 6>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room46]]<</speech>>
<<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="gay1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="gay2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="gay3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="gay4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="food8.jpg">
<<speech "ThoughtsActions">>I need to shower before I do my weekly shop.<</speech>>
<video src="shave.mp4" autoplay loop muted controls height="480px"></video>
<video src="dress1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Day">>Time to go <<link[[shopping.|shop8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<img src=" trolley.jpg">
<<speech "ThoughtsActions">>Shopping is such a chore but you do see some interesting stuff.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="rui2.jpg"><video src="shop1.mp4" autoplay loop muted controls height="180px"></video>
<<case 2>>
<img src="rui1.jpg"><video src="shop2.mp4" autoplay loop muted controls height="180px"></video>
<<case 3>>
<img src="rui1.jpg"><video src="shop3.mp4" autoplay loop muted controls height="180px"></video>
<<case 4>>
<img src="rui3.jpg"><video src="shop4.mp4" autoplay loop muted controls height="180px"></video>
<<case 5>>
<img src="rui2.jpg"><video src="shop5.mp4" autoplay loop muted controls height="180px"></video>
<</switch>>
<<speech "ThoughtsActions">>Time for something [[tasty.|shop8b]]<</speech>>
<<set $cash -= 100>><<speech "ThoughtsActions">>I buy groceries, toiletries and cosmetics. I pay for them from my phone. So hi-tech. I remember to make sure I have some cash for incidentals.<</speech>>
<video src="coff1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I treat myself to something yummy on Saturdays.<</speech>>
<img src="rent.jpg">
<<speech "ThoughtsActions">>Then I pay my weekly rent from my phone.<</speech>>
<<speech "Evening">>Time to go <<link [[home.|h47]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash -= 100>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Saturday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p47"
alt="p47" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc47"
alt="cc47" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym47"
alt="gym47" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t47"
alt="t47" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<<set $cash += 60>>
<<set $only += 2>>
<<set $mem += 2>>
<</nobr>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<switch random(1, 4)>>
<<case 1>>
<video src="gm8.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="gm9.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="gw3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="gymmb.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>It’s like they don’t even see me. Oh my god.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<<speech "ThoughtsActions">>Oh my god.<</speech>>
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h48]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<switch random(1, 4)>>
<<case 1>>
<video src="wom1bc.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="wom4b3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="wom4b.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="gles1.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Night">>Oh my god. Time to go <<link [[home.|h48]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h48alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="jog.jpg">
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What’s that?<</speech>>
<img src="parklook320.gif"><img src="park1.jpg">
<<switch random(1, 6)>>
<<case 1>>
<video src="pw5c.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="w4bb.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="w6ba.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="p6.jpg">
<<case 5>>
<img src="p2.jpg">
<<case 6>>
<img src="p3.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h48]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem47]] or ask about [[part-time work.|gyw47]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork47]] or [[quit.|gquit47]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem47]] or ask about [[part-time work.|gymn47]]<</speech>>
<</if>>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc47]] or ask about [[part-time work.|ccw47]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork47]] or [[quit.|cquit47]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc47]] or ask about [[part-time work.|ccwn47]]<</speech>>
<</if>>
<</nobr>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her48"
alt="her48" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his48"
alt="his48" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room48]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h48]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy47]] or [[turn it down|ccc47]] and buy a cup of coffee.<</speech>><<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<<speech "ThoughtsActions">> Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "Night">>Time to go <<link [[home.|h48]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h48]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h48]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h48]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h48]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy47]] or [[turn it down|gyn47]] and go home.<</speech>>
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom8"
alt="wom8" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man8"
alt="man8" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h48]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h48]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you tomorrow.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h48]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><<nobr>>
<img src="com16.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj48"
alt="hj48" title="handjob"
coords="143,37,251,157" shape="rect">
<area
data-passage="les48"
alt="les48" title="lesbian"
coords="136,178,249,298" shape="rect">
<area
data-passage="bj48"
alt="bj48" title="blowjob"
coords="271,29,365,156" shape="rect">
<area
data-passage="ga48"
alt="ga48" title="gay"
coords="278,185,362,300" shape="rect">
<area
data-passage="an48"
alt="an48" title="anal"
coords="385,33,499,157" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|sun8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if $mem >=10 && not hasVisited("buy")>><<goto "buy">><</if>><img src="dh4.jpg">
<<speech "ThoughtsActions">>John’s left his door open. Let’s take a peek.<</speech>><<switch random(1, 4)>>
<<case 1>>
<img src="emptym.jpg">
<<case 2>>
<img src="emptym.jpg">
<<case 3>>
<video src="john4.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="john4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room48]]<</speech>><img src="dh4.jpg">
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="bj4.gif">
<<case 3>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="emptym.jpg">
<<case 5>>
<img src="emptym.jpg">
<<case 6>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room48]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<speech "ThoughtsActions">>Sundays I make myself a traditional breakfast then walk to Ruislip Lido. There's a beach and woodland,<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>I’ll wear my bikini under my clothes.<</speech>>
<img src="bik.jpg">
<<speech "Day">><<link [[Time to go to the beach.|lido8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="gay1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="gay2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="gay3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="gay4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<img src="lid.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="sand8"
alt="sand8" title="topless"
coords="97,161,300,464" shape="rect">
<area
data-passage="rock8"
alt="rock8" title="nudist"
coords="352,169,541,299" shape="rect">
<area
data-passage="gbay8"
alt="gbay8" title="gay"
coords="353,325,551,464" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Which part of the beach should I go to?<</speech>><video src="beach1.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 4)>>
<<case 1>>
<img src=" nb5.jpg"><img src=" top1.jpg">
<<case 2>>
<img src=" nb5.jpg"><img src=" top2.jpg">
<<case 3>>
<img src=" nb5.jpg"><img src=" beach2.jpg">
<<case 4>>
<img src=" nb5.jpg"><img src=" beach5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Some real hotties come here on Sundays.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="beach.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="beach3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<img src=" beach2b.gif">
<<case 4>>
<video src="beach4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h49]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach2.mp4" autoplay loop muted controls height="480px"></video>
<img src="topp.jpg">
<<speech "Becky">>Oh hello Player, there’s something going on over let’s check it out.<</speech>>
<video src="gaze4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Mmmmmm, let’s follow them Player.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="gaze2.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="gaze3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="gaze5.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Becky">>Oh god yes.<</speech>>
<img src="bwalk2.gif"><img src="bwalk.gif">
<<speech "Evening">>Time to go <<link [[home.|h49]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="beach2.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 6)>>
<<case 1>>
<video src="rox7.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="rox4.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="rox1.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="rox3.mp4" autoplay loop muted controls height="480px"></video>
<<case 5>>
<video src="sand4.mp4" autoplay loop muted controls height="480px"></video>
<<case 6>>
<video src="sand1.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Becky">>Oh god yes.<</speech>>
<img src="bwalk2.gif"><img src="bwalk.gif">
<<speech "Evening">>Time to go <<link [[home.|h49]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fd.jpg"><img src="live2.jpg">
<<if $stat == 0 && $stat1 == 0 >>
<<speech "ThoughtsActions">>Go to my room and check Trinder.<</speech>>
<img src="trin1.jpg">
<</if>>
<<speech "ThoughtsActions">>It’s Sunday evening. Do I have work?<</speech>>
<<nobr>>
<img src="tvtv.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="p49"
alt="p49" title="jogging"
coords="4,4,300,222" shape="rect">
<area
data-passage="cc49"
alt="cc49" title="coffee"
coords="345,2,637,225" shape="rect">
<area
data-passage="gym49"
alt="gym49" title="gym"
coords="0,258,297,475" shape="rect">
<area
data-passage="t49"
alt="t49" title="lounge"
coords="342,263,633,475" shape="rect">
</map>
<</nobr>>
<img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<switch random(1, 4)>>
<<case 1>>
<video src="gm8.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="gm9.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="gw3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="gymmb.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>It’s like they don’t even see me. Oh my god.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<<speech "ThoughtsActions">>Oh my god.<</speech>>
<img src="gym3.gif">
<<speech "Becky">>Ohhhhhhhhh yes. Ohhhhhh.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gstaff.jpg">
<<speech "Becky">>Wow. Hello Player. The staff here are so sexy nobody will notice me. That might be a good thing.<</speech>>
<img src="tow1.jpg"><img src="tow2.jpg">
<<switch random(1, 4)>>
<<case 1>>
<video src="wom1bc.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="wom4b3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="wom4b.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="gles1.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Night">>Wow, that's hot. Time to go <<link [[home.|h50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>Shower time.<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her50"
alt="her50" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his50"
alt="his50" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room50]]<</speech>>
<<if $mem >=10 && not hasVisited("buy")>><<goto "buy">><</if>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>>
<img src="rw.jpg"><img src="jog.jpg">
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>What’s that?<</speech>>
<img src="parklook320.gif"><img src="park1.jpg">
<<switch random(1, 6)>>
<<case 1>>
<video src="pw5c.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="w4bb.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="w6ba.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="p6.jpg">
<<case 5>>
<img src="p2.jpg">
<<case 6>>
<img src="p3.jpg">
<</switch>>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem49]] or ask about [[part-time work.|gyw49]]<</speech>>
<</if>>
<<if $stat >= 0 && $stat1 >= 10>>
<<speech "ThoughtsActions">>[[Start work|gwork49]] or [[quit.|gquit49]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>Do I ask about [[memberships|mem49]] or ask about [[part-time work.|gymn49]]<</speech>>
<</if>>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to Costa coffee.<</speech>>
<img src="cc.jpg"><img src="barista.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc49]] or ask about [[part-time work.|ccw49]]<</speech>>
<</if>>
<<if $stat >= 10 && $stat1 >= 0>>
<<speech "ThoughtsActions">>[[Start work|cwork49]] or [[quit.|cquit49]]<</speech>>
<</if>>
<<if $stat == 0 && $stat1 == 10>>
<<speech "ThoughtsActions">>Do I [[buy coffee|ccc49]] or ask about [[part-time work.|ccwn49]]<</speech>>
<</if>>
<</nobr>>
<<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time for a <<link [[shower.|h50alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="cc3.jpg"><img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista2.jpg">
<<speech "Female">>We have an opening for a waitress Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|ccy49]] or [[turn it down|ccc49]] and buy a cup of coffee.<</speech>><<speech "Female">>Here’s your uniform.<</speech>>
<img src="barista3.jpg"><img src="unif.jpg">
<<speech "Becky">>Thanks.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="cof1.jpg"><img src="custom.jpg">
<<case 2>>
<img src="cof2.jpg"><img src="cus2.jpg">
<<case 3>>
<img src="cof3.jpg"><img src="cus4.jpg">
<</switch>>
<<speech "ThoughtsActions">>Time to wash some cups.<</speech>>
<img src="kit.jpg"><img src="kit1.jpg">
<<speech "Night">>Time to go <<link [[home.|h50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="barista.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time. I’ll get a cup of coffee.<</speech>>
<img src="cc2.jpg">
<<speech "Night">>Time to go <<link [[home.|h50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="g2.jpg">
<<speech "Female">>Unfortunately, some of our customers think that our gym is an appropriate place to conduct trysts. There is not much we can do about it, but any members of staff who engage in any form of sexual activity on the premises are fired immediately. Ok? <</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 += 10>><img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="g2.jpg">
<<speech "Female">>Full membership is £500. We also have a discount membership for £300 that is valid Monday through Fridays. We have a weight room, a fitness room, a locker room and showers. The men’s section has the same facilities.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="g2.jpg">
<<speech "Female">>We have an opening for someone to do towel collection and general tidying duties Saturday and Sunday evenings 6.00pm until 9.00pm £30.00 per shift.<</speech>>
<<speech "ThoughtsActions">>Do I [[take the job|gyy49]] or [[turn it down|gyn49]] and go home.<</speech>><<speech "Female">>Here’s your uniform.<</speech>>
<img src="uni1.jpg">
<<speech "Becky">>Thanks.<</speech>>
<<nobr>>
<img src="choo.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="wom8b"
alt="wom8b" title="women"
coords="67,93,282,384" shape="rect">
<area
data-passage="man8b"
alt="man8b" title="men"
coords="369,95,585,383" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I start in the men’s or women’s section.<</speech>>
<<set $cash += 30>>
<<set $mem += 1>><img src="g2.jpg">
<<speech "Becky">>Sorry, I can’t work here anymore. Thanks for everything, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat1 to 0>><<speech "ThoughtsActions">>I already have a part time job. I only have enough energy to do one part time job at a time.<</speech>>
<img src="g1.jpg">
<<speech "Night">>Time to go <<link [[home.|h50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="barista3.jpg">
<<speech "Female">>The job is basic waitressing and some washing up. As you know Ruislip has two Costa Coffee’s so we market ourselves as the female friendly coffee shop and encourage all our staff to treat the customers as friends. Ok?<</speech>>
<<speech "Becky">>Ok.<</speech>>
<<speech "Female">>Good. It’s too late to process you today so I’ll see you on Saturday.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $stat += 10>><<nobr>>
<img src="com16.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj50"
alt="hj50" title="handjob"
coords="143,37,251,157" shape="rect">
<area
data-passage="les50"
alt="les50" title="lesbian"
coords="136,178,249,298" shape="rect">
<area
data-passage="bj50"
alt="bj50" title="blowjob"
coords="271,29,365,156" shape="rect">
<area
data-passage="ga50"
alt="ga50" title="gay"
coords="278,185,362,300" shape="rect">
<area
data-passage="an50"
alt="an50" title="anal"
coords="385,33,499,157" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if hasVisited("buy") && hasVisited("wght")>><<goto "level2">><</if>><img src="dh4.jpg">
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.
<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="bj4.gif">
<<case 3>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="emptym.jpg">
<<case 5>>
<img src="emptym.jpg">
<<case 6>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room50]]<</speech>><img src="dh4.jpg">
<<speech "ThoughtsActions">>John’s left his door open. Let’s take a peek.<</speech>><<switch random(1, 4)>>
<<case 1>>
<img src="emptym.jpg">
<<case 2>>
<img src="emptym.jpg">
<<case 3>>
<img src="john2.gif">
<<case 4>>
<img src="john2.gif">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room50]]<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="gay1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="gay2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="gay3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="gay4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>><<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[workout|ex6]] or ask about [[part-time work.|gyw33]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I [[workout|ex6]] or ask about [[part-time work.|gymn33]]<</speech>>
<</if>>
<</nobr>>
<<speech "Becky">>Hello Player, here I am worling out at the gym.<</speech>>
<video src="gwork2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Hello Player, do you like my arse?<</speech>>
<<speech "Night">>Time to go <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<if not hasVisited("ex6a")>><<goto "ex6a">><</if>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[workout|ex7]] or ask about [[part-time work.|gyw39]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I [[workout|ex7]] or ask about [[part-time work.|gymn39]]<</speech>>
<</if>>
<</nobr>><<speech "Becky">>Hello Player, here I am worling out at the gym.<</speech>>
<video src="gwork2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Hello Player, do you like my arse?<</speech>>
<video src="gwork2a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>Time to go <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<if not hasVisited("ex6a") && not hasVisited("ex7a")>><<goto "ex7a">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to my local gym.<</speech>>
<img src="g1.jpg"><img src="g2.jpg">
<<nobr>>
<<if $stat == 0 && $stat1 == 0>>
<<speech "ThoughtsActions">>Do I [[workout|ex8]] or ask about [[part-time work.|gyw45]]<</speech>>
<</if>>
<<if $stat >= 10 || $stat1 >= 10>>
<<speech "ThoughtsActions">>Do I [[workout|ex8]] or ask about [[part-time work.|gymn45]]<</speech>>
<</if>>
<</nobr>><video src="gwork2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Hello Player, here I am worling out at the gym.<</speech>>
<video src="gwork2a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Hello Player, do you like my arse?<</speech>>
<video src="gwork2b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Thanks bye.<</speech>>
<<speech "Night">>That was nice. Time to go <<link [[home.|h46]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>>
<<if $seap gte 100>><<set $seap to 100>><</if>>
<<if not hasVisited("ex6a") && not hasVisited("ex7a") && not hasVisited("ex8a")>><<goto "ex8a">><</if>>
<video src="gay1.mp4" autoplay loop muted controls height="360px"></video>
<<switch random(1, 3)>>
<<case 1>>
<video src="maslap1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="maslap3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="mass5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="gog.gif">
<img src="18.jpg"><img src="19.jpg">
<<speech "Message">>If you are of a legal age to view explicit content click [[yes,|intro]] if not please leave this site.<</speech>><<speech "Becky">>I’m 18 years old from the London suburb of Ruislip. I don’t care about being rich or famous, I want to be gorgeous. I want you to transform me from this…….<</speech>>
<<nobr>>
<<if not hasVisited("intro1")>>
<img src="hello1.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="intro1"
alt="intro1" title="becky"
coords="6,5,634,472" shape="rect">
</map>
<</if>>
<<if hasVisited("intro1")>>
<img src="yp.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="intro2"
alt="intro2" title="gorgeous"
coords="11,13,629,466" shape="rect">
</map>
<</if>>
<</nobr>>
<<speech "Becky">>To save and reload the game, and to see important information, scroll down the side bar.<</speech>>
<video src="scroll2.mp4" autoplay loop muted controls height="180px"></video>
<<speech "Message">>This game is played in levels, to complete Level One you need to:
1. Hit your weight loss target.
2. Buy a discount gym membership.
The gym membership will be purchased automatically by your phone once you have earned £300 above your basic living expenses. You can monitor your progress in the side bar.<</speech>>
<img src="prog.gif"><img src="tc.gif">
<<speech "Message">>When you hit one of your targets you will receive an in game message. You will also receive an in game message when you have completed a level.<</speech>>
<<speech "Becky">>Well Player, may I call you Player? I suppose you want to know how to lose weight and how to earn extra money. Well, learning how to do that is all part of the game. So do you want to play?<</speech>>
<img src="start.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="mon1"
alt="mon1" title="start"
coords="5,4,311,169" shape="rect">
</map><img src="tit2.gif">
<<goto "intro">><video src="only10.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<<if hasVisited("ph5")>>
<video src="trinf5.mp4" autoplay loop muted controls height="480px"></video>
<</if>>
<<if hasVisited("t39alt")>>
<video src="only5.mp4" autoplay loop muted controls height="480px"></video>
<</if>>
<<if hasVisited("t33alt")>>
<video src="only4.mp4" autoplay loop muted controls height="480px"></video>
<</if>>
<<if hasVisited("t27alt")>>
<video src="only6.mp4" autoplay loop muted controls height="480px"></video>
<</if>>
<<if hasVisited("t21alt")>>
<video src="only3c.mp4" autoplay loop muted controls height="360px"></video>
<</if>>
<<if hasVisited("t15alt")>>
<video src="only2b.mp4" autoplay loop muted controls height="480px"></video>
<</if>>
<<if hasVisited("t9alt")>>
<video src="only1b.mp4" autoplay loop muted controls height="360px"></video>
<</if>>
<</nobr>>
<video src="only11.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Time to <<return>><</speech>><<speech "Becky">>Hi Billy. I'm horny, let's make some content.<</speech>>
<video src="only1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Uh ok, Becky.<</speech>>
<video src="on1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Now film doing me doggy.<</speech>>
<video src="on2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky">>Thanks Billy,<</speech>>
<<speech "Night">>I'll upload this later. Time for a <<link [[shower.|h46alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="2clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her4"
alt="her4" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his4"
alt="his4" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room2]]<</speech>><<nobr>>
<img src="2clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her10"
alt="her10" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his10"
alt="his10" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room9]]<</speech>>
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="1clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her16"
alt="her16" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his16"
alt="his16" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room16]]<</speech>>
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="1clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her22"
alt="her22" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his22"
alt="his22" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek at on Emma or John. Or should I go straight to my [[room?|room22]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her28"
alt="her28" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his28"
alt="his28" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room28]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her34"
alt="her34" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his34"
alt="his34" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek at on Emma or John. Or should I go straight to my [[room?|room34]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her40"
alt="her40" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his40"
alt="his40" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room40]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>>
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her46"
alt="her46" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his46"
alt="his46" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room46]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><<speech "Becky">>Hello Player, it looks like Steve the janitor is chatting up that tattooed bitch.<</speech>>
<<speech "Male">>Your tattoos are amazing.<</speech>>
<<speech "Female">>What about my butt?<</speech>>
<video src="gwork1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>It’s amazing.<</speech>>
<<speech "Female">>Show me how much you like it.<</speech>>
<video src="gwork1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Oh my god that’s anal.<</speech>>
<<speech "Male">>Uh uh uh uh.<</speech>>
<<speech "Female">>Oh fuck, yeah, yeah, oww, ahhhhh.<</speech>>
<video src="gwork1c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>I’d better get out of here then check anal on Pornet when I get <<link [[home.|h34]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Becky">>Hello Player, it looks like Steve the janitor is chatting up that tattooed bitch.<</speech>>
<<speech "Male">>Your tattoos are amazing.<</speech>>
<<speech "Female">>What about my butt?<</speech>>
<video src="gwork1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>It’s amazing.<</speech>>
<<speech "Female">>Show me how much you like it.<</speech>>
<video src="gwork1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Oh my god that’s anal.<</speech>>
<<speech "Male">>Uh uh uh uh.<</speech>>
<<speech "Female">>Oh fuck, yeah, yeah, oww, ahhhhh.<</speech>>
<video src="gwork1c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>I’d better get out of here then check anal on Pornet when I get <<link [[home.|h40]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Becky">>Hello Player, it looks like Steve the janitor is chatting up that tattooed bitch.<</speech>>
<<speech "Male">>Your tattoos are amazing.<</speech>>
<<speech "Female">>What about my butt?<</speech>>
<video src="gwork1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>It’s amazing.<</speech>>
<<speech "Female">>Show me how much you like it.<</speech>>
<video src="gwork1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Oh my god that’s anal.<</speech>>
<<speech "Male">>Uh uh uh uh.<</speech>>
<<speech "Female">>Oh fuck, yeah, yeah, oww, ahhhhh.<</speech>>
<video src="gwork1c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>I’d better get out of here then check anal on Pornet when I get <<link [[home.|h46]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 5)>>
<<case 1>>
<video src="canal1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="canal2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="canal3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="canal4.mp4" autoplay loop muted controls height="480px"></video>
<<case 5>>
<video src="canal5.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 5)>>
<<case 1>>
<video src="canal1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="canal2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="canal3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="canal4.mp4" autoplay loop muted controls height="480px"></video>
<<case 5>>
<video src="canal5.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|sun8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 5)>>
<<case 1>>
<video src="canal1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="canal2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="canal3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="canal4.mp4" autoplay loop muted controls height="480px"></video>
<<case 5>>
<video src="canal5.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Morning">>Time to <<link [[sleep.|mon8]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="g2.jpg">
<<speech "Becky">>I’ll think about it, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h48]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>>
<video src="w5a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>She’s pulled one of those muscly tattoo guys.<</speech>>
<video src="w5b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Well, he’s certainly fit. Lucky cow.<</speech>>
<video src="w5c.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow. I need to get myself [[off.|room36]]<</speech>><<speech "ThoughtsActions">>Emma’s left her door open. Let’s take a peek.<</speech>>
<video src="w5a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>She’s pulled one of those muscly tattoo guys.<</speech>>
<video src="w5b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Well, he’s certainly fit. Lucky cow.<</speech>>
<video src="w5c.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow. I need to get myself [[off.|room42]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w1.jpg"><img src="corn.jpg">
<<speech "ThoughtsActions">>I need to shower before work.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="2s1.jpg">
<<case 2>>
<img src="2s2.jpg">
<<case 3>>
<img src="2s3.jpg">
<<case 4>>
<img src="2s4.jpg">
<<case 5>>
<video src="2sb.mp4" autoplay loop muted controls height="480px"></video>
<<case 6>>
<video src="2sa.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Day">>Time to go to <<link [[work.|w50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<<if visited("m50") == 6>><<goto "sat51">><</if>>
<<if visited("m50") == 12>><<goto "sat51">><</if>>
<<if visited("m50") == 18>><<goto "sat51">><</if>>
<<if visited("m50") == 24>><<goto "sat51">><</if>>
<<if visited("m50") == 25>><<goto "week5">><</if>>
<</nobr>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="2clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her2"
alt="her2" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his2"
alt="his2" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room]]<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="2clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her6"
alt="her6" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his6"
alt="his6" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room3]]<</speech>>
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="2clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her8"
alt="her8" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his8"
alt="his8" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room4]]<</speech>>
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="1clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her12"
alt="her12" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his12"
alt="his12" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room11]]<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="1clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her14"
alt="her14" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his14"
alt="his14" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room11]]<</speech>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her18"
alt="her18" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his18"
alt="his18" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room18]]<</speech>>
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her20"
alt="her20" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his20"
alt="his20" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room19]]<</speech>>
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her24"
alt="her24" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his24"
alt="his24" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room24]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>>
<<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her26"
alt="her26" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his26"
alt="his26" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room26]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her30"
alt="her30" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his30"
alt="his30" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room30]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her32"
alt="her32" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his32"
alt="his32" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room32]]<</speech>>
<<if $mem >=10 && not hasVisited("buy")>><<goto "buy">><</if>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her36"
alt="her36" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his36"
alt="his36" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room36]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her38"
alt="her38" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his38"
alt="his38" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek at on Emma or John. Or should I go straight to my [[room?|room38]]<</speech>>
<<if $mem >=10 && not hasVisited("buy")>><<goto "buy">><</if>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her42"
alt="her42" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his42"
alt="his42" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room42]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her44"
alt="her44" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his44"
alt="his44" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room44]]<</speech>>
<<if $mem >=10 && not hasVisited("buy")>><<goto "buy">><</if>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her48"
alt="her48" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his48"
alt="his48" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room48]]<</speech>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>><<switch random(1, 2)>>
<<case 1>>
<video src="l1sh1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="shower2.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her50"
alt="her50" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his50"
alt="his50" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room50]]<</speech>>
<<if $mem >=10 && not hasVisited("buy")>><<goto "buy">><</if>>
<<if $seap == 100 && not hasVisited("wght")>><<goto "wght">><</if>>
<<switch random(1, 3)>>
<<case 1>>
<img src="files1.jpg"><img src="om1.jpg">
<<case 2>>
<img src="files1.jpg"><img src="om2.jpg">
<<case 3>>
<img src="files1.jpg"><img src="om5.jpg">
<</switch>>
<<speech "ThoughtsActions">>This office shouldn't be locked.<</speech>>
<img src="files.jpg"><img src="spy.jpg">
<video src="keyoff3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, lucky bitch. Back to work.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h27]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="files1.jpg"><img src="om1.jpg">
<<case 2>>
<img src="files1.jpg"><img src="om2.jpg">
<<case 3>>
<img src="files1.jpg"><img src="om5.jpg">
<</switch>>
<<speech "ThoughtsActions">>This office shouldn't be locked.<</speech>>
<img src="files.jpg"><img src="spy.jpg">
<video src="keyoff4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, lucky bitch. Back to work.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h39]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="files1.jpg"><img src="om1.jpg">
<<case 2>>
<img src="files1.jpg"><img src="om2.jpg">
<<case 3>>
<img src="files1.jpg"><img src="om5.jpg">
<</switch>>
<<speech "ThoughtsActions">>This office shouldn't be locked.<</speech>>
<img src="files.jpg"><img src="spy.jpg">
<<switch random(1, 4)>>
<<case 1>>
<video src="keyoff1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="keyoff2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="keyoff3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="keyoff4.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>Wow, lucky bitch. Back to work.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h45]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="office.jpg"><img src="office1.jpg">
<<speech "ThoughtsActions">>I work in the file room with Nikki and Darren.<</speech>>
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<speech " ThoughtsActions ">>I seem to be getting more attention these days.<</speech>><<switch random(1, 6)>>
<<case 1>>
<<speech "Male">>Hi Becky.<</speech>>
<img src="ava1.jpg"><img src="offm1.jpg">
<<case 2>>
<<speech "Male">>Hi Becky.<</speech>>
<img src="offm2.jpg"><img src="ava2.jpg">
<<case 3>>
<<speech "Male">>Hi Becky.<</speech>>
<img src="ava1.jpg"><img src="offm3.jpg">
<<case 4>>
<<speech "Female">>Hi Becky.<</speech>>
<img src="offg1.jpg"><img src="ava2.jpg">
<<case 5>>
<<speech "Female">>Hi Becky.<</speech>>
<img src="ava1.jpg"><img src="offg2.jpg">
<<case 6>>
<<speech "Female">>Hi Becky.<</speech>>
<img src="offg3.jpg"><img src="ava2.jpg">
<</switch>>
<<speech "Becky2">>Hi.<</speech>>
<<speech "ThoughtsActions">>The office canteen is in the annex. Lunch is free which is nice so I can skip my evening meal and stay on my diet.<</speech>><<switch random(1, 4)>>
<<case 1>>
<img src="cant.jpg"><img src="cant1.jpg">
<<case 2>>
<img src="cant.jpg"><img src="cant1.jpg">
<<case 3>>
<<speech "Male">>Hi Becky, can I sit with you?<</speech>>
<img src="offman1.jpg">
<<speech "ThoughtsActions">>Paul sits and chats through lunch. Is she being friendly or chatting me up?<</speech>>
<img src="cant.jpg"><img src="cant1.jpg">
<<case 4>>
<<speech "Female">>Hi Becky, can I sit with you?<</speech>>
<img src="offles2.jpg">
<<speech "ThoughtsActions">>Marie sits and chats through lunch. Is she being friendly or chatting me up?<</speech>>
<img src="cant.jpg"><img src="cant1.jpg">
<</switch>>
<<speech "ThoughtsActions">>[[Back to work.|w50b]]<</speech>>
<<nobr>>
<<if $oral gte 100>><<set $oral to 100>><</if>>
<<if visited("w50") == 5>><<set $cash += 200>><</if>>
<<if visited("w50") == 10>><<set $cash += 200>><</if>>
<<if visited("w50") == 15>><<set $cash += 200>><</if>>
<<if visited("w50") == 20>><<set $cash += 200>><</if>>
<<if visited("w50") == 13>><<goto "2altw1">><</if>>
<<if visited("w50") == 18>><<goto "2altw2">><</if>>
<</nobr>>
<<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h51]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if $oral >= 100 && not hasVisited("red")>><<goto "red">><</if>>
<<if hasVisited("key")>><<goto "late">><</if>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<nobr>>
<img src="compo1.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="park50"
alt="park50" title="jog"
coords="2,0,198,227" shape="rect">
<area
data-passage="gym50"
alt="gym50" title="workout"
coords="229,0,410,228" shape="rect">
<area
data-passage="trin50"
alt="trin50" title="trinder"
coords="452,-1,634,228" shape="rect">
<area
data-passage="winex"
alt="winex" title="winebar"
coords="1,250,197,477" shape="rect">
<area
data-passage="spax"
alt="spax" title="spa"
coords="228,257,405,476" shape="rect">
<area
data-passage="ymcax"
alt="ymcax" title="golf"
coords="448,257,638,478" shape="rect">
</map>
<</nobr>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<<nobr>>
<img src="2gymch.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="gy1"
alt="gy1" title="fight"
coords="247,215,394,437" shape="rect">
<area
data-passage="gy2"
alt="gy2" title="women"
coords="29,216,197,438" shape="rect">
<area
data-passage="gy3"
alt="gy3" title="men"
coords="443,215,608,437" shape="rect">
</map>
<</nobr>>
<<speech "Becky2">>Hello Player, do you want to watch me workout or would you rather peek on the women’s or men’s section.<</speech>><video src="2gym3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I workout with the trainer.<</speech>>
<video src="2gym2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>Time to go <<link [[home.|gyout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<<if visited() == 2>><<goto "gy1b">><</if>>
<<if visited() == 4>><<goto "gy1b">><</if>>
<<if visited() == 6>><<goto "gy1b">><</if>>
<</nobr>>
<<switch random(1, 4)>>
<<case 1>>
<video src="gymmb.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="g5sat.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="gm5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="gm9.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Night">>Time to go <<link [[home.|gyout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 4)>>
<<case 1>>
<video src="gwork1c.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="gles1.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="wom8b.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="wom2b2.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time to go <<link [[home.|gyout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if $oral gte 100>><<set $oral to 100>><</if>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<goto "h51b">>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her51"
alt="her51" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his51"
alt="his51" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room51]]<</speech>>
<<goto `either("pk1", "pk1", "pk1", "pk1", "pk1", "pk1", "pk2", "pk2", "pk2", "pk1")`>><img src="rw.jpg"><img src="avajog.jpg">
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Some really hot chicks come to this park.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|pkout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="rw.jpg"><img src="avajog.jpg">
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="pw5c.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="w4bb.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="w6ba.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="p6.jpg">
<<case 5>>
<img src="p2.jpg">
<<case 6>>
<img src="p3.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|pkout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<goto "h51b">><<set $cash += 40>>
<<set $ework += 1>>
<<if not hasVisited("we1")>><<goto "we1">><</if>>
<<if hasVisited("we1")>>
<<goto `either("we1", "we1", "we2", "we4")`>>
<</if>>
<img src="wine2.jpg"><img src="wine1.jpg">
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="wine3.jpg">
<<if visited() == 1>>
<<speech "Female">>There’s a small room next to the men’s room. Take a look if you’re brave enough.<</speech>><</if>>
<img src="gh4.jpg"><img src="gh1.jpg">
<<speech "ThoughtsActions">>I don’t see anything happening, maybe next time. Back to work.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="clean1.gif">
<<case 2>>
<img src="clean2.gif">
<<case 3>>
<img src="clean3.gif">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|weout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="wine2.jpg"><img src="wine1.jpg">
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="wine3.jpg">
<<speech "ThoughtsActions">>I’ll take a look.<</speech>>
<img src="gh4.jpg">
<<speech "ThoughtsActions">>Someone’s cut a hole from the men’s room.<</speech>>
<video src="spa1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Oooh.<</speech>>
<video src="spa2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Mmmm mnnn mmm.<</speech>>
<video src="spa3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>That was fun. Back to work.<</speech>>
<<switch random(1, 3)>>
<<case 1>>
<img src="clean1.gif">
<<case 2>>
<img src="clean2.gif">
<<case 3>>
<img src="clean3.gif">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|weout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 1>><<set $oral += 5>><</if>>
<<if $oral gte 100>><<set $oral to 100>><</if>>
<<if $oral gte 100>><<set $oral to 100>><</if>>
<<goto "h51b">><<set $cash += 40>>
<<set $ework += 1>>
<<goto `either("ym1", "ym1", "ym1", "ym2", "ym1", "ym1", "ym1", "ym2")`>>
<img src="golf4.jpg"><img src="golf5.jpg">
<<speech "Female">>Here’s your uniform.<</speech>>
<<speech "ThoughtsActions">>Ok, let’s get to work.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="zz1.jpg">
<<case 2>>
<img src="zz2.jpg">
<<case 3>>
<img src="zz3.jpg">
<<case 4>>
<img src="zz4.jpg">
<<case 5>>
<img src="zz5.jpg">
<<case 6>>
<img src="zz6.jpg">
<</switch>>
<<speech "Becky2">>Lots of hot guys around.<</speech>>
<img src="spatow.jpg">
<<speech "Night">>Time to go <<link [[home.|ymout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="golf4.jpg"><img src="golf5.jpg">
<<speech "Female">>Here’s your uniform.<</speech>>
<<speech "ThoughtsActions">>Ok, let’s get to work.<</speech>>
<img src="ygolf.jpg">
<<switch random(1, 5)>>
<<case 1>>
<video src="gazg1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="gazg2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="gazg3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="gazg4.mp4" autoplay loop muted controls height="480px"></video>
<<case 5>>
<video src="gazg5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Becky2">>Oh my god that's hot.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<video src="gazg6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Time to go <<link [[home.|ymout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<goto "h51b">>
<<goto `either("tr1", "tr2", "ch1", "ch1")`>>
<<speech "ThoughtsActions">>Just one option today.<</speech>>
<img src="trino.jpg">
<<switch random(1, 3)>>
<<case 1>>
<<speech "ThoughtsActions">>I did this weezie old man before, waste of time. I’ll [[do something else.|h51alt]]<</speech>>
<<case 2>>
<<speech "ThoughtsActions">>I’m not going with this guy, he won’t let me film for my Only Me page. I’ll [[do something else.|h51alt]]<</speech>>
<<case 3>>
<<speech "ThoughtsActions">>I did this smelly kid before. I’ll [[do something else.|h51alt]]<</speech>>
<</switch>><<speech "ThoughtsActions">>Cool. I’ve got 3 options and they're all ready to go today.<</speech>>
<<nobr>>
<img src="trinp1.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch2"
alt="ch2" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph1"
alt="ph1" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I choose this one by swiping right or check out the next one by swiping left?<</speech>>
<<if hasVisited("ph1") && hasVisited ("ph2") && hasVisited("ph3")>><<goto "ch4">><</if>>
<<nobr>>
<img src="trinp2.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch3"
alt="ch3" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph2"
alt="ph2" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I choose this one by swiping right or check out the next one by swiping left?<</speech>>
<<speech "ThoughtsActions">>Just one option today.<</speech>>
<img src="trino1.jpg">
<<switch random(1, 3)>>
<<case 1>>
<<speech "ThoughtsActions">>I’m not going with her, she won’t let me film for my Only Me page. I’ll [[do something else.|h51alt]]<</speech>>
<<case 2>>
<<speech "ThoughtsActions">>I didn’t like her. I’ll [[do something else.|h51alt]]<</speech>>
<<case 3>>
<<speech "ThoughtsActions">>The last time I spent an hour with my face between her legs and she did nothing for me. I’ll [[do something else.|h51alt]]<</speech>>
<</switch>><<set $ework += 1>>
<<set $only += 1>>
<<set $cash += 40>>
<<if $oral gte 100>><<set $oral to 100>><</if>>
<<goto "h51b">><<nobr>>
<img src="compo1.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="park50"
alt="park50" title="jog"
coords="2,0,198,227" shape="rect">
<area
data-passage="gym50"
alt="gym50" title="workout"
coords="229,0,410,228" shape="rect">
<area
data-passage="winex"
alt="winex" title="winebar"
coords="1,250,197,477" shape="rect">
<area
data-passage="spax"
alt="spax" title="spa"
coords="228,257,405,476" shape="rect">
<area
data-passage="ymcax"
alt="ymcax" title="golf"
coords="448,257,638,478" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Nobody takes my fancy on Trinder today so should I exercise, at the gym or the park, to get closer to my weight loss target or work at the wine bar, spa or golf club so I can save up for that boob job.<</speech>><img src="spa5.jpg">
<<speech "Female">>Hi Becky, first put your phone in a locker then I’ll give you your uniform.<</speech>>
<img src="phlok.jpg">
<<speech "Female">>I know it’s a bit skimpy but you’ll understand once you start.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky2">>What do you mean?<</speech>>
<<speech "Female">>Well……..if you see a massage room door left open it’s probably not an accident. And the members call the last shower room the doggo room. You should take a look.<</speech>>
<<speech "Becky2">>Doggo? Oh I see, wow, ok, thanks.<</speech>>
<video src="sp1a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky2">>Hello Player. Here we are in the last shower room.<</speech>>
<video src="sp1b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>She really likes having an audience.<</speech>>
<video src="sp1c.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>That was fun. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<<set $cash += 40>>
<<set $ework += 1>>
<<if visited() >= 2>><<goto "spmult">><</if>>
<</nobr>>
<<goto `either("sp1", "sp1", "sp2", "sp1", "sp1", "sp2")`>>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky2">>Ok Player, let's start with the showers.<</speech>><<switch random(1, 10)>>
<<case 1>>
<video src="spas1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="spas2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="spas3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="spas4.mp4" autoplay loop muted controls height="480px"></video>
<<case 5>>
<img src="spas5.jpg">
<<case 6>>
<img src="spas6.jpg">
<<case 7>>
<img src="spas7.jpg">
<<case 8>>
<img src="spas8.jpg">
<<case 9>>
<img src="spas9.jpg">
<<case 10>>
<img src="spas10.jpg">
<</switch>>
<<speech "Night">>This is a fun place to work. Time to go <<link [[home.|spout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 5)>>
<<case 1>><<goto "mazz1">>
<<case 2>><<goto "mazz2">>
<<case 3>><<goto "mazz3">>
<<case 4>><<goto "mazz4">>
<<case 5>><<goto "mazz5">>
<</switch>>
<<goto "h51b">><<nobr>>
<img src="trinp3.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="h51alt"
alt="h51alt" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph3"
alt="ph3" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I choose him or do something else?<</speech>>
<<nobr>>
<img src="com16.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj51"
alt="hj50" title="handjob"
coords="143,37,251,157" shape="rect">
<area
data-passage="les51"
alt="les50" title="lesbian"
coords="136,178,249,298" shape="rect">
<area
data-passage="bj51"
alt="bj50" title="blowjob"
coords="271,29,365,156" shape="rect">
<area
data-passage="ga51"
alt="ga50" title="gay"
coords="278,185,362,300" shape="rect">
<area
data-passage="an51"
alt="an50" title="anal"
coords="385,33,499,157" shape="rect">
</map>
<</nobr>>
<<nobr>>
<<if visited() == 1>>
<<speech "Message">>To make Becky curious enough to search the last section of internet porn she needs to be exposed to what happens on the upper floors of the office after work.<</speech>>
<</if>>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|m50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if hasVisited("key")>><<goto "room51b">><</if>><<switch random(1, 8)>>
<<case 1>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<img src="john2.gif">
<<case 4>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 5>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john4.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 7>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 8>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room51]]<</speech>><<switch random(1, 6)>>
<<case 1>>
<<speech "ThoughtsActions">>Wow, Emma’s such a slut, I wish I was her.<</speech>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Wow, Emma’s such a slut, I wish I was her.<</speech>>
<img src="bj4.gif">
<<case 3>>
<<speech "ThoughtsActions">>Wow, Emma’s such a slut, I wish I was her.<</speech>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<<case 5>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<<case 6>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room51]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="food2.jpg">
<<speech "ThoughtsActions">>I need to shower before I do my weekly shop.<</speech>>
<video src="shave.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Day">>Time to go <<link[[shopping.|shop51]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "Female">>We have openings for cleaning staff Mondays to Fridays, 7.00pm 'til 11.00pm. The pay is £40.00 per shift.<</speech>>
<img src="wine3.jpg">
<<speech "ThoughtsActions">>Should I [[take the job|ywine2]] or politely decline and [[leave.|wquit]]<</speech>>
<<nobr>>
<<set $wine to 0>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "Becky2">>Sorry, I can’t work here. Thanks, bye.<</speech>>
<</if>>
<</nobr>>
<<speech "Night">>Time to go <<link [[home.|weout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I walk down to my local wine bar.<</speech>>
<video src="wine.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>Do you have any evening [[work?|ywine]]<</speech>>
<</if>>
<<if $wine >= 10 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>[[Start work|wine50]] or [[quit.|wquit]]<</speech>>
<</if>>
<<if $wine == 0 && $spa == 10 || $ymca == 10>>
<<speech "ThoughtsActions">>I’m not really a drinker and I’d have to quit my current evening job before I could work here. I think I’ll go [[home.|wquit]]<</speech>>
<</if>>
<</nobr>>
<<speech "Female">>Good. It's too late to start today but work as many days as you want.<</speech>>
<img src="wine3.jpg">
<<speech "Becky2">>Thanks, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|weout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $wine += 10>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I walk down to the fancy spa.<</speech>>
<video src="spa.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>Do you have any evening [[work?|yspa]]<</speech>>
<</if>>
<<if $wine >= 0 && $spa == 10 && $ymca == 0>>
<<speech "ThoughtsActions">>[[Start work|spa50]] or [[quit.|squit]]<</speech>>
<</if>>
<<if $wine == 10 || $ymca == 10 && $spa == 0>>
<<speech "ThoughtsActions">>I can't afford a membership here and I’d have to quit my current evening job before I could work here. I think I’ll go [[home.|squit]]<</speech>>
<</if>>
<</nobr>><<speech "Female">>We have openings for cleaning staff Mondays to Fridays, 7.00pm 'til 11.00pm. The pay is £40.00 per shift.<</speech>>
<img src="spa5.jpg">
<<speech "ThoughtsActions">>Should I [[take the job|yspa2]] or politely decline and [[leave.|squit]]<</speech>>
<<speech "Female">>Good. It's too late to start today but work as many days as you want.<</speech>>
<img src="spa5.jpg">
<<speech "Becky2">>Thanks, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|spout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $spa += 10>><<nobr>>
<<set $spa to 0>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "Becky2">>Sorry, I can’t work here. Thanks, bye.<</speech>>
<</if>>
<</nobr>>
<<speech "Night">>Time to go <<link [[home.|spout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I walk down to the golf course club house.<</speech>>
<img src="golf2.jpg"><img src="golf1.jpg">
<<nobr>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>Do you have any evening [[work?|yymca]]<</speech>>
<</if>>
<<if $wine >= 0 && $spa == 0 && $ymca == 10>>
<<speech "ThoughtsActions">>[[Start work|ym50]] or [[quit.|yquit]]<</speech>>
<</if>>
<<if $wine == 10 || $spa == 10 && $ymca == 0>>
<<speech "ThoughtsActions">>I can't go in here and I’d have to quit my current evening job before I could work here. I think I’ll go [[home.|yquit]]<</speech>>
<</if>>
<</nobr>><<speech "Female">>We have openings for cleaning staff Mondays to Fridays, 7.00pm 'til 11.00pm. The pay is £40.00 per shift.<</speech>>
<img src="golf4.jpg">
<<speech "ThoughtsActions">>Should I [[take the job|yymca2]] or politely decline and [[leave.|yquit]]<</speech>><<nobr>>
<<set $ymca to 0>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "Becky2">>Sorry, I can’t work here. Thanks, bye.<</speech>>
<</if>>
<</nobr>>
<<speech "Night">>Time to go <<link [[home.|ymout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $ymca to 0>><<speech "Female">>Good. It's too late to start today but work as many days as you want.<</speech>>
<img src="golf4.jpg">
<<speech "Becky2">>Thanks, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|ymout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $ymca += 10>><video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<img src=" trolley.jpg">
<<speech "ThoughtsActions">>Shopping is such a chore but you do see some interesting stuff.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="rui2.jpg"><video src="shop1.mp4" autoplay loop muted controls height="180px"></video>
<<case 2>>
<img src="rui1.jpg"><video src="shop2.mp4" autoplay loop muted controls height="180px"></video>
<<case 3>>
<img src="rui1.jpg"><video src="shop3.mp4" autoplay loop muted controls height="180px"></video>
<<case 4>>
<img src="rui3.jpg"><video src="shop4.mp4" autoplay loop muted controls height="180px"></video>
<<case 5>>
<img src="rui2.jpg"><video src="shop5.mp4" autoplay loop muted controls height="180px"></video>
<</switch>>
<<speech "ThoughtsActions">>Time for something [[tasty.|shop51b]]<</speech>>
<<if visited() == 4>><<goto "shop51alt">><</if>>
<<set $cash -= 100>><<speech "ThoughtsActions">>I treat myself to something yummy on Saturdays.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="food3.jpg">
<<case 2>>
<img src="food4.jpg">
<<case 3>>
<img src="food5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Then I pay my weekly rent from my phone.<</speech>>
<img src="rent.jpg">
<<speech "Evening">>Time to go <<link [[home.|h51c]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash -= 100>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>I think I’ll hang out in the shared living room and watch t.v.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time to do <<link [[something else.|51d]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her52"
alt="her52" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his52"
alt="his52" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room52]]<</speech>>
<video src="lap2.mp4" autoplay loop muted controls height="240px"></video><video src="lap.mp4" autoplay loop muted controls height="240px"></video>
<<speech "Morning">>Unwinding before going to <<link [[sleep.|sun52]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<speech "ThoughtsActions">>Sundays I make myself a traditional breakfast, shower then walk to the beauty clinic.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="2s1.jpg">
<<case 2>>
<img src="2s2.jpg">
<<case 3>>
<img src="2s3.jpg">
<<case 4>>
<img src="2s4.jpg">
<<case 5>>
<video src="2sb.mp4" autoplay loop muted controls height="480px"></video>
<<case 6>>
<video src="2sa.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Day">>Time to go <<link [[out.|clin52a]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 6)>>
<<case 1>>
<<speech "ThoughtsActions">>I want to suck cock as good as her.<</speech>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<<speech "ThoughtsActions">>I love this chick.<</speech>>
<img src="bj4.gif">
<<case 3>>
<<speech "ThoughtsActions">>I want to suck cock as good as her.<</speech>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<<case 5>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<<case 6>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room52]]<</speech>><<switch random(1, 8)>>
<<case 1>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<img src="john2.gif">
<<case 4>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 5>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john4.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 7>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 8>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room52]]<</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking to the beauty clinic for a mornings work in exchange for some beauty treatment.<</speech>>
<img src="clin1.jpg"><img src="clin2.jpg">
<<speech "ThoughtsActions">>I put on an apron and get to work.<</speech>>
<video src="bc1.mp4" autoplay loop muted controls height="360px"></video>
<img src="sand2.jpg">
<<speech "ThoughtsActions">>I finish my morning’s work and [[grab a sandwich.|clin52b]]<</speech>><<speech "ThoughtsActions">>Time to make me gorgeous.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="bc2.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="bc3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="bc4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "ThoughtsActions">>Then an hour on the sunbed.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tan1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="tan1.gif">
<<case 3>>
<img src="tanp1.jpg">
<<case 4>>
<img src="tanp2.jpg">
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h53]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>I think I’ll hang out in the shared living room.<</speech>>
<video src="sun1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Was someone watching me. I hope so.<</speech>>
<<speech "Night">>Time to do <<link [[something else.|h53b]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 3>><<goto "h53alt">><</if>>
<<if visited() == 4>><<goto "h53alt2">><</if>><<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her53"
alt="her53" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his53"
alt="his53" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room53]]<</speech>>
<video src="only40.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Morning">>I work on my Only Me page then go to <<link [[sleep.|m50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 6)>>
<<case 1>>
<<speech "ThoughtsActions">>I want to suck cock as good as her.<</speech>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<<speech "ThoughtsActions">>I love this chick.<</speech>>
<img src="bj4.gif">
<<case 3>>
<<speech "ThoughtsActions">>I want to suck cock as good as her.<</speech>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<<case 5>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<<case 6>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room53]]<</speech>><<switch random(1, 8)>>
<<case 1>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<img src="john2.gif">
<<case 4>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 5>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john4.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 7>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 8>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room53]]<</speech>><img src="time.gif"><img src="time1.gif"><img src="time.gif">
<<speech "Message">>Several weeks have passed and your hard work, dedication and cosmetic treatments have transformed your appearance one step closer to being gorgeous.<</speech>>
<img src="tform2.gif">
<<speech "Message">>Remember, to complete Level 2:
1. Get a security keycard for the upper floors.
2. Hit your new weight loss target by exercising in the park or at the gym.
3. Save up £1,200 for a boob job by working part-time at the wine bar, the spa or the golf club and getting more film so new people will subscibe to your Only Me page.
Click [[here|m55]] to wake up.<</speech>>
<<set $lvl += 10>>
<img src="keycard2.jpg">
<<speech "Message">>Congratulations, you have a keycard to the upper floors. Have fun. Time to <<return>><</speech>>
<<set $key +=10>>
<<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "ThoughtsActions">>Should I use the keycard to check the upper floors or go home.<</speech>>
<<nobr>>
<img src="later.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="later"
alt="later" title="upper floors"
coords="8,5,627,463" shape="rect">
</map>
<</nobr>>
<<speech "Evening">>Go <<link [[home.|h51]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="office.jpg"><img src="office1.jpg">
<<speech "ThoughtsActions">>I work in the file room with Nikki and Darren.<</speech>>
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<speech " ThoughtsActions ">>I seem to be getting more attention these days.<</speech>><<switch random(1, 2)>>
<<case 1>>
<<speech "Male">>Hi Becky.<</speech>>
<img src="ava1.jpg"><img src="offm1.jpg">
<<case 2>>
<<speech "Female">>Hi Becky.<</speech>>
<img src="offg1.jpg"><img src="ava2.jpg">
<</switch>>
<<speech "Becky2">>Hi.<</speech>>
<<speech "ThoughtsActions">>The office canteen is in the annex. Lunch is free which is nice so I can skip my evening meal and stay on my diet.<</speech>>
<img src="cant.jpg"><img src="cant1.jpg">
<<speech "Female">>Hi Becky, can I sit with you?<</speech>>
<img src="offles2.jpg">
<<speech "Female">>I’ve found an empty office. Do you want to have some fun?<</speech>>
<<speech "Becky2">>Err ok.<</speech>>
<<speech " ThoughtsActions ">>Before I know it.<</speech>>
<video src="ol1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky2">>Ohhhh oh my god. Thanks Marie. I’d better get [[back to work.|w50b]]<</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="office.jpg"><img src="office1.jpg">
<<speech "ThoughtsActions">>I work in the file room with Nikki and Darren.<</speech>>
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<speech " ThoughtsActions ">>I seem to be getting more attention these days.<</speech>><<switch random(1, 2)>>
<<case 1>>
<<speech "Male">>Hi Becky.<</speech>>
<img src="ava1.jpg"><img src="offm1.jpg">
<<case 2>>
<<speech "Female">>Hi Becky.<</speech>>
<img src="offg1.jpg"><img src="ava2.jpg">
<</switch>>
<<speech "Becky2">>Hi.<</speech>>
<<speech "ThoughtsActions">>The office canteen is in the annex. Lunch is free which is nice so I can skip my evening meal and stay on my diet.<</speech>>
<img src="cant.jpg"><img src="cant1.jpg">
<<speech "ThoughtsActions">>Tasty. Back to work.<</speech>>
<img src="offman2.jpg"><img src="offman3.jpg">
<<speech "Male">>Put those down and take a seat.<</speech>>
<video src="offman1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky2">>Nice cock, what d’you want to do with it?<</speech>>
<<speech "Male">>How about putting it in you?<</speech>>
<<speech "Becky2">>If you film it on my phone.<</speech>>
<video src="offman2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Ok I filmed that, now bend over.<</speech>>
<video src="offman3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky2">>Ohhhh oh my god. Thanks Paul. I’d better get [[back to work.|w50b]]<</speech>>
<<set $ework += 1>>
<<set $only += 1>>
<<set $cash += 40>><<speech "Becky2">>Hello Player, I’m walking around the upper floors, like I work up here, looking for something interesting.<</speech>>
<video src="walk.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky2">>I wonder what she’s looking at.<</speech>>
<video src="late1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky2">>She's going in, let's take a look.<</speech>>
<video src="late2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Two cocks are better than one.<</speech>>
<video src="late3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Oh my god, what is this? I never dreamed….. oh my god. I’ve got to check this on the internet.<</speech>>
<video src="late4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Evening">>I'd better hurry <<link [[home.|h51]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "altlate">><</if>>
<video src="walk.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 7)>>
<<case 1>>
<img src="empt1.jpg">
<<case 2>>
<img src="empt2.jpg">
<<case 3>>
<img src="empt3.jpg">
<<case 4>>
<img src="empt4.jpg">
<<case 5>>
<img src="empt5.jpg">
<<case 6>>
<img src="empt6.jpg">
<<case 7>>
<img src="empt7.jpg">
<</switch>>
<<speech "ThoughtsActions">>I don’t see anything happening, maybe next time.<</speech>>
<<speech "Evening">>I'd better hurry <<link [[home.|h51]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<goto `either("later1", "later2", "later3", "later4")`>><video src="walk.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 7)>>
<<case 1>>
<video src="offstrap1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<img src="empt2.jpg">
<<case 3>>
<img src="empt3.jpg">
<<case 4>>
<img src="empt4.jpg">
<<case 5>>
<img src="empt5.jpg">
<<case 6>>
<img src="empt6.jpg">
<<case 7>>
<img src="empt7.jpg">
<</switch>>
<<speech "Evening">>I'd better hurry <<link [[home.|h51]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="2gym3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I workout with the trainer.<</speech>>
<video src="2gym2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I go back to his place and take the initiative.<</speech>>
<video src="2gym4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>My mouth got a tasty workout too.<</speech>>
<video src="2gym5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>Time to go <<link [[home.|gyout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 1>><<set $oral += 5>><</if>>
<<if $oral gte 100>><<set $oral to 100>><</if>><<speech "ThoughtsActions">>Cool. I’ve got 2 options and they're both ready to go today.<</speech>>
<<nobr>>
<img src="trinp4.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch5"
alt="ch5" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph4"
alt="ph4" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I choose this one by swiping right or check out the next one by swiping left?<</speech>>
<<if hasVisited("ph1") && hasVisited ("ph2") && hasVisited("ph3") && hasVisited ("ph4") && hasVisited ("ph5")>><<goto "tr1">><</if>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="trinf1.jpg">
<<speech "Becky2">>Hi, I’m your Trinder date, can I film us?<</speech>>
<<speech "Male">>Err ok.<</speech>>
<video src="trinf1a.mp4" autoplay loop muted controls height="480px"></video>
<video src="trinf1b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky2">>Uh uh uh. That was nice, thanks.<</speech>>
<<speech "Night">>Time to go <<link [[home.|trout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx1">><</if>><<goto "h51b">>
<<if $oral gte 100>><<set $oral to 100>><</if>><video src="mts1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Spying on your stepmom?! Give me your phone I’m going to get you a girl before you turn into a perv.<</speech>>
<img src="mts.jpg">
<<speech "Female">>Hello, you look nice. My stepson, Kevin, is very shy I’m hoping you can teach him about how to treat a woman.<</speech>>
<<speech "Becky2">>I’ll try, can you help as well?<</speech>>
<<speech "Female">>Sounds like fun.<</speech>>
<video src="mts1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Ok Kevin, watch and learn.<</speech>>
<<nobr>>
<<if not hasVisited("key")>>
<<speech "Becky2">>Can you show me how you suck cock?<</speech>>
<</if>>
<</nobr>>
<<speech "Female">>Ok Kevin, here’s your reward.<</speech>>
<video src="mts1c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Ok, now your hard let’s see you fuck the pretty girl.<</speech>>
<video src="mts1d.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Now I’m turned on, give me some cock, but don’t tell your Dad.<</speech>>
<video src="mts1e.mp4" autoplay loop muted controls height="360px"></video>
<<nobr>>
<<if not hasVisited("key")>>
<<speech "ThoughtsActions">>That was fun and I learnt something about blowjobs.<</speech>>
<</if>>
<</nobr>>
<<speech "Night">>Time to go <<link [[home.|trout2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 1>><<set $oral += 5>><</if>>
<<if $oral gte 100>><<set $oral to 100>><</if>>
<<if visited() >= 2>><<goto "phx2">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="ava1.jpg">
<<speech "Becky2">>Hi I’m Becky your Trinder date. Can I film us for my Only Me page?<</speech>>
<video src="trinf4a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Sorry, I wouldn’t be comfortable with that. Let’s just have some fun.<</speech>>
<video src="trinf4b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky2">>Uh uh uh ahhh aaaah. Mmmmmm nnnnmm.<</speech>>
<video src="trinf4c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>That was fun thanks. Time to go <<link [[home.|trout2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx4">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="at1.jpg">
<<speech "Becky2">>Hi I’m Becky your Trinder date. Can you film us for my Only Me page.<</speech>>
<<speech "Male">>Ok, give me your phone.<</speech>>
<video src="trinf2a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky2">>Are you getting this on my phone?<</speech>>
<<speech "Male">>Yeah, it looks good.<</speech>>
<video src="trinf2b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky2">>Mmmm, oh yeah. Thanks.<</speech>>
<<speech "Night">>Time to go <<link [[home.|trout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx3">><</if>><<nobr>>
<img src="trinp5.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="h51alt"
alt="h51alt" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph5"
alt="ph5" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I choose him or do something else?<</speech>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky2">>Hello player, I’m going home after my Trinder date. I got a good film clip for my Only Me page, look.<</speech>>
<video src="trinf5a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Carry on going <<link [[home.|trout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx5">><</if>><img src="trinp1.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch2]]<</speech>><img src="trinp2.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch3]]<</speech>><img src="trinp3.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll [[do something else.|h51alt]]<</speech>><img src="trinp4.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch5]]<</speech>><img src="trinp5.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll [[do something else.|h51alt]]<</speech>><img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky2">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky2">>Ooooh.<</speech>>
<video src="mazz1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, she’s gorgeous.<</speech>>
<video src="mazz1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Has the masseur got something in her swimsuit?<</speech>>
<video src="mazz1c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, maybe I should try to buy one of those.<</speech>>
<video src="mazz1d.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>That was cool. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky2">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky2">>Ooooh.<</speech>>
<video src="mazz2a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>That was fun. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky2">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky2">>Ooooh.<</speech>>
<video src="mazz4a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Oh my god, that looks so hot.<</speech>>
<video src="mazz4b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>That was interesting. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky2">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky2">>Ooooh.<</speech>>
<video src="mazz5a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Oh my god, I wish I was her.<</speech>>
<video src="mazz5b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>That was hot. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky2">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky2">>Ooooh.<</speech>>
<video src="mazz3a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, she doesn’t waste much time.<</speech>>
<video src="mazz3b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>That was fun. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 4)>>
<<case 1>>
<video src="cbj1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cbj2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="cbj3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cbj4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<nobr>>
<<if lastVisited("room51") ==1 || lastVisited("room51b") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room56") ==1 || lastVisited("room56b") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m55]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room61") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m60]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room66") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<</nobr>><<switch random(1, 4)>>
<<case 1>>
<video src="gay1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="gay2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="gay3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="gay4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<nobr>>
<<if lastVisited("room51") ==1 || lastVisited("room51b") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room56") ==1 || lastVisited("room56b") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m55]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room61") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m60]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room66") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<</nobr>><<switch random(1, 4)>>
<<case 1>>
<video src="cless1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="cless2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="cless3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="cless4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<nobr>>
<<if lastVisited("room51") ==1 || lastVisited("room51b") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room56") ==1 || lastVisited("room56b") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m55]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room61") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m60]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room66") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<</nobr>><<switch random(1, 6)>>
<<case 1>>
<video src="chj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="chj7.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="chj3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="chj4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="chj5.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="chj6.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<nobr>>
<<if lastVisited("room51") ==1 || lastVisited("room51b") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room56") ==1 || lastVisited("room56b") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m55]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room61") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m60]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room66") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<</nobr>><<switch random(1, 5)>>
<<case 1>>
<video src="canal1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="canal2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="canal3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="canal4.mp4" autoplay loop muted controls height="480px"></video>
<<case 5>>
<video src="canal5.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<nobr>>
<<if lastVisited("room51") ==1 || lastVisited("room51b") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room56") ==1 || lastVisited("room56b") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m55]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room61") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m60]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room66") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="office.jpg"><img src="office1.jpg">
<<speech "ThoughtsActions">>I work in the file room with Nikki and Darren.<</speech>>
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky2">>Hello Mr. Jones, I think I’m ready for a keycard.<</speech>>
<video src="boss10.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Ok, show me.<</speech>>
<img src="boss12.gif">
<<speech "Male">>Good job Becky. Here’s your slutcard, have fun.<</speech>>
<<speech "Becky2">>Thanks Mr. Jones.<</speech>>
<<nobr>>
<img src="keycard.jpg" usemap="#image-map">
<map name="image-map">
<area
data-passage="key"
alt="key" title="keycard"
coords="2,4,314,315" shape="rect">
</map>
<</nobr>>
<<if visited() >= 2>><<goto "late">><</if>><video src="walk.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Nobody seems to care about who’s watching them fuck.<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="2off7.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="2off6.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="2off5.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="2off4.mp4" autoplay loop muted controls height="480px"></video>
<<case 5>>
<video src="2off3.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<video src="2off2.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Evening">>I'd better hurry <<link [[home.|h51]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="2off1a.jpg">
<<speech "Becky2">>Hi.<</speech>>
<img src="2off1c.jpg">
<<speech "Male">>I’ve not seen you up here before. What do you want?<</speech>>
<img src="2off1b.jpg">
<<speech "Male">>I see.<</speech>>
<img src="2off1d.jpg">
<<speech "Male">>Ok. Stand there and face the wall.<</speech>>
<video src="2off1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky2">>Ooh ooh uh uh uh.<</speech>>
<<speech "Male">>Have you had anal before?<</speech>>
<<speech "Becky2">>Ooh ooh err no.<</speech>>
<<speech "Male">>First time for everything. Relax.<</speech>>
<video src="2off1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky2">>Ow aaaaah oh my god.<</speech>>
<<speech "Male">>Good job kid.<</speech>>
<<speech "Evening">>Thanks bye. I'd better hurry <<link [[home.|h51]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "later5">><</if>><img src="2off1b.jpg">
<<speech "Male">>Hi, d’you want another go.<</speech>>
<<speech "Becky2">>Yes.<</speech>>
<img src="2off1d.jpg">
<<speech "Male">>Good girl. Face the wall.<</speech>>
<video src="2off1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky2">>Ow aaaaah oh my god.<</speech>>
<<speech "Male">>Good job kid.<</speech>>
<<speech "Evening">>Thanks bye. I'd better hurry <<link [[home.|h51]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<nobr>>
<img src="com19.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj51"
alt="h51" title="handjob"
coords="148,39,253,158" shape="rect">
<area
data-passage="les51"
alt="les51" title="lesbian"
coords="145,181,250,301" shape="rect">
<area
data-passage="bj51"
alt="bj51" title="blowjob"
coords="270,33,369,159" shape="rect">
<area
data-passage="ga51"
alt="ga51" title="gay"
coords="273,182,361,303" shape="rect">
<area
data-passage="an51"
alt="an51" title="anal"
coords="386,32,503,158" shape="rect">
<area
data-passage="dp51"
alt="dp51" title="double"
coords="390,185,504,307" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|m50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<switch random(1, 5)>>
<<case 1>>
<video src="banal1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="banal2.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="banal3.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="banal4.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="banal5.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<nobr>>
<<if lastVisited("room51") ==1 || lastVisited("room51b") ==1>>
<<speech "Morning">>Oh my god. Go to <<link [[sleep.|m50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room56") ==1 || lastVisited("room56b") ==1>>
<<speech "Morning">>Wow. Go to <<link [[sleep.|m55]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room61") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m60]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<<if lastVisited("room66") ==1>>
<<speech "Morning">>Go to <<link [[sleep.|m65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<</if>>
<</nobr>><<if visited() == 1>><<goto "wait1">>
<<elseif visited() == 2>><<goto "wait2">>
<<elseif visited() == 3>><<goto "wait3">>
<<elseif visited() == 4>><<goto "wait4">>
<<else>><<goto "wait5">>
<</if>>
<img src="wine3.jpg">
<<speech "Female">>I need you to fill in as a waitress tonight, here’s your uniform.<</speech>>
<img src="wbuni.jpg">
<<speech "ThoughtsActions">>Start work.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="wb1.jpg">
<<case 2>>
<img src="wb2.jpg">
<<case 3>>
<img src="wb3.jpg">
<</switch>>
<<speech "ThoughtsActions">>That hot guy’s here again, I’ll go over.<</speech>>
<img src="wec2c.jpg">
<<speech "Male">>Hi Becky how are you?<</speech>>
<img src="wb4.jpg">
<<speech "Male">>Oh.<</speech>>
<img src="we2.gif">
<<speech "Becky2">>If you follow me to the toilet I’ll take care of that.<</speech>>
<video src="we3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky2">>Oh fuck yeah. That was cool but I've got to get back to work.<</speech>>
<<switch random(1, 3)>>
<<case 1>>
<img src="wb5.jpg">
<<case 2>>
<img src="wb6.jpg">
<<case 3>>
<img src="wb7.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|weout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>>
<<if $oral gte 100>><<set $oral to 100>><</if>><img src="wine3.jpg">
<<speech "Female">>I need you to fill in as a waitress tonight, here’s your uniform.<</speech>>
<img src="wbuni.jpg">
<<speech "ThoughtsActions">>Start work.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="wb1.jpg">
<<case 2>>
<img src="wb2.jpg">
<<case 3>>
<img src="wb3.jpg">
<</switch>>
<<speech "ThoughtsActions">>He looks interesting, I’ll give him a big smile.<</speech>>
<img src="wec2c.jpg">
<<speech "Male">>Hello, you’re new.<</speech>>
<<speech "Becky2">>I’m Becky, I’m just filling in.<</speech>>
<img src="wec2a.jpg">
<<speech "Male">>I’ll fill you anytime.<</speech>>
<<speech "Becky2">>Ha ha, I’ll remember that.<</speech>>
<<speech "Night">>Time to go <<link [[home.|weout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="wine3.jpg">
<<speech "Female">>I need you to fill in as a waitress tonight, here’s your uniform.<</speech>>
<img src="wbuni.jpg">
<<speech "ThoughtsActions">>Start work.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="wb1.jpg">
<<case 2>>
<img src="wb2.jpg">
<<case 3>>
<img src="wb3.jpg">
<<case 4>>
<img src="wb4.jpg">
<<case 5>>
<img src="wb5.jpg">
<<case 6>>
<img src="wb6.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|weout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="wine3.jpg">
<<speech "Female">>I need you to fill in as a waitress tonight, here’s your uniform.<</speech>>
<img src="wbuni.jpg">
<<speech "ThoughtsActions">>Start work.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="wb1.jpg">
<<case 2>>
<img src="wb2.jpg">
<<case 3>>
<img src="wb3.jpg">
<</switch>>
<<speech "ThoughtsActions">>That hot guy’s here again, I’ll go over.<</speech>>
<img src="wec1.jpg">
<<speech "Male">>Hi Becky how are you?<</speech>>
<img src="wb4.jpg">
<<speech "Male">>Oh.<</speech>>
<img src="we1.gif">
<<speech "Becky2">>If you follow me to the toilet I’ll take care of that.<</speech>>
<video src="we3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky2">>Oh fuck yeah. That was cool but I've got to get back to work.<</speech>>
<<switch random(1, 3)>>
<<case 1>>
<img src="wb5.jpg">
<<case 2>>
<img src="wb6.jpg">
<<case 3>>
<img src="wb7.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|weout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>>
<<if $oral gte 100>><<set $oral to 100>><</if>><img src="wine3.jpg">
<<speech "Female">>I need you to fill in as a waitress tonight, here’s your uniform.<</speech>>
<img src="wbuni.jpg">
<<speech "ThoughtsActions">>Start work.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="wb1.jpg">
<<case 2>>
<img src="wb2.jpg">
<<case 3>>
<img src="wb3.jpg">
<</switch>>
<<speech "ThoughtsActions">>He looks interesting, I’ll give him a big smile.<</speech>>
<img src="wec1.jpg">
<<speech "Male">>Hello, you’re new.<</speech>>
<<speech "Becky2">>I’m Becky, I’m just giving them a hand.<</speech>>
<img src="wec1a.jpg">
<<speech "Male">>You can give me a hand anytime.<</speech>>
<<speech "Becky2">>Ha ha, I’ll remember that.<</speech>>
<<speech "Night">>Time to go <<link [[home.|weout]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="shopclo.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Today I bought contact lenses. It is going to take a few weeks to get used to these.<</speech>>
<img src="lens.jpg">
<<speech "ThoughtsActions">>Shopping is such a chore but you do see some interesting stuff.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="rui2.jpg"><video src="shop1.mp4" autoplay loop muted controls height="180px"></video>
<<case 2>>
<img src="rui1.jpg"><video src="shop2.mp4" autoplay loop muted controls height="180px"></video>
<<case 3>>
<img src="rui1.jpg"><video src="shop3.mp4" autoplay loop muted controls height="180px"></video>
<<case 4>>
<img src="rui3.jpg"><video src="shop4.mp4" autoplay loop muted controls height="180px"></video>
<<case 5>>
<img src="rui2.jpg"><video src="shop5.mp4" autoplay loop muted controls height="180px"></video>
<</switch>>
<<speech "ThoughtsActions">>Time for something [[tasty.|shop51b]]<</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>I think I’ll hang out in the shared living room.<</speech>>
<video src="sun1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky2">>Who are you.<</speech>>
<<speech "Male">>I’m Kevin, Emma’s friend. Sorry for watching you.<</speech>>
<<speech "Becky2">>No you’re not. Where is she?<</speech>>
<<speech "Male">>Hairdressers.<</speech>>
<<speech "Becky2">>Have you got an erection?<</speech>>
<<speech "Male">>Err yes but…<</speech>>
<<speech "Becky2">>Come on, let’s not let it go to waste, I won’t tell Emma.<</speech>>
<video src="sun3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky2">>Fuck that was good.<</speech>>
<<speech "Night">>Time to do <<link [[something else.|room53]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>I think I’ll hang out in the shared living room.<</speech>>
<video src="sun1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky2">>Is that Kevin?.<</speech>>
<<speech "Male">>Yes.<</speech>>
<<speech "Becky2">>Is Emma out?<</speech>>
<<speech "Male">>Yes.<</speech>>
<<speech "Becky2">>Let's go<</speech>>
<video src="sun3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky2">>Fuck yeah.<</speech>>
<<speech "Night">>Time to do <<link [[something else.|room53]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w1.jpg"><img src="corn.jpg">
<<speech "ThoughtsActions">>I need to shower before work.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="2s1.jpg">
<<case 2>>
<img src="2s2.jpg">
<<case 3>>
<img src="2s3.jpg">
<<case 4>>
<img src="2s4.jpg">
<<case 5>>
<video src="kqshower1.mp4" autoplay loop muted controls height="480px"></video>
<<case 6>>
<video src="kqshower1.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>Putting in my contact lenses.<</speech>>
<img src="lenses.jpg">
<<speech "Day">>Time to go to <<link [[work.|w55]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<<if $oral gte 100>><<set $oral to 100>><</if>>
<<if visited("m55") == 6>><<goto "sat56">><</if>>
<<if visited("m55") == 12>><<goto "sat56">><</if>>
<<if visited("m55") == 18>><<goto "sat56">><</if>>
<<if visited("m55") == 24>><<goto "sat56">><</if>>
<<if visited("m55") == 30>><<goto "sat56">><</if>>
<<if visited("m55") == 31>><<goto "week10">><</if>>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="office.jpg"><img src="office1.jpg">
<<speech "ThoughtsActions">>I still work in the file room with Nikki and Darren.<</speech>>
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<speech " ThoughtsActions ">>I'm getting more attention these days.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="kq9.jpg"><img src="kq12.jpg">
<<case 2>>
<img src="kq10.jpg"><img src="kq13.jpg">
<<case 3>>
<img src="kq11.jpg"><img src="kq14.jpg">
<</switch>>
<<speech "ThoughtsActions">>The office canteen is in the annex. Lunch is free which is nice so I can skip my evening meal and stay on my diet.<</speech>>
<img src="cant.jpg"><img src="cant1.jpg">
<<speech "ThoughtsActions">>[[Back to work.|w55b]]<</speech>>
<<nobr>>
<<if visited("w55") == 5>><<set $cash += 200>><</if>>
<<if visited("w55") == 10>><<set $cash += 200>><</if>>
<<if visited("w55") == 15>><<set $cash += 200>><</if>>
<<if visited("w55") == 20>><<set $cash += 200>><</if>>
<<if visited("w55") == 25>><<set $cash += 200>><</if>>
<</nobr>>
<<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "Evening">>Time to go <<link [[home.|h56]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if $oral >= 100 && not hasVisited("red") && not hasVisited("red55")>><<goto "red55">><</if>>
<<if hasVisited("key")>><<goto "late55">><</if>><img src="office.jpg"><img src="office1.jpg">
<<speech "ThoughtsActions">>I work in the file room with Nikki and Darren.<</speech>>
<video src="nb1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky3">>Hello Mr. Jones, I think I’m ready for a keycard.<</speech>>
<video src="boss10.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Ok, show me.<</speech>>
<img src="boss12.gif">
<<speech "Male">>Good job Becky. Here’s your slutcard, have fun.<</speech>>
<<speech "Becky3">>Thanks Mr. Jones.<</speech>>
<<nobr>>
<img src="keycard.jpg" usemap="#image-map">
<map name="image-map">
<area
data-passage="key"
alt="key" title="keycard"
coords="2,4,314,315" shape="rect">
</map>
<</nobr>>
<<if visited() >= 2>><<goto "late55">><</if>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<nobr>>
<img src="compo1.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="park55"
alt="park55" title="jog"
coords="2,0,198,227" shape="rect">
<area
data-passage="gym55"
alt="gym55" title="workout"
coords="229,0,410,228" shape="rect">
<area
data-passage="trin55"
alt="trin55" title="trinder"
coords="452,-1,634,228" shape="rect">
<area
data-passage="winex5"
alt="winex5" title="winebar"
coords="1,250,197,477" shape="rect">
<area
data-passage="spax5"
alt="spax5" title="spa"
coords="228,257,405,476" shape="rect">
<area
data-passage="ymcax5"
alt="ymca5" title="golf"
coords="448,257,638,478" shape="rect">
</map>
<</nobr>>
<<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "ThoughtsActions">>Should I use the keycard to check the upper floors or go home.<</speech>>
<<nobr>>
<img src="later.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="altlat3"
alt="altlat3" title="upper floors"
coords="8,5,627,463" shape="rect">
</map>
<</nobr>>
<<speech "Evening">>Go <<link [[home.|h56]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<<nobr>>
<img src="gy2mult.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="gy5"
alt="gy5" title="workout"
coords="247,215,394,437" shape="rect">
<area
data-passage="gy8"
alt="gy8" title="women"
coords="29,216,197,438" shape="rect">
<area
data-passage="gy9"
alt="gy9" title="men"
coords="443,215,608,437" shape="rect">
</map>
<</nobr>>
<<speech "Becky3">>Hello Player, do you want to watch me workout or would you rather peek on the women’s or men’s section.<</speech>><video src="2gyx.mp4" autoplay loop muted controls height="480px"></video>
<img src="2gyx.jpg">
<<speech "Night">>Time to go <<link [[home.|gyout2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<<if visited() == 2>><<goto "gy6">><</if>>
<<if visited() == 4>><<goto "gy7">><</if>>
<<if visited() == 6>><<goto "gy6">><</if>>
<<if visited() == 8>><<goto "gy7">><</if>>
<</nobr>><<if $oral gte 100>><<set $oral to 100>><</if>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<goto "h56b">>
<video src="2gyx.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Hey Player, this gym work is paying off, I look good.<</speech>>
<video src="2gy5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky3">>Hey, what are you doing.<</speech>>
<<speech "Male">>Oh shut up Becky, you know you love it.<</speech>>
<<speech "Becky3">>Ok, pull out and I’ll suck you off.<</speech>>
<video src="2gy4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Mmmmmm nnnmmnn.<</speech>>
<<speech "Male">>Oh oh oh aaaaaaah.<</speech>>
<<speech "Night">>Time to go <<link [[home.|gyout2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>>
<<if $oral gte 100>><<set $oral to 100>><</if>><video src="2gy1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Hey Player, this gym work is paying off, I look good.<</speech>>
<video src="2gy2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky3">>Hey, what are you doing.<</speech>>
<<speech "Male">>Oh shut up Becky, you know you love it.<</speech>>
<<speech "Becky3">>Ok, but make me cum or I’ll kick your arse.<</speech>>
<video src="2gy3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Oh oh oh aaaaaaah.<</speech>>
<<speech "Becky3">>Mmmmmm, oh yeah.<</speech>>
<<speech "Night">>Time to go <<link [[home.|gyout2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<goto `either("later6", "later7", "later8")`>><video src="walk.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Nobody seems to care about who’s watching them fuck.<</speech>><<switch random(1, 7)>>
<<case 1>>
<video src="2off2.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="2off3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="2off4.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="2off5.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="2off6.mp4" autoplay loop muted controls height="480px"></video>
<<case 6>>
<video src="2off7.mp4" autoplay loop muted controls height="360px"></video>
<<case 7>>
<video src="offstrap1.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Evening">>I'd better hurry <<link [[home.|h56]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walk.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 7)>>
<<case 1>>
<img src="empt1.jpg">
<<case 2>>
<img src="empt2.jpg">
<<case 3>>
<img src="empt3.jpg">
<<case 4>>
<img src="empt4.jpg">
<<case 5>>
<img src="empt5.jpg">
<<case 6>>
<img src="empt6.jpg">
<<case 7>>
<img src="empt7.jpg">
<</switch>>
<<speech "ThoughtsActions">>I don’t see anything happening, maybe next time.<</speech>>
<<speech "Evening">>I'd better hurry <<link [[home.|h56]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="kq15.jpg">
<<speech "Male">>Hi, d’you want another go.<</speech>>
<<speech "Becky3">>Yes.<</speech>>
<img src="2off1d.jpg">
<<speech "Male">>Good girl. Face the wall.<</speech>>
<video src="2off1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky3">>Ow aaaaah oh my god.<</speech>>
<<speech "Male">>Good job kid.<</speech>>
<<speech "Evening">>That was amazing but I'm too sore to work, I'll just go <<link [[home and chill.|h56balt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 4>><<goto "later6">><</if>><<goto `either("pk5", "pk5", "pk5", "pk5", "pk5", "pk5", "pk6", "pk6", "pk6", "pk5")`>><img src="rw.jpg"><img src="kq2.jpg">
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>The park is fun.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="kq5.jpg">
<<case 2>>
<img src="kq3.jpg">
<<case 3>>
<img src="kq4.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|pkout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="rw.jpg"><img src="kq2.jpg">
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>><<switch random(1, 5)>>
<<case 1>>
<video src="pw5c.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="w4bb.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="pw3a.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="week2.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="w3ba.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Night">>Time to go <<link [[home.|pkout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<goto "h56b">><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I walk down to my local wine bar.<</speech>>
<video src="wine.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>Do you have any evening [[work?|ywine5]]<</speech>>
<</if>>
<<if $wine >= 10 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>[[Start work|wine55]] or [[quit.|wquit5]]<</speech>>
<</if>>
<<if $wine == 0 && $spa == 10 || $ymca == 10>>
<<speech "ThoughtsActions">>I’m not really a drinker and I’d have to quit my current evening job before I could work here. I think I’ll go [[home.|wquit5]]<</speech>>
<</if>>
<</nobr>>
<<nobr>>
<<set $wine to 0>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "Becky3">>Sorry, I can’t work here. Thanks, bye.<</speech>>
<</if>>
<</nobr>>
<<speech "Night">>Time to go <<link [[home.|weout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 40>>
<<set $ework += 1>>
<<goto `either("we5", "we6", "we5", "we6", "we5")`>>
<<speech "Female">>We have openings for cleaning staff Mondays to Fridays, 7.00pm 'til 11.00pm. The pay is £40.00 per shift.<</speech>>
<img src="wine3.jpg">
<<speech "ThoughtsActions">>Should I [[take the job|ywine6]] or politely decline and [[leave.|wquit5]]<</speech>>
<<speech "Female">>Good. It's too late to start today but work as many days as you want.<</speech>>
<img src="wine3.jpg">
<<speech "Becky3">>Thanks, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|weout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $wine += 10>><<if $oral gte 100>><<set $oral to 100>><</if>>
<<goto "h56b">><img src="wine2.jpg"><img src="wine1.jpg">
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="wine3.jpg">
<<if visited() == 1>>
<<speech "Female">>There’s a small room next to the men’s room. Take a look if you’re brave enough.<</speech>><</if>>
<img src="gh4.jpg"><img src="gh1.jpg">
<<speech "ThoughtsActions">>I don’t see anything happening, maybe next time. Back to work.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="clean1.gif">
<<case 2>>
<img src="clean2.gif">
<<case 3>>
<img src="clean3.gif">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|weout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="wine2.jpg"><img src="wine1.jpg">
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="wine3.jpg">
<<if visited() == 1>>
<<speech "Female">>There’s a small room next to the men’s room. Take a look if you’re brave enough.<</speech>><</if>>
<<speech "ThoughtsActions">>I’ll take a look.<</speech>>
<img src="gh4.jpg">
<<speech "Becky3">>Hey Player, we’ve got some action tonight.<</speech>>
<<nobr>>
<<if visited() == 1>><video src="2gh3.mp4" autoplay loop muted controls height="480px"></video>
<<elseif visited() == 2>><video src="2gh2.mp4" autoplay loop muted controls height="480px"></video>
<<else>><img src="2gh1.gif">
<</if>>
<</nobr>>
<<speech "Becky3">>That was fun. Back to work.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="clean1.gif">
<<case 2>>
<img src="clean2.gif">
<<case 3>>
<img src="clean3.gif">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|weout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>>
<<if $oral gte 100>><<set $oral to 100>><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I walk down to the fancy spa.<</speech>>
<video src="spa.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>Do you have any evening [[work?|yspa5]]<</speech>>
<</if>>
<<if $wine >= 0 && $spa == 10 && $ymca == 0>>
<<speech "ThoughtsActions">>[[Start work|spa55]] or [[quit.|squit5]]<</speech>>
<</if>>
<<if $wine == 10 || $ymca == 10 && $spa == 0>>
<<speech "ThoughtsActions">>I can't afford a membership here and I’d have to quit my current evening job before I could work here. I think I’ll go [[home.|squit5]]<</speech>>
<</if>>
<</nobr>><<speech "Female">>We have openings for cleaning staff Mondays to Fridays, 7.00pm 'til 11.00pm. The pay is £40.00 per shift.<</speech>>
<img src="spa5.jpg">
<<speech "ThoughtsActions">>Should I [[take the job|yspa6]] or politely decline and [[leave.|squit5]]<</speech>><<set $cash += 40>>
<<set $ework += 1>>
<<if not hasVisited("spa50") && not hasVisited("spa55alt")>><<goto "spa55alt">>
<<else>>
<<goto "spamult55">>
<</if>>
<<nobr>>
<<set $spa to 0>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "Becky3">>Sorry, I can’t work here. Thanks, bye.<</speech>>
<</if>>
<</nobr>>
<<speech "Night">>Time to go <<link [[home.|spout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "Female">>Good. It's too late to start today but work as many days as you want.<</speech>>
<img src="spa5.jpg">
<<speech "Becky3">>Thanks, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|spout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $spa += 10>><<if $oral gte 100>><<set $oral to 100>><</if>>
<<goto "h56b">>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky3">>Ok Player, let's start with the showers.<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="spas1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="spas2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="spas3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="spas4.mp4" autoplay loop muted controls height="480px"></video>
<<case 5>>
<img src="spas5.jpg">
<<case 6>>
<img src="spas6.jpg">
<</switch>>
<<speech "Night">>You do see some super hot things here. Time to go <<link [[home.|spout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 5)>>
<<case 1>><<goto "mazz10">>
<<case 2>><<goto "mazz9">>
<<case 3>><<goto "mazz8">>
<<case 4>><<goto "mazz7">>
<<case 5>><<goto "mazz6">>
<</switch>><img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky3">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky3">>Ooooh.<</speech>>
<video src="mazz1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, she’s gorgeous.<</speech>>
<video src="mazz1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Has the masseur got something in her swimsuit?<</speech>>
<video src="mazz1c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, maybe I should try to buy one of those.<</speech>>
<video src="mazz1d.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>That was cool. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky3">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky3">>Ooooh.<</speech>>
<video src="mazz4a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Oh my god, that looks so hot.<</speech>>
<video src="mazz4b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>That was interesting. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky3">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky3">>Ooooh.<</speech>>
<video src="mazz2a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>She just came, lucky bitch. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky3">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky3">>Ooooh.<</speech>>
<video src="mazz3a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, she doesn’t waste much time.<</speech>>
<video src="mazz3b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>She's really getting off on that. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky3">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky3">>Ooooh.<</speech>>
<video src="mazz5a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Oh my god, I wish I was her.<</speech>>
<video src="mazz5b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>That was hot. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I walk down to the golf course club house.<</speech>>
<img src="golf2.jpg"><img src="golf1.jpg">
<<nobr>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>Do you have any evening [[work?|yymca5]]<</speech>>
<</if>>
<<if $wine >= 0 && $spa == 0 && $ymca == 10>>
<<speech "ThoughtsActions">>[[Start work|ym55]] or [[quit.|yquit5]]<</speech>>
<</if>>
<<if $wine == 10 || $spa == 10 && $ymca == 0>>
<<speech "ThoughtsActions">>I can't go in here and I’d have to quit my current evening job before I could work here. I think I’ll go [[home.|yquit5]]<</speech>>
<</if>>
<</nobr>><<speech "Female">>We have openings for cleaning staff Mondays to Fridays, 7.00pm 'til 11.00pm. The pay is £40.00 per shift.<</speech>>
<img src="golf4.jpg">
<<speech "ThoughtsActions">>Should I [[take the job|yymca6]] or politely decline and [[leave.|yquit5]]<</speech>><<set $cash += 40>>
<<set $ework += 1>>
<<goto `either("ym6", "ym6", "ym6", "ym7", "ym6", "ym6", "ym6", "ym7")`>>
<<nobr>>
<<set $ymca to 0>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "Becky3">>Sorry, I can’t work here. Thanks, bye.<</speech>>
<</if>>
<</nobr>>
<<speech "Night">>Time to go <<link [[home.|ymout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $ymca to 0>><<speech "Female">>Good. It's too late to start today but work as many days as you want.<</speech>>
<img src="golf4.jpg">
<<speech "Becky3">>Thanks, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|ymout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $ymca += 10>><<goto "h56b">><<speech "Female">>Here’s your uniform.<</speech>>
<<speech "ThoughtsActions">>Ok, let’s get to work.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="zz1.jpg">
<<case 2>>
<img src="zz2.jpg">
<<case 3>>
<img src="zz3.jpg">
<<case 4>>
<img src="zz4.jpg">
<<case 5>>
<img src="zz5.jpg">
<<case 6>>
<img src="zz6.jpg">
<</switch>>
<<speech "Becky3">>Lots of hot guys around.<</speech>>
<img src="spatow.jpg">
<<speech "Night">>Time to go <<link [[home.|ymout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="golf4.jpg"><img src="golf5.jpg">
<<speech "Female">>Here’s your uniform.<</speech>>
<<speech "ThoughtsActions">>Ok, let’s get to work.<</speech>>
<img src="ygolf.jpg">
<<switch random(1, 5)>>
<<case 1>>
<video src="gazg1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="gazg2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="gazg3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="gazg4.mp4" autoplay loop muted controls height="480px"></video>
<<case 5>>
<video src="gazg5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Becky3">>Oh my god that's hot.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<video src="gazg6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Time to go <<link [[home.|ymout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<goto `either("ch6", "tr7", "ch6", "tr6" , "ch6")`>><<speech "ThoughtsActions">>Just one option today.<</speech>>
<img src="trino.jpg">
<<switch random(1, 3)>>
<<case 1>>
<<speech "ThoughtsActions">>I did this weezie old man before, waste of time. I’ll [[do something else.|h56alt]]<</speech>>
<<case 2>>
<<speech "ThoughtsActions">>I’m not going with this guy, he won’t let me film for my Only Me page. I’ll [[do something else.|h56alt]]<</speech>>
<<case 3>>
<<speech "ThoughtsActions">>I did this smelly kid before. I’ll [[do something else.|h56alt]]<</speech>>
<</switch>><<speech "ThoughtsActions">>Just one option today.<</speech>>
<img src="trino1.jpg">
<<switch random(1, 3)>>
<<case 1>>
<<speech "ThoughtsActions">>I’m not going with her, she won’t let me film for my Only Me page. I’ll [[do something else.|h56alt]]<</speech>>
<<case 2>>
<<speech "ThoughtsActions">>I didn’t like her. I’ll [[do something else.|h56alt]]<</speech>>
<<case 3>>
<<speech "ThoughtsActions">>The last time I spent an hour with my face between her legs and she did nothing for me. I’ll [[do something else.|h56alt]]<</speech>>
<</switch>><<nobr>>
<img src="compo1.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="park55"
alt="park55" title="jog"
coords="2,0,198,227" shape="rect">
<area
data-passage="gym55"
alt="gym55" title="workout"
coords="229,0,410,228" shape="rect">
<area
data-passage="winex5"
alt="winex5" title="winebar"
coords="1,250,197,477" shape="rect">
<area
data-passage="spax5"
alt="spax5" title="spa"
coords="228,257,405,476" shape="rect">
<area
data-passage="ymcax5"
alt="ymca5" title="golf"
coords="448,257,638,478" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Nobody takes my fancy on Trinder today so should I exercise, at the gym or the park, to get closer to my weight loss target or work at the wine bar, spa or golf club so I can save up for that boob job.<</speech>>
<<if $ework >= 30 && not hasVisited("work")>><<goto "work">><</if>><<goto "h56b">>
<<set $oral += 5>>
<<if $oral gte 100>><<set $oral to 100>><</if>>
<<goto "h56b">>
<<nobr>>
<img src="trinp8.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch9"
alt="ch9" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph8"
alt="ph8" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>This guy lives with his parents, so he wants to come to my place. Should I choose him by swiping right or check out the next one by swiping left?<</speech>>
<<nobr>>
<img src="trinp7.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch8"
alt="ch8" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph7"
alt="ph7" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>No photo, just says shy young man. Should I choose this one by swiping right or check out the next one by swiping left?<</speech>>
<<nobr>>
<img src="trinp9.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="h56alt"
alt="h56alt" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph9"
alt="ph9" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I choose this one by swiping?<</speech>>
<<speech "ThoughtsActions">>Cool. I’ve got 4 options and they're all ready to go today.<</speech>>
<<nobr>>
<img src="trinp6.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch7"
alt="ch7" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph6"
alt="ph6" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I choose this one by swiping right or check out the next one by swiping left?<</speech>>
<<if hasVisited("ph6") && hasVisited ("ph7") && hasVisited("ph8") && hasVisited ("ph9")>><<goto "ch10">><</if>><<speech "ThoughtsActions">>Cool. I’ve got 4 options and they're all ready to go today.<</speech>>
<<nobr>>
<img src="trinp10.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch11"
alt="ch11" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph10"
alt="ph10" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I choose this one by swiping right or check out the next one by swiping left?<</speech>>
<<nobr>>
<<if hasVisited("ph6") && hasVisited ("ph7") && hasVisited("ph8") && hasVisited ("ph9") && hasVisited("ph10") && hasVisited ("ph11") && hasVisited("ph12") && hasVisited ("ph13")>><<goto "tr2">><</if>>
<</nobr>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky2">>Hello player, I’m going home after my Trinder date. I got a good film clip for my Only Me page, look.<</speech>>
<video src="2trin1c.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Carry on going <<link [[home.|trout9]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx6">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Hello, it’s Becky, your Trinder date.<</speech>>
<<speech "Male">>I’m in here.<</speech>>
<<speech "Becky3">>Will you film me for my Only Me page?<</speech>>
<video src="trin9a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>No, I’m sorry.<</speech>>
<<speech "Becky3">>Well, ok but you can’t fuck me, but I will suck your cock.<</speech>>
<video src="trin9b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>That was fun but it's time for me to go <<link [[home.|trout7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx9">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>My virgin stepson spends all his time in his room jerking off to internet porn. He needs to get laid so I created the Trinder profile. Is that ok?<</speech>>
<<speech "Becky3">>I’ll do my best but I’d like you to stay in case he freaks out, ok?<</speech>>
<video src="2trin2a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>That seems fair, it looks like he’s getting hard already.<</speech>>
<video src="2trin2c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky3">>He’s got a big cock.<</speech>>
<<speech "Female">>And you’re doing a good job with it.<</speech>>
<video src="2trin2d.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Oh ah ah ah aaaaaaaaah.<</speech>>
<<speech "Male">>Ah ah ah oh oh ohhhh.<</speech>>
<<speech "Female">>Thanks, you were great.<</speech>>
<<speech "Night">>It was fun but it's time for me to go <<link [[home.|trout7]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx7">><</if>><<speech "ThoughtsActions">>I swipe right and soon after a handsome young man appears at my door.<</speech>>
<img src="kqgif1.gif">
<<speech "Becky3">>Hi, come this way.<</speech>>
<<speech "Male">>Did you want to go for coffee or something?<</speech>>
<video src="2trin3a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>No, I want to suck your cock.<</speech>>
<video src="2trin3b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Oh ah oh ah oh aaaaaaaaah.<</speech>>
<<speech "Becky3">>Yummy, thanks bye.<</speech>>
<<speech "Night">>Fun and film for my <<link [[Only Me page.|trout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx8">><</if>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Thanks for coming I’m Rita.<</speech>>
<<speech "Becky3">>I’m Becky.<</speech>>
<<speech "Female">>Do you want wine and a chat or do you want to get straight to the sex.<</speech>>
<video src="trin10a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Straight to the sex sounds good.<</speech>>
<video src="trin10b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky3">>Oooooo, can I suck it.<</speech>>
<video src="trin10c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Fuck me Becky.<</speech>>
<video src="trin10d.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Uh uh uh ooh aahh.<</speech>>
<<speech "Night">>That was fun Rita, but it's time for me to go <<link [[home.|trout6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx10">><</if>><img src="trinp6.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch7]]<</speech>><img src="trinp8.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch9]]<</speech>><img src="trinp7.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch8]]<</speech>><img src="trinp9.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll do [[something else.|h56alt]]<</speech>><img src="trinp10.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch11]]<</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her56"
alt="her56" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his56"
alt="his56" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room56]]<</speech>>
<<if $seap >= 100 && not hasVisited("seap")>><<goto "seap">><</if>><<nobr>>
<img src="com16.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj51"
alt="hj51" title="handjob"
coords="143,37,251,157" shape="rect">
<area
data-passage="les51"
alt="les51" title="lesbian"
coords="136,178,249,298" shape="rect">
<area
data-passage="bj51"
alt="bj51" title="blowjob"
coords="271,29,365,156" shape="rect">
<area
data-passage="ga51"
alt="ga51" title="gay"
coords="278,185,362,300" shape="rect">
<area
data-passage="an51"
alt="an51" title="anal"
coords="385,33,499,157" shape="rect">
</map>
<</nobr>>
<<nobr>>
<<if visited() == 1>>
<<speech "Message">>To make Becky curious enough to search the last section of internet porn she needs to be exposed to what happens on the upper floors of the office after work.<</speech>>
<</if>>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|m55]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if hasVisited("later") || hasVisited("laterx") >><<goto "room56b">><</if>>
<<switch random(1, 6)>>
<<case 1>>
<<speech "ThoughtsActions">>Wow, Emma’s such a slut, I wish I was her.<</speech>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Wow, Emma’s such a slut, I wish I was her.<</speech>>
<img src="bj4.gif">
<<case 3>>
<<speech "ThoughtsActions">>Wow, Emma’s such a slut, I wish I was her.<</speech>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<<case 5>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<<case 6>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room56]]<</speech>><<switch random(1, 8)>>
<<case 1>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<img src="john2.gif">
<<case 4>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 5>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john4.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 7>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 8>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room56]]<</speech>><<nobr>>
<img src="com19.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj51"
alt="h51" title="handjob"
coords="148,39,253,158" shape="rect">
<area
data-passage="les51"
alt="les51" title="lesbian"
coords="145,181,250,301" shape="rect">
<area
data-passage="bj51"
alt="bj51" title="blowjob"
coords="270,33,369,159" shape="rect">
<area
data-passage="ga51"
alt="ga51" title="gay"
coords="273,182,361,303" shape="rect">
<area
data-passage="an51"
alt="an51" title="anal"
coords="386,32,503,158" shape="rect">
<area
data-passage="dp51"
alt="dp51" title="double"
coords="390,185,504,307" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|m55]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if $ework >= 30 && not hasVisited("work")>><<goto "work">><</if>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="food2.jpg">
<<speech "ThoughtsActions">>I need to shower before I do my weekly shop.<</speech>>
<video src="shave.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Day">>Time to go <<link[[shopping.|shop56]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<<if visited() == 1>><img src="shop13.jpg">
<<elseif visited() == 2>><img src="shop4.jpg"><img src="shop5.jpg">
<<elseif visited() == 3>><img src="shop3.jpg">
<<elseif visited() == 4>><img src="shop1.jpg"><img src="shop2.jpg">
<<elseif visited() == 5>><img src="shop11.jpg"><img src="shop12.jpg">
<<else>><img src=" trolley.jpg">
<</if>>
<</nobr>>
<<speech "ThoughtsActions">>Shopping is such a chore but you do see some interesting people.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="rui2.jpg"><video src="shop1.mp4" autoplay loop muted controls height="180px"></video>
<<case 2>>
<img src="rui1.jpg"><video src="shop2.mp4" autoplay loop muted controls height="180px"></video>
<<case 3>>
<img src="rui1.jpg"><video src="shop3.mp4" autoplay loop muted controls height="180px"></video>
<<case 4>>
<img src="rui3.jpg"><video src="shop4.mp4" autoplay loop muted controls height="180px"></video>
<<case 5>>
<img src="rui2.jpg"><video src="shop5.mp4" autoplay loop muted controls height="180px"></video>
<</switch>>
<<speech "ThoughtsActions">>Time for something [[tasty.|shop56b]]<</speech>>
<<set $cash -= 100>><<speech "ThoughtsActions">>I treat myself to something yummy on Saturdays.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="food3.jpg">
<<case 2>>
<img src="food4.jpg">
<<case 3>>
<img src="food5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Then I pay my weekly rent from my phone.<</speech>>
<img src="rent.jpg">
<<speech "Evening">>Time to go <<link [[home.|h57]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash -= 100>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>I think I’ll hang out in the shared living room and watch t.v.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time to do <<link [[something else.|57b]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her57"
alt="her57" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his57"
alt="his57" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room57]]<</speech>>
<<nobr>>
<<if not hasVisited("laterx")>><video src="lap3.mp4" autoplay loop muted controls height="240px"></video><video src="lap.mp4" autoplay loop muted controls height="240px"></video><</if>>
<<if hasVisited("laterx")>><video src="lap3.mp4" autoplay loop muted controls height="240px"></video><video src="lap4.mp4" autoplay loop muted controls height="240px"></video><</if>>
<</nobr>>
<<speech "Morning">>Unwinding before going to <<link [[sleep.|sun57]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<<if visited() == 1>><<speech "ThoughtsActions">>Oh John’s pulled one of those big muscly guys.<</speech>>
<<else>><<speech "ThoughtsActions">>Oh that muscly guy’s back.<</speech>>
<</if>>
<</nobr>>
<video src="kqs11.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Back to my [[room.|room57]]<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<img src="bj4.gif">
<<case 3>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<img src="emptym.jpg">
<<case 5>>
<img src="emptym.jpg">
<<case 6>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room57]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<speech "ThoughtsActions">>Sundays I make myself a traditional breakfast, shower then walk to the beauty clinic.<</speech>>
<video src="kqshower1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Day">>Time to go <<link [[out.|clin57a]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "sun57b">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking to the beauty clinic for a mornings work in exchange for some beauty treatment.<</speech>>
<img src="clin1.jpg"><img src="clin2.jpg">
<<speech "ThoughtsActions">>I put on an apron and get to work.<</speech>>
<video src="bc1.mp4" autoplay loop muted controls height="360px"></video>
<img src="sand2.jpg">
<<speech "ThoughtsActions">>I finish my morning’s work and [[grab a sandwich.|clin57b]]<</speech>><<speech "ThoughtsActions">>Time to make me gorgeous.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="bc2.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="bc3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="bc4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "ThoughtsActions">>Then an hour on the [[sunbed.|clin57c]]<</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>I feel like a workout but it's too late for the gym. Should I exercise in the [[living room|h58alt]] or go to [[the park.]]<</speech>>
<<nobr>>
<img src="3clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="her58"
alt="her58" title="emma" coords="28,56,295,418" shape="rect">
<area
data-passage="his58"
alt="his58" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Emma or John. Or should I go straight to my [[room?|room58]]<</speech>>
<video src="only40.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Morning">>I work on my Only Me page then go to <<link [[sleep.|m55]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 4>><<set $oral to 100>><</if>>
<<switch random(1, 6)>>
<<case 1>>
<<speech "ThoughtsActions">>I want to suck cock as good as her.<</speech>>
<video src="bj1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<<speech "ThoughtsActions">>I love this chick.<</speech>>
<img src="bj4.gif">
<<case 3>>
<<speech "ThoughtsActions">>I want to suck cock as good as her.<</speech>>
<video src="bj5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<<case 5>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<<case 6>>
<<speech "ThoughtsActions">>Emma must be out.<</speech>>
<img src="johnbed.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room58]]<</speech>><<nobr>>
<<if visited() == 1>><<speech "ThoughtsActions">>Oh John’s pulled one of those big muscly guys.<</speech>>
<<else>><<speech "ThoughtsActions">>Oh that muscly guy’s back.<</speech>>
<</if>>
<</nobr>>
<video src="kqs11.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Back to my [[room.|room58]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<speech "ThoughtsActions">>Sundays I make myself a traditional breakfast, shower then walk to the beauty clinic.<</speech>>
<video src="kqshower1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>As I pass the living room…...<</speech>>
<img src="kq6.jpg">
<<speech "Male">>Oh sorry.<</speech>>
<img src="kq7.jpg">
<<speech "Becky3">>Ha ha, that’s ok.<</speech>>
<<speech "ThoughtsActions">>Who’s he? I can hear him start the shower. Should I take a peek?<</speech>>
<video src="kqshower2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Day">>Time to go <<link [[out.|clin57a]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "sun57c">><</if>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<speech "ThoughtsActions">>Sundays I make myself a traditional breakfast, shower then walk to the beauty clinic.<</speech>>
<video src="kqshower1.mp4" autoplay loop muted controls height="480px"></video>
<img src="kq8.jpg">
<<speech "ThoughtsActions">>I think that guy’s in the shower.<</speech>>
<video src="kqshower2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Ok, deep breath, let’s go.<</speech>>
<<speech "Male">>Holy shit! What are you doing, John might see us.<</speech>>
<video src="kqshower7.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>He’s gone out for coffee. You’ve got such a great body, let me wash it with my shower gel, you’ll smell so good John will want to suck you all day.<</speech>>
<video src="kqshower5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Mmmm you’ve got an erection. Close your eyes and pretend I’m John.<</speech>>
<<speech "Male">>Oh ah oh ah oh aaaaaaaaah.<</speech>>
<<speech "Becky3">>Mmmmm yummy. Let’s get you rinsed off.<</speech>>
<video src="kqs10.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>See, I told you it’d be fun.<</speech>>
<<speech "Day">>Time to go <<link [[out.|clin57a]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>>
<<if $oral gte 100>><<set $oral to 100>><</if>>
<<if visited() >= 2>><<goto "sun57d">><</if>>
<span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<speech "ThoughtsActions">>Sundays I make myself a traditional breakfast, shower then walk to the beauty clinic.<</speech>>
<video src="kqshower1.mp4" autoplay loop muted controls height="480px"></video>
<img src="kq8.jpg">
<<speech "ThoughtsActions">>I think that guy’s in the shower.<</speech>>
<video src="kqshower7.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Oh no.<</speech>>
<<speech "Becky3">>Sush John's gone out for coffee.<</speech>>
<video src="kqshower5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Oh ah oh ah oh aaaaaaaaah.<</speech>>
<<speech "Becky3">>Mmmmm yummy. Let’s get you rinsed off.<</speech>>
<video src="kqs10.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Thank bye.<</speech>>
<<speech "Day">>Time to go <<link [[out.|clin57a]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<set $ework += 1>>
<<set $only += 1>>
<<set $cash += 40>>
<<goto "h56b">>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky3">>Ok Player let's start with the massage rooms.<</speech>>
<img src="mike.jpg">
<<speech "Male">>Hi Becky, it’s quiet today, fancy a free massage?<</speech>>
<<speech "Becky3">>Thanks Mike.<</speech>>
<<speech "Male">>Go in number 3 and get ready, I’ll be there in a bit.<</speech>>
<video src="kqspa1.mp4" autoplay loop muted controls height="480px"></video>
<video src="kqspa2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Do you like that?<</speech>>
<video src="kqspa3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Mmmmmm yeah.<</speech>>
<<speech "Night">>This is a fun place to work. Time to go <<link [[home.|spout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "mike2">><</if>><img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky3">>Ok Player let's start with the massage rooms.<</speech>>
<img src="mike.jpg">
<<speech "Male">>Hi Becky, it’s quiet today, fancy a free massage?<</speech>>
<<speech "Becky3">>Thanks Mike.<</speech>>
<<speech "Male">>Go in number 3 and get ready, I’ll be there in a bit.<</speech>>
<video src="kqspa1.mp4" autoplay loop muted controls height="480px"></video>
<video src="kqspa2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Do you like that?<</speech>>
<video src="kqspa3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Mmmmmm yeah.<</speech>>
<video src="kqspa4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Mmmmm nnnnnmmmnnn nnnmmm.<</speech>>
<video src="kqspa6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Mmmmm nnnnnm uuuuuh uuuugh.<</speech>>
<video src="kqspa5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Oh oh oh oh my god.<</speech>>
<<speech "Male">>Oh oh oh aaaaaaah.<</speech>>
<<speech "Night">>I definitely know how to suck cock after that. Time to go <<link [[home.|spout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral to 100>>
<<if visited() >= 3>><<goto "sp6">><</if>><img src="tan1.gif">
<<speech "Evening">>Time to go <<link [[home.|h58]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="tan1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Evening">>Why does it smell like cum in here? Time to go <<link [[home.|h58]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="tan3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Christ Shaun, don’t surprise me like that.<</speech>>
<<speech "Male">>I’m so sorry.<</speech>>
<<speech "Becky3">>I’m horny so don’t waste my time.<</speech>>
<video src="tan4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Oh oh oh oh my god.<</speech>>
<<speech "Male">>Oh oh oh aaaaaaah.<</speech>>
<<speech "Evening">>Good job idiot boy. Time to go <<link [[home.|h58]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "ThoughtsActions">>Is someone in here?<</speech>>
<video src="tan3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Hey! Who are you.<</speech>>
<<speech "Male">>I’m so sorry, I’m Shaun, Dr. Coyle’s son. Please don’t tell her.<</speech>>
<<speech "ThoughtsActions">>The boss’s son, hmmmm.<</speech>>
<<speech "Becky3">>Chill out Shaun, let’s not waste your erection.<</speech>>
<video src="tan4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Oh oh oh oh my god.<</speech>>
<<speech "Male">>Oh oh oh aaaaaaah.<</speech>>
<<speech "Evening">>Good job Shaun. Time to go <<link [[home.|h58]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 1>><<goto "tan1">>
<<elseif visited() == 2>><<goto "tan2">>
<<elseif visited() == 3>><<goto "tan3">>
<<else>><<goto "tan4">>
<</if>>
<<nobr>>
<img src="trinp12.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch13"
alt="ch13" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph12"
alt="ph12" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>This guy says he'll pick me up in his SUV. Should I choose this one by swiping right or check out the next one by swiping left?<</speech>>
<<nobr>>
<img src="trinp11.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch12"
alt="ch12" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph11"
alt="ph11" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I choose this one by swiping right or check out the next one by swiping left?<</speech>>
<<nobr>>
<img src="trinp13.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="h56alt"
alt="h56alt" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph13"
alt="ph13" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>This chick wants to give her husband a threesome for his birthday. Should I choose this one by swiping right?<</speech>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Hello, I’m Becky.<</speech>>
<<speech "Male">>I’m Barry.<</speech>>
<video src="trin11a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky3">>Can you film me sucking your cock for my Only Me page?<</speech>>
<<speech "Male">>Ok, give me your phone.<</speech>>
<video src="trin11b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Oh my god, harder, harder.<</speech>>
<video src="trin11c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>Thanks Barry, but it's time for me to go <<link [[home.|trout9]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx11">><</if>>
<<speech "Becky3">>This is nice I feel like I’m being chauffeured around.<</speech>>
<<speech "Male">>Err the problem is I’m a car freak, I can only get a hard on when I’m in the car.<</speech>>
<<speech "Becky3">>Oooo kinky. Do you know somewhere quiet to park?<</speech>>
<video src="trin12a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Ten minutes later he parks up and gets in the back seat with me.<</speech>>
<video src="trin12b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky3">>Uh uh uh ahhh aaaah.<</speech>>
<video src="trin12c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Thanks for this, I really appreciate it.<</speech>>
<<speech "Night">>It's cool, now you can drive me <<link [[home.|trout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx12">><</if>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<video src="trin13a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Thanks for swiping right.<</speech>>
<<speech "Becky3">>It sounded like fun.<</speech>>
<video src="trin13b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky3">>Mmmmm mmnnnnnmmn nnmmm mmmm.<</speech>>
<video src="trin13c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Thanks Becky, you’re fantastic.<</speech>>
<<speech "Night">>Thanks, but it's time for me to go <<link [[home.|trout6]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx13">><</if>>
<img src="trinp11.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch12]]<</speech>><img src="trinp12.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch13]]<</speech>><img src="trinp13.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll do [[something else.|h56alt]]<</speech>><<if not hasVisited("later") && not hasVisited("laterx") >><<goto "laterx">>
<<else>><<goto "altlat4">>
<</if>>
<<speech "Becky3">>Hello Player, I’m walking around the upper floors, like I work up here, looking for something interesting.<</speech>>
<video src="walk.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>I wonder what she’s looking at.<</speech>>
<video src="late1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky2">>She's going in, let's take a look.<</speech>>
<video src="late2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Two cocks are better than one.<</speech>>
<video src="late3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Oh my god, the lucky bitch, what is this? I never dreamed….. oh my god. I’ve got to check this on the internet.<</speech>>
<video src="late4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Evening">>I'd better hurry <<link [[home.|h56]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if not hasVisited("later4") && not hasVisited("laterz") >><<goto "laterz">>
<<else>><<goto "altlat2">>
<</if>>
<img src="kq15.jpg">
<<speech "Becky3">>Hi.<</speech>>
<img src="2off1c.jpg">
<<speech "Male">>I’ve not seen you up here before. What do you want?<</speech>>
<img src="kq16.jpg">
<<speech "Male">>I see.<</speech>>
<img src="2off1d.jpg">
<<speech "Male">>Ok. Stand there and face the wall.<</speech>>
<video src="2off1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky3">>Ooh ooh uh uh uh.<</speech>>
<<speech "Male">>Have you had anal before?<</speech>>
<<speech "Becky3">>Ooh ooh err no.<</speech>>
<<speech "Male">>First time for everything. Relax.<</speech>>
<video src="2off1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky3">>Ow aaaaah oh my god, oh my god, oooooohh.<</speech>>
<<speech "Male">>Good job kid.<</speech>>
<<speech "Evening">>That was amazing but I'm too sore to work, I'll just go <<link [[home and chill.|h56balt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "altlat2">><</if>><<set $ework += 1>>
<<set $only += 1>>
<<set $cash += 40>>
<<set $oral += 5>>
<<if $oral gte 100>><<set $oral to 100>><</if>>
<<goto "h56b">><<set $oral += 5>>
<<if $oral gte 100>><<set $oral to 100>><</if>>
<<goto "room56b">><<goto `either("mike1", "sp5", "mike1", "sp6", "sp5", "sp6")`>><img src="spa5.jpg">
<<speech "Female">>Hi Becky, first put your phone in a locker then I’ll give you your uniform.<</speech>>
<img src="phlok.jpg">
<<speech "Female">>I know it’s a bit skimpy but you’ll understand once you start.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky3">>What do you mean?<</speech>>
<<speech "Female">>Well……..if you see a massage room door left open it’s probably not an accident. And the members call the last shower room the doggo room. You should take a look.<</speech>>
<<speech "Becky3">>Doggo? Oh I see, wow, ok, thanks.<</speech>>
<video src="sp1a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Hello Player. Here we are in the last shower room.<</speech>>
<video src="sp1b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>She really likes having an audience.<</speech>>
<video src="sp1c.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>That was fun. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout5]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>Wow, girls just want to have fun.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="gwork1c.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="gles1.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="wom8b.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="wom2b2.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time to go <<link [[home.|gyout2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "ThoughtsActions">>Boy’s will be boys.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="gymmb.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="g5sat.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="gm5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="gm9.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Night">>Time to go <<link [[home.|gyout2]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="lou1a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Hi Becky.<</speech>>
<<speech "Becky3">>Hi Kevin. Is Emma out?<</speech>>
<<speech "Male">>Yeah.<</speech>>
<<speech "Becky3">>Are you getting a hard on?<</speech>>
<<speech "Male">>Maybe.<</speech>>
<video src="lou1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky3">>Definitely. Let’s go to [[my room|lr2]].<</speech>><img src="rw.jpg"><img src="kq2.jpg">
<video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>><<switch random(1, 6)>>
<<case 1>>
<video src="pw5c.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="w4bb.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="w6ba.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="pw3a.mp4" autoplay loop muted controls height="480px"></video>
<<case 5>>
<video src="week2.mp4" autoplay loop muted controls height="480px"></video>
<<case 6>>
<video src="w3ba.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Night">>Time to go <<link [[home.|room58]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>><<speech "Becky3">>Use me, do whatever you want.<</speech>>
<video src="lounge1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Oh my god. Clean yourself up <<link [[before Emma gets back.|room58]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral += 5>>
<<if $oral gte 100>><<set $oral to 100>><</if>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<speech "ThoughtsActions">>I think I’ll hang out in the shared living room and watch a bit of t.v.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>What a night. Time to go to <<link [[bed.|room56]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if $ework >= 30 && not hasVisited("work")>><<goto "work">><</if>><img src="time.gif"><img src="time1.gif"><img src="time.gif">
<<speech "Message">>Several weeks have passed and your hard work, dedication and cosmetic treatments have transformed your appearance one step closer to being gorgeous.<</speech>>
<img src="tform3.gif">
<<speech "Becky4">>Hello Player, I’ve changed my photo on Trinder to this. Do you think people will get the message?<</speech>>
<img src="ed1.jpg">
<<speech "Becky4">>Emma has left, she got a job in Paris, some girls have all the luck. A new guy, Jeff, has moved in, the problem is that he’s got a girlfriend and, despite outrageous flirting by me, so far I’m getting nowhere with him.<</speech>>
<<speech "Message">>Remember, to complete Level 2:
1. Hit your weight loss target by workingout in the gym or at the park.
2. Save up £1,200 for a boob job by working part-time at the wine bar, the spa or the golf club and getting more film so new people will subscibe to your Only Me page.<</speech>>
<<speech "Becky4">>One last thing Player. Jeff’s hot and I want to fuck him. Will you help me? You don’t have to do this to complete the level, but if you help me you'll get a special reward. Click [[here|m60]] to wake up.<</speech>>
<<set $lvl += 10>>
<span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w1.jpg"><img src="corn.jpg">
<<speech "ThoughtsActions">>I need to shower before work.<</speech>><<switch random(1, 4)>>
<<case 1>>
<img src="2s1.jpg">
<<case 2>>
<img src="2s2.jpg">
<<case 3>>
<img src="2s3.jpg">
<<case 4>>
<img src="2s4.jpg">
<</switch>>
<<speech "ThoughtsActions">>Putting in my contact lenses.<</speech>>
<img src="lenses2.jpg">
<<speech "Day">>Time to go to <<link [[work.|w60]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<<if visited("m60") == 6>><<goto "sat61">><</if>>
<<if visited("m60") == 12>><<goto "sat61">><</if>>
<<if visited("m60") == 18>><<goto "sat61">><</if>>
<<if visited("m60") == 24>><<goto "sat61">><</if>>
<<if visited("m60") == 30>><<goto "sat61">><</if>>
<<if visited("m60") == 36>><<goto "sat61">><</if>>
<<if visited("m60") == 42>><<goto "sat61">><</if>>
<<if visited("m60") == 48>><<goto "sat61">><</if>>
<<if visited("m60") == 54>><<goto "sat61">><</if>>
<<if visited("m60") == 60>><<goto "sat61">><</if>>
<<if visited("m60") == 66>><<goto "sat61">><</if>>
<<if visited("m60") == 72>><<goto "sat61">><</if>>
<<if visited("m60") == 78>><<goto "sat61">><</if>>
<<if visited("m60") == 84>><<goto "sat61">><</if>>
<<if visited("m60") == 90>><<goto "sat61">><</if>>
<<if visited("m60") == 91>><<goto "week15">><</if>>
<</nobr>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="office.jpg"><img src="office1.jpg">
<<speech "ThoughtsActions">>I've been moved from files to small claims. Unfortunately no pay rise.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="ed6.jpg">
<<case 2>>
<img src="ed2.jpg">
<<case 3>>
<img src="ed3.jpg">
<<case 4>>
<img src="ed4.jpg">
<<case 5>>
<img src="ed5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Time for lunch.<</speech>>
<img src="cant.jpg"><img src="cant1.jpg">
<<speech "ThoughtsActions">>[[Back to work.|w60b]]<</speech>>
<<nobr>>
<<if visited("w60") == 5>><<set $cash += 200>><</if>>
<<if visited("w60") == 10>><<set $cash += 200>><</if>>
<<if visited("w60") == 15>><<set $cash += 200>><</if>>
<<if visited("w60") == 20>><<set $cash += 200>><</if>>
<<if visited("w60") == 25>><<set $cash += 200>><</if>>
<<if visited("w60") == 30>><<set $cash += 200>><</if>>
<<if visited("w60") == 35>><<set $cash += 200>><</if>>
<<if visited("w60") == 40>><<set $cash += 200>><</if>>
<<if visited("w60") == 45>><<set $cash += 200>><</if>>
<<if visited("w60") == 50>><<set $cash += 200>><</if>>
<<if visited("w60") == 55>><<set $cash += 200>><</if>>
<<if visited("w60") == 60>><<set $cash += 200>><</if>>
<<if visited("w60") == 65>><<set $cash += 200>><</if>>
<<if visited("w60") == 70>><<set $cash += 200>><</if>>
<<if visited("w60") == 75>><<set $cash += 200>><</if>>
<<if visited("w60") == 80>><<set $cash += 200>><</if>>
<</nobr>>
<<switch random(1, 6)>>
<<case 1>>
<img src="files3.jpg"><img src="ss3.jpg">
<<case 2>>
<img src="files3.jpg"><img src="sm7.jpg">
<<case 3>>
<img src="files3.jpg"><img src="sm8.jpg">
<<case 4>>
<img src="files3.jpg"><img src="sm4.jpg">
<<case 5>>
<img src="files3.jpg"><img src="sm6.jpg">
<<case 6>>
<img src="files3.jpg"><img src="sm2.jpg">
<</switch>>
<<speech "ThoughtsActions">>Should I use the keycard to check the upper floors or go home.<</speech>>
<<nobr>>
<img src="later.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="keymult"
alt="keymult" title="upper floors"
coords="8,5,627,463" shape="rect">
</map>
<</nobr>>
<<speech "Evening">>Go <<link [[home.|h61]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<nobr>>
<img src="compo1.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="park60"
alt="park60" title="jog"
coords="2,0,198,227" shape="rect">
<area
data-passage="gym60"
alt="gym60" title="workout"
coords="229,0,410,228" shape="rect">
<area
data-passage="trin60"
alt="trin60" title="trinder"
coords="452,-1,634,228" shape="rect">
<area
data-passage="winex10"
alt="winex10" title="winebar"
coords="1,250,197,477" shape="rect">
<area
data-passage="spax10"
alt="spax10" title="spa"
coords="228,257,405,476" shape="rect">
<area
data-passage="ymcax10"
alt="ymca10" title="golf"
coords="448,257,638,478" shape="rect">
</map>
<</nobr>>
<<goto `either("later11", "later10", "later12")`>><video src="walk.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 7)>>
<<case 1>>
<img src="empt1.jpg">
<<case 2>>
<img src="empt2.jpg">
<<case 3>>
<img src="empt3.jpg">
<<case 4>>
<img src="empt4.jpg">
<<case 5>>
<img src="empt5.jpg">
<<case 6>>
<img src="empt6.jpg">
<<case 7>>
<img src="empt7.jpg">
<</switch>>
<<speech "ThoughtsActions">>I don’t see anything happening, maybe next time.<</speech>>
<<speech "Evening">>I'd better hurry <<link [[home.|h61]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() == 1>><<goto "up1">>
<<elseif visited() == 2>><<goto "up2">>
<<elseif visited() == 3>><<goto "up3">>
<<elseif visited() == 4>><<goto "up4">>
<<elseif visited() == 5>><<goto "up5">>
<<else>><<goto "later12">>
<</if>>
<img src="offdp1.jpg">
<<speech "Becky4">>Hi Player, here’s a couple of likely lads.<</speech>>
<video src="60off2a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<video src="60off2b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Uh uh uh aaaaah.<</speech>>
<<speech "Evening">>Thanks boys. bye. It's too late to work, I'll go <<link [[home.|h62alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Becky4">>Hi Player, I couldn’t find anyone free so I’m just sitting here in case anyone likes what they see.<</speech>>
<img src="offdp2.jpg">
<<speech "Male">>You again, looking for fun?<</speech>>
<<speech "Becky4">>Yes. Is your friend here?<</speech>>
<video src="60off3a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Here he is.<</speech>>
<<speech "Becky4">>Goodie.<</speech>>
<video src="60off3b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<video src="60off3c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Oh god, oh god, oh god.<</speech>>
<<speech "Evening">>Thanks boy's that was great. It's too late to work, I'll go <<link [[home.|h62alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Becky4">>Hi Player, I couldn’t find anyone free so I’m just sitting here in case anyone likes what they see.<</speech>>
<img src="offdp2.jpg">
<<speech "Male">>Looking for fun?<</speech>>
<<speech "Becky4">>Yes.<</speech>>
<video src="60off3a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Would you like to double your fun?<</speech>>
<<speech "Becky4">>Yes, please.<</speech>>
<video src="60off3b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<video src="60off3c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Oh god, oh god, oh god.<</speech>>
<<speech "Evening">>Thanks boy's that was great. It's too late to work, I'll go <<link [[home.|h62alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Becky4">>Hello Player, I’m walking around the upper floors, like I work up here, looking for something interesting.<</speech>>
<video src="60off1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I’ve found someone. Let’s show him what I want.<</speech>>
<video src="60off1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>This is hot.<</speech>>
<video src="60off1c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<video src="60off1d.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Uh uh uh aaaaah.<</speech>>
<<speech "Evening">>Good job big boy. It's too late to work, I'll go <<link [[home.|h62alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Becky4">>Hi Player, here’s a couple of likely lads.<</speech>>
<video src="60off4a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Let’s show them what I want.<</speech>>
<video src="60off4b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<<speech "Evening">>Thanks boy's, good job. It's too late to work, I'll go <<link [[home.|h62alt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walk.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Nobody seems to care about who’s watching them fuck.<</speech>><<switch random(1, 7)>>
<<case 1>>
<video src="2off2.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="2off3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="2off4.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="2off5.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="2off6.mp4" autoplay loop muted controls height="480px"></video>
<<case 6>>
<video src="2off7.mp4" autoplay loop muted controls height="360px"></video>
<<case 7>>
<video src="offstrap1.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Evening">>I'd better hurry <<link [[home.|h61]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<<nobr>>
<img src="gy3mult.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="gy10"
alt="gy10" title="workout"
coords="247,215,394,437" shape="rect">
<area
data-passage="gy11"
alt="gy11" title="women"
coords="29,216,197,438" shape="rect">
<area
data-passage="gy12"
alt="gy12" title="men"
coords="443,215,608,437" shape="rect">
</map>
<</nobr>>
<<speech "Becky4">>Hello Player, do you want to watch me workout or would you rather peek on the women’s or men’s section.<</speech>><video src="gym10.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Time to go <<link [[home.|gyout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<goto "h62">><<speech "ThoughtsActions">>Wow, girls just want to have fun.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="gwork1c.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="gles1.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="wom8b.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="wom2b2.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time to go <<link [[home.|gyout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>Boy’s will be boys.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="gymmb.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="g5sat.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="gm5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="gm9.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Night">>Time to go <<link [[home.|gyout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<goto `either("pk10", "pk11", "pk11")`>><video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>><<switch random(1, 5)>>
<<case 1>>
<video src="pw5c.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="w4bb.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="pw3a.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="week2.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="w3ba.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Night">>Time to go <<link [[home.|pkout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Some really hot chicks come to this park.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|pkout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<goto "h62">>
<<set $cash += 40>>
<<set $ework += 1>>
<<goto `either("waitm", "wnorm")`>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<nobr>>
<img src="4clos.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="jeff61"
alt="jeff61" title="jeff"
coords="69,23,280,455" shape="rect">
<area
data-passage="john61"
alt="john61" title="john"
coords="365,21,581,460" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Jeff or John. Or should I go straight to my [[room?|room61]]<</speech>>
<<if $seap >= 100 && not hasVisited("seap")>><<goto "seap">><</if>><<set $cash += 40>>
<<set $ework += 1>>
<<if not hasVisited("spa50") && not hasVisited("spa55alt") && not hasVisited("spa60alt")>><<goto "spa60alt">>
<<else>>
<<goto "spamult60">>
<</if>><img src="spa5.jpg">
<<speech "Female">>Hi Becky, first put your phone in a locker then I’ll give you your uniform.<</speech>>
<img src="phlok.jpg">
<<speech "Female">>I know it’s a bit skimpy but you’ll understand once you start.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky4">>What do you mean?<</speech>>
<<speech "Female">>Well……..if you see a massage room door left open it’s probably not an accident. And the members call the last shower room the doggo room. You should take a look.<</speech>>
<<speech "Becky4">>Doggo? Oh I see, wow, ok, thanks.<</speech>>
<video src="sp1a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Hello Player. Here we are in the last shower room.<</speech>>
<video src="sp1b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>She really likes having an audience.<</speech>>
<video src="sp1c.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>That was fun. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<goto `either("jason1", "spa10", "jason1", "spa11", "spa10", "spa11")`>><<goto "h62">><img src="wine3.jpg">
<<speech "Female">>I need you to fill in as a waitress tonight, here’s your uniform.<</speech>>
<img src="wbuni.jpg">
<<speech "ThoughtsActions">>Start work.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="wb1.jpg">
<<case 2>>
<img src="wb2.jpg">
<<case 3>>
<img src="wb3.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|weout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<goto "h62">><<if visited() == 1>><<goto "wait10">>
<<elseif visited() == 2>><<goto "wait11">>
<<elseif visited() == 3>><<goto "wait12">>
<<elseif visited() == 4>><<goto "wait13">>
<<elseif visited() == 5>><<goto "wait14">>
<<elseif visited() == 6>><<goto "wait15">>
<<elseif visited() == 7>><<goto "wait11">>
<<elseif visited() == 8>><<goto "wait12">>
<<elseif visited() == 9>><<goto "wait15">>
<<else>><<goto "wnorm">>
<</if>><img src="wine3.jpg">
<<speech "Female">>I need you to fill in as a waitress tonight,<</speech>>
<<speech "ThoughtsActions">>Start work.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="wb1.jpg">
<<case 2>>
<img src="wb2.jpg">
<<case 3>>
<img src="wb3.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|weout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="wine3.jpg">
<<speech "Female">>I need you to fill in as a waitress tonight.<</speech>>
<<speech "ThoughtsActions">>Start work.<</speech>>
<img src="wait60.gif">
<<speech "Male">>Hello beautiful. I’m staying at Premier Inn down the road. D’you want to come with me at closing time.<</speech>>
<<speech "Becky4">>Ok.<</speech>>
<img src="pi.jpg">
<img src="trinA.jpg">
<<speech "Male">>Can I feel your bum?<</speech>>
<video src="wait60a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>You can do more than feel just feel.<</speech>>
<video src="wait60b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<video src="wait60c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Oh god, oh god, oh god.<</speech>>
<<speech "Night">>Thanks, that was fun, but I have to go <<link [[home.|weout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="wine3.jpg">
<<speech "Female">>I need you to fill in as a waitress tonight,<</speech>>
<<speech "ThoughtsActions">>Start work.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="wb1.jpg">
<<case 2>>
<img src="wb2.jpg">
<<case 3>>
<img src="wb3.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|weout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="wine3.jpg">
<<speech "Female">>I need you to fill in as a waitress tonight,<</speech>>
<<speech "ThoughtsActions">>Start work.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="wb1.jpg">
<<case 2>>
<img src="wb2.jpg">
<<case 3>>
<img src="wb3.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|weout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="wine3.jpg">
<<speech "Female">>I need you to fill in as a waitress tonight.<</speech>>
<<speech "ThoughtsActions">>Start work.<</speech>>
<img src="wait61.gif">
<<speech "Male">>Hi, my apartment is just round the corner. D’you want to come with me at closing time?<</speech>>
<<speech "Becky4">>Will you film me sucking your cock?<</speech>>
<<speech "Male">>I’d love to.<</speech>>
<video src="wait61b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<video src="wait61c.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Oh god, oh god, oh god.<</speech>>
<video src="wait61d.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>That was great but it's time for me to go <<link [[home.|weout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<<set $ework += 1>>
<<set $only += 1>>
<<set $cash += 40>>
<</nobr>>
<img src="wine3.jpg">
<<speech "Female">>I need you to fill in as a waitress tonight,<</speech>>
<<speech "ThoughtsActions">>Start work.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="wb1.jpg">
<<case 2>>
<img src="wb2.jpg">
<<case 3>>
<img src="wb3.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|weout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I walk down to my local wine bar.<</speech>>
<video src="wine.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>Do you have any evening [[work?|ywine10]]<</speech>>
<</if>>
<<if $wine >= 10 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>[[Start work|wine60]] or [[quit.|wquit10]]<</speech>>
<</if>>
<<if $wine == 0 && $spa == 10 || $ymca == 10>>
<<speech "ThoughtsActions">>I’m not really a drinker and I’d have to quit my current evening job before I could work here. I think I’ll go [[home.|wquit10]]<</speech>>
<</if>>
<</nobr>><<speech "Female">>We have openings for staff Mondays to Fridays, 7.00pm 'til 11.00pm. The pay is £40.00 per shift.<</speech>>
<img src="wine3.jpg">
<<speech "ThoughtsActions">>Should I [[take the job|ywine11]] or politely decline and [[leave.|wquit10]]<</speech>>
<<nobr>>
<<set $wine to 0>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "Becky4">>Sorry, I can’t work here. Thanks, bye.<</speech>>
<</if>>
<</nobr>>
<<speech "Night">>Time to go <<link [[home.|weout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Female">>Good. It's too late to start today but work as many days as you want.<</speech>>
<img src="wine3.jpg">
<<speech "Becky4">>Thanks, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|weout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $wine += 10>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I walk down to the fancy spa.<</speech>>
<video src="spa.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>Do you have any evening [[work?|yspa10]]<</speech>>
<</if>>
<<if $wine >= 0 && $spa == 10 && $ymca == 0>>
<<speech "ThoughtsActions">>[[Start work|spa60]] or [[quit.|squit10]]<</speech>>
<</if>>
<<if $wine == 10 || $ymca == 10 && $spa == 0>>
<<speech "ThoughtsActions">>I can't afford a membership here and I’d have to quit my current evening job before I could work here. I think I’ll go [[home.|squit10]]<</speech>>
<</if>>
<</nobr>><<speech "Female">>We have openings for cleaning staff Mondays to Fridays, 7.00pm 'til 11.00pm. The pay is £40.00 per shift.<</speech>>
<img src="spa5.jpg">
<<speech "ThoughtsActions">>Should I [[take the job|yspa11]] or politely decline and [[leave.|squit10]]<</speech>><<nobr>>
<<set $spa to 0>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "Becky4">>Sorry, I can’t work here. Thanks, bye.<</speech>>
<</if>>
<</nobr>>
<<speech "Night">>Time to go <<link [[home.|spout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "Female">>Good. It's too late to start today but work as many days as you want.<</speech>>
<img src="spa5.jpg">
<<speech "Becky4">>Thanks, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|spout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $spa += 10>><<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky4">>Ok Player, let's start with the showers.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="spas1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="spas2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="spas3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="spas4.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Night">>You do see some super hot things here. Time to go <<link [[home.|spout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 5)>>
<<case 1>><<goto "mazz11">>
<<case 2>><<goto "mazz12">>
<<case 3>><<goto "mazz13">>
<<case 4>><<goto "mazz14">>
<<case 5>><<goto "mazz15">>
<</switch>><img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky4">>Ok Player let's start with the massage rooms.<</speech>>
<img src="jason.jpg">
<<speech "Male">>Hi Becky, I'm Jason, it’s quiet today, do you fancy a free massage?<</speech>>
<<speech "Becky4">>Thanks Jason.<</speech>>
<<speech "Male">>Go in number 3 and get ready, I’ll be there in a bit.<</speech>>
<video src="edmazz1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Mmmmmm yeah.<</speech>>
<video src="edmazz3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Oh oh oh oh my god.<</speech>>
<video src="edmazzx.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>That was nice. Time to go <<link [[home.|spout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "jason2">><</if>><img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky4">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky4">>Ooooh.<</speech>>
<video src="mazz2a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>She just came, lucky bitch. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky4">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky4">>Ooooh.<</speech>>
<video src="mazz3a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, she doesn’t waste much time.<</speech>>
<video src="mazz3b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>She's really getting off on that. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky4">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky4">>Ooooh.<</speech>>
<video src="mazz4a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Oh my god, that looks so hot.<</speech>>
<video src="mazz4b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>That was interesting. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky4">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky4">>Ooooh.<</speech>>
<video src="mazz5a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Oh my god, I wish I was her.<</speech>>
<video src="mazz5b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>That was hot. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky4">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky4">>Ooooh.<</speech>>
<video src="mazz1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, she’s gorgeous.<</speech>>
<video src="mazz1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Has the masseur got something in her swimsuit?<</speech>>
<video src="mazz1c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, maybe I should try to buy one of those.<</speech>>
<video src="mazz1d.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>That was cool. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky4">>Ok Player let's start with the massage rooms.<</speech>>
<img src="jason.jpg">
<<speech "Male">>Hi Becky, it’s quiet today, fancy a free massage?<</speech>>
<<speech "Becky4">>Thanks Jason.<</speech>>
<<speech "Male">>Go in number 3 and get ready, I’ll be there in a bit.<</speech>>
<video src="edmazz1.mp4" autoplay loop muted controls height="360px"></video>
<video src="edmazz3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Mmmmmm yeah.<</speech>>
<video src="edmazz4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<video src="edmazz5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Oh oh oh aaaaaaah.<</speech>>
<<speech "Night">>Time to go <<link [[home.|spout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $oral to 100>>
<<if visited() >= 4>><<goto "spa10">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I walk down to the golf course club house.<</speech>>
<img src="golf2.jpg"><img src="golf1.jpg">
<<nobr>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>Do you have any evening [[work?|yymca10]]<</speech>>
<</if>>
<<if $wine >= 0 && $spa == 0 && $ymca == 10>>
<<speech "ThoughtsActions">>[[Start work|ym60]] or [[quit.|yquit10]]<</speech>>
<</if>>
<<if $wine == 10 || $spa == 10 && $ymca == 0>>
<<speech "ThoughtsActions">>I can't go in here and I’d have to quit my current evening job before I could work here. I think I’ll go [[home.|yquit10]]<</speech>>
<</if>>
<</nobr>><<speech "Female">>We have openings for cleaning staff Mondays to Fridays, 7.00pm 'til 11.00pm. The pay is £40.00 per shift.<</speech>>
<img src="golf4.jpg">
<<speech "ThoughtsActions">>Should I [[take the job|yymca11]] or politely decline and [[leave.|yquit10]]<</speech>><<set $cash += 40>>
<<set $ework += 1>>
<<goto `either("ym11", "ym11", "ym11", "ym12", "ym11", "ym11", "ym11", "ym12")`>>
<<nobr>>
<<set $ymca to 0>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "Becky4">>Sorry, I can’t work here. Thanks, bye.<</speech>>
<</if>>
<</nobr>>
<<speech "Night">>Time to go <<link [[home.|ymout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $ymca to 0>><<speech "Female">>Good. It's too late to start today but work as many days as you want.<</speech>>
<img src="golf4.jpg">
<<speech "Becky4">>Thanks, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|ymout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $ymca += 10>><<goto "h62">><<speech "Female">>Here’s your uniform.<</speech>>
<<speech "ThoughtsActions">>Ok, let’s get to work.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="zz1.jpg">
<<case 2>>
<img src="zz2.jpg">
<<case 3>>
<img src="zz3.jpg">
<<case 4>>
<img src="zz4.jpg">
<<case 5>>
<img src="zz5.jpg">
<<case 6>>
<img src="zz6.jpg">
<</switch>>
<<speech "Becky4">>Lots of hot guys around.<</speech>>
<img src="spatow.jpg">
<<speech "Night">>Time to go <<link [[home.|ymout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="golf4.jpg"><img src="golf5.jpg">
<<speech "Female">>Here’s your uniform.<</speech>>
<<speech "ThoughtsActions">>Ok, let’s get to work.<</speech>>
<img src="ygolf.jpg">
<<switch random(1, 5)>>
<<case 1>>
<video src="gazg1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="gazg2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="gazg3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="gazg4.mp4" autoplay loop muted controls height="480px"></video>
<<case 5>>
<video src="gazg5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Becky4">>Oh my god that's hot.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<video src="gazg6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Time to go <<link [[home.|ymout10]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<goto `either("ch20", "tr11", "ch20", "tr12")`>><<speech "ThoughtsActions">>Just one option today.<</speech>>
<img src="trino.jpg">
<<switch random(1, 3)>>
<<case 1>>
<<speech "ThoughtsActions">>I did this weezie old man before, waste of time. I’ll [[do something else.|h61alt]]<</speech>>
<<case 2>>
<<speech "ThoughtsActions">>I’m not going with this guy, he won’t let me film for my Only Me page. I’ll [[do something else.|h61alt]]<</speech>>
<<case 3>>
<<speech "ThoughtsActions">>I did this smelly kid before. I’ll [[do something else.|h61alt]]<</speech>>
<</switch>><<speech "ThoughtsActions">>Just one option today.<</speech>>
<img src="trino1.jpg">
<<switch random(1, 3)>>
<<case 1>>
<<speech "ThoughtsActions">>I’m not going with her, she won’t let me film for my Only Me page. I’ll [[do something else.|h61alt]]<</speech>>
<<case 2>>
<<speech "ThoughtsActions">>I didn’t like her. I’ll [[do something else.|h61alt]]<</speech>>
<<case 3>>
<<speech "ThoughtsActions">>The last time I spent an hour with my face between her legs and she did nothing for me. I’ll [[do something else.|h61alt]]<</speech>>
<</switch>><<nobr>>
<img src="compo1.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="park60"
alt="park60" title="jog"
coords="2,0,198,227" shape="rect">
<area
data-passage="gym60"
alt="gym60" title="workout"
coords="229,0,410,228" shape="rect">
<area
data-passage="winex10"
alt="winex10" title="winebar"
coords="1,250,197,477" shape="rect">
<area
data-passage="spax10"
alt="spax10" title="spa"
coords="228,257,405,476" shape="rect">
<area
data-passage="ymcax10"
alt="ymca10" title="golf"
coords="448,257,638,478" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Nobody takes my fancy on Trinder today so should I exercise, at the gym or the park, to get closer to my weight loss target or work at the wine bar, spa or golf club so I can save up for that boob job.<</speech>><<speech "ThoughtsActions">>Cool. I’ve got 4 options and they're all ready to go today.<</speech>>
<<nobr>>
<img src="trinp20.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch21"
alt="ch21" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph20"
alt="ph20" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Regular guy looking for a date. Should I choose this one by swiping right or check out the next one by swiping left?<</speech>>
<<if hasVisited("ph20") && hasVisited ("ph21") && hasVisited("ph22") && hasVisited ("ph23")>><<goto "ch24">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>I’m Becky your Trinder date. If you shoot some film for my Only Me page you can do whatever you want to me.<</speech>>
<video src="trin20a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Oh god, oh god, oh god.<</speech>>
<video src="trin20b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Uh uh uh aaaaah.<</speech>>
<<speech "Night">>Thanks, it's time for me to go <<link [[home.|trout21]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx20">><</if>><img src="trinp20.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch21]]<</speech>><<goto "h62">><<set $ework += 1>>
<<set $only += 1>>
<<set $cash += 40>>
<<goto "h62">><<nobr>>
<img src="trinp21.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch22"
alt="ch22" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph21"
alt="ph21" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>A woman whose only in Ruislip for a few days looking for a girl. Should I choose this one by swiping right or check out the next one by swiping left?<</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>I’ve never been with a woman before but I’ve always wanted to try.<</speech>>
<<speech "Becky4">>Relax, don’t be shy.<</speech>>
<video src="trin21a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Do whatever you want, I like everything.<</speech>>
<video src="trin21b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Oh ah ah ah aaaaaaaaah.<</speech>>
<video src="trin21c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Thanks, that was great.<</speech>>
<<speech "Night">>No problem. Time to go <<link [[home.|trout20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx21">><</if>><img src="trinp21.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch22]]<</speech>><<nobr>>
<img src="trinp22.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch23"
alt="ch23" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph22"
alt="ph22" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>A woman want's to give her boyfriend a threesome for his birthday. Should I choose this one by swiping right or check out the next one by swiping left?<</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>I’m Becky your Trinder date.<</speech>>
<<speech "Female">>I’m so happy you’ve come. He’s waiting.<</speech>>
<video src="trin22a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Oh god, oh god, oh god.<</speech>>
<video src="trin22b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>That was fun but it's time to go <<link [[home.|trout20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx22">><</if>><img src="trinp22.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch23]]<</speech>><<nobr>>
<img src="trinp23.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="h61alt"
alt="h61alt" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph23"
alt="ph23" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Another threesome request. Should I choose this one by swiping right?<</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>I’m Becky your Trinder date.<</speech>>
<<speech "Female">>I’m so happy you’ve come. He’s waiting.<</speech>>
<video src="trin23a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Thanks for this.<</speech>>
<<speech "Becky4">>No problem. Just tell me what you want, I like everything.<</speech>>
<video src="trin23b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Fuck yeah.<</speech>>
<video src="trin23c.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<<speech "Night">>Time to go <<link [[home.|trout20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx23">><</if>><img src="trinp23.jpg">
<<speech "ThoughtsActions">> [[I’ve hit this one already.|h61alt]]<</speech>><<speech "ThoughtsActions">>I’ve got one option for today.<</speech>>
<<nobr>>
<img src="trinp24.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="h61alt"
alt="h61alt" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph24"
alt="ph24" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Just this one, should I choose it by swiping right?<</speech>>
<<if hasVisited("ch24") && hasVisited("ph24")>><<goto "ch25">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>I’m going to tie you here. Your safe word is banana.<</speech>>
<video src="trin24a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Oh oh oh, god, oh god, oh god.<</speech>>
<video src="trin24b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>That was amazing, I’ve never done anything like this before.<</speech>>
<<speech "Female">>Do you want to expand your sexual horizons.<</speech>>
<<speech "Becky4">>Yes.<</speech>>
<<speech "Female">>Give me your phone.<</speech>>
<img src="prof4.jpg">
<<speech "Female">>I’ve changed your Trinder profile. Have fun.<</speech>>
<<speech "Night">>Thanks. Time to go <<link [[home.|trout20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "ThoughtsActions">>I’ve got 2 options and they're both ready to go today.<</speech>>
<<nobr>>
<img src="trinp25.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch26"
alt="ch26" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph25"
alt="ph25" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I choose this one by swiping right or check out the next one by swiping left?<</speech>>
<<if hasVisited("ph25") && hasVisited ("ph26")>><<goto "ch27">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Hello Player. Here I am crawling around on the floor like a bad dog. Things are getting interesting.<</speech>>
<video src="trin25a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<video src="trin25b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Good job slave.<</speech>>
<<speech "Becky4">>Er thanks.<</speech>>
<<speech "Night">>Time to go <<link [[home.|trout20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx25">><</if>><img src="trinp25.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch26]]<</speech>><<nobr>>
<img src="trinp26.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="h61alt"
alt="h61alt" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph26"
alt="ph26" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>It say’s Miss Jones provides erotic scenarios for beautiful people. Should I choose this one by swiping right?<</speech>><img src="trinp26.jpg">
<<speech "ThoughtsActions">> [[I’ve hit this one already.|h61alt]]<</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Are you here to see Miss Jones?<</speech>>
<<speech "Becky4">>Yes.<</speech>>
<video src="trin26a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>I’m Miss Jones, follow me.<</speech>>
<video src="trin26b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Take one in each hand.<</speech>>
<video src="trin26c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Ride one while you suck the other.<</speech>>
<video src="trin26d.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Relax and let the boys do the work.<</speech>>
<video src="trin26e.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>This is called double penetration, feels good doesn’t it?<</speech>>
<<speech "Becky4">>God yes.<</speech>>
<video src="trin26f.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Well done Becky, I hope to see you again.<</speech>>
<<speech "Becky4">>Thanks Miss Jones.<</speech>>
<<speech "Night">>Time to go <<link [[home.|trout20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx26">><</if>><<speech "ThoughtsActions">>I’ve got 2 options and they're both ready to go today.<</speech>>
<<nobr>>
<img src="trinp25.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch28"
alt="ch28" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph27"
alt="ph27" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>This one agian, should I choose it by swiping right or check out the next one by swiping left?<</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Hello Player. Here I am again, crawling around on the floor like a bad dog.<</speech>>
<video src="trin25a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Oh oh oh, god, oh god, oh god.<</speech>>
<video src="trin25x.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Good job slave.<</speech>>
<<speech "Becky4">>Thank you master.<</speech>>
<<speech "Night">>Time to go <<link [[home.|trout20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<img src="com19.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj51"
alt="h51" title="handjob"
coords="148,39,253,158" shape="rect">
<area
data-passage="les51"
alt="les51" title="lesbian"
coords="145,181,250,301" shape="rect">
<area
data-passage="bj51"
alt="bj51" title="blowjob"
coords="270,33,369,159" shape="rect">
<area
data-passage="ga51"
alt="ga51" title="gay"
coords="273,182,361,303" shape="rect">
<area
data-passage="an51"
alt="an51" title="anal"
coords="386,32,503,158" shape="rect">
<area
data-passage="dp51"
alt="dp51" title="double"
coords="390,185,504,307" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|m60]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if $ework >= 30 && not hasVisited("work")>><<goto "work">><</if>><<switch random(1, 2)>>
<<case 1>>
<video src="jwank.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Do you want a hand with that, or maybe a mouth?<</speech>>
<<speech "Male">>No thanks Becky.<</speech>>
<<case 2>>
<video src="jpush2.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room61]]<</speech>>
<<if hasVisited("liv63b") || hasVisited("liv64b")>><<goto "jeffx">><</if>><img src="john13.jpg">
<<speech "Becky4">>Are you ok?<</speech>>
<<speech "John">>I hurt my back playing tennis.<</speech>>
<<speech "Becky4">>I could massage it for you.<</speech>>
<<speech "John">>No thanks. I'll be ok.<</speech>>
<<speech "ThoughtsActions">>I should buy some oil on Saturday and try again, you never know. Back to my [[room.|room61]]<</speech>>
<<if hasVisited("sat61")>><<goto "john61b">><</if>><img src="john12.jpg">
<<speech "Becky4">>How's your back?<</speech>>
<<speech "John">>Not good.<</speech>>
<<speech "Becky4">>I've got some oil, let me massage it for you.<</speech>>
<<speech "John">>Er ok.<</speech>>
<video src="johnm1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Relax.<</speech>>
<video src="johnm2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Turn over, you’re going to let me suck your cock as payment for the massage.<</speech>>
<<speech "John">>You’re a bad person Becky.<</speech>>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<video src="johnm5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "John">>Uh uh uh aaaaah.<</speech>>
<<speech "ThoughtsActions">>Sleep tight [[John.|room61]]<</speech>>
<<if visited() >= 2>><<goto "john61c">><</if>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="food2.jpg">
<<nobr>>
<<if hasVisited("shop61")>>
<<speech "ThoughtsActions">>I need to shower before I do my weekly shop.<</speech>>
<</if>>
<<if not hasVisited("shop61")>>
<<speech "Becky4">>Hello Player. That’s Jeff’s girlfriend, she can’t even wait for him to get his jeans off, She comes round every Saturday morning and goes early Monday morning.<</speech>>
<</if>>
<</nobr>>
<video src="jsho1a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I’ll come back in half an hour.<</speech>>
<video src="shave.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Day">>Time to go <<link[[shopping.|shop61]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<<if visited() == 1>><img src="shop14.jpg">
<<elseif visited() == 2>><img src="shop10.jpg">
<<elseif visited() == 3>><img src="shop15.jpg">
<<elseif visited() == 4>><img src=" mup.jpg">
<<elseif visited() == 5>><img src="shop16.jpg"><img src="shop17.jpg">
<<else>><img src=" trolley.jpg">
<</if>>
<</nobr>>
<<speech "ThoughtsActions">>Shopping is such a chore but you do see some interesting people.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="rui2.jpg"><video src="shop1.mp4" autoplay loop muted controls height="180px"></video>
<<case 2>>
<img src="rui1.jpg"><video src="shop2.mp4" autoplay loop muted controls height="180px"></video>
<<case 3>>
<img src="rui1.jpg"><video src="shop3.mp4" autoplay loop muted controls height="180px"></video>
<<case 4>>
<img src="rui3.jpg"><video src="shop4.mp4" autoplay loop muted controls height="180px"></video>
<<case 5>>
<img src="rui2.jpg"><video src="shop5.mp4" autoplay loop muted controls height="180px"></video>
<</switch>>
<<speech "ThoughtsActions">>Time for something [[tasty.|shop61b]]<</speech>>
<<set $cash -= 100>><<speech "ThoughtsActions">>I treat myself to something yummy on Saturdays.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="food3.jpg">
<<case 2>>
<img src="food4.jpg">
<<case 3>>
<img src="food5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Then I pay my weekly rent from my phone.<</speech>>
<img src="rent.jpg">
<<speech "Evening">>Time to go <<link [[home.|h63]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash -= 100>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<nobr>>
<img src="7clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="liv63"
alt="liv63" title="lounge"
coords="53,79,285,392" shape="rect">
<area
data-passage="park63"
alt="park63" title="park"
coords="359,80,596,397" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Jeff’s girlfriend is exercising naked in the lounge. Should I talk to her or go for a walk in the park.<</speech>>
<<nobr>>
<<if hasVisited("park63") && hasVisited("park64") && hasVisited("liv63b") && hasVisited("liv64b") && hasVisited("jeffx4")>><<goto "h63alt">><</if>>
<</nobr>>
<<nobr>>
<img src="6clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="jeff63"
alt="jeff63" title="jeff"
coords="65,21,290,453" shape="rect">
<area
data-passage="john63"
alt="john63" title="john"
coords="361,23,581,457" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Jeff and his girlfriend or John. Or should I go straight to my [[room?|room63]]<</speech>>
<<if $seap >= 100 && not hasVisited("seap")>><<goto "seap">><</if>><img src="ed7.jpg">
<<speech "Morning">>Go to <<link [[sleep.|sun63]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 2)>>
<<case 1>>
<video src="jbj1b.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="jbj1c.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "ThoughtsActions">>I love this chick. Back to my [[room.|room63]]<</speech>><img src="johnbed.jpg">
<<speech "ThoughtsActions">>No sign of John. Back to my [[room.|room63]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<speech "ThoughtsActions">>Yummy. Jeff’s in the shower.<</speech>>
<video src="jotshower.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Sorry Becky, I’ll be out in a minute.<</speech>>
<<speech "Becky4">>That’s ok, take your time.<</speech>>
<<speech "ThoughtsActions">>I get a good eyeful then return later.<</speech>><<switch random(1, 4)>>
<<case 1>>
<img src="2s1.jpg">
<<case 2>>
<img src="2s2.jpg">
<<case 3>>
<img src="2s3.jpg">
<<case 4>>
<img src="2s4.jpg">
<</switch>>
<<speech "Day">>Time to go to the <<link [[clinic.|clin63a]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking to the beauty clinic for a mornings work in exchange for some beauty treatment.<</speech>>
<img src="clin1.jpg"><img src="clin2.jpg">
<<speech "ThoughtsActions">>I put on an apron and get to work.<</speech>>
<video src="bc1.mp4" autoplay loop muted controls height="360px"></video>
<img src="sand2.jpg">
<<speech "ThoughtsActions">>I finish my morning’s work and [[grab a sandwich.|clin63b]]<</speech>>
<<if visited() >= 9>><<goto "onlyme">><</if>><<speech "ThoughtsActions">>Time to make me gorgeous.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="bc2.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="bc3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="bc4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "ThoughtsActions">>Then an hour on the [[sunbed.|clin63c]]<</speech>>
<<goto `either("tan60", "tan61")`>><video src="tan3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Christ Shaun, don’t surprise me like that.<</speech>>
<<speech "Male">>I’m so sorry.<</speech>>
<<speech "Becky4">>I’m horny so don’t waste my time.<</speech>>
<video src="tan4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Oh oh oh oh my god.<</speech>>
<<speech "Male">>Oh oh oh aaaaaaah.<</speech>>
<<speech "Evening">>Good job idiot boy. Time to go <<link [[home.|h64]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="tan1.gif">
<<speech "Evening">>Time to go <<link [[home.|h64]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<nobr>>
<img src="7clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="liv64"
alt="liv64" title="lounge"
coords="53,79,285,392" shape="rect">
<area
data-passage="park64"
alt="park64" title="park"
coords="359,80,596,397" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Jeff’s girlfriend is exercising naked in the lounge again. Should I talk to her or go for a walk in the park.<</speech>>
<<nobr>>
<<if hasVisited("park63") && hasVisited("park64") && hasVisited("liv63b") && hasVisited("liv64b") && hasVisited("jeffx4")>><<goto "h64alt">><</if>>
<</nobr>>
<video src="jlounge2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Hi I’m Becky, room 3.<</speech>>
<<speech "Female">>Hi, I’m Ella. Is it ok if I exercise here?<</speech>>
<video src="jlounge.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Yeah, you look great.<</speech>>
<<speech "Female">>Thanks Becky, see you later.<</speech>>
<<speech "Night">>Time to go to <<link [[my room.|h64balt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if hasVisited("liv63") >><<goto "liv64b">><</if>>
<<if visited() >= 2>><<goto "liv64b">><</if>><video src="park3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Do you know why people come to this part of the woods?<</speech>>
<<speech "Becky4">>Yes, follow me handsome.<</speech>><<switch random(1, 4)>>
<<case 1>>
<img src="pman1.jpg">
<<case 2>>
<img src="pman2.jpg">
<<case 3>>
<img src="pman3.jpg">
<<case 4>>
<img src="pman4.jpg">
<</switch>>
<<speech "Becky4">>This way, keep up.<</speech>>
<video src="park4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Here we are.<</speech>>
<video src="park5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Ok, your hard, show me what you can do.<</speech>>
<video src="park7.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Oh oh oh, god, oh god, oh god.<</speech>>
<video src="park6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Uh uh uh aaaaah.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h64balt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="jlounge2d.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Hi Ella.<</speech>>
<video src="jlounge1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Hi Becky, you know I’ve got some lingerie like yours, want to see?<</speech>>
<video src="jling1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Can I take some photos?<</speech>>
<<speech "Female">>Cool.<</speech>>
<video src="jling2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Mmmm nnnnmmm mmnnmm.<</speech>>
<video src="jling4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>That was fun, but you need to go before Jeff gets back.<</speech>>
<<speech "Night">>Ok bye. Time to go to <<link [[my room.|h64balt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="only40.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Morning">>I work on my Only Me page then go to <<link [[sleep.|m60]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if hasVisited("seap") && hasVisited("work")>><<goto "level3">><</if>><<nobr>>
<img src="6clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="jeff64"
alt="jeff64" title="jeff"
coords="65,21,290,453" shape="rect">
<area
data-passage="john64"
alt="john64" title="john"
coords="361,23,581,457" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Jeff and his girlfriend or John. Or should I go straight to my [[room?|room64]]<</speech>>
<<if $seap >= 100 && not hasVisited("seap")>><<goto "seap">><</if>><img src="johnbed.jpg">
<<speech "ThoughtsActions">>No sign of John. Back to my [[room.|room64]]<</speech>><video src="jsees.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow she likes it in the arse. Oh my god she’s seen me watching, I’d better go back to my [[room.|room64]]<</speech>><video src="jlounge2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Hi I’m Becky, room 3.<</speech>>
<<speech "Female">>Hi, I’m Ella. Is it ok if I exercise here?<</speech>>
<video src="jlounge.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Yeah, you look great.<</speech>>
<<speech "Female">>Thanks Becky, see you later.<</speech>>
<<speech "Night">>Time to do <<link [[something else.|h63bb]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "liv63b">><</if>><video src="park3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Do you know why people come to this part of the woods?<</speech>>
<<speech "Becky4">>Yes, follow me handsome.<</speech>><<switch random(1, 4)>>
<<case 1>>
<img src="pman1.jpg">
<<case 2>>
<img src="pman2.jpg">
<<case 3>>
<img src="pman3.jpg">
<<case 4>>
<img src="pman4.jpg">
<</switch>>
<<speech "Becky4">>This way, keep up.<</speech>>
<video src="park4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Here we are.<</speech>>
<video src="park8.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<<speech "Male">>Uh uh uh aaaaah.<</speech>>
<<speech "Night">>Time to go <<link [[home.|h63bb]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="jlounge2b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Hi Ella.<</speech>>
<video src="jlounge1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Hi Becky, you know I’ve got some lingerie like yours, want to see?<</speech>>
<video src="jling1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Can I take some photos?<</speech>>
<<speech "Female">>Cool.<</speech>>
<video src="jling2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Mmmm nnnnmmm mmnnmm.<</speech>>
<video src="jling4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>That was fun, but you need to go before Jeff gets back.<</speech>>
<<speech "Night">>Ok bye. Time to do <<link [[something else.|h63bb]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="john11.jpg">
<<speech "Becky4">>How's your back?.<</speech>>
<<speech "John">>Not good.<</speech>>
<<speech "Becky4">>I've got some oil, let me massage it for you.<</speech>>
<<speech "John">>Er ok.<</speech>>
<video src="johnm1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Relax.<</speech>>
<video src="johnm2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>I’ve oiled up my bum. Shove your cock in I’m sure it’s as tight as your boyfriends.<</speech>>
<<speech "John">>You’re a bad person Becky.<</speech>>
<video src="johnm3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>You can be as rough as you want.<</speech>>
<video src="johnm4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Oh oh oh, god, oh god, oh god.<</speech>>
<<speech "John">>Uh uh uh aaaaah.<</speech>>
<<speech "ThoughtsActions">>Thanks John. Back to my [[room.|room61]]<</speech>>
<<if visited() >= 2>><<goto `either("john61f", "john61e", "john61f", "john61d", "john61f", "john61e", "john61f", "john61d")`>><</if>><img src="john12.jpg">
<<speech "Becky4">>How's your back?<</speech>>
<<speech "John">>Not good.<</speech>>
<<speech "Becky4">>I've got some oil, let me massage it for you.<</speech>>
<<speech "John">>Er ok.<</speech>>
<video src="johnm1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Relax.<</speech>>
<video src="johnm2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Turn over, you’re going to let me suck your cock as payment for the massage.<</speech>>
<<speech "John">>You’re a bad person Becky.<</speech>>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<video src="johnm5.mp4" autoplay loop muted controls height="480px"></video>
<<speech "John">>Uh uh uh aaaaah.<</speech>>
<<speech "ThoughtsActions">>Sleep tight [[John.|room61]]<</speech>>
<<if visited() >= 2>><<goto "john61c">><</if>><img src="john11.jpg">
<<speech "Becky4">>How's your back?<</speech>>
<<speech "John">>Not good.<</speech>>
<<speech "Becky4">>I've got some oil, let me massage it for you.<</speech>>
<<speech "John">>Er ok.<</speech>>
<video src="johnm1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Relax.<</speech>>
<video src="johnm2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>I’ve oiled up my bum. Shove your cock in I’m sure it’s as tight as your boyfriends.<</speech>>
<<speech "John">>You’re a bad person Becky.<</speech>>
<video src="johnm3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>You can be as rough as you want.<</speech>>
<video src="johnm4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Oh oh oh, god, oh god, oh god.<</speech>>
<<speech "John">>Uh uh uh aaaaah.<</speech>>
<<speech "ThoughtsActions">>Thanks John. Back to my [[room.|room61]]<</speech>><video src="jwank.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Do you want a hand with that, or maybe a mouth?<</speech>>
<<speech "Male">>No thanks Becky.<</speech>>
<<speech "Becky4">>You know your girlfriend has been fucking me. It doesn’t seem fair that you can’t do the same. Anyway if you change your mind my door is open, amoung other things.<</speech>>
<<speech "ThoughtsActions">>Back to my [[room.|jeffx1]]<</speech>>
<<if visited() >= 2>><<goto "jeffz">><</if>>
<<nobr>>
<<if visited() == 1>><<goto "jeffx4">>
<<else>><<goto "jeffz">>
<</if>>
<</nobr>>
<video src="jsezz.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Hi.<</speech>>
<video src="jsezz1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<video src="jsezz4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Fuck me, fuck me, harder, harder, oh my god, aaaaaaaaaaah.<</speech>>
<video src="jsezz5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Thanks Becky, goodnight.<</speech>>
<<speech "Morning">>Time to go to <<link [[sleep.|m60]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="jsezz.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Hi.<</speech>>
<video src="jsezz2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Relax.<</speech>>
<video src="jsezz3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Oh oh oh, god, oh god, oh god.<</speech>>
<<speech "Male">>Thanks Becky, goodnight.<</speech>>
<<speech "Morning">>Time to go to <<link [[sleep.|m60]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<nobr>>
<img src="trinp26.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="h61alt"
alt="h61alt" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph28"
alt="ph28" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>This one again, should I choose it by swiping right?<</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Are you here to see Miss Jones?<</speech>>
<<speech "Becky4">>Yes.<</speech>>
<video src="trin26a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Nice to see you again Becky. Follow me.<</speech>>
<video src="trin26b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Take one in each hand.<</speech>>
<video src="trin26c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Ride one while you suck the other.<</speech>>
<video src="trin26d.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Relax and let the boys do the work.<</speech>>
<video src="trin26e.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Feels good doesn’t it?<</speech>>
<<speech "Becky4">>Fuck yeah.<</speech>>
<video src="trin26f.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Well done Becky, I hope to see you again.<</speech>>
<<speech "Becky4">>Thanks Miss Jones.<</speech>>
<<speech "Night">>Time to go <<link [[home.|trout20]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>I think I’ll hang out in the shared living room and watch a bit of t.v.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time to <<link [[turn it off.|h62altb]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<nobr>>
<img src="4clos.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="jeff61"
alt="jeff61" title="jeff"
coords="69,23,280,455" shape="rect">
<area
data-passage="john61"
alt="john61" title="john"
coords="365,21,581,460" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek at on Jeff or John. Or should I go straight to my [[room?|room61]]<</speech>>
<<if $ework >= 30 && not hasVisited("work")>><<goto "work">><</if>><<speech "Message">>Well done you helped Becky get Jeff into bed. As a reward you get to watch one of Becky’s dreams.<</speech>>
<<speech "Male">>Welcome back your majesty.<</speech>>
<<speech "Becky4">>Hi Guys. I’m happy to see my loyal big cock harem. Let me take a look at those cocks so I can make sure they’re nice and clean.<</speech>>
<video src="dre1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Ok, get to work, you know what your queen likes.<</speech>>
<video src="dre3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Turn me over.<</speech>>
<video src="dre4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Time to [[wake up.|m60]] <</speech>>
<<if visited() >= 2>><<goto "m60">><</if>>
<img src="johnbed.jpg">
<<speech "ThoughtsActions">>No sign of John. Back to my [[room.|room61]]<</speech>><<goto `either("jeffx5", "jeffx3", "jeffx5", "jeffx2", "jeffx5", "jeffx3", "jeffx5", "jeffx2")`>>
<video src="jsezz.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>I decided you were right.<</speech>>
<video src="jsezz1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky4">>Mmmm nnnnmmm mmnnmm.<</speech>>
<video src="jsezz4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Fuck me, fuck me, harder, harder, oh my god, aaaaaaaaaaah.<</speech>>
<video src="jsezz5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Thanks Becky, goodnight.<</speech>>
<<speech "Morning">>Time to go to <<link [[sleep.|dream]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="emptym.jpg">
<<speech "ThoughtsActions">>No sign of Jeff.<</speech>>
<img src="ed7.jpg">
<<speech "Morning">>Time to go to <<link [[sleep.|m60]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<nobr>>
<<if not hasVisited("work")>>
<<speech "Message">>Congratulations, you have hit your weight loss target. Now focus on making £1.200 through part time to pay for breast augmentation surgery and move you to Level 3. Now it’s time to <<return>><</speech>>
<</if>>
<<if hasVisited("work")>>
<<speech "Message">>Congratulations, you have achieved both of your goal. When you go to sleep on Sunday night you will automatically move to Level 3. Now it’s time to <<return>><</speech>>
<</if>>
<</nobr>><<speech "Message">>Well done you have completed Level 2.<</speech>>
<img src="time.gif"><img src="time1.gif"><img src="time.gif">
<<speech "Message">>Several months have passed and plastic surgery has transformed your appearance one step closer to being gorgeous.<</speech>>
<img src="tform4.gif">
<<speech "Message">>You treat yourself to coloured contacts and a cute tattoo.<</speech>>
<img src="w3int.jpg">
<<speech "Message">>To improve your appearance further will be very expensive so you contact Emma and ask her advice. She explains what you need to do if you want to work with her as an escort in Paris.<</speech>>
<img src="text.jpg"><img src="text2.jpg">
<<speech "Emma">>You look great in the photo but you need to be really fit and you’ll need £1,000 for 3 months rent and security deposit. Also, there’s a lot of kinky stuff in escort work so make sure you’re cool with group sex.<</speech>>
<<speech "Message">>To complete Level 3:
1. Hit 100% fitness by exercising in the park or at the gym.
2. Save up £1,000 by working part-time at the wine bar, the spa or the golf club and getting more people to subscribe to your Only Me page.
3. Engage in a sexual scenario involving more than 3 people.<</speech>>
<<speech "Morning">>Click here to <<link [[start.|m65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<<set $ework to 0>>
<<set $stat to 0>>
<<set $stat1 to 0>>
<<set $only to 50>>
<<set $seap to 0>>
<<set $cash to 0>>
<<set $wine to 0>>
<<set $spa to 0>>
<<set $ymca to 0>>
<<set $lvl += 10>>
<</nobr>><<nobr>>
<<if not hasVisited("seap")>>
<<speech "Message">>Congratulations, you now have enough money to get breast augmentation surgery, but you must hit your weight loss target first. This will complete Level 2 and move you to Level 3. Now it’s time to <<return>><</speech>>
<</if>>
<<if hasVisited("seap")>>
<<speech "Message">>Congratulations, you have achieved both of your goal. When you go to sleep on Sunday night you will automatically move to Level 3. Now it’s time to <<return>><</speech>>
<</if>>
<</nobr>><<speech "Male">>Hi Becky.<</speech>>
<<speech "Becky4">>Hi Kevin. You know Emma's moved to Paris?<</speech>>
<video src="kev1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Yeah, she's working as an escort.<</speech>>
<<speech "Becky4">>Really? She didn't tell me that.<</speech>>
<<speech "Male">>She's making a lot of money.<</speech>>
<<speech "Becky4">>So why are you here?<</speech>>
<<speech "Male">>I came to see you.<</speech>>
<<speech "Becky4">>You're looking good.<</speech>>
<<speech "Male">>I bike everywhere now so I'm super fit.<</speech>>
<<speech "Becky4">>Show me.<</speech>>
<video src="kev2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Oh oh oh, god, oh god, oh god.<</speech>>
<video src="kev3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Uh uh uh aaaaah.<</speech>>
<<speech "Night">>Good job Kev, now it's time to do <<link [[something else.|h63bb]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "h63alt2">><</if>><<speech "ThoughtsActions">>I think I’ll hang out in the shared living room and watch t.v.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time to go to <<link [[my room.|h64balt]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "ThoughtsActions">>I think I’ll hang out in the shared living room and watch t.v.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time to do <<link [[something else.|h63bb]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Male">>Hi Becky.<</speech>>
<<speech "Becky4">>Hi Kevin. Have you come to see me?<</speech>>
<video src="kev1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Yeah.<</speech>>
<<speech "Becky4">>Show me.<</speech>>
<video src="kev2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky4">>Oh oh oh, god, oh god, oh god.<</speech>>
<video src="kev3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Uh uh uh aaaaah.<</speech>>
<<speech "Night">>Good job Kev, now it's time to do <<link [[something else.|h63bb]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<if visited() >= 4>><<goto "h63alt3">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking to the beauty clinic for a mornings work in exchange for some beauty treatment.<</speech>>
<img src="clin1.jpg"><img src="clin2.jpg">
<<speech "ThoughtsActions">>I put on an apron and get to work.<</speech>>
<video src="bc1.mp4" autoplay loop muted controls height="360px"></video>
<img src="sand2.jpg">
<<speech "ThoughtsActions">>I finish my morning’s work and [[grab a sandwich.|clin63b]]<</speech>>
<<set $ework += 4>>
<<set $only += 4>>
<<set $cash += 160>>
<span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w1.jpg"><img src="corn.jpg">
<<speech "ThoughtsActions">>I need to shower before work.<</speech>><<switch random(1, 4)>>
<<case 1>>
<img src="2s1.jpg">
<<case 2>>
<img src="2s2.jpg">
<<case 3>>
<img src="2s3.jpg">
<<case 4>>
<img src="2s4.jpg">
<</switch>>
<<speech "ThoughtsActions">>Putting in my contact lenses.<</speech>>
<img src="lens.jpg"><img src="lens2.jpg">
<<speech "Day">>Time to go to <<link [[work.|w65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<<if visited("m65") == 6>><<goto "sat66">><</if>>
<<if visited("m65") == 12>><<goto "sat66">><</if>>
<<if visited("m65") == 18>><<goto "sat66">><</if>>
<<if visited("m65") == 24>><<goto "sat66">><</if>>
<<if visited("m65") == 30>><<goto "sat66">><</if>>
<<if visited("m65") == 36>><<goto "sat66">><</if>>
<<if visited("m65") == 42>><<goto "sat66">><</if>>
<<if visited("m65") == 48>><<goto "sat66">><</if>>
<<if visited("m65") == 54>><<goto "sat66">><</if>>
<<if visited("m65") == 60>><<goto "sat66">><</if>>
<<if visited("m65") == 66>><<goto "sat66">><</if>>
<<if visited("m65") == 72>><<goto "sat66">><</if>>
<<if visited("m65") == 78>><<goto "sat66">><</if>>
<<if visited("m65") == 84>><<goto "sat66">><</if>>
<<if visited("m65") == 90>><<goto "sat66">><</if>>
<<if visited("m65") == 96>><<goto "sat66">><</if>>
<<if visited("m65") == 102>><<goto "sat66">><</if>>
<<if visited("m65") == 108>><<goto "sat66">><</if>>
<<if visited("m65") == 114>><<goto "sat66">><</if>>
<<if visited("m65") == 120>><<goto "sat66">><</if>>
<<if visited("m65") == 121>><<goto "week20">><</if>>
<</nobr>><<speech "Message">>Sorry you have taken too long to finish Level 2.<</speech>>
<<speech "Morning">>To start Level 2 again click <<link [[here.|m50]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Message">>Sorry you have taken too long to finish Level One.<</speech>>
<<speech "Morning">>To start Level One again click <<link [[here.|mon1]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<nobr>>
<<if not hasVisited("grand") && not hasVisited("orga")>>
<<speech "Message">>Congratulations, you have fit enough to move to Paris. Now hit your financial and sexual experience targets to complete Level 3. Now it’s time to <<return>><</speech>>
<</if>>
<<if not hasVisited("grand") && hasVisited("orga")>>
<<speech "Message">>Congratulations, you now have enough fitness and sexual experience to move to Paris. Now hit your financial target to complete Level 3. Now it’s time to <<return>><</speech>>
<</if>>
<<if hasVisited("grand") && not hasVisited("orga")>>
<<speech "Message">> Congratulations, you now have enough money and right fitness level to move to Paris. Now engage in a sexual encounter involving more than 3 people to complete Level 3. Now it’s time to <<return>><</speech>>
<</if>>
<</nobr>>
<<if hasVisited("grand") && hasVisited("orga")>><<goto "end">><</if>>
<<nobr>>
<<if not hasVisited("orga") && not hasVisited("fit")>>
<<speech "Message">>Congratulations, you have enough money to move to Paris. Now hit your financial and sexual experience targets to complete Level 3. Now it’s time to <<return>><</speech>>
<</if>>
<<if not hasVisited("fit") && hasVisited("orga")>>
<<speech "Message">>Congratulations, you now have enough money and sexual experience to move to Paris. Now hit your fitness target to complete Level 3. Now it’s time to <<return>><</speech>>
<</if>>
<<if hasVisited("fit") && not hasVisited("orga")>>
<<speech "Message">> Congratulations, you now have enough money and the right fitness level to move to Paris. Now engage in a sexual encounter involving more than 3 people to complete Level 3. Now it’s time to <<return>><</speech>>
<</if>>
<</nobr>>
<<if hasVisited("fit") && hasVisited("orga")>><<goto "end">><</if>>
<<nobr>>
<<if not hasVisited("grand") && not hasVisited("fit")>>
<<speech "Message">>Congratulations, you have enough sexual experience to move to Paris. Now hit your financial and fitness targets to complete Level 3. Now it’s time to <<return>><</speech>>
<</if>>
<<if not hasVisited("grand") && hasVisited("fit")>>
<<speech "Message">>Congratulations, you now have enough fitness and sexual experience to move to Paris. Now hit your financial target to complete Level 3. Now it’s time to <<return>><</speech>>
<</if>>
<<if hasVisited("grand") && not hasVisited("fit")>>
<<speech "Message">> Congratulations, you now have enough money and sexual experience to move to Paris. Now hit your fitness target to complete Level 3. Now it’s time to <<return>><</speech>>
<</if>>
<</nobr>>
<<if hasVisited("grand") && hasVisited("fit")>><<goto "end">><</if>>
<img src="fireworks.gif">
<<speech "Message">>Congratulations, you have completed Level 3. If you have enjoyed playing this game and would like me to add more levels then please leave a 5 star rating and I will build more levels if enough people want them.<</speech>>
<video src="paris1.mp4" autoplay loop muted controls height="480px"></video>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<img src="office.jpg"><img src="office1.jpg">
<<speech "ThoughtsActions">>I work in small claims.<</speech>>
<video src="lrwork1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Time for lunch.<</speech>>
<img src="cant.jpg"><img src="cant1.jpg">
<<speech "ThoughtsActions">>[[Back to work.|w65b]]<</speech>>
<<nobr>>
<<if visited("w65") == 5>><<set $cash += 200>><</if>>
<<if visited("w65") == 10>><<set $cash += 200>><</if>>
<<if visited("w65") == 15>><<set $cash += 200>><</if>>
<<if visited("w65") == 20>><<set $cash += 200>><</if>>
<<if visited("w65") == 25>><<set $cash += 200>><</if>>
<<if visited("w65") == 30>><<set $cash += 200>><</if>>
<<if visited("w65") == 35>><<set $cash += 200>><</if>>
<<if visited("w65") == 40>><<set $cash += 200>><</if>>
<<if visited("w65") == 45>><<set $cash += 200>><</if>>
<<if visited("w65") == 50>><<set $cash += 200>><</if>>
<<if visited("w65") == 55>><<set $cash += 200>><</if>>
<<if visited("w65") == 60>><<set $cash += 200>><</if>>
<<if visited("w65") == 65>><<set $cash += 200>><</if>>
<<if visited("w65") == 70>><<set $cash += 200>><</if>>
<<if visited("w65") == 75>><<set $cash += 200>><</if>>
<<if visited("w65") == 80>><<set $cash += 200>><</if>>
<<if visited("w65") == 85>><<set $cash += 200>><</if>>
<<if visited("w65") == 90>><<set $cash += 200>><</if>>
<<if visited("w65") == 95>><<set $cash += 200>><</if>>
<<if visited("w65") == 100>><<set $cash += 200>><</if>>
<</nobr>>
<<speech " ThoughtsActions ">>I'm getting more attention these days.<</speech>>
<video src="lrwork2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>My brother's visiting, he’s the handsome brother, would you like to meet him?<</speech>>
<<speech "Becky5">>Sounds like fun.<</speech>>
<<speech "Male">>I’ve sent all my apartment details to your phone, see you tonight.<</speech>>
<video src="lrwork3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Evening">><<link [[Go.|h66x]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "w65c">><</if>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<nobr>>
<img src="compo1.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="park65"
alt="park65" title="jog"
coords="2,0,198,227" shape="rect">
<area
data-passage="gym65"
alt="gym65" title="workout"
coords="229,0,410,228" shape="rect">
<area
data-passage="trin65"
alt="trin65" title="trinder"
coords="452,-1,634,228" shape="rect">
<area
data-passage="winex65"
alt="winex65" title="winebar"
coords="1,250,197,477" shape="rect">
<area
data-passage="spax65"
alt="spax65" title="spa"
coords="228,257,405,476" shape="rect">
<area
data-passage="ymcax65"
alt="ymca65" title="golf"
coords="448,257,638,478" shape="rect">
</map>
<</nobr>>
<<if hasVisited("fit") && hasVisited("grand") && hasVisited("orga")>><<goto "end">><</if>><<goto `either("later65", "later66", "later67")`>><video src="walk.mp4" autoplay loop muted controls height="480px"></video>
<<switch random(1, 7)>>
<<case 1>>
<img src="empt1.jpg">
<<case 2>>
<img src="empt2.jpg">
<<case 3>>
<img src="empt3.jpg">
<<case 4>>
<img src="empt4.jpg">
<<case 5>>
<img src="empt5.jpg">
<<case 6>>
<img src="empt6.jpg">
<<case 7>>
<img src="empt7.jpg">
<</switch>>
<<speech "ThoughtsActions">>I don’t see anything happening, maybe next time.<</speech>>
<<speech "Evening">>I'd better hurry <<link [[home.|h66]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walk.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Nobody seems to care about who’s watching them fuck.<</speech>><<switch random(1, 7)>>
<<case 1>>
<video src="offstrap1.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="2off3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="2off4.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="2off2.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="2off6.mp4" autoplay loop muted controls height="480px"></video>
<<case 6>>
<video src="2off7.mp4" autoplay loop muted controls height="360px"></video>
<<case 7>>
<video src="2off5.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Evening">>I'd better hurry <<link [[home.|h66]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<goto `either("up65", "up66", "up67")`>><<speech "ThoughtsActions">>Wow, that looks so hot.<</speech>>
<video src="lrup7.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Evening">>I'd better hurry <<link [[home.|h66]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>Wow, that looks so hot.<</speech>>
<video src="2off8.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Evening">>I'd better hurry <<link [[home.|h66]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>Wow, that looks so hot.<</speech>>
<video src="lrup8.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Evening">>I'd better hurry <<link [[home.|h66]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>I think I’ll hang out in the shared living room and watch a bit of t.v.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time to <<link [[turn it off.|h67altb]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<nobr>>
<img src="5clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="rosie66"
alt="rosie66" title="rosie"
coords="69,23,280,455" shape="rect">
<area
data-passage="john66"
alt="john66" title="john"
coords="365,21,581,460" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Rosie or John. Or should I go straight to my [[room?|room66]]<</speech>>
<<if $ework >= 25 && not hasVisited("grand")>><<goto "grand">><</if>><<nobr>>
<img src="com19.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="hj51"
alt="h51" title="handjob"
coords="148,39,253,158" shape="rect">
<area
data-passage="les51"
alt="les51" title="lesbian"
coords="145,181,250,301" shape="rect">
<area
data-passage="bj51"
alt="bj51" title="blowjob"
coords="270,33,369,159" shape="rect">
<area
data-passage="ga51"
alt="ga51" title="gay"
coords="273,182,361,303" shape="rect">
<area
data-passage="an51"
alt="an51" title="anal"
coords="386,32,503,158" shape="rect">
<area
data-passage="dp51"
alt="dp51" title="double"
coords="390,185,504,307" shape="rect">
</map>
<</nobr>>
<<speech "Morning">>Should I watch some porn or go to <<link [[sleep.|m65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if $ework >= 25 && not hasVisited("grand")>><<goto "grand">><</if>>
<<if hasVisited("fit") && hasVisited("grand") && hasVisited("orga")>><<goto "end">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walk down to the gym.<</speech>>
<<nobr>>
<img src="gy4mult.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="gy65"
alt="gy10" title="workout"
coords="247,215,394,437" shape="rect">
<area
data-passage="gy66"
alt="gy11" title="women"
coords="29,216,197,438" shape="rect">
<area
data-passage="gy67"
alt="gy12" title="men"
coords="443,215,608,437" shape="rect">
</map>
<</nobr>>
<<speech "Becky5">>Hello Player, do you want to watch me workout or would you rather peek on the women’s or men’s section.<</speech>><<speech "Becky5">>Hello player, here I am at the gym.<</speech>>
<img src="lrgym.jpg">
<<speech "Becky5">>It’s important to have a nice firm body.<</speech>>
<video src="lrgym1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Time to go <<link [[home.|gyout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto `either("gylr1", "gylr2")`>><</if>>
<<speech "ThoughtsActions">>Wow, girls just want to have fun.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="gwork1c.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="gles1.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="wom8b.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="wom2b2.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time to go <<link [[home.|gyout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>Boy’s will be boys.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="gymmb.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="g5sat.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="gm5.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="gm9.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Night">>Time to go <<link [[home.|gyout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<goto "h67">><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<img src="fdn.jpg"><img src="live4.jpg">
<<nobr>>
<img src="5clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="rosie66"
alt="rosie66" title="rosie"
coords="69,23,280,455" shape="rect">
<area
data-passage="john66"
alt="john66" title="john"
coords="365,21,581,460" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Rosie or John. Or should I go straight to my [[room?|room66]]<</speech>>
<<if $seap >= 100 && not hasVisited("fit")>><<goto "fit">><</if>>
<<if $ework >= 25 && not hasVisited("grand")>><<goto "grand">><</if>>
<<if hasVisited("ph68") && not hasVisited("orga")>><<goto "orga">><</if>><img src="lrgym.jpg">
<<speech "Becky5">>Hello player, showing off my expensive new tits really turns me on.<</speech>>
<video src="lrgym4.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky5">>Ooh ooh ooh, yes yes.<</speech>>
<video src="lrgym3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Time to go <<link [[home.|gyout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="lrgym.jpg">
<<speech "Becky5">>Hello player, showing off my expensive new tits really turns me on.<</speech>>
<video src="lrgym2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky5">>Ooh ooh ooh, yes yes.<</speech>>
<video src="lrgym3.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Time to go <<link [[home.|gyout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<goto `either("pk65", "pk66", "pk67")`>><video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>>
<video src="w26.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Time to go <<link [[home.|pkout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto `either("pklr1", "pklr2")`>><</if>><video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Some really hot chicks come to this park.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="p6.jpg">
<<case 2>>
<img src="p2.jpg">
<<case 3>>
<img src="p3.jpg">
<<case 4>>
<img src="p4.jpg">
<<case 5>>
<img src="p5.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|pkout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Wow, the girls who come to this park are so hot.<</speech>><<switch random(1, 5)>>
<<case 1>>
<video src="pw5c.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="w4bb.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="pw3a.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="week2.mp4" autoplay loop muted controls height="360px"></video>
<<case 5>>
<video src="w3ba.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Night">>Time to go <<link [[home.|pkout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<set $seap += 5>><<if $seap gte 100>><<set $seap to 100>><</if>>
<<goto "h67">><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I walk down to my local wine bar.<</speech>>
<video src="wine.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>Do you have any evening [[work?|ywine65]]<</speech>>
<</if>>
<<if $wine >= 10 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>[[Start work|wine65]] or [[quit.|wquit65]]<</speech>>
<</if>>
<<if $wine == 0 && $spa == 10 || $ymca == 10>>
<<speech "ThoughtsActions">>I’m not really a drinker and I’d have to quit my current evening job before I could work here. I think I’ll go [[home.|wquit65]]<</speech>>
<</if>>
<</nobr>><<speech "Female">>We have openings for waitresses Mondays to Fridays, 7.00pm 'til 11.00pm. The pay is £40.00 per shift.<</speech>>
<img src="wine3.jpg">
<<speech "ThoughtsActions">>Should I [[take the job|ywine66]] or politely decline and [[leave.|wquit65]]<</speech>>
<img src="wine3.jpg">
<<speech "Female">>Here’s your uniform.<</speech>>
<img src="wbuni.jpg">
<<speech "ThoughtsActions">>Start work.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="wb1.jpg">
<<case 2>>
<img src="wb2.jpg">
<<case 3>>
<img src="wb3.jpg">
<</switch>>
<<speech "Night">>Time to go <<link [[home.|weout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 40>>
<<set $ework += 1>>
<<nobr>>
<<set $wine to 0>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "Becky5">>Sorry, I can’t work here. Thanks, bye.<</speech>>
<</if>>
<</nobr>>
<<speech "Night">>Time to go <<link [[home.|weout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "Female">>Good. It's too late to start today but work as many days as you want.<</speech>>
<img src="wine3.jpg">
<<speech "Becky5">>Thanks, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|weout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $wine += 10>><<goto "h67">><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I walk down to the fancy spa.<</speech>>
<video src="spa.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>Do you have any evening [[work?|yspa65]]<</speech>>
<</if>>
<<if $wine >= 0 && $spa == 10 && $ymca == 0>>
<<speech "ThoughtsActions">>[[Start work|spa65]] or [[quit.|squit65]]<</speech>>
<</if>>
<<if $wine == 10 || $ymca == 10 && $spa == 0>>
<<speech "ThoughtsActions">>I can't afford a membership here and I’d have to quit my current evening job before I could work here. I think I’ll go [[home.|squit65]]<</speech>>
<</if>>
<</nobr>><<speech "Female">>We have openings for cleaning staff Mondays to Fridays, 7.00pm 'til 11.00pm. The pay is £40.00 per shift.<</speech>>
<img src="spa5.jpg">
<<speech "ThoughtsActions">>Should I [[take the job|yspa66]] or politely decline and [[leave.|squit65]]<</speech>><<nobr>>
<<set $spa to 0>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "Becky5">>Sorry, I can’t work here. Thanks, bye.<</speech>>
<</if>>
<</nobr>>
<<speech "Night">>Time to go <<link [[home.|spout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash += 40>>
<<set $ework += 1>>
<<goto "spamult65">>
<<speech "Female">>Good. It's too late to start today but work as many days as you want.<</speech>>
<img src="spa5.jpg">
<<speech "Becky5">>Thanks, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|spout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $spa += 10>><<goto "h67">><<goto `either("lana1", "sp65", "lana1", "sp66", "sp65", "sp66")`>><<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky5">>Ok Player, let's start with the showers.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="spas1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="spas2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="spas3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="spas4.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Night">>You do see some super hot things here. Time to go <<link [[home.|spout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<switch random(1, 5)>>
<<case 1>><<goto "mazz65">>
<<case 2>><<goto "mazz66">>
<<case 3>><<goto "mazz67">>
<<case 4>><<goto "mazz68">>
<<case 5>><<goto "mazz69">>
<</switch>><img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky5">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky5">>Ooooh.<</speech>>
<video src="mazz1a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, she’s gorgeous.<</speech>>
<video src="mazz1b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Has the masseur got something in her swimsuit?<</speech>>
<video src="mazz1c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, maybe I should try to buy one of those.<</speech>>
<video src="mazz1d.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>That was cool. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky5">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky5">>Ooooh.<</speech>>
<video src="mazz5a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Oh my god, I wish I was her.<</speech>>
<video src="mazz5b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>That was hot. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky5">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky5">>Ooooh.<</speech>>
<video src="mazz4a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Oh my god, that looks so hot.<</speech>>
<video src="mazz4b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>That was interesting. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky5">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky5">>Ooooh.<</speech>>
<video src="mazz3a.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Wow, she doesn’t waste much time.<</speech>>
<video src="mazz3b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>She's really getting off on that. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky5">>Ok Player let's start with the massage rooms.<</speech>>
<img src="dw2.jpg">
<<speech "Becky5">>Ooooh.<</speech>>
<video src="mazz2a.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>She just came, lucky bitch. Time to do some cleaning and tidying.<</speech>>
<img src="spatow.jpg"><img src="phlok2.jpg">
<<speech "Night">>Time to go <<link [[home.|spout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky5">>Let's start with the massage rooms.<</speech>>
<img src="andy.jpg">
<<speech "Male">>Hi Becky, I'm Andy, it’s quiet today, do you fancy a free massage?<</speech>>
<<speech "Becky5">>Thanks Andy.<</speech>>
<<speech "Male">>What sort of massage do you want?<</speech>>
<<speech "Becky5">>Do anything you want.<</speech>>
<video src="lrspa1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Harder, harder.<</speech>>
<video src="lrspa3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Ah ah ah aaaaaaaah.<</speech>>
<<speech "Night">>That was nice. Time to go <<link [[home.|spout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto `either("lana3", "lana2")`>><</if>><img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky5">>Let's start with the massage rooms.<</speech>>
<img src="andy.jpg">
<<speech "Male">>Hi Becky, I'm Andy, it’s quiet today, do you fancy a free massage?<</speech>>
<<speech "Becky5">>Thanks Andy.<</speech>>
<<speech "Male">>What sort of massage do you want?<</speech>>
<<speech "Becky5">>Do anything you want.<</speech>>
<video src="lrspa1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Mmmmmm nnnnmmmmnn mmmm.<</speech>>
<video src="lrspa2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Ah ah ah aaaaaaaah.<</speech>>
<<speech "Night">>That was nice. Time to go <<link [[home.|spout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="phlok.jpg">
<<speech "ThoughtsActions">>Time to get changed into my work clothes.<</speech>>
<img src="spa1.jpg"><img src="spa2.jpg">
<<speech "Becky5">>Let's start with the massage rooms.<</speech>>
<img src="suzy.jpg">
<<speech "Female">>Hi Becky, I’m Suzy, it’s quiet today, do you fancy a free massage?<</speech>>
<<speech "Becky5">>Thanks Suzy.<</speech>>
<video src="lrspa10.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>That’s it, right there.<</speech>>
<video src="lrspa11.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Lie back and relax.<</speech>>
<video src="lrspa12.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Mmmmmm nnnnmmmmnn mmmm.<</speech>>
<<speech "Female">>Oh oh oh oh my god.<</speech>>
<<speech "Night">>That was nice. Time to go <<link [[home.|spout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I walk down to the golf course club house.<</speech>>
<img src="golf2.jpg"><img src="golf1.jpg">
<<nobr>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "ThoughtsActions">>Do you have any evening [[work?|yymca65]]<</speech>>
<</if>>
<<if $wine >= 0 && $spa == 0 && $ymca == 10>>
<<speech "ThoughtsActions">>[[Start work|ym65]] or [[quit.|yquit65]]<</speech>>
<</if>>
<<if $wine == 10 || $spa == 10 && $ymca == 0>>
<<speech "ThoughtsActions">>I can't go in here and I’d have to quit my current evening job before I could work here. I think I’ll go [[home.|yquit65]]<</speech>>
<</if>>
<</nobr>><<speech "Female">>We have openings for cleaning staff Mondays to Fridays, 7.00pm 'til 11.00pm. The pay is £40.00 per shift.<</speech>>
<img src="golf4.jpg">
<<speech "ThoughtsActions">>Should I [[take the job|yymca66]] or politely decline and [[leave.|yquit65]]<</speech>><<set $cash += 40>>
<<set $ework += 1>>
<<goto `either("ym66", "ym66", "ym66", "ym67", "ym66", "ym66", "ym66", "ym67")`>>
<<nobr>>
<<set $ymca to 0>>
<<if $wine == 0 && $spa == 0 && $ymca == 0>>
<<speech "Becky5">>Sorry, I can’t work here. Thanks, bye.<</speech>>
<</if>>
<</nobr>>
<<speech "Night">>Time to go <<link [[home.|ymout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $ymca to 0>><<speech "Female">>Good. It's too late to start today but work as many days as you want.<</speech>>
<img src="golf4.jpg">
<<speech "Becky5">>Thanks, bye.<</speech>>
<<speech "Night">>Time to go <<link [[home.|ymout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $ymca += 10>><<goto "h67">><<speech "Female">>Here’s your uniform.<</speech>>
<<speech "ThoughtsActions">>Ok, let’s get to work.<</speech>><<switch random(1, 6)>>
<<case 1>>
<img src="zz1.jpg">
<<case 2>>
<img src="zz2.jpg">
<<case 3>>
<img src="zz3.jpg">
<<case 4>>
<img src="zz4.jpg">
<<case 5>>
<img src="zz5.jpg">
<<case 6>>
<img src="zz6.jpg">
<</switch>>
<<speech "Becky5">>Lots of hot guys around.<</speech>>
<img src="spatow.jpg">
<<speech "Night">>Time to go <<link [[home.|ymout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<img src="golf4.jpg"><img src="golf5.jpg">
<<speech "Female">>Here’s your uniform.<</speech>>
<<speech "ThoughtsActions">>Ok, let’s get to work.<</speech>>
<img src="ygolf.jpg">
<<switch random(1, 5)>>
<<case 1>>
<video src="gazg1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<video src="gazg2.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<video src="gazg3.mp4" autoplay loop muted controls height="480px"></video>
<<case 4>>
<video src="gazg4.mp4" autoplay loop muted controls height="480px"></video>
<<case 5>>
<video src="gazg5.mp4" autoplay loop muted controls height="480px"></video>
<</switch>>
<<speech "Becky5">>Oh my god that's hot.<</speech>>
<img src="bog2.jpg"><img src="bog3.jpg">
<video src="gazg6.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>Time to go <<link [[home.|ymout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<goto `either("ch65", "tr66", "ch65", "tr67")`>><<speech "ThoughtsActions">>Just one option today.<</speech>>
<img src="trino.jpg">
<<switch random(1, 3)>>
<<case 1>>
<<speech "ThoughtsActions">>I did this weezie old man before, waste of time. I’ll [[do something else.|h66alt]]<</speech>>
<<case 2>>
<<speech "ThoughtsActions">>I’m not going with this guy, he won’t let me film for my Only Me page. I’ll [[do something else.|h66alt]]<</speech>>
<<case 3>>
<<speech "ThoughtsActions">>I did this smelly kid before. I’ll [[do something else.|h66alt]]<</speech>>
<</switch>><<speech "ThoughtsActions">>Just one option today.<</speech>>
<img src="trino1.jpg">
<<switch random(1, 3)>>
<<case 1>>
<<speech "ThoughtsActions">>I’m not going with her, she won’t let me film for my Only Me page. I’ll [[do something else.|h66alt]]<</speech>>
<<case 2>>
<<speech "ThoughtsActions">>I didn’t like her. I’ll [[do something else.|h66alt]]<</speech>>
<<case 3>>
<<speech "ThoughtsActions">>The last time I spent an hour with my face between her legs and she did nothing for me. I’ll [[do something else.|h66alt]]<</speech>>
<</switch>><<nobr>>
<img src="compo1.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="park65"
alt="park65" title="jog"
coords="2,0,198,227" shape="rect">
<area
data-passage="gym65"
alt="gym65" title="workout"
coords="229,0,410,228" shape="rect">
<area
data-passage="winex65"
alt="winex65" title="winebar"
coords="1,250,197,477" shape="rect">
<area
data-passage="spax65"
alt="spax65" title="spa"
coords="228,257,405,476" shape="rect">
<area
data-passage="ymcax65"
alt="ymca65" title="golf"
coords="448,257,638,478" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Nobody takes my fancy on Trinder today so should I exercise, at the gym or the park, to get closer to my weight loss target or work at the wine bar, spa or golf club so I can save up for that boob job.<</speech>><<speech "ThoughtsActions">>Cool. I’ve got 3 options and they're all ready to go today.<</speech>>
<<nobr>>
<img src="trinp65.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch66"
alt="ch66" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph65"
alt="ph65" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I choose this one by swiping right or check out the next one by swiping left?<</speech>>
<<if hasVisited("ph65") && hasVisited ("ph66") && hasVisited("ph67")>><<goto "ch68">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky5">>Hello Player, this guy’s very thoughtful.<</speech>>
<video src="trin65.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Thank you for being so thoughtful, you can do anything you want to me.<</speech>>
<video src="trin65b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>Can I try anal?<</speech>>
<<speech "Becky5">>Anything.<</speech>>
<video src="trin65c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Fuck yes. Fuck me.<</speech>>
<<speech "Male">>Uh uh uh aaaaah.<</speech>>
<<speech "Night">>Thanks, it's time for me to go <<link [[home.|trout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx65">><</if>><<nobr>>
<img src="trinp66.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="ch67"
alt="ch67" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph66"
alt="ph66" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I choose this one by swiping right or check out the next one by swiping left?<</speech>><<nobr>>
<img src="trinp67.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="h66alt"
alt="h66alt" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph67"
alt="ph67" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I choose them by swiping right?<</speech>><<goto `either("ch70", "ch71", "ch72")`>><<speech "ThoughtsActions">>Just one option today.<</speech>>
<<nobr>>
<img src="trinp68.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="h66alt"
alt="h66alt" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph68"
alt="ph68" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I choose it by swiping right?<</speech>>
<<if hasVisited("ph68")>><<goto "ch69">><</if>><<speech "Male">>I have a strange kink, so we can stop at any time you want.<</speech>>
<<speech "Becky5">>Don’t’ worry I like kinks.<</speech>>
<video src="trin66.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>It's getting dark. Please stand there and take off your clothes.<</speech>>
<video src="trin66b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Uh uh uh aaaaah.<</speech>>
<<speech "Night">>Thanks, that was different. Drop me off on the High Street, it's time for me to go <<link [[home.|trout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx66">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky5">>Hello Player. I’m excited and nervous. Emma said it’s something I should do but honestly I’ve been dreaming about doing something like this for ages.<</speech>>
<video src="trin74.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>I wish I could suck two cocks at once.<</speech>>
<video src="trin74b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Oh god, oh my god, fuck me yes.<</speech>>
<video src="trin74c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>Thanks boys that was amazing, but now it's time for me to go <<link [[home.|trout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx68">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<video src="trin67.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Hello boy’s, if you like what you see get your cocks out for me.<</speech>>
<video src="trin67b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Mmmmm mmnnnm nnnmm.<</speech>>
<video src="trin67c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Oh my god. Oh my god. Oh my god.<</speech>>
<<speech "Night">>Thanks boys, it's time for me to go <<link [[home.|trout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "phx67">><</if>><img src="trinp67.jpg">
<<speech "ThoughtsActions">> [[I’ve hit this one already.|h66alt]]<</speech>><img src="trinp66.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch67]]<</speech>><img src="trinp65.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|ch66]]<</speech>><img src="trinp68.jpg">
<<speech "ThoughtsActions">>I’ve hit this already. I’ll try the [[next one.|h66alt]]<</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<video src="trin65.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Hello Player, this guy’s so nice.<</speech>>
<video src="trin65b.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>I wish he was a bit rougher, but no one’s perfect.<</speech>>
<video src="trin65c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Fuck yes. Fuck me.<</speech>>
<<speech "Male">>Uh uh uh aaaaah.<</speech>>
<<speech "Night">>Thanks, it's time for me to go <<link [[home.|trout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<video src="trin67.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Hello boy’s, if you like what you see get your cocks out for me.<</speech>>
<video src="trin67b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Mmmmm mmnnnm nnnmm.<</speech>>
<video src="trin67c.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Oh my god. Oh my god. Oh my god.<</speech>>
<<speech "Night">>Thanks boys, it's time for me to go <<link [[home.|trout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Male">>I’m surprised you responded.<</speech>>
<video src="trin66.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky">>Last time was really hot but I don’t know why.<</speech>>
<video src="trin66b.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Uh uh uh aaaaah.<</speech>>
<<speech "Night">>Thanks, you make me feel something different. Drop me off on the High Street, it's time for me to go <<link [[home.|trout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<goto "h67">><<speech "Message">>Sorry you have taken too long to finish Level 3.<</speech>>
<<speech "Morning">>To start Level 3 again click <<link [[here.|m65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><img src="johnbed.jpg">
<<speech "ThoughtsActions">>Back to my [[room.|room66]]<</speech>>
<<if hasVisited("h68") && not hasVisited("rosie66b")>><<goto "rosie66b">><</if>>
<<switch random(1, 8)>>
<<case 1>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<img src="john2.gif">
<<case 4>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 5>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john4.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 7>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 8>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room66]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="food2.jpg">
<<switch random(1, 4)>>
<<case 1>>
<img src="2s1.jpg">
<<case 2>>
<img src="2s2.jpg">
<<case 3>>
<img src="2s3.jpg">
<<case 4>>
<img src="2s4.jpg">
<</switch>>
<<speech "ThoughtsActions">>Putting in my contact lenses.<</speech>>
<img src="lens.jpg"><img src="lens2.jpg">
<<speech "Day">>Time to go <<link[[shopping.|shop66]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="shop.mp4" autoplay loop muted controls height="480px"></video>
<<nobr>>
<<if visited() == 1>><img src="strap.jpg">
<<elseif visited() == 2>><img src="boots1.jpg"><img src="boots2.jpg">
<<elseif visited() == 3>><img src="biki1.jpg"> <img src="biki2.jpg">
<<else>><img src=" trolley.jpg">
<</if>>
<</nobr>>
<<speech "ThoughtsActions">>Shopping is such a chore but you do see some interesting people.<</speech>><<switch random(1, 5)>>
<<case 1>>
<img src="rui2.jpg"><video src="shop1.mp4" autoplay loop muted controls height="180px"></video>
<<case 2>>
<img src="rui1.jpg"><video src="shop2.mp4" autoplay loop muted controls height="180px"></video>
<<case 3>>
<img src="rui1.jpg"><video src="shop3.mp4" autoplay loop muted controls height="180px"></video>
<<case 4>>
<img src="rui3.jpg"><video src="shop4.mp4" autoplay loop muted controls height="180px"></video>
<<case 5>>
<img src="rui2.jpg"><video src="shop5.mp4" autoplay loop muted controls height="180px"></video>
<</switch>>
<<speech "ThoughtsActions">>Time for something [[tasty.|shop66b]]<</speech>>
<<set $cash -= 100>><<speech "ThoughtsActions">>I treat myself to something yummy on Saturdays.<</speech>><<switch random(1, 3)>>
<<case 1>>
<img src="food3.jpg">
<<case 2>>
<img src="food4.jpg">
<<case 3>>
<img src="food5.jpg">
<</switch>>
<<speech "ThoughtsActions">>Then I pay my weekly rent from my phone.<</speech>>
<img src="rent.jpg">
<<speech "Evening">>Time to go <<link [[home.|h68]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<set $cash -= 100>><video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>I think I’ll hang out in the shared living room and watch t.v.<</speech>>
<video src="rosie4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Ooh, hello you’re Rosie, right. Nice to meet you.<</speech>>
<video src="rosie5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Rosie">>And you’re Becky, I’d heard you’re hot.<</speech>>
<<speech "Becky5">>And slutty I bet.<</speech>>
<video src="rosie6.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Rosie">>Yeah. Just like me.<</speech>>
<<speech "Becky5">>Oh my god.<</speech>>
<video src="rosie7.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Nnnnmmm mmmmmnn mmm.<</speech>>
<<speech "Rosie">>Mmmmmm nnmm mmnnn.<</speech>>
<<speech "Night">>Thanks, that was cool. Time to do <<link [[something else.|h68b]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto "h68alt">><</if>><<nobr>>
<img src="5clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="rosie67"
alt="rosie67" title="rosie" coords="28,56,295,418" shape="rect">
<area
data-passage="john67"
alt="john67" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Rosie or John. Or should I go straight to my [[room?|room67]]<</speech>>
<video src="lrlap1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Rosie">>Hi Becky are you watching porn?<</speech>>
<<speech "Becky5">>No, I’m working on my Only Me page.<</speech>>
<<speech "Rosie">>Only Me? You slutty bitch.<</speech>>
<video src="rosie8.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Rosie">>Mmmmmnn nnmmnnmm.<</speech>>
<<speech "Morning">>Oh god, oh fuck. Thanks Rosie. Time to <<link [[sleep.|sun68]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<nobr>>
<<set $ework += 1>>
<<set $only += 1>>
<<set $cash += 40>>
<<if hasVisited("fit") && hasVisited("grand") && hasVisited("orga")>><<goto "end">><</if>>
<</nobr>><img src="johnbed.jpg">
<<speech "ThoughtsActions">>Back to my [[room.|room67]]<</speech>><<switch random(1, 8)>>
<<case 1>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john1.mp4" autoplay loop muted controls height="480px"></video>
<<case 2>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john3.mp4" autoplay loop muted controls height="480px"></video>
<<case 3>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<img src="john2.gif">
<<case 4>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 5>>
<<speech "ThoughtsActions">>Wow, John got lucky.<</speech>>
<video src="john4.mp4" autoplay loop muted controls height="360px"></video>
<<case 6>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 7>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<<case 8>>
<<speech "ThoughtsActions">>John must be out.<</speech>>
<img src="emptym.jpg">
<</switch>>
<<speech "ThoughtsActions">>Back to my [[room.|room67]]<</speech>><span style="color: #1E90FF">\
<span style="font-size:28px">\
@@#now;<<now>>@@\
</span>\
</span>\
<img src="w2.jpg"><img src="bne.jpg">
<<switch random(1, 4)>>
<<case 1>>
<img src="2s1.jpg">
<<case 2>>
<img src="2s2.jpg">
<<case 3>>
<img src="2s3.jpg">
<<case 4>>
<img src="2s4.jpg">
<</switch>>
<<speech "Day">>Time to go to the <<link [[clinic.|clin68a]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if $ework >= 25 && not hasVisited("grand")>><<goto "grand">><</if>><video src="walkcos.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking to the beauty clinic for a mornings work in exchange for some beauty treatment.<</speech>>
<img src="clin1.jpg"><img src="clin2.jpg">
<<speech "ThoughtsActions">>I put on an apron and get to work.<</speech>>
<video src="bc1.mp4" autoplay loop muted controls height="360px"></video>
<img src="sand2.jpg">
<<speech "ThoughtsActions">>I finish my morning’s work and [[grab a sandwich.|clin68b]]<</speech>><<speech "ThoughtsActions">>Time to make me gorgeous.<</speech>><<switch random(1, 3)>>
<<case 1>>
<video src="bc2.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="bc3.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="bc4.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "ThoughtsActions">>Then an hour on the sunbed.<</speech>>
<img src="tan1.gif">
<<speech "Evening">>Time to go <<link [[home.|h69]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>I think I’ll hang out in the shared living room and watch t.v.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time to do <<link [[something else.|h69b]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<nobr>>
<img src="5clos.gif" usemap="#image-map">
<map name="image-map">
<area
data-passage="rosie68"
alt="rosie68" title="rosie" coords="28,56,295,418" shape="rect">
<area
data-passage="john68"
alt="john68" title="john" coords="346,55,616,420" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>Should I peek on Rosie or John. Or should I go straight to my [[room?|room68]]<</speech>>
<video src="only40.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Morning">>I work on my Only Me page then go to <<link [[sleep.|m65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if hasVisited("fit") && hasVisited("grand") && hasVisited("orga")>><<goto "end">><</if>><video src="rosie1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Rosie">>Come in, his cock’s big enough for two.<</speech>>
<video src="rosie2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Mmmmm mmnnnm nnnmm.<</speech>>
<<speech "Rosie">>Do her in the arse.<</speech>>
<video src="rosie3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Fuck me, aaaaaaaaaaah.<</speech>>
<<speech "Male">>Uh uh uh aaaaah.<</speech>>
<<speech "ThoughtsActions">>Wow, thanks guys. Back to my [[room.|room68]]<</speech>>
<img src="johnbed.jpg">
<<speech "ThoughtsActions">>Back to my [[room.|room68]]<</speech>><video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Hi, you look amazing.<</speech>>
<<speech "Becky5">>I jog here and workout at the gym.<</speech>>
<<speech "Female">>I live just over there, my parents are out, do you want to come.<</speech>>
<<speech "Becky5">>Ok.<</speech>>
<video src="lrpk10.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky5">>Wow, your house is huge.<</speech>>
<<speech "Female">>Thanks, my parents will be back soon.<</speech>>
<<speech "Becky5">>Then let’s not waste time.<</speech>>
<video src="lrpk11.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky5">>Mmmmm mmnnnm nnnmm.<</speech>>
<video src="lrpk12.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Oh my god. Oh my god. Oh my god.<</speech>>
<<speech "Night">>That was fun, see you again. Time to go <<link [[home.|pkout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto `either("pklr4")`>><</if>><video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky5">>Hello, I’m sure I’ve seen you here before.<</speech>>
<video src="lrpk1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Yes, I come here a lot.<</speech>>
<video src="lrpk2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>You look great. Very sexy.<</speech>>
<video src="lrpk3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Thanks, so do you.<</speech>>
<<speech "Becky5">>Hmm, yeah, very sexy.<</speech>>
<video src="lrpk4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Relax. Mmmmm mmnnnm nnnmm.<</speech>>
<video src="lrpk5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Oh my god. Oh my god. Oh my god.<</speech>>
<<speech "Night">>That was fun, see you again. Time to go <<link [[home.|pkout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if visited() >= 2>><<goto `either("pklr3")`>><</if>><video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky5">>Hello again.<</speech>>
<video src="lrpk1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Ooh hello.<</speech>>
<video src="lrpk4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Relax. Mmmmm mmnnnm nnnmm.<</speech>>
<video src="lrpk5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Female">>Oh my god. Oh my god. Oh my god.<</speech>>
<video src="lrpk6.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Night">>That was fun, see you again. Time to go <<link [[home.|pkout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="park2.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky5">>Hello again. Are your parents out.<</speech>>
<video src="lrpk10.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Female">>Yes, do you want to come.<</speech>>
<<speech "Becky5">>Let’s go.<</speech>>
<video src="lrpk12.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Becky5">>Mmmmm mmnnnm nnnmm.<</speech>>
<<speech "Female">>Oh my god. Oh my god. Oh my god.<</speech>>
<video src="lrpk13.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Night">>That was fun, see you again. Time to go <<link [[home.|pkout65]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<speech "Becky5">>Well Player, let’s peek on Rosie.<</speech>>
<video src="rosie1.mp4" autoplay loop muted controls height="480px"></video>
<<speech "Rosie">>Come in, his cock’s big enough for two.<</speech>>
<video src="rosie2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Mmmmm mmnnnm nnnmm.<</speech>>
<<speech "Rosie">>Do her in the arse.<</speech>>
<video src="rosie3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Fuck me, aaaaaaaaaaah.<</speech>>
<<speech "Male">>Uh uh uh aaaaah.<</speech>>
<<speech "ThoughtsActions">>Wow, thanks guys. Back to my [[room.|room66]]<</speech>>
<video src="walkhome.mp4" autoplay loop muted controls height="480px"></video>
<<speech "ThoughtsActions">>Walking home.<</speech>>
<img src="fd.jpg"><img src="live2.jpg">
<<speech "ThoughtsActions">>I think I’ll hang out in the shared living room and watch t.v.<</speech>><<switch random(1, 4)>>
<<case 1>>
<video src="tron.mp4" autoplay loop muted controls height="360px"></video>
<<case 2>>
<video src="xmen.mp4" autoplay loop muted controls height="360px"></video>
<<case 3>>
<video src="nat.mp4" autoplay loop muted controls height="360px"></video>
<<case 4>>
<video src="fut.mp4" autoplay loop muted controls height="360px"></video>
<</switch>>
<<speech "Night">>Time to do <<link [[something else.|h68b]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><video src="lrwork4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "ThoughtsActions">>Should I use the keycard to check the upper floors or go home.<</speech>>
<<nobr>>
<img src="later.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="keymult65"
alt="keymult65" title="upper floors"
coords="8,5,627,463" shape="rect">
</map>
<</nobr>>
<<speech "Evening">>Go <<link [[home.|h66]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>>
<<if hasVisited("fit") && hasVisited("grand") && hasVisited("orga")>><<goto "end">><</if>><video src="lrup1.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Hi, you must be Becky, come in.<</speech>>
<<speech "Becky5">>Hi, nice to meet you.<</speech>>
<<speech "Male">>I told you he was handsome, I’ll leave you two alone.<</speech>>
<<speech "Becky5">>Why don’t you stay. Give me a minute to freshen up.<</speech>>
<video src="lrup2.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Male">>Wow. Let’s go to bed.<</speech>>
<<speech "Becky5">>Show me your cocks. Hmmm, nice.<</speech>>
<video src="lrup3.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Hmmmmnn mmmmm nnnnmm.<</speech>>
<video src="lrup4.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Give me both at once.<</speech>>
<video src="lrup5.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>That’s it boys, fuck me, fuck me.<</speech>>
<video src="lrup6.mp4" autoplay loop muted controls height="360px"></video>
<<speech "Becky5">>Oh oh oh, god, oh god, oh god.<</speech>>
<<speech "Male">>Uh uh uh aaaaah.<</speech>>
<<speech "Night">>Thanks boys. Time to go <<link [[home.|h67]]>>
<<AdvancePeriod>>
<<replace "#now">><<now>><</replace>>
<</link>><</speech>><<speech "ThoughtsActions">>Just one option today.<</speech>>
<<nobr>>
<img src="trinp65.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="h66alt"
alt="h66alt" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph70"
alt="ph70" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>I've hit him before, it was fun, should I swipe right?<</speech>><<speech "ThoughtsActions">>Just one option today.<</speech>>
<<nobr>>
<img src="trinp67.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="h66alt"
alt="h66alt" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph72"
alt="ph72" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>I've hit them before, it was fun, should I swipe right?<</speech>><<speech "ThoughtsActions">>Just one option today.<</speech>>
<<nobr>>
<img src="trinp66.JPG" usemap="#image-map">
<map name="image-map">
<area
data-passage="h66alt"
alt="h66alt" title="no"
coords="178,297,315,463" shape="rect">
<area
data-passage="ph71"
alt="ph71" title="yes"
coords="329,295,460,462" shape="rect">
</map>
<</nobr>>
<<speech "ThoughtsActions">>I've hit him before, it was hot, should I swipe right?<</speech>>